html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p, b, strong, i {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box !important;
  outline: none !important;
  -webkit-appearance: none !important;
}

a[href^=tel] {
  color: #000;
}

.clearfix::after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

textarea,
input[type=text],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=search] {
  -webkit-appearance: none;
  border-radius: 0 3px 3px 0;
}

.on {
  transform: none !important;
  opacity: 1 !important;
}

.animMenuLi {
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translate3d(-50px, 0, 0);
  opacity: 0;
  transform-origin: 0 0;
  z-index: 10;
}

.animHeaderCart, .animHeaderLanguage {
  transition: opacity 0.25s ease, transform 0.25s ease;
  transform: translate3d(-50px, 0, 0);
  opacity: 0;
  transform-origin: 0 0;
  z-index: 10;
}

.animHeaderLogo, .animHeaderLocation, .animBreadcrumbs {
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translate3d(50px, 0, 0);
  opacity: 0;
  transform-origin: 0 0;
  z-index: 10;
}

.animFirstScreenH1, .animFirstScreenBtn {
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  transform-origin: 0 0;
  z-index: 10;
  transition-delay: 0.1s;
}

.animFirstScreenNextPage {
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translate3d(0, -50px, 0);
  opacity: 0;
  transform-origin: 0 0;
  z-index: 10;
  transition-delay: 0.1s;
}

.animStandart {
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translate3d(0, 0, 0);
  opacity: 0;
  transform-origin: 0 0;
  z-index: 10;
  transition-delay: 0.1s;
}

.animTop {
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translate3d(0, -50px, 0);
  opacity: 0;
  transform-origin: 0 0;
  z-index: 10;
  transition-delay: 0.1s;
}

.animBottom {
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  transform-origin: 0 0;
  z-index: 10;
  transition-delay: 0.1s;
}

.animLeft {
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translate3d(-50px, 0, 0);
  opacity: 0;
  transform-origin: 0 0;
  transition-delay: 0.1s;
}

.animRight {
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translate3d(50px, 0, 0);
  opacity: 0;
  transform-origin: 0 0;
  transition-delay: 0.1s;
}

.animLinePriceBig {
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 1;
  transform-origin: 0 0;
  z-index: 10;
  transition-delay: 0.1s;
}
.animLinePriceBig:after {
  width: 0;
  transition: all 0.5s ease;
}
.animLinePriceBig.on:after {
  width: 100% !important;
}

.animPriceLi {
  opacity: 1 !important;
  transform-origin: 0 0;
  z-index: 10;
  transition-delay: 0.1s;
}
.animPriceLi .name, .animPriceLi sub_item {
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translate3d(-50px, 0, 0);
  opacity: 0;
  transform-origin: 0 0;
  z-index: 10;
  transition-delay: 0.1s;
}
.animPriceLi .line2 {
  z-index: 10;
}
.animPriceLi .line2:after {
  transition-delay: 0.4s;
}
.animPriceLi .price {
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: 10;
  transition-delay: 0.8s;
}
.animPriceLi.on .price, .animPriceLi.on .name, .animPriceLi.on .line2 {
  transform: none !important;
  opacity: 1 !important;
}
.animPriceLi.on .line2:after {
  width: 80%;
}

.animServicesLi {
  opacity: 1 !important;
  transform-origin: 0 0;
  z-index: 10;
  transition-delay: 0.1s;
}
.animServicesLi a {
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translate3d(-50px, 0, 0);
  opacity: 0;
  transform-origin: 0 0;
  z-index: 10;
  transition-delay: 0.1s;
}
.animServicesLi .line2 {
  z-index: 10;
}
.animServicesLi .line2:after {
  transition-delay: 0.4s;
}
.animServicesLi .price {
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: 10;
  transition-delay: 0.8s;
}
.animServicesLi p {
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  transform-origin: 0 0;
  z-index: 10;
  transition-delay: 1s;
}
.animServicesLi.on a, .animServicesLi.on .price, .animServicesLi.on .line2, .animServicesLi.on p {
  transform: none !important;
  opacity: 1 !important;
}
.animServicesLi.on .line2:after {
  width: calc(100% - 50px) !important;
}

