@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/MuseoSansCyrl700.eot");
  src: url("../fonts/MuseoSansCyrl700.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MuseoSansCyrl700.woff") format("woff"),
    url("../fonts/MuseoSansCyrl700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

html {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-sizing: inherit;
}
:root {
  --base: #1d1e1f;
  --blue: #28afe1;
  --blue-hover: #129cce;
  --white: #ffffff;
  --green: #73be46;
  --green-hover: #60ac35;
  --grey-600: #494954;
  --grey-500: #777787;
  --grey-400: #9494a3;
  --grey-300: #cacad5;
  --grey-200: #e6e6eb;
  --grey-100: #f5f5f6;
}

@keyframes slideMenu {
  0% {
    top: -150px;
  }
  100% {
    top: 0px;
  }
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
body {
  width: 100%;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: var(--white);
}
.disabled{
  cursor: not-allowed !important;
}
.next-question.green.disabled:hover{
background: var(--green) !important;
}
.prev-question.disabled:hover{
  background: var(--grey-100) !important;
}
.mob {
  display: none;
}
.wrapper {
  width: 1230px;
  margin: 0 auto;
}
span.blue {
  color: var(--blue);
}
span.green {
  color: var(--green);
}
.flex {
  display: flex;
}
.center {
  text-align: center;
}
strong {
  color: var(--blue);
  font-weight: 600;
  line-height: 48px;
}
h1 {
  color: var(--base);
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}
h2 {
  color: var(--base);
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.hide{
  display: none;
}
.button {
  display: inline-flex;
  text-align: center;
  padding: 17px 30px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.button.green {
  background: var(--green);
}
.button.green:hover {
  background: var(--green-hover);
}
.button.blue {
  background: var(--blue);
}
.button.blue:hover {
  background: var(--blue-hover);
}
.button.grey {
  background: var(--grey-100);
}
.button.grey:hover {
  background: var(--grey-500);
}
#header {
  padding-top: 23px;
  background: url("../images/header.jpg");
  width: 100%;
  padding-bottom: 103px;
  position: relative;
  background-size: cover;
}
#header:after {
  content: "";
  background: url("../images/doctor.png");
  width: 566px;
  height: 582px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 131px);
}
#header ul {
  display: flex;
}
#header #nav .wrapper {
  justify-content: space-between;
  align-items: center;
}
#nav {
  padding: 23px 0;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
}
#header #nav .logo{
  width: 250px;
}
#header #nav .logo img{
  width: 100%;
}
.fixed {
  position: fixed !important;
  background: #fff;
  top: 0px;
  animation: slideMenu 1s;
  -webkit-animation: slideMenu 1s;
}
#nav ul li {
  margin-right: 32px;
  list-style: none;
}
#nav ul li a {
  color: var(--base);
  font-weight: 600;
  text-decoration: none;
}
#nav ul li:last-child {
  margin-right: 0;
}

#nav .phone {
  width: 222px;
  height: 48px;
  border-radius: 100px;
  background: rgba(115, 190, 70, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#nav .phone p {
  color: var(--base);
  text-align: right;
  font-weight: 600;
  margin-right: 24px;
}
#nav .phone:before {
  content: url("../images/icons/phone.svg");
}
#header .header {
  padding-top: 139px;
}
#header .header .wrapper {
  justify-content: space-between;
}
#header .left {
  width: 605px;
}
#header .gift {
  display: flex;
  align-items: center;
  margin-top: 36px;
  width: 420px;
}
#header .gift p {
  color: var(--base);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-left: 20px;
}
#header .gift p span {
  font-weight: 700;
}
#header .header .button {
  margin-top: 40px;
}
#header .header .right {
  width: 264px;
}
#header .header .right .plus .flex {
  align-items: center;
  background: var(--white);
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  padding: 16px;
  margin-bottom: 10px;
}

#header .header .right .plus .flex p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-left: 16px;
}

#clinic {
  padding-top: 80px;
  padding-bottom: 80px;
}

#clinic .slider {
}
#clinic .left {
  width: 390px;
}
#clinic .left .slide {
  width: 390px;
  height: 500px;
}
#clinic .left .flex {
  padding: 60px 65.5px 60px 66.5px;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid #e6e6eb;
  height: 180px;
  width: 390px;
  background: var(--blue);
  border-right: none;
}
#clinic .left .flex  .num {
  color: var(--white);
}
.num {
  color: var(--base);
  font-family: "Museo Sans Cyrl";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 125% */
}
#clinic .left .flex  p {
  color: var(--white);
}
#clinic .right .content {
  padding-top: 50px;
  padding-left: 60px;
  padding-right: 60px;
  background: var(--white);
  border-top: 1px solid var(--grey-200, #e6e6eb);
  border-right: 1px solid var(--grey-200, #e6e6eb);
  height: 500px;
}
#clinic .right h2 {
  color: var(--base);
  font-size: 26px;
  font-weight: 600;
  line-height: 34px; /* 130.769% */
}

#clinic .right p {
  color: var(--grey-500);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 25px;
}
#clinic .right a.button {
  border-radius: 4px;
  color: #494954;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  padding: 10px 20px;
  margin-top: 31px;
}
#clinic .bottom {
  align-items: center;
  height: 180px;
}
#clinic .bottom > div {
  width: 280px;
  padding: 60px 65.5px 60px 66.5px;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid #e6e6eb;
  background: var(--grey-100);
  height: 100%;
}


#clinic .bottom > div p {
  color: var(--base);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-top: 0px;
}

#want {
  padding-top: 77px;
  padding-bottom: 81px;
  position: relative;
  background: var(--grey-100);
  background: #fff;
}
#want:before {
  content: "";
  background: url("../images/want/line.png") no-repeat top center;
  position: absolute;
  width: 100%;
  height: 239px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -69%);
  -webkit-transform: translate(-50%, -69%);
  -moz-transform: translate(-50%, -69%);
  -ms-transform: translate(-50%, -69%);
  -o-transform: translate(-50%, -69%);
  background-size: cover;
}
#want ul {
  justify-content: space-between;
  margin-top: 35px;
}
#want ul li {
  text-align: center;
  width: min-content;
  position: relative;
}
#want ul li:before {
  content: "";
  background: url("../images/want/check.svg");
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
}
#want ul li img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#want ul li p {
  color: var(--grey-600);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-top: 16px;
  padding: 0 5px;
}
#want ul li .button {
  width: 200px;
  padding: 17px 0px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
}

#fairprices {
  padding-top: 77px;
  padding-bottom: 80px;
  background: url("../images/fairprices/bg.jpg") no-repeat top center;
  background-size: cover;
}
#fairprices .wrapper.flex {
  justify-content: end;
  position: relative;
}
#fairprices .wrapper:after {
  content: "";
  background: url("../images/fairprices/employee.png") no-repeat top center;
  position: absolute;
  bottom: -80px;
  left: 60px;
  width: 498px;
  height: 650px;
}
#fairprices .right {
  width: 600px;
}
#fairprices .right h2 {
  line-height: 34px;
  position: relative;
}
#fairprices .right h2:after {
  content: "";
  background: url("../images/fairprices/smile.svg");
  width: 80px;
  height: 80px;
  position: absolute;
  right: 60px;
  top: calc(50% - 40px);
}
#fairprices .right .quote {
  background: url("../images/fairprices/quote.png");
  width: 633px;
  height: 182px;
  margin-left: -30px;
  margin-top: 40px;
  padding: 24px 18px 24px 60px;
}

