/* Minification failed. Returning unminified contents.
(2048,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2049,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2055,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2056,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2062,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2063,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2069,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2070,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2076,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2077,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2083,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2084,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2090,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2091,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2097,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2098,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2104,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2105,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2111,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2112,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2118,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2119,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2176,31): run-time error CSS1039: Token not allowed after unary operator: '-dx'
(2176,42): run-time error CSS1039: Token not allowed after unary operator: '-dy'
 */
@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
}

button {
  border: none;
  color: black;
  cursor: pointer;
}

a {
  text-decoration: none;
  background-color: transparent;
  color: black;
}

li {
  list-style-type: none;
  text-align: left;
}

ul {
  padding-left: 0;
}

input:focus, textarea:focus {
  outline: none;
}

header menu, header ul, header p, header hr {
  margin: 0;
}
header .header-container {
  transition: 0.4s;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  padding: 0;
}
header .more {
  height: 4px;
  width: 20px;
}
header img {
  width: 100%;
  height: auto;
}
header li {
  cursor: pointer;
}
header select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  color: #858585;
  width: 100%;
}
header select::-ms-expand {
  display: none;
}
header hr {
  height: 1px;
  background-color: #F0F0F0;
  border: none;
  transform: none;
}
header .no-scroll {
  overflow: hidden;
}
header .dropdown {
  position: relative;
}
header .dropdown > button {
  display: block;
  text-align: right;
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
  border-radius: 3px;
  color: #858585;
  margin: 0;
  height: auto;
  cursor: pointer;
  background-color: transparent;
  width: 100%;
  padding: 5px 15px 5px 0;
}
header .dropdown > button::after {
  content: "";
  transition: all 0.1s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 10px;
  height: 10px;
  background: url(/Content/pages/home/_layout/icons/city-arrow-g.svg) no-repeat center;
  pointer-events: none;
}
header .dropdown > ul {
  display: none;
  position: absolute;
  padding: 10px 0 8px 0;
  background: #FFFFFF;
  box-shadow: 0 0 25px rgba(73, 84, 83, 0.19);
  border-radius: 3px;
  overflow: hidden;
  width: 140%;
  min-width: 160px;
  z-index: 40;
  color: #747474;
  top: 172%;
  right: 0;
}
header .dropdown > ul > li.active-city {
  font-weight: 400;
  color: #000000;
}
header .dropdown > ul > li {
  font-size: 16px;
  padding: 11px 22px 11px 15px;
  font-weight: 300;
}
header .dropdown > ul > li:hover {
  background: #F6F7F8;
}
header .dropdown > ul > li + li {
  margin-top: 6px;
}
header .dropdown .list-visible {
  display: block;
}
header .dropdown .above {
  top: auto;
  bottom: 132%;
}
header .select-city {
  width: 260px;
  right: -6px;
  padding: 18px;
  position: absolute;
  display: block;
  top: 32px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 3px;
  filter: drop-shadow(0 0 25px rgba(73, 84, 83, 0.19));
  z-index: 33;
}
header .select-city::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  transform: rotate(45deg);
  top: -6px;
  right: 55px;
  z-index: -1;
}
header .select-city > p {
  font-size: 14px;
  line-height: 18px;
  color: #747474;
  margin: 0;
}
header .select-city > p > span {
  color: #000000;
}
header .select-city > div {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
}
header .select-city > div button {
  border-radius: 2px;
  max-width: 50%;
  width: 103px;
  height: 41px;
}
header .select-city > div button:last-of-type {
  width: 175px;
  background: #E9E9E9;
}
header .top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 26px;
  transition: padding 0.3s ease-in;
  border-bottom: 1px solid #F0F0F0;
}
header .top .new-year-hat {
  position: relative;
}
header .top .new-year-hat::before {
  content: "";
  position: absolute;
  background: url("/Content/pages/home/_layout/icons/new-year-hat.png") center center/cover no-repeat;
  width: 30%;
  height: 100%;
  left: -7%;
  top: -44%;
}
header .top > a {
  display: flex;
}
header .top > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top .scroll-show {
  top: 117px;
}
header .top .social-icons {
  display: none;
}
header .top .contacts {
  display: none;
}
header .top .contacts .dropdown > button {
  color: #000000;
  padding: 0 13px 0 0;
  margin-top: 4px;
}
header .top .contacts .dropdown > button::after {
  background: url(/Content/pages/home/_layout/icons/city-arrow-b.svg) no-repeat center;
}
header .top .right-block {
  text-align: center;
}
header .top .right-block > a {
  background: #FFCE00;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 36px;
  font-size: 13px;
  font-weight: normal;
  border-radius: 2px;
}
header .top .right-block .burger {
  cursor: pointer;
  padding: 0;
  z-index: 40;
}
header .top .right-block .burger > div {
  width: 0;
  background: #000000;
  border-radius: 1px;
  transition: 0.2s;
}
header .info {
  position: relative;
  transform: none;
}
header .info .mobile {
  display: flex;
  justify-content: space-between;
  padding: 17px 26px;
}
header .info .mobile p, header .info .mobile a {
  color: #858585;
  font-size: 13px;
}
header .info .mobile > a {
  padding: 5px 0;
}
header .info-sticky {
  position: fixed;
  width: 100%;
  background: #FFFFFF;
  transform: translateY(136px);
  z-index: 37;
  transition: transform 0.25s ease-in;
  border-top: 1px solid #F0F0F0;
}
header .info-sticky .mobile {
  padding: 26px 15px 26px 26px;
}
header .no-main-sticky {
  transition: transform 0.2s ease-out;
}
header .menu {
  position: relative;
  padding-left: 26px;
}
header .menu ul {
  display: flex;
  margin-left: -5px;
}
header .menu ul > li > ul {
  overflow: hidden;
  max-height: 0;
  transition: 0.6s;
}
header .menu ul > li .visible {
  max-height: 500px;
  transition: 0.6s;
}
header .menu > div {
  height: 100%;
  padding: 17px 0 20px 0;
}
header .menu > div > nav > ul > li > a {
  position: relative;
  font-size: 13px;
  color: #747474;
  padding: 7px 5px;
}
header .menu > div > nav > ul > li + li {
  margin-left: 20px;
}
header .menu .active {
  color: #000000;
  font-weight: 600;
}
header .menu .active::before {
  transition: all 0.1s ease;
  position: absolute;
  content: "";
  background: #FFCE00;
  height: 3px;
  width: 100%;
  top: 41px;
  left: 5px;
  z-index: 1;
}
header .menu-active > div {
  border-bottom: 1px solid #F0F0F0;
}
header .second-menu {
  position: relative;
  padding: 13px 26px;
  transform: none;
}
header .second-menu ul {
  display: flex;
  margin-left: -5px;
}
header .second-menu ul > li > ul {
  overflow: hidden;
  max-height: 0;
  transition: 0.6s;
}
header .second-menu ul > li .visible {
  max-height: 500px;
  transition: 0.6s;
}
header .second-menu .active p {
  color: #000000;
  font-weight: 600;
}
header .second-menu .hided-links-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 17px;
  width: 30px;
  cursor: pointer;
  padding: 0 5px;
}
header .second-menu .hided-links-container > ul {
  display: none;
  position: absolute;
  top: 100%;
  background: #FFFFFF;
  box-shadow: 0 0 25px rgba(73, 84, 83, 0.09);
  border-radius: 3px;
  overflow: hidden;
  width: 140px;
  z-index: 99999;
  color: #747474;
}
header .second-menu .hided-links-container > ul:hover {
  display: block;
}
header .second-menu .hided-links-container > ul > li > a > p {
  font-size: 13px;
  padding: 11px 22px 11px 15px;
  color: #747474;
}
header .second-menu .hided-links-container > ul > li > a.active p {
  color: black;
  font-weight: 600;
}
header .second-menu .hided-links-container > ul > li:hover {
  background: #F6F7F8;
}
header .second-menu .hided-links-container .block {
  display: block;
}
header .second-menu .none {
  display: none;
}
header .second-menu > div:first-of-type {
  position: relative;
  padding: 0;
}
header .second-menu > div:first-of-type > ul {
  overflow-x: scroll;
  padding-bottom: 0;
  scroll-behavior: smooth;
}
header .second-menu > div:first-of-type > ul > li {
  white-space: nowrap;
}
header .second-menu > div:first-of-type > ul > li > a > p {
  padding: 10px 5px;
  position: relative;
  font-size: 13px;
  color: #747474;
}
header .second-menu > div:first-of-type > ul > li .active p {
  color: black;
}
header .second-menu > div:first-of-type > ul > li + li {
  margin-left: 20px;
}
header .second-menu > div:first-of-type > ul::-webkit-scrollbar {
  width: 0;
  height: 0;
}
header .second-menu-btn {
  position: absolute;
  left: 6px;
  width: 26px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFFFFF;
  padding: 0;
  border: 1px solid #F0F0F0;
  border-radius: 2px;
  z-index: 1;
}
header .second-menu-btn::after {
  position: absolute;
  content: "";
  background: url(/Content/pages/home/_layout/icons/city-arrow-g.svg) no-repeat center;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
header .second-menu-btn-r {
  right: 6px;
  left: auto;
}
header .second-menu-btn-r::after {
  transform: translateY(-50%) translateX(-50%) rotate(270deg);
}
header .menu-show {
  position: fixed;
  margin-top: -47px;
  padding-top: 51px;
  transform: translateY(79px);
  width: 100%;
  z-index: 39;
  background: #FFFFFF;
  transition: transform 0.2s ease-out;
}
header .second-menu-show {
  margin-top: -50px;
  padding-top: 68px;
  width: 100%;
  z-index: 38;
  background: #FFFFFF;
  transition: transform 0.2s ease-out;
  border-bottom: 1px solid #F0F0F0;
}
header .second-menu-show > div:first-of-type > ul {
  flex-direction: column;
}
header .second-menu-show > div:first-of-type > ul > li {
  margin-left: 0;
}
header .second-menu-show > div:first-of-type > ul > li + li {
  margin-left: 0;
}
header .mt {
  margin-top: 79px;
}
header .border-none {
  border: none;
}
header .sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 40;
  background: #FFFFFF;
}
header .sticky-active {
  padding: 14px 26px 10px 26px;
}
header .show-burger .right-block {
  margin-right: -8px;
}
header .show-burger .right-block > a {
  margin-right: 5px;
}
header .show-burger .right-block .burger {
  display: block;
  padding: 6px 8px;
}
header .show-burger .right-block .burger > div {
  margin: 4px 0 4px auto;
  width: 18px;
  height: 2px;
  transition: 0.3s;
}
header .show-burger .right-block .burger > div:last-child {
  width: 12px;
}
header .show-burger .right-block .burger-active > div:nth-child(1) {
  transform: rotate(-45deg);
}
header .show-burger .right-block .burger-active > div:nth-child(2) {
  transition: none;
  height: 0;
  overflow: hidden;
}
header .show-burger .right-block .burger-active > div:nth-child(3) {
  width: 18px;
  transform: rotate(45deg);
}
header .show-burger .right-block .burger-active > div + div {
  margin-top: -5px;
}
header .shadow {
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.09);
}
header .hide, header .none {
  display: none;
}

