@import url(../fonts/BadRussian/stylesheet.css);
@import url(../fonts/DisplayPro/stylesheet.css);
:root {
  --white: #fff;
  --black: #000;
  --blue: blue;
  --skin: #eaac97;
  --gray1: #f6f6f6;
  --gray2: #f3f2ee;
  --gray3: #e0e0e0;
  --gray4: #ebebeb;
  --gray5: #e3e3e3;
  --gray6: #f2f2f2;
  --gray7: #1c1c1c;
  --gray8: #edecea;
  --gray9: #777777;
  --gray10: #cccccc;
  --gray11: #dfdfdf;
  --gray12: #d9d9d9;
  --btn-bg: var(--black);
  --btn-color: var(--white);
  --btn-border: var(--black);
  --popupInputBorder: #f5f5f5;
  --popupTextarea: #ededed;
  --popupTextareaFocused: #fafafb;
  --link: var(--black);
  --link-top: 110%;
  --link-transparent: 99%;
}
* {
  box-sizing: border-box;
  outline: none;
}
html {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
body {
  margin: 0;
  padding: 0;
  display: flex;
  flex: auto;
  flex-direction: column;
  font-family: 'PF DinDisplay Pro', sans-serif;
  background: var(--white);
  color: var(--black);
  font-size: 22px;
  line-height: 37px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.ls {
  letter-spacing: 0.1em;
}
img {
  border: 0;
}
h1,
.h1 {
  letter-spacing: 0;
  font-family: 'Bad Russian', sans-serif;
  font-size: 144px;
  line-height: 120%;
  font-weight: normal;
  margin: 0 0 70px;
  padding: 0;
}
h2,
.h2 {
  letter-spacing: 0;
  font-family: 'Bad Russian', sans-serif;
  font-size: 30px;
  line-height: 120%;
  font-weight: normal;
  margin: 0 0 15px;
  padding: 0;
}
h3,
.h3 {
  letter-spacing: 0;
  font-family: 'Bad Russian', sans-serif;
  font-size: 20px;
  line-height: 120%;
  font-weight: normal;
  margin: 0 0 15px;
  padding: 0;
}
input,
textarea,
a,
button {
  outline: none;
}
a {
  color: var(--black);
  transition: all 0.3s ease;
}
a:hover {
  color: var(--black);
  text-decoration: none;
}
.dn {
  display: none;
}
.clr {
  clear: both;
}
.col {
  vertical-align: top;
  display: inline-block;
}
main {
  flex: auto;
  width: 100%;
  overflow: hidden;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--black);
  -webkit-box-shadow: 0 0 0 1000px var(--white) inset;
}
.map {
  height: 768px;
}
#map {
  width: 100%;
  height: 100%;
}
footer {
  height: 930px;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--white);
  height: 120px;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
}
.header__left {
  display: flex;
  align-items: center;
}
.header__left .logo {
  margin-right: 40px;
}
.menu-item {
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--black);
  border-radius: 5px;
  padding: 2px 5px;
  margin-left: 5px;
  font-weight: normal;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