#fairprices .right .quote p {
  color: var(--grey-600);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
#fairprices .right .quote span.name {
  color: var(--grey-600);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 18px;
  display: block;
}
#fairprices .right .quote span.spec {
  color: var(--grey-500);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

#fairprices .right .price {
  border-radius: 8px;
  background: var(--primary-blue, #28afe1);
  padding: 10px;
  display: flex;
  align-items: center;
  width: 440px;
  height: 100px;
  margin-top: 39px;
  position: relative;
}
#fairprices .right .price:after {
  content: "";
  background: url("../images/fairprices/percent.svg") no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  top: 0;
}
#fairprices .right .price p {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-left: 15px;
}
#fairprices .right .button {
  margin-top: 40px;
}
#helpyou {
  padding-top: 80px;
  padding-bottom: 76px;
  background: var(--grey-100);
}
#helpyou h2 strong {
  color: var(--green);
}

#helpyou .right img {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
#helpyou .left {
  position: relative;
}
#helpyou .smile {
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0px 2px 12px 0px rgba(73, 73, 84, 0.16);
  height: 88px;
  padding: 20px 31px 20px 20px;
  align-items: center;
  margin-top: 32px;
  width: 670px;
  position: absolute;
}

#helpyou .smile p {
  color: var(--grey-600);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-left: 20px;
}
#helpyou .left span {
  color: var(--grey-400);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px; /* 175% */
  margin-top: 160px;
  display: block;
}
#helpyou .left ul {
  margin-top: 16px;
  padding-right: 100px;
}

#helpyou .left ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#helpyou .left ul li p {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-left: 16px;
}

#plus {
  padding-top: 80px;
  background: var(--blue);
  background-image: url("../images/plus/bg.png");
  padding-bottom: 60px;
  background-size: cover;
}
#plus .top {
  justify-content: space-between;
}
#plus .top h2 {
  color: var(--white);
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}
#plus .top ul {
  display: flex;
  margin-top: 6px;
}
#plus .top ul li {
  display: flex;
  align-items: center;
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-right: 33px;
}
#plus .top ul li:last-child {
  margin-right: 0;
}
#plus .top ul li:before {
  content: "";
  background: url("../images/plus/check.svg");
  margin-right: 8px;
  width: 24px;
  height: 24px;
}
#plus ul.plus {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
#plus ul.plus li {
  display: flex;
  align-items: center;
  margin-right: 70px;
  margin-bottom: 20px;
}
#plus ul.plus li:nth-child(3) {
  margin-right: 0;
}
#plus ul.plus li:nth-child(1),
#plus ul.plus li:nth-child(4) {
  width: 405px;
}
#plus ul.plus li img {
  box-shadow: 0px 2px 12px 0px rgba(73, 73, 84, 0.16);
  border-radius: 50%;
}
#plus ul.plus li p {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-left: 20px;
}

#photo {
  width: 100%;
}
#photo .photo {
  width: 100%;
}
#photo .photo img {
  width: 33.3%;
  flex: 1;
  height: 380px;
  object-fit: cover;
}
#photo .button {
  width: 100%;
  height: 80px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 25px;
}

#quiz {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url("../images/quiz/bg.jpg") no-repeat top center;
  background-size: cover;
}
#quiz .wrapper > .top {
  justify-content: space-between;
}
#quiz .top .gift {
  margin-right: 30px;
  margin-top: 10px;
}
#quiz .top .gift img {
  width: 70px;
  min-width: 70px;
  height: 60px;
  margin-right: 24px;
}

#quiz .top .gift p {
  color: var(--base);
  font-size: 16px;
  font-weight: 500;
  line-height: 0px;
  margin-top: 19px;
}
#quiz .top .gift p strong {
  color: var(--blue);
  font-weight: 700;
}
#quiz .quiz {
  margin-top: 40px;
  border-radius: 8px;
  background: var(--white);

  box-shadow: 0px 2px 12px 0px rgba(73, 73, 84, 0.16);
}
#quiz .quiz .quiz-block {
  justify-content: space-between;
}

#quiz .quiz-block .quiz-title .line {
  width: 100%;
  position: relative;
  height: 20px;
  overflow: hidden;
  border-radius: 100px;
  background: var(--grey-100);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

#quiz .quiz-block .quiz-title .line span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 100px;
  background: var(--green);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
#quiz .answers-block {
  margin-top: 30px;
}
#quiz .step-question {
  color: var(--base);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}
#quiz .quiz .top {
  border-bottom: 1px solid #e6e6eb;
}
#quiz .top .left {
  width: 68%;
  padding-right: 40px;
  padding-top: 20px;
  padding-left: 40px;
}
#quiz .bottom {
  justify-content: space-between;
  align-items: center;
}
#quiz .bottom .quiz-controls {
  width: 68%;
  padding: 40px;
}
#quiz .bottom .right {
  width: 32%;
  border-left: 1px solid #e6e6eb;
  padding: 40px;
}

#quiz .top .right {
  width: 32%;
  border-left: 1px solid #e6e6eb;
  padding-top: 30px;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
}
#quiz .top .right .name {
  color: var(--base);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
#quiz .top .right .spec {
  color: var(--grey-600, #494954);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
#quiz .top .right img {
  width: 270px;
  height: 324px;
  margin-left: 20px;
}
#quiz .quiz_steps {
  margin-top: 40px;
}
#quiz .quiz_steps .step{
  display: none;
}
#quiz .quiz_steps .step.active{
  display: block;
}
#quiz .answers {
  justify-content: space-between;
}
#quiz .step-question span {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background: var(--grey-600, #494954);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
#quiz .item {
  border-radius: 8px;
  border: 1px solid var(--grey-200, #e6e6eb);
  padding: 10px;
}
#quiz .item .flex {
  align-items: center;
  margin-top: 7px;
}

#quiz .item input[type="radio"] {
  width: 20px;
  height: 20px;
}
#quiz .item label {
  color: var(--grey-600, #494954);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding-left: 13px;
  cursor: pointer;
}


#quiz .final{
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0px 2px 12px 0px rgba(73, 73, 84, 0.16);
  margin-top: 40px;
}
#quiz .final h3{
  color: var(--base);
  font-size: 40px;
  font-weight: 600;
  line-height: 48px; /* 120% */
  margin-top: 8px;
}
.final .left{
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
}
.final .left p{
  color: var(--Grey-500, #777787);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  text-align: center;
  margin-top: 16px;
}
.final .left img{
  width: 64px;
  height: 64px;
}
.final .right img{
  height: 100%;
}
.final .left input{
  border-radius: 12px;
  background: var(--Grey-100, #F5F5F6);
  height: 80px;
  padding: 28px 89px 28px 24px;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  margin-top: 32px;
}
.final .left .button{
  border-radius: 12px;
  display: flex;
  width: 100%;
  height: 80px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-top: 24px;
}
.prev-question {
  color: var(--grey-600, #494954);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 13px 28px;
  height: 52px;
}
.prev-question:before {
  content: "";
  background: url("../images/quiz/prev.svg") no-repeat center;
  width: 24px;
  height: 24px;
  margin-right: 2px;
}

.button.next-question {
  margin-left: 20px;
  height: 52px;
  padding: 13px 28px;
}

.button.next-question:after {
  content: "";
  background: url("../images/quiz/next.svg") no-repeat center;
  width: 24px;
  height: 24px;
  margin-left: 2px;
}

.button.consult {
  height: 52px;
  padding: 13px 28px;
  width: 100%;
}

.button.consult:before {
  content: "";
  background: url("../images/quiz/chat.svg") no-repeat center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

#whynot {
  padding-top: 80px;
  padding-bottom: 40px;
  background: var(--white);
}

#whynot p {
  margin-top: 20px;
  padding-right: 50px;
  color: var(--grey-500, #777787);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
#whynot .button {
  margin-top: 37px;
}
#whynot .right {
  position: relative;
}
#whynot .right img {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
#whynot .right:after {
  content: "";
  width: 161px;
  height: 161px;
  background: var(--blue);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 0;
}

#aftbef {
  padding-top: 37px;
  background: var(--white);
  padding-bottom: 130px;
}
#aftbef ul {
  justify-content: space-between;
}
#aftbef ul li {
  width: 390px;
  padding: 20px;
  border-radius: 8px;
  background: var(--grey-100);
}
#aftbef ul li .twentytwenty-container {
  height: 200px !important;
}
#aftbef ul li img {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
#aftbef ul li p {
  width: 100%;
  border-radius: 4px;
  background: var(--grey-200, #e6e6eb);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  margin-top: 21px;
}