@media screen and (max-width: 1023px) {
  .animHeaderLocation.on, .animHeaderLanguage.on {
    transform: translateX(-50%) !important;
  }
}
@keyframes nextPage {
  0% {
    width: 0;
  }
  30% {
    width: 30%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 60%;
  }
}
@keyframes nextPage2 {
  0% {
    width: 60%;
  }
  70% {
    width: 100%;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes logo {
  0% {
    transform: scale(1);
  }
  60% {
    transform: scale(2);
    opacity: 1;
  }
  100% {
    transform: scale(0);
  }
}
@keyframes h1Color {
  0% {
    color: #fff;
  }
  50% {
    color: #000;
  }
  100% {
    color: #fff;
  }
}
@keyframes h1ColorBlack {
  0% {
    color: white;
  }
  50% {
    color: #000;
  }
  100% {
    color: #000;
  }
}
@keyframes h1ColorBefore {
  0% {
    transform: translateX(-101%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(101%);
  }
}
@keyframes path-line {
  0% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@font-face {
  font-family: "TTFirs";
  src: url(/themes/default/fonts/TTFirs/TTFirs-ExtraBold/TTFirs-ExtraBold.ttf);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "TTFirs";
  src: url(/themes/default/fonts/TTFirs/TTFirs-Regular/TTFirs-Regular.ttf);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url(/themes/default/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Heavy/HelveticaNeueCyr-Heavy.ttf);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url(/themes/default/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman/HelveticaNeueCyr-Roman.ttf);
  font-weight: 400;
  font-display: swap;
}
::-webkit-scrollbar {
  width: 0;
}

body {
  font-family: "HelveticaNeueCyr";
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  background-color: #000;
  overflow-x: hidden;
}

.footer__infoMini {
  text-transform: lowercase;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1290px;
  padding: 0 15px;
  display: block;
  position: relative;
}

.white-style {
  background-color: #fff;
  color: #000;
}
.white-style .parallax .slide {
  background-image: url(../img/scissors-black.svg);
}
.white-style .parallax .slide:nth-child(2n+1) {
  background-image: url(../img/comb-black.svg);
}
.white-style .header__menuBtn svg rect, .white-style .header__callBackBtn svg path {
  fill: #000;
}
.white-style .header {
  background-color: #fff;
}
.white-style header {
  background-color: #fff;
  z-index: 100;
}
.white-style header.noBg {
  background-color: transparent;
}
.white-style .section-homeVideo__content .video:after, .white-style .section-homeVideo__content .video:before {
  background-color: #fff;
}
.white-style .footer:after {
  background-color: #fff;
}
.white-style .header__menu ul li a,
.white-style .header__callBack a,
.white-style .footer__btnSignUp a,
.white-style .footer__language .language__btn,
.white-style .footer__language .language__list-item a,
.white-style .footer__social .social__btn,
.white-style .footer__social .social__list-item a,
.white-style .footer__infoMini,
.white-style .footer__copyright {
  color: #000;
}
.white-style .footer__infoMini,
.white-style .footer__copyright,
.white-style .footer__social .social__btn,
.white-style .footer__btnSignUp a,
.white-style .footer__language .language__btn,
.white-style .footer__social .social__list-item,
.white-style .footer__language .language__list-item {
  border-color: #000;
}
.white-style .header__menu ul li a:before,
.white-style .header__menu ul li a:after,
.white-style .header__callBack a:before,
.white-style .header__callBack a:after,
.white-style .footer__language .language__btn:after,
.white-style .footer__social .social__btn:after,
.white-style .footer__language .language__list-item a:after,
.white-style .footer__btnSignUp a:after,
.white-style .footer__social .social__list-item a:after {
  background-color: #000;
}
.white-style .header__logo svg path,
.white-style .footer__language .language__btn svg path,
.white-style .footer__social .social__btn svg path {
  fill: #000;
  stroke: #000;
}
.white-style button.btnSignUp, .white-style button.certificate__btnSignUp {
  background-color: #000;
}
.white-style button.btnSignUp span, .white-style button.certificate__btnSignUp span {
  color: #fff;
}
.white-style button.btnSignUp:after, .white-style button.certificate__btnSignUp:after {
  background-color: #000;
}
.white-style button.btnSignUp:hover span, .white-style button.certificate__btnSignUp:hover span {
  color: #000;
}
.white-style button.btnSignUp:hover:after, .white-style button.certificate__btnSignUp:hover:after {
  background-color: #fff;
}

.certificate__wrapper__content {
  width: 1000px;
}
.certificate__wrapper__rightBar {
  width: 100px;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.wrapper__main {
  height: 100%;
  display: flex;
  flex-direction: row;
  padding-top: 140px;
  min-height: 100vh;
  flex-wrap: wrap;
}
.wrapper__top {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.wrapper__content {
  display: flex;
  width: 710px;
  flex-direction: column;
  justify-content: space-between;
}
.wrapper__rightBar {
  display: flex;
  width: 530px;
  padding-left: 58px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  right: 0;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .wrapper__rightBar {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.wrapper__rightBar-content {
  width: 100%;
  height: 100%;
}

header {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 100;
  background-color: #000;
}
header.noBg {
  background-color: transparent;
}

.header {
  display: flex;
  padding: 50px 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header__menuBtn {
  margin-left: 20px;
}
.header__menuBtn svg {
  width: 25px;
}
.header__menuBtn svg rect {
  fill: #fff;
}
.header__logo {
  width: 200px;
}
.header__logo a {
  display: flex;
}
.header__logo svg .text {
  transition: all 0.3s ease;
}
.header__logo a:hover svg path.line {
  animation: path-line 1s ease;
  animation-fill-mode: forwards;
}
.header__menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: 50px;
}
.header__menu ul li {
  margin: 0 6px;
}
.header__menu ul li.active a:before {
  opacity: 1;
  top: 4px;
}
.header__menu ul li.active a:after {
  bottom: 4px;
  opacity: 1;
}
.header__menu ul li a {
  color: #fff;
  padding: 10px 6px;
  display: block;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.487059px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
.header__menu ul li a:hover:before {
  opacity: 1;
  top: 4px;
}
.header__menu ul li a:hover:after {
  bottom: 4px;
  opacity: 1;
}
.header__menu ul li a:before {
  content: "";
  width: 100%;
  height: 2px;
  top: -4px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  opacity: 0;
}
.header__menu ul li a:after {
  content: "";
  width: 100%;
  height: 2px;
  bottom: -4px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  opacity: 0;
}
.header__right {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.header__callBackBtn {
  margin-left: 20px;
}
.header__callBackBtn.phone {
  width: 28px;
  height: 28px;
  aspect-ratio: 1/1;
}
.header__callBackBtn.phone svg {
  width: 28px;
  height: 28px;
}
.header__callBackBtn svg {
  width: 25px;
}
.header__callBackBtn svg path {
  fill: #fff;
}
.header__callBack {
  width: 200px;
  display: flex;
  justify-content: flex-end;
}
.header__callBack a {
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  padding: 6px;
  margin-right: -6px;
}
.header__callBack a:hover:before {
  opacity: 1;
  top: -2px;
}
.header__callBack a:hover:after {
  bottom: -2px;
  opacity: 1;
}
.header__callBack a:before {
  content: "";
  width: 100%;
  height: 2px;
  top: -10px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  opacity: 0;
}
.header__callBack a:after {
  content: "";
  width: 100%;
  height: 2px;
  bottom: -10px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  opacity: 0;
}

.page-price .footer__language {
  transition-delay: 0.4s !important;
}
.page-price .footer__social {
  transition-delay: 0.3s !important;
  margin-bottom: 20px;
}
.page-price .footer__btnSignUp {
  display: block !important;
  transition-delay: 0.2s;
}
.page-price .wrapper__rightBar-content {
  display: flex;
  flex-direction: column;
}

.category-box {
  position: fixed;
  top: 140px;
  margin-bottom: 20px;
  max-width: 194px;
  width: 100%;
  order: 1;
  background: #ffffff;
  z-index: 20;
}
.category-box.open {
  z-index: 100;
}
.category-box.open .category-box__btn:after {
  width: 100%;
}
.category-box.open .category-box__btn svg {
  transform: rotate(180deg);
}
.category-box .category-box__btn {
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 2px solid #fff;
  font-size: 23px;
  line-height: 27px;
  letter-spacing: -0.487059px;
  font-weight: 700;
  color: black;
  position: relative;
  cursor: pointer;
}
.category-box .category-box__btn:after {
  width: 0;
  height: 2px;
  background-color: black;
  position: absolute;
  bottom: 3px;
  content: "";
  left: 0;
  transition: all 0.3s ease;
}
.category-box .category-box__btn:hover:after {
  width: 100%;
}
.category-box .category-box__btn svg {
  position: absolute;
  transition: all 0.3s ease;
  top: 7px;
  right: 0;
}
.category-box .category-box__list {
  height: 150px;
  overflow: auto;
  display: none;
  width: 100%;
  background: white;
  margin-top: 4px;
  padding-right: 4px;
}
.category-box .category-box__list::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}
.category-box .category-box__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
}
.category-box .category-box__list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #000;
}
.category-box .category-box__list-item {
  margin-bottom: 4px;
  border-bottom: 1px solid #fff;
}
.category-box .category-box__list-item a {
  color: black;
  padding: 10px 15px;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  width: 100%;
}
.category-box .category-box__list-item a:after {
  content: "";
  width: 0;
  transition: all 0.3s ease;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 3px;
}
.category-box .category-box__list-item a:hover:after {
  width: 100%;
}

.footer {
  width: 194px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: unset;
  z-index: 11;
}
.footer:after {
  content: "";
  width: calc(100% + 50px);
  height: calc(100% + 5px);
  left: -25px;
  background-color: #000;
  position: absolute;
}
.footer__language {
  margin-bottom: 20px;
  position: relative;
  order: 1;
}
.footer__language.open .language__btn:after {
  width: 100%;
}
.footer__language.open .language__btn svg {
  transform: rotate(180deg);
}
.footer__language .language__btn {
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 2px solid #fff;
  font-size: 23px;
  line-height: 27px;
  letter-spacing: -0.487059px;
  font-weight: 700;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
}
.footer__language .language__btn:after {
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 3px;
  content: "";
  left: 0;
  transition: all 0.3s ease;
}
.footer__language .language__btn:hover:after {
  width: 100%;
}
.footer__language .language__btn svg {
  position: absolute;
  transition: all 0.3s ease;
  top: 7px;
  right: 0;
}
.footer__language .language__list {
  display: none;
  width: 100%;
}
.footer__language .language__list-item {
  margin-bottom: 4px;
  border-bottom: 1px solid #fff;
}
.footer__language .language__list-item:first-child {
  padding-top: 9px;
}
.footer__language .language__list-item a {
  color: #fff;
  padding: 10px 15px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  width: 100%;
}
.footer__language .language__list-item a:after {
  content: "";
  width: 0;
  transition: all 0.3s ease;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 3px;
}
.footer__language .language__list-item a:hover:after {
  width: 100%;
}
.footer__social {
  margin-bottom: 20px;
  position: relative;
  order: 2;
}
.footer__social.open .social__btn:after {
  width: 100%;
}
.footer__social.open .social__btn svg {
  transform: rotate(180deg);
}
.footer__social .social__btn {
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 2px solid #fff;
  font-size: 23px;
  line-height: 27px;
  letter-spacing: -0.487059px;
  font-weight: 700;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
}
.footer__social .social__btn:after {
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 3px;
  content: "";
  left: 0;
  transition: all 0.3s ease;
}
.footer__social .social__btn:hover:after {
  width: 100%;
}
.footer__social .social__btn svg {
  position: absolute;
  transition: all 0.3s ease;
  top: 7px;
  right: 0;
}
.footer__social .social__list {
  display: none;
  width: 100%;
}
.footer__social .social__list-item {
  margin-bottom: 4px;
  border-bottom: 1px solid #fff;
}
.footer__social .social__list-item:first-child {
  padding-top: 9px;
}
.footer__social .social__list-item a {
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  display: block;
  width: 100%;
}
.footer__social .social__list-item a:after {
  content: "";
  width: 0;
  transition: all 0.3s ease;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 3px;
}
.footer__social .social__list-item a:hover:after {
  width: 100%;
}
.footer__btnSignUp {
  order: 3;
}
.footer__btnSignUp a {
  display: block;
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 2px solid #fff;
  font-size: 23px;
  line-height: 27px;
  letter-spacing: -0.487059px;
  font-weight: 700;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.footer__btnSignUp a {
  text-transform: capitalize;
  display: block;
  text-decoration: none;
  text-align: left;
  width: 100%;
  padding-bottom: 12px;
  border: none;
  border-bottom: 2px solid #fff;
  font-size: 23px;
  line-height: 27px;
  letter-spacing: -0.487059px;
  font-weight: 700;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
  background: transparent;
}
.footer__btnSignUp a:after {
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 3px;
  content: "";
  left: 0;
  transition: all 0.3s ease;
}
.footer__btnSignUp a:hover:after {
  width: 100%;
}
.footer__infoMini {
  padding: 12px 0 7px;
  border-top: 2px solid #fff;
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  letter-spacing: -0.130648px;
  color: #FFFFFF;
  order: 3;
  text-decoration: underline !important;
}
.footer__copyright {
  padding: 23px 0 16px;
  border-top: 2px solid #fff;
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  letter-spacing: -0.130648px;
  color: #FFFFFF;
  order: 4;
}

.btnSignUp__app {
  position: relative;
  z-index: 10;
  padding-bottom: 10px;
}
.btnSignUp__app-wrap {
  padding: 0 3px;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  border: 1px solid white;
  position: relative;
  z-index: 10;
  border-radius: 12px;
  height: 45px;
  background-color: black;
  transition: ease-in-out 0.3s;
}
.btnSignUp__app-wrap:hover {
  background-color: white;
  transition: ease-in-out 0.3s;
}
.btnSignUp__app-wrap:hover svg {
  fill: black !important;
  transition: ease-in-out 0.3s;
}
.btnSignUp__app-wrap:hover h3 {
  color: black;
  transition: ease-in-out 0.3s;
}
.btnSignUp__app-wrap:hover h4 {
  color: black;
  transition: ease-in-out 0.3s;
}
.btnSignUp__app-wrap-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 10px;
}
.btnSignUp__app p {
  z-index: 10;
  position: relative;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: lowercase;
  font-weight: 400;
}
.btnSignUp__app a:first-child svg {
  width: 32px;
  height: 32px;
  fill: white;
}
.btnSignUp__app a:last-child {
  margin-top: 10px;
}
.btnSignUp__app a:last-child svg {
  width: 30px;
  height: 30px;
  margin-left: 7px;
}
.btnSignUp__app a:last-child span {
  margin-left: 10px;
}
.btnSignUp__app a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}
.btnSignUp__app a svg {
  transition: ease-in-out 0.3s;
  width: 40px;
  height: 40px;
  z-index: 10;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btnSignUp__app a h3 {
  font-size: 9px;
  color: white;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 12px;
  transition: ease-in-out 0.3s;
}
.btnSignUp__app a h4 {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  display: block;
  text-transform: capitalize;
  z-index: 10;
  position: relative;
  color: white;
  display: block;
  width: 100%;
  text-align: left;
  transition: ease-in-out 0.3s;
}

button.btnSignUp, button.certificate__btnSignUp {
  width: 100%;
  text-transform: uppercase;
  max-width: 591px;
  height: 142px;
  cursor: pointer;
  border: none;
  min-height: 142px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  line-height: 27px;
  letter-spacing: 8.51px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  position: relative;
  transition: opacity 0.5s ease, transform 0.5s ease, color 0.3s ease;
  margin-top: 30px;
}
button.btnSignUp span, button.certificate__btnSignUp span {
  position: relative;
  color: #000000;
  z-index: 2;
  transition: color 0.3s ease;
  width: 50%;
}
button.btnSignUp:hover, button.certificate__btnSignUp:hover {
  color: #fff;
}
button.btnSignUp:hover .btnSignUp__app-wrap, button.certificate__btnSignUp:hover .btnSignUp__app-wrap {
  border-color: white;
}
button.btnSignUp:hover h4, button.certificate__btnSignUp:hover h4, button.btnSignUp:hover h3, button.certificate__btnSignUp:hover h3 {
  color: #fff;
}
button.btnSignUp:hover svg, button.certificate__btnSignUp:hover svg {
  fill: #fff;
}
button.btnSignUp:hover span, button.certificate__btnSignUp:hover span {
  color: #fff;
}
button.btnSignUp:hover:after, button.certificate__btnSignUp:hover:after {
  background-color: #000;
}

a.btnSignUp {
  width: 100%;
  text-transform: uppercase;
  max-width: 591px;
  height: 142px;
  cursor: pointer;
  border: none;
  min-height: 142px;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  line-height: 27px;
  letter-spacing: 8.51px;
  font-weight: 700;
  color: white;
  text-decoration: none;
  position: relative;
  transition: opacity 0.5s ease, transform 0.5s ease, color 0.3s ease;
  margin-top: 30px;
}
a.btnSignUp span {
  position: relative;
  color: white;
  z-index: 2;
  transition: color 0.3s ease;
  width: 50%;
}
a.btnSignUp:hover {
  color: black;
}
a.btnSignUp:hover .btnSignUp__app-wrap {
  border-color: white;
}
a.btnSignUp:hover h4, a.btnSignUp:hover h3 {
  color: #fff;
}
a.btnSignUp:hover svg {
  fill: #fff;
}
a.btnSignUp:hover span {
  color: black;
}
a.btnSignUp:hover:after {
  background-color: white;
}
a.btnSignUp:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: calc(100% - 4px);
  background-color: black;
  height: calc(100% - 4px);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

button.certificate__btnSignUp {
  background-color: black;
  margin-bottom: 300px;
  transition: 0.4s ease-in-out;
}
button.certificate__btnSignUp:hover {
  background-color: #fff !important;
}

.popup {
  max-width: 400px;
  width: 100%;
  height: 400px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  z-index: 420;
  bottom: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  opacity: 0;
  visibility: hidden;
}
.popup__close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  z-index: 3;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.popup__close:hover .leftright {
  transform: rotate(-45deg);
  background-color: black;
}
.popup__close:hover .rightleft {
  transform: rotate(45deg);
  background-color: black;
}
.popup__close__button {
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  padding: 0;
  position: relative;
}
.popup__close .leftright {
  display: block;
  height: 5px;
  width: 40px;
  position: absolute;
  background-color: black;
  transform: rotate(45deg);
  transition: all 0.3s ease-in;
}
.popup__close .rightleft {
  display: block;
  height: 5px;
  width: 40px;
  position: absolute;
  background-color: black;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in;
}
.popup__wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
.popup__wrapper_logo {
  margin-bottom: 30px;
}
.popup__wrapper_logo svg {
  margin: auto;
  display: block;
}
.popup__wrapper_logo svg path {
  stroke: black;
  fill: black;
}
.popup__wrapper h3 {
  text-align: center;
  margin-bottom: 30px;
}
.popup__wrapper_button {
  text-decoration: none;
}
.popup__wrapper_button button {
  cursor: pointer;
  width: 300px;
  height: 50px;
  background-color: black;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.popup__wrapper_button button:hover {
  transition: ease-in-out 0.3s;
  background-color: white;
  color: black;
  border: 1px solid black;
}

.section-home {
  padding: 10px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-home h1 {
  font-size: 64px;
  line-height: 70px;
  letter-spacing: -0.72px;
  text-transform: uppercase;
  font-weight: 700;
  color: black;
  margin-bottom: 16px;
  margin-left: -10px;
  padding: 0 10px;
  transition-delay: 0.3s;
  transition: all 0.6s ease;
  width: calc(100% + 10px);
  overflow: hidden;
}
.section-home h1 dex {
  padding: 10px 10px 0px 10px;
  margin-left: -10px;
  display: block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  margin-bottom: 2px;
}
.section-home h1 dex:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  position: absolute;
  z-index: -1;
  transform: translateX(-101%);
}
.section-home h1 dex:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  transform: translateX(-101%);
}
.section-home h1 span {
  padding: 4px 0 0;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.section-home h1.on dex {
  animation: h1ColorBlack 2.8s ease;
  opacity: 1;
  animation-fill-mode: forwards;
}
.section-home h1.on dex:before {
  animation: h1ColorBefore 1.4s ease;
  animation-fill-mode: forwards;
}
.section-home p {
  font-size: 34px;
  line-height: 36px;
  letter-spacing: -0.291429px;
  color: black;
  max-width: 625px;
  max-width: 100%;
  transition-delay: 0.4s;
  display: inline-block;
}
.section-home p a {
  color: black;
  transition: all 0.3s ease;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  margin: 0 0 -10px 5px;
  padding-bottom: 5px;
  line-height: 28px;
}
.section-home p a:after {
  position: absolute;
  bottom: 2px;
  content: "";
  height: 2px;
  width: 100%;
  transform: translateX(-101%);
  transition: all 0.3s ease;
  background-color: black;
  display: block;
}
.section-home p a:hover:after {
  transform: translateX(0);
}

.section-homeVideo {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.section-homeVideo.open {
  z-index: 1;
}
.section-homeVideo.open.aboutVideo .section-homeVideo__content .video {
  width: 234px;
}
.section-homeVideo.open .container {
  min-height: 100vh;
  height: 100%;
  max-width: 1290px;
  padding: 0 15px;
  transition: all 0.85s ease;
}
.section-homeVideo.open .section-homeVideo__content {
  padding-right: 240px;
  transition: all 0.85s ease;
}
.section-homeVideo.open .section-homeVideo__content .video {
  width: 642px;
  transition: all 0.85s ease;
}
.section-homeVideo.aboutVideo .section-homeVideo__content {
  padding-right: 240px;
}
.section-homeVideo.aboutVideo .container {
  min-height: 100vh;
  height: 100%;
  max-width: 1290px;
  padding: 0 15px;
  transition: all 0.85s ease;
}
.section-homeVideo.aboutVideo .video {
  width: 234px;
}
.section-homeVideo.aboutVideo .video:hover, .section-homeVideo.aboutVideo .video.hover {
  filter: grayscale(100%);
  filter: gray;
}
.section-homeVideo .container {
  min-height: 100vh;
  height: 100%;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.section-homeVideo__content {
  height: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.section-homeVideo__content .video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.section-homeVideo__content .video.active:after, .section-homeVideo__content .video.active:before {
  transform: translateX(0);
}
.section-homeVideo__content .video:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #000;
  left: -50%;
  top: 0;
  transform: translateX(100%);
  transition: all 0.5s ease;
  z-index: 11;
}
.section-homeVideo__content .video:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #000;
  right: -50%;
  top: 0;
  transform: translateX(-100%);
  transition: all 0.5s ease;
  z-index: 11;
}
.section-homeVideo__content .video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.section-homeVideo__content .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
  position: relative;
}

.section-price {
  padding: 36px 0 10px;
}
.section-price h1 {
  margin: 0 0 32px;
  font-size: 34px;
  line-height: 48px;
  letter-spacing: -0.412857px;
  color: black;
  font-weight: 700;
  margin-left: -10px;
  padding: 0 10px;
  transition-delay: 0.3s;
  transition: all 0.6s ease;
  width: calc(100% + 10px);
  overflow: hidden;
}
.section-price h1 dex {
  padding: 0 10px 6px 10px;
  margin-left: -10px;
  display: block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  margin-bottom: 2px;
  opacity: 0;
}
.section-price h1 dex:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  position: absolute;
  z-index: -1;
  transform: translateX(-101%);
}
.section-price h1 dex:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  transform: translateX(-101%);
}
.section-price h1 span {
  padding: 4px 0 0;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.section-price h1.on dex {
  animation: h1ColorBlack 2.8s ease;
  opacity: 1;
  animation-fill-mode: forwards;
}
.section-price h1.on dex:before {
  animation: h1ColorBefore 1.4s ease;
  animation-fill-mode: forwards;
}
.section-price h1.on dex:after {
  animation: h1ColorAfter 2.1s ease;
  animation-fill-mode: forwards;
}
.section-price__list {
  display: flex;
  flex-direction: column;
}
.section-price__list-item {
  margin-bottom: 78px;
}
.section-price__list-item dex {
  padding: 0;
}
.section-price__list-item .master_desc {
  width: 100%;
  line-height: 24px;
  word-wrap: break-word;
  margin-bottom: 15px;
}
.section-price__list-item .info_sub {
  display: flex;
  align-items: center;
  position: relative;
}
.section-price__list-item .info_sub-master {
  font-size: 20px;
  color: #989898;
  display: flex;
  word-wrap: break-word;
  font-weight: 700;
  line-height: 24px;
  max-width: 120px;
}
.section-price__list-item .info_sub-list_items_text {
  margin-top: 20px;
  font-size: 17px;
  justify-content: start;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.section-price__list-item .info_sub-list_items_text:before {
  min-width: 10px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  margin-right: 10px;
  background-color: #fff;
}
.section-price__list-item .info_sub .vertical_line {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding-left: 0;
  height: 100%;
  display: flex;
  word-wrap: break-word;
  line-height: 1;
  font-size: 25px;
}
.section-price__list-item .info_sub .vertical_line dex {
  white-space: break-spaces;
}
.section-price__list-item .info_sub-list_items {
  margin-top: 20px;
}
.section-price__list-item .info_sub-list_items li {
  margin-bottom: 20px;
  font-size: 17px;
  justify-content: start;
  line-height: 20px;
}
.section-price__list-item .info_sub-list_items li::before {
  min-width: 10px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  margin-right: 10px;
  background-color: black;
}
.section-price__list-item .info_sub h2.vertical_line::after {
  content: "";
  display: block;
  width: 2px;
  margin-left: 15px;
  background-color: black;
}
.section-price__list-item .info_sub .price {
  font-size: 24px;
  line-height: 24px;
  text-align: right;
  letter-spacing: -0.891429px;
  font-weight: 700;
  color: black;
  width: 155px;
  min-width: 155px;
  padding-left: 15px;
  position: absolute;
  right: 0;
}
.section-price__list-item .line {
  height: 2px;
  width: 100%;
  margin-bottom: 42px;
  position: relative;
}
.section-price__list-item .line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: black;
}
.section-price__list-item h2 {
  margin: 0 0 20px;
  font-size: 64px;
  line-height: 87px;
  letter-spacing: -0.891429px;
  text-transform: uppercase;
  font-weight: 700;
  color: black;
  margin-left: -10px;
  padding: 0 10px;
  transition-delay: 0.3s;
  transition: all 0.6s ease;
  width: calc(100% + 10px);
  overflow: hidden;
}
.section-price__list-item h2 dex {
  margin-bottom: 2px;
  padding: 0 10px 2px 0px;
  display: block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
}
.section-price__list-item h2 dex:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  position: absolute;
  z-index: -1;
  transform: translateX(-101%);
}
.section-price__list-item h2 dex:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  transform: translateX(-101%);
}
.section-price__list-item h2 span {
  padding: 4px 0 0 0;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.section-price__list-item h2.on dex {
  animation: h1ColorBlack 2.8s ease;
  opacity: 1;
  animation-fill-mode: forwards;
  padding-left: 0;
}
.section-price__list-item h2.on dex:before {
  animation: h1ColorBefore 1.4s ease;
  animation-fill-mode: forwards;
}
.section-price__list-item h2.on dex:after {
  animation: h1ColorAfter 2.1s ease;
  animation-fill-mode: forwards;
}
.section-price__list-item .description {
  margin-bottom: 25px;
}
.section-price__list-item ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-price__list-item ul li {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.section-price__list-item ul li:last-child {
  margin-bottom: 0;
}
.section-price__list-item ul li .name {
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -0.154286px;
  font-weight: 700;
  color: black;
  width: 242px;
  min-width: 242px;
  padding-right: 15px;
}
.section-price__list-item ul li .line2, .section-price__list-item ul li .line3 {
  width: 100%;
  height: 2px;
  position: relative;
}
.section-price__list-item ul li .line2:after, .section-price__list-item ul li .line3:after {
  transition: all 0.3s ease;
  transition-delay: 0.6s;
  content: "";
  position: absolute;
  left: 20%;
  top: 0;
  height: 2px;
  background-color: black;
  width: 0;
}
.section-price__list-item ul li .price {
  font-size: 24px;
  line-height: 24px;
  text-align: right;
  letter-spacing: -0.891429px;
  font-weight: 700;
  color: black;
  width: 155px;
  min-width: 155px;
  padding-left: 15px;
}

.price-boxBtn {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 207px;
}
.price-boxBtn a {
  width: 100%;
  max-width: 445px;
  margin-right: -100px;
  height: 110px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: opacity 0.5s ease, transform 0.5s ease, background-color 0.3s ease;
  text-decoration: none;
}
.price-boxBtn a span {
  font-size: 23px;
  line-height: 27px;
  letter-spacing: 8.51px;
  font-weight: 700;
  transition: all 0.3s ease;
  color: #FFF;
}
.price-boxBtn a:hover {
  background-color: #fff;
}
.price-boxBtn a:hover span {
  color: #000;
}

.section-services__title {
  margin-bottom: 30px;
}
.section-services__title h1 {
  padding-top: 25px;
  padding-bottom: 19px;
  font-weight: 700;
  font-size: 104px;
  line-height: 87px;
  letter-spacing: -0.891429px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 10px;
  margin-left: -10px;
  padding: 0 10px;
  transition-delay: 0.3s;
  transition: all 0.6s ease;
  width: calc(100% + 10px);
  overflow: hidden;
}
.section-services__title h1 dex {
  padding: 0 10px 6px 10px;
  line-height: 104px;
  margin-left: -10px;
  display: block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  margin-bottom: 2px;
  opacity: 0;
}
.section-services__title h1 dex:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  position: absolute;
  z-index: -1;
  transform: translateX(-101%);
}
.section-services__title h1 dex:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  transform: translateX(-101%);
}
.section-services__title h1 span {
  padding: 4px 0 0;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.section-services__title h1.on dex {
  animation: h1ColorBlack 2.8s ease;
  opacity: 1;
  animation-fill-mode: forwards;
}
.section-services__title h1.on dex:before {
  animation: h1ColorBefore 1.4s ease;
  animation-fill-mode: forwards;
}
.section-services__title h1.on dex:after {
  animation: h1ColorAfter 2.1s ease;
  animation-fill-mode: forwards;
}
.section-services__title .line {
  height: 2px;
  width: 100%;
  margin-bottom: 42px;
  position: relative;
}
.section-services__title .line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
}
.section-services__desc {
  padding: 34px 34px 34px 0;
  position: relative;
  margin-bottom: 30px;
}
.section-services__desc .lineBox {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-left: 0;
}
.section-services__desc p {
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -0.154286px;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.section-services__desc p b {
  font-weight: 700;
}
.section-services__list {
  margin-bottom: 15px;
}
.section-services__list-item {
  margin-bottom: 29px;
}
.section-services__list-item .line {
  height: 2px;
  width: 100%;
  margin-bottom: 42px;
  position: relative;
}
.section-services__list-item .line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
}
.section-services__list-item .info_sub {
  align-items: center !important;
  text-align: center;
}
.section-services__list-item .info_sub .price {
  font-size: 24px;
  line-height: 24px;
  text-align: right;
  letter-spacing: -0.891429px;
  font-weight: 700;
  color: black;
  width: 155px;
  min-width: 155px;
  padding-left: 15px;
}
.section-services__list-item .info, .section-services__list-item .info_sub {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
.section-services__list-item .info a, .section-services__list-item .info_sub a {
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.891429px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  color: black;
  position: relative;
  margin-left: -10px;
  padding: 0 10px;
  transition-delay: 0.3s;
  transition: all 0.6s ease;
  width: calc(100% + 10px);
  max-width: -moz-max-content;
  max-width: max-content;
  overflow: hidden;
}
.section-services__list-item .info a dex, .section-services__list-item .info_sub a dex {
  padding: 0 10px 6px 10px;
  margin-left: -10px;
  display: block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  margin-bottom: 2px;
  opacity: 0;
}
.section-services__list-item .info a dex:before, .section-services__list-item .info_sub a dex:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  position: absolute;
  z-index: -1;
  transform: translateX(-101%);
}
.section-services__list-item .info a dex:after, .section-services__list-item .info_sub a dex:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  transform: translateX(-101%);
}
.section-services__list-item .info a span, .section-services__list-item .info_sub a span {
  padding: 4px 0 0;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.section-services__list-item .info a.on dex, .section-services__list-item .info_sub a.on dex {
  animation: h1ColorBlack 2.8s ease;
  opacity: 1;
  animation-fill-mode: forwards;
}
.section-services__list-item .info a.on dex:before, .section-services__list-item .info_sub a.on dex:before {
  animation: h1ColorBefore 1.4s ease;
  animation-fill-mode: forwards;
}
.section-services__list-item .info a.on dex:after, .section-services__list-item .info_sub a.on dex:after {
  animation: h1ColorAfter 2.1s ease;
  animation-fill-mode: forwards;
}
.section-services__list-item .info .line2, .section-services__list-item .info .line3, .section-services__list-item .info_sub .line2, .section-services__list-item .info_sub .line3 {
  height: 2px;
  position: relative;
  margin-bottom: 10px;
  min-width: 80px;
}
.section-services__list-item .info .line2:after, .section-services__list-item .info .line3:after, .section-services__list-item .info_sub .line2:after, .section-services__list-item .info_sub .line3:after {
  transition: all 0.3s ease;
  transition-delay: 0.6s;
  content: "";
  position: absolute;
  left: 25px;
  top: 0;
  height: 2px;
  background-color: #fff;
  width: 0;
}
.section-services__list-item .info .line2 .line2, .section-services__list-item .info .line3 .line2, .section-services__list-item .info_sub .line2 .line2, .section-services__list-item .info_sub .line3 .line2 {
  flex-grow: 1;
}
.section-services__list-item .info .line2 .line3, .section-services__list-item .info .line3 .line3, .section-services__list-item .info_sub .line2 .line3, .section-services__list-item .info_sub .line3 .line3 {
  flex-grow: 0 !important;
}
.section-services__list-item .info .price, .section-services__list-item .info_sub .price {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: right;
  letter-spacing: -0.891429px;
  color: black;
  padding-bottom: 7px;
  min-width: -moz-max-content;
  min-width: max-content;
}
.section-services__list-item p {
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -0.154286px;
  color: black;
}
.section-services__list-item ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-services__list-item ul li {
  margin-bottom: 32px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.section-services__list-item ul li:last-child {
  margin-bottom: 0;
}
.section-services__list-item ul li .name {
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -0.154286px;
  font-weight: 700;
  color: black;
  width: 242px;
  min-width: 242px;
  padding-right: 15px;
}
.section-services__list-item ul li .line2, .section-services__list-item ul li .line3 {
  width: 100%;
  height: 2px;
  position: relative;
}
.section-services__list-item ul li .line2:after, .section-services__list-item ul li .line3:after {
  transition: all 0.3s ease;
  transition-delay: 0.6s;
  content: "";
  position: absolute;
  left: 20%;
  top: 0;
  height: 2px;
  background-color: #fff;
  width: 0;
}
.section-services__list-item ul li .price {
  font-size: 24px;
  line-height: 24px;
  text-align: right;
  letter-spacing: -0.891429px;
  font-weight: 700;
  color: #FFFFFF;
  width: 155px;
  min-width: 155px;
  padding-left: 15px;
}

.section-contacts {
  padding-top: 8px;
}
.section-contacts h1 {
  font-size: 104px;
  line-height: 87px;
  letter-spacing: -0.891429px;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 20px;
  transition-delay: 0.3s;
  transition: all 0.6s ease;
  width: 100%;
  overflow: hidden;
  margin-left: -10px;
}
.section-contacts h1 dex {
  padding: 4px 10px 11px 10px;
  display: block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  opacity: 0;
}
.section-contacts h1 dex:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  transform: translateX(-101%);
}
.section-contacts h1 dex:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  position: absolute;
  z-index: -1;
  transform: translateX(-101%);
}
.section-contacts h1 span {
  padding: 4px 0 0 0;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.section-contacts h1.on dex {
  animation: h1ColorBlack 2.8s ease;
  opacity: 1;
  animation-fill-mode: forwards;
}
.section-contacts h1.on dex:before {
  animation: h1ColorBefore 1.4s ease;
  animation-fill-mode: forwards;
}
.section-contacts h1.on dex:after {
  animation: h1ColorAfter 2.1s ease;
  animation-fill-mode: forwards;
}
.section-contacts__list-item {
  margin-bottom: 38px;
}
.section-contacts__list-item .line {
  height: 2px;
  width: 100%;
  margin-bottom: 37px;
  position: relative;
}
.section-contacts__list-item .line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000;
}
.section-contacts__list-item h2 {
  margin: 0 0 37px;
  padding-right: 15px;
  font-size: 64px;
  line-height: 82px;
  letter-spacing: -0.891429px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  margin-left: -10px;
  transition-delay: 0.3s;
  transition: all 0.6s ease;
  width: 100%;
  overflow: hidden;
  margin-left: -10px;
}
.section-contacts__list-item h2 dex {
  padding: 8px 10px 0px 10px;
  display: block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  opacity: 0;
  margin-bottom: 2px;
}
.section-contacts__list-item h2 dex:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  transform: translateX(-101%);
}
.section-contacts__list-item h2 dex:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  position: absolute;
  z-index: -1;
  transform: translateX(-101%);
}
.section-contacts__list-item h2 span {
  padding: 4px 0 0 0;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.section-contacts__list-item h2.on dex {
  animation: h1ColorBlack 2.8s ease;
  opacity: 1;
  animation-fill-mode: forwards;
}
.section-contacts__list-item h2.on dex:before {
  animation: h1ColorBefore 1.4s ease;
  animation-fill-mode: forwards;
}
.section-contacts__list-item h2.on dex:after {
  animation: h1ColorAfter 2.1s ease;
  animation-fill-mode: forwards;
}
.section-contacts__list-item p {
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -0.154286px;
  color: #000000;
}
.section-contacts__list-item p a {
  position: relative;
  color: #000000;
  text-decoration: none;
}
.section-contacts__list-item p a:after {
  content: "";
  height: 1px;
  width: 0;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: all 0.3s ease;
}
.section-contacts__list-item p a:hover:after {
  width: 100%;
}

.contacts-maps {
  width: 100%;
  padding-top: 132px;
  height: 100%;
}
.contacts-maps .maps {
  width: calc(100% + 100px);
  margin-right: -100px;
  height: 100%;
}
.contacts-maps .maps img {
  width: 100%;
  height: 100%;
}

.certificate {
  font-family: "TTFirs";
  padding-top: 25px;
  position: relative;
}
.certificate h1 {
  font-size: 94px;
  line-height: 87px;
  letter-spacing: -0.891429px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
  transition-delay: 0.3s;
  transition: all 0.6s ease;
  width: calc(100% + 10px);
  overflow: hidden;
  margin-left: -10px;
  padding-left: 10px;
}
.certificate h1 dex {
  padding: 4px 10px 11px 10px;
  margin-left: -10px;
  display: block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  opacity: 0;
  margin-bottom: 2px;
}
.certificate h1 dex:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  transform: translateX(-101%);
}
.certificate h1 dex:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  position: absolute;
  z-index: -1;
  transform: translateX(-101%);
}
.certificate h1 span {
  padding: 4px 0 0 0;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.certificate h1.on dex {
  animation: h1ColorBlack 2.8s ease;
  opacity: 1;
  animation-fill-mode: forwards;
}
.certificate h1.on dex:before {
  animation: h1ColorBefore 1.4s ease;
  animation-fill-mode: forwards;
}
.certificate h1.on dex:after {
  animation: h1ColorAfter 2.1s ease;
  animation-fill-mode: forwards;
}
.certificate h1:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: black;
  display: block;
  position: absolute;
}
.certificate__carousel_button-wrapper {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 30px;
}
.certificate__carousel_button-wrapper-left {
  margin-right: 20px;
}
.certificate__carousel_button-wrapper-left, .certificate__carousel_button-wrapper-right {
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.certificate__carousel_button-wrapper-left:hover svg path, .certificate__carousel_button-wrapper-right:hover svg path {
  transition: ease 0.3s;
  fill: gray;
}
.certificate__carousel_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.certificate__carousel_content h2 {
  font-size: 59px;
  line-height: 70px;
  text-transform: uppercase;
  letter-spacing: -0.891429px;
}
.certificate__carousel_content h2:after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  background-color: black;
}
.certificate__carousel_content-row {
  max-width: 70px;
  width: 100%;
  height: 2px;
  display: block;
  background-color: black;
  margin-bottom: 15px;
  margin-right: 15px;
  margin-left: 15px;
}
.certificate__carousel_content-price {
  display: flex;
}
.certificate__carousel_content-price p {
  font-weight: 600;
  font-size: 59px;
  line-height: 50px;
}
.certificate__content {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.certificate__content ul {
  max-width: 560px;
  width: 100%;
  margin-bottom: 70px;
}
.certificate__content ul li {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 29px;
  padding-left: 30px;
  letter-spacing: -0.154286px;
  position: relative;
  margin-bottom: 20px;
}
.certificate__content ul li:before {
  top: 10px;
  left: 0;
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  background-color: black;
  position: absolute;
}
.certificate__content_img-wrapper {
  display: flex;
  max-width: 600px;
  width: 100%;
  position: relative;
  justify-content: flex-end;
}
.certificate__content_img-wrapper .ticket {
  -o-object-fit: cover;
     object-fit: cover;
  height: 700px;
  position: absolute;
  right: 0;
}
.certificate__content_img-wrapper .passport {
  position: absolute;
  left: 0;
  max-width: 371px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.certificate__popup {
  max-width: 770px;
  width: 100%;
  background-color: white;
  position: fixed;
  top: 0;
  height: 100vh;
  right: 0;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
}
.certificate__popup .certificate__popup_close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  z-index: 3;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.certificate__popup .certificate__popup_close:hover .leftright {
  transform: rotate(-45deg);
  background-color: black;
}
.certificate__popup .certificate__popup_close:hover .rightleft {
  transform: rotate(45deg);
  background-color: black;
}
.certificate__popup .certificate__popup_close__button {
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  padding: 0;
  position: relative;
}
.certificate__popup .certificate__popup_close .leftright {
  display: block;
  height: 5px;
  width: 40px;
  position: absolute;
  background-color: black;
  transform: rotate(45deg);
  transition: all 0.3s ease-in;
}
.certificate__popup .certificate__popup_close .rightleft {
  display: block;
  height: 5px;
  width: 40px;
  position: absolute;
  background-color: black;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in;
}
.certificate__popup_wrapper {
  padding: 70px 148px 0 70px;
}
.certificate__popup_wrapper .paySvg {
  animation: spin 1.5s infinite linear;
}
.certificate__popup_wrapper .paySvg path {
  fill: white;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.certificate__popup_wrapper .payLoader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  transform: translate(-50%, -50%);
  height: 30px;
}
.certificate__popup_wrapper .btn-primary {
  position: relative;
  cursor: pointer;
  background-color: black;
  height: 120px;
  min-height: 120px;
  font-size: 20px;
  line-height: 21px;
  width: 100%;
  border-color: transparent;
  color: white;
  text-transform: uppercase;
}
.certificate__popup_wrapper .btn-primary:hover {
  transition: ease-in-out 0.3s;
  background-color: white;
  color: black;
  border: 1px solid black;
}
.certificate__popup_wrapper .btn-primary:hover ~ .payLoader .paySvg path {
  transition: ease-in-out 0.3s;
  fill: black;
}
.certificate__popup_wrapper h2 {
  font-size: 90px;
  line-height: 100px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}
.certificate__popup_wrapper form {
  position: relative;
  overflow-y: scroll;
}
.certificate__popup_wrapper form .certificate__select {
  margin-bottom: 15px;
  font-family: "TTFirs";
}
.certificate__popup_wrapper form .certificate__select-btn {
  margin-left: -17px;
}
.certificate__popup_wrapper form .certificate__select-btn .certificate__arrow {
  transform: rotate(0deg);
  transition: ease-in-out 0.3s;
}
.certificate__popup_wrapper form .certificate__select-btn .certificate__arrow-rotate {
  transform: rotate(180deg);
  transition: ease-in-out 0.3s;
}
.certificate__popup_wrapper form .certificate__select #selectAddress {
  flex-direction: column;
}
.certificate__popup_wrapper form .certificate__select #selectAddress .error {
  padding-left: 0;
  text-transform: inherit;
  padding-top: 5px;
}
.certificate__popup_wrapper form .certificate__select_wrapper {
  display: flex;
  width: 100%;
  position: relative;
}
.certificate__popup_wrapper form .certificate__select_wrapper .input_wrapper {
  width: 100%;
}
.certificate__popup_wrapper form .certificate__select_wrapper .input_wrapper textarea {
  border: 1px solid black;
  width: 100%;
  min-height: 125px;
  height: 100%;
  resize: none;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.487059px;
  font-weight: 500;
  color: black;
  font-family: inherit;
  padding: 22px 25px !important;
}
.certificate__popup_wrapper form .certificate__select_wrapper .input_wrapper textarea::-moz-placeholder {
  color: black;
}
.certificate__popup_wrapper form .certificate__select_wrapper .input_wrapper textarea::placeholder {
  color: black;
}
.certificate__popup_wrapper form .certificate__select_wrapper .input_wrapper input, .certificate__popup_wrapper form .certificate__select_wrapper .input_wrapper textarea {
  color: black;
  text-transform: inherit;
}
.certificate__popup_wrapper form .certificate__select_wrapper .input_wrapper .error {
  padding-left: 0;
  text-transform: inherit;
  padding-top: 5px;
}
.certificate__popup_wrapper form .certificate__select_wrapper input {
  border: none;
  background-color: transparent;
  height: 35px;
  border-bottom: 3px solid black;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
}
.certificate__popup_wrapper form .certificate__select_wrapper input .error {
  color: black;
}
.certificate__popup_wrapper form .certificate__select_wrapper input::-moz-placeholder {
  color: black;
}
.certificate__popup_wrapper form .certificate__select_wrapper input::placeholder {
  color: black;
}
.certificate__popup_wrapper form .certificate__select_list {
  transition: ease-in-out 0.5s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  background-color: white;
  z-index: 100;
  max-height: 300px;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
.certificate__popup_wrapper form .certificate__select_list-item {
  cursor: pointer;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.487059px;
  border-bottom: 1px solid black;
  padding: 15px 0 15px;
}
.certificate__popup_wrapper form .certificate__select_list-active {
  opacity: 1;
  visibility: visible;
  transition: ease-in-out 0.5s;
}
.certificate__popup_wrapper form button.certificate__btnBuy {
  width: 100%;
  height: 142px;
  border: none;
  color: white;
  text-transform: uppercase;
  background-color: black;
  margin-top: 10px;
  font-size: 23px;
  line-height: 27px;
  letter-spacing: 8.51px;
  cursor: pointer;
}
.certificate__popup_wrapper form button.certificate__btnBuy:hover {
  border: 1px solid black;
  background-color: white;
  color: black;
  transition: ease-in-out 0.3s;
}
.certificate__buttons form {
  margin-top: 35px;
}

.section-about {
  padding-top: 25px;
}
.section-about:after {
  position: fixed;
  content: "";
  top: 0;
  background-color: #fff;
  height: 139px;
  width: 720px;
  z-index: 15;
}
.section-about h1 {
  font-size: 102px;
  line-height: 87px;
  letter-spacing: -0.891429px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
  transition-delay: 0.3s;
  transition: all 0.6s ease;
  width: calc(100% + 10px);
  overflow: hidden;
  margin-left: -10px;
  padding-left: 10px;
}
.section-about h1 dex {
  padding: 4px 10px 11px 10px;
  margin-left: -10px;
  display: block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  opacity: 0;
  margin-bottom: 2px;
}
.section-about h1 dex:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  transform: translateX(-101%);
}
.section-about h1 dex:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  position: absolute;
  z-index: -1;
  transform: translateX(-101%);
}
.section-about h1 span {
  padding: 4px 0 0 0;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.section-about h1.on dex {
  animation: h1ColorBlack 2.8s ease;
  opacity: 1;
  animation-fill-mode: forwards;
}
.section-about h1.on dex:before {
  animation: h1ColorBefore 1.4s ease;
  animation-fill-mode: forwards;
}
.section-about h1.on dex:after {
  animation: h1ColorAfter 2.1s ease;
  animation-fill-mode: forwards;
}
.section-about .line {
  height: 2px;
  width: 100%;
  margin-bottom: 31px;
  position: relative;
}
.section-about .line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000;
}
.section-about__desc {
  padding: 34px 15px 34px 0;
  position: relative;
  margin-bottom: 20px;
}
.section-about__desc .lineBox {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  border-left: 0;
}
.section-about__desc p {
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -0.154286px;
  color: #000000;
  position: relative;
  z-index: 2;
}
.section-about__desc p b {
  font-weight: 700;
}