@media (max-width: 386px) {
  header .mt {
    margin-top: 90px;
  }
  header .top {
    padding: 25px 16px;
  }
  header .top .right-block {
    margin: 0 -2px 0 10px;
  }
  header .top .scroll-show {
    top: 117px;
  }
  header .menu {
    padding-left: 16px;
  }
  header .menu > div > nav > ul > li + li {
    margin-left: 10px;
  }
  header .menu-show {
    padding: 43px 16px 8px;
  }
  header .info .mobile, header .info-sticky .mobile {
    padding: 17px 16px;
  }
  header .second-menu {
    padding: 17px 16px 20px 16px;
  }
  header .second-menu-show {
    padding: 60px 16px 17px 16px;
  }
  header .show-burger .right-block {
    margin: 0 -4px 0 10px;
  }
  header .show-burger .right-block > a {
    width: 120px;
    height: 32px;
    margin: 0 5px 0 0;
  }
  header .show-burger .right-block .burger {
    padding: 5px 4px;
  }
  header .sticky-active {
    padding: 14px 16px 10px 16px;
  }
}
@media (max-width: 319px) {
  header .top .right-block > a {
    width: 115px;
    height: 32px;
  }
}
@media (min-width: 768px) {
  header .header-container {
    padding: 0 30px;
  }
  header .main-page-hide {
    display: none;
  }
  header .select-city {
    width: 365px;
    padding: 34px;
    right: -15px;
    top: 27px;
  }
  header .select-city:after {
    right: 62px;
  }
  header .select-city > div button {
    max-width: none;
  }
  header .top {
    max-width: 1200px;
    margin: 0 auto;
    padding: 29px 0 16px 0;
  }
  header .top > div:first-child > a {
    margin-right: 23px;
  }
  header .top .contacts {
    display: block;
    font-size: 13px;
  }
  header .top .right-block {
    max-width: 100%;
  }
  header .top .right-block button {
    margin: 0;
  }
  header .top .right-block .burger {
    display: none;
  }
  header .second-menu {
    padding: 15px 0 22px 0;
    display: flex;
  }
  header .second-menu > div:first-of-type {
    display: flex;
    padding-left: 0;
  }
  header .second-menu > div:first-of-type ul {
    overflow-x: visible;
  }
  header .second-menu > div:first-of-type ul > li + li {
    margin-left: 13px;
  }
  header .info {
    min-height: 9px;
  }
  header .info .mobile {
    display: none;
  }
  header .menu {
    padding: 0;
  }
  header .menu > div {
    padding: 0;
  }
  header .menu .active::before {
    width: 87%;
    top: 47px;
    left: 5px;
  }
  header .menu > div > nav > ul > li + li {
    margin-left: 10px;
  }
  header .menu > div > nav > ul > li > ul {
    display: none;
  }
  header .menu > div > nav > ul > li .visible {
    display: block;
  }
  header .main-page-height {
    padding: 29px 0 22px 0;
  }
}
@media (min-width: 936px) {
  header {
    display: block;
  }
  header .second-menu {
    padding: 15px 0 22px 0;
  }
  header .second-menu > div:first-of-type > ul > li + li {
    margin-left: 18px;
  }
  header .menu > div > nav > ul > li + li {
    margin-left: 18px;
  }
}
@media (min-width: 1100px) {
  header .top .contacts {
    margin-left: 0;
  }
  header .top .social-icons {
    display: flex;
    align-items: center;
    margin-left: 44px;
  }
  header .top .social-icons div + div {
    margin-left: 15px;
  }
}
@media (min-width: 1240px) {
  header .top > div:first-child > a {
    margin-right: 66px;
  }
  header .second-menu > div:first-of-type > ul > li + li {
    margin-left: 27px;
  }
  header .menu > div > nav > ul > li + li {
    margin-left: 27px;
  }
}
.footer {
  background: #F8F8F8;
  padding: 10vw 0 8vw 0;
  text-align: center;
  font-size: 3.8vw;
  line-height: 5vw;
}
.footer .show {
  display: block;
}
.footer p {
  width: 100%;
  color: #747474;
  margin: 0;
  padding: 2vw 0 3vw 0;
}
.footer * {
  box-sizing: border-box;
  font-family: "Exo 2", sans-serif;
  outline: none;
}
.footer *::selection {
  background-color: #FFCE00;
}
.footer a {
  text-decoration: none;
  background-color: transparent;
  color: #747474;
}
.footer li {
  list-style-type: none;
  text-align: left;
}
.footer ul {
  padding-left: 0;
}
.footer img {
  width: 100%;
  height: auto;
}
.footer > div {
  padding: 0 10vw;
}
.footer > ul {
  padding: 0 10vw;
  margin-top: 0;
  color: #C6C6C6;
}
.footer > ul p {
  color: #747474;
  font-weight: 600;
  border: 1px solid #BEBEBE;
  border-radius: 4px;
}
.footer > ul .rotation:before {
  transform: translate(-4vw, 4.8vw) rotate(180deg);
  transition: all 0.3s ease;
}
.footer > ul .rotation:after {
  transform: translate(-4vw, 4.8vw) rotate(180deg);
  transition: all 0.3s ease;
}
.footer > ul li {
  margin-top: 5vw;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.footer > ul li:first-child {
  margin-top: 0;
}
.footer > ul li > p::before, .footer > ul li > p::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-4vw, 4.6vw);
  width: 13px;
  height: 1px;
  background-color: #747474;
  transition: all 0.3s ease;
}
.footer > ul li > p::before {
  transform: translate(-4vw, 4.8vw);
}
.footer > ul li > p::after {
  transform: translate(-4vw, 4.8vw) rotate(90deg);
}
.footer > ul li ul {
  margin: 8.6vw 0 9.6vw 0;
  display: none;
}
.footer > ul li ul li {
  margin-top: 1vw;
}
.footer > ul li ul P {
  border: none;
  color: #747474;
  margin: 0;
  font-weight: 500;
}
.footer .divider {
  padding: 0;
  margin: 10vw auto;
  height: 1px;
  width: 100%;
  background-color: #E3E3E3;
}
.footer .social {
  margin: 5vw auto 6vw auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 26vw;
  right: auto;
}
.footer .social div {
  width: 10vw;
}
.footer .social div a {
  padding: 0;
  margin: 0;
}
.footer .schedule a {
  display: block;
  margin: 4vw 0;
  padding: 4vw 0;
  font-size: 5vw;
  font-weight: 600;
  color: #747474;
}
.footer .white {
  color: #FFFFFF;
  margin-top: 6vw;
  font-weight: 600;
}
.footer .yellow {
  color: #FFC100;
}
.footer .grey {
  color: #747474;
  font-weight: 700;
  margin-top: 6vw;
}
.footer .google_terms {
  font-size: 12px;
  line-height: 16px;
}