#aftbef ul li p:before {
  content: "";
  background: url("../images/aftbef/attantion.svg");
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
#aftbef ul li .button {
  width: 100%;
  margin-top: 20px;
}

#consult {
  padding-top: 80px;
  padding-bottom: 100px;
  background: url("../images/consult/bg.jpg") no-repeat top center;
  background-size: cover;
}
#consult .wrapper {
  position: relative;
}
#consult h2 {
  font-size: 40px;
  line-height: 48px;
}
#consult h2 strong {
  color: var(--blue);
}

#consult .right {
  position: absolute;
  right: 0;
}
#consult .right img {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
#consult .left {
  position: relative;
  margin-top: 20px;
}
#consult .smile {
  border-radius: 8px;
  background: var(--blue);
  box-shadow: 0px 2px 12px 0px rgba(73, 73, 84, 0.16);
  height: 88px;
  padding: 20px 31px 20px 20px;
  align-items: center;
  margin-top: 39px;
  width: 513px;
  position: relative;
}
#consult .smile:after {
  content: "";
  background: url("../images/consult/line.png");
  width: 290px;
  height: 12px;
  top: calc(50% - 6px);
  right: -283px;
  position: absolute;
  z-index: 1;
}

#consult .smile p {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-left: 20px;
}
#consult .left span {
  color: var(--grey-400);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px; /* 175% */
  margin-top: 41px;
  display: block;
}
#consult .left ul {
  margin-top: 16px;
  padding-right: 100px;
}

#consult .left ul li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

#consult .left ul li p {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-left: 16px;
}
#consult .right .posa {
  position: absolute;
  right: 314px;
  top: 305px;
  border-radius: 8px;
  border: 4px solid var(--grey-100);
}

#dreams {
  padding-top: 80px;
  background: var(--grey-100);
}

#dreams ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
#dreams ul li {
  width: 285px;
}
#dreams ul li img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#dreams ul li div {
  position: relative;
}
#dreams ul li div:after {
  content: "";
  background: url("../images/dreams/check.svg") no-repeat top center;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: -25px;
  left: calc(50% - 30px);
}

#dreams ul li p {
  color: var(--grey-600);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 24px;
}
#dreams .button {
  width: 100%;
  height: 80px;
  font-size: 25px;
  margin-top: 40px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

#review {
  padding-top: 80px;
  padding-bottom: 80px;
  background: var(--white);
}
#review .top {
  justify-content: space-between;
}
#review h2 {
  color: var(--base);
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}
#review .top .text {
  margin-right: 10px;
  margin-left: 10px;
}
#review .top .num {
  color: var(--blue);
  font-family: Museo Sans Cyrl;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 250px;
  min-width: 250px;
  margin-right: 30px;
}
#review .top p {
  color: var(--grey-600);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 7px;
}
#review .top p strong {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

#review .review {
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
}
#review .review li {
  position: relative;
}
#review .review li a {
  background: url("../images/review/play.svg");
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
#review .review li a:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
#firstrec {
  padding-top: 76px;
  padding-bottom: 64px;
  background: var(--grey-100);
}
#firstrec h2 {
  font-size: 40px;
}

#firstrec p.title {
  color: var(--grey-300);
  font-size: 64px;
  font-weight: 600;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#firstrec p.title:after {
  content: "";
  background: var(--grey-300);
  height: 1px;
  width: 920px;
  margin-top: 12px;
}
#firstrec .left {
  width: 600px;
}
#firstrec .left img {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
#firstrec .one .right,
#firstrec .two .right,
#firstrec .three .right {
  margin-left: 30px;
}
#firstrec .right > p {
  color: var(--grey-500);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 25px;
}
#firstrec .one {
  margin-top: 40px;
}
#firstrec .button {
  margin-top: 24px;
  height: 60px;
  width: 248px;
}
#firstrec .one .quote {
  margin-top: 58px;
  padding-right: 100px;
  align-items: center;
}
#firstrec .one .quote img {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
#firstrec .one .quote p {
  color: var(--grey-500);
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  margin-left: 24px;
}
#firstrec h3 {
  color: var(--base);
  font-size: 24px;
  font-weight: 600;
  display: flex;
}
#firstrec h3:before {
  content: "";
  background: url("../images/firstrec/check.svg");
  min-width: 32px;
  width: 32px;
  min-height: 32px;
  height: 32px;
  margin-right: 12px;
}

#firstrec .two,
#firstrec .three {
  margin-top: 56px;
}

#firstrec .two .descr {
  color: var(--base);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 15px;
}
#firstrec .two .descr span {
  color: var(--base);
  font-weight: 600;
}
#firstrec .two ul {
  border-radius: 12px;
  background: var(--white, #fff);

  box-shadow: 0px 2px 12px 0px rgba(73, 73, 84, 0.16);
  margin-top: 24px;
  margin-right: 60px;
  justify-content: space-between;
  text-align: center;
}

#firstrec .two ul li {
  border-right: 1px solid #e6e6eb;
  padding: 17px 16px;
}

#firstrec .two ul li p.country {
  color: var(--base);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 5px;
}
#firstrec .two ul li p.old {
  color: var(--grey-400);
  font-size: 16px;
  font-weight: 600;
  text-decoration: line-through;
  margin-top: 10px;
}
#firstrec .two ul li p.new {
  color: var(--base);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 5px;
}

#firstrec .two ul li p.new span {
  color: var(--base);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#firstrec .three .right > p {
  margin-top: 17px;
}

#firstrec .smile {
  align-items: center;
  border-radius: 6px;
  background: var(--white);
  padding: 10px;
  margin-top: 23px;
  margin-right: 83px;
}
#firstrec .smile p {
  color: var(--base);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-left: 12px;
}
#firstrec .three .right .button {
  margin-top: 32px;
}

#firstrec p.title2 {
  color: var(--grey-300);
  font-size: 64px;
  font-weight: 600;
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#firstrec p.title2:after {
  content: "";
  background: var(--grey-300);
  height: 1px;
  width: 920px;
  margin-top: 12px;
}
#firstrec .four,
#firstrec .five,
#firstrec .six {
  margin-top: 60px;
}

