@font-face {
  font-family: "RFDewi";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/RFDewi-Thin/RFDewi-Thin.eot?") format("eot"), url("../fonts/RFDewi-Thin/RFDewi-Thin.woff2") format("woff2"), url("../fonts/RFDewi-Thin/RFDewi-Thin.woff") format("woff"), url("../fonts/RFDewi-Thin/RFDewi-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "RFDewi";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/RFDewi-Light/RFDewi-Light.eot?") format("eot"), url("../fonts/RFDewi-Light/RFDewi-Light.woff2") format("woff2"), url("../fonts/RFDewi-Light/RFDewi-Light.woff") format("woff"), url("../fonts/RFDewi-Light/RFDewi-Light.ttf") format("truetype");
}
@font-face {
  font-family: "RFDewi";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/RFDewi-Regular/RFDewi-Regular.eot?") format("eot"), url("../fonts/RFDewi-Regular/RFDewi-Regular.woff2") format("woff2"), url("../fonts/RFDewi-Regular/RFDewi-Regular.woff") format("woff"), url("../fonts/RFDewi-Regular/RFDewi-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "RFDewi";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/RFDewi-Bold/RFDewi-Bold.eot?") format("eot"), url("../fonts/RFDewi-Bold/RFDewi-Bold.woff2") format("woff2"), url("../fonts/RFDewi-Bold/RFDewi-Bold.woff") format("woff"), url("../fonts/RFDewi-Bold/RFDewi-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "RFDewi";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/RFDewi-Black/RFDewi-Black.eot?") format("eot"), url("../fonts/RFDewi-Black/RFDewi-Black.woff2") format("woff2"), url("../fonts/RFDewi-Black/RFDewi-Black.woff") format("woff"), url("../fonts/RFDewi-Black/RFDewi-Black.ttf") format("truetype");
}
html {
  position: relative;
  min-height: 100%;
}

body {
  font-size: 16px;
  line-height: 1.6;
  font-family: "RFDewi", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  color: #131313;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  background: #fff;
  scrollbar-width: auto;
  scrollbar-color: #039BE5 #f5f5f5;
  /* Works on Chrome, Edge, and Safari */
}
body::-webkit-scrollbar {
  width: 6px;
}
body::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb {
  background-color: #039BE5;
  border-radius: 3px;
}

::-moz-selection {
  background: #039BE5;
  color: #fff;
}

::selection {
  background: #039BE5;
  color: #fff;
}

.hidden {
  display: none;
}

a {
  outline: none !important;
  color: #039BE5;
  text-decoration: underline;
}
a:hover {
  color: #039BE5;
  text-decoration: none;
}

strong {
  font-family: "RFDewi", sans-serif;
  font-weight: 900;
}

p {
  margin-bottom: 1rem;
}

.br {
  display: block;
}

.red-bold {
  color: #BA1818;
  font-weight: 700;
}