@media (min-width: 576px) {
  .footer {
    padding: 20px 0 34px 0;
    font-size: 13px;
    line-height: 18px;
  }
  .footer p {
    padding: 0;
  }
  .footer > div {
    padding: 0;
  }
  .footer > ul {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-height: 630px;
  }
  .footer > ul p {
    text-align: left;
    padding: 8px 0 12px 0;
    border: none;
  }
  .footer > ul > li > p {
    cursor: default;
  }
  .footer > ul > li > p::before, .footer > ul > li > p::after {
    display: none;
  }
  .footer > ul > li {
    width: 19%;
  }
  .footer > ul li {
    margin-top: 16px;
  }
  .footer > ul li:first-child {
    margin-top: 16px;
  }
  .footer > ul li ul {
    display: block;
    margin: 22px 0 20px 0;
  }
  .footer > ul li ul li {
    text-align: left;
  }
  .footer > ul li ul li p {
    padding: 0;
  }
  .footer > ul li > div {
    display: none;
  }
  .footer .divider {
    width: 100%;
    margin: 40px 0 40px 0;
  }
  .footer .grey {
    margin: 26px 0 18px 0;
  }
  .footer .social {
    margin: 0 auto 0 0;
    width: 90px;
  }
  .footer .social div {
    width: 34px;
  }
  .footer .info {
    font-size: 15px;
    line-height: 20px;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer .info .schedule {
    max-width: 300px;
    text-align: left;
  }
  .footer .info .schedule p:first-child {
    margin-top: 0;
  }
  .footer .info .schedule a {
    margin: 26px 0 6px 0;
    padding: 1px 0;
    font-size: 18px;
  }
  .footer .info .ogrn {
    max-width: 320px;
    text-align: right;
  }
  .footer .info .ogrn p {
    margin-top: 16px;
  }
  .footer .info .ogrn > p:first-child {
    margin-top: 0;
  }
  .footer .white {
    margin: 26px 0 18px 0;
  }
  .footer .google_terms {
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 1320px) {
  .footer > ul {
    max-width: none;
    padding: 0 46px;
  }
  .footer > ul > li {
    margin-right: 14px;
  }
  .footer .info {
    padding: 0 46px;
    max-width: none;
  }
}
@media (min-width: 576px) and (max-width: 850px) {
  .footer > ul {
    max-height: 830px;
  }
  .footer > ul > li {
    width: 33%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .footer > ul {
    max-height: 930px;
    padding: 0 30px;
  }
  .footer > ul > li {
    width: 49%;
  }
  .footer .info {
    padding: 0 30px;
  }
  .footer .info .schedule {
    width: 45%;
  }
  .footer .info .ogrn {
    width: 45%;
  }
}
* {
  font-family: "Exo 2", sans-serif;
}
*::selection {
  background-color: #FFCE00;
  color: black;
}

section {
  padding: 40px 0;
}

h1 {
  margin: 40px 0 10px 0;
  font-size: 22px;
  text-align: center;
  padding: 0 10px;
  font-weight: 700;
  color: black;
}

h2 {
  font-weight: 600;
  font-size: 28px;
  margin-top: 23px;
  text-align: center;
}

input {
  height: 52px;
  padding-left: 20px;
  border-radius: 4px;
  border: 1px solid #F3F3F3;
}
input::placeholder {
  color: #B9B9B9;
}
input::-webkit-input-placeholder {
  color: #B9B9B9;
}

.container {
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  padding: 0 30px;
}

button {
  background-color: #FFCE00;
  border-radius: 2px;
}

.a {
  font-weight: 300;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  color: #000000;
}

.linkNewTab {
  position: relative;
  padding: 0 12px 4px 0;
}
.linkNewTab:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 7px;
  right: 0;
  background: url("/Files/Pages/ReviewsVideo/icons/ArrowRight.svg") no-repeat;
}

.linkThisTab {
  position: relative;
  border-bottom: 1px dashed #000000;
  padding: 0 12px 3px 0;
}
.linkThisTab:before {
  content: "";
  position: absolute;
  right: -4px;
  top: 4px;
  line-height: 30px;
  width: 15px;
  height: 15px;
  background: url("/Files/Pages/_Common/Icons/arrow.svg") no-repeat;
  transform: rotate(-90deg) scale(0.7);
  color: #0f0f0f;
}

.linkDownload {
  position: relative;
  border-bottom: 1px dashed #000000;
  padding: 0 16px 3px 0;
}
.linkDownload:before {
  content: "";
  position: absolute;
  right: -2px;
  top: 4px;
  line-height: 30px;
  width: 15px;
  height: 15px;
  background: url("/Files/Pages/_Common/Icons/download.svg") no-repeat;
  transform: scale(0.8);
  color: #0f0f0f;
}

.cookie {
  position: fixed;
  left: 3%;
  bottom: 3%;
  padding: 34px;
  width: 247px;
  background: #FFFFFF;
  z-index: 999;
  box-shadow: 0 0 25px rgba(73, 84, 83, 0.19);
  border-radius: 3px;
}
.cookie > p {
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  color: #747474;
  margin: 0;
}
.cookie > p > a {
  border-bottom: 1px dashed #1F1F1F;
}
.cookie > button {
  margin-top: 26px;
  width: 100%;
  height: 41px;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media (max-width: 386px) {
  .cookie {
    bottom: 2%;
    width: 215px;
    padding: 20px;
  }
}
@media (min-width: 424px) {
  h1 {
    font-size: 26px;
    margin: 50px 0 20px 0;
  }
}
#loader {
  z-index: 111;
}
#loader .lds-ripple {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 80px;
  height: 80px;
}
#loader .lds-ripple div {
  position: absolute;
  border: 4px solid #fed;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
#loader .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.pass-info {
  position: absolute;
  display: none;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0 0 25px rgba(73, 84, 83, 0.19);
  border-radius: 3px;
  z-index: 5;
  bottom: 25px;
  width: 230px;
  left: 33%;
}

.visible {
  display: block;
}

.pass {
  position: relative;
  display: flex;
  align-items: center;
}
.pass img {
  margin-left: 6px;
  cursor: pointer;
  z-index: 1;
}

.overlay-burger {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  overflow-y: auto;
  z-index: 35;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
}

.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  overflow-y: auto;
  z-index: 40;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
}

#overlay {
  padding: 0 3%;
}
#overlay .below {
  top: 120%;
  bottom: auto;
}
#overlay .modal {
  position: relative;
  max-width: 500px;
  min-height: auto;
  cursor: default;
  margin: 80px auto;
  display: none;
  background: white;
  border-radius: 6px;
  padding: 57px 8% 47px;
}
#overlay .modal h3 {
  margin: 0 0 44px 0;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  cursor: text;
}
#overlay .modal > p {
  margin: -20px 0 32px 0;
  font-size: 16px;
  text-align: center;
  color: #868686;
  font-weight: 300;
}
#overlay .modal > div:first-of-type {
  padding: 10px;
  position: absolute;
  right: 20px;
  top: 16px;
  width: 44px;
  height: 44px;
  background: url("/Files/Pages/_Common/Icons/modal-close.svg") center center no-repeat;
  cursor: pointer;
}
#overlay .modal form {
  display: flex;
  flex-direction: column;
}
#overlay .modal form .agreement-span {
  color: #858585;
  font-size: 12px;
  text-align: center;
  margin: 4px auto 0;
  max-width: 260px;
}
#overlay .modal form label {
  position: relative;
  display: flex;
  flex-direction: column;
}
#overlay .modal form label > span {
  color: #454545;
  font-size: 16px;
  width: fit-content;
}
#overlay .modal form label > span > a {
  font-weight: 700;
}
#overlay .modal form label input, #overlay .modal form label select {
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 16px;
  padding-left: 26px;
  color: #7B7B7B;
  width: 100%;
  height: 44px;
  margin-top: 14px;
  margin-bottom: 30px;
}
#overlay .modal form label input::placeholder {
  color: #d5d5d5;
}
#overlay .modal form > button {
  height: 54px;
  font-size: 16px;
  border-radius: 3px;
  background: #FFCE00;
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
}
#overlay .modal form .validation {
  font-size: 15px;
  color: #d14242;
  text-align: center;
}
#overlay .modal > span {
  font-size: 14px;
}
#overlay .show {
  display: block;
}
#overlay #login form label:last-of-type, #overlay #registration form label:last-of-type {
  flex-direction: row;
  align-items: center;
  width: fit-content;
  cursor: pointer;
  position: relative;
  line-height: 25px;
}
#overlay #login form label:last-of-type input, #overlay #registration form label:last-of-type input {
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
  opacity: 0;
  z-index: -2;
}
#overlay #login form label:last-of-type input:checked ~ span::before, #overlay #registration form label:last-of-type input:checked ~ span::before {
  background: url("/Files/Pages/_Common/Icons/check-arrow.svg") center center no-repeat;
}
#overlay #login form label:last-of-type span, #overlay #registration form label:last-of-type span {
  position: relative;
  padding-left: 32px;
}
#overlay #login form label:last-of-type span::before, #overlay #registration form label:last-of-type span::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  border-radius: 3px;
}
#overlay #login form .show, #overlay #registration form .show {
  margin-top: 30px;
}
#overlay #login form label > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
}
#overlay #login form label > span a {
  background: inherit;
  font-size: 16px;
  padding: 0 5px;
  color: #7B7B7B;
  height: auto;
  cursor: pointer;
  font-weight: 400;
}
#overlay #login form > button {
  margin: 30px auto 0 auto;
}
#overlay #login > div:last-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
#overlay #login > div:last-of-type p {
  margin: 0;
  color: #7B7B7B;
}
#overlay #login > div:last-of-type button {
  background: inherit;
  font-size: 16px;
  font-weight: 600;
  padding: 0 5px;
}
#overlay #registration form {
  margin-bottom: 8px;
}
#overlay #registration form label:last-of-type {
  cursor: default;
}
#overlay #registration form label:last-of-type span::before {
  top: 4px;
  cursor: pointer;
}
#overlay #registration form > button {
  margin-top: 30px;
}
#overlay #application form {
  margin-bottom: 8px;
}
#overlay #forgot-password form .show, #overlay #phone-confirm form .show, #overlay #phone-confirm-for-password-reset form .show, #overlay #application form .show, #overlay #reset-password form .show {
  margin-bottom: 30px;
}
#overlay #application-crashed, #overlay #application-completed {
  padding: 67px 40px;
}
#overlay #application-crashed h3, #overlay #application-completed h3 {
  margin: 0;
}
#overlay #phone-confirm-for-password-reset label > span, #overlay #phone-confirm label > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
}
#overlay #phone-confirm-for-password-reset label > span a, #overlay #phone-confirm label > span a {
  background: inherit;
  font-size: 16px;
  padding: 0 5px;
  color: #7B7B7B;
  height: auto;
  cursor: pointer;
  font-weight: 400;
}
#overlay #phone-confirm .validation {
  margin-bottom: 20px;
}