#firstrec .four .right,
#firstrec .five .right,
#firstrec .six .right {
  margin-right: 30px;
}
#firstrec .four .smile,
#firstrec .five .smile,
#firstrec .six .smile {
  margin-top: 50px;
  margin-right: 0;
  padding: 29px 36px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

#firstrec .four .smile p,
#firstrec .five .smile p,
#firstrec .six .smile p {
  margin-left: 43px;
}
#firstrec p b {
  color: var(--base);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

#firstrec .smile p span {
  color: var(--grey-500, #777787);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

#quality {
  padding-top: 60px;
  background: var(--white);
  padding-bottom: 78px;
}

#quality h2 {
  font-size: 40px;
  line-height: 48px;
}
#quality ul {
  justify-content: space-between;
  margin-top: 40px;
}
#quality ul li {
  width: 390px;
}

#quality ul li p {
  color: var(--base);
  font-size: 20px;
  font-weight: 600;
  margin-top: 12px;
  min-height: 100px;
}

#quality ul li div {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 21px 24px;
  background: var(--blue);
  border-radius: 12px;
  margin-top: 22px;
}

#quality .grey {
  background: var(--grey-100);
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  padding: 24px 32px;
  align-items: center;
}

#quality .grey p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding: 0 120px;
}
#quality .grey:before,
#quality .grey:after {
  content: "";
  background: url("../images/quality/icon.png");
  width: 70.108px;
  height: 60px;
  min-width: 70.108px;
  min-height: 60px;
}

#doctors {
  padding-top: 64px;
  padding-bottom: 63px;
  background-image: url("../images/doctors/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#doctors h2 {
  font-size: 40px;
}

#doctors .doctors {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 44px;
}
#doctors .doctors .doc {
  border-radius: 12px;
  background: var(--white, #fff);
  width: 600px;
  display: flex;
  align-items: center;
  padding: 32px;
  box-shadow: 0px 2px 12px 0px rgba(73, 73, 84, 0.16);
  margin-bottom: 30px;
}
#doctors .doc .right {
  margin-left: 25px;
}
#doctors .doc p.name {
  color: var(--base);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
  padding-right: 40px;
}
#doctors .doc p.spec {
  color: var(--grey-600);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
}

#doctors .doc p.text {
  color: var(--grey-500);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

#doctors a.button {
  width: 100%;
  height: 80px;
  padding: 26px 0px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  color: var(--white);
  font-size: 25px;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
}

#prevent {
  padding-top: 59px;
  overflow: hidden;
  position: relative;
  background: var(--blue);
  padding-bottom: 152px;
}
#prevent:before {
  content: "";
  background: url(../images/prevent/bg-title.svg) top left no-repeat;
  width: 100%;
  height: 169px;
  position: absolute;
  top: 535px;
  z-index: 0;
  left: 0;
}
#prevent .top .left {
  margin-left: -43px;
  margin-top: 92px;
}
#prevent .top .right {
  margin-left: 54px;
  margin-right: 180px;
  position: relative;
}
#prevent .top .right:after {
  content: "";
  background: url("../images/prevent/garant.png") no-repeat top center;
  width: 190px;
  height: 169px;
  position: absolute;
  top: -7px;
  right: -192px;
}
#prevent .top h2 {
  color: var(--white);
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

#prevent .top p {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 43px;
}

#prevent .bottom {
  position: relative;
  margin-top: 47px;
}

#prevent .bottom .right {
  position: absolute;
  right: 0;
  margin-top: 20px;
}
#prevent .bottom .right img {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
#prevent .bottom .left {
  position: relative;
  margin-top: 20px;
}

#prevent .bottom .left span {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 55px;
  display: block;
}
#prevent .bottom .left ul {
  margin-top: 12px;
  padding-right: 150px;
}

#prevent .bottom .left ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

#prevent .bottom .left ul li p {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-left: 16px;
}
#prevent .bottom .right .posa {
  position: absolute;
  right: 314px;
  top: 281px;
  border: 4px solid #28afe1;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

#prevent .bottom h2 {
  color: var(--white);
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}
#prevent .bottom .title {
  color: var(--white, #fff);
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  margin-top: 46px;
  position: relative;
}

#prevent .price div {
  border-radius: 12px;
  background: var(--white);
  padding: 22px 38px 22px 30px;
}

#prevent .price div:last-child {
  margin-left: 20px;
}
#prevent .price .old {
  color: var(--grey-300);
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  text-decoration: line-through;
}
#prevent .price .new {
  color: var(--green);
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

#prevent .price .text {
  color: var(--base);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 5px;
}

#hard {
  padding-top: 60px;
  background-color: #f4f9fd;
  background-image: url("../images/hard/bg.png");
  background-position: top right;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 92px;
}

#hard h2 {
  color: var(--base);
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}
#hard .plus {
  margin-top: 40px;
}
#hard .plus div {
  color: var(--base);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0px 2px 12px 0px rgba(73, 73, 84, 0.16);
  padding: 36px 0;
  width: 690px;
  position: relative;
  padding-left: 180px;
  padding-right: 70px;
  margin-bottom: 20px;
}
#hard .plus div:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
#hard .plus div.item1:before {
  background: url(../images/hard/item1.png) bottom left no-repeat;
  width: 162px;
  height: 120px;
}
#hard .plus div.item2:before {
  background: url(../images/hard/item2.png) bottom left no-repeat;
  width: 162px;
  height: 120px;
  background-size: cover;
}
#hard .plus div.item3:before {
  background: url(../images/hard/item3.png) bottom left no-repeat;
  width: 158px;
  height: 105px;
}

#hard .button {
  border-radius: 12px;
  box-shadow: 0px 2px 12px 0px rgba(73, 73, 84, 0.16);
  width: 690px;
  height: 120px;
  font-size: 28px;
  font-weight: 600;
  line-height: 24px;
}
#consultprof {
  padding-top: 61px;
  position: relative;
  padding-bottom: 68px;
  background: url("../images/consultprof/bg.jpg") top center no-repeat;
  background-size: cover;
}

#consultprof .wrapper {
  justify-content: space-between;
}
#consultprof:before {
  content: "";
  background: url("../images/consultprof/doc.png") no-repeat;
  width: 516px;
  height: 668px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 258px);
}
#consultprof .title {
  color: var(--white);
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  border-radius: 12px;
  background: var(--primary-blue, #28afe1);
  padding: 8px 18px 12px 17px;
  width: 439px;
  margin-top: 11px;
}
#consultprof .quote {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  background: url("../images/consultprof/quote.png") no-repeat;
  width: 463px;
  height: 114px;
  margin-top: 50px;
  padding: 22px 39px 20px 25px;
}

#consultprof .left .name {
  color: var(--base);
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 93px;
}
#consultprof .left .spec {
  color: var(--grey-500);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 8px;
}
#consultprof .left .stag {
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 8px;
}
#consultprof .right {
  width: 390px;
  min-width: 390px;
  border-radius: 24px;
  border: 2px solid var(--blue);
  background: var(--white);
  box-shadow: 0px 2px 12px 0px rgba(73, 73, 84, 0.16);
  padding: 30px 30px 38px 38px;
}
#consultprof .right h3 {
  color: var(--base);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