.button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 900;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  padding: 5px 20px;
  height: 50px;
  width: auto;
  font-size: 16px;
  line-height: 1;
  border-radius: 25px;
  background: #039BE5;
  color: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -webkit-box-shadow: 0px 4px 80px rgba(3, 155, 229, 0.5);
          box-shadow: 0px 4px 80px rgba(3, 155, 229, 0.5);
  cursor: pointer;
  outline: none;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
}
.button:hover {
  outline: none;
  color: #039BE5;
  background: #fff;
}
.button:active {
  outline: none;
  color: #039BE5;
  background: #fff;
}
.button:focus {
  outline: none;
}
.button:disabled {
  background: #6a6a6a;
  cursor: not-allowed;
}
.button--icon {
  padding-right: 55px;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.button--icon:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 100%;
  background: url(../img/button-icon.png) no-repeat center right;
  background-size: 44px 38px;
  content: "";
}
.button--outline {
  border: 1px solid #039BE5;
  padding: 5px 10px;
  background: transparent;
  color: #039BE5;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button--outline:hover {
  outline: none;
  color: #fff;
  background: #039BE5;
}
.button--outline:active {
  outline: none;
  color: #fff;
  background: #039BE5;
}
.button--outline-white {
  border: 1px solid #fff;
  padding: 5px 10px;
  background: transparent;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button--outline-white:hover {
  outline: none;
  color: #039BE5;
  background: #fff;
}
.button--outline-white:active {
  outline: none;
  color: #039BE5;
  background: #fff;
}
.button--outline-red {
  border: 1px solid #F44336;
  padding: 5px 10px;
  background: transparent;
  color: #F44336;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button--outline-red:hover {
  outline: none;
  color: #fff;
  background: #F44336;
}
.button--outline-red:active {
  outline: none;
  color: #fff;
  background: #F44336;
}

.main {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  overflow: hidden;
}
.main--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article {
  position: relative;
  padding: 35px 0 70px;
  overflow: hidden;
}

.section-title {
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.animation-title {
  opacity: 0;
}
.animation-title span {
  opacity: 0;
  min-width: 10px;
}

.animation-fade-in,
.animation-fade-in-left,
.animation-fade-in-right,
.animation-fade-in-up,
.animation-fade-in-down {
  opacity: 0;
}

.iti {
  display: block;
}

.iti__flag-container {
  outline: none;
}

.iti__flag {
  background-image: url("../img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png");
  }
}
.language {
  position: relative;
}
.language:hover .language__current {
  background: #039BE5;
}
.language:hover .language__dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.language:hover .language__icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.language__current {
  position: relative;
  text-transform: uppercase;
  border: 1px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 12px;
  height: 38px;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.language__icon {
  fill: #fff;
  margin-left: 10px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.language__dropdown {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border: 1px solid #fff;
  border-top: 0;
  border-radius: 0 0 25px 25px;
  background: #039BE5;
  padding: 25px 0 10px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
}
.language__item {
  text-align: center;
}
.language__link {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.language__link:hover {
  color: #fff;
  opacity: 0.5;
}

.social__list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1;
}
.social__item {
  margin-right: 15px;
  line-height: 1;
}
.social__item:last-child {
  margin-right: 0;
}
.social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.social__link:hover {
  background: #039BE5;
}
.social__link:hover .social__icon {
  fill: #fff;
}
.social__icon {
  fill: #131313;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 35px;
  }
}
.swiper-wrapper {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next__icon,
.swiper-button-prev__icon {
  fill: #039BE5;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.swiper-button-next:hover .swiper-button-next__icon,
.swiper-button-next:hover .swiper-button-prev__icon,
.swiper-button-prev:hover .swiper-button-next__icon,
.swiper-button-prev:hover .swiper-button-prev__icon {
  opacity: 0.5;
}
.swiper-button-next:active .swiper-button-next__icon,
.swiper-button-next:active .swiper-button-prev__icon,
.swiper-button-prev:active .swiper-button-next__icon,
.swiper-button-prev:active .swiper-button-prev__icon {
  opacity: 0.5;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  position: relative;
  width: 13px;
  height: 13px;
  background: transparent;
  border: 1px solid #039BE5;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.swiper-pagination-bullet:only-child {
  visibility: hidden;
}

.swiper-pagination-bullet-active {
  background: #039BE5;
}

.form__title {
  position: relative;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.05;
  color: #fff;
  margin: 0 0 25px;
}
.form__group {
  position: relative;
  margin-bottom: 20px;
}
.form__group.has-error .form__input {
  border-color: #BA1818;
}
.form__group.has-error .form__icon {
  fill: #BA1818;
}
.form__group.has-error .select2-selection--single {
  border-color: #BA1818;
}
.form__group.has-error .checkbox__input:not(:checked) + .checkbox__label::before,
.form__group.has-error .checkbox__input:checked + .checkbox__label::before {
  border-color: #BA1818;
}
.form__button-group {
  text-align: center;
}
.form__label {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 7px;
  display: block;
  line-height: 1.4;
}
.form__input {
  border-radius: 0;
  background: #fff;
  border: 2px solid #F2F2F2;
  border-radius: 25px;
  font-size: 16px;
  line-height: 1;
  color: #131313;
  font-weight: 400;
  padding: 5px 20px;
  height: 50px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  display: block;
}
.form__input:hover, .form__input:focus {
  border-color: #039BE5;
}
.form__input::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
}
.form__input:-moz-placeholder {
  color: #999;
  font-weight: 400;
}
.form__input::-moz-placeholder {
  color: #999;
  font-weight: 400;
}
.form__input:-ms-input-placeholder {
  color: #999;
  font-weight: 400;
}
.form textarea.form__input {
  height: auto;
  padding: 12px 15px;
}
.form__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

@media (max-width: 767.98px) {
  .form__title {
    font-size: 35px;
  }
}
.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  border-radius: 25px;
  background: #fff;
  border: 2px solid #F2F2F2;
  font-size: 16px;
  line-height: 1.2;
  color: #131313;
  height: 50px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: none;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select2-container .select2-selection--single:hover, .select2-container .select2-selection--single:focus {
  border-color: #039BE5;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  height: 46px;
  color: #131313;
  line-height: 46px;
  padding-left: 20px;
  padding-right: 50px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 50px;
  width: 50px;
  top: 0px;
  right: 0px;
  background: url(../img/select-arrow.svg) no-repeat center center;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 25px;
}

.select2-container .select2-selection--single.select-white-bold .select2-selection__rendered {
  font-size: 24px;
  font-weight: 700;
}

.select2-dropdown {
  border: none;
  background: #fff;
  color: #131313;
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
  margin-top: 5px;
  z-index: 99999;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 10px;
}

.select2-results {
  border-radius: 10px;
  overflow: hidden;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #F2F2F2;
  color: #131313;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #F2F2F2;
  color: #131313;
}

.select2-container--default {
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
}

.select2-results__option {
  padding: 15px 20px;
}

.breadcrumbs {
  margin-bottom: 15px;
}
.breadcrumbs__list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  font-size: 0;
  text-align: center;
}
.breadcrumbs__list--left {
  text-align: left;
}
.breadcrumbs__item {
  font-size: 16px;
  line-height: 1.2;
  margin-right: 15px;
  position: relative;
  color: #131313;
  font-weight: 700;
  display: inline;
}
.breadcrumbs__item:before {
  position: absolute;
  top: 0;
  right: -11px;
  content: "/";
  color: #131313;
  font-weight: 400;
}
.breadcrumbs__item:last-child {
  margin-right: 0;
}
.breadcrumbs__item:last-child:before {
  display: none;
}
.breadcrumbs__link {
  position: relative;
  color: #131313;
  font-weight: 400;
  text-decoration: none;
  display: inline;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.breadcrumbs__link:hover {
  color: #039BE5;
}
.breadcrumbs__link:active {
  color: #039BE5;
}

@media (max-width: 767.98px) {
  .breadcrumbs {
    margin-bottom: 5px;
  }

  .breadcrumbs__item {
    font-size: 14px;
  }
}
.pagenav {
  margin-top: 10px;
}
.pagenav__list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenav__item {
  position: relative;
  margin: 0 7.5px;
  line-height: 1;
  color: #039BE5;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  width: 38px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenav__item.is-active .pagenav__link {
  color: #fff;
  background: #039BE5;
}
.pagenav__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 900;
  color: #039BE5;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 1;
  width: 38px;
  height: 50px;
  border: 1px solid #039BE5;
  border-radius: 10px;
}
.pagenav__link:hover {
  color: #fff;
  background: #039BE5;
}
.pagenav__link:active {
  color: #fff;
  background: #039BE5;
}
.pagenav__arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 50px;
  border: 1px solid #039BE5;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagenav__arrow:hover {
  background: #039BE5;
}
.pagenav__arrow:hover .pagenav__icon {
  fill: #fff;
}
.pagenav__arrow:active {
  background: #039BE5;
}
.pagenav__arrow:active .pagenav__icon {
  fill: #fff;
}
.pagenav__icon {
  fill: #039BE5;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
}
.header--black {
  background: #000;
}
.header__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
.header__button {
  background: transparent;
  border: 1px solid #fff;
  height: 38px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
}
.header__button:hover {
  color: #fff;
  background: #039BE5;
}
.header__button:active {
  color: #fff;
  background: #039BE5;
}
.header__language {
  position: absolute;
  top: 50%;
  right: -190px;
  margin-top: -19px;
}

.logo {
  position: relative;
  line-height: 1;
}
.logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.logo__img {
  max-width: 100%;
  height: auto;
}
.logo__title {
  margin-left: 10px;
}

.header-phone {
  position: relative;
  margin-right: 20px;
}
.header-phone:hover .header-phone__toggle {
  background: #039BE5;
}
.header-phone:hover .header-phone__dropdown {
  opacity: 1;
  visibility: visible;
}
.header-phone__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-phone__toggle:hover {
  background: #039BE5;
}
.header-phone__icon {
  fill: #fff;
}
.header-phone__dropdown {
  position: absolute;
  top: 110%;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  border: 1px solid #fff;
  border-radius: 25px;
  background: #039BE5;
  padding: 10px 0 10px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
}
.header-phone__item {
  text-align: center;
}
.header-phone__link {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-phone__link:hover {
  color: #fff;
  opacity: 0.5;
}

.menu {
  margin: 0 60px 0 auto;
}
.menu__list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__item {
  margin-right: 30px;
}
.menu__item:last-child {
  margin-right: 0;
}
.menu__item.is-active .menu__link {
  color: #039BE5;
}
.menu__link {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
}
.menu__link:hover, .menu__link.mPS2id-highlight {
  color: #039BE5;
}
.menu-toggle {
  display: none;
  background: #039BE5;
  height: 45px;
  width: 45px;
  border-radius: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.toggle {
  position: relative;
  cursor: pointer;
  margin: 0;
}
.toggle div {
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  margin: 6px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.toggle.is-active .toggle__1 {
  -webkit-transform: rotate(45deg) translate(7px, 7px);
      -ms-transform: rotate(45deg) translate(7px, 7px);
          transform: rotate(45deg) translate(7px, 7px);
}
.toggle.is-active .toggle__2 {
  opacity: 0;
}
.toggle.is-active .toggle__3 {
  -webkit-transform: rotate(-45deg) translate(7px, -7px);
      -ms-transform: rotate(-45deg) translate(7px, -7px);
          transform: rotate(-45deg) translate(7px, -7px);
}

.scroll-disabled {
  overflow-y: hidden;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background: #000;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mobile-menu.is-visible {
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.mobile-menu__inner {
  position: relative;
  height: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 100px 15px 30px;
  overflow-y: auto;
}
.mobile-menu__language {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 70px;
}
.mobile-menu__list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.mobile-menu__item {
  margin-bottom: 20px;
}
.mobile-menu__item.is-active .mobile-menu__link {
  color: #039BE5;
}
.mobile-menu__item:last-child {
  margin-bottom: 0;
}
.mobile-menu__link {
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mobile-menu__link:hover, .mobile-menu__link.mPS2id-highlight {
  color: #039BE5;
}

@media (max-width: 1569.98px) {
  .header__language {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 0 20px;
  }

  .menu__link {
    font-size: 14px;
  }
}
@media (max-width: 1169.98px) {
  .menu {
    margin-right: 30px;
  }

  .menu__item {
    margin-right: 30px;
  }

  .header__button {
    padding: 0;
    width: 38px;
    min-width: 38px;
  }
  .header__button span {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .menu {
    display: none;
  }

  .header__language {
    display: none;
  }

  .header__logo {
    margin-right: auto;
  }

  .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__button {
    margin-right: 15px;
  }

  .header-phone {
    margin-right: 15px;
  }
}
@media (max-width: 575.98px) {
  .menu-toggle {
    width: 80px;
    margin-right: -15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 15px;
    border-radius: 23px 0 0 23px;
  }
}
.banner-section {
  position: relative;
  min-height: 100vh;
  padding: 100px 0;
  background-image: url(../img/banner-bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.banner-section:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/paint-bottom.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
}
.banner-section__title {
  font-size: 120px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  margin: 0 0 40px;
  text-transform: uppercase;
}
.banner-section__timer {
  margin-bottom: 40px;
}
.banner-section__button {
  max-width: 510px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner-price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 45px 0;
  margin-bottom: 30px;
}
.banner-price__count {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.banner-price__line {
  width: 60px;
  height: 1px;
  background: #fff;
  margin: 0 25px;
}
.banner-price__total {
  font-size: 50px;
  font-weight: 900;
  color: #039BE5;
  line-height: 1;
}

.order-now {
  position: fixed;
  right: 60px;
  bottom: 160px;
  display: block;
  text-decoration: none;
  z-index: 80;
}
.order-now:hover .order-now__pic {
  opacity: 0.5;
}
.order-now:hover .order-now__title {
  opacity: 1;
  visibility: visible;
}
.order-now__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #039BE5;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 auto;
}
.order-now__pic-icon {
  fill: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.order-now__title {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  background: #fff;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 15px;
  font-weight: 700;
  padding: 4px 8px;
  color: #131313;
  opacity: 0;
  visibility: hidden;
  width: 180px;
  margin-left: -90px;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

.flipdown .rotor-group {
  padding-bottom: 30px;
  padding-right: 0 !important;
  margin-right: 30px;
}
.flipdown .rotor-group:last-child {
  margin-right: 0;
}

.rotor-group-heading {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
  top: 20px;
}

@media (max-width: 991.98px) {
  .banner-section__title {
    font-size: 80px;
  }

  .order-now {
    right: 30px;
    bottom: 140px;
  }
}
@media (max-width: 767.98px) {
  .banner-section {
    min-height: 0;
    padding: 120px 0 80px;
  }

  .banner-section__title {
    font-size: 70px;
    margin-bottom: 25px;
  }

  .banner-price {
    padding: 20px 0;
  }

  .banner-price__count {
    font-size: 30px;
  }

  .banner-price__total {
    font-size: 30px;
  }

  .banner-price__line {
    width: 15px;
    margin: 0 10px;
  }

  .order-now__pic {
    width: 50px;
    height: 50px;
  }

  .order-now__title {
    display: none;
  }

  .order-now {
    right: 15px;
    display: none;
  }
}
@media (max-width: 575.98px) {
  .flipdown .rotor-group {
    margin-right: 11px;
    padding-bottom: 25px;
  }

  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    width: 4px;
    height: 4px;
    left: 67px;
  }

  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
    top: 18px;
  }

  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    top: 30px;
  }

  .banner-section__button {
    max-width: 290px;
  }
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .banner-section {
    background-image: url(../img/banner-bg@2x.jpg);
  }
  .banner-section:before {
    background-image: url(../img/paint-bottom@2x.png);
  }
}
.why-section {
  padding: 90px 0;
}
.why-section__title {
  margin-bottom: 45px;
}
.why-section__picture {
  display: block;
  text-align: center;
  margin-bottom: 45px;
  position: relative;
  z-index: -1;
}
.why-section__img {
  max-width: 100%;
  height: auto;
}

.why-item {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 45px;
}
.why-item__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 50px;
  margin-bottom: 12px;
}
.why-item__text {
  font-size: 18px;
}
.why-item__text p {
  margin: 0;
}
.why-item__line {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.why-item__line--bottom {
  top: auto;
  bottom: 0;
}
.why-item--right .why-item__pic {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.why-item--right .why-item__text {
  text-align: right;
}
.why-item--right .why-item__line {
  left: auto;
  right: 0;
}

.check-item__picture {
  position: relative;
  display: block;
  margin-left: -20px;
}
.check-item__text {
  font-size: 14px;
  max-width: 320px;
}
.check-item__text p {
  margin: 0;
}

@media (max-width: 1169.98px) {
  .why-item__line {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .why-item {
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .why-item__text {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .why-section {
    padding: 40px 0 20px;
  }

  .why-section__title {
    margin-bottom: 20px;
  }

  .why-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .why-item__pic {
    width: 50px;
    min-width: 50px;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 20px 0 0;
  }

  .why-item__text {
    font-size: 16px;
    line-height: 1.4;
  }

  .why-item--right .why-item__text {
    text-align: left;
  }
  .why-item--right .why-item__pic {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .why-section__picture {
    margin-bottom: 20px;
  }

  .check-item {
    margin-bottom: 30px;
  }

  .check-item__picture {
    margin-left: -10px;
  }
}
.buy-section {
  position: relative;
  background-image: url(../img/buy-section-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
.buy-section:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: calc(100% + 2px);
  background: url(../img/paint-bottom.png) no-repeat bottom center, url(../img/paint-top.png) no-repeat top center;
  background-size: 100% auto;
  content: "";
}
.buy-section__content {
  position: relative;
  z-index: 1;
}
.buy-section__title {
  font-size: 67px;
  font-weight: 900;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  line-height: 1.2;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.buy-section__order {
  text-align: center;
  max-width: 440px;
  margin: 0 auto;
  padding: 185px 15px;
  background: rgba(0, 0, 0, 0.6);
}
.buy-section__text {
  position: relative;
  z-index: 1;
  font-size: 27px;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 30px;
}
.buy-section__text p {
  margin: 0;
}
.buy-section__button {
  position: relative;
  z-index: 1;
  max-width: 350px;
  width: 100%;
}

.buy-discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.buy-discount__text {
  font-size: 40px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  line-height: 1.05;
  margin-right: 30px;
}
.buy-discount__percent {
  font-size: 80px;
  font-weight: 900;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  line-height: 1;
}

@media (max-width: 991.98px) {
  .buy-section__title {
    font-size: 50px;
  }

  .buy-discount__text {
    font-size: 30px;
  }

  .buy-discount__percent {
    font-size: 50px;
  }

  .buy-section__text {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .buy-section {
    padding-top: 60px;
  }

  .buy-section__title {
    font-size: 35px;
  }

  .buy-discount__text {
    font-size: 25px;
  }

  .buy-discount__percent {
    font-size: 40px;
  }

  .buy-section__order {
    position: relative;
    padding: 30px 0 80px;
    margin-top: 30px;
    background: transparent;
  }
  .buy-section__order:before {
    position: absolute;
    top: 0;
    left: calc((100vw - 100%) / -2);
    height: 100%;
    width: 100vw;
    background: rgba(0, 0, 0, 0.6);
    content: "";
  }

  .buy-section__text {
    max-width: 205px;
    margin: 0 auto 20px;
  }
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .buy-section {
    background-image: url(../img/buy-section-bg@2x.jpg);
  }
  .buy-section:after {
    background: url(../img/paint-bottom@2x.png) no-repeat bottom center, url(../img/paint-top@2x.png) no-repeat top center;
    background-size: 100% auto;
  }
}
.products-section {
  padding: 75px 0 45px;
}
.products-section__title {
  margin-bottom: 30px;
}
.products-section__col {
  margin-bottom: 30px;
}

.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.05);
  padding: 30px 25px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-card__link:hover .product-card__img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.product-card__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 320px;
  width: 100%;
  margin-bottom: 30px;
}
.product-card__img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.product-card__title {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 18px;
}
.product-card__table {
  margin-bottom: 15px;
}
.product-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  margin-bottom: 12px;
}
.product-card__price:last-child {
  margin-bottom: 0;
}
.product-card__price span {
  color: #788287;
  margin-right: 10px;
}
.product-card__descr {
  margin-top: auto;
  margin-bottom: 20px;
  font-size: 18px;
  color: #788287;
}
.product-card__descr span {
  border-bottom: 1px solid #788287;
}
.product-card__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-card__button {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: calc(50% - 10px);
  margin-right: 20px;
  border: 1px solid #039BE5;
}
.product-card__button:first-child {
  padding-left: 10px;
}
.product-card__button:last-child {
  margin-right: 0;
}

@media (max-width: 1169.98px) {
  .product-card__button {
    font-size: 14px;
    width: calc(50% - 4px);
    margin-right: 8px;
  }
}
@media (max-width: 767.98px) {
  .products-section {
    padding: 40px 0 30px;
  }

  .products-section__title {
    margin-bottom: 20px;
  }

  .products-section__col {
    margin-bottom: 20px;
  }

  .product-card {
    padding: 30px 15px 25px;
  }

  .product-card__picture {
    height: 270px;
  }

  .product-card__price {
    font-size: 16px;
  }

  .product-card__descr {
    font-size: 16px;
  }
}
.order-section {
  position: relative;
  background-image: url(../img/order-section-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 190px 0;
}
.order-section:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: calc(100% + 2px);
  background: url(../img/paint-bottom.png) no-repeat bottom center, url(../img/paint-top.png) no-repeat top center;
  background-size: 100% auto;
  content: "";
}
.order-section__title {
  font-size: 67px;
  font-weight: 900;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  line-height: 1.2;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.order-section__discount {
  margin-bottom: 40px;
}
.order-section__timer {
  margin-bottom: 40px;
}
.order-section__button {
  max-width: 510px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .order-section {
    background-image: url(../img/order-section-bg@2x.jpg);
  }
  .order-section:before {
    background: url(../img/paint-bottom.png) no-repeat bottom center, url(../img/paint-top.png) no-repeat top center;
    background-size: 100% auto;
  }
}
@media (max-width: 767.98px) {
  .order-section {
    padding: 60px 0 250px;
    background-image: url(../img/order-section-bg-mobile.jpg);
  }

  .order-section__title {
    font-size: 35px;
    margin-bottom: 20px;
  }

  .order-section__discount {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .order-section__button {
    max-width: 290px;
  }
}
.faq-section {
  padding: 75px 0 50px;
}
.faq-section__title {
  margin-bottom: 30px;
  text-align: left;
}

.faq-block {
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}
.faq-block__toggle {
  padding: 25px 45px 25px 25px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #039BE5;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq-block__title {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  font-weight: 700;
}
.faq-block.on .faq-block__icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.faq-block__icon {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 20px;
  fill: #fff;
  content: "";
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.faq-block__hidden {
  background: #fff;
}
.faq-block__hidden.hidden {
  display: none;
}
.faq-block__hidden.visible {
  display: block;
}
.faq-block__text {
  padding: 25px 25px 30px;
  font-size: 16px;
}
.faq-block__text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .faq-section {
    padding: 40px 0;
  }

  .faq-section__title {
    text-align: center;
    margin-bottom: 20px;
  }

  .faq-block {
    margin-bottom: 20px;
  }

  .faq-block__toggle {
    padding: 15px 40px 15px 20px;
  }

  .faq-block__text {
    padding: 25px 15px 30px;
    font-size: 14px;
  }
}
.partner-section {
  position: relative;
  background-image: url(../img/partner-section-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.partner-section:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url(../img/form-bg.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.partner-section:after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/paint-top.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
}
.partner-section__form {
  position: relative;
  z-index: 1;
  max-width: 445px;
  padding: 100px 0;
}

.phone-order {
  position: relative;
  z-index: 1;
  margin: auto 0 0 50px;
  padding-bottom: 190px;
  padding-left: 80px;
}
.phone-order__picture {
  position: absolute;
  bottom: 0;
  left: 0;
}
.phone-order__content {
  position: relative;
  text-align: center;
  max-width: 190px;
  width: 100%;
}
.phone-order__icon {
  fill: #fff;
  margin-bottom: 40px;
}
.phone-order__title {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 35px;
  color: #fff;
}
.phone-order__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .partner-section {
    background-image: url(../img/partner-section-bg@2x.jpg);
  }
  .partner-section:before {
    background-image: url(../img/form-bg@2x.jpg);
  }
  .partner-section:after {
    background-image: url(../img/paint-top@2x.png);
  }
}
@media (max-width: 991.98px) {
  .phone-order {
    margin-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .partner-section {
    padding: 0;
    background-image: url(../img/partner-section-bg-mobile.jpg);
    background-color: #F7FCFE;
    background-position: bottom center;
    background-size: 100% auto;
    overflow: hidden;
  }
  .partner-section:before {
    display: none;
  }
  .partner-section:after {
    display: none;
  }

  .partner-section__form {
    max-width: 100%;
    position: relative;
    padding: 50px 0 60px;
  }

  .partner-section__col {
    position: relative;
  }
  .partner-section__col:before {
    position: absolute;
    top: 0;
    left: calc((100vw - 100%) / -2);
    width: 100vw;
    height: 100%;
    background: url(../img/form-bg-mobile.jpg) no-repeat bottom center;
    background-size: cover;
    content: "";
  }
  .partner-section__col:after {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/paint-top.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
  }

  .phone-order {
    margin: 180px auto 0;
    padding-left: 0;
  }

  .phone-order__picture {
    left: -80px;
  }
}
.product-article {
  padding: 120px 0 40px;
}
.product-article__title {
  margin-bottom: 15px;
  text-align: left;
  font-size: 30px;
  display: none;
}
.product-article__breadcrumbs {
  margin-bottom: 30px;
}
.product-article__breadcrumbs .breadcrumbs__list {
  text-align: left;
}

.gallery {
  position: relative;
}
.gallery-slider {
  margin-bottom: 25px;
}
.gallery-slider__link {
  position: relative;
  display: block;
  text-decoration: none;
}
.gallery-slider__link:before {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #039BE5 url(../img/zoom.svg) no-repeat center center;
  content: "";
  z-index: 10;
}
.gallery-slider__picture {
  display: block;
  width: 100%;
  height: 620px;
}
.gallery-slider__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-thumbs-wrap {
  padding: 0 30px;
  position: relative;
}
.gallery-thumbs__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gallery-thumbs__img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.gallery-thumbs__slide {
  height: 130px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
  cursor: pointer;
}
.gallery-thumbs__slide.swiper-slide-thumb-active {
  opacity: 0.5;
}

.product__title {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 20px;
}
.product__table {
  margin-bottom: 15px;
  max-width: 350px;
  width: 100%;
}
.product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  margin-bottom: 12px;
}
.product-price:last-child {
  margin-bottom: 0;
}
.product-price__left {
  color: #788287;
  margin-right: 10px;
}
.product-price__right {
  color: #788287;
  margin-right: 10px;
  font-weight: 900;
  color: #131313;
}
.product__line {
  width: 100%;
  height: 1px;
  background: #788287;
  margin: 25px 0;
}
.product__descr {
  margin-top: auto;
  margin-bottom: 20px;
  font-size: 18px;
  color: #788287;
}
.product__descr span {
  border-bottom: 1px solid #788287;
}
.product-flavor__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  margin: 0 0 20px;
}
.product-flavor__list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-flavor__item {
  position: relative;
  font-size: 14px;
  font-weight: 300;
  padding-left: 15px;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 10px;
}
.product-flavor__item:before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #039BE5;
  content: "";
}
.product__more {
  margin-bottom: 15px;
}
.product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  white-space: nowrap;
  margin-bottom: 20px;
}
.product-info__left {
  color: #788287;
}
.product-info__line {
  width: 100%;
  height: 1px;
  background: #EBECED;
  margin: 0 10px;
}
.product-info__right {
  font-weight: 900;
}
.product__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product__button {
  width: calc(50% - 15px);
  margin-right: 30px;
  border: 1px solid #039BE5;
}
.product__button:last-child {
  margin-right: 0;
}

@media (max-width: 991.98px) {
  .gallery-slider__picture {
    height: 540px;
  }

  .product__table {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .product-article {
    padding: 120px 0 40px;
  }

  .product-article__title {
    display: block;
  }

  .product__title {
    display: none;
  }

  .gallery {
    margin-bottom: 30px;
  }

  .product-flavor__item {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .product-flavor__item:before {
    top: 7px;
  }

  .product-article__breadcrumbs {
    margin-bottom: 5px;
  }
}
@media (max-width: 575.98px) {
  .gallery-slider__picture {
    height: 335px;
  }

  .product__buttons {
    display: block;
  }

  .product__button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 15px;
  }
  .product__button:last-child {
    margin-bottom: 0;
  }
}
.related-section {
  position: relative;
  padding: 40px 0 80px;
}
.related-section__title {
  margin-bottom: 15px;
}
.related-section__slider-wrap {
  position: relative;
}
.related-section--grey {
  background: #F7FCFE;
  padding: 70px 0;
}

.related-slider {
  padding: 20px 15px;
  margin: 0 -15px;
}
.related-slider__pagination {
  display: none;
}
.related-slider__slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.related-slider__slide .product-card,
.related-slider__slide .news-card {
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
}
.related-slider__prev {
  left: -60px;
}
.related-slider__next {
  right: -60px;
}

@media (max-width: 991.98px) {
  .related-slider {
    padding-bottom: 35px;
  }

  .related-slider__prev {
    display: none;
  }

  .related-slider__next {
    display: none;
  }

  .related-slider__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .related-section--grey {
    padding: 35px 0;
  }

  .related-section__title {
    font-size: 30px;
    margin-bottom: 0;
  }
}
.news-article {
  padding: 120px 0 70px;
}
.news-article__title {
  margin-bottom: 35px;
}
.news-article__col {
  margin-bottom: 30px;
}

.news-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  -webkit-box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.05);
  background: #fff;
  overflow: hidden;
}
.news-card:hover .news-card__img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news-card:hover .news-card__title {
  color: #039BE5;
}
.news-card:hover .news-card__more-icon {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.news-card__picture {
  height: 220px;
  min-height: 220px;
  display: block;
  overflow: hidden;
}
.news-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 2.5s ease;
  -o-transition: all 2.5s ease;
  transition: all 2.5s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.news-card__date {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  z-index: 0;
}
.news-card__date:before {
  position: absolute;
  top: -9px;
  left: -30px;
  width: 130px;
  height: 40px;
  background: url(../img/date-bg.png) no-repeat center center;
  background-size: cover;
  content: "";
  z-index: -1;
}
.news-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 25px 20px;
}
.news-card__title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 20px;
  color: #131313;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-card__text {
  font-size: 14px;
  color: #788287;
  margin-bottom: 15px;
}
.news-card__text p {
  margin-bottom: 0;
}
.news-card__more {
  margin-top: auto;
  font-weight: 900;
  color: #039BE5;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 1.2;
}
.news-card__more-icon {
  fill: #039BE5;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: 5px;
}

@media (max-width: 767.98px) {
  .news-article {
    padding: 110px 0 40px;
  }

  .news-article__col {
    margin-bottom: 20px;
  }

  .news-article__title {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .news-card__title {
    font-size: 20px;
  }
}
.page-article {
  padding: 120px 0 70px;
}
.page-article__title {
  margin-bottom: 35px;
}
.page-article__header {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.page-article__picture {
  display: block;
  height: 405px;
  width: 100%;
}
.page-article__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-article__date {
  position: absolute;
  top: 70px;
  left: 30px;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  z-index: 0;
}
.page-article__date:before {
  position: absolute;
  top: -20px;
  left: -60px;
  width: 205px;
  height: 65px;
  background: url(../img/date-bg.png) no-repeat center center;
  background-size: cover;
  content: "";
  z-index: -1;
}
.page-article__text p {
  font-size: 16px;
  color: #788287;
  margin-bottom: 1.5rem;
}
.page-article__text h2 {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 1rem 0 1rem;
  font-weight: 900;
}
.page-article__text ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.page-article__text ul li {
  color: #039BE5;
  font-weight: 700;
  position: relative;
  padding-left: 15px;
  margin-bottom: 1.5rem;
}
.page-article__text ul li:before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #039BE5;
  content: "";
}

@media (max-width: 767.98px) {
  .page-article {
    padding: 110px 0 20px;
  }

  .page-article__title {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .page-article__picture {
    height: 220px;
  }

  .page-article__header {
    margin: 0 -15px 25px;
  }

  .page-article__date {
    top: 20px;
    right: 20px;
    left: auto;
    font-size: 16px;
  }
  .page-article__date:before {
    top: -9px;
    left: -20px;
    width: 130px;
    height: 40px;
  }

  .page-article__text {
    font-size: 14px;
  }
  .page-article__text p {
    font-size: 14px;
  }
  .page-article__text h2 {
    font-size: 25px;
  }
  .page-article__text ul li:before {
    font-size: 9px;
  }
}
.article-404 {
  padding: 180px 0 140px;
  background-image: url(../img/404-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 890px auto;
  width: 100%;
}
.article-404__content {
  text-align: center;
}
.article-404__picture {
  display: block;
}
.article-404__img {
  max-width: 100%;
  height: auto;
}
.article-404__title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.2;
  margin: -40px 0 35px;
}
.article-404__button {
  max-width: 350px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .article-404 {
    background-size: 630px auto;
  }

  .article-404__title {
    font-size: 30px;
    margin: 0 0 30px;
  }
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .article-404 {
    background-image: url(../img/404-bg@2x.jpg);
  }
}
.thanks-article {
  padding: 180px 0 140px;
  width: 100%;
}
.thanks-article__content {
  text-align: center;
}
.thanks-article__picture {
  display: block;
}
.thanks-article__img {
  max-width: 100%;
  height: auto;
}
.thanks-article__title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.2;
  margin: -20px 0 35px;
}
.thanks-article__text {
  font-size: 20px;
  max-width: 290px;
  margin: 0 auto 35px;
}
.thanks-article__button {
  max-width: 350px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .thanks-article {
    padding: 100px 0 60px;
  }

  .thanks-article__title {
    font-size: 30px;
    margin: 0 0 20px;
  }

  .thanks-article__text {
    font-size: 16px;
  }
}
.footer {
  background-image: url(../img/footer-bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__top {
  padding: 70px 0 50px;
}
.footer__top-col {
  margin-bottom: 35px;
}
.footer__bottom {
  background: #039BE5;
  padding: 10px 0;
}
.footer__logo {
  margin-bottom: 25px;
}
.footer-block__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #fff;
}
.footer-menu__list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.footer-menu__item {
  margin-bottom: 2px;
}
.footer-menu__item:last-child {
  margin-bottom: 0;
}
.footer-menu__link {
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
.footer-menu__link:hover {
  color: #039BE5;
}
.footer-contacts {
  margin-bottom: 20px;
}
.footer-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.footer-contacts__item:last-child {
  margin-bottom: 0;
}
.footer-contacts__link {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-contacts__link:hover {
  color: #039BE5;
  text-decoration: none;
}
.footer-contacts__text {
  font-size: 14px;
  color: #fff;
}
.footer__button {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.footer__copyright {
  font-size: 14px;
  color: #aaa5a9;
  max-width: 120px;
  margin-bottom: 30px;
  line-height: 1.4;
}
.footer-city {
  border-top: 1px solid #fff;
  padding-top: 35px;
}
.footer-city__list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-city__item {
  margin-right: 15px;
}
.footer-city__item:last-child {
  margin-right: 0;
}
.footer-city__item.is-active .footer-city__link {
  font-weight: 700;
  color: #039BE5;
}
.footer-city__link {
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
.footer-city__link:hover {
  color: #039BE5;
}
.footer__attention {
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.footer__attention br {
  display: none;
}

.back-to-top {
  position: fixed;
  right: 60px;
  bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 70;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #039BE5;
  border: 1px solid #039BE5;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.back-to-top.is-scroll {
  opacity: 1;
  visibility: visible;
}
.back-to-top__arrow {
  fill: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.back-to-top:hover {
  opacity: 0.5;
}
.back-to-top:active {
  opacity: 0.5;
}

@media (max-width: 991.98px) {
  .back-to-top {
    right: 15px;
    bottom: 70px;
  }

  .footer-city__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .footer {
    background-position: bottom left 30%;
  }

  .footer__top-col--hidden-sm {
    display: none;
  }

  .footer__top {
    padding: 35px 0;
  }

  .footer-city {
    padding-top: 25px;
  }

  .footer-contacts__text {
    font-size: 12px;
  }

  .footer-contacts__link {
    font-size: 12px;
  }

  .footer__button {
    font-size: 14px;
    padding-left: 10px;
    height: 40px;
  }

  .footer__attention br {
    display: block;
  }
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .footer {
    background-image: url(../img/footer-bg@2x.jpg);
  }
}
.age-limit {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow-y: auto;
  overflow-x: hidden;
}
.age-limit__inner {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
}
.age-limit__popup {
  position: relative;
  max-width: 500px;
  width: 100%;
  background: #fff;
  padding: 90px 20px 30px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 auto;
}
.age-limit__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #a7a7a7;
  background-image: -o-linear-gradient(170deg, #F44336, #F44336);
  background-image: linear-gradient(-80deg, #F44336, #F44336);
  -webkit-box-shadow: 0 11px 18px rgba(0, 0, 0, 0.4);
          box-shadow: 0 11px 18px rgba(0, 0, 0, 0.4);
  border: 10px solid #fff;
  color: #fff;
  font-size: 40px;
}
.age-limit__title {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 40px;
  line-height: 1.3;
  text-align: center;
}
.age-limit__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.age-limit__button {
  max-width: 130px;
  width: 100%;
  margin-right: 20px;
}
.age-limit__button:last-child {
  margin-right: 0;
}
.age-limit__text {
  text-align: center;
  font-size: 14px;
}
.age-limit__text p {
  margin-bottom: 0;
}

.fancybox-slide--html .fancybox-close-small {
  top: -52px;
  right: -10px;
  padding: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  outline: none;
}
.fancybox-slide--html .fancybox-close-small svg path {
  fill: #fff;
}
.fancybox-slide--html .fancybox-close-small:hover {
  opacity: 1;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fancybox-bg {
  background: rgba(0, 0, 0, 0.95);
}

.fancybox-slide--current .popup {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}