#articles .ios-adaptation {
  margin-bottom: 100px;
}
#articles .modal {
  cursor: auto;
  display: none;
  min-height: 100vh;
  width: 100%;
  position: relative;
  padding: 6vw 8vw 10vw 8vw;
  background-color: #ffffff;
  box-shadow: 0 16px 16px rgba(0, 0, 0, 0.25);
}
#articles .modal > div.close-m {
  padding: 2vw;
  width: 58px;
  height: 58px;
  margin-right: -4vw;
  margin-left: auto;
  background: url("/Files/Pages/_Common/Icons/close-modal.svg") no-repeat;
  cursor: pointer;
}
#articles .modal h3 {
  font-size: 7vw;
  font-weight: 600;
  margin: 4vw 0 6vw 0;
}
#articles .modal p {
  font-size: 4.6vw;
  font-weight: 300;
  text-indent: 10vw;
  line-height: 6.4vw;
  color: #484848;
}
#articles .modal a {
  display: block;
  margin: 20px auto 0;
  width: 30vw;
  text-align: center;
  font-size: 6vw;
  font-weight: 500;
  padding: 4vw;
  color: #1F1F1F;
}
#articles .modal span {
  border-bottom: 1px dashed #1F1F1F;
  padding-bottom: 2px;
  top: 25vh;
  cursor: pointer;
}
#articles .modal form .validation {
  display: none;
}
#articles .modal form .show {
  display: block;
}
#articles .show {
  display: block;
}

.show {
  display: block;
}

.no-scroll {
  overflow: hidden;
}

@media (min-width: 576px) {
  #articles .modal {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 100px 50px 100px;
    position: relative;
  }
  #articles .modal div {
    margin: 10px -46px 0 auto;
    padding: 0;
  }
  #articles .modal div img {
    padding: 6px;
  }
  #articles .modal h3 {
    font-size: 36px;
    margin: 0 0 40px 0;
    width: 90%;
  }
  #articles .modal p {
    font-size: 20px;
    line-height: 28px;
    text-indent: 40px;
  }
  #articles .modal a {
    font-size: 24px;
    padding: 16px;
    width: 120px;
  }
  .pass-info {
    width: 280px;
    left: 110%;
  }
}
@media (min-width: 576px) {
  #overlay .modal {
    padding: 67px 60px 57px;
  }
}
@media (min-width: 576px) and (max-width: 1096px) {
  .overlay {
    padding: 0 5%;
  }
  #articles .modal {
    padding: 30px 70px 50px 70px;
  }
}
.checkbox-container {
  margin-top: 10px;
  padding-left: 0;
  text-align: left;
}
.checkbox-container label {
  flex-direction: row;
  align-items: center;
  width: fit-content;
  cursor: pointer;
  position: relative;
  line-height: 25px;
}
.checkbox-container label input {
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
  opacity: 0;
  z-index: -2;
}
.checkbox-container label input:checked ~ span::before {
  background: url("/Files/Pages/_Common/Icons/check-arrow.svg") center center no-repeat;
}
.checkbox-container label span {
  position: relative;
  padding-left: 32px;
}
.checkbox-container label span::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  border-radius: 3px;
}

/* Оверлей модалки */
.modal-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-overlay.show {
  display: flex;
}

/* Карточка */
.offer-modal {
  position: relative;
  width: 720px;
  max-width: 100%;
  background: #ffce00;
  border-radius: 6px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  align-items: center;
  padding: 10px;
  display: none;
}
.offer-modal::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 44%;
  height: 56%;
  width: 100%;
  background: #ffffff;
  border-radius: 70% 70% 0 0/16% 16% 0 0;
  z-index: 0;
}
.offer-modal.show {
  display: block;
}
.offer-modal > .container {
  padding: 32px 34px;
  border-radius: 6px;
  border: 3px solid #FFFFFF;
  width: 100%;
  height: 100%;
}

/* Белая волна снизу */
.offer-inner {
  position: relative;
  z-index: 1;
}
.offer-inner form > .validation {
  text-align: right;
  color: #d14242;
  display: none;
}
.offer-inner form > .validation.show {
  display: block;
}

/* Подарки в углах */
.gift {
  position: absolute;
  width: 110px;
  height: auto;
  z-index: 2;
}

.gift-left {
  left: -40px;
  bottom: -45px;
  transform: rotate(-20deg);
}

.gift-right {
  right: -45px;
  top: -55px;
  scale: 1.2;
  transform: rotate(16deg);
}

/* Заголовки */
.offer-title {
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.offer-subtitle {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  position: relative;
}

/* Блок с таймером и кнопкой */
.offer-column-container {
  display: flex;
  justify-content: space-around;
}

.offer-column {
  min-height: 200px;
  margin: 20px 20px 6px 14px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}

.btn-main {
  background: #ffce00;
  border-radius: 8px;
  color: #333333;
  padding: 7px 52px;
  justify-content: center;
  font-weight: 500;
  font-size: 36px;
  cursor: pointer;
  margin-bottom: 20px;
}
.btn-main:hover {
  scale: 1.02;
}

.btn-secondary {
  background: #FFFFFF;
  color: #c6c6c6;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 6px 16px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
}
.btn-secondary:hover {
  scale: 1.02;
}

/* Таймер */
.timer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 16px;
}

.timer-box {
  width: 68px;
  height: 100px;
  border-radius: 10px;
  background: #ffffff;
  border: 2px solid #FFCE00;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  font-size: 90px;
  font-weight: 300;
  color: #111111;
  box-shadow: 0 5.85px 5.85px 0 rgba(0, 0, 0, 0.2509803922);
}

.timer-separator {
  font-size: 90px;
  font-weight: 500;
  color: #111111;
  margin: 0;
}

.offer-phone {
  width: 100%;
  border-radius: 4px;
  padding: 14px 16px;
  font-size: 32px;
  border: 2px solid #ffd84d;
  background: #ffffff;
  outline: none;
}
.offer-phone::placeholder {
  color: #c4c4c4;
}

.rounded-arrow {
  position: absolute;
  width: 50px;
  top: 12px;
  right: 160px;
}

@media (max-width: 830px) {
  .offer-modal {
    width: 352px;
    height: 660px;
  }
  .offer-modal > .container {
    padding: 32px 14px 20px 14px;
  }
  .offer-inner form > .validation-text {
    text-align: center;
    margin-left: 0;
  }
  .offer-inner form > .offer-phone {
    font-size: 28px;
  }
  .offer-inner form > .checkbox-container {
    margin-top: 16px;
    width: 100%;
  }
  .offer-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
  }
  .offer-subtitle {
    font-size: 16px;
  }
  .offer-column-container {
    margin-top: 0;
    flex-direction: column-reverse;
    align-items: center;
  }
  .offer-column {
    min-height: 0;
    margin: 0;
    padding: 10px;
  }
  .rounded-arrow {
    width: 42px;
    top: 12px;
    right: 10px;
  }
  .timer-box {
    width: 56px;
    height: 80px;
    font-size: 70px;
  }
  .offer-row-top {
    grid-template-columns: 1fr;
    row-gap: 16px;
    justify-items: center;
  }
  .offer-row-bottom {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
  .btn-main {
    width: 100%;
    text-align: center;
  }
  .btn-secondary {
    margin-bottom: 0;
  }
  .gift {
    width: 80px;
  }
  .gift-right {
    right: -22px;
    top: -34px;
  }
  .gift-left {
    right: -28px;
    bottom: -24px;
  }
}
@media (max-width: 450px) {
  .offer-modal {
    width: 100%;
    height: 550px;
  }
  .offer-modal > .container {
    padding: 14px 38px 14px;
  }
  .offer-inner form > .validation-text {
    text-align: center;
    margin-left: 0;
  }
  .offer-inner form > .offer-phone {
    font-size: 28px;
  }
  .offer-inner form > .checkbox-container {
    font-size: 14px;
    margin-top: 16px;
    width: 100%;
  }
  .offer-title {
    margin-top: 0;
    font-size: 25px;
  }
  .offer-subtitle {
    margin-top: 10px;
    font-size: 14px;
  }
  .rounded-arrow {
    width: 28px;
    top: 10px;
    right: 8%;
  }
  .btn-main {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .btn-secondary {
    font-size: 16px;
  }
  .timer-box {
    width: 50px;
    height: 72px;
    font-size: 54px;
  }
  .timer-separator {
    font-size: 64px;
  }
}
@media (max-width: 400px) {
  .rounded-arrow {
    width: 28px;
    top: 10px;
    right: 0;
  }
}
@media (max-width: 340px) {
  .timer-box {
    width: 42px;
    height: 66px;
    font-size: 46px;
  }
  .timer-separator {
    font-size: 50px;
  }
  .offer-inner form > .validation-text {
    text-align: center;
    margin-left: 0;
  }
  .offer-inner form > .offer-phone {
    font-size: 20px;
  }
  .offer-inner form > .checkbox-container {
    font-size: 12px;
    margin-top: 8px;
    width: 100%;
  }
  .rounded-arrow {
    width: 30px;
    top: 8px;
    right: -16px;
  }
}
.special-offer-widget {
  position: fixed;
  left: 40px;
  bottom: 40px;
  z-index: 100;
  cursor: pointer;
  display: none;
  animation: gift-bounce 2.4s ease-in-out infinite;
}
.special-offer-widget.show {
  display: block;
}
.special-offer-widget .gift-inner {
  position: relative;
  pointer-events: none;
}
.special-offer-widget .gift-inner::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -50%;
  width: 180px;
  height: 180px;
  transform: translateX(-50%) scale(1);
  background: radial-gradient(circle, rgba(255, 215, 0, 0.9) 0, rgba(255, 215, 0, 0.45) 30%, rgba(255, 215, 0, 0.12) 55%, rgba(255, 215, 0, 0) 80%);
  filter: blur(4px);
  opacity: 0.7;
  z-index: -1;
  animation: gift-glow 2.4s ease-in-out infinite;
}
.special-offer-widget .gift-inner img {
  position: relative;
  display: block;
  width: 80px;
  height: auto;
  transform: rotate(-20deg);
}
.special-offer-widget .gift-inner .confetti {
  position: absolute;
  left: 50%;
  bottom: 40%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}