#consultprof .right ul {
  margin-top: 33px;
}
#consultprof .right ul li {
  color: var(--grey-600);
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  display: flex;
  margin-bottom: 7px;
}
#consultprof .right ul li:before {
  content: "";
  background: url("../images/consultprof/check.svg");
  min-width: 24px;
  width: 24px;
  min-height: 24px;
  height: 24px;
  margin-right: 12px;
}
#consultprof .right form {
  margin-top: 30px;
}
#consultprof .right input {
  border-radius: 12px;
  background: var(--grey-100);
  width: 310px;
  height: 80px;
  padding: 28px 104px 28px 24px;
  color: var(--grey-400);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
#consultprof .right button {
  margin-top: 24px;
  width: 310px;
  height: 80px;
  border-radius: 12px;
  color: var(--white, #fff);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
#anyquest {
  padding-top: 72px;
  background: url("../images/anyquest/bg.png") top center no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 72px;
}

#anyquest .form {
  border-radius: 16px;
  border: 2px solid var(--blue);
  background: var(--white);
  width: 800px;
  box-shadow: 0px 2px 12px 0px rgba(73, 73, 84, 0.16);
  padding: 23px 32px 36px;
  /* margin: 0 auto; */
}

#anyquest .form h2 {
  color: var(--base);
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
#anyquest .form p {
  color: var(--grey-500);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 8px;
}
#anyquest .form form {
  margin-top: 29px;
}
#anyquest .form form textarea{
  border-radius: 12px;
    background: var(--grey-100);
    width: 64%;
    margin-right: 20px;
    padding: 20px;
    color: var(--grey-400);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    resize: none; 
}
#anyquest .form input {
  border-radius: 12px;
  background: var(--grey-100);
  width: 100%;
  height: 80px;
  padding: 28px 90px 28px 24px;
  margin-bottom: 24px;
  color: var(--grey-400);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

#anyquest .form button {
  width: 100%;
  height: 80px;
  padding: 28px 164px 28px 163px;
  color: var(--white);
  font-size: 25px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 12px;
  margin-top: 20px;
}

#wecan {
  padding-top: 64px;
  padding-bottom: 35px;
  background: var(--white);
}

#wecan h2 {
  font-size: 40px;
}
#wecan .plus {
  justify-content: space-between;
  margin-top: 40px;
}
#wecan .plus div {
  width: 600px;
  text-align: center;
  background: var(--grey-100, #f5f5f6);
  padding: 74px 70px;
}
#wecan .plus div img {
  height: 280px;
  object-fit: none;
}
#wecan .plus div h3 {
  color: var(--base);
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 44px;
}
#wecan .plus div p {
  color: var(--grey-400);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 17px;
}
#map {
  /* padding-top: 60px; */
  position: relative;
  width: 100%;
  /* background: url("../images/map/map.png") top center no-repeat; */
  background-size: cover;
  padding-bottom: 165px;
}
#map .map{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
#map .block {
  width: 390px;
  border-radius: 24px;
  border: 2px solid var(--blue);
  background: var(--white);
  padding: 40px;
  padding-top: 32px;
  box-shadow: 0px 2px 12px 0px rgba(73, 73, 84, 0.16);
  top: 60px;
  position: relative;
}
#map .block h2 {
  color: var(--base);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
#map .block .line {
  background: #cacad5;
  width: 310px;
  height: 1px;
  margin-top: 29px;
}
#map .block .name {
  color: var(--base);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-top: 33px;
}
#map .block .name span {
  color: var(--base);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  display: block;
}
#map .block .phone {
  color: var(--base);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 23px;
  display: block;
}
#map .block .address {
  color: var(--grey-600);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 8px;
}
#map .block .mode {
  color: var(--grey-500);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 8px;
}

#map .block .mode span {
  color: var(--base);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
#map .block .button {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 24px;
  width: 100%;
  border-radius: 12px;
}

#rait {
  padding-top: 60px;
  background: var(--white);
}
#rait h2 {
  font-size: 40px;
  line-height: 48px;
}
#rait .wrapper > p {
  color: var(--grey-500);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 25px;
}
#rait .rait {
  justify-content: space-between;
  margin-top: 47px;
}

#rait .rait div.slide {
  border-radius: 8px;
  background: var(--grey-100, #f5f5f6);
  width: 180px;
  text-align: center;
  padding: 28px 40px 31px;
}
#rait .rait div .img {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#rait .rait div p {
  color: var(--grey-500, #777787);
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 30px;
}

#rait .rait div span {
  color: var(--black, #1d1e1f);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-top: 7px;
  display: block;
}
#rait .button {
  width: 100%;
  height: 80px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin-top: 40px;
  font-size: 25px;
}