.section-price1 h1 {
  margin: 0 0 32px;
  font-size: 34px;
  line-height: 48px;
  letter-spacing: -0.412857px;
  color: #FFFFFF;
  font-weight: 700;
  transition-delay: 0.3s;
  margin-left: -10px;
  transition: all 0.6s ease;
  width: 100%;
  overflow: hidden;
}
.section-price1 h1 dex {
  padding: 4px 0 0 0;
  display: block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  opacity: 0;
}
.section-price1 h1 dex:before {
  content: "";
  width: 100%;
  height: 97%;
  left: 0;
  top: -5px;
  background-color: #000;
  position: absolute;
  z-index: -1;
  transform: translateX(-101%);
}
.section-price1 h1 dex:after {
  content: "";
  width: 100%;
  height: 97%;
  left: 0;
  top: -5px;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  transform: translateX(-101%);
}
.section-price1 h1 span {
  padding: 4px 0 0 0;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.section-price1 h1.on dex {
  padding: 4px 10px 0 10px;
  animation: h1Color 2.8s ease;
  opacity: 1;
  animation-fill-mode: forwards;
}
.section-price1 h1.on dex:before {
  animation: h1ColorBefore 1.4s ease;
  animation-fill-mode: forwards;
}
.section-price1 h1.on dex:after {
  animation: h1ColorAfter 2.1s ease;
  animation-fill-mode: forwards;
}

.__cleverbox-wrap.__cleverbox-panel-mode {
  z-index: 1090 !important;
  opacity: 1;
}

#__cleverbox-btn, .__cleverbox-welcome_msg {
  z-index: -1;
  opacity: 0;
}