.special-offer-widget .gift-inner .confetti span {
  position: absolute;
  width: 6px;
  height: 12px;
  border-radius: 2px;
  opacity: 0;
  --dx: 0px;
  --dy: -60px;
  background: #ff4d4f;
  animation: confetti-pop 1.4s ease-out infinite;
}
.special-offer-widget .gift-inner .confetti span:nth-child(1) {
  left: -8px;
  --dx: -40px;
  --dy: -70px;
  background: #ff4d4f;
  animation-delay: 0s;
}
.special-offer-widget .gift-inner .confetti span:nth-child(2) {
  left: 0;
  --dx: -10px;
  --dy: -80px;
  background: #40a9ff;
  animation-delay: 0.15s;
}
.special-offer-widget .gift-inner .confetti span:nth-child(3) {
  left: 10px;
  --dx: 25px;
  --dy: -75px;
  background: #73d13d;
  animation-delay: 0.3s;
}
.special-offer-widget .gift-inner .confetti span:nth-child(4) {
  left: 20px;
  --dx: 55px;
  --dy: -65px;
  background: #faad14;
  animation-delay: 0.45s;
}
.special-offer-widget .gift-inner .confetti span:nth-child(5) {
  left: -18px;
  --dx: -55px;
  --dy: -60px;
  background: #eb2f96;
  animation-delay: 0.6s;
}
.special-offer-widget .gift-inner .confetti span:nth-child(6) {
  left: 30px;
  --dx: 35px;
  --dy: -90px;
  background: #ff7875;
  animation-delay: 0.75s;
}
.special-offer-widget .gift-inner .confetti span:nth-child(7) {
  left: -25px;
  --dx: -35px;
  --dy: -90px;
  background: #36cfc9;
  animation-delay: 0.9s;
}
.special-offer-widget .gift-inner .confetti span:nth-child(8) {
  left: 6px;
  --dx: -5px;
  --dy: -95px;
  background: #ffc53d;
  animation-delay: 1.05s;
}
.special-offer-widget .gift-inner .confetti span:nth-child(9) {
  left: 18px;
  --dx: 45px;
  --dy: -85px;
  background: #9254de;
  animation-delay: 1.2s;
}
.special-offer-widget .gift-inner .confetti span:nth-child(10) {
  left: -12px;
  --dx: -25px;
  --dy: -75px;
  background: #ff85c0;
  animation-delay: 1.35s;
}
.special-offer-widget .gift-timer {
  position: absolute;
  top: 64px;
  left: -4px;
}
.special-offer-widget .gift-timer__digits {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
}
.special-offer-widget .gift-timer__num {
  min-width: 22px;
  height: 32px;
  border-radius: 4px;
  background: #fff9e6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  color: #222;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
  transform-origin: center bottom;
}
.special-offer-widget .gift-timer__num.tick {
  animation: digit-tick 0.25s ease-out;
}
.special-offer-widget .gift-timer__sep {
  font-weight: 700;
  font-size: 18px;
  color: #222;
  padding: 0 2px;
}

@keyframes gift-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes confetti-pop {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.7) rotate(0deg);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(var(--dx), var(--dy)) scale(1) rotate(260deg);
  }
}
@keyframes gift-glow {
  0%, 100% {
    transform: translateX(-50%) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translateX(-50%) scale(1.18);
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .gift-fixed {
    left: 10px;
    bottom: 10px;
  }
  .gift-fixed img {
    width: 90px;
  }
}
.new-year-ticker {
  background: transparent;
  color: #fff;
  height: 32px;
  overflow: hidden;
  display: flex;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.new-year-ticker__track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 50s linear infinite;
  background-image: repeating-linear-gradient(90deg, #4B7E9E 0%, #C7E9FF 20%, #65A1C8 40%, #76AFD3 60%, #B4E2FF 80%, #4B7E9E 100%);
  background-repeat: repeat-x;
  background-size: 900px 100%;
}
.new-year-ticker__content {
  display: flex;
  align-items: center;
  gap: 60px;
  padding-inline: 30px;
  flex: 0 0 auto;
  background: transparent;
}
.new-year-ticker__item {
  background: transparent;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.new-year-ticker__item::after {
  position: absolute;
  content: url("/Images/snowflake.svg");
  margin: -3px 0 0 20px;
}
.new-year-ticker__item {
  opacity: 0.95;
}
.new-year-ticker__sep {
  font-size: 1.05em;
  opacity: 0.9;
  transform: translateY(-1px);
}
.new-year-ticker:hover .new-year-ticker__track {
  animation-play-state: paused;
}

@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .new-year-ticker__track {
    animation: none;
  }
}

/*# sourceMappingURL=layout.css.map */

main img {
  width: 100%;
  height: auto;
}
main button {
  width: 100%;
  margin: 20px auto 2vw auto;
  height: 14.5vw;
  border: none;
  border-radius: 4px;
  font-size: 4vw;
  font-weight: 600;
  color: black;
}
main button:active {
  background-color: #ffdd56;
}
main .green-link {
  padding: 10px 4vw 4px 0;
  font-size: 4.2vw;
  font-weight: 300;
  color: #313131;
  position: relative;
  border-bottom: #328604 1px solid;
  line-height: 7vw;
}
main .green-link::after {
  position: absolute;
  content: "";
  bottom: 1.6vw;
  right: 0;
  width: 2.4vw;
  height: 2.4vw;
  background: url("/Files/Pages/_Common/Icons/green-arrow.svg") center center/cover no-repeat;
}
main .map-container {
  margin: 0 0 0 -10vw;
  max-height: 0;
  overflow: hidden;
  width: 100vw;
  transition: all 0.2s ease;
}
main .map-container .map {
  margin: 50px 0 0 0;
}
main .map-container .map #map {
  height: 480px;
  position: relative;
}
main .map-container .map #map > div {
  padding: 0 62px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
}
main section {
  padding: 15vw 10%;
  text-align: center;
}
main section img {
  margin: 5vw 0;
}
main h1 {
  font-weight: 300;
  font-size: 5.4vw;
  margin-top: 0;
}
main h1 ~ p {
  font-weight: 700;
  font-size: 8.2vw;
  margin: 20px 0;
}
main h2 {
  font-weight: 600;
  font-size: 6.8vw;
  color: #1F1F1F;
  margin-bottom: 10px;
  margin-top: 0;
}
main h2.half {
  text-align: center;
}
main .subtitle {
  font-weight: 300;
  font-size: 4.3vw;
  color: #6c6c6c;
}
main form {
  margin: 12vw auto 0;
}
main form label p {
  font-size: 3.9vw;
  display: block;
  text-align: left;
  padding-left: 4vw;
  margin-bottom: 3vw;
}
main form input {
  height: 11vw;
  width: 100%;
  display: block;
  margin-bottom: 6vw;
  border: none;
  border-radius: 4px;
  padding-left: 8vw;
  font-size: 4vw;
}
main form input::placeholder {
  font-size: 4vw;
}
main form > p {
  margin: 0 auto;
  font-size: 2.8vw;
  width: 90%;
  color: #6f6f6f;
}
main form .validation {
  display: none;
  margin: 0 auto 20px 0;
  text-align: left;
  color: #da1818;
  font-size: 3.6vw;
}
main form .show {
  display: block;
}
main .tooltip {
  z-index: 2;
  display: none;
  position: absolute;
  bottom: 9vw;
  left: 50%;
  width: 65vw;
  transform: translateX(-50%);
  background: #FFFFFF;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
}
main .tooltip p {
  text-align: left;
  font-size: 3.4vw;
  margin: 0;
  color: #6d6d6d;
  font-weight: 300;
  padding: 5vw 6vw 6vw 6vw;
}
main .tooltip img {
  margin: 0 auto;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 44px;
  transform: translateX(-50%);
}
main .show {
  display: block;
}
main .below {
  height: fit-content;
  bottom: -7vw;
  transform: translateX(-50%) translateY(100%);
}
main .below img {
  top: 1px;
  transform: translateX(-50%) rotateZ(180deg) translateY(100%);
}
main #autodromes, main #all-categories {
  padding-left: 0;
  padding-right: 0;
}
main #welcome {
  text-align: left;
  background: #F8F8F8;
}
main #welcome .container {
  padding: 0;
}
main #welcome h1 {
  padding-left: 0;
}
main #welcome h1, main #welcome h1 ~ p {
  text-align: center;
}
main #welcome img {
  width: 120%;
  margin: 0 -10%;
  overflow: hidden;
}
main #welcome form {
  margin-top: 5vw;
}
main #welcome form input {
  margin-bottom: 0;
}
main #welcome form > p {
  margin: 0 0 24px 6px;
  text-align: left;
}
main #welcome form button {
  margin: 20px auto 10px auto;
  z-index: 1;
}
main #welcome form a > p {
  display: inline-block;
  position: relative;
  font-size: 4.2vw;
  line-height: 22px;
  color: #454545;
  margin: 0 0 52px;
  padding: 5px 10px 5px 39px;
}
main #welcome form a > p::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background: url("/Files/Pages/_Common/Icons/draw-up-arrow.svg") center center/cover no-repeat;
}
main .videos {
  margin-bottom: 60px;
}
main .videos img {
  margin: 0;
}
main .videos .item {
  margin-top: 10vw;
}
main .videos .item > div {
  position: relative;
}
main .videos .item > div .preload-info {
  position: absolute;
  padding: 0 25%;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #f0eeee;
  border-radius: 4px;
  color: #575757;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .videos .item > div img {
  margin: 0 0 -3px 0;
}
main .videos .play {
  cursor: pointer;
}
main .videos .play div {
  background: url("/Files/Pages/Main/Icons/play.svg") center center/cover no-repeat;
  position: absolute;
  width: 20%;
  height: 20%;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
}
main .videos .play p {
  font-size: 4.4vw;
  font-weight: 700;
  line-height: 6vw;
  text-shadow: 0 0 9.18745px rgba(0, 0, 0, 0.88);
  color: white;
  width: 60%;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translateX(-50%);
}
main .videos .info {
  padding: 0 3.3%;
  margin-top: 3.3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .videos .info span {
  font-size: 3.4vw;
  font-weight: 300;
  padding-left: 6vw;
  position: relative;
}
main .videos .info span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
}
main .videos .info .location::before {
  width: 4.8vw;
  height: 4.8vw;
  background: url("/Files/Pages/_Common/Icons/location.svg") center center/cover no-repeat;
}
main .videos .info .area::before {
  width: 4.2vw;
  height: 4.2vw;
  background: url("/Files/Pages/_Common/Icons/area.svg") center center/cover no-repeat;
}
main #facts {
  padding-left: 3vw;
  padding-right: 3vw;
  max-width: 1140px;
  margin: 0 auto;
}
main #facts .facts {
  margin: 40px 0 6px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3vw;
}
main #facts .facts .fact {
  border-style: solid;
  border-color: #FFCE00;
  border-width: 2px;
  border-right-width: 16px;
  background: white;
  padding: 19px 14px;
  grid-column: span 4;
}
main #facts .facts .fact .text-primary {
  text-align: left;
  margin-bottom: 4px;
  font-size: 5vw;
  font-weight: 700;
}
main #facts .facts .fact .text-secondary {
  text-align: left;
  font-size: 4vw;
}
main #facts .facts .fact.accent {
  border-radius: 4px;
  background: linear-gradient(180deg, #FFCE00 0%, rgba(255, 206, 0, 0.51) 100%);
  border: none;
  grid-column: span 2;
}
main #facts .facts .fact:nth-child(4) {
  border-bottom-right-radius: 15px;
}
main #facts .facts .fact:nth-child(5) {
  border-bottom-left-radius: 15px;
}
main #facts .facts .fact:nth-child(6) {
  border-top-right-radius: 15px;
}
main #facts .facts .fact:nth-child(7) {
  border-top-left-radius: 15px;
}
main #video-feedbacks {
  padding-right: 0;
  padding-left: 0;
}
main #video-feedbacks p {
  padding: 0 10px;
}
main #video-feedbacks .video-feedback-container {
  overflow-x: auto;
  margin: 40px auto 30px;
  height: 460px;
  padding: 0 20px;
}
main #video-feedbacks .video-feedback-container .feedback-videos {
  gap: 20px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