footer {
  padding-top: 48px;
  background: var(--grey-100);
  padding-bottom: 50px;
}
footer .top {
  justify-content: space-between;
}
footer .block1 .phone {
  color: var(--base);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
footer .address {
  color: var(--grey-600);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 8px;
}

footer .block2 {
  color: var(--grey-500);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-right: 65px;
}

footer .block3 h3 {
  color: var(--base);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-left: 10px;
}
footer .block3 ul {
  margin-top: 20px;
}
footer .block3 ul li img {
  border: 11px solid white;
  margin-left: 8px;
  border-radius: 4px;

  box-shadow: 0px 2px 12px 0px rgba(73, 73, 84, 0.16);
}
footer .bottom {
  justify-content: space-between;
  margin-top: 52px;
}
footer .bottom .copyrate {
  color: var(--grey-500);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
footer .bottom .policy {
  color: var(--blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-right: 223px;
}

footer .bottom h3 {
  color: var(--grey-500);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-right: 15px;
}

footer .bottom .pay ul li img {
  min-width: 60px;
  min-height: 30px;
  margin-left: 9px;
}
.popup{
width: 480px;
height: 398px;
border-radius: 8px;
background: #FFF;
}
.popup h2{
  color: var(--base);
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 133.333% */
}
.popup p{
  color: var(--Grey-400, #9494A3);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 133.333% */
  margin-top: 16px;
}
.popup input{
  display: flex;
  width: 100%;
  padding: 16px 86px 16px 20px;
  align-items: center;
  border-radius: 6px;
  background: var(--Grey-100, #F5F5F6);
  margin-top: 24px;
}
.popup .button{
  display: flex;
  width: 100%;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #73BE46;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  margin-top: 24px;
}




@media screen and (max-width: 1690px) {
  #prevent:before {
    left: -140px;
  }
}
@media screen and (max-width: 1520px) {
  #prevent:before {
    left: -200px;
  }
}
@media screen and (max-width: 480px) {
  body {
    width: 100%;
    background: var(--white);

  }
  .wrapper {
    width: 375px;
  }
  #nav ul {
    display: none;
  }
  #clinic .left {
    width: 100%;
}
  #header {
    padding-top: 23px;
    background: url(../images/header-mob.jpg);
    width: 100%;
    padding-bottom: 17px;
  }
  #header:after {
    display: none;
  }
  h1 {
    font-size: 28px;
    line-height: 30px;
    padding: 0 10px;
  }
  #header .header {
    padding-top: 70px;
  }
  #nav .phone{
    width: 195px;
    height: 40px;
  }
  #nav .phone p {
    margin-right: 14px;
    font-size: 14px;
  }
  #header #nav .logo{
    width: 140px;
  }
  #header #nav .logo img{
    width: 100%;
  }
  #nav .wrapper.flex {
    flex-direction: inherit;
    padding: 0 10px;
  }
  .wrapper.flex {
    flex-direction: column;
  }
  #header .left,
  #header .right {
    width: 100%;
  }
  #header .header .right {
    width: 96%;
    margin: 0 auto;
    margin-top: 20px;
  }
  strong {
    line-height: 40px;
  }
  #header .gift {
    margin-top: 25px;
    width: 100%;
    padding: 0 10px;
  }

  #header .header .button {
    width: 95%;
    margin: 23px auto 0;
    display: block;
  }
  #header .header .right .plus .flex p {
    padding-right: 70px;
  }

  #clinic {
    padding-top: 48px;
    padding-bottom: 25px;
  }
  #clinic .slider{
    flex-direction: column;
  }
  #clinic .bottom{
    display: none;
  }
  #clinic .left,
  #clinic .right {
    flex-direction: column;
  }
  #clinic .left .slide {
    width: 100%;
    height: 375px;
  }
  #clinic .bottom > div {
    width: 100%;
    padding: 10px 65.5px 10px 66.5px;
  }
  #clinic .right .content {
    padding-top: 14px;
    padding-left: 10px;
    padding-right: 10px;
    border: 0;
    height: auto;
  }
  #clinic .left .flex {
    padding: 30px 49.5px;
    border-right: none;
    height: 120px;
    width: 100%;
}
  #clinic .left img {
    width: 100%;
    object-fit: cover;
    height: 375px;
  }
  #clinic .right h2 {
    font-size: 24px;
    line-height: 32px;
  }
  
  h2 {
    font-size: 24px;
    line-height: 32px;
    padding: 0 10px;
    text-align: center;
  }
  #want {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #want h2 {
    text-align: center;
  }
  h2 strong {
    font-size: 24px;
    line-height: 32px;
  }

  #want ul {
    margin-top: 20px;
  }
  #want ul li img {
    margin: 0 auto;
    width: 240px;
  }
  #want ul li:before {
    background: none;
  }

  #fairprices .wrapper:after {
    display: none;
  }
  #fairprices {
    padding-top: 21px;
    padding-bottom: 26px;
    background: url("../images/fairprices/bg-mob.jpg") no-repeat top center;
    background-size: cover;
  }
  #fairprices .right {
    width: 100%;
  }
  #fairprices .right .quote {
    background: var(--white);
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 40px;
    padding: 16px 16px 16px 96px;
    position: relative;
    border-radius: 8px;
  }
  #fairprices .right .quote:after {
    content: "";
    background: var(--grey-100) url(../images/fairprices/employee-mob.png)
      no-repeat top center;
    position: absolute;
    top: 16px;
    left: 16px;
    width: 64px;
    height: 61px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  #fairprices .right h2:after {
    content: "";
    background: url(../images/fairprices/smile.svg);
    width: 42px;
    height: 42px;
    position: absolute;
    right: -2px;
    top: calc(50% - -6px);
    background-size: cover;
  }

  #fairprices .right .quote p {
    font-size: 14px;
    line-height: 20px;
  }
  #fairprices .right .quote span.name {
    font-size: 14px;
    line-height: 20px;
  }

  #fairprices .right .quote span.spec {
    font-size: 12px;
  }

  #fairprices .right .price {
    width: 100%;
    height: 100px;
    margin-top: 16px;
  }

  #fairprices .right .price img {
    width: 55px;
    height: 45px;
  }

  #fairprices .right .button {
    margin-top: 20px;
    width: 100%;
  }

  #helpyou {
    padding-top: 25px;
    padding-bottom: 14px;
  }

  #helpyou .wrapper.flex {
    flex-direction: column-reverse;
  }

  #helpyou .right {
    display: none;
  }

  .mob {
    display: block;
  }
  #helpyou .mob {
    border-radius: 8px;
    width: 100%;
    margin-top: 20px;
  }
  #helpyou .smile {
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0px 2px 12px 0px rgba(73, 73, 84, 0.16);
    height: auto;
    padding: 16px 20px;
    align-items: center;
    margin-top: -35px;
    width: 100%;
    position: absolute;
  }
  #helpyou .smile p {
    font-size: 14px;
    line-height: 20px;
    margin-left: 20px;
  }
  #helpyou .left span {
    margin-top: 100px;
    padding-left: 10px;
  }
  #helpyou .left ul {
    padding-right: 10px;
    padding-left: 10px;
  }
  #plus {
    padding-top: 5px;
    padding-bottom: 0px;
    background-size: auto;
  }
  #plus .top {
    flex-direction: column;
    margin-top: 20px;
  }

  #plus .top ul li {
    display: flex;
    align-items: center;
    color: var(--white);
    font-weight: 600;
    line-height: 24px;
    margin-right: 0;
    width: 44%;

    font-size: 16px;
    margin-bottom: 0;
  }
  #plus .top ul {
    flex-wrap: wrap;
    margin-top: 22px;
  }
  #plus ul.plus {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  #plus .top ul li:last-child {
    margin-top: 10px;
  }
  #plus .top h2 {
    font-size: 24px;
    line-height: 32px;
  }

  #plus ul.plus li {
    margin-right: 0;

    width: 100% !important;
  }
  #photo .photo{
    overflow: hidden;
  }
  #photo .photo img {
    height: 280px;
    object-fit: cover;
  }
  #photo .slick-slide {
    margin-right: 0 !important;
  }
  #photo .slick-slide img {
    max-width: 100%;
  }
  #photo .button {
    height: 51px;
  }
  #quiz .wrapper > .top {
    flex-direction: column;
  }
  #quiz {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  #quiz .pcbr {
    display: none;
  }
  #quiz .top .gift {
    margin-right: 0;
    margin-top: 15px;
  }
  #quiz .quiz {
    margin-top: 16px;
  }
  #quiz .quiz_steps {
    margin-top: 16px;
  }
  #quiz .quiz .top {
    flex-direction: column;
  }
  #quiz .top .left {
    width: 100%;
    padding-right: 16px;
    padding-top: 5px;
    padding-left: 16px;
  }

  #quiz .step-question span {
    min-width: 32px;
    min-height: 32px;
  }

  #quiz .answers {
    flex-wrap: wrap;
  }
  #quiz .item {
    padding: 8px;
    width: 49%;
    margin-bottom: 10px;
  }
  #quiz .step-question {
    font-size: 18px;

    line-height: 24px;
  }
  #quiz .item img {
    width: 100%;
  }
  #quiz .top .right {
    display: none;
  }

  #quiz .bottom {
    flex-direction: column;
  }
  #quiz .bottom .quiz-controls {
    width: 100%;
    padding: 16px;
  }
  #quiz .bottom .right {
    width: 100%;
    border-top: 1px solid #e6e6eb;
    padding: 16px;
  }
  .prev-question,
  .next-question {
    width: 100%;
  }
  .next-question {
    margin-left: 11px;
  }
  #quiz .answers-block {
    margin-top: 20px;
  }
  #quiz .item .flex {
    align-items: center;
    margin-top: 5px;
  }
  #quiz .final h3 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 8px;
}
.final .left{
  padding: 24px 16px;
}