.menu-item:hover,
.menu-item.active {
  color: var(--white);
  background: var(--black);
}
.wrapper {
  padding-top: 130px;
  background: var(--white);
}
.logo {
  display: inline-block;
  background: url(../img/logo-line.svg) no-repeat center / contain;
  width: 213px;
  height: 35px;
}
.logo--square {
  background-image: url(../img/logo.svg);
  width: 266px;
  height: 285px;
}
.section--ultraformer .block {
  display: flex;
  align-items: center;
}
.section--ultraformer .block--1 > div:first-child {
  flex: 1;
  padding-left: 65px;
}
.section--ultraformer .block--1 > div:last-child {
  height: 770px;
  width: 1020px;
  background: no-repeat center / cover;
}
.section--ultraformer .block--1 .text {
  width: 660px;
  padding-left: 35px;
}
.section--ultraformer .block--1 .btns {
  margin-top: 80px;
  display: flex;
  align-items: center;
}
.section--ultraformer .block--1 .btns .btn {
  margin-right: 35px;
}
.section--ultraformer .block--2 {
  align-items: stretch;
}
.section--ultraformer .block--2 > div:first-child {
  width: 350px;
  height: 525px;
  background: no-repeat center / cover;
}
.section--ultraformer .block--2 > div:last-child {
  width: 1330px;
  text-align: center;
  font-family: 'Bad Russian', sans-serif;
  font-size: 59px;
  line-height: 120%;
  background: var(--gray1);
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
}
.section--ultraformer .block--3 {
  position: relative;
  display: block;
}
.section--ultraformer .block--3 .skin {
  width: 584px;
  height: 551px;
  position: absolute;
  top: 0;
  left: 350px;
}
.section--ultraformer .block--3 .title {
  font-size: 282px;
  line-height: 120%;
  text-align: right;
  height: 520px;
  padding-right: 110px;
  padding-top: 80px;
  letter-spacing: 0.1em;
}
.section--ultraformer .block--4 {
  position: relative;
  justify-content: flex-end;
  align-items: flex-end;
}
.section--ultraformer .block--4 .info {
  width: 580px;
}
.section--ultraformer .block--5 {
  position: relative;
  align-items: flex-start;
}
.section--ultraformer .block--5 .member {
  margin-top: -240px;
}
.section--combined .block--1 {
  padding: 140px 0 130px 450px;
}
.section--combined .block--1 .title {
  font-size: 95px;
  line-height: 120%;
  letter-spacing: 0.1em;
}
.section--combined .block--2 {
  display: flex;
  align-items: flex-start;
  padding-left: 75px;
}
.section--combined .block--2 .block__left {
  width: 580px;
}
.section--combined .block--2 .images-compare,
.section--combined .block--2 .twentytwenty-wrapper {
  flex: 1;
}
.section--combined .block--3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section--combined .block--3 .skin {
  width: 690px;
  height: 860px;
  margin-top: -50px;
}
.section--combined .block--3 .title {
  font-size: 280px;
  line-height: 120%;
  margin: 330px 0 0 170px;
}
.section--combined .block--4 {
  padding-left: 340px;
  position: relative;
}
.section--combined .block--4 .img {
  width: 1028px;
  margin-top: -115px;
}
.section--combined .block--4 .info {
  height: 920px;
  width: 585px;
  position: absolute;
  left: 920px;
  top: 400px;
}
.section--combined .block--5 {
  position: relative;
  padding: 190px 325px 0 125px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section--combined .block--5 .title {
  font-size: 70px;
  line-height: 120%;
}
.section--combined .block--6 {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 50px 0 0 350px;
}
.section--combined .block--6 .member {
  margin: 280px 0 0 30px;
}
.section--prices {
  padding-bottom: 90px;
}
.section--prices .title {
  font-size: 280px;
  line-height: 280px;
  margin: -180px 0 150px 300px;
  letter-spacing: 0.05em;
}
.section--prices .content {
  padding: 0 100px 0 150px;
}
.section--doctors {
  padding-top: 60px;
  position: relative;
}
.section--doctors:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 495px;
  background: var(--gray5);
}
.section--doctors .title {
  font-size: 54px;
  line-height: 120%;
  margin-bottom: 60px;
}
.section--doctors .content {
  position: relative;
  z-index: 2;
}
.section--doctors .block--1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  font-size: 22px;
  line-height: 33px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.section--how .title {
  font-size: 201px;
  line-height: 203px;
  margin: 260px 0 0 340px;
  letter-spacing: 0.05em;
}
.content {
  padding: 0 75px;
}
.img {
  line-height: 0;
}
.img img {
  width: 100%;
}
.twentytwenty-overlay {
  display: none;
}
.twentytwenty-vertical .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-horizontal .twentytwenty-handle:before {
  display: none;
}
.twentytwenty-handle {
  height: 104px;
  width: 104px;
  top: 90%;
  margin-left: -52px;
  margin-top: -52px;
  border: none;
  box-shadow: none;
  background: var(--white);
}
.twentytwenty-handle .twentytwenty-left-arrow,
.twentytwenty-handle .twentytwenty-right-arrow {
  position: absolute;
  left: 50%;
  width: 32px;
  height: 30px;
  background: url(../img/arrow.svg) no-repeat center right / auto 100%;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  margin: 0;
}
.twentytwenty-handle .twentytwenty-left-arrow {
  transform: translate(-100%, -50%) scaleX(-1);
}
.btn {
  display: inline-block;
  font-family: 'Bad Russian', sans-serif;
  border: none;
  cursor: pointer;
  border-radius: 100px;
  font-size: 23px;
  line-height: 110%;
  height: 50px;
  padding: 0 25px;
  background: var(--btn-bg) no-repeat center / auto 70%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--btn-color);
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
.btn > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95%;
  transition: all 0.3s ease;
}
.btn:hover:not(.in-action),
.btn.active {
  color: var(--btn-color);
  text-decoration: none;
  transform: scale(0.9);
}
.btn--xs {
  height: 40px;
  padding: 0 15px;
  font-size: 25px;
  line-height: 110%;
  letter-spacing: 0.05em;
}
.btn--sm {
  height: 50px;
  padding: 0 15px;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 0.05em;
}
.btn--md {
  height: 70px;
  font-size: 50px;
  line-height: 110%;
  padding: 0 15px;
  letter-spacing: 0.05em;
}
.btn--lg {
  height: 74px;
  font-size: 30px;
  line-height: 110%;
  padding: 0 35px;
  letter-spacing: 0.05em;
}
.btn--xl {
  height: 90px;
  font-size: 70px;
  line-height: 110%;
  padding: 0 20px;
  letter-spacing: 0.05em;
}
.btn--line {
  --btn-color: var(--black);
  --btn-bg: transparent;
  border: 1px solid var(--btn-border);
}
.btn--line.active {
  --btn-bg: var(--black);
  --btn-color: var(--white);
}
.btn--white {
  --btn-color: var(--black);
  --btn-bg: var(--white);
}
.btn--white.btn--line {
  --btn-color: var(--white);
  --btn-bg: transparent;
  --btn-border: var(--white);
}
.text {
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0.1em;
}
.title {
  font-family: 'Bad Russian', sans-serif;
  text-transform: uppercase;
}
.skin {
  background: var(--skin);
}
.price {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0.1em;
}
.price__price {
  font-weight: bold;
}
.price__sup {
  font-weight: 100;
  font-size: 60%;
  margin-left: -5px;
  letter-spacing: 0.1em;
}
.price__text {
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  margin-top: -5px;
  letter-spacing: 0.1em;
}
.price__old {
  font-size: 19px;
  line-height: 29px;
  text-decoration: line-through;
  letter-spacing: 0.1em;
}
b,
strong {
  font-weight: 500;
}
.info {
  background: var(--gray1);
  padding: 75px 60px;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0.1em;
}
.info--sm {
  padding: 50px;
}
.dots {
  width: 1190px;
  height: 790px;
  background: no-repeat center / cover;
  position: relative;
}
.dot {
  position: absolute;
  padding: 20px;
  display: flex;
  align-items: center;
  transform: translate(-27px, -50%);
}
.dot__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 10px;
  background: var(--white);
}
.dot__title {
  opacity: 0;
  white-space: nowrap;
  background: var(--white);
  padding: 2px 5px;
  font-size: 17px;
  line-height: 17px;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
.dot:hover .dot__title {
  opacity: 1;
}
.dot--1 {
  top: 140px;
  left: 650px;
}
.dot--2 {
  top: 250px;
  left: 690px;
}
.dot--3 {
  top: 400px;
  left: 675px;
}
.dot--4 {
  top: 500px;
  left: 840px;
}
.dot--5 {
  top: 655px;
  left: 630px;
}
.dot--6 {
  top: 680px;
  left: 780px;
}
.member {
  width: 450px;
  margin-bottom: 15px;
}
.member__pic {
  width: 100%;
  height: 555px;
  background: no-repeat center / cover;
}
.member__content {
  position: relative;
  margin: 10px 10px 0;
  background: var(--gray8);
  padding: 25px 30px 45px;
  transition: all 0.3s ease;
}
.member__name {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.member__info {
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.member__info small {
  font-size: 90%;
  text-transform: lowercase;
}
.member__btns {
  position: absolute;
  top: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.member__btns .btn {
  white-space: nowrap;
}
.member--sm {
  width: 390px;
}
.member--sm .member__content {
  padding-left: 20px;
  padding-right: 20px;
}
.member--xs {
  width: 340px;
}
.member--xs .member__content {
  margin: 10px 0 0;
  padding: 20px 25px;
}
.member--xs .member__pic {
  height: 410px;
}
.member--xs .member__name {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
}
.member--xs .member__info {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.1em;
}
.member.active .member__content {
  background: var(--black);
  color: var(--white);
}
.member.active .member__pic {
  border: 2px solid var(--black);
}
.bg {
  background: var(--gray3);
  padding: 50px 65px;
}
.products {
  display: flex;
}
.products .product + .product {
  border-left: none;
}
.product {
  border: 1px solid var(--black);
  background: var(--white);
  width: 380px;
}
.product__top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 360px;
}
.product__title {
  padding: 20px 25px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.product__pic {
  margin: 0 20px 20px;
  background: no-repeat center / cover;
  height: 230px;
}
.product__content {
  padding: 20px 25px;
  border-top: 1px solid var(--black);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product .price {
  font-size: 26px;
  line-height: 29px;
  letter-spacing: 0.1em;
}
.product-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--gray10);
  height: 56px;
  padding: 0 25px;
  font-weight: 500;
  font-size: 15px;
  line-height: 31px;
  text-transform: uppercase;
  cursor: pointer;
  background: var(--white);
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
.product-line + .product-line {
  border-top: 0;
}
.product-line > div:last-child {
  display: flex;
  align-items: center;
}
.product-line__info {
  opacity: 0;
  font-size: 12px;
  line-height: 31px;
  margin-right: 40px;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
.product-line__check {
  width: 0;
  height: 24px;
  opacity: 0;
  background: url(../img/check.jpg) no-repeat center / contain;
  transition: all 0.3s ease;
}
.product-line:hover {
  background: var(--black);
  border-color: var(--black);
  color: var(--white);
}
.product-line:hover .product-line__info {
  opacity: 0.3;
}
.product-line:hover .product-line__check {
  background-image: url(../img/check-hover.jpg);
}
.product-line.active .product-line__check {
  width: 24px;
  opacity: 1;
  margin-left: 20px;
}
.product-line--section {
  background: var(--gray3);
  cursor: default;
}
.product-line--section:hover {
  background: var(--gray3);
  border-color: var(--gray10);
  color: var(--black);
}
.fly {
  transform: translateY(-100%);
  opacity: 0;
  padding: 15px;
  background: var(--gray7);
  color: var(--white);
  font-size: 14px;
  line-height: 120%;
  max-width: 400px;
}
.fly-block {
  display: none;
}
.float {
  position: fixed;
  z-index: -9999;
  opacity: 0;
}
.float.active {
  opacity: 1;
  z-index: 999;
}
.float .fly {
  opacity: 1;
}
.float--right .fly {
  transform: translate(-110%, -100%);
}
.tabs {
  display: flex;
  align-items: flex-end;
  padding: 0 75px;
}
.tabs-content {
  padding-top: 65px;
  overflow: hidden;
}
.tabs-content--modal {
  padding-top: 0;
  transition: all 0.3s ease;
}
.tabs-content--modal.active {
  padding-top: 65px;
}
.tab {
  border: 1px solid var(--black);
  font-size: 18px;
  line-height: 29px;
  font-weight: 300;
  padding: 15px 20px;
  text-transform: uppercase;
  flex: 1;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
.tab + .tab {
  border-left: none;
}
.tab.active,
.tab:hover {
  background: var(--black);
  color: var(--white);
  padding-top: 50px;
  margin-top: -35px;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.tab-content-inner {
  opacity: 0;
  transition: all 0.3s ease;
}
.tab-content-inner.active {
  opacity: 1;
}
.btns {
  margin-top: 10px;
  transition: all 0.6s ease;
}
.btns--mt:not(.active) {
  margin-top: 150px;
}
.btns--flex {
  display: flex;
}
.btns--flex .btn + .btn {
  margin-left: 30px;
}
.action {
  border: 1px solid var(--gray9);
  padding: 45px 50px;
}
.action__title {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 31px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.action__line {
  margin-top: 30px;
}
.action .btns {
  margin-left: -10px;
  margin-top: 40px;
}
.action b {
  font-weight: bold;
}
.action s {
  font-weight: 300;
}
.how {
  margin-top: 310px;
}
.how__row {
  display: flex;
  align-items: center;
}
.how__row:nth-child(2n) {
  flex-direction: row-reverse;
}
.how__row:first-child {
  background: var(--gray6);
}
.how__row--dark {
  background: var(--gray7);
  color: var(--white);
  flex-direction: row;
}
.how .map {
  width: 50%;
}
.how__img {
  width: 50%;
  height: 645px;
  background: no-repeat center / cover;
  padding: 30px;
}
.how__text {
  width: 50%;
  font-weight: 300;
  padding: 0 100px;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.1em;
}
.how .btns {
  margin: 40px 0 0 -20px;
}
.how .cols {
  font-size: 18px;
  line-height: 33px;
  margin-top: 50px;
  letter-spacing: 0.1em;
}
.how .cols .col {
  width: 50%;
}
.how .cols ul {
  margin-top: 30px;
}
ul {
  margin: 0 0 0 20px;
  padding: 0;
}
ul li {
  list-style-type: '– ';
}
.cols {
  display: flex;
}
.members {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.accordion {
  margin-bottom: 50px;
}
.accordion-item {
  margin-bottom: 35px;
}
.accordion-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 95px;
  border: 1px solid var(--gray9);
  padding: 0 90px 0 30px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.accordion-item__top:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 33px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent var(--black);
  transition: all 0.3s ease;
}
.accordion-item__top:hover {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}
.accordion-item__top:hover:after {
  border-color: transparent transparent transparent var(--white);
}
.accordion-item__content {
  display: none;
  padding-top: 35px;
}
.accordion-item__title {
  font-family: 'Bad Russian', sans-serif;
  font-size: 54px;
  line-height: 54px;
  text-transform: uppercase;
  width: 220px;
}
.accordion-item__name {
  flex: 1;
  font-size: 20px;
  line-height: 31px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.accordion-item__date {
  font-size: 16px;
  line-height: 31px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.accordion-item.active .accordion-item__top:after {
  transform: translateY(-50%) rotate(90deg);
}
.form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.form__col {
  width: 430px;
}
.form__col.error input {
  background: var(--skin);
}
.form input {
  border-radius: 0;
  border: 0;
  font-family: 'PF DinDisplay Pro', sans-serif;
  box-shadow: none;
  background: var(--gray11);
  width: 100%;
  color: var(--black);
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 25px;
  height: 56px;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
.form input::placeholder {
  color: var(--black);
}
.fancybox__content {
  padding: 0;
}
.popup {
  width: 1100px;
  padding: 40px;
  box-shadow: 0 0 125px rgba(0, 0, 0, 0.2);
}
.popup .title {
  font-size: 70px;
  line-height: 120%;
  margin-bottom: 20px;
}
.popup--small {
  width: 600px;
}
.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.carousel__button.is-close {
  width: 25px;
  height: 25px;
  border-radius: 0;
  box-shadow: none;
  background: url(../img/close.svg) no-repeat center / contain;
}
.carousel__button.is-close svg {
  display: none;
}
.carousel__button.is-close:hover {
  animation: rotate 5s infinite linear !important;
}
.fancybox__content > .carousel__button.is-close {
  top: 30px;
  right: 30px;
  opacity: 1;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotate-on-hover:hover {
  animation: rotate 5s infinite linear;
}
.legend {
  font-style: italic;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.14em;
}
.form-popup--mt {
  margin-top: 60px;
}
.form-popup__row {
  margin-bottom: 15px;
}
.form-popup__btns {
  margin-top: 65px;
}
.form-popup__btns--2 {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-popup-elem {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 4px solid var(--popupInputBorder);
  height: 70px;
  transition: all 0.3s ease;
}
.form-popup-elem.focused {
  border-bottom-color: var(--black);
}
.form-popup-elem.focused textarea {
  background: var(--popupTextarea);
}
.form-popup-elem.focused .form-popup-elem__title {
  font-size: 80%;
}
.form-popup-elem.error {
  border-bottom-color: red;
}
.form-popup-elem__title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.14em;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.form-popup-elem__input {
  flex: 1;
}
.form-popup-elem__input input,
.form-popup-elem__input textarea {
  width: 100%;
  border-radius: 0;
  border: none;
  background: transparent;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-size: 17px;
  line-height: 17px;
  text-align: right;
}
.form-popup-elem__input textarea {
  font-style: italic;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.14em;
  background: var(--popupTextareaFocused);
  border-radius: 11px;
  padding: 25px 30px;
  text-align: left;
  transition: all 0.3s ease;
}
.form-popup-elem--2 {
  border-bottom: none;
  display: block;
  height: auto;
}
.form-popup-elem--2 .form-popup-elem__title {
  height: 70px;
  display: flex;
  align-items: center;
}
.address-block {
  font-size: 23px;
  line-height: 52px;
  letter-spacing: 0.1em;
  padding: 30px 0 0;
}
.address-copy {
  background: var(--black);
  color: var(--white);
  padding: 3px 5px;
  border-radius: 5px;
  margin-left: 10px;
  font-size: 60%;
  text-transform: uppercase;
  opacity: 0;
  transition: all 0.3s ease;
}
.address-copy.active {
  opacity: 1;
}
.link {
  position: relative;
  text-decoration: none;
  color: var(--link);
  cursor: pointer;
}
.link:before {
  content: "";
  position: absolute;
  height: 1px;
  background: var(--link);
  top: var(--link-top);
  transform: scaleX(0);
  width: 100%;
  z-index: 1;
  left: 0;
  transform-origin: top right;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.link:hover,
.link.active {
  text-decoration: none;
  color: var(--link);
}
.link:hover:before,
.link.active:before {
  transform: scaleX(1);
  transform-origin: top left;
}
.link--reverse:before {
  transform: scaleX(1);
}
.link--reverse:hover:before,
.link--reverse.active:before {
  transform: scaleX(0);
}
p {
  margin: 0;
  padding: 0;
}
p + p {
  margin-top: 20px;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}
.license {
  position: absolute;
  bottom: 40px;
  left: 80px;
  color: var(--white);
  font-size: 18px;
  line-height: 150%;
}
body {
  font-size: 1.14583333vw;
  line-height: 1.92708333vw;
}
h1,
.h1 {
  font-size: 7.5vw;
  margin: 0 0 3.64583333vw;
}
h2,
.h2 {
  font-size: 1.5625vw;
  margin: 0 0 0.78125vw;
}
h3,
.h3 {
  font-size: 1.04166667vw;
  margin: 0 0 0.78125vw;
}
.btns {
  margin-top: 0.52083333vw;
}
.btns--mt:not(.active) {
  margin-top: 7.8125vw;
}
.btns--flex .btn + .btn {
  margin-left: 1.5625vw;
}
.map {
  height: 40vw;
}
footer {
  height: 48.4375vw;
}
header {
  height: 6.25vw;
  padding: 0 2.60416667vw;
}
.header__left .logo {
  margin-right: 2.08333333vw;
}
.menu-item {
  font-size: 0.83333333vw;
  line-height: 0.83333333vw;
  border-radius: 0.26041667vw;
  padding: 0.10416667vw 0.26041667vw;
  margin-left: 0.26041667vw;
  letter-spacing: 0.1em;
}
.wrapper {
  padding-top: 6.77083333vw;
}
.logo {
  width: 11.09375vw;
  height: 1.82291667vw;
}
.logo--square {
  width: 13.85416667vw;
  height: 14.84375vw;
}
.section--ultraformer .block--1 > div:first-child {
  padding-left: 3.38541667vw;
}
.section--ultraformer .block--1 > div:last-child {
  height: 40.10416667vw;
  width: 53.125vw;
}
.section--ultraformer .block--1 .text {
  width: 34.375vw;
  padding-left: 1.82291667vw;
}
.section--ultraformer .block--1 .btns {
  margin-top: 4.16666667vw;
}
.section--ultraformer .block--1 .btns .btn {
  margin-right: 1.82291667vw;
}
.section--ultraformer .block--2 > div:first-child {
  width: 18.22916667vw;
  height: 27.34375vw;
}
.section--ultraformer .block--2 > div:last-child {
  width: 69.27083333vw;
  font-size: 3.07291667vw;
}
.section--ultraformer .block--3 .skin {
  width: 30.41666667vw;
  height: 28.69791667vw;
  left: 18.22916667vw;
}
.section--ultraformer .block--3 .title {
  font-size: 14.6875vw;
  height: 27.08333333vw;
  padding-right: 5.72916667vw;
  padding-top: 4.16666667vw;
}
.section--ultraformer .block--4 .info {
  width: 30.20833333vw;
}
.section--ultraformer .block--5 .member {
  margin-top: -12.5vw;
}
.section--combined .block--1 {
  padding: 7.29166667vw 0 6.77083333vw 23.4375vw;
}
.section--combined .block--1 .title {
  font-size: 4.94791667vw;
  letter-spacing: 0.1em;
}
.section--combined .block--2 {
  padding-left: 3.90625vw;
}
.section--combined .block--2 .block__left {
  width: 30.20833333vw;
}
.section--combined .block--3 .skin {
  width: 35.9375vw;
  height: 44.79166667vw;
  margin-top: -2.60416667vw;
}
.section--combined .block--3 .title {
  font-size: 14.58333333vw;
  margin: 17.1875vw 0 0 8.85416667vw;
}
.section--combined .block--4 {
  padding-left: 17.70833333vw;
}
.section--combined .block--4 .img {
  width: 53.54166667vw;
  margin-top: -5.98958333vw;
}
.section--combined .block--4 .info {
  height: 47.91666667vw;
  width: 30.46875vw;
  left: 47.91666667vw;
  top: 20.83333333vw;
}
.section--combined .block--5 {
  padding: 9.89583333vw 16.92708333vw 0 6.51041667vw;
}
.section--combined .block--5 .title {
  font-size: 3.64583333vw;
}
.section--combined .block--6 {
  padding: 2.60416667vw 0 0 18.22916667vw;
}
.section--combined .block--6 .member {
  margin: 14.58333333vw 0 0 1.5625vw;
}
.section--prices {
  padding-bottom: 4.6875vw;
}
.section--prices .title {
  font-size: 14.58333333vw;
  line-height: 14.58333333vw;
  margin: -9.375vw 0 7.8125vw 15.625vw;
}
.section--prices .content {
  padding: 0 5.20833333vw 0 7.8125vw;
}
.section--doctors {
  padding-top: 3.125vw;
}
.section--doctors:after {
  height: 25.78125vw;
}
.section--doctors .title {
  font-size: 2.8125vw;
  margin-bottom: 3.125vw;
}
.section--doctors .block--1 {
  margin-top: 3.125vw;
  font-size: 1.14583333vw;
  line-height: 1.71875vw;
}
.section--how .title {
  font-size: 10.46875vw;
  line-height: 10.57291667vw;
  margin: 13.54166667vw 0 0 17.70833333vw;
}
.content {
  padding: 0 3.90625vw;
}
.twentytwenty-handle {
  height: 5.41666667vw;
  width: 5.41666667vw;
  margin-left: -2.70833333vw;
  margin-top: -2.70833333vw;
}
.twentytwenty-handle .twentytwenty-left-arrow,
.twentytwenty-handle .twentytwenty-right-arrow {
  width: 1.66666667vw;
  height: 1.5625vw;
}
.btn {
  border-radius: 5.20833333vw;
  font-size: 1.19791667vw;
  height: 2.60416667vw;
  padding: 0 1.30208333vw;
}
.btn--xs {
  height: 2.08333333vw;
  padding: 0 0.78125vw;
  font-size: 1.30208333vw;
}
.btn--sm {
  height: 2.60416667vw;
  padding: 0 0.78125vw;
  font-size: 1.66666667vw;
}
.btn--md {
  height: 3.64583333vw;
  font-size: 2.60416667vw;
  padding: 0 0.78125vw;
}
.btn--lg {
  height: 3.85416667vw;
  font-size: 1.5625vw;
  padding: 0 1.82291667vw;
}
.btn--xl {
  height: 4.6875vw;
  font-size: 3.64583333vw;
  padding: 0 1.04166667vw;
}
.text {
  font-size: 1.30208333vw;
  line-height: 1.82291667vw;
}
.price {
  font-size: 1.875vw;
  line-height: 2.29166667vw;
}
.price__sup {
  margin-left: -0.26041667vw;
}
.price__text {
  font-size: 0.72916667vw;
  line-height: 1.5625vw;
  margin-top: -0.26041667vw;
}
.price__old {
  font-size: 0.98958333vw;
  line-height: 1.51041667vw;
}
.info {
  padding: 3.90625vw 3.125vw;
  font-size: 1.14583333vw;
  line-height: 1.77083333vw;
}
.info--sm {
  padding: 2.60416667vw;
}
.dots {
  width: 61.97916667vw;
  height: 41.14583333vw;
}
.dot {
  padding: 1.04166667vw;
  transform: translate(-1.40625vw, -50%);
}
.dot__dot {
  width: 0.72916667vw;
  height: 0.72916667vw;
  margin-right: 0.52083333vw;
}
.dot__title {
  padding: 0.10416667vw 0.26041667vw;
  font-size: 0.88541667vw;
  line-height: 0.88541667vw;
  border-radius: 0.26041667vw;
}
.dot--1 {
  top: 7.29166667vw;
  left: 33.85416667vw;
}
.dot--2 {
  top: 13.02083333vw;
  left: 35.9375vw;
}
.dot--3 {
  top: 20.83333333vw;
  left: 35.15625vw;
}
.dot--4 {
  top: 26.04166667vw;
  left: 43.75vw;
}
.dot--5 {
  top: 34.11458333vw;
  left: 32.8125vw;
}
.dot--6 {
  top: 35.41666667vw;
  left: 40.625vw;
}
.member {
  width: 23.4375vw;
  margin-bottom: 0.78125vw;
}
.member__pic {
  height: 28.90625vw;
}
.member__content {
  margin: 0.52083333vw 0.52083333vw 0;
  padding: 1.30208333vw 1.5625vw 2.34375vw;
}
.member__name {
  font-size: 1.04166667vw;
  line-height: 1.30208333vw;
}
.member__info {
  font-size: 0.72916667vw;
  line-height: 1.30208333vw;
}
.member--sm {
  width: 20.3125vw;
}
.member--sm .member__content {
  padding-left: 1.04166667vw;
  padding-right: 1.04166667vw;
}
.member--xs {
  width: 17.70833333vw;
}
.member--xs .member__content {
  margin: 0.52083333vw 0 0;
  padding: 1.04166667vw 1.30208333vw;
}
.member--xs .member__pic {
  height: 21.35416667vw;
}
.member--xs .member__name {
  font-size: 0.83333333vw;
  line-height: 1.25vw;
}
.member--xs .member__info {
  font-size: 0.67708333vw;
  line-height: 1.25vw;
}
.bg {
  padding: 2.60416667vw 3.38541667vw;
}
.product {
  width: 19.79166667vw;
}
.product__top {
  height: 18.75vw;
}
.product__title {
  padding: 1.04166667vw 1.30208333vw;
  font-size: 1.14583333vw;
  line-height: 1.66666667vw;
}
.product__pic {
  margin: 0 1.04166667vw 1.04166667vw;
  height: 11.97916667vw;
}
.product__content {
  padding: 1.04166667vw 1.30208333vw;
}
.product .price {
  font-size: 1.35416667vw;
  line-height: 1.51041667vw;
}
.product-line {
  height: 2.91666667vw;
  padding: 0 1.30208333vw;
  font-size: 0.78125vw;
  line-height: 1.61458333vw;
}
.product-line + .product-line {
  border-top: 0;
}
.product-line__info {
  font-size: 0.625vw;
  line-height: 1.61458333vw;
  margin-right: 2.08333333vw;
}
.product-line__check {
  height: 1.25vw;
}
.product-line.active .product-line__check {
  width: 1.25vw;
  margin-left: 1.04166667vw;
}
.fly {
  padding: 0.78125vw;
  font-size: 0.72916667vw;
  max-width: 20.83333333vw;
}
.tabs {
  padding: 0 3.90625vw;
}
.tabs-content {
  padding-top: 3.38541667vw;
}
.tabs-content--modal {
  padding-top: 0;
}
.tabs-content--modal.active {
  padding-top: 3.38541667vw;
}
.tab {
  font-size: 0.9375vw;
  line-height: 1.51041667vw;
  padding: 0.78125vw 1.04166667vw;
}
.tab.active,
.tab:hover {
  padding-top: 2.60416667vw;
  margin-top: -1.82291667vw;
}
.action {
  padding: 2.34375vw 2.60416667vw;
}
.action__title {
  font-size: 1.04166667vw;
  line-height: 1.61458333vw;
}
.action__line {
  margin-top: 1.5625vw;
}
.action .btns {
  margin-left: -0.52083333vw;
  margin-top: 2.08333333vw;
}
.how {
  margin-top: 16.14583333vw;
}
.how .map {
  width: 50%;
}
.how__img {
  height: 33.59375vw;
  padding: 1.5625vw;
}
.how__text {
  padding: 0 5.20833333vw;
  font-size: 1.14583333vw;
  line-height: 1.71875vw;
}
.how .btns {
  margin: 2.08333333vw 0 0 -1.04166667vw;
}
.how .cols {
  font-size: 0.9375vw;
  line-height: 1.71875vw;
  margin-top: 2.60416667vw;
}
.how .cols ul {
  margin-top: 1.5625vw;
}
ul {
  margin: 0 0 0 1.04166667vw;
}
.accordion {
  margin-bottom: 2.60416667vw;
}
.accordion-item {
  margin-bottom: 1.82291667vw;
}
.accordion-item__top {
  height: 4.94791667vw;
  padding: 0 4.6875vw 0 1.5625vw;
}
.accordion-item__top:after {
  right: 1.71875vw;
  border-width: 0.26041667vw 0 0.26041667vw 0.3125vw;
}
.accordion-item__content {
  padding-top: 1.82291667vw;
}
.accordion-item__title {
  font-size: 2.8125vw;
  line-height: 2.8125vw;
  width: 11.45833333vw;
}
.accordion-item__name {
  font-size: 1.04166667vw;
  line-height: 1.61458333vw;
}
.accordion-item__date {
  font-size: 0.83333333vw;
  line-height: 1.61458333vw;
}
.form__row {
  gap: 1.5625vw;
}
.form__col {
  width: 22.39583333vw;
}
.form input {
  font-size: 0.78125vw;
  line-height: 0.78125vw;
  padding: 0 1.30208333vw;
  height: 2.91666667vw;
}
.popup {
  width: 57.29166667vw;
  box-shadow: 0 0 6.51041667vw rgba(0, 0, 0, 0.2);
}
.popup .title {
  font-size: 3.64583333vw;
  line-height: 120%;
  margin-bottom: 1.04166667vw;
}
.popup--small {
  width: 31.25vw;
}
.carousel__button.is-close {
  width: 1.30208333vw;
  height: 1.30208333vw;
}
.fancybox__content > .carousel__button.is-close {
  top: 1.5625vw;
  right: 1.5625vw;
}
p {
  margin: 0;
  padding: 0;
}
p + p {
  margin-top: 1.04166667vw;
}
.legend {
  font-size: 0.78125vw;
  line-height: 1.35416667vw;
}
.form-popup--mt {
  margin-top: 3.125vw;
}
.form-popup__row {
  margin-bottom: 0.78125vw;
}
.form-popup__btns {
  margin-top: 3.38541667vw;
}
.form-popup__btns--2 {
  margin-top: 1.82291667vw;
}
.form-popup-elem {
  border-bottom: 0.20833333vw solid var(--popupInputBorder);
  height: 3.64583333vw;
}
.form-popup-elem__title {
  font-size: 1.04166667vw;
  line-height: 1.5625vw;
}
.form-popup-elem__input input,
.form-popup-elem__input textarea {
  font-size: 0.88541667vw;
  line-height: 0.88541667vw;
}
.form-popup-elem__input textarea {
  font-size: 0.78125vw;
  line-height: 1.35416667vw;
  border-radius: 0.57291667vw;
  padding: 1.30208333vw 1.5625vw;
}
.form-popup-elem--2 {
  border-bottom: none;
  height: auto;
}
.form-popup-elem--2 .form-popup-elem__title {
  height: 3.64583333vw;
}
.address-block {
  font-size: 1.19791667vw;
  line-height: 2.70833333vw;
  padding: 1.5625vw 0 0;
}
.address-copy {
  padding: 0.15625vw 0.26041667vw;
  border-radius: 0.26041667vw;
  margin-left: 0.52083333vw;
}
.license {
  bottom: 2.08333333vw;
  left: 4.16666667vw;
  font-size: 0.9375vw;
}
@media only screen and (max-width: 991px) {
  /*lg*/
  body {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.1em;
  }
  body.open {
    overflow: hidden;
  }
  body.open .menu {
    transform: translateX(0);
  }
  body.open .hamburger span {
    margin-left: 10px;
  }
  body.open .hamburger span:first-child {
    margin-left: 20px;
    width: 20px;
  }
  body.open .hamburger span:last-child {
    margin-left: 0;
  }
  h1,
  .h1 {
    font-size: 48px;
    margin-bottom: 20px;
  }
  .map {
    height: 500px;
  }
  header {
    height: 60px;
    padding: 0 16px;
  }
  .header__left {
    position: relative;
    z-index: 2;
  }
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(100%);
    height: 100vh;
    background: var(--white);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    transition: all 0.3s ease;
  }
  .menu-item {
    font-size: 16px;
    line-height: 16px;
    border-radius: 5px;
    padding: 2px 5px;
    margin: 10px 0;
  }
  .wrapper {
    padding-top: 60px;
  }
  .logo {
    width: 142px;
    height: 25px;
  }
  .content {
    padding: 0 16px;
  }
  p {
    margin: 0;
    padding: 0;
  }
  p + p {
    margin-top: 16px;
  }
  .how {
    margin-top: 60px;
  }
  .how__row {
    display: block;
  }
  .how__row--dark {
    display: flex;
    flex-direction: column-reverse !important;
  }
  .how .map {
    width: 100%;
  }
  .how__img {
    width: 100%;
    height: 250px;
    padding: 16px;
  }
  .how__text {
    width: 100%;
    padding: 35px;
    font-size: 15px;
    line-height: 22px;
  }
  .how .btns {
    margin: 30px 0 0 -10px;
  }
  .how .cols {
    font-size: 14px;
    line-height: 22px;
    margin-top: 0;
    display: block;
  }
  .how .cols .col {
    width: 100%;
    margin-top: 30px;
  }
  .how .cols ul {
    margin-top: 20px;
  }
  .btn {
    border-radius: 100px;
    font-size: 25px;
    line-height: 110%;
    height: 35px;
    padding: 0 15px;
  }
  .btn--mobile-xs {
    font-size: 16px;
  }
  .btn--mobile-sm {
    font-size: 22px;
  }
  .hamburger {
    z-index: 2;
    width: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 16px;
    height: 60px;
    margin-right: -16px;
  }
  .hamburger span {
    display: inline-block;
    width: 30px;
    height: 1px;
    background: var(--black);
    margin: 3px 0;
    transition: all 0.3s ease;
  }
  .hamburger span:first-child {
    width: 20px;
  }
  .hamburger span:last-child {
    margin-left: 10px;
  }
  .pic {
    height: 250px;
    background: no-repeat center / cover;
    width: 100vw;
    margin-left: -16px;
  }
  .contact-center {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .contact-center .btn {
    width: 100%;
    border-radius: 0;
    height: 50px;
  }
  .contact-center .btn:hover {
    transform: none;
  }
  .slider {
    width: 100vw;
    margin-left: -16px;
  }
  .slider--simple .swiper-slide {
    width: auto;
    padding-left: 16px;
  }
  .slider--simple .swiper-slide:last-child {
    padding-right: 16px;
  }
  .slider--center .swiper-slide {
    width: auto;
    padding: 0 8px;
  }
  .slider--center .swiper-slide:first-child {
    padding-left: 16px;
  }
  .slider--center .swiper-slide:last-child {
    padding-right: 16px;
  }
  .section {
    padding: 0 16px;
  }
  .section--ultraformer {
    padding-top: 20px;
  }
  .section--ultraformer .block {
    display: block;
  }
  .section--ultraformer .block--1 {
    padding-bottom: 50px;
  }
  .section--ultraformer .block--1 > div:first-child {
    padding: 0;
  }
  .section--ultraformer .block--1 .text {
    width: 100%;
    padding-left: 0;
    margin-top: 16px;
  }
  .section--ultraformer .block--1 .btns {
    margin-top: 20px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .section--ultraformer .block--1 .btns .btn {
    margin: 30px 0 0 0;
  }
  .section--ultraformer .block--1 .price {
    margin-left: 16px;
  }
  .section--ultraformer .block--2 > div:last-child {
    display: block;
    background: transparent;
    width: 100%;
    font-size: 24px;
    line-height: 120%;
  }
  .section--ultraformer .block--2 .pic {
    margin-bottom: 25px;
  }
  .section--ultraformer .block--2 br {
    display: none;
  }
  .section--ultraformer .block--3 {
    position: relative;
    display: block;
  }
  .section--ultraformer .block--3 .skin {
    width: 210px;
    height: 210px;
    top: 100px;
    left: -16px;
  }
  .section--ultraformer .block--3 .title {
    font-size: 136px;
    line-height: 120%;
    text-align: left;
    height: auto;
    padding: 0;
    position: relative;
  }
  .section--ultraformer .block--4 {
    position: relative;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .section--ultraformer .block--4 .info {
    width: 100%;
    padding: 60px 0 45px;
    position: relative;
  }
  .section--ultraformer .block--4 .info:before {
    position: absolute;
    content: "";
    width: 250px;
    height: 60px;
    top: -30px;
    right: -16px;
    background: var(--gray12);
  }
  .section--ultraformer .block--5 {
    display: flex;
    flex-direction: column-reverse;
  }
  .section--ultraformer .block--5 .member {
    margin: 40px auto 0;
  }
  .section--combined .block--1 {
    padding: 70px 16px 0;
  }
  .section--combined .block--1 .title {
    font-size: 47px;
    line-height: 120%;
  }
  .section--combined .block--2 {
    flex-direction: column-reverse;
    align-items: center;
    padding-left: 0;
  }
  .section--combined .block--2 .block__left {
    width: 100%;
  }
  .section--combined .block--2 .images-compare,
  .section--combined .block--2 .twentytwenty-wrapper {
    flex: none;
  }
  .section--combined .block--3 {
    display: block;
  }
  .section--combined .block--3 .skin {
    width: 310px;
    height: 310px;
    margin-top: -28px;
    margin-left: 48px;
  }
  .section--combined .block--3 .title {
    font-size: 150px;
    line-height: 120%;
    margin: 50px 0 0 0;
  }
  .section--combined .block--4 {
    padding-left: 0;
  }
  .section--combined .block--4 .img {
    width: 100vw;
    height: 330px;
    margin-top: -250px;
    margin-left: -16px;
  }
  .section--combined .block--4 .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .section--combined .block--4 .info {
    height: auto;
    width: 100%;
    left: auto;
    top: auto;
    margin: 80px 0 0 0;
    padding: 0;
    position: relative;
  }
  .section--combined .block--4 .info:before {
    content: "";
    width: 280px;
    height: 54px;
    background: var(--gray12);
    position: absolute;
    top: -80px;
    left: -16px;
  }
  .section--combined .block--5 {
    padding: 50px 0 0 16px;
  }
  .section--combined .block--5 .title {
    font-size: 46px;
    line-height: 120%;
    margin-bottom: 45px;
  }
  .section--combined .block--6 {
    display: block;
    padding: 0;
  }
  .section--combined .block--6 .member {
    margin: 45px auto 0;
  }
  .section--combined .select {
    margin-top: 25px;
  }
  .section--combined .images-compare {
    margin-bottom: 45px;
  }
  .section--combined .info {
    padding: 0 16px;
  }
  .section--combined .action {
    margin-top: 30px;
    margin-bottom: 35px;
  }
  .section--prices {
    padding-bottom: 40px;
  }
  .section--prices .title {
    font-size: 150px;
    line-height: 150px;
    margin: 70px 0 0 0;
  }
  .section--prices .content {
    padding: 0;
  }
  .section--doctors {
    padding-top: 30px;
  }
  .section--doctors .content {
    padding: 0;
  }
  .section--doctors:after {
    height: 430px;
  }
  .section--doctors .title {
    font-size: 49px;
    line-height: 120%;
    margin-bottom: 20px;
  }
  .section--doctors .block--1 {
    margin-top: 35px;
  }
  .section--doctors .slider {
    margin-top: 60px;
  }
  .section--how {
    padding: 0;
  }
  .section--how .title {
    font-size: 67px;
    line-height: 68px;
    margin: 70px 0 20px 20px;
  }
  .text {
    font-size: 15px;
    line-height: 22px;
  }
  .price {
    font-size: 30px;
    line-height: 36px;
  }
  .price__sup {
    font-size: 60%;
    margin-left: -5px;
  }
  .price__text {
    font-size: 11px;
    line-height: 25px;
    margin-top: -5px;
  }
  .price__old {
    font-size: 15px;
    line-height: 22px;
  }
  .fancybox__content {
    padding: 0;
  }
  .fancybox__slide {
    padding: 0;
  }
  .popup {
    width: 100vw;
    height: 100%;
    overflow: auto;
    padding: 35px 16px;
    box-shadow: none;
  }
  .popup .title {
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 20px;
  }
  .popup--small {
    width: 100vw;
  }
  .carousel__button.is-close {
    width: 25px;
    height: 25px;
  }
  .fancybox__content > .carousel__button.is-close {
    top: 30px;
    right: 30px;
  }
  .legend {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .form-popup--mt {
    margin-top: 60px;
  }
  .form-popup__row {
    margin-bottom: 15px;
  }
  .form-popup__btns {
    margin-top: 50px;
  }
  .form-popup__btns--2 {
    margin-top: 35px;
    display: block;
  }
  .form-popup-elem {
    border-bottom: 4px solid var(--popupInputBorder);
    height: 70px;
  }
  .form-popup-elem__title {
    font-size: 20px;
    line-height: 30px;
  }
  .form-popup-elem__input input,
  .form-popup-elem__input textarea {
    font-size: 17px;
    line-height: 17px;
  }
  .form-popup-elem__input textarea {
    font-size: 15px;
    line-height: 26px;
    border-radius: 11px;
    padding: 25px 30px;
  }
  .form-popup-elem--2 {
    border-bottom: none;
    display: block;
    height: auto;
  }
  .form-popup-elem--2 .form-popup-elem__title {
    height: 70px;
    display: flex;
    align-items: center;
  }
  .address {
    margin-bottom: 30px;
  }
  .address-block {
    font-size: 20px;
    line-height: 40px;
    padding: 25px 0 0;
  }
  .address-copy {
    padding: 3px 5px;
    border-radius: 5px;
    margin-left: 10px;
  }
  .tabs {
    padding: 0;
  }
  .tabs-content {
    padding-top: 35px;
    overflow: hidden;
  }
  .tabs-content--modal {
    padding-top: 0;
  }
  .tabs-content--modal.active {
    padding-top: 35px;
    height: auto !important;
    overflow: visible;
  }
  .dots {
    width: 100vw;
    height: 420px;
    margin: 0 0 0 -16px;
    background-position: left -160px center;
  }
  .dot {
    padding: 20px;
    transform: translate(-27px, -50%);
  }
  .dot__dot {
    width: 7px;
    height: 7px;
    margin-right: 5px;
  }
  .dot__title {
    padding: 2px 5px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 5px;
  }
  .dot--1 {
    top: 75px;
    left: 195px;
  }
  .dot--2 {
    top: 135px;
    left: 215px;
  }
  .dot--3 {
    top: 215px;
    left: 210px;
  }
  .dot--4 {
    top: 265px;
    left: 295px;
  }
  .dot--5 {
    top: 350px;
    left: 180px;
  }
  .dot--6 {
    top: 360px;
    left: 260px;
  }
  .info {
    background: transparent;
    padding: 0;
    font-size: 15px;
    line-height: 22px;
  }
  .info--sm {
    padding: 0;
  }
  .product {
    width: 255px;
  }
  .product__top {
    height: 240px;
  }
  .product__title {
    padding: 16px;
    font-size: 15px;
    line-height: 22px;
  }
  .product__pic {
    margin: 0 16px 16px;
    height: 155px;
  }
  .product__content {
    padding: 16px;
  }
  .product .price {
    font-size: 18px;
    line-height: 120%;
  }
  .product-line {
    height: 38px;
    padding: 0 16px;
    font-size: 10px;
    line-height: 120%;
  }
  .product-line__info {
    display: none;
  }
  .product-line__check {
    width: 0;
    height: 16px;
  }
  .product-line.active .product-line__check {
    width: 16px;
    margin-left: 15px;
  }
  .member {
    width: 300px;
    margin-bottom: 20px;
  }
  .member__pic {
    height: 370px;
  }
  .member__content {
    margin: 10px 10px 0;
    padding: 16px 16px 30px;
  }
  .member__name {
    font-size: 15px;
    line-height: 22px;
  }
  .member__info {
    font-size: 11px;
    line-height: 16px;
  }
  .member--sm {
    width: 300px;
  }
  .member--sm .member__content {
    padding: 16px 16px 30px;
  }
  .member--xs {
    width: 230px;
  }
  .member--xs .member__content {
    margin: 10px 0 0;
    padding: 16px;
  }
  .member--xs .member__pic {
    height: 275px;
  }
  .member--xs .member__name {
    font-size: 13px;
    line-height: 20px;
  }
  .member--xs .member__info {
    font-size: 10px;
    line-height: 16px;
  }
  .select {
    width: 100%;
    border: 1px solid var(--black);
    background: var(--white);
    border-radius: 0;
    box-shadow: none;
    padding: 16px;
    font-family: 'PF DinDisplay Pro', sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: var(--black);
  }
  .images-compare {
    height: 360px;
    width: 343px;
  }
  .twentytwenty-handle {
    height: 70px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.09);
    width: 70px;
    top: 100%;
    margin-left: -35px;
    margin-top: -80px;
  }
  .twentytwenty-handle .twentytwenty-left-arrow,
  .twentytwenty-handle .twentytwenty-right-arrow {
    width: 21px;
    height: 20px;
  }
  .action {
    padding: 25px 30px;
  }
  .action__title {
    font-size: 12px;
    line-height: 18px;
  }
  .action__line {
    margin-top: 20px;
  }
  .action .btns {
    margin-left: -10px;
    margin-top: 30px;
  }
  .form {
    display: block;
  }
  .form__row {
    display: block;
  }
  .form__col {
    width: 100%;
    margin-bottom: 20px;
  }
  .form input {
    font-size: 15px;
    line-height: 15px;
    padding: 0 25px;
    height: 56px;
  }
  .accordion {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .accordion-item {
    margin-bottom: 30px;
  }
  .accordion-item__top {
    height: 64px;
    padding: 0 40px 0 20px;
  }
  .accordion-item__top:after {
    right: 15px;
    border-width: 5px 0 5px 6px;
  }
  .accordion-item__content {
    padding-top: 0;
  }
  .accordion-item__title {
    font-size: 36px;
    line-height: 36px;
    width: auto;
  }
  .accordion-item__name {
    display: block;
    border: 1px solid var(--gray10);
    padding: 25px 16px;
    font-size: 13px;
    line-height: 20px;
    border-bottom: 0;
  }
  .accordion-item__date {
    width: auto;
    font-size: 11px;
    line-height: 11px;
  }
  .fly {
    display: none;
  }
  .license {
    position: relative;
    bottom: auto;
    left: auto;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  body {
    font-size: 4vw;
    line-height: 5.86666667vw;
  }
  body.open .hamburger span {
    margin-left: 2.66666667vw;
  }
  body.open .hamburger span:first-child {
    margin-left: 5.33333333vw;
    width: 5.33333333vw;
  }
  body.open .hamburger span:last-child {
    margin-left: 0;
  }
  h1,
  .h1 {
    font-size: 12.8vw;
    margin-bottom: 5.33333333vw;
  }
  .map {
    height: 133.33333333vw;
  }
  header {
    height: 16vw;
    padding: 0 4.26666667vw;
  }
  .menu-item {
    font-size: 4.26666667vw;
    line-height: 4.26666667vw;
    border-radius: 1.33333333vw;
    padding: 0.53333333vw 1.33333333vw;
    margin: 2.66666667vw 0;
  }
  .wrapper {
    padding-top: 16vw;
  }
  .logo {
    width: 37.86666667vw;
    height: 6.66666667vw;
  }
  .content {
    padding: 0 4.26666667vw;
  }
  p + p {
    margin-top: 4.26666667vw;
  }
  .how {
    margin-top: 16vw;
  }
  .how__img {
    height: 66.66666667vw;
    padding: 4.26666667vw;
  }
  .how__text {
    padding: 9.33333333vw;
    font-size: 4vw;
    line-height: 5.86666667vw;
  }
  .how .btns {
    margin: 8vw 0 0 -2.66666667vw;
  }
  .how .cols {
    font-size: 3.73333333vw;
    line-height: 5.86666667vw;
    margin-top: 0;
  }
  .how .cols .col {
    margin-top: 8vw;
  }
  .how .cols ul {
    margin-top: 5.33333333vw;
  }
  .btn {
    border-radius: 26.66666667vw;
    font-size: 6.66666667vw;
    line-height: 110%;
    height: 9.33333333vw;
    padding: 0 4vw;
  }
  .btn--mobile-xs {
    font-size: 4.26666667vw;
  }
  .btn--mobile-sm {
    font-size: 5.86666667vw;
  }
  .hamburger {
    width: 18.66666667vw;
    padding: 0 4.26666667vw;
    height: 16vw;
    margin-right: -4.26666667vw;
  }
  .hamburger span {
    width: 8vw;
    margin: 0.8vw 0;
  }
  .hamburger span:first-child {
    width: 5.33333333vw;
  }
  .hamburger span:last-child {
    margin-left: 2.66666667vw;
  }
  .pic {
    height: 66.66666667vw;
    margin-left: -4.26666667vw;
  }
  .contact-center .btn {
    height: 13.33333333vw;
  }
  .slider {
    margin-left: -4.26666667vw;
  }
  .slider--simple .swiper-slide {
    padding-left: 4.26666667vw;
  }
  .slider--simple .swiper-slide:last-child {
    padding-right: 4.26666667vw;
  }
  .slider--center .swiper-slide {
    padding: 0 2.13333333vw;
  }
  .slider--center .swiper-slide:first-child {
    padding-left: 4.26666667vw;
  }
  .slider--center .swiper-slide:last-child {
    padding-right: 4.26666667vw;
  }
  .section {
    padding: 0 4.26666667vw;
  }
  .section--ultraformer {
    padding-top: 5.33333333vw;
  }
  .section--ultraformer .block--1 {
    padding-bottom: 13.33333333vw;
  }
  .section--ultraformer .block--1 > div:first-child {
    padding: 0;
  }
  .section--ultraformer .block--1 .text {
    margin-top: 4.26666667vw;
  }
  .section--ultraformer .block--1 .btns {
    margin-top: 5.33333333vw;
  }
  .section--ultraformer .block--1 .btns .btn {
    margin: 8vw 0 0 0;
  }
  .section--ultraformer .block--1 .price {
    margin-left: 4.26666667vw;
  }
  .section--ultraformer .block--2 > div:last-child {
    font-size: 6.4vw;
  }
  .section--ultraformer .block--2 .pic {
    margin-bottom: 6.66666667vw;
  }
  .section--ultraformer .block--3 .skin {
    width: 56vw;
    height: 56vw;
    top: 26.66666667vw;
    left: -4.26666667vw;
  }
  .section--ultraformer .block--3 .title {
    font-size: 36.26666667vw;
  }
  .section--ultraformer .block--4 .info {
    padding: 16vw 0 12vw;
  }
  .section--ultraformer .block--4 .info:before {
    width: 66.66666667vw;
    height: 16vw;
    top: -8vw;
    right: -4.26666667vw;
  }
  .section--ultraformer .block--5 .member {
    margin: 10.66666667vw auto 0;
  }
  .section--combined .block--1 {
    padding: 18.66666667vw 4.26666667vw 0;
  }
  .section--combined .block--1 .title {
    font-size: 12.53333333vw;
  }
  .section--combined .block--3 .skin {
    width: 82.66666667vw;
    height: 82.66666667vw;
    margin-top: -7.46666667vw;
    margin-left: 12.8vw;
  }
  .section--combined .block--3 .title {
    font-size: 40vw;
    margin: 13.33333333vw 0 0 0;
  }
  .section--combined .block--4 .img {
    height: 88vw;
    margin-top: -66.66666667vw;
    margin-left: -4.26666667vw;
  }
  .section--combined .block--4 .info {
    margin: 21.33333333vw 0 0 0;
  }
  .section--combined .block--4 .info:before {
    width: 74.66666667vw;
    height: 14.4vw;
    top: -21.33333333vw;
    left: -4.26666667vw;
  }
  .section--combined .block--5 {
    padding: 13.33333333vw 0 0 4.26666667vw;
  }
  .section--combined .block--5 .title {
    font-size: 12.26666667vw;
    margin-bottom: 12vw;
  }
  .section--combined .block--6 {
    padding: 0;
  }
  .section--combined .block--6 .member {
    margin: 12vw auto 0;
  }
  .section--combined .select {
    margin-top: 6.66666667vw;
  }
  .section--combined .images-compare {
    margin-bottom: 12vw;
  }
  .section--combined .info {
    padding: 0 4.26666667vw;
  }
  .section--combined .action {
    margin-top: 8vw;
    margin-bottom: 9.33333333vw;
  }
  .section--prices {
    padding-bottom: 10.66666667vw;
  }
  .section--prices .title {
    font-size: 40vw;
    line-height: 40vw;
    margin: 18.66666667vw 0 0 0;
  }
  .section--doctors {
    padding-top: 8vw;
  }
  .section--doctors:after {
    height: 114.66666667vw;
  }
  .section--doctors .title {
    font-size: 13.06666667vw;
    margin-bottom: 5.33333333vw;
  }
  .section--doctors .block--1 {
    margin-top: 9.33333333vw;
  }
  .section--doctors .slider {
    margin-top: 16vw;
  }
  .section--how {
    padding: 0;
  }
  .section--how .title {
    font-size: 17.86666667vw;
    line-height: 18.13333333vw;
    margin: 18.66666667vw 0 5.33333333vw 5.33333333vw;
  }
  .text {
    font-size: 4vw;
    line-height: 5.86666667vw;
  }
  .price {
    font-size: 8vw;
    line-height: 9.6vw;
  }
  .price__sup {
    margin-left: -1.33333333vw;
  }
  .price__text {
    font-size: 2.93333333vw;
    line-height: 6.66666667vw;
    margin-top: -1.33333333vw;
  }
  .price__old {
    font-size: 4vw;
    line-height: 5.86666667vw;
  }
  .popup {
    padding: 9.33333333vw 4.26666667vw;
  }
  .popup .title {
    font-size: 12.8vw;
    margin-bottom: 5.33333333vw;
  }
  .carousel__button.is-close {
    width: 6.66666667vw;
    height: 6.66666667vw;
  }
  .fancybox__content > .carousel__button.is-close {
    top: 8vw;
    right: 8vw;
  }
  .legend {
    font-size: 4vw;
    line-height: 6.93333333vw;
    margin-bottom: 5.33333333vw;
  }
  .form-popup--mt {
    margin-top: 16vw;
  }
  .form-popup__row {
    margin-bottom: 4vw;
  }
  .form-popup__btns {
    margin-top: 13.33333333vw;
  }
  .form-popup__btns--2 {
    margin-top: 9.33333333vw;
  }
  .form-popup-elem {
    border-bottom: 1.06666667vw solid var(--popupInputBorder);
    height: 18.66666667vw;
  }
  .form-popup-elem__title {
    font-size: 5.33333333vw;
    line-height: 8vw;
  }
  .form-popup-elem__input input,
  .form-popup-elem__input textarea {
    font-size: 4.53333333vw;
    line-height: 4.53333333vw;
  }
  .form-popup-elem__input textarea {
    font-size: 4vw;
    line-height: 6.93333333vw;
    border-radius: 2.93333333vw;
    padding: 6.66666667vw 8vw;
  }
  .form-popup-elem--2 {
    border-bottom: none;
    height: auto;
  }
  .form-popup-elem--2 .form-popup-elem__title {
    height: 18.66666667vw;
  }
  .address {
    margin-bottom: 8vw;
  }
  .address-block {
    font-size: 5.33333333vw;
    line-height: 10.66666667vw;
    padding: 6.66666667vw 0 0;
  }
  .address-copy {
    padding: 0.8vw 1.33333333vw;
    border-radius: 1.33333333vw;
    margin-left: 2.66666667vw;
  }
  .tabs-content {
    padding-top: 9.33333333vw;
  }
  .tabs-content--modal {
    padding-top: 0;
  }
  .tabs-content--modal.active {
    padding-top: 9.33333333vw;
  }
  .dots {
    height: 112vw;
    margin: 0 0 0 -4.26666667vw;
    background-position: left -42.66666667vw center;
  }
  .dot {
    padding: 5.33333333vw;
    transform: translate(-7.2vw, -50%);
  }
  .dot__dot {
    width: 1.86666667vw;
    height: 1.86666667vw;
    margin-right: 1.33333333vw;
  }
  .dot__title {
    padding: 0.53333333vw 1.33333333vw;
    font-size: 3.2vw;
    line-height: 3.2vw;
    border-radius: 1.33333333vw;
  }
  .dot--1 {
    top: 20vw;
    left: 52vw;
  }
  .dot--2 {
    top: 36vw;
    left: 57.33333333vw;
  }
  .dot--3 {
    top: 57.33333333vw;
    left: 56vw;
  }
  .dot--4 {
    top: 70.66666667vw;
    left: 78.66666667vw;
  }
  .dot--5 {
    top: 93.33333333vw;
    left: 48vw;
  }
  .dot--6 {
    top: 96vw;
    left: 69.33333333vw;
  }
  .info {
    font-size: 4vw;
    line-height: 5.86666667vw;
  }
  .product {
    width: 68vw;
  }
  .product__top {
    height: 64vw;
  }
  .product__title {
    padding: 4.26666667vw;
    font-size: 4vw;
    line-height: 5.86666667vw;
  }
  .product__pic {
    margin: 0 4.26666667vw 4.26666667vw;
    height: 41.33333333vw;
  }
  .product__content {
    padding: 4.26666667vw;
  }
  .product .price {
    font-size: 4.8vw;
  }
  .product-line {
    height: 10.13333333vw;
    padding: 0 4.26666667vw;
    font-size: 2.66666667vw;
  }
  .product-line__check {
    width: 0;
    height: 4.26666667vw;
  }
  .product-line.active .product-line__check {
    width: 4.26666667vw;
    margin-left: 4vw;
  }
  .member {
    width: 80vw;
    margin-bottom: 5.33333333vw;
  }
  .member__pic {
    height: 98.66666667vw;
  }
  .member__content {
    margin: 2.66666667vw 2.66666667vw 0;
    padding: 4.26666667vw 4.26666667vw 8vw;
  }
  .member__name {
    font-size: 4vw;
    line-height: 5.86666667vw;
  }
  .member__info {
    font-size: 2.93333333vw;
    line-height: 4.26666667vw;
  }
  .member--sm {
    width: 80vw;
  }
  .member--sm .member__content {
    padding: 4.26666667vw 4.26666667vw 8vw;
  }
  .member--xs {
    width: 61.33333333vw;
  }
  .member--xs .member__content {
    margin: 2.66666667vw 0 0;
    padding: 4.26666667vw;
  }
  .member--xs .member__pic {
    height: 73.33333333vw;
  }
  .member--xs .member__name {
    font-size: 3.46666667vw;
    line-height: 5.33333333vw;
  }
  .member--xs .member__info {
    font-size: 2.66666667vw;
    line-height: 4.26666667vw;
  }
  .select {
    padding: 4.26666667vw;
    font-size: 4vw;
    line-height: 5.86666667vw;
  }
  .images-compare {
    height: 96vw;
    width: 91.46666667vw;
  }
  .twentytwenty-handle {
    height: 18.66666667vw;
    box-shadow: 0 0 13.33333333vw rgba(0, 0, 0, 0.09);
    width: 18.66666667vw;
    margin-left: -9.33333333vw;
    margin-top: -21.33333333vw;
  }
  .twentytwenty-handle .twentytwenty-left-arrow,
  .twentytwenty-handle .twentytwenty-right-arrow {
    width: 5.6vw;
    height: 5.33333333vw;
  }
  .action {
    padding: 6.66666667vw 8vw;
  }
  .action__title {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .action__line {
    margin-top: 5.33333333vw;
  }
  .action .btns {
    margin-left: -2.66666667vw;
    margin-top: 8vw;
  }
  .form__col {
    margin-bottom: 5.33333333vw;
  }
  .form input {
    font-size: 4vw;
    line-height: 4vw;
    padding: 0 6.66666667vw;
    height: 14.93333333vw;
  }
  .accordion {
    margin-bottom: 10.66666667vw;
    margin-top: 10.66666667vw;
  }
  .accordion-item {
    margin-bottom: 8vw;
  }
  .accordion-item__top {
    height: 17.06666667vw;
    padding: 0 10.66666667vw 0 5.33333333vw;
  }
  .accordion-item__top:after {
    right: 4vw;
    border-width: 1.33333333vw 0 1.33333333vw 1.6vw;
  }
  .accordion-item__title {
    font-size: 9.6vw;
    line-height: 9.6vw;
  }
  .accordion-item__name {
    padding: 6.66666667vw 4.26666667vw;
    font-size: 3.46666667vw;
    line-height: 5.33333333vw;
  }
  .accordion-item__date {
    font-size: 2.93333333vw;
    line-height: 2.93333333vw;
  }
  .license {
    font-size: 4vw;
    line-height: 5.86666667vw;
    margin-bottom: 8vw;
  }
}
/*# sourceMappingURL=style.css.map */