.popups__fillerbar {
  position: fixed;
  z-index: 11111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.popups__fillerbar.open {
  display: block;
}
.popups__fillerbar:before, .popups__fillerbar:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.popups__fillerbar:before {
  z-index: 1;
  background: rgba(250, 213, 221, 0.15);
}
.popups__fillerbar:after {
  z-index: 2;
  background: rgba(12, 58, 54, 0.05);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.popups__fillerbar-pol {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.popups__fillerbar-container {
  position: absolute;
  width: 607px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  background: #0C3A36;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.06), 0px 6px 30px rgba(0, 0, 0, 0.2);
}
.popups__fillerbar-container img {
  width: 100%;
  height: auto;
}
.popups__fillerbar-container a {
  position: absolute;
  left: 110px;
  bottom: 45px;
  color: white;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  min-width: 150px;
  text-align: center;
  padding: 10px;
  border: 1px solid white;
  background: black;
}
.popups__fillerbar-container a:hover {
  border: 1px solid transparent;
  color: black;
  background: white;
  transition: all 0.5s ease;
}
.popups__fillerbar-close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.popups__fillerbar-close svg {
  width: 50px;
  height: 50px;
}
.popups__fillerbar-close:hover {
  opacity: 0.6;
}
.popups__fillerbar-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popups__fillerbar-content img {
  margin-bottom: 57px;
  max-width: 374px;
  width: 100%;
}
.popups__fillerbar-content p {
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  color: #D9D9D8;
  margin-bottom: 40px;
}
.popups__fillerbar-content .link {
  margin-bottom: 49px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
}
.popups__fillerbar-content .link a {
  display: block;
  max-width: 374px;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: white;
  border: 1px solid #D9D9D8;
  transition: all 0.3s ease;
}
.popups__fillerbar-content .link a:hover {
  background-color: #D9D9D8;
  color: #0C3A36;
}
.popups__fillerbar-content .foot {
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #D9D9D8;
}
.popups__fillerbar-content .foot span {
  font-weight: bold;
}

.section-homeVideo__content .promoVideo video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.promo-section .text-wrapper {
  display: flex;
  align-items: flex-end;
  max-width: 710px;
  width: 100%;
  justify-content: space-between;
}
.promo-section .text-wrapper h1 {
  font-weight: bold;
  font-size: 64px;
  line-height: 75px;
  max-width: 400px;
  width: 100%;
  margin-top: 200px;
}
.promo-section .text-wrapper span {
  width: 110px;
  height: 2px;
  margin-bottom: 20px;
}
.promo-section .promo-paragraph {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  max-width: 710px;
  text-align: justify;
  margin-top: 20px;
}
.promo-section .promo-paragraph a {
  color: white;
}
.promo-section .button-content {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  transition: opacity 0.5s ease, transform 0.5s ease, color 0.3s ease;
}
.promo-section .promo-button {
  max-width: 536px;
  width: 100%;
  height: 116px;
  border: 2px solid white;
  font-weight: 200;
  font-size: 46px;
  line-height: 0px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, transform 0.5s ease, color 0.3s ease;
  z-index: 1;
}
.promo-section .promo-button p {
  transition: opacity 0.5s ease, transform 0.5s ease, color 0.3s ease;
}
.promo-section .img-wrapper {
  max-width: 460px;
  height: 308px;
  width: 100%;
  position: absolute;
  right: 28%;
  top: 50%;
  bottom: 50%;
  transform: translate(0%, -55%);
  transition: opacity 0.5s ease, transform 0.5s ease, color 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.promo-section .img-wrapper img {
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, transform 0.5s ease, color 0.3s ease;
}

.button-content:first-child {
  margin-left: 39px;
}

.button-content:nth-child(2) {
  margin-left: 106px;
}

.button-content:last-child {
  margin-left: 174px;
}

.buttons-wrapper {
  margin-top: 136px;
  margin-bottom: 170px;
}
.buttons-wrapper .promo-button {
  margin-bottom: 38px;
  z-index: 1;
}

.promoImg {
  position: absolute;
  left: 23%;
  visibility: hidden;
}

.confidence-wrapper {
  position: relative;
}
.confidence-wrapper h2 {
  font-weight: 700;
  font-size: 64px;
  line-height: 75px;
  margin-bottom: 100px;
  max-width: 618px;
}

.hideElement {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.deleteElement {
  display: none !important;
}

.showElement {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.z-index {
  z-index: 999;
  font-weight: 700;
  transition: all 0.5s;
}

.hideBorder {
  border-color: transparent !important;
  transition: opacity 0.5s ease, transform 0.5s ease, color 0.3s ease;
}

.hideRelative {
  position: static !important;
}

.card-wrapper {
  max-width: 450px;
  max-height: 510px;
  width: 100%;
  height: 100%;
  position: relative;
}
.card-wrapper p {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.promoVideo-container #promoVideo {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 427px;
  height: 511px;
  z-index: 99;
}

.writeButton {
  width: 280px;
  height: 139px;
  background-color: white;
  color: black;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: 0px auto;
  border: 2px solid white;
  transition: opacity 0.5s ease, transform 0.5s ease, color 0.3s ease;
}

.writeButton:hover {
  transition: opacity 0.5s ease, transform 0.5s ease, color 0.3s ease;
  background-color: black;
  color: white;
  border-color: white;
}

.promoVideo-container {
  position: absolute;
  top: -154px;
  left: 370px;
  z-index: 99;
}

.worldBrands {
  max-width: 382px;
  width: 100%;
  max-height: 428px;
  height: 100%;
  position: absolute;
  left: 234px;
  top: 362px;
  z-index: 98;
}

.personal {
  max-width: 428px;
  width: 100%;
  max-height: 567px;
  height: 100%;
  position: absolute;
  top: 327px;
  z-index: 1;
  right: -280px;
}

.cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  position: relative;
}

.card-wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  background-image: linear-gradient(0, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) 70.71%);
  opacity: 0.8;
}

.card-wrapper:hover:after {
  opacity: 0;
  transform: scale(1.1);
}

.card-wrapper:hover img {
  transition: all 0.3s;
  transform: scale(1.1) !important;
}

.countdown-section {
  display: flex;
}

#countdown {
  max-width: 996px;
  width: 100%;
}
#countdown h2 {
  font-weight: 700;
  font-size: 46px;
  line-height: 54px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 600px;
  margin-bottom: 78px;
  max-width: 720px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.count-wrapper {
  max-width: 996px;
  width: 100%;
  display: flex;
  border: 2px solid white;
  height: 135px;
  justify-content: space-around;
  position: relative;
}
.count-wrapper li {
  display: flex;
  flex-direction: column;
  font-weight: 200;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  align-items: center;
  margin-top: -44px;
  background-color: black;
  height: 50%;
}
.count-wrapper span {
  font-weight: 700;
  font-size: 90px;
  line-height: 105px;
  text-align: center;
}

.timeOut {
  font-weight: 700;
  font-size: 46px;
  line-height: 54px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 78px;
  max-width: 720px;
  width: 100%;
  display: none;
}

.showTimeOut {
  display: block !important;
}

.form-container {
  display: flex;
  justify-content: space-between;
  margin-top: 200px !important;
}

.contentWrapper {
  display: flex;
  justify-content: space-between;
}
.contentWrapper .formContainer {
  max-width: 536px;
  width: 100%;
}
.contentWrapper .formContainer form {
  display: flex;
  flex-direction: column;
}
.contentWrapper .formContainer form input {
  border-color: transparent;
  border-bottom: 2px solid white;
  background-color: transparent;
  border-left: white;
  border-right: white;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  padding: 30px 0 14px 30px;
  color: white;
}
.contentWrapper .formContainer form textarea {
  font-family: "HelveticaNeueCyr";
  font-weight: 300;
  font-size: 24px;
  padding: 50px 0 0 30px;
  border-bottom: 2px solid white;
  background-color: transparent;
  border-left: white;
  border-right: white;
  color: white;
  line-height: 19px;
  resize: none;
  border-top: none;
}
.contentWrapper .formContainer form textarea::-moz-placeholder {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}
.contentWrapper .formContainer form textarea::placeholder {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}
.contentWrapper .formContainer form input::-moz-placeholder {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}
.contentWrapper .formContainer form input::placeholder {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}
.contentWrapper .formContainer button {
  width: 100%;
  height: 60px;
  background-color: white;
  border-color: transparent;
  font-weight: bold;
  font-size: 23px;
  line-height: 27px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 80px;
  margin-bottom: 80px;
  transition: opacity 0.5s ease, transform 0.5s ease, color 0.3s ease;
}
.contentWrapper .formContainer button:hover {
  transition: opacity 0.5s ease, transform 0.5s ease, color 0.3s ease;
  background-color: black;
  color: white;
  border-color: white;
}

.imgWrapper {
  width: 200px;
  height: 762px;
}
.imgWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form-wrapper h2 {
  font-weight: 700;
  font-size: 46px;
  line-height: 108%;
  max-width: 510px;
}

.promo-container {
  max-width: 710px;
  width: 100%;
}
.promo-container div a {
  font-size: 18px;
  color: white;
}

.mainDescription {
  font-weight: 200 !important;
  font-size: 74px !important;
  line-height: 84px !important;
}

.promo-home {
  max-width: 1000px !important;
  width: 100%;
}

.change-header {
  background-color: black;
  z-index: 101;
}

@media screen and (max-width: 1440px) {
  .header {
    padding: 30px 0;
    z-index: 101;
  }
}
.text-wrapper h1.on dex {
  animation: h1Color 2.8s ease;
  opacity: 1;
  animation-fill-mode: forwards;
}

.text-wrapper h1 dex {
  padding: 0 10px 6px;
  display: block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  margin-bottom: 2px;
  opacity: 0;
}

.text-wrapper h1.on dex:before {
  animation: h1ColorBefore 1.4s ease;
  animation-fill-mode: forwards;
}

.text-wrapper h1.on dex:after {
  animation: h1ColorAfter 2.1s ease;
  animation-fill-mode: forwards;
}

.text-wrapper h1 dex:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  transform: translateX(-101%);
}

.text-wrapper h1 dex:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  transform: translateX(-101%);
  background-color: #fff;
}