.twentytwenty-container img {
  width: 100%;
}
.final .left p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
}
  #quiz .final {

    margin-top: 30px;
    flex-direction: column;
}.final .left input {
  border-radius: 12px;
  background: var(--Grey-100, #F5F5F6);
  height: 52px;
  padding: 28px 25px 28px 24px;
  margin-top: 24px;

}
.final .right img {
  height: 330px;
  width: 100%;
}
.final .left .button {
  border-radius: 12px;
  display: flex;
  width: 100%;
  height: 52px;
  margin-top: 16px;

}
  #whynot {
    padding-top: 16px;
    padding-bottom: 15px;
  }
  #whynot .right {
    display: none;
  }
  #whynot .mob {
    margin-top: 13px;
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
  #whynot p {
    margin-top: 9px;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
  }

  #whynot .button {
    margin-top: 16px;
    width: 100%;
  }
  #aftbef {
    padding-top: 0px;

    padding-bottom: 28px;
  }


  #aftbef ul li {
    width: 100%;
    padding: 0;
    border-radius: 8px;
    background: transparent;
  }
  #aftbef ul li .twentytwenty-container {
    height: 214px !important;
  }
  #consult {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #consult .right {
    display: none;
  }
  #consult h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  #consult .smile {
    border-radius: 8px;
    height: auto;
    padding: 16px 20px;
    margin-top: -37px;
    width: 100%;
  }
  #consult .smile p {
    font-size: 14px;
    line-height: 20px;
    margin-left: 20px;
  }

  #consult .smile:after {
    display: none;
  }
  #consult .mob {
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-top: 15px;
  }
  #consult .left span {
    margin-top: 17px;
    padding: 0 10px;
  }
  #consult .left ul {
    padding: 0 10px;
  }
  #consult .left ul li p {
    font-size: 16px;
    margin-left: 16px;
    padding-right: 25px;
  }
  #consult .left ul li {
    margin-bottom: 16px;
  }
  #dreams {
    padding-top: 25px;
  }
  #dreams h2 {
    text-align: left;
  }
  #dreams ul {
    margin-top: 15px;
  }
  #dreams ul li {
    width: 240px;
  }
  #dreams ul li img {
    width: 240px;
    margin: 0 auto;
  }
  #dreams ul li p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
    padding: 0 30px;
  }
  #dreams .button {
    height: 52px;
    font-size: 20px;
    margin-top: 23px;
  }
  #review {
    padding-top: 29px;
    padding-bottom: 64px;

  }
  #review .top {
    flex-direction: column;
  }
  #review h2 {
    font-size: 24px;
    line-height: 32px;
  }
  #review .top .num {
    font-size: 64px;
    width: 167px;
    min-width: 167px;
    margin-right: auto;
}
  #review .top p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 7px;
  }
  #review .review {

    margin-top: 16px;
    display: block;
}
  #review .top p strong {
    font-size: 20px;
    line-height: 28px;
  }
  #review .review li {
    position: relative;
    width: 343px;
    height: 420px;

}
#review .review li img{
  margin: 0 auto;
  width: 100%;
  height: 100%;

}
#review .review li a {
  bottom: calc(50% - 40px);
  right: calc(50% - 40px);
}
#firstrec {
  padding-top: 40px;
  padding-bottom: 30px;
}
#firstrec .wrapper > .flex{
  flex-direction: column;
}

#firstrec h2 {
  font-size: 24px;
}

#firstrec p.title {
  font-size: 48px;
  margin-top: 8px;
  padding-left: 10px;
}
#firstrec .one {
  margin-top: 13px;
}
#firstrec .mob {
  margin: 0 auto;
  margin-top: 16px;
}
#firstrec .right > p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 17px;
  padding: 0 10px;: 0 10px;: 0 10p;: 0 10;: 0 1;: 0;: 0;
}
#firstrec .button {
  margin-top: 19px;
  height: 52px;
  width: 100%;
}
#firstrec p.title:after,#firstrec p.title2:after {
  display: none;
}
#firstrec .one .right, #firstrec .two .right {
  margin-left: 0;
}
#firstrec .three{
  display: none;
}
#firstrec p.title2{
  font-size: 48px;
  margin-top: 35px;
  padding-left: 10px;
}
#firstrec .one .left,#firstrec .two .left,#firstrec .four .left,#firstrec .five .left,#firstrec .six .left{
  display: none;
}
#firstrec .two ul {
  border-radius: 12px;
  margin-top: 14px;
  margin-right: 0;
  flex-direction: column;
}
#firstrec .two ul li {
  border-right: none;
  padding: 16px 71px 16px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom:1px solid var(--grey-200);
}
#firstrec .two ul li:last-child{
  border-bottom: none;
}
#firstrec h3 {
  padding-right: 10px;
  font-size: 18px;
  padding-left: 10px;
}

#firstrec .two .descr span {
  display: block;
  margin-top: 16px;
}
#firstrec .one .quote {
  margin-top: 16px;
  padding-right: 0;
  align-items: center;
}

#firstrec .one .quote p {
  font-size: 14px;
  line-height: 20px;
  margin-left: 24px;
}
#firstrec .two, #firstrec .three {
  margin-top: 33px;
}
#firstrec .four, #firstrec .five, #firstrec .six {
  margin-top: 17px;
}
#firstrec .four .right, #firstrec .five .right, #firstrec .six .right {
  margin-right: 0;
}

#firstrec .four .smile, #firstrec .five .smile, #firstrec .six .smile {
  margin-top: 16px;
  margin-right: 0;
  padding: 16px;

}
#firstrec .four .smile p, #firstrec .five .smile p, #firstrec .six .smile p {
  margin-left: 16px;
  font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
#quality {
  padding-top: 24px;
  /* background: var(--white); */
  padding-bottom: 0;
}
#quality h2 {
  font-size: 24px;
  line-height: 32px;
}
#quality ul{
  flex-direction: column;
  align-items: center;
}
#quality ul li {
  width: 343px;
  display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}


#quality ul li img{
  width: 100%;
  height: 240px;
  order: 0;
  object-fit: cover;
  border-radius: 12px;
  object-position: top center;
}
#quality ul li p{
  order: 2;
  font-size: 18px;
  line-height: 24px;
  min-height: auto;
}