main #video-feedbacks .video-feedback-container .feedback-videos .right-space {
  min-width: 1px;
  height: 1px;
  margin-left: -1px;
}
main #video-feedbacks .video-feedback-container .feedback-videos .video-wrapper {
  width: 244px;
  height: 430px;
}
main #video-feedbacks .video-feedback-container .feedback-videos .video-wrapper .video {
  height: 430px;
  width: 244px;
  position: relative;
}
main #video-feedbacks .video-feedback-container .feedback-videos .video-wrapper .video .shadow {
  width: 244px;
  height: 430px;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
main #video-feedbacks .video-feedback-container .feedback-videos .video-wrapper .video iframe {
  width: 244px;
  height: 430px;
}
main #video-feedbacks .video-feedback-container .feedback-videos .video-wrapper .video > img {
  margin: 0;
  border-radius: 4px;
  height: 430px;
}
main #video-feedbacks .video-feedback-container .feedback-videos .video-wrapper .video .feedback-play {
  cursor: pointer;
}
main #video-feedbacks .video-feedback-container .feedback-videos .video-wrapper .video .feedback-play div {
  background: url("/Files/Pages/Main/Icons/play.svg") center center/cover no-repeat;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main #video-feedbacks .video-feedback-container .feedback-videos .video-wrapper .video .feedback-play h3 {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  margin-top: 50px;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 16px;
  color: white;
  text-shadow: 0 0 9.18745px rgba(0, 0, 0, 0.88);
}
main #video-feedbacks .video-feedback-container .feedback-videos .video-wrapper .preload-info {
  position: absolute;
  padding: 10px;
  top: 0;
  left: 50%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #E0E0E0;
  transform: translateX(-50%);
  width: 244px;
  height: 430px;
  border-radius: 4px;
}
main #price {
  position: relative;
  background: #FBFBFB;
}
main #price .tooltip {
  position: absolute;
}
main #price > p span {
  border-bottom: #6c6c6c 1px dashed;
  padding-bottom: 2px;
  color: #6c6c6c;
  cursor: pointer;
}
main #price ul {
  width: 70vw;
  margin: 0 auto 12vw;
}
main #price ul li {
  font-weight: 500;
  font-size: 4.3vw;
  padding-left: 14vw;
  position: relative;
  line-height: 5.6vw;
  color: #242424;
  margin-bottom: 4vw;
}
main #price ul li a {
  color: #076AC7;
}
main #price ul li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 10vw;
  height: 10vw;
  transform: translateY(-50%);
  background: url("/Files/Pages/_Common/Icons/check.svg") center center/cover no-repeat;
}
main .green-link-shorter {
  width: 70vw;
  margin: 0 auto;
}
main .bonuses {
  margin: 10vw 0 10vw 0;
}
main .bonuses .green-link {
  width: 40vw;
}
main .bonuses > div {
  margin-top: 8vw;
  padding: 8vw;
  border: 1px solid #C9C9C9;
  border-radius: 4px;
  position: relative;
}
main .bonuses > div::before {
  content: "";
  position: absolute;
  width: 34%;
  height: 5px;
  border-radius: 0 0 2px 2px;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFCE00;
}
main .bonuses > div .title {
  font-weight: 500;
  font-size: 4.9vw;
  margin: 10px;
}
main .bonuses > div .sub {
  font-weight: 300;
  font-size: 3.7vw;
  color: #525252;
}
main .bonuses > div > img {
  margin: 0 auto;
}
main .bonuses > div span {
  font-weight: 300;
  font-size: 3.4vw;
  border-bottom: dashed 1px black;
  padding: 10px 0 4px 0;
  cursor: pointer;
}
main .bonuses > div > div {
  position: relative;
}
main #safe button, main #guarantee button {
  width: 90%;
  background: #328604;
  color: white;
  font-weight: 600;
  margin-bottom: 2vw;
}
main #safe button:active, main #guarantee button:active {
  background-color: #3fa707;
}
main #all-categories {
  background: #FBFBFB;
}
main .categories > div {
  background: white;
  margin-top: 10vw;
  width: 100%;
  outline: 1px solid #FFCE00;
  text-align: left;
  padding: 6vw 0 0 0;
  display: flex;
  flex-direction: column;
}
main .categories > div .info {
  font-weight: 300;
  font-size: 3.7vw;
  color: #525252;
  padding: 4vw;
  margin-top: 10px;
}
main .categories > div .info .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
main .categories > div .info .row .left-part {
  text-align: left;
}
main .categories > div .info .row .right-part {
  text-align: right;
  font-weight: normal;
  color: #000000;
}
main .categories > div .link-container {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 10px;
}
main .categories > div .link-container .linkThisTab {
  font-size: 3.8vw;
}
main .categories > div .title {
  font-weight: 500;
  font-size: 4.9vw;
  margin: 0 auto;
  text-align: center;
}
main .categories > div img {
  margin: 7vw 0 -3px 0;
}
main #safe {
  background: #F3F3F3;
}
main #safe img {
  margin: 0 auto;
}
main #safe form {
  margin-top: 0;
}
main #about > div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main #about > div > div a {
  margin-top: 3.6vw;
  width: 45%;
  display: block;
  border: 1px solid #D9D9D9;
}
main #about > div > div a img {
  margin: 0 0 -3px 0;
}
@media (min-width: 576px) {
  main button {
    width: 300px;
    height: 62px;
    margin: 0 0 8px 0;
    font-size: 18px;
    cursor: pointer;
  }
  main .green-link {
    padding-right: 18px;
    font-size: 19px;
    line-height: 30px;
  }
  main .green-link::after {
    bottom: 8px;
    width: 10px;
    height: 10px;
  }
  main section {
    padding: 67px 10%;
  }
  main section img {
    margin: 26px 0;
  }
  main h1 {
    font-size: 26px;
    width: 450px;
    margin-bottom: 0;
  }
  main h1 ~ p {
    margin-top: 16px;
    font-size: 36px;
  }
  main h2 {
    font-size: 30px;
  }
  main h2.half {
    text-align: left;
  }
  main .subtitle {
    margin: 0 auto;
    font-size: 22px;
    width: 700px;
  }
  main form {
    text-align: left;
    margin-top: 48px;
  }
  main form label p {
    font-size: 16px;
    padding-left: 16px;
    margin-bottom: 12px;
  }
  main form input {
    height: 44px;
    width: 300px;
    padding-left: 32px;
    margin-bottom: 24px;
    font-size: 18px;
  }
  main form input::placeholder {
    font-size: 18px;
  }
  main form > p {
    font-size: 12px;
    margin: 0;
    width: 300px;
  }
  main form .validation {
    font-size: 14px;
  }
  main .tooltip {
    bottom: 36px;
    width: 260px;
  }
  main .tooltip p {
    font-size: 14px;
    padding: 24px;
  }
  main #welcome {
    position: relative;
    overflow: hidden;
  }
  main #welcome h1, main #welcome h1 ~ p {
    text-align: left;
  }
  main #welcome .validation {
    margin-top: 0;
  }
  main #welcome .container {
    text-align: left;
    padding: 0 0 0 46px;
  }
  main #welcome img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-44%);
    width: 655px;
    margin: 0;
  }
  main #welcome form {
    margin-top: 60px;
  }
  main #welcome form > div:last-of-type {
    display: flex;
  }
  main #welcome form > div:last-of-type label[for=w-name] {
    display: none;
  }
  main #welcome form > div:last-of-type input, main #welcome form > div:last-of-type button {
    width: 236px;
    height: 51px;
  }
  main #welcome form > div:last-of-type input::placeholder, main #welcome form > div:last-of-type button::placeholder {
    font-size: 16px;
  }
  main #welcome form > div:last-of-type button {
    font-size: 16px;
    margin: 0;
    border-radius: 0 4px 4px 0;
  }
  main #welcome form > div:last-of-type input {
    font-size: 16px;
    padding-left: 30px;
    border-radius: 4px 0 0 4px;
  }
  main #welcome form > p {
    margin: 10px 0 30px 9px;
    width: 425px;
    font-weight: 300;
  }
  main #welcome form a > p {
    font-size: 16px;
  }
  main #welcome form #w-name {
    display: none;
  }
  main .videos {
    max-width: 1060px;
    margin: 10px auto 60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
  main .videos .item {
    width: 400px;
    margin: 40px 40px 0 40px;
  }
  main .videos .play div {
    top: 34%;
  }
  main .videos .play p {
    top: 50%;
    width: 50%;
    margin-top: 22px;
    font-size: 16px;
    line-height: 20px;
  }
  main .videos .info {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  main .videos .info span {
    font-size: 16px;
    padding-left: 34px;
  }
  main .videos .info .location::before {
    width: 24px;
    height: 24px;
  }
  main .videos .info .area {
    margin-top: 10px;
  }
  main .videos .info .area::before {
    width: 20px;
    height: 20px;
    left: 2px;
  }
  main #facts .facts {
    gap: 14px;
    grid-auto-rows: 1fr;
  }
  main #facts .facts .fact {
    grid-column: span 1;
  }
  main #facts .facts .fact .text-primary {
    font-size: 22px;
  }
  main #facts .facts .fact .text-secondary {
    font-size: 16px;
  }
  main #facts .facts .fact.accent {
    grid-column: span 1;
  }
  main #facts .facts .fact:nth-child(2) {
    order: 3;
  }
  main #facts .facts .fact:nth-child(3) {
    order: 3;
  }
  main #facts .facts .fact:nth-child(4) {
    order: 2;
  }
  main #facts .facts .fact:nth-child(5) {
    order: 2;
  }
  main #facts .facts .fact:nth-child(6) {
    order: 4;
  }
  main #facts .facts .fact:nth-child(7) {
    order: 4;
  }
  main #facts .facts .fact:nth-child(8) {
    order: 5;
  }
  main #video-feedbacks .video-feedback-container .feedback-videos {
    justify-content: center;
  }
  main #price .price-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
  }
  main #price .price-info img {
    width: 370px;
    margin-right: 100px;
  }
  main #price .price-info ul {
    width: 350px;
    margin: 0;
  }
  main #price .price-info ul li {
    font-size: 19px;
    padding-left: 56px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  main #price .price-info ul li::before {
    width: 40px;
    height: 40px;
  }
  main .green-link-shorter {
    width: 100%;
  }
  main .bonuses {
    margin: 30px auto 60px auto;
    max-width: 1140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  main .bonuses > div {
    text-align: left;
    width: 550px;
    height: 162px;
    margin-top: 32px;
    padding: 22px 34px;
    position: relative;
  }
  main .bonuses > div::before {
    height: 112px;
    width: 4px;
    left: -1px;
    top: 50%;
    border-radius: 0 2px 2px 0;
    transform: translateY(-50%);
  }
  main .bonuses > div .title {
    font-size: 19px;
    margin: 0;
  }
  main .bonuses > div .sub {
    width: 260px;
    height: 46px;
    font-size: 16px;
    margin: 10px 0 10px 0;
  }
  main .bonuses > div span {
    font-size: 16px;
  }
  main .bonuses > div > div {
    width: 83px;
  }
  main .bonuses > div > img {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 190px;
  }
  main .bonuses .below {
    bottom: -28px;
  }
  main #safe button, main #guarantee button {
    width: 300px;
    height: 62px;
    font-size: 16px;
    margin-bottom: 8px;
  }
  main .categories {
    margin: 67px auto 0 auto;
    display: flex;
    justify-content: space-between;
  }
  main .categories > div {
    margin-top: 0;
    width: 344px;
    padding: 32px 0 0 0;
  }
  main .categories > div .info {
    font-weight: 300;
    font-size: 16px;
    color: #525252;
    padding: 16px 22px;
    margin-top: 10px;
  }
  main .categories > div .link-container .linkThisTab {
    font-size: 16px;
  }
  main .categories > div .title {
    font-size: 20px;
  }
  main .categories > div .sub {
    margin: 8px 8% 30px 8%;
    font-size: 16px;
    height: 38px;
  }
  main .categories > div a {
    font-size: 16px;
  }
  main .categories > div img {
    margin: 28px 0 -3px 0;
  }
  main #safe > div {
    text-align: left;
    max-width: 1200px;
    padding-left: 200px;
    position: relative;
  }
  main #safe > div .subtitle {
    width: 550px;
    margin: 20px 0 0 0;
  }
  main #safe > div form {
    margin-top: 50px;
  }
  main #safe > div form > p {
    text-align: center;
  }
  main #safe > div form button {
    margin-top: 16px;
  }
  main #safe > div img {
    width: 520px;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    right: -120px;
  }
  main #about {
    text-align: left;
  }
  main #about .subtitle {
    width: 550px;
    margin: 20px 0 0 0;
  }
  main #about > div {
    max-width: 1200px;
    padding-left: 590px;
    margin: 0 auto;
    position: relative;
  }
  main #about > div > img {
    margin: 0;
    position: absolute;
    width: 440px;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
  main #about > div > div {
    margin-top: 40px;
    margin-left: 0;
  }
  main #about > div > div a {
    margin-top: 20px;
    width: 140px;
  }
}
@media (min-width: 576px) and (max-width: 1500px) {
  main section {
    padding: 60px 30px;
  }
  main #welcome {
    padding: 67px 0;
  }
  main .videos {
    padding: 0;
  }
  main #safe > div {
    padding-left: 200px;
  }
  main #safe > div img {
    right: 0;
  }
  main #about > div {
    padding-left: 500px;
  }
  main #about > div > img {
    left: 0;
  }
  main #about > div > div {
    width: 600px;
  }
}
@media (min-width: 576px) and (max-width: 1240px) {
  main .subtitle {
    width: 80%;
  }
  main .videos {
    max-width: none;
    margin: 0 auto 40px auto;
  }
  main .videos .item {
    width: 320px;
  }
  main .bonuses {
    margin-top: 10px;
    margin-bottom: 40px;
    justify-content: center;
  }
  main .bonuses > div {
    width: 490px;
    margin-left: 10px;
    margin-right: 10px;
  }
  main #welcome img {
    width: 600px;
    left: 44%;
  }
  main #welcome form > div:last-of-type input, main #welcome form > div:last-of-type button {
    height: 45px;
    width: 200px;
  }
  main #welcome form > div:last-of-type button {
    font-size: 14px;
  }
  main #welcome form > div:last-of-type input {
    padding-left: 21px;
    font-size: 14px;
  }
  main #welcome form > div:last-of-type input::placeholder {
    font-size: 14px;
  }
  main #welcome form > p {
    width: 400px;
  }
  main .categories {
    margin: 27px auto 0 auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  main .categories > div {
    margin: 40px 20px 0 20px;
  }
  main #safe > div {
    padding-left: 100px;
  }
  main #safe > div img {
    right: 10%;
    width: 44%;
  }
  main #about > div {
    padding-left: 400px;
  }
  main #about > div > img {
    width: 380px;
  }
}
@media (min-width: 576px) and (max-width: 1096px) {
  main .bonuses > div {
    width: 650px;
  }
  main #welcome img {
    left: 49%;
    width: 530px;
  }
  main #video-feedbacks .video-feedback-container .feedback-videos {
    justify-content: flex-start;
  }
  main #about > div {
    padding-left: 0;
    text-align: center;
  }
  main #about > div > div {
    margin: 40px auto 0 auto;
  }
  main #about > div .subtitle {
    text-align: center;
    margin: 20px auto 0 auto;
  }
  main #about > div > img {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 1024px) {
  main h2.half {
    text-align: center;
  }
  main #facts .facts .fact {
    grid-column: span 2;
  }
  main #facts .facts .fact.accent {
    grid-column: span 2;
  }
  main #facts .facts .fact:nth-child(3) {
    order: 1;
  }
  main #facts .facts .fact:nth-child(4) {
    order: 2;
  }
  main #facts .facts .fact:nth-child(5) {
    order: 2;
  }
  main #facts .facts .fact:nth-child(6) {
    order: 2;
  }
  main #facts .facts .fact:nth-child(7) {
    order: 2;
  }
  main #price {
    flex-wrap: wrap;
  }
  main #safe > div {
    padding-left: 0;
    text-align: center;
  }
  main #safe > div .subtitle {
    text-align: center;
    margin: 20px auto 0 auto;
  }
  main #safe > div img {
    display: none;
  }
  main #safe > div form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main #safe > div form label {
    width: 300px;
  }
}
@media (min-width: 576px) and (max-width: 935px) {
  main #welcome .container {
    padding: 0 0 0 30px;
  }
  main #welcome form > p {
    width: 300px;
  }
  main #welcome img {
    left: 53%;
  }
  main #price .price-info img {
    margin-right: 40px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  main #welcome img {
    left: 61%;
    width: 530px;
  }
  main .videos .item {
    width: 360px;
  }
  main #price {
    padding-left: 10px;
    padding-right: 10px;
  }
  main #price .price-info img {
    margin-right: 10px;
  }
  main #safe > div .subtitle {
    width: 440px;
  }
  main #about > div .subtitle {
    width: 440px;
  }
  main #about > div > div {
    width: 480px;
    justify-content: flex-start;
  }
  main #about > div > div a {
    margin: 10px;
  }
}
@media (min-width: 576px) and (max-width: 645px) {
  main #welcome img {
    left: 67%;
  }
  main #welcome form > p {
    width: 300px;
  }
  main #price .price-info img {
    margin-left: -10px;
  }
}
@media (min-width: 1500px) {
  main #safe > div {
    margin: 0 auto;
    padding-left: 100px;
  }
  main #safe > div img {
    right: 0;
  }
}