.show-side-effect h2.on dex {
  animation: h1Color 2.8s ease;
  opacity: 1;
  animation-fill-mode: forwards;
}

.show-side-effect h2 dex {
  padding: 0 10px 6px;
  margin-left: -10px;
  display: block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  margin-bottom: 2px;
  opacity: 0;
}

.show-side-effect h2.on dex:before {
  animation: h1ColorBefore 1.4s ease;
  animation-fill-mode: forwards;
}

.show-side-effect h2.on dex:after {
  animation: h1ColorAfter 2.1s ease;
  animation-fill-mode: forwards;
}

.show-side-effect h2 dex:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  transform: translateX(-101%);
}

.show-side-effect h2 dex:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  transform: translateX(-101%);
  background-color: #fff;
}

.error {
  color: red;
  top: 0;
  padding-top: 10px;
  text-transform: uppercase;
  padding-left: 30px;
}

.section {
  max-width: 1270px;
  margin: 0 auto;
  display: block;
}

.promoContainer-wrapper {
  max-width: 910px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.button-descriptions {
  position: relative;
  width: 100%;
  max-width: 551px;
  transition: opacity 0.5s ease, transform 0.5s ease, color 0.3s ease;
  display: flex;
}
.button-descriptions .subscriptionsContent {
  max-width: 551px;
  width: 100%;
  height: 246px;
  border: 2px solid white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
  cursor: pointer;
}
.button-descriptions .subscriptionsContent h2 {
  z-index: 1;
  font-weight: 700;
  font-size: 46px;
  line-height: 54px;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.button-descriptions .subscriptionsContent p {
  z-index: 1;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}
.button-descriptions .img-container {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}
.button-descriptions .img-container img {
  display: block;
  margin: 0 auto;
  opacity: 0;
}

.button-descriptions:first-child {
  margin-bottom: 100px;
  margin-top: 150px;
}

.button-descriptions:last-child {
  margin-left: 70px;
  margin-bottom: 150px;
}

.itemsCollections {
  margin-bottom: 100px;
  overflow: hidden;
}
.itemsCollections li:last-child {
  border-bottom: 2px solid white;
}
.itemsCollections li {
  margin-top: 40px;
  border-top: 2px solid white;
  max-width: 710px;
  width: 100%;
  cursor: pointer;
}
.itemsCollections li .textWrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.itemsCollections li h2 {
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
}
.itemsCollections li p {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.itemsCollections li span {
  width: 110px;
  height: 2px;
  background-color: white;
  display: block;
}

.hideItems {
  display: none;
}

.activeButton {
  background-color: white;
}
.activeButton h2 {
  color: black;
}
.activeButton p {
  color: black;
}

.button-content:hover .img-wrapper {
  opacity: 1;
  visibility: visible;
  z-index: 11;
}
.button-content:hover .promo-button {
  border-color: transparent;
  z-index: 12;
  position: relative;
}
.button-content:hover .promo-button .hairType {
  position: relative;
  font-weight: 700;
  font-size: 46px;
  line-height: 54px;
  z-index: 12;
}

.__cleverbox-panel_btn-container {
  visibility: hidden !important;
}

.button-descriptions:hover .img-container img {
  opacity: 1;
}

#sixMonthBtn, #twelveMonthBtn {
  text-decoration: none;
  color: white;
}

.show-side-effect h2.on dex {
  z-index: 99;
}

.cards-wrapper li:not(:nth-child(2)) {
  z-index: 10;
}

.politica, .terms {
  margin-top: 60px;
}
.politica-title, .terms-title {
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.891429px;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFFFFF;
  display: block;
  margin-bottom: 30px;
  text-decoration: none !important;
}
.politica span, .terms span {
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.891429px;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFFFFF;
  display: block;
  margin-bottom: 30px;
  text-decoration: none !important;
}
.politica ul, .terms ul {
  margin-bottom: 60px;
}
.politica li, .terms li {
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -0.154286px;
  color: #FFFFFF;
}
.politica li:not(:last-child), .terms li:not(:last-child) {
  margin-bottom: 10px;
}

.sub_info {
  display: flex;
  align-items: center;
}

body a.btnSignUp--custom {
  height: 62px;
  min-height: unset;
  font-size: 14px;
  letter-spacing: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 769px) {
  body a.btnSignUp--custom {
    display: none !important;
  }
}

body a.btnSignUp--custom span {
  width: 100%;
  transform: translateY(-3px);
}

@media screen and (max-width: 1441px) {
  .header {
    padding: 30px 0;
    background-color: #000;
    z-index: 100;
  }
}
@media screen and (max-width: 1024px) {
  #header .container {
    padding: 0;
  }
  #header .container .header {
    padding: 15px;
  }
}
@media screen and (max-width: 1440px) {
  .certificate__carousel_button-wrapper {
    padding-bottom: 10px;
  }
  .certificate__carousel_button-wrapper-left svg, .certificate__carousel_button-wrapper-right svg {
    width: 35px;
  }
  .certificate__carousel_content h2 {
    font-size: 40px;
    line-height: 60px;
  }
  .certificate__carousel_content-price p {
    font-size: 40px;
    line-height: 23px;
  }
  .certificate__carousel_content-row {
    margin-right: 25px;
    margin-left: 25px;
  }
  .card-wrapper {
    max-width: 300px;
    max-height: 350px;
  }
  .firstItem {
    width: inherit;
    height: inherit;
  }
  .writeButton {
    width: 230px;
    height: 80px;
    bottom: -40px;
    font-size: 20px;
  }
  .card-wrapper p {
    font-size: 16px;
    text-align: center;
    width: 60%;
  }
  .promoVideo-container {
    left: 260px;
    z-index: 98;
  }
  #countdown h2 {
    margin-top: 350px;
  }
  .buttons-wrapper {
    margin-top: 136px;
    margin-bottom: 121px;
  }
  .worldBrands {
    max-width: 232px;
    width: 100%;
    max-height: 278px;
    height: 100%;
    position: absolute;
    left: 234px;
    top: 196px;
    z-index: 98;
  }
  .confidence-wrapper h2 {
    font-weight: 700;
    font-size: 58px;
    line-height: 75px;
    margin-bottom: 80px;
    max-width: 618px;
  }
  .promoContainer-wrapper {
    max-width: 710px;
  }
  .imgWrapper {
    width: 150px;
    height: 650px;
  }
  .form-wrapper {
    max-width: 450px;
  }
  .section-home h1 {
    padding-left: 15px;
  }
  .section-homeVideo.open .section-homeVideo__content {
    padding-right: 350px;
    transition: all 0.85s ease;
  }
  .wrapper__content {
    padding-left: 5px;
  }
  .promo-container {
    padding-left: 5px;
  }
  .personal {
    max-width: 278px;
    width: 100%;
    max-height: 417px;
    height: 100%;
    position: absolute;
    top: 165px;
    z-index: 98;
    right: -6px;
  }
  .container, .section-homeVideo.aboutVideo .container {
    max-width: 1024px;
  }
  .category-box {
    top: 99px;
  }
  .category-box .category-box__list {
    overflow: auto;
    max-height: calc(100vh - 99px - 41px - 328px - 4px);
  }
  .category-box .category-box__list-item:first-child {
    padding-top: 0;
  }
  .category-box .category-box__list-item a {
    padding: 9px 15px;
    font-size: 12px;
  }
  .wrapper__rightBar {
    width: 350px;
    padding-left: 30px;
  }
  .wrapper__content {
    width: 644px;
  }
  .wrapper__main {
    padding-top: 99px;
  }
  .header {
    padding: 30px 0;
  }
  .section-home h1 {
    font-size: 64px;
    line-height: 70px;
  }
  .section-home h1 dex {
    padding: 10px 10px 0 10px;
  }
  .section-home p {
    font-size: 22px;
    line-height: 32px;
  }
  .section-homeVideo__content.open .video {
    width: 510px;
  }
  .section-services__title h1 {
    font-size: 70px;
    line-height: 65px;
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .section-services__title h1 dex {
    line-height: 72px;
  }
  .section-services__title .line {
    margin-bottom: 30px;
  }
  .section-services__desc {
    padding: 28px 28px 28px 0;
  }
  .section-services__desc p {
    font-size: 16px;
    line-height: 24px;
  }
  .section-services__list-item .line {
    margin-bottom: 30px;
  }
  .section-services__list-item .info a {
    font-size: 54px;
    line-height: 1;
    min-width: auto;
  }
  .section-services__list-item .info .price {
    font-size: 22px;
    line-height: 22px;
  }
  .section-services__list-item p {
    font-size: 16px;
    line-height: 24px;
  }
  .footer__language .language__btn, .footer__social .social__btn,
  .footer__btnSignUp a {
    font-size: 20px;
    line-height: 25px;
  }
  .footer__social .social__list-item a, .footer__language .language__list-item a {
    font-size: 14px;
    padding: 8px 15px;
  }
  .price-boxBtn {
    padding-top: 122px;
  }
  .price-boxBtn a {
    margin: 0;
    max-width: 320px;
    height: 80px;
  }
  .price-boxBtn a span {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 6.51px;
  }
  .section-contacts h1 {
    font-size: 70px;
    line-height: 65px;
    margin-bottom: 10px;
  }
  .section-contacts h1 dex {
    padding: 4px 10px 8px 10px;
  }
  .section-contacts__list-item {
    margin-bottom: 30px;
  }
  .section-contacts__list-item h2 {
    margin: 0 0 15px -10px;
    font-size: 40px;
    line-height: 46px;
  }
  .section-contacts__list-item .line {
    margin-bottom: 30px;
  }
  .section-price {
    padding: 20px 0 10px;
  }
  .section-price h1 {
    margin: 0 0 30px 0;
    font-size: 26px;
    line-height: 36px;
  }
  .section-price__list-item {
    margin-bottom: 40px;
  }
  .section-price__list-item h2 {
    font-size: 50px;
    line-height: 44px;
  }
  .section-price__list-item h2 dex {
    padding: 5px 10px;
  }
  .section-price__list-item .line {
    height: 2px;
    width: 100%;
    margin-bottom: 40px;
  }
  .section-price__list-item ul li {
    margin-bottom: 10px;
  }
  .section-price__list-item ul li .price {
    font-size: 22px;
    line-height: 22px;
  }
  button.btnSignUp, button.certificate__btnSignUp {
    width: 100%;
    max-width: 670px;
    height: 120px;
    min-height: 120px;
    font-size: 20px;
    line-height: 21px;
  }
  .contacts-maps {
    padding-top: 100px;
  }
  .contacts-maps .maps {
    width: 100%;
    margin-right: 0;
  }
  .section-about {
    padding-top: 20px;
    width: 100%;
    max-width: 540px;
  }
  .section-about:after {
    width: 100%;
    max-width: 540px;
    height: 99px;
  }
  .section-about h1 {
    font-size: 70px;
    line-height: 65px;
    margin-bottom: 10px;
  }
  .section-about__desc p {
    font-size: 16px;
    line-height: 24px;
  }
  .section-homeVideo.aboutVideo.open .section-homeVideo__content, .section-homeVideo.aboutVideo .section-homeVideo__content {
    padding-right: 220px;
  }
  .section-homeVideo.aboutVideo.open .section-homeVideo__content .video, .section-homeVideo.aboutVideo .section-homeVideo__content .video {
    width: 209px;
  }
}
@media screen and (max-width: 1250px) {
  .header__menu ul {
    margin-left: 10px;
  }
  .header__menu ul li {
    margin: 0 4px;
  }
}
@media screen and (max-width: 1100px) {
  .header__callBack {
    width: 170px;
  }
  .certificate__carousel_button-wrapper-left svg, .certificate__carousel_button-wrapper-right svg {
    width: 30px;
  }
  .certificate__content_img-wrapper .passport {
    max-width: 300px;
  }
  .certificate__content_img-wrapper .ticket {
    height: 530px;
  }
}
@media screen and (max-width: 1023px) {
  .certificate__carousel_content h2 {
    font-size: 30px;
    line-height: 60px;
  }
  .certificate h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .politica-title, .terms-title {
    font-size: 40px;
  }
  .politica span, .terms span {
    font-size: 28px;
  }
  .itemsCollections li h2 {
    max-width: 400px;
  }
  .button-descriptions {
    max-width: 500px;
  }
  .itemsCollections li {
    max-width: 500px;
  }
  .button-descriptions:last-child {
    margin-left: 0;
  }
  .button-descriptions .subscriptionsContent {
    max-width: 500px;
  }
  .header__menu ul li a {
    padding: 10px 4px;
    font-size: 14px;
    line-height: 15px;
  }
  .form-container {
    margin-top: 150px !important;
  }
  .timeOut {
    font-size: 40px;
  }
  .imgWrapper {
    display: none;
  }
  #countdown h2 {
    margin-top: 850px;
    font-size: 40px;
  }
  .card-wrapper {
    max-width: 300px;
    max-height: 350px;
    width: 100%;
    height: 100%;
  }
  .worldBrands {
    left: 0;
    top: 448px;
  }
  .promoVideo-container {
    left: 200px;
    top: 680px;
  }
  .personal {
    top: 216px;
    right: 0;
  }
  .firstItem {
    left: 0;
  }
  .firstItem img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .count-wrapper span {
    font-weight: 700;
    font-size: 50px;
    line-height: 100px;
    text-align: center;
  }
  .count-wrapper li {
    font-size: 18px;
    line-height: 1px;
    text-align: center;
    height: 60%;
  }
  .count-wrapper {
    height: 100px;
  }
  .confidence-wrapper h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    margin-bottom: 80px;
    max-width: 500px;
  }
  .button-content:last-child {
    margin-left: 0;
  }
  .button-content:nth-child(2) {
    margin-left: 0;
  }
  .promo-container {
    max-width: 500px;
    width: 100%;
  }
  .button-content:first-child {
    margin-left: 0;
  }
  .container, .section-homeVideo.aboutVideo .container {
    max-width: 768px;
  }
  .wrapper__content {
    width: 468px;
  }
  .wrapper__rightBar {
    width: 270px;
    padding-left: 30px;
  }
  .section-home h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .section-home p {
    font-size: 26px;
    line-height: 32px;
  }
  button.btnSignUp, button.certificate__btnSignUp {
    width: 100%;
    max-width: 540px;
    height: 90px;
    min-height: 110px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 5.51px;
  }
  .header__logo {
    width: 120px;
  }
  .header__logo svg {
    width: 100%;
  }
  .header__callBack {
    width: 140px;
  }
  .section-homeVideo.open .video {
    width: 464px !important;
  }
  .section-homeVideo.open .section-homeVideo__content {
    height: 100%;
    min-height: 100vh;
    position: relative;
    padding-right: 220px;
  }
  .section-services__list-item .info a {
    font-size: 36px;
    line-height: 1;
  }
  .section-services__title h1 {
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .section-services__title h1 dex {
    line-height: 63px;
  }
  .section-price h1 {
    margin: 0 0 30px 0;
    font-size: 22px;
    line-height: 28px;
  }
  .section-price h2 {
    font-size: 40px;
    line-height: 36px;
  }
  .price-boxBtn a {
    max-width: 240px;
  }
  .price-boxBtn a span {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 5.51px;
  }
  .section-contacts__list-item h2 {
    margin: 0 0 10px -10px;
    font-size: 36px;
    line-height: 42px;
  }
  .section-contacts h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .contacts-maps {
    padding-top: 94px;
  }
  .section-about h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .section-about h1 dex {
    padding: 4px 10px 7px 10px;
  }
  .section-homeVideo.aboutVideo.open .section-homeVideo__content, .section-homeVideo.aboutVideo .section-homeVideo__content {
    padding-right: 0px;
  }
  .section-homeVideo.aboutVideo.open .section-homeVideo__content .video, .section-homeVideo.aboutVideo .section-homeVideo__content .video {
    width: 210px !important;
    margin-right: -8px;
  }
  .section-about:after {
    max-width: 475px;
  }
  .price-boxBtn {
    padding-top: 105px;
  }
}
@media screen and (max-width: 900px) {
  .change-header {
    position: static;
  }
  .certificate__popup_wrapper form .certificate__select_wrapper input {
    font-size: 20px;
  }
  .certificate__popup_wrapper h2 {
    font-size: 80px;
  }
  .certificate__popup_wrapper {
    padding: 100px 20px 0 20px;
  }
  .certificate__popup {
    max-width: 100%;
  }
  .white-style .header__menu {
    background-color: #fff;
  }
  #header.open.noBg {
    background-color: #000;
  }
  .header {
    padding: 15px 0;
  }
  .header__right {
    display: flex;
  }
  .header__callBack {
    display: none;
  }
  .header__menu {
    position: fixed;
    top: 66px;
    left: 0;
    height: calc(100% - 66px);
    width: 100%;
    transform: translateX(-100%);
    transition: all 0.3s ease;
    z-index: 25;
    background-color: #000;
    padding: 25px 15px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
  }
  .header__menu:after {
    position: absolute;
    top: -66px;
    left: 0;
    width: 100%;
    height: 67px;
    content: "";
  }
  .header__menu.open {
    transform: translateX(0);
    opacity: 1;
  }
  .header__menu-footer .footer__social {
    margin-bottom: 0;
  }
  .header__menu ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .header__menu ul li a {
    padding: 15px 6px;
    font-size: 22px;
    line-height: 24px;
  }
}
@media screen and (max-width: 850px) {
  .header__menu ul li a {
    padding: 10px 2px;
    font-size: 14px;
    line-height: 14px;
  }
  .politica-title, .terms-title {
    font-size: 36px;
  }
  .politica span, .terms span {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .white-style button.btnSignUp, .white-style .certificate__popup_wrapper form button.certificate__btnBuy, .certificate__popup_wrapper form .white-style button.certificate__btnBuy, .white-style button.certificate__btnSignUp {
    max-width: 100%;
  }
  .certificate__wrapper {
    max-width: 768px;
    width: 100%;
  }
  button.certificate__btnSignUp {
    margin-bottom: 50px;
  }
  .certificate__content ul {
    max-width: 100%;
  }
  .certificate__content_img-wrapper .ticket {
    height: 461px;
  }
  .certificate__content_img-wrapper .passport {
    max-width: 250px;
  }
  .certificate__content_img-wrapper {
    height: 500px;
    max-width: 380px;
    margin: auto;
  }
  .certificate__content {
    flex-direction: column-reverse;
  }
  .certificate__carousel_content-price p {
    font-size: 40px;
    line-height: 14px;
  }
  .certificate h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .certificate__carousel_content h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .itemsCollections li {
    max-width: 100%;
  }
  .button-descriptions .subscriptionsContent {
    max-width: 100%;
  }
  .card-wrapper img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .firstItem img {
    -o-object-fit: contain;
    object-fit: unset;
  }
  .form-wrapper h2 {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .form-wrapper {
    max-width: 100% !important;
    margin: 0 auto;
  }
  .confidence-wrapper h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  #countdown h2 {
    margin-top: 100px;
  }
  .card-wrapper {
    max-width: 370px;
    max-height: 467px;
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 50px !important;
  }
  .card-wrapper img {
    max-width: 370px;
    max-height: 467px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .card-wrapper::after {
    max-width: 370px;
    max-height: 467px;
    width: 100%;
    height: 100%;
  }
  .promoVideo-container {
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    top: 0;
    position: absolute !important;
  }
  .worldBrands {
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
  }
  .personal {
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
  }
  .firstItem {
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    margin-top: 520px !important;
  }
  .buttons-wrapper .promo-button {
    margin: 0px auto;
    margin-bottom: 38px;
  }
  .promo-container {
    max-width: 100%;
  }
  .footer {
    padding-top: 0;
  }
  .popups__fillerbar-container {
    width: 90%;
  }
  .popups__fillerbar-close svg {
    width: 50px;
    height: 50px;
  }
  .popups__fillerbar-container a {
    position: absolute;
    left: 20%;
    bottom: 12%;
    font-size: 13px;
    line-height: 13px;
    min-width: 91px;
    text-align: center;
    padding: 3px;
  }
  .section-about:after {
    display: none !important;
  }
  .footer__btnSignUp {
    display: none;
  }
  .page-price .footer__btnSignUp, .category-box {
    display: none !important;
  }
  .wrapper {
    min-height: auto;
  }
  .section-services__list-item .info a dex {
    padding: 5px 10px 6px 10px;
  }
  .contacts-maps .maps {
    height: 200px;
  }
  .price-boxBtn {
    display: none !important;
  }
  .section-home h1 {
    align-items: center;
  }
  .section-home h1 dex {
    padding: 5px 10px 0 10px;
    margin: 0 auto 2px;
  }
  .section-home p {
    max-width: 100%;
  }
  .section-homeVideo.open .video {
    width: 100% !important;
  }
  .section-homeVideo.open .container {
    padding: 0;
  }
  .section-homeVideo.aboutVideo {
    display: none;
  }
  .section-homeVideo .container {
    padding: 0;
  }
  .section-homeVideo__content {
    padding: 0 !important;
  }
  .section-homeVideo__content .video {
    width: 100% !important;
  }
  .wrapper__main {
    padding-top: 66px;
    flex-direction: column;
  }
  .wrapper__content {
    width: 100%;
    min-height: calc(100vh - 151px);
  }
  .wrapper__rightBar {
    width: 100%;
    padding: 0;
  }
  .footer {
    position: relative;
  }
  .footer:after {
    display: none;
  }
  .footer__copyright {
    padding: 23px 0 16px;
    border: 0;
  }
  .footer__infoMini {
    border: 0;
    padding-bottom: 0;
    margin-bottom: -10px;
  }
  button.btnSignUp, button.certificate__btnSignUp {
    width: 100%;
    max-width: 100%;
  }
  .section-home {
    text-align: center;
    min-height: calc(100vh - 241px);
  }
  .section-home h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .section-home p {
    font-size: 22px;
    line-height: 24px;
    justify-content: center;
  }
  .section-about {
    max-width: 100%;
  }
  .section-about h1 {
    font-size: 34px;
    line-height: 40px;
  }
  .section-about p {
    font-size: 14px;
    line-height: 22px;
  }
  .section-about__desc {
    padding: 20px 15px 20px 0;
    margin-bottom: 30px;
  }
  .section-services__title h1 {
    font-size: 34px;
    line-height: 40px;
  }
  .section-services__title h1 dex {
    line-height: 44px;
  }
  .section-services__desc {
    padding: 20px 15px 20px 0;
  }
  .section-services__desc p {
    font-size: 14px;
    line-height: 22px;
  }
  .section-services__list-item .info a {
    font-size: 26px;
    line-height: 30px;
  }
  .section-services__list-item .info .price {
    padding-bottom: 5px;
  }
  .section-services__list-item .info .line2 {
    margin-bottom: 5px;
  }
  .section-services__list-item p {
    font-size: 14px;
    line-height: 22px;
  }
  .white-style .noBg {
    background-color: #fff !important;
  }
  .section-price h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .section-price__list-item ul li.animPriceLi.on .line2:after {
    width: 100%;
  }
  .section-price__list-item ul li .price {
    min-width: auto;
    font-size: 20px;
    line-height: 22px;
  }
  .section-price__list-item ul li .name {
    min-width: auto;
    font-size: 16px;
    line-height: 27px;
  }
  .section-price__list-item ul li .line2 {
    width: 28%;
  }
  .section-price__list-item ul li .line2:after {
    left: 0;
  }
  .section-price + button.btnSignUp, .section-price + button.certificate__btnSignUp {
    position: fixed;
    left: 0;
    bottom: 0;
  }
  .section-price h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .section-contacts h1 {
    font-size: 34px;
    line-height: 40px;
  }
  .section-contacts h1 dex {
    padding: 0px 10px 2px 10px;
  }
  .section-contacts__list-item h2 {
    margin: 0 0 10px -10px;
    font-size: 24px;
    line-height: 28px;
  }
  .section-contacts__list-item h2 dex {
    padding: 0px 10px 2px 10px;
  }
  .section-contacts__list-item p {
    font-size: 16px;
    line-height: 24px;
  }
  .contacts-maps {
    padding-top: 40px;
  }
  .contacts-page {
    min-height: auto;
  }
  .contacts-page .wrapper__content {
    min-height: 280px;
  }
}
@media screen and (max-width: 775px) {
  .wrapper__rightBar {
    position: relative;
    bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .btnSignUp__app {
    position: absolute;
    left: 0;
    z-index: 99;
    bottom: 15px;
    padding: 0;
    width: 200px;
  }
  .footer {
    display: flex;
    width: 100%;
  }
  .wrapper__rightBar {
    height: 280px;
  }
  .btnSignUp__app p {
    padding-left: 10px;
  }
  button.btnSignUp span, button.certificate__btnSignUp span {
    font-size: 14px;
    padding-left: 5px;
  }
  .btnSignUp__app a h4 {
    font-size: 14px;
  }
  .certificate__popup_wrapper form {
    height: calc(100vh - 250px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .certificate__popup_wrapper ::-webkit-scrollbar {
    display: none;
  }
  .certificate__popup_wrapper form button.certificate__btnBuy {
    height: 90px;
    font-size: 18px;
    line-height: 20px;
  }
  .certificate__popup .certificate__popup_close {
    right: 12px;
    top: 8px;
    width: 30px;
    height: 30px;
  }
  .certificate__popup .certificate__popup_close .rightleft {
    width: 30px;
  }
  .certificate__popup .certificate__popup_close .leftright {
    width: 30px;
  }
  .certificate__popup_wrapper form .certificate__select_list-item {
    font-size: 18px;
    line-height: 18px;
    padding: 15px 0 10px;
  }
  .certificate__popup_wrapper form .certificate__select-btn .certificate__arrow {
    width: 10px;
  }
  .certificate__popup_wrapper {
    padding: 60px 12px 0 12px;
  }
  .certificate__popup_wrapper form .certificate__select_wrapper input {
    height: 38px;
    font-size: 17px;
  }
  .certificate__popup_wrapper h2 {
    font-size: 63px;
    line-height: 59px;
  }
  .certificate__content ul {
    margin-bottom: 0px;
  }
  .certificate__carousel_content-row {
    width: 62px;
    margin-bottom: 7px;
  }
  .certificate__carousel_content-price p {
    font-size: 20px;
    line-height: 14px;
  }
  .certificate h1 {
    font-size: 24px;
    line-height: 23px;
  }
  .certificate__carousel_content h2 {
    font-size: 24px;
    line-height: 23px;
  }
  .politica-title, .terms-title {
    font-size: 36px;
  }
  .politica span, .terms span {
    font-size: 24px;
  }
  .politica li, .terms li {
    font-size: 16px;
  }
  .promo-section .text-wrapper h1 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 100px;
  }
  .buttons-wrapper {
    margin-bottom: 40px;
    margin-top: 100px;
  }
  .promo-section .promo-button {
    font-size: 30px;
  }
  .confidence-wrapper h2 {
    line-height: 30px;
    font-size: 30px;
  }
  .form-wrapper h2 {
    font-size: 30px;
  }
  #countdown h2 {
    font-size: 25px;
    line-height: 25px;
  }
}
@media screen and (max-width: 500px) {
  .button-descriptions .img-container img {
    width: 100%;
    height: auto;
  }
  .button-descriptions .subscriptionsContent p {
    font-size: 14px;
    line-height: 14px;
  }
  .itemsCollections li h2 {
    font-size: 35px;
    line-height: 35px;
  }
  .button-descriptions .subscriptionsContent h2 {
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
  }
  .section-services__list-item .info {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-services__list-item .info a {
    margin-bottom: 5px;
    max-width: 220px;
  }
  .section-services__list-item .info .price {
    text-align: right;
  }
  .section-services__list-item .info .line2 {
    display: none !important;
  }
  .popups__fillerbar-container {
    min-height: 230px;
  }
  .popups__fillerbar-container img {
    width: 100%;
    height: 100%;
    min-height: 230px;
  }
  .section-services__list-item .info_sub {
    flex-direction: row;
  }
}
@media screen and (max-width: 450px) {
  .count-wrapper li {
    font-size: 14px;
  }
  .timeOut {
    font-size: 30px;
  }
  .count-wrapper span {
    font-weight: 700;
    font-size: 40px;
    line-height: 100px;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .politica-title, .terms-title {
    font-size: 28px;
  }
  .politica span, .terms span {
    font-size: 18px;
  }
  .promo-section .text-wrapper h1 {
    font-size: 25px;
    line-height: 25px;
    margin-top: 100px;
  }
  .buttons-wrapper {
    margin-bottom: 40px;
    margin-top: 100px;
  }
  .promo-section .promo-button {
    font-size: 25px;
  }
  .confidence-wrapper h2 {
    line-height: 25px;
    font-size: 25px;
  }
  .form-wrapper h2 {
    font-size: 25px;
    line-height: 25px;
  }
  #countdown h2 {
    font-size: 25px;
    line-height: 25px;
  }
  .form-container {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 1025px) {
  .section-price__list-item .info_sub {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-price__list-item .info_sub .vertical_line {
    font-size: 20px;
  }
  .section-price__list-item .info_sub-master {
    font-size: 15px;
    margin-top: 10px;
    display: flex;
    max-width: 100%;
  }
  .section-price__list-item .info_sub .price {
    font-size: 20px;
  }
  .section-price__list-item .info_sub-list_items li {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .section-price__list-item .info_sub .vertical_line {
    font-size: 20px;
    max-width: 220px;
  }
  .section-price__list-item .info_sub .price {
    width: auto;
    min-width: auto;
  }
}
@media screen and (max-height: 680px) {
  .footer {
    padding-top: 44px;
  }
}