#quality ul li div{
  order: 1;
  margin-top: -79px;
}
#quality .grey{
  flex-direction: column;
  margin-top: 24px;
}
#quality .grey:after{
  display: none;
}
#quality .grey p {

  font-size: 16px;

  line-height: 24px;
  padding: 0 16px;
  margin-top: 8px;
}
#doctors {
  padding-top: 25px;
  padding-bottom: 93px;
  position: relative;

}
#doctors .doctors {

  margin-top: 20px;
}
#doctors .doctors .doc{
  flex-direction: column;
  padding: 24px;
  margin-bottom: 0;
}
#doctors .doctors .doc img{
  width: 80px;
}
#doctors .doc p.name {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
}
#doctors .doc p.spec {
  color: var(--grey-600);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 16px;
}
#doctors .doc .right {
  margin-left: 0;
  text-align: center;
}
#doctors .doc p.name {

  padding-right: 0;

}
#doctors h2 {
  font-size: 24px;
  line-height: 32px;
}
#doctors a.button {
  height: 52px;
  padding: 0px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin-top: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#prevent {
  padding-top: 32px;
  padding-bottom: 50px;
}
#prevent .top h2 {
  font-size: 24px;
  line-height: 32px;
}
#prevent .top .right:after,#prevent:before,#prevent .top .left,#prevent .bottom .right{
  display: none;
}
#prevent .top .right {
  margin-left: 0;
  margin-right: 0;

}
#prevent .top .right div {
  align-items: center;
  justify-content: space-around;
  margin-top: 14px;
}
#prevent .top .right div img:first-child{
  width: 182px;
  height: 104px;
}
#prevent .top .right div img:last-child{
  width: 146px;
  height: 130px;
}
#prevent .bottom h2 {
  font-size: 24px;
  line-height: 32px;
  margin-top: 17px;
}
#prevent .bottom .title {
  font-size: 24px;
  line-height: 32px;
  margin-top: 24px;
}
#prevent .bottom .left ul {
  margin-top: 16px;
  padding: 0 10px;
}
#prevent .bottom .left ul li {
  align-items: flex-start;
}
#prevent  .price{
  flex-direction: column;
}
#prevent .price div:last-child{
  margin-left: 0;
}
#prevent .price .text br{
  display: none;
}
#prevent .price .old {
  color: var(--grey-300);
  font-size: 32px;

}
#prevent .price div {
  border-radius: 12px;
  padding: 16px 40px 16px 16px;

  margin-bottom: 10px;
}
#prevent .bottom .left span {
  font-size: 20px;
  line-height: 28px;
  margin-top: 43px;
  padding-left: 10px;
}
#prevent .bottom .left ul li p {
  font-size: 16px;
  line-height: 24px;
}
#prevent .bottom .left ul li br{
  display: none;
}
#prevent .top p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 18px;
  padding: 0 10px;
}
#prevent .bottom {
  position: relative;
  margin-top: 23px;
}
#prevent .bottom .left{
  margin-top: 0;
}
#prevent .bottom .left .mob{
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 12px;
  object-position: center -40px;
}
#prevent .bottom .title{
  position: relative;
  z-index: 1;
  padding-left: 10px;
}
#prevent .bottom .title:after{
  content: '';
  background: url('../images/prevent/bg-title-mob.svg');
  width: 425px;
  height: 99px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: -1;
  background-size: contain;
  background-position: center;
}
#hard {
  padding-top: 24px;
  padding-bottom: 25px;
}

#hard h2 {
  font-size: 24px;
  line-height: 32px;
}

#hard .plus {
  margin-top: 15px;
}
#hard .plus div {
  font-size: 14px;
  line-height: 20px;
  padding: 16px 0;
  width: 100%;
  padding-left: 132px;
  padding-right: 16px;
  margin-bottom: 7px;
  overflow: hidden;
}

#hard .plus div:before {
  left: -33px;
  height: 100% !important;
}


#hard .button {
  width: 100%;
  height: 92px;
  margin-top: 3px;
  font-size: 25px;
}

#consultprof {
  padding-top: 25px;
  overflow: hidden;
  padding-bottom: 14px;
}
#consultprof:before {
  content: "";
  background: url(../images/consultprof/doc.png) no-repeat;
  bottom: inherit;
  left: inherit;
  top: 145px;
  right: -75px;
  background-size: cover;
  width: 243px;
  height: 320px;
}
#consultprof .title {
  font-size: 20px;
  line-height: 24px;
  padding: 12px 18px 12px 16px;
  width: 100%;
  margin-top: 10px;
}

#consultprof .quote {
  color: var(--black);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  background: url(../images/consultprof/quote-mob.png) no-repeat;
  margin-top: 24px;
  padding: 12px 20px 10px 13px;
  width: 244px;
  height: 125px;
  margin-left: 10px;
}
#consultprof .left .name {
  font-size: 18px;
  line-height: 24px;
  margin-top: 24px;
  padding-left: 10px;
}
#consultprof .left .spec {
  font-size: 14px;
  line-height: 20px;
  margin-top: 7px;
  padding: 0 10px;
  width: 214px;
}
#consultprof .left .stag {
  font-size: 20px;
  line-height: 24px;
  margin-top: 9px;
  padding-left: 10px;
}

#consultprof .right {
  width: 100%;
  min-width: 100%;
  border-radius: 0;
  padding: 16px;
  margin-top: 25px;
  border:none;
  border-top: 2px solid var(--blue);
}
#consultprof .right h3 {
  font-size: 20px;
  line-height: 24px;
}
#consultprof .right ul {
  margin-top: 16px;
}
#consultprof .right form {
  margin-top: 15px;
}
#consultprof .right input {
  width: 100%;
  padding: 28px 104px 28px 24px;
}

#consultprof .right button {
  margin-top: 15px;
  width: 100%;
}

#anyquest {
  padding-top: 24px;
  padding-bottom: 22px;
}
#anyquest .form {
  border-radius: 16px;
  width: 97%;
  padding: 19px 16px;
  margin: 0 auto;
}

#anyquest .form h2 {
  font-size: 20px;
  line-height: 24px;
}
#anyquest .form p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}
#anyquest .form form {
  margin-top: 15px;
}
#anyquest .form input {
  width: 100%;
  padding: 0px 28px;
  margin-bottom: 17px;
}
#anyquest .form button {
  width: 100%;
  padding: 0;
}
#anyquest .form form .flex{
  display: block;
}
.hidemob{
  display: none;
}


#wecan {
  padding-top: 25px;
  padding-bottom: 16px;
  /* background: var(--white); */
}
#wecan h2 {
  font-size: 24px;
}

#wecan .plus {
  justify-content: center;
  margin-top: 15px;
  flex-direction: column;
  align-items: center;
}
#wecan .plus div {
  width: 100%;
  padding: 24px;
  margin-bottom: 8px;
}
#wecan .plus div img {
  height: 129px;
  object-fit: cover;
}
#wecan .plus div h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 20px;
  padding: 0 30px;
}
#wecan .plus div p {
  color: var(--grey-400);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 7px;
  padding: 0 20px;
}
#map {
  /* padding-top: 60px; */
  padding-bottom: 90px;
  height: 500px;
}
#map .wrapper{
  display: none;
}
#map .block{
padding: 25px 20px;
  width: 100%;
}
#map .block .line {

  margin-top: 20px;
}
#map .block .name {
  margin-top: 20px;
  font-size: 14px;
}
#map .block .name span {
  font-size: 16px;
  display: inline-block;
}
#map .block .phone {
  margin-top: 10px;
}



#rait {
  padding-top: 24px;
  /* background: var(--white); */
}

#rait h2 {
  font-size: 24px;
  line-height: 32px;
}
#rait .wrapper > p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
  padding: 0 10px;
}

#rait .rait {
  justify-content: space-between;
  margin-top: 24px;
}
#rait .button {
  height: 52px;
  margin-top: 45px;
}
#rait .rait div.slide {
  width: 166px !important;
  padding: 27px 25px 31px;
  margin-right: 12px;
}
footer {
  padding-top: 24px;
  /* background: var(--grey-100); */
  padding-bottom: 23px;
}
footer .top{
  flex-direction: column;
}
footer .block3 h3 {
  font-size: 16px;
  line-height: 24px;
  margin-left: 0;
}
footer .block3 ul {
  margin-top: 20px;
  justify-content: space-between;
}
footer .bottom {
  margin-top: 12px;
  flex-direction: column-reverse;
}
footer .pay {
  flex-direction: column;
}
footer .bottom .policy {

  margin-right: 0;
  margin-top: 25px;
}
footer .bottom .copyrate {
  margin-top: 10px;
}
footer .block3 ul li img {
  box-shadow: 0px 2px 12px 0px rgba(73, 73, 84, 0.16);
}
footer .bottom .pay ul li img {
  margin-left: 0;
  margin-right: 10px;
}
footer .bottom .pay ul {
  margin-top: 10px;
}
.block3{
  margin-top: 22px;
}
.p10{
  padding: 0 10px;
}
}