.checkbox-container {
  text-align: left;
}
.checkbox-container label {
  flex-direction: row;
  align-items: center;
  width: fit-content;
  cursor: pointer;
  position: relative;
  line-height: 25px;
}
.checkbox-container label input {
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
  opacity: 0;
  z-index: -2;
}
.checkbox-container label input:checked ~ span::before {
  background: url("/Files/Pages/_Common/Icons/check-arrow.svg") center center no-repeat;
}
.checkbox-container label span {
  position: relative;
  padding-left: 32px;
}
.checkbox-container label span::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  border-radius: 3px;
}

.consultation .container > h2 {
  color: #000000;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
}
.consultation .container form {
  max-width: 514px;
  margin: 50px auto 0;
}
.consultation .container form > label {
  font-weight: normal;
  font-size: 16px;
  padding-left: 15px;
  color: #363636;
}
.consultation .container form > label div {
  text-align: left;
}
.consultation .container form > label input {
  background: #F3F3F3;
  width: 100%;
  font-size: 18px;
  margin: 15px 0 24px 0;
}
.consultation .container form .validation {
  display: none;
}
.consultation .container form .validation > p {
  font-size: 14px;
  color: #da1818;
  margin: 0;
}
.consultation .container form .show {
  display: block;
}
.consultation .container form > button {
  margin: 30px auto 0 auto;
}
.consultation .container > p {
  text-align: center;
  max-width: 260px;
  margin: 10px auto;
  font-size: 12px;
  line-height: 14px;
  color: #858585;
}

