html, body {
 font-family: Manrope;
 background: rgba(249, 249, 251, 1);

}
ul {
    padding: 0;
}
ul li{
    list-style: none;
}

a{
    text-decoration: none;
}

.center{
  text-align: center;
}

.right{
  text-align: right;
}

.register{
  width: 100%;
  background: url(../img/bg_reg.svg) no-repeat;
  background-position: 0% 0%;
  background-size: 100%;
}

.register img{
  margin-top: 70px;
}

.register h2{
  font-family: Manrope;
  font-size: 28px;
  font-weight: 700;
  line-height: 38.25px;
  margin-top: 16px;
  margin-bottom: 17px;
}

.register_input{
  width: 289px;
  max-width: 100%;
  height: 53px;
  padding-left: 16px;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.12px;
  border: 1px solid rgba(178, 178, 178, 0.25);
  border-radius: 12px;
  background: rgba(248, 248, 248, 1);
  margin-top: 15px;
  outline: 0px;
}

.register_input::-webkit-input-placeholder {
  color: rgba(95, 95, 95, 1);
 } 
 .register_input::-moz-placeholder {
  color: rgba(95, 95, 95, 1);
 }

 .register_button{
  width: 289px;
  height: 48px;
  margin-top: 32px;
  border-radius: 12px;
  background: rgba(0, 210, 203, 1);
  max-width: 100%;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: black;
  border: none;
  outline: 0px;
 }

 .register p{
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.12px;
  text-align: center;
  color: rgba(161, 167, 176, 1);
  margin-top: 65px;
  margin-bottom: 30px;
 }

 .register p span{
  text-decoration: underline;
 }

 .spisok h2{
  font-family: Rubik;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.22px;
  letter-spacing: 0.01em;
  text-align: left;
  color: rgba(36, 36, 36, 1);
  margin-top: 23px;
 }

 .spisok h2 span{
  font-family: Manrope;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: rgba(70, 70, 70, 1);
 }

 .right_btn_spisok{
  margin-top: 24px;
  width: 41px;
  height: 41px;
  box-shadow: 0px 2.15px 4.29px 0px rgba(173, 175, 187, 0.3);
  background: #1E90FF;
  border-radius: 12px;
  border: 1px solid #1E90FF;
  box-shadow: 0px 10px 20px 0px rgba(166, 229, 255, 0.2);
 } 

 .left_btn_spisok{
  margin-top: 24px;
  margin-right: 20px;
  width: 41px;
  height: 41px;
  border-radius: 12px;
  border: 1px solid rgba(79, 179, 191, 1);
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(166, 229, 255, 0.2);

 }

 .left_btn_spisok_active{
  background-color: rgba(10, 209, 201, 1) !important;
 }

 .button-container {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
.button-container::-webkit-scrollbar {
  display: none;  /* Safari and Chrome */
}

 .button-container button{
  margin-top: 29px;
  height: 40px;
  padding-left: 13px;
  padding-right: 13px;
  background-color: white;
  border: 1.07px solid rgba(0, 210, 203, 1);
  box-shadow: 0px 2.15px 4.29px 0px rgba(173, 175, 187, 0.3);
  border-radius: 107px;
  font-family: Manrope;
  font-size: 16.61px;
  font-weight: 600;
  line-height: 19.94px;
  color: #000;
  margin-right: 10px;
  display: flex;
  align-items: center;
  outline: 0px;
  margin-bottom: 10px;
 }

 .button-container button img{
  width: 20px;
  margin-right: 10px;
 }

 .active_btn_spisok{
  background-color: rgba(0, 210, 203, 1) !important;
 }

 .one_type_spisok{
  width: 100%;
  border: 1px solid rgba(10, 157, 209, 1);
  border-radius: 12px;
  margin-top: 20px;
 }

 .one_type_spisok img{
  width: 100%;
  border-radius: 12px 12px 0px 0px;
 }

 .one_type_spisok_body{
  width: 100%;
  padding: 5px 10px 10px 10px;
 }

 .one_type_spisok_body h3{
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.12px;
  color: #000;
 }

 .spisok_rating{
  display: flex;
  align-items: center
 }

 .spisok_rating img{
  width: 13px;
  margin-right: 3px;
 }

 .spisok_rating h4{
  font-family: Manrope;
  font-size: 12px;
  font-weight: 600;
  line-height: 16.39px;
  text-align: left;
  color: #000;
  margin-bottom: 0px;
 }

 .filters{
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 33px 33px 0px 0px;
  margin-top: 11px;
  position: relative;
 }

.close_filter{
  position: absolute;
  top: 33.5px;
  right: 32px;
}

 .filters h2{
  font-family: Manrope;
  font-size: 32px;
  font-weight: 700;
  line-height: 34.82px;
  letter-spacing: -0.045em;
  text-align: center;
  padding-top: 28px;
  margin-bottom: 47px;
 }

 .first_btn_filter{
  margin-top: 29px;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.86px;
  color: rgba(25, 27, 30, 1);
  border: 1px solid rgba(199, 197, 198, 1);
  background: transparent;
  width: 165px;
  height: 48px;
  max-width: 100%;
  border-radius: 12px;
  margin-bottom: 30px;
 }

 .second_btn_filter{
  background: rgba(10, 209, 201, 1);
  color: #000;
  border: none;
 }

 .filters_main{
  width: 100%;
  overflow-y: scroll;
  scrollbar-width: thin;
 }

 .filters_main button{
  margin-bottom: 8px;
  width: calc(100% - 10px);
  height: 52px;
  border-radius: 12px;
  outline: 0px;
  border: 0.5px solid rgba(197, 198, 204, 1);
  background: transparent;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: rgba(31, 32, 36, 1);
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
 }

 .filters_main button img{
  display: none;
 }

.filters_main_active{
  background: rgba(10, 209, 201, 1) !important;
}

.filters_main_active img{
  display: block !important;
}

 .filters_main::-webkit-scrollbar {
  width: 8px;
  border-radius: 26px;
}
.filters_main::-webkit-scrollbar-thumb {
  background: rgba(10, 209, 201, 1);
}
.filters_main::-webkit-scrollbar-thumb:active {
  background: rgba(10, 209, 201, 1);
}
.filters_main::-webkit-scrollbar-thumb:hover {
  background: rgba(10, 209, 201, 1);
}

.about h2{
  font-family: Manrope;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  margin-top: 15px;
  color: rgba(70, 70, 70, 1);
  margin-bottom: 0px;
}

.about h3{
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: rgba(161, 167, 176, 1);
  margin-bottom: 0px;
}

.about_line{
  margin-top: 10px;
  width: 100%;
  height: 1px;
  background: rgba(161, 167, 176, 0.15);
}

.about h4{
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: rgba(70, 70, 70, 1);
  margin-top: 12px;
}

.about_btn{
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #000;
  width: 100%;
  height: 48px;
  background: rgba(10, 209, 201, 1);
  border-radius: 12px;
  border: none;
  outline: 0px;
  margin-top: 15px;
}

.reviews h2{
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.86px;
  text-align: left;
  color: #000;
  margin-bottom: 0px;
  margin-top: 24px;
}

.one_review{
  width: 100%;
  margin-top: 20px;
  padding: 15px 15px 15px 15px;
  background-color: white;
  box-shadow: 0px 8px 40px 0px rgba(138, 149, 158, 0.2);
  border-radius: 12px;
}

.reviews h3{
  font-family: Manrope;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.12px;
  text-align: left;
  color: rgba(36, 36, 36, 1);
  margin-bottom: 0px;
}

.reviews h4{
  font-family: Manrope;
  font-size: 12px;
  font-weight: 700;
  line-height: 16.39px;
  text-align: right;
  color: rgba(128, 128, 128, 1);
  margin-top: 1.3px;
}

.reviews p{
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.12px;
  text-align: justify;
  color: rgba(36, 36, 36, 1);
  margin-top: 15px;
  margin-bottom: 0px;
}

.all_rev_btn{
  width: 199px;
  height: 40px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid rgba(10, 209, 201, 1);
  font-family: Manrope;
  font-size: 12px;
  font-weight: 600;
  line-height: 16.39px;
  text-align: left;
  color: #000;
  text-align: center;
  outline: 0px;
  margin-top: 20px;
}

.take_rev_btn{
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #000;
  width: 100%;
  height: 48px;
  margin-top: 20px;
  background: rgba(10, 209, 201, 1);
  border: none;
  outline: 0px;
  border-radius: 12px;
}

.form_rev h2{
  margin-top: 20px;
  font-family: Manrope;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  color: #000;
  margin-bottom: 0px;
}

.rev_star_form{
  display: inline-block;
  margin-top: 40px;
  width: max-content;
}

.rev_star_form img{
  width: 35px;
}

.form_rev textarea{
  width: 100%;
  height: 328px;
  border-radius: 12px;
  background-color: white;
  padding: 15px 15px 15px 15px;
  margin-top: 15px;
  outline: 0px;
  color: #000;
  border: none;
}

.form_rev input{
  width: 100%;
  height: 48px;
  border-radius: 12px;
  background-color: white;
  margin-top: 15px;
  outline: 0px;
  color: #000;
  border: none;
  padding-left: 15px;
}

.form_rev textarea::-webkit-input-placeholder {
  color: #000;
 } 
 .form_rev textarea::-moz-placeholder {
  color: #000;
 }

 .form_rev input::-webkit-input-placeholder {
  color: #000;
 } 
 .form_rev input::-moz-placeholder {
  color: #000;
 }

 .form_rev_button{
  margin-top: 40px !important;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #000 !important;
  width: 100% !important;
  height: 56px !important;
  border-radius: 12px !important;
  border: none !important;
  outline: 0px !important;
  background-color: rgba(10, 209, 201, 1) !important;

 }

 .spisok a:hover{
  text-decoration: none;
 }

 .about a:hover{
  text-decoration: none;
 }
 
 .form_rev a:hover{
  text-decoration: none;
 }

 .sucses img{
  width: 99px;
  margin-top: 150px;
 }

 .sucses h2{
  margin-top: 20px;
  font-family: Manrope;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  color: rgba(13, 12, 34, 1);
  margin-bottom: 0px;
 }

 .sucses p{
  margin-top: 25px;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.12px;
  text-align: center;
  color: rgba(13, 12, 34, 1);
  margin-bottom: 0px;
 }

 .sucses a:hover{
  text-decoration: none;
 }
 
 .sucses button{
  margin-top: 150px;
  width: 100%;
  height: 56px;
  border-radius: 12px;
  background: rgba(10, 209, 201, 1);
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  border: none;
  outline: 0px;
  color: #000;
 } 