.guarantee {
  background: #F3F3F3;
}
.guarantee form {
  max-width: 343px;
  margin: 0 auto;
  border-radius: 4px;
}
.guarantee form .validation {
  display: none;
}
.guarantee form .validation > p {
  max-width: 343px;
  text-align: left;
  font-size: 14px;
  color: #da1818;
  margin: 0;
}
.guarantee form .show {
  display: block;
}
.guarantee form > label {
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  padding-left: 15px;
  color: #363636;
}
.guarantee form > label input {
  width: 100%;
  font-size: 18px;
  margin: 15px 0 15px 0;
  text-align: left;
}
.guarantee form > button {
  margin: 30px auto 0 auto;
}
.guarantee form > button:active {
  background: #3fb102;
}
.guarantee p:last-child {
  max-width: 295px;
  margin: 10px auto;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #858585;
}

@media (min-width: 1150px) {
  .guarantee {
    padding: 0;
  }
  .guarantee .container {
    width: 1120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }
  .guarantee .container > p {
    max-width: 170px;
    text-align: left;
    margin-top: 38px;
  }
  .guarantee .container form {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .guarantee .container form label {
    width: 275px;
    margin: 0 15px;
  }
  .guarantee .container form label input {
    width: 100%;
    margin: 14px 0 0 0;
  }
  .guarantee .container form .validation > p {
    position: absolute;
    bottom: 20px;
    left: 30px;
  }
  .guarantee .container form > button {
    margin: 32px 0 0 15px;
  }
  .guarantee .container form > label:first-letter {
    padding-left: 15px;
  }
}
.addresses {
  padding-left: 0;
  padding-right: 0;
  background: #FBFBFB;
}
.addresses > div {
  text-align: center;
}
.addresses > div h2 {
  padding: 0 20px;
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
  color: #000000;
}
.addresses > div > p {
  padding: 0 20px;
  max-width: 490px;
  font-weight: normal;
  font-size: 19px;
  line-height: 22px;
  color: #919191;
  margin: 14px auto 0;
}
.addresses > div > img {
  display: block;
  margin: 30px auto 0;
  width: 100%;
  max-width: 424px;
}
.addresses > div .cities {
  max-width: 230px;
  margin: 0 auto 40px;
}
.addresses > div .cities > p {
  margin-top: 38px;
  font-weight: 300;
  font-size: 18px;
  line-height: 19px;
}
.addresses > div .cities > ul {
  margin: 0 auto;
}
.addresses > div .cities > ul > li {
  padding-left: 37px;
  font-size: 19px;
  font-weight: 500;
  text-align: left;
  position: relative;
  margin-top: 18px;
}
.addresses > div .cities > ul > li::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  bottom: 50%;
  left: 0;
  transform: translateY(50%);
  background: url(/Files/Pages/_Common/Icons/city.svg) center center/cover no-repeat;
}
.addresses > div > a {
  font-weight: 300;
  font-size: 19px;
  margin-top: 10vw;
  border-bottom: dashed 1px black;
  padding: 10px 20px 3px 0;
  position: relative;
}
.addresses > div > a::after {
  transition: all 0.1s ease;
  position: absolute;
  content: "";
  top: 64%;
  right: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url(/Files/Pages/_Common/Icons/arrow.svg) center center/cover no-repeat;
}
.addresses .map-container {
  margin: 0 auto;
  padding-left: 0;
  max-height: 0;
  overflow: hidden;
  max-width: 100%;
  transition: all 0.2s ease;
}
.addresses .map-container .map {
  margin: 50px 0 0 0;
}
.addresses .map-container .map #map {
  height: 480px;
  position: relative;
}
.addresses .map-container .map #map .ymaps {
  width: 100%;
}
.addresses .map-container .map #map > div {
  padding: 0 62px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.addresses .open-arrow::after {
  transform: rotate(180deg) translateY(40%);
  transition: all 0.1s ease;
}
.addresses .advantages {
  padding: 50px 16px;
}

@media (min-width: 576px) {
  .addresses > div .cities {
    max-width: 450px;
  }
  .addresses > div .cities > ul {
    margin: 30px 0 50px 0;
    display: flex;
    justify-content: space-between;
  }
  .addresses > div .cities > ul > li {
    margin-top: 0;
  }
}
@media (min-width: 757px) {
  .addresses > div .cities {
    max-width: 534px;
  }
}
@media (min-width: 1024px) {
  .addresses > div {
    position: relative;
    padding-left: 45%;
    text-align: left;
  }
  .addresses > div h2 {
    padding: 0;
    font-size: 28px;
  }
  .addresses > div > p {
    padding: 0;
    margin: 20px 0 0 0;
    font-size: 21px;
    line-height: 25px;
  }
  .addresses > div > img {
    margin: 0;
    width: 390px;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
  .addresses > div .cities {
    margin: 60px 0 0;
  }
  .addresses-police {
    padding: 80px 0;
  }
}
@media (min-width: 1100px) {
  .addresses > div {
    padding-left: 590px;
  }
  .addresses > div > img {
    left: 54px;
  }
}

/*# sourceMappingURL=main.css.map */

