@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input, button, textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit; }

/*--------------------*/
/*Адаптив изображений*/
.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

.ibg > img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden; }

/*--------------------*/
/*body._lock{
    overflow: hidden;
}*/
@font-face {
  font-display: swap;
  font-family: "ubuntu";
  src: url("../fonts/ubuntu/ubuntu-light.eot");
  src: url("../fonts/ubuntu/ubuntu-light.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/ubuntu-light.woff2") format("woff2"), url("../fonts/ubuntu/ubuntu-light.woff") format("woff"), url("../fonts/ubuntu/ubuntu-light.ttf") format("truetype"), url("../fonts/ubuntu/ubuntu-light.svg?#webfont") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "ubuntu";
  src: url("../fonts/ubuntu/ubuntu-lightitalic.eot");
  src: url("../fonts/ubuntu/ubuntu-lightitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/ubuntu-lightitalic.woff2") format("woff2"), url("../fonts/ubuntu/ubuntu-lightitalic.woff") format("woff"), url("../fonts/ubuntu/ubuntu-lightitalic.ttf") format("truetype"), url("../fonts/ubuntu/ubuntu-lightitalic.svg?#webfont") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-display: swap;
  font-family: "ubuntu";
  src: url("../fonts/ubuntu/ubuntu-regular.eot");
  src: url("../fonts/ubuntu/ubuntu-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/ubuntu-regular.woff2") format("woff2"), url("../fonts/ubuntu/ubuntu-regular.woff") format("woff"), url("../fonts/ubuntu/ubuntu-regular.ttf") format("truetype"), url("../fonts/ubuntu/ubuntu-regular.svg?#webfont") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "ubuntu";
  src: url("../fonts/ubuntu/ubuntu-italic.eot");
  src: url("../fonts/ubuntu/ubuntu-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/ubuntu-italic.woff2") format("woff2"), url("../fonts/ubuntu/ubuntu-italic.woff") format("woff"), url("../fonts/ubuntu/ubuntu-italic.ttf") format("truetype"), url("../fonts/ubuntu/ubuntu-italic.svg?#webfont") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-display: swap;
  font-family: "ubuntu";
  src: url("../fonts/ubuntu/ubuntu-medium.eot");
  src: url("../fonts/ubuntu/ubuntu-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/ubuntu-medium.woff2") format("woff2"), url("../fonts/ubuntu/ubuntu-medium.woff") format("woff"), url("../fonts/ubuntu/ubuntu-medium.ttf") format("truetype"), url("../fonts/ubuntu/ubuntu-medium.svg?#webfont") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "ubuntu";
  src: url("../fonts/ubuntu/ubuntu-mediumitalic.eot");
  src: url("../fonts/ubuntu/ubuntu-mediumitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/ubuntu-mediumitalic.woff2") format("woff2"), url("../fonts/ubuntu/ubuntu-mediumitalic.woff") format("woff"), url("../fonts/ubuntu/ubuntu-mediumitalic.ttf") format("truetype"), url("../fonts/ubuntu/ubuntu-mediumitalic.svg?#webfont") format("svg");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-display: swap;
  font-family: "ubuntu";
  src: url("../fonts/ubuntu/ubuntu-bold.eot");
  src: url("../fonts/ubuntu/ubuntu-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/ubuntu-bold.woff2") format("woff2"), url("../fonts/ubuntu/ubuntu-bold.woff") format("woff"), url("../fonts/ubuntu/ubuntu-bold.ttf") format("truetype"), url("../fonts/ubuntu/ubuntu-bold.svg?#webfont") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "ubuntu";
  src: url("../fonts/ubuntu/ubuntu-bolditalic.eot");
  src: url("../fonts/ubuntu/ubuntu-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/ubuntu-bolditalic.woff2") format("woff2"), url("../fonts/ubuntu/ubuntu-bolditalic.woff") format("woff"), url("../fonts/ubuntu/ubuntu-bolditalic.ttf") format("truetype"), url("../fonts/ubuntu/ubuntu-bolditalic.svg?#webfont") format("svg");
  font-weight: 700;
  font-style: italic; }

.wrapper {
  max-width: 1195px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%; }

@media (max-width: 1240px) {
  .wrapper {
    max-width: 1200px; } }

@media (max-width: 1064px) {
  .wrapper {
    max-width: 807px; } }

@media (max-width: 767px) {
  .wrapper {
    max-width: 100%;
    padding: 0 10px; } }

/*.popup {
  display: none;
}

.button-link-popap {
  display: none;
}*/
.green-btn {
  background: #0E9540;
  border-radius: 9px;
  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;
  min-height: 52px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #FFF !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (min-width: 1064px) {
    .green-btn {
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .green-btn:hover {
        background: #006c28;
        color: #fff; }
      .green-btn:active {
        opacity: 0.8; } }

@media (min-width: 1064px) {
  .hover-grin-button {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .hover-grin-button:hover {
      background: #006c28;
      color: #fff; }
    .hover-grin-button:active {
      opacity: 0.8; } }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg); }
  60%, 80% {
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg); }
  60%, 80% {
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left; }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left; }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

.popup__slider_full_prev,
.popup__slider_full_next,
.popup__slider_half_next,
.popup__slider_half_prev {
  font-size: 0;
  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; }

.carousel__button {
  border-radius: 50%; }

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none; }

/*======================================*/
/*.ind__dop-cont {
  display: flex !important;
}*/
.button-link-popap {
  position: fixed;
  right: 8px;
  bottom: 8px;
  z-index: 1000;
  -webkit-transition: all 0.5s ease 0.3s;
  -o-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s; }

.button-link-popap.active {
  opacity: 0;
  -webkit-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s; }

.button-link-popap {
  width: 95px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1000; }

@media (max-width: 1064px) {
  .button-link-popap {
    width: 75px; } }

@media (min-width: 1064px) {
  .button-link-popap {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .button-link-popap:hover {
    right: 14px;
    bottom: 14px;
    -webkit-transform: translateY(-2px) scale(1.1);
    -ms-transform: translateY(-2px) scale(1.1);
    transform: translateY(-2px) scale(1.1);
    opacity: 1; }
  .button-link-popap:active {
    -webkit-transform: translateY(-1px) scale(1.05);
    -ms-transform: translateY(-1px) scale(1.05);
    transform: translateY(-1px) scale(1.05);
    opacity: 0.8; } }

.button-link-popap img {
  width: 100%; }

/*-==============================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  /*padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4)); }

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.fancybox__container :focus {
  outline: none; }

body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94)); }

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px; } }

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92)); }

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10; }

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px); }

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default; }

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.fancybox__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px; }

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  margin: auto; }

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px; } }

.fancybox__content {
  /*margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);*/
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 20; }

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  -webkit-box-shadow: none;
  box-shadow: none; }

.fancybox__caption {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow-wrap: anywhere; }

.is-loading .fancybox__caption {
  visibility: hidden; }

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff); }

.fancybox__nav .carousel__button {
  z-index: 40; }

.fancybox__nav .carousel__button.is-next {
  right: 8px; }

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px; } }

.fancybox__nav .carousel__button.is-prev {
  left: 8px; }

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px; } }

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  /*top: calc(env(safe-area-inset-top, 0px) + 8px);*/
  /*right: calc(env(safe-area-inset-right, 0px) + 8px);*/
  z-index: 40; }

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px; } }

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff); }

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none; }

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor); }

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053; }

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
  animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%; }

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1); }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: .15s ease backwards fancybox-fadeIn;
  animation: .15s ease backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: .15s ease both fancybox-fadeOut;
  animation: .15s ease both fancybox-fadeOut; }

.fancybox-fadeIn {
  -webkit-animation: .15s ease both fancybox-fadeIn;
  animation: .15s ease both fancybox-fadeIn; }

.fancybox-fadeOut {
  -webkit-animation: .1s ease both fancybox-fadeOut;
  animation: .1s ease both fancybox-fadeOut; }

.fancybox-zoomInUp {
  -webkit-animation: .2s ease both fancybox-zoomInUp;
  animation: .2s ease both fancybox-zoomInUp; }

.fancybox-zoomOutDown {
  -webkit-animation: .15s ease both fancybox-zoomOutDown;
  animation: .15s ease both fancybox-zoomOutDown; }

.fancybox-throwOutUp {
  -webkit-animation: .15s ease both fancybox-throwOutUp;
  animation: .15s ease both fancybox-throwOutUp; }

.fancybox-throwOutDown {
  -webkit-animation: .15s ease both fancybox-throwOutDown;
  animation: .15s ease both fancybox-throwOutDown; }

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fancybox-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0; } }

@keyframes fancybox-fadeOut {
  to {
    opacity: 0; } }

@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; } }

@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; } }

@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0; } }

@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0; } }

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); }

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto; }

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox__image {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px; }

.is-closing .has-image .fancybox__content {
  overflow: visible; }

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none; }

.has-image[data-image-fit=contain] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto; }

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto; }

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto; }

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none; }

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%; }

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%; }

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df; }

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0); }

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.fancybox__thumbs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1); }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
  animation: .15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0; }

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  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;
  overflow: visible;
  cursor: pointer; }

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  -webkit-transition: opacity .15s ease;
  -o-transition: opacity .15s ease;
  transition: opacity .15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: .92; }

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox__thumb {
  position: relative;
  width: 100%;
  /*padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));*/
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, 0.006)), color-stop(15.5%, rgba(0, 0, 0, 0.021)), color-stop(22.5%, rgba(0, 0, 0, 0.046)), color-stop(29%, rgba(0, 0, 0, 0.077)), color-stop(35.3%, rgba(0, 0, 0, 0.114)), color-stop(41.2%, rgba(0, 0, 0, 0.155)), color-stop(47.1%, rgba(0, 0, 0, 0.198)), color-stop(52.9%, rgba(0, 0, 0, 0.242)), color-stop(58.8%, rgba(0, 0, 0, 0.285)), color-stop(64.7%, rgba(0, 0, 0, 0.326)), color-stop(71%, rgba(0, 0, 0, 0.363)), color-stop(77.5%, rgba(0, 0, 0, 0.394)), color-stop(84.5%, rgba(0, 0, 0, 0.419)), color-stop(91.9%, rgba(0, 0, 0, 0.434)), to(rgba(0, 0, 0, 0.44)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
  touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4)); }

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px; } }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
  animation: .15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0; }

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

.fancybox__toolbar__items--left {
  margin-right: auto; }

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.fancybox__toolbar__items--right {
  margin-left: auto; }

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none; } }

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox__container:-webkit-full-screen::-webkit-backdrop {
  opacity: 0; }

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0; }

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0; }

.fancybox__container:-webkit-full-screen::-webkit-backdrop {
  opacity: 0; }

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0; }

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0; }

.fancybox__container:-moz-full-screen::backdrop {
  opacity: 0; }

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0; }

.fancybox__container:fullscreen::backdrop {
  opacity: 0; }

.fancybox__button--fullscreen g:nth-child(2) {
  display: none; }

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none; }

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none; }

.fancybox__container:-moz-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none; }

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block; }

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block; }

.fancybox__container:-moz-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block; }

.fancybox__button--slideshow g:nth-child(2) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block; }

/*=====================================*/
.blur {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.24);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow-y: scroll; }

/*
.blur > {
  cursor: pointer !important;
}*/
.blur.active {
  opacity: 1;
  visibility: visible; }

.popup {
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  visibility: hidden;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.popup-modal {
  width: 1300px;
  min-height: 1273px;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%) translate3d(0, 0, 0);
  transform: translateX(-50%) translate3d(0, 0, 0);
  background: #FFF;
  padding: 40px 110px;
  border-radius: 40px 0 40px 40px; }

.popup-gallery {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.popup__price {
  font-size: 24px;
  color: #000000;
  margin-top: 40px; }

.popup__price .green {
  font-weight: 700;
  font-size: 32px;
  color: #039546; }

.popup-modal .green-btn {
  margin: auto;
  margin-top: 67px;
  width: 418px;
  height: 80px; }

.popup.active {
  opacity: 1;
  visibility: visible; }

.modal__close {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 59px;
  height: 59px;
  background-color: white;
  border: 1px solid #1E1700;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: -28px;
  right: -30px;
  border-radius: 50%; }

.modal__close svg {
  fill: none; }

.modal__close:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-color: #eee; }

.modal__close:active {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-color: #ddd; }

.modal {
  height: 631px;
  position: fixed;
  background: #FFFFFF;
  max-width: 529px;
  border-radius: 24px;
  padding: 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.modal__title {
  font-style: normal;
  font-weight: 700;
  font-size: 29px;
  line-height: 115.2%;
  text-align: center;
  color: #000000; }

.modal__form {
  max-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 41px; }

.modal__form input {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 9px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  padding: 25px;
  width: 100%;
  margin-bottom: 20px; }

.modal__form input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #848484; }

.modal__form input::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #848484; }

.modal__form input:-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #848484; }

.modal__form input::-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #848484; }

.modal__form input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #848484; }

.modal__form input.error {
  color: red; }

.modal__form input.error::-webkit-input-placeholder {
  color: red; }

.modal__form input.error::-moz-placeholder {
  color: red; }

.modal__form input.error:-ms-input-placeholder {
  color: red; }

.modal__form input.error::-ms-input-placeholder {
  color: red; }

.modal__form input.error::placeholder {
  color: red; }

.modal__form button {
  width: 100%;
  margin-top: 9px;
  border: none; }

.modal1 {
  height: 631px;
  position: fixed;
  background: #FFFFFF;
  max-width: 529px;
  border-radius: 24px;
  padding: 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.modal1__title {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 115.2%;
  text-align: center;
  color: #000000; }
  @media (max-width: 1195px) {
    .modal1__title {
      font-size: calc(18px + 20 * ((100vw - 320px) / 875)); } }

.modal1__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 55px; }

.modal1__bot p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #000000;
  max-width: 345px; }

.modal1__bot-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px; }

.modal1__bot-num svg {
  margin-right: 16px; }

.modal1__bot-num p {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 46px;
  text-align: center;
  color: #000000; }

.blur {
  padding: 0 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;
  z-index: 50; }

.ppg {
  max-width: 1300px;
  width: 1300px;
  height: 1273px;
  max-height: 1273px;
  padding: 40px 110px;
  display: block;
  /* overflow-y: scroll;
  overflow-x: hidden; */ }

.popup__swiper {
  width: 100%;
  height: 640px;
  position: relative;
  border-radius: 20px; }

.swiper__slide {
  border-radius: 20px; }

.swiper__slide img {
  width: 100%;
  height: 528px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px; }

.popup__title {
  font-weight: 700;
  font-size: 68px;
  text-align: center;
  color: #000000; }

.popup-slider__button_prev, .popup-slider__button_next {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 50; }

.popup_swiper {
  width: 100%;
  height: 300px; }

.popup-slider__button_prev {
  left: -20px; }

.popup-slider__button_next {
  right: -20px; }

.popup__slider_full {
  margin-top: 35px; }

.popup__thumbs_full, .popup__thumbs_half {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.popup__slider_full .popup__slide img {
  height: 528px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px; }

.popup__slider_half .popup__slide img {
  height: 528px;
  width: 528px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px; }

.popup__thumbs_full .popup__thumb, .popup__thumbs_half .popup__thumb {
  height: 87px !important;
  width: 87px !important;
  margin-right: 23px;
  cursor: pointer; }

.popup__thumbs_full .popup__thumb.on img, .popup__thumbs_half .popup__thumb.on img {
  border: 3px solid #039546; }

.popup__thumbs_full .popup__thumb img, .popup__thumbs_half .popup__thumb img {
  height: 87px;
  width: 87px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px; }

.popup__slider_full_next, .popup__slider_full_prev, .popup__slider_half_next, .popup__slider_half_prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #039546;
  width: 40px;
  height: 40px;
  z-index: 50;
  border-radius: 10px;
  cursor: pointer; }

.popup__slider_full_next {
  right: -18px; }

.popup__slider_full_prev {
  left: -18px; }

.popup__slider_half_next {
  right: -7%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.popup__slider_half_prev {
  left: -18px; }

.popup__descr-text.bold {
  font-weight: 700; }

.popup__descr-text {
  margin-bottom: 24px; }

.popup__descr {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.popup__descr {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px; }

.popup__video video {
  width: 528px;
  height: 638px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover; }

.popup__video {
  position: relative;
  border-radius: 20px; }

.popup__video.pause::before {
  content: '';
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background: #0e9540;
  border-radius: 100%;
  background-position: center;
  background-size: contain; }

.popup__video.pause::after {
  content: '';
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-top: 10px solid #FFF;
  border: 15px solid transparent;
  border-left: 20px solid #FFF;
  border-radius: 5px; }

.popup__descr div:first-child {
  margin-right: 24px; }

.popup__top_divider {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.popup__slider_half {
  width: 528px; }

.popup__video_full .popup__video_file {
  width: 100%;
  border-radius: 20px; }

.popup__video_full {
  position: relative;
  margin-top: 36px; }

.popup__video_full.pause::before {
  content: '';
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background: #0e9540;
  border-radius: 100%;
  background-position: center;
  background-size: contain; }

.popup__video_full.pause::after {
  content: '';
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-top: 10px solid #FFF;
  border: 15px solid transparent;
  border-left: 20px solid #FFF;
  border-radius: 5px; }

@media (max-width: 1370px) {
  .popup-modal {
    width: 1000px;
    height: 1380px; }
  .popup__video.pause::after {
    left: 51%; }
  .popup__thumbs_half {
    display: none; }
  .popup__top_divider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .popup__slider_half .popup__slide img {
    height: 360px;
    width: 100%; }
  .popup__slider_half {
    width: 100%; }
  .popup__slider_half .popup__slide {
    width: 100%; }
  .popup__video video {
    width: 100%;
    height: 360px;
    margin-top: 36px; }
  .popup__slider_half_next {
    right: -5%; }
  /*.popup-modal:has(.popup__video video) {
    width: 1000px;
    height: 1510px;
  }*/ }

@media (max-width: 1040px) {
  /*.popup-modal:has(.popup__video video) {
    width: 800px;
    height: 1530px;
  }*/ }

@media (max-width: 1024px) {
  .popup-modal {
    width: 850px;
    height: 990px; }
  .popup__thumbs_full {
    display: none; }
  .popup__descr {
    font-size: 20px; }
  .popup__slider_full .popup__slide img {
    height: 320px; }
  .popup-modal .green-btn {
    height: 68px;
    margin-top: 36px; }
  .popup__price {
    margin-top: 36px; }
  .popup__top_divider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media (max-width: 925px) {
  .popup-modal {
    width: 700px;
    height: 1070px; } }

@media (max-width: 860px) {
  /*.popup-modal:has(.popup__video video) {
    width: 600px;
    height: 1465px;
    padding: 40px;
  }*/ }

@media (max-width: 768px) {
  .popup-modal {
    width: 600px;
    height: 1200px; }
  .popup__video.pause::after {
    left: 52%; } }

@media (max-width: 645px) {
  /*.popup-modal:has(.popup__video video) {
    width: 400px;
  }*/
  .popup__video video {
    height: 260px; }
  .popup__slider_half .popup__slide img {
    height: 260px; }
  .popup__slider_half {
    height: 260px; }
  /*.popup-modal:has(.popup__video video) .green-btn {
    width: 325px;
  }*/ }

@media (max-width: 620px) {
  .popup-modal {
    padding: 40px 25px;
    height: 1085px;
    width: 468px; }
  .popup__title {
    font-size: 48px; } }

@media (max-width: 500px) {
  .popup-modal {
    width: 425px; }
  .popup-modal .green-btn {
    width: 375px; }
  .popup__video_full.pause::after {
    left: 54% !important; } }

@media (max-width: 425px) {
  .popup-modal {
    width: 319px;
    height: 1004px;
    padding: 40px 25px; }
  .popup__video.pause::after {
    left: 53%; }
  .popup__descr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .popup__title {
    font-size: 36px; }
  .popup__slider_full .popup__slide img {
    width: 274px;
    height: 210px; }
  .popup__price {
    margin-top: 0;
    font-size: 20px; }
  .popup__price .green {
    font-size: 24px; }
  .popup-modal .green-btn {
    width: 274px;
    margin-top: 12px; } }

@media (max-width: 375px) {
  .popup-modal {
    border-radius: 40px; }
  /*.popup-modal:has(.popup__video video) {
    width: 300px;
    height: 1400px;
  }*/
  .popup__video video {
    height: 200px; }
  .popup__slider_half .popup__slide img {
    height: 200px; }
  .popup__slider_half {
    height: 200px; }
  /*.popup-modal:has(.popup__video video) .green-btn {
    width: 220px;
  }*/
  .popup__slider_half_next {
    right: -17%; } }

html._lock {
  overflow: hidden !important; }

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 30, 0.35);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  top: 0;
  left: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow-y: auto;
  overflow-x: hidden; }

.popup.open {
  opacity: 1 !important;
  visibility: visible !important; }

.popup.open .popup__content {
  -webkit-transform: translateY(0%) scale(1);
  -ms-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
  opacity: 1; }

.popup__area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.popup__body {
  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: 30px; }

@media (max-width: 1200px) {
  .popup__body {
    padding: calc(10px + 20 * ((100vw - 320px) / 880)); } }

@media (max-width: 767px) {
  .popup__body {
    padding-top: 5vh;
    padding-bottom: 5vh; } }

.popup__content {
  background: #fff;
  -webkit-box-shadow: 0px 6px 14px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 14px 3px rgba(0, 0, 0, 0.3);
  color: #000;
  max-width: 529px;
  width: 100%;
  padding: 14vh 0px;
  position: relative;
  border-radius: 12px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateY(100%) scale(0);
  -ms-transform: translateY(100%) scale(0);
  transform: translateY(100%) scale(0);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.popup__content.popup__content_galerea {
  max-width: 1300px; }

@media (max-width: 767px) {
  .popup__content.popup__content_galerea {
    padding: 69px 24px; } }

.popup__slider_full {
  max-width: 100%;
  width: 100%; }

@media (max-width: 767px) {
  .popup__content {
    padding: 14vh 24px; } }

.popup-link.popup-link_fff {
  color: #fff; }

.popup__top_divider {
  max-width: 100%;
  width: 100%; }

.popup__top_divider > * {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%; }

.ppg__right-buy {
  width: 100%;
  max-width: 418px;
  height: 80px;
  margin-top: 30px; }

/*=============================================================================================================================================*/
.que__container-quest {
  position: relative; }

@media (max-width: 767px) {
  .que__container-quest {
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    transform: translate(0%); }
  .que__container-quest-item-form-cont {
    left: 50%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%); } }

.fancybox__content {
  /*max-height: 95vh;
  height: 100%;*/
  height: 98vh;
  overflow-y: auto;
  cursor: auto !important;
  background: #F9F8F5;
  /*transform: translateY(50%) scale(0.9);*/ }

.fancybox__content .que__container-quest-item-title {
  font-size: 32px;
  line-height: 42px; }

@media (max-width: 767px) {
  .que__container-quest-item-title {
    font-size: 28px; }
  .fancybox__slide {
    padding: 8px; }
  .fancybox__content {
    max-height: 97vh;
    height: 100%;
    padding-top: 40px; } }

.fancybox__content::-webkit-scrollbar {
  width: 6px; }

.fancybox__content::-webkit-scrollbar-track {
  background-color: rgba(229, 229, 229, 0.5); }

.fancybox__content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  display: block;
  max-height: 30px; }

.que__container-quest-item {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none; }

.fancybox__content .que__container-quest-item {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.que__container-quest-item.hide {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important; }

.carousel__button {
  top: 5px !important;
  right: 12px !important;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.2); }

@media (min-width: 920px) {
  .fancybox__viewport .que__container-quest-item-form {
    max-width: 80%; } }

.globalClass_cbfb {
  display: none !important;
  max-height: 0 !important;
  max-width: 0 !important; }

/*===================================================================================================================*/
/* ======================================*/
.popup__content.popup-discount__content {
  max-width: 1300px !important;
  width: 100% !important;
  padding-top: 4vh !important;
  padding-bottom: 4vh !important; }

.popup-discount__img {
  width: 100%;
  margin-bottom: 25px; }

.popup-discount__img * {
  width: 100%; }

/*===================================*/
.popup .popup__slide img {
  width: 100% !important; }

.popup__slider_half_next {
  right: 0%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%); }

.popup__half_divider {
  padding-left: 0;
  padding-right: 0; }

.popup__video {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 620px) {
  .modal__close {
    right: -10px; } }

.que__container-quest-item-form-cont label {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important; }

/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
.widget {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 200;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  /*display: none;
    max-height: 0px;
    opacity: 0;
    pointer-events: none;*/ }

.widget__wrap {
  width: 120px;
  height: 25.563rem;
  background-color: #0E9540;
  border-radius: 8px 0 0 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden; }
  @media (max-width: 767px) {
    .widget__wrap {
      width: 35px;
      height: 140px; } }

.widget__item:not(:last-child) {
  border-bottom: 1px solid #007A32; }

.widget__item {
  height: 25%;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: inherit;
  border: none; }

.widget__item__icon svg {
  fill: #352b07;
  width: 2.375rem;
  height: 2.375rem; }

.widget__item__text {
  font-size: 0.75rem;
  letter-spacing: 0.12px;
  text-align: center;
  color: #352b07;
  margin-top: 0.5rem; }
  @media (max-width: 767px) {
    .widget__item__text {
      max-height: 0;
      max-width: 0;
      opacity: 0;
      visibility: hidden;
      display: none;
      font-size: 0;
      margin: 0 !important; } }

.widget__close {
  cursor: pointer;
  width: 1.5rem;
  height: 1.438rem;
  border-radius: 3px;
  background-color: #0E9540;
  position: fixed;
  top: -3rem;
  left: calc(50% - 0.9375rem);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.widget__close::after {
  content: '';
  height: 0.56rem;
  width: 0.56rem;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s; }

.widget__close::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator:Adobe Illustrator 22.1.0,SVG Export Plug-In . SVG Version:6 Build 0) --%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15.6 15.5' style='enable-background:new 0 0 15.6 15.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:white;%7D%0A%3C/style%3E%3Crect x='-2.2' y='6.8' transform='matrix(.7071 -.7071 .7071 .7071 -3.2219 7.778)' class='st0' width='20' height='2'/%3E%3Crect x='6.8' y='-2.2' transform='matrix(.7071 -.7071 .7071 .7071 -3.2218 7.7782)' class='st0' width='2' height='20'/%3E%3C/svg%3E%0A"); }

.widget.active {
  -webkit-transform: translateX(100%) translateY(-50%);
  -ms-transform: translateX(100%) translateY(-50%);
  transform: translateX(100%) translateY(-50%); }

.widget.active .widget__wrap {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  pointer-events: none; }

.widget.active .widget__close {
  left: calc(-50% - 0.9375rem); }

.widget.active .widget__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); }

.widget__item__icon img {
  width: 100%;
  max-width: 50px; }

.widget._none {
  opacity: 0 !important; }

.widget__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 33vh !important; }
  @media (max-width: 840px) {
    .widget__wrap {
      height: 250px !important; } }
  @media (max-width: 767px) {
    .widget__wrap {
      height: 140px !important; } }

.widget__wrap > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%; }

.widget__wrap > *:last-child,
.widget__wrap > *:first-child {
  /*flex: 0 0 30%;*/ }

.widget__close {
  position: relative;
  top: -1.5rem; }

.widget__item span {
  display: block;
  color: #fff; }

.widget__item img {
  width: 60%;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media (max-width: 767px) {
    .widget__item img {
      width: 15px; } }

/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
.header-lock-padding {
  width: 100%;
  position: absolute;
  top: 71px;
  overflow: hidden; }
  @media (max-width: 1320px) {
    .header-lock-padding {
      width: 100%; } }
  @media (max-width: 767px) {
    .header-lock-padding {
      top: 20px; } }

.header {
  padding-left: 47px;
  padding-right: 47px;
  background: rgba(0, 0, 0, 0.18);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 9px;
  max-width: 1292px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media (max-width: 1195px) {
    .header {
      padding-left: calc(10px + 37 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .header {
      padding-right: calc(10px + 37 * ((100vw - 320px) / 875)); } }

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 22px; }
  @media (max-width: 1195px) {
    .header__top {
      padding-top: calc(5px + 17 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .header__top {
      padding-bottom: calc(5px + 17 * ((100vw - 320px) / 875)); } }

.header__top-logo img {
  height: 60px; }
  @media (max-width: 1195px) {
    .header__top-logo img {
      height: calc(40px + 20 * ((100vw - 320px) / 875)); } }

@media (max-width: 840px) {
  .header__top-logo img {
    height: 60px; } }

.header__top-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header__top-call-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.header__top-call-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  margin-bottom: 8px; }
  @media (max-width: 1195px) {
    .header__top-call-text p {
      font-size: calc(4.5px + 11.5 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .header__top-call-text p {
      line-height: calc(5.25px + 12.75 * ((100vw - 320px) / 875)); } }

.header__top-call-text span {
  margin-top: 4px; }

.header__top-call-text span a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (max-width: 1195px) {
    .header__top-call-text span a {
      font-size: calc(4.5px + 13.5 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .header__top-call-text span a {
      line-height: calc(5.25px + 15.75 * ((100vw - 320px) / 875)); } }

.header__top-call-text span a:first-child {
  margin-right: 20px; }

.header__top-call-text span a:hover {
  color: #eeeeee;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.header__top-call-text span a:active {
  color: #dddddd;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.header-link {
  background: #0E9540;
  border-radius: 9px;
  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;
  min-height: 52px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #FFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: 23px;
  padding-left: 24px;
  padding-right: 24px; }
  @media (max-width: 1195px) {
    .header-link {
      min-height: calc(32px + 20 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .header-link {
      padding-left: calc(10px + 14 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .header-link {
      padding-right: calc(10px + 14 * ((100vw - 320px) / 875)); } }

.header__top-menu {
  width: 35px; }
  .header__top-menu img {
    width: 100%; }

.header__top-call-btn {
  width: 207px;
  margin-left: 36px; }

.header__bottom {
  padding: 20px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.53);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header__bottom a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  margin-right: 35px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (max-width: 1195px) {
    .header__bottom a {
      font-size: calc(4px + 12 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .header__bottom a {
      line-height: calc(4.5px + 13.5 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .header__bottom a {
      margin-right: calc(0px + 35 * ((100vw - 320px) / 875)); } }

.header__bottom a::before {
  width: 0;
  content: '';
  position: absolute;
  bottom: -3px;
  height: 2px;
  background-color: #FFFFFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.header__bottom a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.header__bottom a:hover::before {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.header__bottom a:active {
  color: #eeeeee;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.header__bottom a:active::before {
  width: 100%;
  background-color: #eeeeee;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.header__scroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #222222;
  z-index: 49;
  height: 87px;
  -webkit-transition: -webkit-transform 0.3s ease 0s !important;
  transition: -webkit-transform 0.3s ease 0s !important;
  -o-transition: transform 0.3s ease 0s !important;
  transition: transform 0.3s ease 0s !important;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s !important;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header__scroll-a {
  margin: 0px 26px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden; }
  .header__scroll-a img {
    width: 100%; }

.header__scroll .header__top {
  padding: 0px; }

.header__scroll .header__top-call-btn {
  width: 192px;
  min-height: 37px;
  margin-left: 0px; }

.header__scroll.active {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); }

.header__top-menu {
  display: none; }

@media screen and (max-width: 860px) {
  .header__top-call {
    display: none; }
  .header__top-menu {
    display: block;
    cursor: pointer;
    margin-left: auto; }
  .header__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
  .header {
    width: 93.60000000000001vw; }
  .header__bottom {
    display: none; }
  .header__scroll {
    height: 87px; }
  .first__container p {
    font-size: 19px;
    line-height: 22px; }
  .first__container p {
    font-size: 5.067vw;
    line-height: 5.867vw; }
  .first__container-btn {
    position: relative;
    margin-top: 31px;
    left: unset;
    top: unset; }
  .first__container::before {
    z-index: 1;
    content: '';
    position: absolute;
    top: -12px;
    left: -79px;
    -webkit-filter: blur(46px);
    filter: blur(46px);
    width: 870px;
    height: 485px; }
  .first {
    padding-top: 161px;
    padding-bottom: 40vw; }
  .header__scroll .header__top {
    margin: 0px 16px; }
  .header__scroll .header__top-logo svg {
    width: 120px;
    height: 44px; }
  .header__scroll {
    height: 75px; }
  .header__menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 78.66666666666666vw;
    height: 100vh;
    background-color: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 5.867vw 11.2vw;
    z-index: 300;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-y: scroll;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .header__menu-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-style: normal;
    font-weight: 400;
    font-size: 4.267vw;
    line-height: 4.8vw;
    color: #0066FF;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6.933333333333333vw; }
  .header__menu-close svg {
    margin-right: 2.667vw;
    width: 2.667vw;
    height: 2.667vw; }
  .header__menu-close::before {
    content: '';
    width: 100%;
    height: 0.267vw;
    background-color: #0066FF;
    position: absolute;
    left: 0;
    bottom: -0.8vw; }
  .header__menu-close:hover {
    opacity: 0.8; }
  .header__menu-close:active {
    opacity: 0.6; }
  .header__menu-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 6.933vw;
    padding-bottom: 6.933vw;
    border-top: 0.267vw solid #ECECEC;
    border-bottom: 0.267vw solid #ECECEC;
    width: 100%; }
  .header__menu-cont a {
    font-style: normal;
    font-weight: 500;
    font-size: 4.267vw;
    line-height: 8.8vw;
    color: #000000; }
  .header__menu-time {
    padding-top: 4.267vw;
    padding-bottom: 4.267vw;
    border-bottom: 0.267vw solid #ECECEC;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 4.267vw;
    line-height: 4.8vw;
    color: #000000; }
  .header__menu-nums {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 4.267vw; }
  .header__menu-nums a {
    margin-bottom: 2.4vw;
    font-style: normal;
    font-weight: 500;
    font-size: 4.8vw;
    line-height: 5.6vw;
    color: #000000; }
  .header__menu-call {
    margin-top: 2.4vw;
    width: 100%;
    min-height: 13.866666666666665vw;
    font-style: normal;
    font-weight: 500;
    font-size: 4.8vw;
    line-height: 5.6vw;
    color: #FFFFFF; }
  .header__menu.active {
    right: 0; } }

/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
.first {
  width: 100%;
  padding-top: 343px;
  padding-bottom: 635px;
  overflow: hidden;
  background-color: #111;
  background-image: url("../static/img/fbg-min.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 1195px) {
    .first {
      padding-top: calc(150px + 193 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .first {
      padding-bottom: calc(200px + 435 * ((100vw - 320px) / 875)); } }
  @media (min-width: 767px) {
    .first {
      background-image: url("../static/img/content/fbg.webp"); } }

.first__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative; }

.first__container::before {
  z-index: 1;
  content: '';
  position: absolute;
  top: -12px;
  left: -79px;
  background: rgba(7, 7, 7, 0.5);
  -webkit-filter: blur(46px);
  filter: blur(46px);
  width: 870px;
  height: 485px;
  border-radius: 50%; }

.first__container h1 {
  z-index: 2;
  font-style: normal;
  font-weight: 700;
  font-size: 78px;
  line-height: 90px;
  color: #FFF;
  max-width: 50%; }
  @media (max-width: 1195px) {
    .first__container h1 {
      font-size: calc(38px + 40 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .first__container h1 {
      line-height: calc(44px + 46 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1064px) {
    .first__container h1 {
      max-width: 100%; } }

.first__container p {
  z-index: 2;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 25px;
  color: #FFFFFF;
  margin-top: 33px;
  max-width: 40%; }
  @media (max-width: 1195px) {
    .first__container p {
      font-size: calc(16px + 6 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .first__container p {
      line-height: calc(19px + 6 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .first__container p {
      margin-top: calc(8px + 25 * ((100vw - 320px) / 875)); } }
  @media (max-width: 540px) {
    .first__container p {
      max-width: 100%; } }

.first__container-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 31px;
  position: relative;
  background: #0E9540;
  -webkit-box-shadow: 0 11px 26px rgba(6, 70, 30, 0.31);
  box-shadow: 0 11px 26px rgba(6, 70, 30, 0.31);
  border-radius: 50%;
  width: 182px;
  height: 182px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
  position: absolute;
  right: 50%;
  -webkit-transform: translate(80%, 40%);
  -ms-transform: translate(80%, 40%);
  transform: translate(80%, 40%);
  bottom: 0; }
  .first__container-btn img {
    position: absolute;
    top: 96px;
    left: 118px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 25%; }
  @media (max-width: 540px) {
    .first__container-btn {
      position: relative;
      -webkit-transform: translate(0%);
      -ms-transform: translate(0%);
      transform: translate(0%);
      right: 0;
      margin-top: 0px; } }
  @media (min-width: 1064px) {
    .first__container-btn:hover img {
      left: 121px; } }

/*=================================================================================================================*/
/*=================================================================================================================*/
/*===================================================================================================================*/
/*===================================================================================================================*/
.fs-form {
  width: 100%;
  max-width: 1000px;
  padding: 1rem 1rem 0.875rem 1.063rem;
  border-radius: 8px;
  -webkit-box-shadow: 0px 24px 68px 0 #3d3d3d0f;
  box-shadow: 0px 24px 68px 0 #3d3d3d0f;
  background-color: #ffffff;
  margin-right: auto;
  margin-left: auto;
  margin-top: -13.6rem;
  margin-bottom: 200px;
  position: relative;
  z-index: 10; }
  @media (max-width: 1195px) {
    .fs-form {
      margin-bottom: calc(30px + 170 * ((100vw - 320px) / 875)); } }
  @media (min-width: 2400px) {
    .fs-form {
      margin-bottom: 8vw; } }
  @media (min-width: 3400px) {
    .fs-form {
      margin-bottom: 4vw; } }
  @media (max-width: 1200px) {
    .fs-form {
      max-width: 95%; } }
  @media (max-width: 540px) {
    .fs-form {
      max-width: calc(100% - 20px);
      width: 100%; } }

@media (max-width: 699px) {
  /*.fs-form {
      width: 97.5%;
      height: auto;
      max-width: 40rem; 
  }*/ }

.fs-form::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -0.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 97.5%;
  height: 10rem;
  border-radius: 8px;
  -webkit-box-shadow: 0px 24px 68px 0 #3d3d3d0f;
  box-shadow: 0px 24px 68px 0 #3d3d3d0f;
  background-color: #ffffff; }

.fs-form__arr {
  position: absolute;
  bottom: 0.5rem;
  left: 24.7rem;
  pointer-events: none;
  width: 8.3125rem;
  height: 3.0625rem;
  display: block;
  -webkit-animation: swing 1.2s infinite;
  animation: swing 1.2s infinite; }

.fs-form__arr img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

@media (max-width: 899px) {
  .fs-form__arr {
    display: none; } }

.fs-form__outline {
  border-radius: 8px;
  border: solid 1px #ededed;
  width: 100%;
  height: 100%; }

.fs-form__title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.6px;
  text-align: center;
  color: #202020;
  margin-top: 30px;
  margin-left: 0;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }
  @media (max-width: 1195px) {
    .fs-form__title {
      font-size: calc(22px + 10 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .fs-form__title {
      margin-top: calc(15px + 15 * ((100vw - 320px) / 875)); } }

@media (max-width: 699px) {
  .fs-form__title {
    margin-left: 0; } }

.fs-form__c {
  /*display: flex;
  padding-left: 4.7rem;
  margin-top: 2.8rem;
  position: relative; */ }

@media (max-width: 699px) {
  /*.fs-form__c {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    flex-direction: column;
    align-items: center;
    padding-bottom: 2rem; 
  } */ }

.fs-form__slider {
  width: 24.688rem; }

.fs-form__slider-wrap {
  position: relative; }

.fs-form__slider__gift {
  width: 24.688rem; }

.fs-form__slider__gift-slide {
  width: 24.688rem;
  height: 17.125rem;
  border-radius: 8px;
  background-color: #f5f5f5;
  overflow: hidden; }

.fs-form__slider__gift-slide picture {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.fs-form__slider__gift-slide picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.fs-form__slider__gift__decor, .fs-form__slider__gift__arrows, .fs-form__slider__gift__dots {
  position: absolute; }

.fs-form__slider__gift__decor {
  bottom: -3.35rem;
  right: -0.5rem;
  pointer-events: none;
  width: 16.1875rem;
  height: 11.125rem;
  display: block; }

.fs-form__slider__gift__decor img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.fs-form__slider__gift__arrows {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: 7.3rem;
  pointer-events: none; }

.fs-form__slider__gift__dots {
  width: 100%;
  bottom: -1.8rem; }

.fs-form__slider__text {
  color: #363636;
  margin-top: 3.4rem; }

.fs-form__slider__text__title {
  font-size: 1.656rem;
  font-weight: 500;
  letter-spacing: 0.4px; }

.fs-form__slider__text__desc {
  font-size: 1.063rem;
  line-height: 1.35;
  letter-spacing: 0.17px;
  margin-top: 0.7rem; }

.fs-form__slider__text__left {
  font-size: 1.188rem;
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: 0.19px;
  margin-top: 1rem; }

.fs-form__data {
  width: 24rem;
  margin-left: 5.2rem;
  margin-top: -0.8rem; }

@media (max-width: 699px) {
  .fs-form__data {
    margin-left: 0;
    margin-top: 3rem; } }

.fs-form__data__title {
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.48;
  letter-spacing: 0.55px;
  color: #363636; }

.fs-form__data__title .strong {
  font-weight: 500; }

.fs-form__data__input, .fs-form__data__choose {
  width: 24rem;
  height: 5.75rem;
  border-radius: 8px;
  background-color: #f7f7f7;
  font-size: 1.156rem;
  color: #383838;
  padding-left: 4.75rem;
  padding-right: 1.5rem;
  margin-bottom: 1.25rem;
  background-size: 1.25rem;
  background-position: left 2rem center;
  background-repeat: no-repeat; }

.fs-form__data__btn {
  width: 24rem;
  height: 5.625rem; }

.fs-form__data__btn span {
  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; }

.fs-form__slider {
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%; }
  @media (max-width: 840px) {
    .fs-form__slider {
      max-width: 100%; } }

.fs-form__slider__gift {
  width: 100%; }

.fs-form__slider__gift-slide {
  margin-right: 0;
  width: 100%; }

.fs-form__slider__gift__img {
  width: 100%; }

.fs-form__slider__gift__decor {
  bottom: 0;
  -webkit-transform: translateY(29%);
  -ms-transform: translateY(29%);
  transform: translateY(29%); }

.fs-form__data__choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-top: 1.5rem;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23696969' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M478.609,99.726H441.34c4.916-7.78,8.16-16.513,9.085-25.749C453.38,44.46,437.835,18,411.37,6.269 c-24.326-10.783-51.663-6.375-71.348,11.479l-47.06,42.65c-9.165-10.024-22.34-16.324-36.962-16.324 c-14.648,0-27.844,6.32-37.011,16.375l-47.12-42.706C152.152-0.111,124.826-4.502,100.511,6.275 C74.053,18.007,58.505,44.476,61.469,73.992c0.927,9.229,4.169,17.958,9.084,25.734H33.391C14.949,99.726,0,114.676,0,133.117 v50.087c0,9.22,7.475,16.696,16.696,16.696h478.609c9.22,0,16.696-7.475,16.696-16.696v-50.087 C512,114.676,497.051,99.726,478.609,99.726z M205.913,94.161v5.565H127.37c-20.752,0-37.084-19.346-31.901-40.952 c2.283-9.515,9.151-17.626,18.034-21.732c12.198-5.638,25.71-3.828,35.955,5.445l56.469,51.182 C205.924,93.834,205.913,93.996,205.913,94.161z M417.294,69.544c-1.244,17.353-16.919,30.184-34.316,30.184h-76.891v-5.565 c0-0.197-0.012-0.392-0.014-0.589c12.792-11.596,40.543-36.748,55.594-50.391c8.554-7.753,20.523-11.372,31.587-8.072 C409.131,39.847,418.455,53.349,417.294,69.544z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M33.391,233.291v244.87c0,18.442,14.949,33.391,33.391,33.391h155.826V233.291H33.391z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M289.391,233.291v278.261h155.826c18.442,0,33.391-14.949,33.391-33.391v-244.87H289.391z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A"); }

.fs-form__data__choose.active::after {
  -webkit-transform: translateY(-48%) rotate(-90deg);
  -ms-transform: translateY(-48%) rotate(-90deg);
  transform: translateY(-48%) rotate(-90deg); }

.fs-form__data__choose::after {
  content: '';
  -webkit-transform: translateY(-48%) rotate(90deg);
  -ms-transform: translateY(-48%) rotate(90deg);
  transform: translateY(-48%) rotate(90deg);
  width: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23696969' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492.004 492.004' style='enable-background:new 0 0 492.004 492.004;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M382.678,226.804L163.73,7.86C158.666,2.792,151.906,0,144.698,0s-13.968,2.792-19.032,7.86l-16.124,16.12 c-10.492,10.504-10.492,27.576,0,38.064L293.398,245.9l-184.06,184.06c-5.064,5.068-7.86,11.824-7.86,19.028 c0,7.212,2.796,13.968,7.86,19.04l16.124,16.116c5.068,5.068,11.824,7.86,19.032,7.86s13.968-2.792,19.032-7.86L382.678,265 c5.076-5.084,7.864-11.872,7.848-19.088C390.542,238.668,387.754,231.884,382.678,226.804z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A"); }

.fs-form__data__choose--vars {
  width: 100%;
  display: none;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  position: absolute;
  background-color: #e9e9e9;
  z-index: 10; }

.fs-form__data__choose--vars li {
  padding-left: 4.75rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.fs-form__data__choose--vars li:not(:last-child) {
  border-bottom: 1px solid #bebebe; }

.fs-form__c {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin-top: 48px;
  padding-left: 45px;
  padding-right: 45px; }
  @media (max-width: 1195px) {
    .fs-form__c {
      padding-left: calc(10px + 35 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .fs-form__c {
      padding-right: calc(10px + 35 * ((100vw - 320px) / 875)); } }
  @media (max-width: 840px) {
    .fs-form__c {
      display: block; } }

.fs-form__data {
  width: auto;
  margin-left: 0;
  margin-top: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%; }
  .fs-form__data input {
    width: 100%;
    height: 90px;
    padding: 12px 25px;
    font-size: 18px;
    font-weight: 600; }
  @media (max-width: 840px) {
    .fs-form__data {
      margin-top: 32px; } }

.fs-form__data__choose--vars {
  padding-left: 0; }
  .fs-form__data__choose--vars li {
    padding: 25px 0;
    text-align: center; }
  .fs-form__data__choose--vars label {
    font-size: 16px;
    font-weight: 600; }

.fs-form__data__btn {
  width: 100%;
  height: 90px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0e9540), to(#0e9540));
  background-image: -webkit-linear-gradient(bottom, #0e9540, #0e9540);
  background-image: -o-linear-gradient(bottom, #0e9540, #0e9540);
  background-image: linear-gradient(to top, #0e9540, #0e9540);
  border-radius: 8px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1195px) {
    .fs-form__data__btn {
      height: calc(60px + 30 * ((100vw - 320px) / 875)); } }
  .fs-form__data__btn::before {
    margin-left: -30px;
    content: " ";
    width: 1.5rem;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -70px;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 5; }

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px; }
  30% {
    left: 110%;
    margin-left: 80px; }
  100% {
    left: 110%;
    margin-left: 80px; } }

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px; }
  30% {
    left: 110%;
    margin-left: 80px; }
  100% {
    left: 110%;
    margin-left: 80px; } }

.fs-form__data__btn span {
  font-size: 20px;
  font-weight: 600;
  color: #fff; }
  @media (max-width: 1195px) {
    .fs-form__data__btn span {
      font-size: calc(16px + 4 * ((100vw - 320px) / 875)); } }

.fs-form__data__btn img {
  width: 22px;
  margin-right: 18px; }
  @media (max-width: 1195px) {
    .fs-form__data__btn img {
      width: calc(18px + 4 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .fs-form__data__btn img {
      margin-right: calc(5px + 13 * ((100vw - 320px) / 875)); } }

.fs-form__data__choose {
  margin-right: 0;
  width: 100%;
  padding: 15px;
  height: 90px;
  font-size: 0;
  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; }
  .fs-form__data__choose label {
    pointer-events: none; }
  .fs-form__data__choose p {
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
    color: #000; }
    @media (max-width: 1195px) {
      .fs-form__data__choose p {
        font-size: calc(18px + 3 * ((100vw - 320px) / 875)); } }
    @media (max-width: 1195px) {
      .fs-form__data__choose p {
        line-height: calc(21px + 3 * ((100vw - 320px) / 875)); } }

.fs-form__data__choose--vars {
  margin-bottom: 0; }

.fs-form__data__title {
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.55px;
  color: #363636; }

.fs-form__data__title .strong {
  font-weight: 500;
  color: #000; }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.slider-arrow {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  pointer-events: all;
  background-image: url("../static/img/icon/3.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .slider-arrow:first-child {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .slider-arrow:last-child {
    -webkit-transform: translateX(50%) rotate(180deg);
    -ms-transform: translateX(50%) rotate(180deg);
    transform: translateX(50%) rotate(180deg); }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.slick-dots li button {
  font-size: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 2px;
  background-color: #dfdfdf;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.slick-dots li.slick-active button {
  background: #0e9540; }

.form__agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 18px; }
  .form__agreement input {
    display: none;
    max-width: 0;
    max-height: 0; }

.form__agreement__text {
  width: 19.5rem;
  opacity: .85;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.46;
  letter-spacing: .14px;
  text-align: center;
  color: #3b3b3bd9; }

.form__agreement__label {
  width: 1rem;
  height: 1rem;
  border-radius: 3px;
  border: 1px solid #0e9540;
  display: block;
  margin-right: 0.8rem;
  cursor: pointer; }

.form__agreement__checkbox:checked + .form__agreement__label {
  background-color: #0e9540;
  border: none;
  background-image: url("../static/img/icon/5.jpg");
  background-size: 0.7rem;
  background-position: center;
  background-repeat: no-repeat; }

/*====================================================================================================================*/
/*=====================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
.work {
  position: relative;
  margin-top: -190px;
  background-color: #F9F8F6;
  padding-top: 50px; }
  @media (max-width: 1195px) {
    .work {
      padding-top: calc(30px + 20 * ((100vw - 320px) / 875)); } }
  @media (max-width: 767px) {
    .work {
      overflow: hidden; } }

.work__w1-1 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: -190px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1; }

.work__w1-2 {
  position: absolute;
  bottom: -190px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1; }
  @media (max-width: 767px) {
    .work__w1-2 {
      bottom: 0;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%); } }

.work__container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.work__container h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  color: #000;
  max-width: 45%;
  width: 100%;
  position: relative; }
  @media (max-width: 1195px) {
    .work__container h2 {
      font-size: calc(42px + 28 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .work__container h2 {
      line-height: calc(45px + 35 * ((100vw - 320px) / 875)); } }
  @media (max-width: 840px) {
    .work__container h2 {
      max-width: 100%; } }
  @media (max-width: 767px) {
    .work__container h2 {
      text-align: center; } }

.work__container h2 img {
  position: absolute;
  bottom: -22px;
  right: 30px;
  fill: transparent;
  width: 220px; }

.work__container p {
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  color: #000;
  max-width: 40%;
  margin-top: 38px;
  margin-bottom: 380px; }
  @media (max-width: 1195px) {
    .work__container p {
      margin-bottom: calc(10px + 370 * ((100vw - 320px) / 875)); } }
  @media (max-width: 840px) {
    .work__container p {
      max-width: 100%; } }

.work__container-img {
  border-radius: 13px;
  position: absolute;
  width: 327px; }
  @media (max-width: 1064px) {
    .work__container-img.work__container-img_displai-non {
      display: none !important;
      max-height: 0 !important;
      max-width: 0 !important;
      opacity: 0 !important;
      pointer-events: none !important;
      visibility: hidden !important; } }

.work__container-img:nth-of-type(1) {
  left: 45%;
  top: 80px;
  width: 327px; }
  @media (max-width: 1195px) {
    .work__container-img:nth-of-type(1) {
      width: calc(100px + 227 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1064px) {
    .work__container-img:nth-of-type(1) {
      left: 55%; } }

.work__container-img:nth-of-type(2) {
  right: 0;
  top: 23px;
  width: 327px; }
  @media (max-width: 1195px) {
    .work__container-img:nth-of-type(2) {
      width: calc(100px + 227 * ((100vw - 320px) / 875)); } }

.work__container-img:nth-of-type(3) {
  left: 0;
  bottom: -120px;
  width: 585px; }
  @media (max-width: 1195px) {
    .work__container-img:nth-of-type(3) {
      width: calc(100px + 485 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1064px) {
    .work__container-img:nth-of-type(3) {
      width: 47%;
      bottom: -60px; } }

.work__container-img:nth-of-type(4) {
  width: 608px;
  right: 30px;
  bottom: 0;
  border-radius: 163px;
  width: 608px; }
  @media (max-width: 1195px) {
    .work__container-img:nth-of-type(4) {
      width: calc(100px + 508 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1064px) {
    .work__container-img:nth-of-type(4) {
      right: 0;
      width: 67%; } }

.work__container-swipertop {
  margin-top: 559px;
  position: relative;
  width: 100%;
  padding-left: 223px; }

.work__container-swipertop p {
  font-style: normal;
  font-weight: 400;
  font-size: 33px;
  line-height: 38px;
  color: #000000;
  max-width: 100%;
  margin-top: 0px; }

.work__container-swipertop .swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 54px;
  top: 50%;
  width: 54px;
  left: 119px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 31px;
  background-color: #2F2F2F;
  margin: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.work__container-swipertop .swiper-button-next:hover {
  -webkit-transform: translateY(-50%) translateX(-18px);
  -ms-transform: translateY(-50%) translateX(-18px);
  transform: translateY(-50%) translateX(-18px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 90px;
  background-color: #0E9540; }

.work__container-swipertop .swiper-button-next:active {
  -webkit-transform: translateY(-50%) translateX(-18px);
  -ms-transform: translateY(-50%) translateX(-18px);
  transform: translateY(-50%) translateX(-18px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 90px;
  background-color: #0b6e2f; }

.work__container-swipertop .swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 54px;
  width: 54px;
  top: 50%;
  left: 34px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 31px;
  background-color: #2F2F2F;
  margin: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.work__container-swipertop .swiper-button-prev:hover {
  -webkit-transform: translateY(-50%) translateX(-18px);
  -ms-transform: translateY(-50%) translateX(-18px);
  transform: translateY(-50%) translateX(-18px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 90px;
  background-color: #0E9540; }

.work__container-swipertop .swiper-button-prev:active {
  -webkit-transform: translateY(-50%) translateX(-18px);
  -ms-transform: translateY(-50%) translateX(-18px);
  transform: translateY(-50%) translateX(-18px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 90px;
  background-color: #0b6e2f; }

.work__container-swipertop .swiper-button-next.swiper-button-disabled, .work__container-swipertop .swiper-button-prev.swiper-button-disabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1; }

.work__container-swiper {
  margin-top: 54px;
  width: 100%;
  position: relative; }

.work__container-swiper .swiper-slide {
  height: 463px;
  width: auto;
  border-radius: 13px; }

.work__container-swiper .swiper-slide img {
  width: auto;
  height: 100%;
  border-radius: 13px; }

.work__container-swiper-btn {
  position: absolute;
  width: 287px;
  height: 62px;
  left: 51px;
  bottom: 41px;
  z-index: 3; }

/*================================*/
.work {
  margin-top: 0; }

@media (max-width: 860px) {
  .work-mb-wrapper1 {
    position: relative;
    width: 100%;
    margin: 30px 0;
    height: 1100px; } }
  @media (max-width: 860px) and (max-width: 1195px) {
    .work-mb-wrapper1 {
      height: calc(200px + 900 * ((100vw - 320px) / 875)); } }

@media (max-width: 860px) {
  .work-mb-wrapper1 .work__container-img:nth-of-type(1) {
    top: auto !important;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 275px; }
  .work-mb-wrapper1 .work__container-img:nth-of-type(2) {
    top: 0 !important;
    right: 0;
    width: 60%;
    height: 275px; }
  .work-mb-wrapper2 {
    position: relative;
    height: 350px;
    width: 100%;
    margin: 30px 0; } }
  @media (max-width: 860px) and (max-width: 1195px) {
    .work-mb-wrapper2 {
      height: calc(150px + 200 * ((100vw - 320px) / 875)); } }

@media (max-width: 860px) {
  .work-mb-wrapper2 .work__container-img:nth-of-type(3) {
    top: 0 !important;
    right: 0 !important;
    height: 125px; }
  .work-mb-wrapper2 .work__container-img:nth-of-type(4) {
    top: auto !important;
    bottom: 0 !important;
    right: 0 !important;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    height: 155px; }
  .work__container p {
    margin: 0 !important; }
  /*===============*/
  /*----------------*/ }

@media (max-width: 420px) {
  .work-mb-wrapper1 {
    height: 340px; }
  .work-mb-wrapper1 .work__container-img:nth-of-type(1) {
    top: auto !important;
    bottom: 0;
    left: 0;
    width: 60%; }
  .work-mb-wrapper1 .work__container-img:nth-of-type(2) {
    top: 0 !important;
    right: 0;
    width: 65%; }
  .work-mb-wrapper2 {
    position: relative; }
  .work-mb-wrapper2 .work__container-img:nth-of-type(3) {
    top: 0 !important;
    right: 0 !important;
    width: 60%; }
  .work-mb-wrapper2 .work__container-img:nth-of-type(4) {
    top: auto !important;
    bottom: 0 !important;
    right: 0 !important;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    width: 80%; }
  /*.work__container p {
    margin: 0 !important ;
  }*/ }

/*================================*/
/*.galler__block {
  display: inline-block;
  background: none;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}*/
.galler {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  margin-top: 180px;
  padding: 20px; }
  @media (max-width: 1195px) {
    .galler {
      margin-top: calc(5px + 175 * ((100vw - 320px) / 875)); } }
  .galler > h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 80px;
    color: #000;
    text-align: center;
    margin-bottom: 64px; }
    @media (max-width: 1195px) {
      .galler > h2 {
        font-size: calc(34px + 36 * ((100vw - 320px) / 875)); } }
    @media (max-width: 1195px) {
      .galler > h2 {
        line-height: calc(38px + 42 * ((100vw - 320px) / 875)); } }
    @media (max-width: 1195px) {
      .galler > h2 {
        margin-bottom: calc(20px + 44 * ((100vw - 320px) / 875)); } }
  @media (max-width: 767px) {
    .galler {
      padding: 10px;
      margin-top: 10px; } }

.galler__container {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 48px;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .galler__container {
      padding-bottom: 0; } }

.galler-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  margin-bottom: 2%; }
  @media (min-width: 1064px) {
    .galler-block:hover .galler-block__img {
      -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.3); }
    .galler-block:hover .galler-block__icon {
      top: 50%;
      -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
      opacity: 1; }
    .galler-block:hover .galler-block-video {
      width: 140px;
      opacity: 1; }
    .galler-block:hover .galler-block-video__title {
      opacity: 1;
      -webkit-transition: all 0.3s ease 0.1s;
      -o-transition: all 0.3s ease 0.1s;
      transition: all 0.3s ease 0.1s; } }
  @media (max-width: 767px) {
    .galler-block {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      margin-bottom: 24px; } }

.galler-block__img {
  padding-top: 60%;
  display: block;
  border-radius: 14px;
  margin-bottom: 16px;
  -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.galler-block__img-link {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9; }
  @media (min-width: 1064px) {
    .galler-block__img-link:hover ~ .galler-block__icon {
      background: rgba(255, 255, 255, 0.7);
      -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.2);
      -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
      transform: translate(-50%, -50%) scale(1.1); } }

.galler-block__icon {
  position: absolute;
  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;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0);
  left: 50%;
  top: 54%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.6);
  -ms-transform: translate(-50%, -50%) scale(0.6);
  transform: translate(-50%, -50%) scale(0.6);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0; }
  .galler-block__icon img {
    width: 25px; }
  @media (max-width: 1064px) {
    .galler-block__icon {
      opacity: 1;
      -webkit-transform: translate(0%);
      -ms-transform: translate(0%);
      transform: translate(0%);
      left: auto;
      right: 10px;
      top: 10px;
      width: 34px;
      height: 34px; }
      .galler-block__icon img {
        width: 12px; } }

.galler-block-video {
  position: absolute;
  bottom: 22px;
  left: 22px;
  display: block;
  width: 42px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 10; }
  .galler-block-video.galler-block-video_visebl {
    width: 140px; }
  .galler-block-video.galler-block-video_visebl .galler-block-video__title {
    opacity: 1; }
  @media (min-width: 1064px) {
    .galler-block-video:hover .galler-block-video__icon {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .galler-block-video:hover .galler-block-video__wrapper {
      -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.2);
      background: rgba(255, 255, 255, 0.7); } }
  @media (max-width: 1064px) {
    .galler-block-video {
      width: 140px; }
      .galler-block-video .galler-block-video__title {
        opacity: 1; } }

.galler-block-video__wrapper {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  border-radius: 50px;
  -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .galler-block-video__wrapper:before {
    content: "";
    position: absolute;
    display: block;
    left: 20px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px; }

.galler-block-video__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  height: 32px;
  background: rgba(14, 149, 64, 0.8);
  border-radius: 50%;
  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;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 10; }
  .galler-block-video__icon img {
    width: 11px;
    position: relative;
    left: 2px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }

.galler-block-video__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 11px;
  font-weight: 700;
  padding-left: 12px;
  color: #3c3c3c;
  position: absolute;
  right: 22px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.galler-block-content {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.galler-block-content__left {
  padding-right: 12px; }

.galler-block-content__title {
  font-size: 22px;
  color: #111;
  display: block;
  font-weight: 600;
  margin-bottom: 12px; }
  @media (max-width: 1195px) {
    .galler-block-content__title {
      font-size: calc(16px + 6 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .galler-block-content__title {
      margin-bottom: calc(6px + 6 * ((100vw - 320px) / 875)); } }

.galler-block-content__button {
  height: 56px;
  width: 100%;
  max-width: 196px;
  border-radius: 56px;
  border: 2px solid #0E9540;
  font-size: 12px;
  font-weight: 700;
  color: #0E9540;
  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;
  -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media (max-width: 1195px) {
    .galler-block-content__button {
      height: calc(34px + 22 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .galler-block-content__button {
      font-size: calc(8px + 4 * ((100vw - 320px) / 875)); } }
  @media (min-width: 1064px) {
    .galler-block-content__button:hover {
      background: #0E9540;
      color: #fff;
      -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1); }
    .galler-block-content__button:active {
      -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
      transform: translateY(2px);
      opacity: 0.8; } }

.galler-block-content__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.galler-block-content__number {
  font-size: 32px;
  color: #111;
  display: block;
  font-weight: 700;
  margin-bottom: 5px; }
  @media (max-width: 1195px) {
    .galler-block-content__number {
      font-size: calc(18px + 14 * ((100vw - 320px) / 875)); } }

.galler-block-content__sub-title {
  font-size: 12px;
  color: #111; }
  @media (max-width: 1195px) {
    .galler-block-content__sub-title {
      font-size: calc(8px + 4 * ((100vw - 320px) / 875)); } }

.galler-block.hide,
.galler-block.hide1,
.galler__container-more.hide {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
  padding: 0  !important;
  margin: 0 !important;
  position: absolute !important; }

.galler__icon {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 12px;
  padding-right: 12px;
  background: #039546;
  border-radius: 60px;
  color: #FFF;
  line-height: 38px;
  font-size: 16px;
  max-width: 75%;
  text-align: center;
  -ms-flex-item-align: end;
  align-self: flex-end; }
  @media (max-width: 1195px) {
    .galler__icon {
      line-height: calc(28px + 10 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .galler__icon {
      font-size: calc(12px + 4 * ((100vw - 320px) / 875)); } }

.galler__content {
  display: block;
  text-align: left; }

.galler__title {
  font-weight: 700;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 17px;
  display: block;
  margin-top: 45px; }

.galler__price {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  display: block; }

.galler__container-more {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 24px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent; }

/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
.ind {
  background-color: #F4F2EB;
  position: relative;
  padding-top: 244px;
  padding-bottom: 30px; }
  @media (max-width: 1195px) {
    .ind {
      padding-top: calc(20px + 224 * ((100vw - 320px) / 875)); } }
  .ind h2 {
    max-width: 662px;
    margin-left: 452px;
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 80px;
    color: #000;
    max-width: 45%;
    width: 100%;
    position: relative; }
    @media (max-width: 1195px) {
      .ind h2 {
        font-size: calc(34px + 36 * ((100vw - 320px) / 875)); } }
    @media (max-width: 1195px) {
      .ind h2 {
        line-height: calc(38px + 42 * ((100vw - 320px) / 875)); } }
    @media (max-width: 1064px) {
      .ind h2 {
        margin-left: 200px; } }
    @media (max-width: 767px) {
      .ind h2 {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 100%; } }
  .ind h2 img {
    position: absolute;
    top: 76px;
    left: -10px;
    fill: none; }
    @media (max-width: 767px) {
      .ind h2 img {
        width: 70%;
        top: auto;
        left: 0;
        bottom: 0;
        -webkit-transform: translateY(150%);
        -ms-transform: translateY(150%);
        transform: translateY(150%); } }
  .ind p {
    margin-left: 452px;
    margin-top: 34px;
    width: 458px;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    color: #000;
    max-width: 40%;
    margin-top: 38px;
    margin-bottom: 380px; }
    @media (max-width: 1195px) {
      .ind p {
        margin-bottom: calc(10px + 370 * ((100vw - 320px) / 875)); } }
    @media (max-width: 1064px) {
      .ind p {
        margin-left: 200px; } }
    @media (max-width: 767px) {
      .ind p {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 100%; } }
  @media (max-width: 1280px) {
    .ind {
      padding-bottom: 0; }
      .ind .wrapper {
        overflow: hidden; } }

.ind__w1-1 {
  position: absolute !important;
  bottom: -443px;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
  @media (max-width: 1280px) {
    .ind__w1-1 {
      bottom: 0; } }
  @media (max-width: 767px) {
    .ind__w1-1 {
      bottom: 0;
      height: auto; } }

.ind .icon__cir {
  position: absolute;
  top: 228px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.ind__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 2;
  position: relative;
  padding-bottom: 127px; }
  @media (max-width: 767px) {
    .ind__container {
      padding-top: 420px;
      padding-bottom: 480px; } }

.ind__container-img {
  border-radius: 13px;
  position: absolute; }
  @media (max-width: 767px) {
    .ind__container-img {
      height: 240px; } }

.ind__container-img:nth-of-type(1) {
  -webkit-transform: rotate(4.07deg);
  -ms-transform: rotate(4.07deg);
  transform: rotate(4.07deg);
  left: 0;
  top: -60px; }
  @media (max-width: 1064px) {
    .ind__container-img:nth-of-type(1) {
      width: 30%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media (max-width: 767px) {
    .ind__container-img:nth-of-type(1) {
      top: 0;
      left: 0;
      -webkit-transform: translateX(-30%) rotate(4.07deg);
      -ms-transform: translateX(-30%) rotate(4.07deg);
      transform: translateX(-30%) rotate(4.07deg);
      width: 70%;
      z-index: 2;
      height: 240px; } }

.ind__container-img:nth-of-type(2) {
  -webkit-transform: rotate(-3.1deg);
  -ms-transform: rotate(-3.1deg);
  transform: rotate(-3.1deg);
  left: 100px;
  top: 381px; }
  @media (max-width: 1064px) {
    .ind__container-img:nth-of-type(2) {
      width: 30%;
      left: 0;
      top: 17%;
      -webkit-transform: translateX(-30%) rotate(-3.1deg);
      -ms-transform: translateX(-30%) rotate(-3.1deg);
      transform: translateX(-30%) rotate(-3.1deg); } }
  @media (max-width: 767px) {
    .ind__container-img:nth-of-type(2) {
      top: 140px;
      right: 0;
      left: auto;
      -webkit-transform: translate(0%) rotate(-3.1deg);
      -ms-transform: translate(0%) rotate(-3.1deg);
      transform: translate(0%) rotate(-3.1deg);
      width: 70%;
      height: 240px; } }

.ind__container-img:nth-of-type(3) {
  -webkit-transform: rotate(3.64deg);
  -ms-transform: rotate(3.64deg);
  transform: rotate(3.64deg);
  right: 30%;
  bottom: 50px;
  width: 26%; }
  @media (max-width: 767px) {
    .ind__container-img:nth-of-type(3) {
      right: auto;
      left: 0;
      bottom: 120px;
      width: 90%;
      -webkit-transform: translateY(0%) rotate(3.64deg);
      -ms-transform: translateY(0%) rotate(3.64deg);
      transform: translateY(0%) rotate(3.64deg);
      height: 280px; } }
  @media (max-width: 767px) {
    .ind__container-img:nth-of-type(3) {
      height: 340px; } }

.ind__container-img:nth-of-type(4) {
  border-radius: 64px;
  -webkit-transform: rotate(-3.59deg);
  -ms-transform: rotate(-3.59deg);
  transform: rotate(-3.59deg);
  right: -25px;
  bottom: 140px;
  width: 26%; }
  @media (max-width: 767px) {
    .ind__container-img:nth-of-type(4) {
      right: auto;
      left: 0;
      width: 90%;
      bottom: 0px;
      height: 280px; } }

.ind__container-img:nth-of-type(5) {
  border-radius: 64px;
  -webkit-transform: rotate(-15.72deg);
  -ms-transform: rotate(-15.72deg);
  transform: rotate(-15.72deg);
  left: 36px;
  top: 719px; }
  @media (max-width: 1064px) {
    .ind__container-img:nth-of-type(5) {
      width: 30%;
      top: 35%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media (max-width: 767px) {
    .ind__container-img:nth-of-type(5) {
      left: auto;
      right: 0;
      top: auto;
      bottom: 40px;
      width: 90%;
      -webkit-transform: translate(20%, 0%) rotate(-15.72deg);
      -ms-transform: translate(20%, 0%) rotate(-15.72deg);
      transform: translate(20%, 0%) rotate(-15.72deg);
      height: 280px; } }

/*-------------------------------------*/
.ind__dop {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 1280px) {
    .ind__dop {
      padding-bottom: 320px; } }

.ind__dop h2 {
  text-align: center;
  position: relative;
  max-width: 732px;
  margin: auto;
  margin-top: 305px; }
  @media (max-width: 1195px) {
    .ind__dop h2 {
      margin-top: calc(130px + 175 * ((100vw - 320px) / 875)); } }
  @media (max-width: 767px) {
    .ind__dop h2 {
      margin-top: 30px; } }

.ind__dop h2 img {
  position: absolute;
  left: -96px;
  bottom: 0px;
  top: auto;
  fill: none;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%); }
  @media (max-width: 767px) {
    .ind__dop h2 img {
      width: 65%;
      bottom: 0;
      left: 0;
      -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%); } }

.ind__dop p {
  margin-top: 40px;
  max-width: 511px;
  text-align: center;
  margin: auto;
  margin-top: 35px;
  margin-bottom: 125px; }
  @media (max-width: 767px) {
    .ind__dop p {
      max-width: 100%; } }

.ind__dop-btn {
  /*margin-top: 40px;
  position: relative;
  z-index: 2;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 31px;
  position: relative;
  background: #0E9540;
  -webkit-box-shadow: 0 11px 26px rgba(6, 70, 30, 0.31);
  box-shadow: 0 11px 26px rgba(6, 70, 30, 0.31);
  border-radius: 50%;
  width: 182px;
  height: 182px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 2; }
  @media (max-width: 540px) {
    .ind__dop-btn {
      position: relative;
      -webkit-transform: translate(0%);
      -ms-transform: translate(0%);
      transform: translate(0%);
      right: 0;
      margin-top: 0px; } }
  .ind__dop-btn img {
    position: absolute;
    top: 96px;
    left: 118px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 25%; }
  @media (min-width: 1064px) {
    .ind__dop-btn:hover img {
      left: 121px; } }

.ind__dop-cont {
  margin-top: -45px;
  border-radius: 217px;
  width: 100%;
  height: 298px;
  position: relative; }
  @media (max-width: 1264px) {
    .ind__dop-cont {
      overflow: hidden; } }
  @media (max-width: 840px) {
    .ind__dop-cont {
      border-radius: 0;
      width: 105vw; } }

.ind__dop-cont::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: '';
  width: 110%;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 217px;
  height: 320px; }

.ind__dop-img {
  position: absolute;
  border-radius: 13px; }

.ind__dop-img:nth-of-type(1) {
  top: 0px;
  right: -21px;
  -webkit-transform: translateY(130%) rotate(8.3deg);
  -ms-transform: translateY(130%) rotate(8.3deg);
  transform: translateY(130%) rotate(8.3deg); }
  @media (max-width: 1064px) {
    .ind__dop-img:nth-of-type(1) {
      -webkit-transform: translate(50%, 130%) rotate(8.3deg);
      -ms-transform: translate(50%, 130%) rotate(8.3deg);
      transform: translate(50%, 130%) rotate(8.3deg); } }
  @media (max-width: 767px) {
    .ind__dop-img:nth-of-type(1) {
      height: 240px;
      background: #000; } }

.ind__dop-img:nth-of-type(2) {
  bottom: -180px;
  left: 75px;
  -webkit-transform: rotate(-10.07deg);
  -ms-transform: rotate(-10.07deg);
  transform: rotate(-10.07deg); }
  @media (max-width: 1280px) {
    .ind__dop-img:nth-of-type(2) {
      bottom: 0;
      -webkit-transform: rotate(-10.07deg) translateY(-30%);
      -ms-transform: rotate(-10.07deg) translateY(-30%);
      transform: rotate(-10.07deg) translateY(-30%); } }
  @media (max-width: 767px) {
    .ind__dop-img:nth-of-type(2) {
      -webkit-transform: rotate(-10.07deg) translate(-30%, -17%);
      -ms-transform: rotate(-10.07deg) translate(-30%, -17%);
      transform: rotate(-10.07deg) translate(-30%, -17%);
      width: 45%;
      height: 240px; } }
  @media (max-width: 480px) {
    .ind__dop-img:nth-of-type(2) {
      -webkit-transform: rotate(-10.07deg) translate(-40%, -17%);
      -ms-transform: rotate(-10.07deg) translate(-40%, -17%);
      transform: rotate(-10.07deg) translate(-40%, -17%);
      width: 60%; } }

.ind__dop-img:nth-of-type(3) {
  bottom: -245px;
  right: 46px;
  -webkit-transform: rotate(8.02deg);
  -ms-transform: rotate(8.02deg);
  transform: rotate(8.02deg); }
  @media (max-width: 1280px) {
    .ind__dop-img:nth-of-type(3) {
      bottom: 0;
      -webkit-transform: rotate(8.02deg) translateY(-10%);
      -ms-transform: rotate(8.02deg) translateY(-10%);
      transform: rotate(8.02deg) translateY(-10%); } }
  @media (max-width: 767px) {
    .ind__dop-img:nth-of-type(3) {
      -webkit-transform: rotate(8.02deg) translate(30%, -10%);
      -ms-transform: rotate(8.02deg) translate(30%, -10%);
      transform: rotate(8.02deg) translate(30%, -10%);
      width: 45%;
      height: 240px; } }
  @media (max-width: 480px) {
    .ind__dop-img:nth-of-type(3) {
      -webkit-transform: rotate(8.02deg) translate(40%, -10%);
      -ms-transform: rotate(8.02deg) translate(40%, -10%);
      transform: rotate(8.02deg) translate(40%, -10%);
      width: 60%; } }

/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
.dis {
  background-color: #F9F8F6;
  position: relative;
  z-index: 2;
  padding-top: 85px; }
  @media (max-width: 1064px) {
    .dis {
      margin-top: 0;
      padding-top: 45px; } }
  @media (max-width: 767px) {
    .dis {
      padding-top: 0; }
      .dis .wrapper.mb-no-pading {
        padding-left: 0 !important;
        padding-right: 0 !important; } }

.dis-overflov {
  overflow: hidden; }

/*.dis__w1-2 {
  position: absolute;
  bottom: -210px;
  left: 0;
  width: 100%;
}*/
.dis__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 10; }

.dis__container h2 {
  text-align: center;
  max-width: 769px;
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  color: #000; }
  @media (max-width: 1195px) {
    .dis__container h2 {
      font-size: calc(38px + 32 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .dis__container h2 {
      line-height: calc(42px + 38 * ((100vw - 320px) / 875)); } }
  .dis__container h2 span {
    font-weight: 400; }

.dis__container h2 img {
  position: absolute;
  top: 160px;
  left: -76px;
  fill: none; }
  @media (max-width: 1064px) {
    .dis__container h2 img {
      -webkit-transform: translateX(-60%);
      -ms-transform: translateX(-60%);
      transform: translateX(-60%);
      top: 84px;
      left: 0;
      z-index: -1; } }

.dis__container-items {
  position: relative;
  width: 100%;
  margin-top: 162px; }
  @media (max-width: 1195px) {
    .dis__container-items {
      margin-top: calc(30px + 132 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1064px) {
    .dis__container-items {
      padding-bottom: 880px; } }
  @media (max-width: 1064px) and (max-width: 1195px) {
    .dis__container-items {
      padding-bottom: calc(280px + 600 * ((100vw - 320px) / 875)); } }

.dis__container-items-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .dis__container-items-item img {
    width: 20px;
    margin-right: 15px;
    border-radius: 50%; }
  .dis__container-items-item p {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    color: #000; }
    @media (max-width: 1195px) {
      .dis__container-items-item p {
        font-size: calc(16px + 5 * ((100vw - 320px) / 875)); } }
    @media (max-width: 1195px) {
      .dis__container-items-item p {
        line-height: calc(18px + 6 * ((100vw - 320px) / 875)); } }
  @media (max-width: 840px) {
    .dis__container-items-item img {
      width: 32px; } }

.dis__container-items-item svg {
  margin-right: 15px; }

.dis__container-items-item p {
  max-width: 511px; }

.dis__container-items-item:nth-child(1) {
  margin-left: 285px; }
  @media (max-width: 1195px) {
    .dis__container-items-item:nth-child(1) {
      margin-left: calc(50px + 235 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1064px) {
    .dis__container-items-item:nth-child(1) {
      margin-left: 0; } }

.dis__container-items-item:nth-child(2) {
  margin-left: 407px;
  margin-top: 36px; }
  @media (max-width: 1195px) {
    .dis__container-items-item:nth-child(2) {
      margin-left: calc(70px + 337 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1064px) {
    .dis__container-items-item:nth-child(2) {
      margin-left: 0; } }

.dis__container-items-item:nth-child(3) {
  margin-left: 467px;
  margin-top: 52px; }
  @media (max-width: 1195px) {
    .dis__container-items-item:nth-child(3) {
      margin-left: calc(100px + 367 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1064px) {
    .dis__container-items-item:nth-child(3) {
      margin-left: 0; } }

.dis__container-items-item:nth-child(4) {
  margin-top: 52px;
  margin-left: 407px; }
  @media (max-width: 1195px) {
    .dis__container-items-item:nth-child(4) {
      margin-left: calc(70px + 337 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1064px) {
    .dis__container-items-item:nth-child(4) {
      margin-left: 0; } }

.dis__container-img {
  position: absolute;
  border-radius: 13px; }

.dis__container-img:nth-of-type(1) {
  -webkit-transform: rotate(-13.79deg);
  -ms-transform: rotate(-13.79deg);
  transform: rotate(-13.79deg);
  border-radius: 64px;
  top: 475px;
  left: 81px; }
  @media (max-width: 1064px) {
    .dis__container-img:nth-of-type(1) {
      top: auto;
      left: 0;
      bottom: 0;
      width: 55%;
      -webkit-transform: translate(0%, -18%) rotate(-13.79deg);
      -ms-transform: translate(0%, -18%) rotate(-13.79deg);
      transform: translate(0%, -18%) rotate(-13.79deg); } }

.dis__container-img:nth-of-type(2) {
  -webkit-transform: rotate(14.94deg) translate(25%, 25%);
  -ms-transform: rotate(14.94deg) translate(25%, 25%);
  transform: rotate(14.94deg) translate(25%, 25%);
  bottom: 0;
  right: 0;
  width: 18%; }
  @media (max-width: 1064px) {
    .dis__container-img:nth-of-type(2) {
      width: 55%;
      -webkit-transform: rotate(14.94deg) translate(0%, -18%);
      -ms-transform: rotate(14.94deg) translate(0%, -18%);
      transform: rotate(14.94deg) translate(0%, -18%); } }

/*============================*/
.dis__swiper {
  margin-top: 240px;
  margin-top: 240px;
  margin-bottom: 180px; }
  @media (max-width: 1195px) {
    .dis__swiper {
      margin-top: calc(100px + 140 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .dis__swiper {
      margin-bottom: calc(20px + 160 * ((100vw - 320px) / 875)); } }
  .dis__swiper h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 57px;
    color: #000; }
    @media (max-width: 1064px) {
      .dis__swiper h3 {
        font-size: 28px;
        line-height: 32px; } }
    @media (max-width: 767px) {
      .dis__swiper h3 {
        color: #fff; } }
  .dis__swiper p {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    color: #000; }
    @media (max-width: 1064px) {
      .dis__swiper p {
        font-size: 14px;
        line-height: 18px; } }
    @media (max-width: 767px) {
      .dis__swiper p {
        color: #fff; } }
  .dis__swiper .popap-standart-link {
    background: #0E9540;
    border-radius: 9px;
    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;
    min-height: 52px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100% !important;
    max-width: 290px; }
    @media (max-width: 767px) {
      .dis__swiper .popap-standart-link {
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        bottom: -35px;
        position: relative; } }
  .dis__swiper .slick-dots {
    display: none !important; }
  @media (max-width: 767px) {
    .dis__swiper {
      margin-top: 25px; } }

.dis .slick-list {
  overflow: visible !important; }

.dis .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 600px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.5; }
  @media (max-width: 1195px) {
    .dis .slick-slide {
      min-height: calc(200px + 400 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .dis .slick-slide {
      padding-right: calc(20px + 40 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .dis .slick-slide {
      padding-left: calc(20px + 40 * ((100vw - 320px) / 875)); } }
  .dis .slick-slide.slick-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  @media (max-width: 767px) {
    .dis .slick-slide {
      position: relative;
      min-height: 100vw; } }

.dis__swiper .swiper-slide.swiper-slide-prev {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.dis__swiper .swiper-slide.swiper-slide-next {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.dis__swiper .dis__swiper-next {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 54px;
  top: 110px;
  width: 54px;
  left: 145px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 31px;
  background-color: #2F2F2F;
  margin: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 2; }
  @media (max-width: 420px) {
    .dis__swiper .dis__swiper-next {
      top: 50px;
      left: 110px; } }

.dis__swiper .dis__swiper-next:hover {
  -webkit-transform: translateY(-50%) translateX(-18px);
  -ms-transform: translateY(-50%) translateX(-18px);
  transform: translateY(-50%) translateX(-18px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 90px;
  background-color: #0E9540;
  cursor: pointer; }

.dis__swiper .dis__swiper-next:active {
  -webkit-transform: translateY(-50%) translateX(-18px);
  -ms-transform: translateY(-50%) translateX(-18px);
  transform: translateY(-50%) translateX(-18px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 90px;
  background-color: #0b6e2f;
  cursor: pointer; }

.dis__swiper .dis__swiper-prev {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 54px;
  width: 54px;
  top: 110px;
  left: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 31px;
  background-color: #2F2F2F;
  margin: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 2; }
  @media (max-width: 1195px) {
    .dis__swiper .dis__swiper-prev {
      left: calc(20px + 40 * ((100vw - 320px) / 875)); } }
  @media (max-width: 420px) {
    .dis__swiper .dis__swiper-prev {
      top: 50px; } }

.dis__swiper .dis__swiper-prev:hover {
  -webkit-transform: translateY(-50%) translateX(-18px);
  -ms-transform: translateY(-50%) translateX(-18px);
  transform: translateY(-50%) translateX(-18px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 90px;
  background-color: #0E9540;
  cursor: pointer; }

.dis__swiper .dis__swiper-prev:active {
  -webkit-transform: translateY(-50%) translateX(-18px);
  -ms-transform: translateY(-50%) translateX(-18px);
  transform: translateY(-50%) translateX(-18px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 90px;
  background-color: #0b6e2f;
  cursor: pointer; }

.dis__swiper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  margin-top: 170px;
  margin-bottom: 50px;
  padding-right: 20px; }
  @media (max-width: 767px) {
    .dis__swiper-text {
      z-index: 10;
      background: rgba(0, 0, 0, 0.21);
      -webkit-backdrop-filter: blur(2.5px);
      backdrop-filter: blur(2.5px);
      width: 100%;
      margin-top: 40vw;
      padding: 30px;
      border-radius: 13px;
      margin-bottom: 35px; } }
  @media (max-width: 420px) {
    .dis__swiper-text {
      margin-top: 140px;
      padding-bottom: 0; } }

.dis__swiper-text h3 {
  max-width: 458px; }

.dis__swiper-text p {
  max-width: 458px;
  margin-top: 34px; }

.dis__swiper-text-btn {
  width: 287px;
  margin-top: 34px; }

.dis__swiper-img {
  border-radius: 13px;
  width: 45%; }
  @media (max-width: 767px) {
    .dis__swiper-img {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 0; } }

/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
.que {
  position: relative;
  background-color: #F4F2EB;
  z-index: 1;
  padding-top: 80px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .que {
      padding-bottom: 55px; } }

.dis-bottom-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
  z-index: 1; }

.que__container {
  margin-top: 250px; }
  @media (max-width: 1195px) {
    .que__container {
      margin-top: calc(20px + 230 * ((100vw - 320px) / 875)); } }
  @media (max-width: 767px) {
    .que__container {
      margin-top: 0; } }

.que__container-quest {
  width: 100%;
  z-index: 2;
  position: relative; }

.que__container-quest-item {
  background: #F9F8F5;
  -webkit-box-shadow: inset 12px 6px 23px #F4F2EB;
  box-shadow: inset 12px 6px 23px #F4F2EB;
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px; }
  @media (max-width: 1195px) {
    .que__container-quest-item {
      padding: calc(15px + 25 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1064px) {
    .que__container-quest-item {
      padding-left: 0px;
      padding-right: 0px; } }

.que__container-quest-item-title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  color: #000000;
  max-width: 530px;
  margin-bottom: 30px; }
  @media (max-width: 1195px) {
    .que__container-quest-item-title {
      font-size: calc(18px + 22 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .que__container-quest-item-title {
      line-height: calc(24px + 22 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .que__container-quest-item-title {
      margin-bottom: calc(15px + 15 * ((100vw - 320px) / 875)); } }

.fancybox__content .que__container-quest-item-title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  color: #000000;
  max-width: 530px;
  margin-bottom: 30px; }
  @media (max-width: 1195px) {
    .fancybox__content .que__container-quest-item-title {
      font-size: calc(18px + 22 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .fancybox__content .que__container-quest-item-title {
      line-height: calc(24px + 22 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .fancybox__content .que__container-quest-item-title {
      margin-bottom: calc(15px + 15 * ((100vw - 320px) / 875)); } }

.que__container-quest-item-subtitle {
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center; }

.quiz__subtitle {
  padding: 20px;
  border-radius: 8px;
  background-color: #0e9540;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 1195px) {
    .quiz__subtitle {
      padding: calc(12px + 8 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .quiz__subtitle {
      font-size: calc(12px + 6 * ((100vw - 320px) / 875)); } }
  .quiz__subtitle img {
    width: 20px;
    margin-right: 15px; }

.que__container-quest-item-road {
  margin-top: 41px;
  width: 100%; }
  .que__container-quest-item-road img {
    height: 17px;
    height: 17px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (max-width: 1195px) {
      .que__container-quest-item-road img {
        height: calc(10px + 7 * ((100vw - 320px) / 875)); } }

.que__container-quest-item-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .que__container-quest-item-form#qform4 label,
  .que__container-quest-item-form#qform6 label {
    min-height: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .que__container-quest-item-form#qform4 label,
  .que__container-quest-item-form#qform6 label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-left: 42px; }
  .que__container-quest-item-form#qform4 label:before,
  .que__container-quest-item-form#qform6 label:before {
    content: "";
    width: 28px;
    height: 28px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.3); }
  .que__container-quest-item-form#qform4 label:after,
  .que__container-quest-item-form#qform6 label:after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("../static/img/icon/5.jpg");
    position: absolute;
    left: 2px;
    top: 5px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  .que__container-quest-item-form#qform4 label.active:after,
  .que__container-quest-item-form#qform6 label.active:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

.que__container-quest-item#que7 button.erd {
  display: none; }

.que__container-quest-item-form-cont {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .que__container-quest-item-form-cont.q5 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .que__container-quest-item-form-cont.q5 label {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
    margin-right: 0 !important; }
    @media (max-width: 540px) {
      .que__container-quest-item-form-cont.q5 label {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 45% !important;
        flex: 0 0 45% !important;
        max-width: 45% !important; } }
  .que__container-quest-item-form-cont.q5 img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media (max-width: 1064px) {
    .que__container-quest-item-form-cont {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.inp-with-inp-c {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 25px;
  padding-left: 42px;
  position: relative;
  /*&#qform4 label,
  &#qform6 label{
    min-height: 28px;
    align-items: center;
  }
  &#qform4 label,
  &#qform6 label{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-left: 42px;
  }*/
  /*&#qform4 label:after,
  &#qform6 label:after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("../static/img/icon/5.jpg");
    position: absolute;
    left: 2px;
    top: 5px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease 0s;

    transform: scale(0);
    opacity: 0;
  }
  &#qform4 label.active:after,
  &#qform6 label.active:after {
    transform: scale(1);
    opacity: 1;
  }*/ }
  .inp-with-inp-c span:nth-child(1):before {
    content: "";
    width: 28px;
    height: 28px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.3); }
  .inp-with-inp-c span:nth-child(2) {
    font-size: 18px;
    font-weight: 700;
    margin-top: 8px;
    color: #000; }
    @media (max-width: 1195px) {
      .inp-with-inp-c span:nth-child(2) {
        font-size: calc(16px + 2 * ((100vw - 320px) / 875)); } }

/*
.que__container-quest-item-form-cont label {
  margin-bottom: 16px;
  //margin-right: 53px;
  //width: calc(25% - 53px);
  flex: 0 0 22%;
  max-width: 22%;
  margin-right: 4%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;

  & > span {
    //font-size: 18px;
    @include adaptiv-value("font-size", 18, 16, 1);
    font-weight: 700;
    margin-top: 8px;
    color: #000;
  }
  & img {
    width: 100%;
    border: 4px solid rgba(0, 0, 0, 0);
  }

  @media (min-width: 1064px) {
    &:nth-child(4n) {
      margin-right: 0;
    }
  }
  @media (max-width: 1064px) {
    flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 4%;
    margin-right: 0;
  }
}
.que__container-quest-item-form-cont {
  @media (max-width: 1064px) {
    padding: 15px;
  }
  @media (max-width: 1064px) {
    transform: translate(0%) !important;
    left: 0 !important;
    justify-content: space-around !important;
  }
  @media (max-width: 420px) {
    width: 100% !important;
    justify-content: space-between !important;
  }
}

.que__container-quest-item-form-cont label:hover {
  cursor: pointer;
}

.que__container-quest-item-form-cont label input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
}

.que__container-quest-item-form-cont label img {
  border-radius: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 4px solid transparent;
}

.que__container-quest-item-form-cont label p {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin-top: 15px;
}
*/
/*
.que__container-quest-item-form-cont label img.que-icon-galka {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: -34px;
  right: -29px;
  transition: 0.3s;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 0px solid #fff !important;
  box-shadow: 0px 7px 17px rgba(14, 149, 64, 0.48);
  @media (max-width: 1064px) {
    width: 28px;
    height: 28px;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
  }
}

.que__container-quest-item-form-cont label.active img {
  border: 4px solid #0E9540;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.que__container-quest-item-form-cont label.active img.que-icon-galka {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}*/
.que__container-quest-item-form-btns-back {
  width: 189px;
  background: #F4F2EB;
  border-radius: 9px;
  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;
  min-height: 52px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #868686;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 20px; }

.que__container-quest-item-form-btns-back svg {
  margin-right: 23px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.que__container-quest-item-form-btns-back:hover {
  background-color: #e7e7e5;
  color: #868686;
  cursor: pointer; }

.que__container-quest-item-form-btns-back:hover svg {
  margin-right: 23px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px); }

.que__container-quest-item-form-btns-back:active {
  background-color: #d4d4d1;
  color: #868686;
  cursor: pointer; }

.que__container-quest-item-form-btns-back:active svg {
  margin-right: 23px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px); }

.que__container-quest-item-form-btns button {
  width: 189px;
  border: none; }

.que__container-quest-sec .que__container-quest-item-form-cont {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.que__container-quest-sec .que__container-quest-item-form-cont label {
  width: auto;
  margin-right: 0px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.que__container-quest-sec .que__container-quest-item-form-cont label p {
  margin-top: 0; }

@media (max-width: 420px) {
  .inp-with-inp {
    width: 100% !important; } }

.que__container-quest-sec .que__container-quest-item-form-cont input[type='text'],
.que__container-quest-sec .que__container-quest-item-form-cont input[type='tel'] {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  border: 1px solid #EDEDEC;
  border-radius: 9px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #A4A4A4;
  width: 258px;
  height: 62px;
  padding: 20px 30px;
  margin-top: 30px; }
  @media (max-width: 420px) {
    .que__container-quest-sec .que__container-quest-item-form-cont input[type='text'],
    .que__container-quest-sec .que__container-quest-item-form-cont input[type='tel'] {
      width: 100% !important; } }

.que__container-quest-sec .que__container-quest-item-form-cont label input[type='text']::-webkit-input-placeholder,
.que__container-quest-sec .que__container-quest-item-form-cont input[type='tel']::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #A4A4A4; }

.que__container-quest-sec .que__container-quest-item-form-cont label input[type='text']::-moz-placeholder,
.que__container-quest-sec .que__container-quest-item-form-cont input[type='tel']::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #A4A4A4; }

.que__container-quest-sec .que__container-quest-item-form-cont label input[type='text']:-ms-input-placeholder,
.que__container-quest-sec .que__container-quest-item-form-cont input[type='tel']:-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #A4A4A4; }

.que__container-quest-sec .que__container-quest-item-form-cont label input[type='text']::-ms-input-placeholder,
.que__container-quest-sec .que__container-quest-item-form-cont input[type='tel']::-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #A4A4A4; }

.que__container-quest-sec .que__container-quest-item-form-cont label input[type='text']::placeholder,
.que__container-quest-sec .que__container-quest-item-form-cont input[type='tel']::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #A4A4A4; }

.que__container-quest-sec .que__container-quest-item-form-cont label input[type='text']:focus,
.que__container-quest-sec .que__container-quest-item-form-cont input[type='tel']:focus {
  border-color: #0E9540; }

.que__container-quest-sec .que__container-quest-item-form-cont label div {
  position: relative;
  width: 28px;
  height: 28px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-right: 13px; }

.que__container-quest-sec .que__container-quest-item-form-cont label div svg {
  position: absolute;
  top: 0;
  left: 0; }

.que__container-quest-sec .que__container-quest-item-form-cont .inp-with-inp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.que__container-quest-sec .que__container-quest-item-form-cont .inp-with-inp-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  width: auto;
  /*border-radius: none;*/
  border: none;
  margin-right: 0px; }

.que__container-quest-sec .que__container-quest-item-form-cont input[type='text'] {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  border: 1px solid #EDEDEC;
  border-radius: 9px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #A4A4A4;
  width: 258px;
  height: 62px;
  padding: 20px 30px;
  margin-top: 30px; }

.que__container-quest-sec .que__container-quest-item-form-cont input[type='text']::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #A4A4A4; }

.que__container-quest-sec .que__container-quest-item-form-cont input[type='text']::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #A4A4A4; }

.que__container-quest-sec .que__container-quest-item-form-cont input[type='text']:-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #A4A4A4; }

.que__container-quest-sec .que__container-quest-item-form-cont input[type='text']::-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #A4A4A4; }

.que__container-quest-sec .que__container-quest-item-form-cont input[type='text']::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #A4A4A4; }

.que__container-quest-sec .que__container-quest-item-form-cont input[type='text']:focus {
  border-color: #0E9540; }

.que__container-quest-sec .que__container-quest-item-form-cont input[type='text'].error {
  color: red;
  border-color: red; }

.que__container-quest-sec .que__container-quest-item-form-cont input[type='text'].error::-webkit-input-placeholder {
  color: red; }

.que__container-quest-sec .que__container-quest-item-form-cont input[type='text'].error::-moz-placeholder {
  color: red; }

.que__container-quest-sec .que__container-quest-item-form-cont input[type='text'].error:-ms-input-placeholder {
  color: red; }

.que__container-quest-sec .que__container-quest-item-form-cont input[type='text'].error::-ms-input-placeholder {
  color: red; }

.que__container-quest-sec .que__container-quest-item-form-cont input[type='text'].error::placeholder {
  color: red; }

.que__container-quest-sec .lgb {
  width: 380px; }

.que__container-quest-last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.que__container-quest-last .que__container-quest-item-title {
  font-weight: 400; }

.que__container-quest-last svg {
  margin-bottom: 34px; }

.que__container-quest-last .green-btn {
  width: 278px;
  margin-top: 73px; }

/*=======================================*/
.que__container-bot {
  padding-bottom: 290px;
  margin-top: 161px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }
  @media (max-width: 767px) {
    .que__container-bot {
      margin-top: 50px; } }
  @media (max-width: 420px) {
    .que__container-bot {
      padding-bottom: 250px; } }

.que__container-bot h3 {
  max-width: 469px;
  position: relative;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 57px;
  color: #000; }
  @media (max-width: 1195px) {
    .que__container-bot h3 {
      font-size: calc(42px + 8 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .que__container-bot h3 {
      line-height: calc(46px + 11 * ((100vw - 320px) / 875)); } }
  @media (max-width: 767px) {
    .que__container-bot h3 {
      margin-top: 700px;
      margin-bottom: 39px; } }
  @media (max-width: 767px) and (max-width: 1195px) {
    .que__container-bot h3 {
      margin-top: calc(400px + 300 * ((100vw - 320px) / 875)); } }
  @media (max-width: 420px) {
    .que__container-bot h3 {
      margin-top: 700px; } }
  @media (max-width: 420px) and (max-width: 1195px) {
    .que__container-bot h3 {
      margin-top: calc(280px + 420 * ((100vw - 320px) / 875)); } }

.que__container-bot h3 img {
  position: absolute;
  bottom: -46px;
  left: 32px;
  fill: none;
  height: 32px; }
  @media (max-width: 1195px) {
    .que__container-bot h3 img {
      height: calc(30px + 2 * ((100vw - 320px) / 875)); } }
  @media (max-width: 767px) {
    .que__container-bot h3 img {
      bottom: 0px;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%); } }

.que__container-bot p {
  max-width: 458px;
  text-align: center;
  margin-top: 100px;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  color: #000; }
  @media (max-width: 1195px) {
    .que__container-bot p {
      margin-top: calc(30px + 70 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .que__container-bot p {
      font-size: calc(14px + 7 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .que__container-bot p {
      line-height: calc(17px + 7 * ((100vw - 320px) / 875)); } }
  .que__container-bot p span {
    font-weight: 700; }
  @media (max-width: 767px) {
    .que__container-bot p {
      margin-bottom: 100px; } }
  @media (max-width: 767px) and (max-width: 1195px) {
    .que__container-bot p {
      margin-bottom: calc(40px + 60 * ((100vw - 320px) / 875)); } }
  @media (max-width: 420px) {
    .que__container-bot p {
      margin-bottom: 0; } }

.que__container-bot-img {
  position: absolute;
  border-radius: 13px; }

.que__container-bot-img:nth-of-type(1) {
  left: 58px;
  top: -91px;
  width: 17%;
  -webkit-transform: rotate(-8.6deg);
  -ms-transform: rotate(-8.6deg);
  transform: rotate(-8.6deg); }
  @media (max-width: 1200px) {
    .que__container-bot-img:nth-of-type(1) {
      -webkit-transform: translateX(-20%) rotate(-8.6deg);
      -ms-transform: translateX(-20%) rotate(-8.6deg);
      transform: translateX(-20%) rotate(-8.6deg); } }
  @media (max-width: 1064px) {
    .que__container-bot-img:nth-of-type(1) {
      width: 40%;
      -webkit-transform: translateX(-90%) rotate(-8.6deg);
      -ms-transform: translateX(-90%) rotate(-8.6deg);
      transform: translateX(-90%) rotate(-8.6deg); } }
  @media (max-width: 767px) {
    .que__container-bot-img:nth-of-type(1) {
      width: 55%;
      left: 0;
      top: 0;
      -webkit-transform: translateX(-10%) rotate(-8.6deg);
      -ms-transform: translateX(-10%) rotate(-8.6deg);
      transform: translateX(-10%) rotate(-8.6deg); } }

.que__container-bot-img:nth-of-type(2) {
  left: 47px;
  top: 188px;
  border-radius: 163.5px;
  width: 23%;
  -webkit-transform: rotate(-6.16deg);
  -ms-transform: rotate(-6.16deg);
  transform: rotate(-6.16deg); }
  @media (max-width: 1200px) {
    .que__container-bot-img:nth-of-type(2) {
      -webkit-transform: translateX(-20%) rotate(-6.16deg);
      -ms-transform: translateX(-20%) rotate(-6.16deg);
      transform: translateX(-20%) rotate(-6.16deg); } }
  @media (max-width: 1064px) {
    .que__container-bot-img:nth-of-type(2) {
      width: 40%;
      -webkit-transform: translateX(-90%) rotate(-6.16deg);
      -ms-transform: translateX(-90%) rotate(-6.16deg);
      transform: translateX(-90%) rotate(-6.16deg); } }
  @media (max-width: 767px) {
    .que__container-bot-img:nth-of-type(2) {
      width: 55%;
      left: auto;
      right: 0;
      top: 0;
      -webkit-transform: translateX(10%) rotate(8.6deg);
      -ms-transform: translateX(10%) rotate(8.6deg);
      transform: translateX(10%) rotate(8.6deg); } }

.que__container-bot-img:nth-of-type(3) {
  top: -93px;
  right: 137px;
  width: 15%;
  -webkit-transform: rotate(8.02deg);
  -ms-transform: rotate(8.02deg);
  transform: rotate(8.02deg); }
  @media (max-width: 1200px) {
    .que__container-bot-img:nth-of-type(3) {
      -webkit-transform: translateX(20%) rotate(8.02deg);
      -ms-transform: translateX(20%) rotate(8.02deg);
      transform: translateX(20%) rotate(8.02deg); } }
  @media (max-width: 1064px) {
    .que__container-bot-img:nth-of-type(3) {
      width: 30%;
      -webkit-transform: translateX(100%) rotate(8.02deg);
      -ms-transform: translateX(100%) rotate(8.02deg);
      transform: translateX(100%) rotate(8.02deg); } }
  @media (max-width: 767px) {
    .que__container-bot-img:nth-of-type(3) {
      width: 45%;
      right: 0;
      top: auto;
      bottom: 0;
      -webkit-transform: translateX(10%) rotate(8.02deg);
      -ms-transform: translateX(10%) rotate(8.02deg);
      transform: translateX(10%) rotate(8.02deg); } }

.que__container-bot-img:nth-of-type(4) {
  top: 109px;
  right: 8px;
  width: 15%;
  -webkit-transform: rotate(4.87deg);
  -ms-transform: rotate(4.87deg);
  transform: rotate(4.87deg); }
  @media (max-width: 1200px) {
    .que__container-bot-img:nth-of-type(4) {
      -webkit-transform: translateX(20%) rotate(4.87deg);
      -ms-transform: translateX(20%) rotate(4.87deg);
      transform: translateX(20%) rotate(4.87deg); } }
  @media (max-width: 1064px) {
    .que__container-bot-img:nth-of-type(4) {
      width: 30%;
      -webkit-transform: translateX(100%) rotate(4.87deg);
      -ms-transform: translateX(100%) rotate(4.87deg);
      transform: translateX(100%) rotate(4.87deg); } }
  @media (max-width: 767px) {
    .que__container-bot-img:nth-of-type(4) {
      width: 45%;
      right: 50%;
      top: auto;
      bottom: -20px;
      -webkit-transform: translateX(50%) rotate(-8.02deg);
      -ms-transform: translateX(50%) rotate(-8.02deg);
      transform: translateX(50%) rotate(-8.02deg); } }

.que__container-bot-img:nth-of-type(5) {
  top: 329px;
  right: 124px;
  width: 15%;
  -webkit-transform: rotate(-8.6deg);
  -ms-transform: rotate(-8.6deg);
  transform: rotate(-8.6deg); }
  @media (max-width: 1200px) {
    .que__container-bot-img:nth-of-type(5) {
      -webkit-transform: translateX(20%) rotate(-8.6deg);
      -ms-transform: translateX(20%) rotate(-8.6deg);
      transform: translateX(20%) rotate(-8.6deg); } }
  @media (max-width: 1064px) {
    .que__container-bot-img:nth-of-type(5) {
      width: 30%;
      -webkit-transform: translateX(100%) rotate(-8.6deg);
      -ms-transform: translateX(100%) rotate(-8.6deg);
      transform: translateX(100%) rotate(-8.6deg); } }
  @media (max-width: 767px) {
    .que__container-bot-img:nth-of-type(5) {
      width: 45%;
      right: auto;
      left: 0;
      top: auto;
      bottom: 0;
      -webkit-transform: translateX(-10%) rotate(8.02deg);
      -ms-transform: translateX(-10%) rotate(8.02deg);
      transform: translateX(-10%) rotate(8.02deg); } }

.header__menu {
  display: none; }

/*===================================*/
/*=============================================================================================================================================*/
.que__container-quest {
  position: relative; }

@media (max-width: 767px) {
  .que__container-quest {
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    transform: translate(0%); }
  .que__container-quest-item-form-cont {
    left: 50%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%); } }

@media (max-width: 767px) {
  .que__container-quest-item-title {
    font-size: 28px; }
  .fancybox__slide {
    padding: 8px; }
  .fancybox__content {
    max-height: 97vh;
    height: 100%;
    padding-top: 40px; } }

.que__container-quest-item {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none; }

.fancybox__content::-webkit-scrollbar {
  width: 6px; }

.fancybox__content::-webkit-scrollbar-track {
  background-color: rgba(229, 229, 229, 0.5); }

.fancybox__content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  display: block;
  max-height: 30px; }

.fancybox__content .que__container-quest-item {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.que__container-quest-item.hide {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
  max-height: 0;
  visibility: hidden !important; }

.carousel__button {
  top: 5px !important;
  right: 12px !important;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.2); }

@media (min-width: 920px) {
  .fancybox__viewport .que__container-quest-item-form {
    max-width: 80%; } }

.globalClass_cbfb {
  display: none !important;
  max-height: 0 !important;
  max-width: 0 !important; }

@media (max-width: 1720px) {
  .fancybox__content .que__container-quest-item-title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 8px; } }

@media (max-width: 1720px) {
  .que__container-quest-item-subtitle {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 12px; } }

.quiz__subtitle {
  max-height: 40px; }

.fancybox__slide {
  padding-top: 25px;
  padding-bottom: 25px; }

/*==============================================================*/
@media (max-width: 1064px) {
  .que__container-quest-item {
    padding-left: 12px;
    padding-right: 12px; } }

.test-two__sub-title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px;
  color: #0E9540;
  text-align: left;
  display: block;
  width: 100%; }

.test-two__title {
  font-size: 32px;
  font-weight: 700;
  margin-top: 8px;
  color: #000;
  text-align: left;
  display: block;
  width: 100%;
  margin-bottom: 25px; }
  @media (max-width: 1195px) {
    .test-two__title {
      font-size: calc(26px + 6 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .test-two__title {
      margin-bottom: calc(10px + 15 * ((100vw - 320px) / 875)); } }

/*==================================================================*/
.test-two-1-body {
  width: 100%;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 920px) {
    .test-two-1-body {
      display: block; } }

.test-two__slaids {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  position: relative; }
  .test-two__slaids._minemalezm .test-two-slaid__minemal,
  .test-two__slaids._scandinaf .test-two-slaid__scand,
  .test-two__slaids._loft .test-two-slaid__loft,
  .test-two__slaids._neonika .test-two-slaid__neoneca,
  .test-two__slaids._prema .test-two-slaid__primai,
  .test-two__slaids._ugol .test-two-slaid__ugol,
  .test-two__slaids._p-obras .test-two-slaid__p-obras,
  .test-two__slaids._ton-f .test-two-slaid__f,
  .test-two__slaids._ton-b .test-two-slaid__b {
    opacity: 1;
    position: relative; }
  .test-two__slaids._dop-bar .test-two-slaid__dop-normal,
  .test-two__slaids._dop-ost .test-two-slaid__dop-normal {
    position: absolute !important;
    opacity: 0 !important; }
  .test-two__slaids._dop-bar .test-two-slaid__dop-bar,
  .test-two__slaids._dop-ost .test-two-slaid__dop-ost {
    position: relative !important;
    opacity: 1 !important; }

.test-two-slaid {
  padding-top: 85%; }

.test-two-slaid__wrapper {
  position: absolute;
  opacity: 0; }

.test-two-slaid__dop-normal {
  opacity: 1 !important;
  position: relative !important; }

.test-two-form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  padding-left: 20px;
  padding-top: 25px; }
  @media (max-width: 920px) {
    .test-two-form {
      max-width: none;
      padding-left: 0; } }

.test-two-form__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px; }

.test-two-form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px; }
  .test-two-form__body.test-two-form__body_no-margin {
    margin-bottom: 0; }

.test-two-form-checbocs input {
  max-width: 0;
  max-height: 0;
  opacity: 0;
  pointer-events: none; }

.test-two-form-checbocs label {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 600;
  background: #ecedf4;
  border-radius: 50px;
  margin-right: 12px;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer; }
  @media (max-width: 1195px) {
    .test-two-form-checbocs label {
      padding-top: calc(4px + 4 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .test-two-form-checbocs label {
      padding-bottom: calc(4px + 4 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .test-two-form-checbocs label {
      padding-left: calc(10px + 5 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .test-two-form-checbocs label {
      padding-right: calc(10px + 5 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .test-two-form-checbocs label {
      font-size: calc(14px + 2 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .test-two-form-checbocs label {
      margin-right: calc(6px + 6 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .test-two-form-checbocs label {
      margin-bottom: calc(8px + 4 * ((100vw - 320px) / 875)); } }

.test-two-form-checbocs label._active {
  background: #0E9540;
  color: #fff; }

.test-two-form__button {
  padding-left: 16px;
  padding-right: 16px; }
  .test-two-form__button img {
    width: 22px;
    margin-right: 10px; }

/*==================================================*/
.test-two-4__sub-title {
  color: rgba(244, 242, 235, 0);
  pointer-events: none; }

.test-two-4__input-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }
  @media (max-width: 767px) {
    .test-two-4__input-body {
      display: block; } }

.test-two-4__input-blok {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%; }

.test-two-4__input {
  display: block;
  margin-bottom: 18px; }
  .test-two-4__input span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px; }
  .test-two-4__input input,
  .test-two-4__input textarea {
    display: block;
    width: 100%;
    height: 65px;
    padding: 0 15px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    background: #f4f2eb;
    border: 2px solid #f4f2eb;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .test-two-4__input input::-webkit-input-placeholder,
    .test-two-4__input textarea::-webkit-input-placeholder {
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .test-two-4__input input::-moz-placeholder,
    .test-two-4__input textarea::-moz-placeholder {
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .test-two-4__input input.error,
    .test-two-4__input textarea.error {
      border: 2px solid rgba(255, 66, 0, 0.5);
      color: rgba(255, 66, 0, 0.7); }
    .test-two-4__input input.error::-webkit-input-placeholder,
    .test-two-4__input textarea.error::-webkit-input-placeholder {
      color: rgba(255, 66, 0, 0.7); }
    .test-two-4__input input.error::-moz-placeholder,
    .test-two-4__input textarea.error::-moz-placeholder {
      color: rgba(255, 66, 0, 0.7); }
  .test-two-4__input:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .test-two-4__input {
      margin-bottom: 12px !important; } }

.test-two-4__input-100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }
  .test-two-4__input-100 textarea {
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    padding-top: 17px;
    resize: none; }
    @media (max-width: 767px) {
      .test-two-4__input-100 textarea {
        height: 120px; } }

.test-two-4__checbocs-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #f4f2eb;
  height: 50px;
  margin-bottom: 32px;
  padding: 5px;
  border-radius: 5px; }
  @media (max-width: 420px) {
    .test-two-4__checbocs-body {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: auto; } }

.test-two-4-checbocs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 12px;
  position: relative; }
  .test-two-4-checbocs input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden; }
  .test-two-4-checbocs label {
    max-width: 180px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 42px;
    padding-right: 42px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    @media (max-width: 1195px) {
      .test-two-4-checbocs label {
        padding-left: calc(35px + 7 * ((100vw - 320px) / 875)); } }
    @media (max-width: 1195px) {
      .test-two-4-checbocs label {
        padding-right: calc(35px + 7 * ((100vw - 320px) / 875)); } }
    @media (max-width: 420px) {
      .test-two-4-checbocs label {
        width: 100%; } }
  .test-two-4-checbocs label span {
    color: #9c9c9c;
    font-size: 15px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    @media (max-width: 1195px) {
      .test-two-4-checbocs label span {
        font-size: calc(12px + 3 * ((100vw - 320px) / 875)); } }
  .test-two-4-checbocs label img {
    height: 23px;
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    @media (max-width: 420px) {
      .test-two-4-checbocs label img {
        height: 17px; } }
  .test-two-4-checbocs input:checked + label {
    background: #fff; }
  .test-two-4-checbocs input:checked + label span {
    color: #0e9540; }
  .test-two-4-checbocs input:checked + label .test-two-4-checbocs__normal {
    opacity: 1; }
  .test-two-4-checbocs input:checked + label .test-two-4-checbocs__normal-f {
    opacity: 0; }
  @media (max-width: 420px) {
    .test-two-4-checbocs {
      max-width: 48%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
      height: 32px;
      margin-bottom: 12px; }
      .test-two-4-checbocs:last-child {
        margin-bottom: 0; } }

.test-two-4-checbocs__normal {
  opacity: 0; }

.test-two-3__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  max-width: 100%;
  margin-top: 32px; }

.quiz__subtitle-wrap {
  max-width: 100% !important;
  width: 100% !important;
  height: auto;
  margin-bottom: 14px; }

.quiz__subtitle {
  display: inline-block;
  max-height: none;
  padding: 8px 14px; }

/*======================================================*/
.test-two-present {
  max-width: 100%;
  width: 100%; }
  .test-two-present input {
    display: none;
    max-height: 0;
    max-width: 0;
    opacity: 0; }
  .test-two-present label {
    display: block;
    cursor: pointer; }
  .test-two-present input:checked + label .test-two-present__img {
    border: 2px solid rgba(14, 149, 64, 0.8); }

.test-two-present__title {
  display: block;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 12px;
  color: rgba(14, 149, 64, 0.8); }

.test-two-present__body {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }
  @media (max-width: 620px) {
    .test-two-present__body {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.test-two-present__blok {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 100px;
  margin-right: 16px; }
  @media (max-width: 620px) {
    .test-two-present__blok {
      margin-right: 0; } }

.test-two-present__img {
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  padding-top: 65%;
  margin-bottom: 3px;
  border-radius: 3px;
  border: 2px solid #f4f2eb;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.test-two-present__text {
  font-size: 10px;
  font-weight: 600;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

/*=================================================*/
.popup-ponel {
  width: 100%;
  margin-top: 22px;
  max-width: 920px; }
  .popup-ponel .popup-link {
    width: 100%;
    max-width: 100%;
    border-radius: 50px; }
    @media (max-width: 420px) {
      .popup-ponel .popup-link {
        height: 60px !important; } }

.popup-ponel-header {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.popup-ponel-header__title {
  font-size: 24px;
  font-weight: 500; }
  @media (max-width: 1195px) {
    .popup-ponel-header__title {
      font-size: calc(20px + 4 * ((100vw - 320px) / 875)); } }

.popup-ponel-header__number {
  height: 55px;
  width: 140px;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  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; }
  @media (max-width: 1195px) {
    .popup-ponel-header__number {
      height: calc(40px + 15 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .popup-ponel-header__number {
      width: calc(100px + 40 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .popup-ponel-header__number {
      font-size: calc(12px + 6 * ((100vw - 320px) / 875)); } }

.popup-ponel__price {
  font-size: 34px;
  font-weight: 700;
  margin-top: 8px; }
  @media (max-width: 1195px) {
    .popup-ponel__price {
      font-size: calc(20px + 14 * ((100vw - 320px) / 875)); } }

.popup-ponel__text {
  font-size: 16px; }
  @media (max-width: 1195px) {
    .popup-ponel__text {
      font-size: calc(12px + 4 * ((100vw - 320px) / 875)); } }

.popup__content.popup__content_galerea {
  padding: 20px 24px 40px !important; }

.popup__video video {
  width: 100% !important;
  height: 520px !important; }
  @media (max-width: 1024px) {
    .popup__video video {
      height: 320px !important;
      margin-top: 0 !important; } }
  @media (max-width: 420px) {
    .popup__video video {
      height: 210px !important; } }

@media (min-width: 1024px) {
  .popup__video.pause::after {
    left: 50.8% !important; } }

/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
.zak {
  background-color: #F9F8F5;
  position: relative;
  z-index: 3;
  padding-top: 120px; }
  @media (max-width: 767px) {
    .zak {
      padding-top: 0px; } }

.zak__w1-1 {
  position: absolute;
  top: -193px;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: -1; }
  @media (max-width: 767px) {
    .zak__w1-1 {
      top: 0;
      -webkit-transform: rotate(180deg) translateY(50%);
      -ms-transform: rotate(180deg) translateY(50%);
      transform: rotate(180deg) translateY(50%); } }

/*.zak__container {
  z-index: 1;
  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;
  padding-bottom: 218px;
}*/
.zak-container__body {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .zak-container__body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.zak-container__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  padding-top: 40px;
  padding-bottom: 70px; }
  .zak-container__text h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 57px;
    color: #000; }
    @media (max-width: 1195px) {
      .zak-container__text h3 {
        font-size: calc(30px + 20 * ((100vw - 320px) / 875)); } }
    @media (max-width: 1195px) {
      .zak-container__text h3 {
        line-height: calc(34px + 23 * ((100vw - 320px) / 875)); } }
    @media (max-width: 767px) {
      .zak-container__text h3 {
        text-align: center;
        margin-bottom: 28px; } }
  .zak-container__text p {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    color: #000; }
    @media (max-width: 1195px) {
      .zak-container__text p {
        font-size: calc(14px + 7 * ((100vw - 320px) / 875)); } }
    @media (max-width: 1195px) {
      .zak-container__text p {
        line-height: calc(18px + 6 * ((100vw - 320px) / 875)); } }
  .zak-container__text p span {
    font-weight: 700; }
  @media (max-width: 767px) {
    .zak-container__text {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
      padding-top: 0px;
      padding-bottom: 28px; }
      .zak-container__text p {
        text-align: center; } }

.zak-container__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%; }
  .zak-container__img img {
    width: 100%;
    position: relative;
    top: 0px !important;
    -o-object-fit: cover;
    object-fit: cover; }
  .zak-container__img.zak-container__img_hight img {
    height: 320px; }
  @media (min-width: 767.1px) {
    .zak-container__img img.zak-container__img_transform {
      -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
      transform: translateY(-50px); } }
  @media (max-width: 767px) {
    .zak-container__img {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

.zak__container h3 {
  max-width: 585px;
  margin-left: 550px; }

.zak__container p {
  margin-top: 29px;
  max-width: 458px;
  margin-left: 550px; }

.zak__container p:nth-of-type(2) {
  margin-left: 0px;
  margin-top: 169px; }

.zak__container-img {
  border-radius: 13px;
  position: absolute; }

.zak__container-img:nth-of-type(1) {
  top: -30px;
  left: 0; }

.zak__container-img:nth-of-type(2) {
  top: 432px;
  right: 0; }

.zak__prod {
  background: rgba(244, 242, 235, 0.58);
  width: 100%;
  height: 146px;
  position: relative;
  overflow: hidden; }

.zak__prod-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: slide 30s infinite linear;
  animation: slide 30s infinite linear; }

.zak__prod-items img {
  margin-right: 69px;
  width: auto;
  height: 100px; }

.zak__zam {
  margin-top: 125px;
  position: relative;
  padding-bottom: 678px; }

.zak__zam h3 {
  max-width: 488px;
  margin-left: 510px; }

.zak__zam p {
  margin-top: 41px;
  max-width: 488px;
  margin-left: 510px; }

.zak__zam-os {
  font-style: normal;
  width: 406px;
  margin-left: 510px;
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  margin-top: 32px;
  text-align: center;
  margin-bottom: 24px !important;
  padding-top: 6px;
  padding-bottom: 6px; }

.zak__zam-os::before {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #0E9540;
  border-radius: 36px;
  content: ''; }

.zak__zam-img {
  position: absolute;
  border-radius: 13px; }

.zak__zam-img:nth-of-type(1) {
  top: 10px;
  left: 0px; }

.zak__zam-img:nth-of-type(2) {
  top: 350px;
  right: 150px; }

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateY(-50%) translateX(0vw);
    transform: translateY(-50%) translateX(0vw); }
  100% {
    -webkit-transform: translateY(-50%) translateX(-98.75vw);
    transform: translateY(-50%) translateX(-98.75vw); } }

/*@keyframes slide {
  0% {
    -webkit-transform: translateY(-50%) translateX(0vw);
            transform: translateY(-50%) translateX(0vw);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-98.75vw);
            transform: translateY(-50%) translateX(-98.75vw);
  }
}*/
.zak-zam {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 65px; }
  @media (max-width: 767px) {
    .zak-zam {
      display: block;
      margin-top: 25px; } }

.zak-zam__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  padding-bottom: 34px; }
  .zak-zam__img img {
    position: relative;
    width: 100%;
    height: 640px;
    -o-object-fit: cover;
    object-fit: cover; }
    @media (max-width: 1195px) {
      .zak-zam__img img {
        height: calc(270px + 370 * ((100vw - 320px) / 875)); } }

.zak-zam__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  display: block;
  padding: 45px 0;
  padding-bottom: 365px; }
  @media (max-width: 1195px) {
    .zak-zam__text {
      padding-bottom: calc(50px + 315 * ((100vw - 320px) / 875)); } }
  .zak-zam__text > * {
    position: relative;
    margin: 0;
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    transform: translate(0%);
    width: 100%; }
  .zak-zam__text > img {
    width: 100%;
    -webkit-transform: rotate(97.87deg) translate(25%, 20%) !important;
    -ms-transform: rotate(97.87deg) translate(25%, 20%) !important;
    transform: rotate(97.87deg) translate(25%, 20%) !important;
    border-radius: 161px;
    height: 425px;
    -o-object-fit: cover;
    object-fit: cover; }
    @media (max-width: 1195px) {
      .zak-zam__text > img {
        border-radius: calc(90px + 71 * ((100vw - 320px) / 875)); } }
    @media (max-width: 1195px) {
      .zak-zam__text > img {
        height: calc(300px + 125 * ((100vw - 320px) / 875)); } }
  .zak-zam__text h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 57px;
    color: #000;
    margin-bottom: 55px; }
    @media (max-width: 1195px) {
      .zak-zam__text h3 {
        font-size: calc(28px + 22 * ((100vw - 320px) / 875)); } }
    @media (max-width: 1195px) {
      .zak-zam__text h3 {
        line-height: calc(32px + 25 * ((100vw - 320px) / 875)); } }
    @media (max-width: 1195px) {
      .zak-zam__text h3 {
        margin-bottom: calc(25px + 30 * ((100vw - 320px) / 875)); } }
    @media (max-width: 767px) {
      .zak-zam__text h3 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; } }
  .zak-zam__text p {
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 24px;
    color: #000;
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .zak-zam__text p {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 430px; } }
  @media (max-width: 767px) and (max-width: 1195px) {
    .zak-zam__text p {
      margin-bottom: calc(200px + 230 * ((100vw - 320px) / 875)); } }
  @media (max-width: 767px) {
    .zak-zam__text {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .zak-zam__text img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 70%;
        -webkit-transform: rotate(97.87deg) translateX(-35%) !important;
        -ms-transform: rotate(97.87deg) translateX(-35%) !important;
        transform: rotate(97.87deg) translateX(-35%) !important; } }
  @media (max-width: 420px) {
    .zak-zam__text img {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 100%;
      -webkit-transform: rotate(97.87deg) translateX(-35%) !important;
      -ms-transform: rotate(97.87deg) translateX(-35%) !important;
      transform: rotate(97.87deg) translateX(-35%) !important; } }

@media (max-width: 767px) {
  .zak__zam-os {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; } }

/*==============================================================*/
.form-catalog {
  padding-top: 5.5rem;
  padding-bottom: 10rem;
  color: #fff;
  overflow: hidden; }
  @media (max-width: 767px) {
    .form-catalog {
      padding-top: 45px;
      padding-bottom: 45px; } }

.form-catalog__c {
  position: relative; }

.form-catalog__c.container {
  max-width: 106.875rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1.875rem; }
  @media (max-width: 420px) {
    .form-catalog__c.container {
      padding: 0 10px; } }

.subtitle {
  font-size: 26px;
  letter-spacing: 0.83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
  max-width: 45%; }
  @media (max-width: 1195px) {
    .subtitle {
      font-size: calc(16px + 10 * ((100vw - 320px) / 875)); } }
  @media (max-width: 767px) {
    .subtitle {
      max-width: 100%; } }

.form-catalog__title {
  color: #fff;
  max-width: 45%; }
  @media (max-width: 767px) {
    .form-catalog__title {
      max-width: 100%; } }

.title {
  font-size: 52px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.94px;
  color: #3b3b3b; }
  @media (max-width: 1195px) {
    .title {
      font-size: calc(24px + 28 * ((100vw - 320px) / 875)); } }

.form-catalog__desc {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.29;
  max-width: 35rem;
  margin-top: 1rem;
  max-width: 45%; }
  @media (max-width: 1195px) {
    .form-catalog__desc {
      font-size: calc(16px + 8 * ((100vw - 320px) / 875)); } }
  @media (max-width: 920px) {
    .form-catalog__desc {
      margin-bottom: 40vw; } }
  @media (max-width: 767px) {
    .form-catalog__desc {
      margin-bottom: 750px;
      max-width: 100%; } }
  @media (max-width: 767px) and (max-width: 1195px) {
    .form-catalog__desc {
      margin-bottom: calc(240px + 510 * ((100vw - 320px) / 875)); } }

.form-catalog__wrap {
  margin-top: 3.15rem;
  width: 100%;
  max-width: 985px;
  position: relative;
  z-index: 2; }

.form-catalog__img {
  position: absolute;
  top: 0;
  right: -15%;
  width: 70%;
  display: block;
  -webkit-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%); }
  @media (max-width: 920px) {
    .form-catalog__img {
      right: auto;
      left: 50%;
      top: auto;
      bottom: 0;
      -webkit-transform: translate(-50%, -25vw);
      -ms-transform: translate(-50%, -25vw);
      transform: translate(-50%, -25vw); } }
  @media (max-width: 767px) {
    .form-catalog__img {
      width: 100%;
      -webkit-transform: translate(-50%, -235px);
      -ms-transform: translate(-50%, -235px);
      transform: translate(-50%, -235px); } }
  @media (max-width: 480px) {
    .form-catalog__img {
      width: 100%;
      -webkit-transform: translate(-50%, -375px);
      -ms-transform: translate(-50%, -375px);
      transform: translate(-50%, -375px); } }

.form-catalog__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.form-catalog__wrap::before {
  z-index: 2; }

.form-catalog__wrap::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -0.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 97.5%;
  height: 10rem;
  border-radius: 8px;
  -webkit-box-shadow: 0px 24px 68px 0 #3d3d3d0f;
  box-shadow: 0px 24px 68px 0 #3d3d3d0f;
  background-color: #ffffff; }

.form-catalog__pdf {
  position: absolute;
  height: 7.5rem;
  width: 7.5rem;
  top: -3.25rem;
  right: -3rem;
  z-index: 10; }

.form-catalog__cnt {
  width: 100%;
  min-height: 19.313rem;
  padding: 1.063rem 0.875rem 0.938rem 0.75rem;
  border-radius: 8px;
  -webkit-box-shadow: 0px 24px 68px 0 #0707072e;
  box-shadow: 0px 24px 68px 0 #0707072e;
  background-color: #ffffff;
  position: relative;
  z-index: 3; }

@-webkit-keyframes roll {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes roll {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.form-catalog__pdf picture {
  height: 100%;
  width: 100%;
  display: block;
  -webkit-animation: 10s linear 0s normal none infinite running roll;
  animation: 10s linear 0s normal none infinite running roll; }
  .form-catalog__pdf picture img {
    width: 100%; }
  .form-catalog__pdf picture source {
    width: 100%; }

.strong {
  font-weight: bold; }

.subtitle::before {
  width: 1.563rem;
  height: 2px;
  background-color: #fecc1d;
  margin-right: 1.25rem;
  content: ''; }

.form-catalog__title {
  color: #fff; }

.form-catalog__pdf p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1px;
  text-align: center;
  color: #473700; }

.form__contact {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .form__contact > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    height: 90px; }
  @media (max-width: 1064px) {
    .form__contact {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
      flex: 0 0 35%;
      max-width: 35%; } }
  @media (max-width: 480px) {
    .form__contact {
      max-width: 100%; } }

.form__contact__label--tg .form__contact__radio:checked + .form__contact__box {
  opacity: 1 !important;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.form__contact__box {
  border-radius: 8px;
  background-color: #f7f7f7;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  cursor: pointer;
  opacity: 0.5 !important;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  font-size: 14px; }
  @media (max-width: 1195px) {
    .form__contact__box {
      font-size: calc(6px + 8 * ((100vw - 320px) / 875)); } }
  .form__contact__box img {
    width: 22px;
    margin-bottom: 14px; }
  .form__contact__box.Telegram {
    background-color: #1face1; }
  .form__contact__box.WhatsApp {
    background-color: #28D146; }

.form-catalog__outline {
  border-radius: 8px;
  height: 100%;
  width: 100%;
  border: solid 1px #ededed;
  padding-top: 1.8rem;
  padding-left: 2.7rem;
  padding-right: 2.3rem;
  padding-bottom: 2rem; }
  @media (max-width: 480px) {
    .form-catalog__outline {
      padding: 10px; } }

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.form-catalog__hint {
  font-size: 1.438rem;
  font-weight: 500;
  color: #464646; }

.form-catalog__input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  border: none; }

.zak .form__input {
  height: 90px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  border-radius: 8px;
  background-color: #f7f7f7;
  font-size: 18px;
  font-weight: 600;
  color: #383838;
  padding-left: 60px;
  padding-right: 20px;
  background-size: 1.25rem;
  background-position: left 2rem center;
  background-repeat: no-repeat; }
  @media (max-width: 1195px) {
    .zak .form__input {
      padding-left: calc(20px + 40 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1064px) {
    .zak .form__input {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      max-width: 60%; } }
  @media (max-width: 480px) {
    .zak .form__input {
      max-width: 100%;
      width: 100%;
      margin-top: 14px; } }

.form__btn {
  height: 5.625rem;
  font-size: 1.313rem; }

.form-ctalog__submit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%; }
  @media (max-width: 1064px) {
    .form-ctalog__submit {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-top: 24px; } }
  @media (max-width: 480px) {
    .form-ctalog__submit {
      margin-top: 14px; } }

.btn {
  border: none;
  border-radius: 8px;
  /*box-shadow: 0px 4px 0 0 #e4b91f, 0px 18px 43px 0 #fecb1726, inset 0px 0px 9px 3px #ffde73;
  background-image: linear-gradient(to top, #fecb17, #ffd84d);*/
  background: #0c9641;
  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;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.17px;
  letter-spacing: 0.32px;
  text-align: center;
  color: #fff;
  font-family: inherit;
  overflow: hidden;
  position: relative;
  height: 90px;
  width: 100%; }
  .btn img {
    width: 26px;
    margin-right: 8px; }

.form-catalog__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2rem; }
  @media (max-width: 1064px) {
    .form-catalog__group {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 480px) {
    .form-catalog__group {
      display: block; } }

.form__agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.7rem; }

/*.form__agreement__checkbox:checked + .form__agreement__label {
  background-color: #fecc1d;
  background-image: url('../img/check.svg');
  background-size: 0.563rem 0.438rem;
  background-position: center;
  background-repeat: no-repeat;
}*/
/*.form__agreement__label {
  width: 1rem;
  height: 1rem;
  border-radius: 3px;
  border: 1px solid #fecc1d;
  display: block;
  margin-right: 0.8rem;
}*/
.form__agreement__text {
  width: 19.5rem;
  opacity: 0.85;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.46;
  letter-spacing: 0.14px;
  text-align: center;
  color: #3b3b3bd9; }

.form__agreement__text a {
  text-decoration: underline;
  color: #4c4c4cd9; }

/*.form__agreement__checkbox:checked + .form__agreement__label {
  background-color: #fecc1d;
  background-image: url('../img/check.svg');
  background-size: 0.563rem 0.438rem;
  background-position: center;
  background-repeat: no-repeat;
}
.form__agreement__label {
  width: 1rem;
  height: 1rem;
  border-radius: 3px;
  border: 1px solid #fecc1d;
  display: block;
  margin-right: 0.8rem;
}*/
.zak-optime-one {
  overflow: hidden; }

/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
.bud {
  background-color: #F4F2EB;
  position: relative;
  z-index: 4; }
  .bud .popap-standart-link {
    /*margin-top: 40px;
    position: relative;
    z-index: 2;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 31px;
    position: relative;
    background: #0E9540;
    -webkit-box-shadow: 0 11px 26px rgba(6, 70, 30, 0.31);
    box-shadow: 0 11px 26px rgba(6, 70, 30, 0.31);
    border-radius: 50%;
    width: 182px;
    height: 182px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 2; }
    @media (max-width: 540px) {
      .bud .popap-standart-link {
        position: relative;
        -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
        transform: translate(0%);
        right: 0;
        margin-top: 0px; } }
    .bud .popap-standart-link img {
      position: absolute;
      top: 96px;
      left: 118px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      width: 25%; }
    @media (min-width: 1064px) {
      .bud .popap-standart-link {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        .bud .popap-standart-link:hover img {
          left: 121px; }
        .bud .popap-standart-link:hover {
          background: #006c28;
          color: #fff; }
        .bud .popap-standart-link:active {
          opacity: 0.8; } }
  @media (max-width: 1064px) {
    .bud {
      overflow: hidden; } }
  @media (max-width: 767px) {
    .bud .green-btn-cir {
      left: 50% !important;
      -webkit-transform: translate(-50%, -15%) !important;
      -ms-transform: translate(-50%, -15%) !important;
      transform: translate(-50%, -15%) !important; } }

.bud__w1-2 {
  position: absolute;
  top: -198px;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.bud__container {
  position: relative;
  padding-bottom: 700px; }
  @media (max-width: 1195px) {
    .bud__container {
      padding-bottom: calc(250px + 450 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1064px) {
    .bud__container {
      padding-top: 460px; } }
  @media (max-width: 767px) {
    .bud__container {
      padding-bottom: 700px; } }
  @media (max-width: 767px) and (max-width: 1195px) {
    .bud__container {
      padding-bottom: calc(550px + 150 * ((100vw - 320px) / 875)); } }
  @media (max-width: 520px) {
    .bud__container {
      padding-top: 530px;
      padding-bottom: 700px; } }
  @media (max-width: 520px) and (max-width: 1195px) {
    .bud__container {
      padding-top: calc(240px + 290 * ((100vw - 320px) / 875)); } }
  @media (max-width: 520px) and (max-width: 1195px) {
    .bud__container {
      padding-bottom: calc(600px + 100 * ((100vw - 320px) / 875)); } }

.bud__container h2 {
  max-width: 662px;
  margin-left: 468px;
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  color: #000; }
  @media (max-width: 1195px) {
    .bud__container h2 {
      font-size: calc(32px + 38 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .bud__container h2 {
      line-height: calc(40px + 40 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1064px) {
    .bud__container h2 {
      width: 100%;
      text-align: center;
      margin-right: auto;
      margin-left: auto; } }

.bud__container h2 img {
  position: absolute;
  bottom: -46px;
  left: -10px;
  fill: none; }
  @media (max-width: 767px) {
    .bud__container h2 img {
      height: 18px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: -26px; } }

.bud__container p {
  max-width: 458px;
  margin-left: 468px;
  margin-top: 72px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000; }
  @media (max-width: 1195px) {
    .bud__container p {
      font-size: calc(15px + 3 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .bud__container p {
      line-height: calc(17px + 7 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1064px) {
    .bud__container p {
      width: 100%;
      margin-right: auto;
      margin-left: auto; } }

.bud__container .green-btn-cir {
  position: absolute;
  left: 300px;
  bottom: 200px;
  z-index: 2; }
  @media (max-width: 1195px) {
    .bud__container .green-btn-cir {
      left: calc(60px + 240 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .bud__container .green-btn-cir {
      bottom: calc(30px + 170 * ((100vw - 320px) / 875)); } }

.bud__container .green-btn-cir svg {
  top: 129px;
  left: 32px; }

.bud__container-img {
  position: absolute;
  border-radius: 13px; }

.bud__container-img:nth-of-type(5) {
  width: 28%;
  bottom: 365px;
  right: 5%;
  border-radius: 64px;
  -webkit-transform: rotate(-15.72deg);
  -ms-transform: rotate(-15.72deg);
  transform: rotate(-15.72deg);
  /*@media (max-width: 1064px) {
    width: 35%;
    right: 40px;
    top: 525px;
  }*/ }
  @media (max-width: 1064px) {
    .bud__container-img:nth-of-type(5) {
      top: auto;
      bottom: 0;
      width: 45%; } }
  @media (max-width: 767px) {
    .bud__container-img:nth-of-type(5) {
      right: 0;
      width: 65%; } }

.bud__container-img:nth-of-type(4) {
  width: 28%;
  top: -194px;
  left: 0px;
  border-radius: 13px;
  -webkit-transform: rotate(-3.1deg);
  -ms-transform: rotate(-3.1deg);
  transform: rotate(-3.1deg);
  /*@media (max-width: 1064px) {
    width: 35%;
  }*/ }
  @media (max-width: 1064px) {
    .bud__container-img:nth-of-type(4) {
      top: 0;
      width: 55%; } }

.bud__container-img:nth-of-type(3) {
  width: 28%;
  top: 93px;
  left: 76px;
  -webkit-transform: rotate(4.07deg);
  -ms-transform: rotate(4.07deg);
  transform: rotate(4.07deg); }
  @media (max-width: 1064px) {
    .bud__container-img:nth-of-type(3) {
      width: 35%;
      left: auto;
      right: 55%; } }
  @media (max-width: 1064px) {
    .bud__container-img:nth-of-type(3) {
      top: 0;
      right: 0;
      width: 45%; } }

.bud__container-img:nth-of-type(2) {
  width: 28%;
  bottom: 320px;
  left: 17%;
  border-radius: 64px;
  -webkit-transform: rotate(-3.59deg);
  -ms-transform: rotate(-3.59deg);
  transform: rotate(-3.59deg); }
  @media (max-width: 1064px) {
    .bud__container-img:nth-of-type(2) {
      width: 35%;
      left: auto;
      right: 25%; } }
  @media (max-width: 1064px) {
    .bud__container-img:nth-of-type(2) {
      top: auto;
      bottom: 0;
      width: 45%; } }
  @media (max-width: 767px) {
    .bud__container-img:nth-of-type(2) {
      bottom: 320px;
      right: auto;
      left: 0;
      width: 55%; } }

.bud__container-img:nth-of-type(1) {
  width: 28%;
  bottom: 270px;
  left: 45%;
  -webkit-transform: rotate(3.64deg);
  -ms-transform: rotate(3.64deg);
  transform: rotate(3.64deg); }
  @media (max-width: 1064px) {
    .bud__container-img:nth-of-type(1) {
      width: 35%;
      left: auto;
      right: 10px; } }
  @media (max-width: 1064px) {
    .bud__container-img:nth-of-type(1) {
      top: auto;
      bottom: 0;
      width: 45%;
      right: auto;
      left: 0; } }
  @media (max-width: 767px) {
    .bud__container-img:nth-of-type(1) {
      bottom: 120px;
      right: auto;
      left: 15px;
      width: 60%; } }

/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
.stage {
  position: relative;
  background-color: #F9F8F5;
  z-index: 5;
  padding-bottom: 150px;
  padding-top: 120px; }
  @media (max-width: 840px) {
    .stage {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .stage {
      padding-left: 5px;
      padding-right: 5px; } }

.stage__w1-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(180deg) translateY(20%);
  -ms-transform: rotate(180deg) translateY(20%);
  transform: rotate(180deg) translateY(20%); }

.stage__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.stage__container h2 {
  max-width: 531px;
  position: relative;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  color: #000; }
  @media (max-width: 1195px) {
    .stage__container h2 {
      font-size: calc(28px + 42 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .stage__container h2 {
      line-height: calc(32px + 48 * ((100vw - 320px) / 875)); } }

.stage__container h2 img {
  position: absolute;
  fill: none;
  left: 0;
  bottom: 0;
  height: 196px;
  -webkit-transform: translate(-35%, 25%);
  -ms-transform: translate(-35%, 25%);
  transform: translate(-35%, 25%); }
  @media (max-width: 1195px) {
    .stage__container h2 img {
      height: calc(75px + 121 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1064px) {
    .stage__container h2 img {
      -webkit-transform: translate(-75%, 25%);
      -ms-transform: translate(-75%, 25%);
      transform: translate(-75%, 25%); } }

.stage__container h2 svg:nth-of-type(1) {
  top: 13px;
  left: -290px; }

.stage__container h2 svg:nth-of-type(2) {
  bottom: -32px;
  right: -72px; }

.stage__container p {
  text-align: center;
  margin-top: 77px;
  max-width: 765px;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  color: #000; }
  @media (max-width: 1195px) {
    .stage__container p {
      font-size: calc(14px + 7 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .stage__container p {
      line-height: calc(18px + 6 * ((100vw - 320px) / 875)); } }
  .stage__container p span {
    font-weight: 600; }
  @media (max-width: 767px) {
    .stage__container p {
      margin-top: 18px; } }

.stage__container-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%; }
  @media (max-width: 840px) {
    .stage__container-items {
      display: block; } }

.stage__container-items-item {
  position: relative;
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 52px;
  padding-bottom: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 88%;
  margin-top: 92px; }
  @media (max-width: 1195px) {
    .stage__container-items-item {
      padding-left: calc(17px + 31 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .stage__container-items-item {
      padding-right: calc(17px + 31 * ((100vw - 320px) / 875)); } }
  @media (max-width: 840px) {
    .stage__container-items-item {
      display: block;
      width: 100%; } }

.stage__container-items-item::after {
  content: '';
  position: absolute;
  bottom: 15px;
  right: 25px;
  background-color: #F9F8F5;
  border-radius: 50%;
  width: 20px;
  height: 20px; }

.stage__container-items-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F4F2EB;
  border-radius: 13px;
  width: 100%;
  height: 100%; }

.stage__container-items-item.dark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EDEADF;
  border-radius: 13px;
  width: 100%;
  height: 100%; }

.stage__container-items-item-num {
  z-index: 1;
  position: absolute;
  background: #0E9540;
  -webkit-box-shadow: 0px 7px 17px rgba(14, 149, 64, 0.48);
  box-shadow: 0px 7px 17px rgba(14, 149, 64, 0.48);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  font-style: normal;
  font-weight: 700;
  font-size: 43px;
  line-height: 49px;
  color: #FFFFFF;
  top: -35px;
  left: -25px;
  border-radius: 50%; }
  @media (max-width: 767px) {
    .stage__container-items-item-num {
      left: 0; } }

.stage__container-items-item-title {
  z-index: 1;
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  margin-right: auto;
  display: block;
  width: 100%;
  padding-right: 50px; }
  @media (max-width: 1195px) {
    .stage__container-items-item-title {
      font-size: calc(20px + 10 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .stage__container-items-item-title {
      line-height: calc(22px + 12 * ((100vw - 320px) / 875)); } }

.stage__container-items-item-title img {
  position: absolute;
  right: 0px;
  top: 0;
  height: 61px; }

.stage__container-items-item-text {
  font-style: normal;
  font-weight: 300;
  font-size: 19px;
  line-height: 22px;
  color: #000000;
  margin-top: 20px;
  position: relative; }

.stage__container-items-item-text.black {
  font-weight: 700;
  margin-top: 30px; }

.stage__container-items-left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 840px) {
    .stage__container-items-left {
      display: block;
      width: 100%; } }

.stage__container-items-left .stage__container-items-item:nth-child(1)::before {
  -webkit-transform: rotate(0.93deg);
  -ms-transform: rotate(0.93deg);
  transform: rotate(0.93deg); }

.stage__container-items-left .stage__container-items-item:nth-child(2)::before {
  -webkit-transform: rotate(0.93deg);
  -ms-transform: rotate(0.93deg);
  transform: rotate(0.93deg); }

.stage__container-items-right {
  margin-top: 50px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 840px) {
    .stage__container-items-right {
      display: block;
      width: 100%; } }

.stage__container-items-right .stage__container-items-item-num {
  left: unset;
  right: -25px; }
  @media (max-width: 767px) {
    .stage__container-items-right .stage__container-items-item-num {
      right: 0; } }

.stage__container-items-right .stage__container-items-item::after {
  right: unset;
  left: 25px; }

.stage__container-items-right .stage__container-items-item:nth-child(1)::before {
  -webkit-transform: rotate(-1.68deg);
  -ms-transform: rotate(-1.68deg);
  transform: rotate(-1.68deg); }

.stage__container-items-right .stage__container-items-item:nth-child(2)::before {
  -webkit-transform: rotate(-1.98deg);
  -ms-transform: rotate(-1.98deg);
  transform: rotate(-1.98deg); }

/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
.com {
  background-color: #F4F2EB;
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding-bottom: 50px; }
  .com .popap-standart-link {
    /*margin-top: 40px;
    position: relative;
    z-index: 2;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 31px;
    position: relative;
    background: #0E9540;
    -webkit-box-shadow: 0 11px 26px rgba(6, 70, 30, 0.31);
    box-shadow: 0 11px 26px rgba(6, 70, 30, 0.31);
    border-radius: 50%;
    width: 182px;
    height: 182px;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 2; }
    @media (max-width: 540px) {
      .com .popap-standart-link {
        position: relative;
        -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
        transform: translate(0%);
        right: 0;
        margin-top: 0px; } }
    .com .popap-standart-link img {
      position: absolute;
      top: 96px;
      left: 118px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      width: 25%; }
    @media (min-width: 1064px) {
      .com .popap-standart-link {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        .com .popap-standart-link:hover img {
          left: 121px; }
        .com .popap-standart-link:hover {
          background: #006c28;
          color: #fff; }
        .com .popap-standart-link:active {
          opacity: 0.8; } }
  .com .slick-list {
    overflow: visible !important; }
  .com .slick-slide {
    padding-right: 20px;
    padding-left: 20px; }
  @media (max-width: 1064px) {
    .com {
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .com .slick-slide {
      padding-right: 10px;
      padding-left: 10px; } }

.com__w1-1 {
  position: absolute;
  top: -264px;
  left: 0;
  width: 100%; }

.com__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.com__container h3 {
  margin-top: 104px;
  text-align: center;
  position: relative;
  max-width: 724px; }

.com__container h3 svg {
  position: absolute;
  bottom: -13px;
  right: -10px;
  fill: none; }

.com__container p {
  text-align: center;
  max-width: 666px;
  margin-top: 73px;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  color: #000; }
  @media (max-width: 1195px) {
    .com__container p {
      margin-top: calc(25px + 48 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .com__container p {
      font-size: calc(16px + 5 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .com__container p {
      line-height: calc(18px + 6 * ((100vw - 320px) / 875)); } }
  @media (max-width: 767px) {
    .com__container p {
      max-width: 100%;
      text-align: left; } }

.com__container-swiper {
  margin-top: 48px;
  width: 100%; }

.com__container-swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 336px; }

.com__container-swiper-slide-img {
  border-radius: 90px 90px 90px 0px;
  width: 100%;
  height: 311px;
  position: relative; }

.com__container-swiper-slide-img-soc {
  position: absolute;
  bottom: 15px;
  left: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.com__container-swiper-slide-img-soc a {
  margin-right: 20px; }

.com__container-swiper-slide-dol {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #7A7A7A;
  margin-top: 19px; }

.com__container-swiper-slide-name {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  margin-top: 9px; }

.com__container-swiper-slide-text {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin-top: 9px;
  max-width: 295px; }

.com .ind__dop-cont {
  margin-top: 169px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 116px;
  padding-right: 60px; }
  @media (max-width: 840px) {
    .com .ind__dop-cont {
      padding: 40px 32px;
      height: auto;
      display: block;
      margin-top: 50px; } }

.com .ind__dop-cont-text h3 {
  font-size: 55px;
  color: white;
  max-width: 550px;
  text-align: left;
  margin-top: 0px;
  font-weight: 700; }
  @media (max-width: 1195px) {
    .com .ind__dop-cont-text h3 {
      font-size: calc(28px + 27 * ((100vw - 320px) / 875)); } }

.com .ind__dop-cont-text p {
  max-width: 699px;
  color: white;
  margin-top: 13px;
  text-align: left; }

.com .ind__dop-cont .green-btn-cir {
  margin-left: auto; }

#block_com {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  color: #000;
  margin-top: 65px; }
  @media (max-width: 1195px) {
    #block_com {
      font-size: calc(32px + 16 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    #block_com {
      line-height: calc(36px + 18 * ((100vw - 320px) / 875)); } }
  #block_com img {
    height: 22px; }
    @media (max-width: 1195px) {
      #block_com img {
        height: calc(14px + 8 * ((100vw - 320px) / 875)); } }
  @media (max-width: 767px) {
    #block_com {
      text-align: left;
      margin-left: 0; } }

/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
.of {
  z-index: 2;
  padding-top: 50px;
  position: relative;
  background-color: #F9F8F5;
  padding-bottom: 30px; }
  @media (max-width: 1064px) {
    .of {
      padding-top: 50px;
      padding-bottom: 50px; } }

.of__w1-1 {
  position: absolute;
  top: -190px;
  left: 0;
  width: 100%; }

.of__container {
  position: relative;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .of__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.of__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%; }
  .of__left > * {
    max-width: 100% !important;
    width: 100%; }
  @media (max-width: 767px) {
    .of__left {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      max-width: 100%; }
      .of__left img {
        margin-top: 24px; } }

.of__reght {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%; }
  .of__reght > * {
    max-width: 100% !important;
    width: 100%; }
  @media (max-width: 767px) {
    .of__reght {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
      max-width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.of__container h3 {
  max-width: 585px;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 57px;
  color: #000; }
  @media (max-width: 1195px) {
    .of__container h3 {
      font-size: calc(38px + 12 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .of__container h3 {
      line-height: calc(42px + 15 * ((100vw - 320px) / 875)); } }

.of__container p {
  max-width: 458px;
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 24px;
  color: #000;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (max-width: 1195px) {
    .of__container p {
      margin-top: calc(45px + -15 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .of__container p {
      margin-bottom: calc(45px + -15 * ((100vw - 320px) / 875)); } }

.of__container-img {
  position: absolute;
  border-radius: 13px;
  -o-object-fit: cover;
  object-fit: cover; }

.of__container-img:nth-of-type(1) {
  left: 0px;
  position: relative;
  height: 570px; }
  @media (max-width: 1195px) {
    .of__container-img:nth-of-type(1) {
      height: calc(340px + 230 * ((100vw - 320px) / 875)); } }
  @media (max-width: 767px) {
    .of__container-img:nth-of-type(1) {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
      margin-bottom: 17px; } }

.of__container-img:nth-of-type(2) {
  right: 0px;
  border-radius: 144px;
  position: relative;
  height: 425px; }
  @media (max-width: 1195px) {
    .of__container-img:nth-of-type(2) {
      border-radius: calc(70px + 74 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .of__container-img:nth-of-type(2) {
      height: calc(270px + 155 * ((100vw - 320px) / 875)); } }

.of__container-img:nth-of-type(3) {
  left: 0px;
  border-radius: 78px 0px 78px 78px;
  position: relative;
  height: 305px; }

/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
.adr {
  z-index: 1;
  position: relative;
  background-color: #F9F8F5;
  padding-top: 191px;
  padding-bottom: 215px;
  overflow: hidden; }
  .adr .popap-standart-link {
    /*margin-top: 40px;
    position: relative;
    z-index: 2;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 31px;
    position: relative;
    background: #0E9540;
    -webkit-box-shadow: 0 11px 26px rgba(6, 70, 30, 0.31);
    box-shadow: 0 11px 26px rgba(6, 70, 30, 0.31);
    border-radius: 50%;
    width: 182px;
    height: 182px;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 2; }
    @media (max-width: 540px) {
      .adr .popap-standart-link {
        position: relative;
        -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
        transform: translate(0%);
        right: 0;
        margin-top: 0px; } }
    .adr .popap-standart-link img {
      position: absolute;
      top: 96px;
      left: 118px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      width: 25%; }
    @media (min-width: 1064px) {
      .adr .popap-standart-link {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        .adr .popap-standart-link:hover img {
          left: 121px; }
        .adr .popap-standart-link:hover {
          background: #006c28;
          color: #fff; }
        .adr .popap-standart-link:active {
          opacity: 0.8; } }
  @media (max-width: 1064px) {
    .adr {
      padding-top: 0px;
      padding-bottom: 140px; } }
  @media (max-width: 767px) {
    .adr {
      padding-bottom: 0; }
      .adr .wrapper {
        padding-left: 0;
        padding-right: 0; } }

.adr__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media (max-width: 1064px) {
    .adr__container {
      display: block; } }

.adr__container-block {
  background: #F4F2EB;
  border-radius: 0px 217px 217px 217px;
  padding: 81px 102px;
  padding-top: 15px;
  position: relative; }
  @media (max-width: 1064px) {
    .adr__container-block {
      border-radius: 0 !important;
      padding: 32px 15px;
      padding-bottom: 90px; } }

.adr__container-block-dop {
  margin-top: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  color: #000000; }

.adr__container-block-ad {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  color: #000000;
  margin-top: 10px; }

.adr__container-block-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 10px; }
  @media (max-width: 767px) {
    .adr__container-block-tel {
      display: block; } }

.adr__container-block-tel a {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #0075FF; }
  @media (max-width: 767px) {
    .adr__container-block-tel a {
      display: block;
      margin-bottom: 12px; } }

.adr__container-block-tel a:hover {
  color: #0D6EFF; }

.adr__container-block-tel a:active {
  color: #1f61c5; }

.adr__container-block-tel a:nth-child(1) {
  margin-right: 20px; }

.adr__container-block-mail {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #0075FF;
  margin-top: 10px; }

.adr__container-block-time {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #000000;
  margin-top: 10px; }

.adr__container-map {
  height: 100%;
  width: 730px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0px 217px 217px 217px;
  overflow: hidden; }
  @media (max-width: 1064px) {
    .adr__container-map {
      height: 400px; } }

.adr__container-map .ymap {
  width: 100%;
  height: 100%; }

.adr .ind__dop-cont {
  border-radius: 217px 217px 0px 217px;
  padding-left: 116px;
  padding-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -60px; }
  @media (max-width: 840px) {
    .adr .ind__dop-cont {
      display: block;
      border-radius: 0 !important;
      padding: 40px 15px;
      width: 100%;
      max-width: 100%;
      padding-bottom: 720px; } }
  @media (max-width: 840px) and (max-width: 1195px) {
    .adr .ind__dop-cont {
      padding-bottom: calc(460px + 260 * ((100vw - 320px) / 875)); } }

.adr .ind__dop-cont::before {
  display: none; }

.adr .ind__dop-cont h3 {
  color: white;
  text-align: left;
  font-size: 42px;
  max-width: 688px; }
  @media (max-width: 1195px) {
    .adr .ind__dop-cont h3 {
      font-size: calc(28px + 14 * ((100vw - 320px) / 875)); } }

.adr .ind__dop-cont p {
  color: white;
  text-align: left;
  max-width: 553px;
  margin-top: 23px; }

/*====================================================*/
.adr__container-map {
  background: #e5e3df; }
  @media (max-width: 1064px) {
    .adr__container-map {
      width: 100%;
      position: relative;
      border-radius: 0 !important; } }

/*====================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
.pro {
  z-index: 2;
  background-color: #F4F2EB;
  position: relative;
  padding-bottom: 133px;
  padding-top: 120px; }
  .pro .popap-standart-link {
    /*margin-top: 40px;
    position: relative;
    z-index: 2;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 31px;
    position: relative;
    background: #0E9540;
    -webkit-box-shadow: 0 11px 26px rgba(6, 70, 30, 0.31);
    box-shadow: 0 11px 26px rgba(6, 70, 30, 0.31);
    border-radius: 50%;
    width: 182px;
    height: 182px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 182px;
    flex: 0 0 182px;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 2; }
    @media (max-width: 540px) {
      .pro .popap-standart-link {
        position: relative;
        -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
        transform: translate(0%);
        right: 0;
        margin-top: 0px; } }
    .pro .popap-standart-link img {
      position: absolute;
      top: 96px;
      left: 118px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      width: 25%; }
    @media (min-width: 1064px) {
      .pro .popap-standart-link {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        .pro .popap-standart-link:hover img {
          left: 121px; }
        .pro .popap-standart-link:hover {
          background: #006c28;
          color: #fff; }
        .pro .popap-standart-link:active {
          opacity: 0.8; } }
  @media (max-width: 1064px) {
    .pro {
      padding-top: 50px; } }
  @media (max-width: 767px) {
    .pro {
      padding-top: 0;
      padding-bottom: 50px; } }

.pro__w1-1 {
  position: absolute;
  top: -190px;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
  @media (max-width: 767px) {
    .pro__w1-1 {
      top: 0;
      -webkit-transform: translateY(-100%) rotate(180deg);
      -ms-transform: translateY(-100%) rotate(180deg);
      transform: translateY(-100%) rotate(180deg); } }

.pro__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  overflow: hidden; }

.pro__container h2 {
  text-align: center;
  position: relative;
  max-width: 501px;
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  color: #000; }
  @media (max-width: 1195px) {
    .pro__container h2 {
      font-size: calc(26px + 44 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .pro__container h2 {
      line-height: calc(28px + 52 * ((100vw - 320px) / 875)); } }

.pro__container h2 img {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 110%);
  -ms-transform: translate(-50%, 110%);
  transform: translate(-50%, 110%);
  fill: none;
  height: 42px; }
  @media (max-width: 1195px) {
    .pro__container h2 img {
      height: calc(20px + 22 * ((100vw - 320px) / 875)); } }
  @media (max-width: 767px) {
    .pro__container h2 img {
      left: 0;
      -webkit-transform: translate(0%, 110%);
      -ms-transform: translate(0%, 110%);
      transform: translate(0%, 110%); } }

.pro__container p {
  max-width: 471px;
  text-align: center;
  margin-top: 53px;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  color: #000; }
  @media (max-width: 1195px) {
    .pro__container p {
      margin-top: calc(20px + 33 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .pro__container p {
      font-size: calc(16px + 5 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .pro__container p {
      line-height: calc(18px + 6 * ((100vw - 320px) / 875)); } }

.pro__container-lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .pro__container-lr {
      display: block; } }

.pro__container-lr-item {
  width: 48%;
  margin-top: 77px; }
  @media (max-width: 767px) {
    .pro__container-lr-item {
      width: 100%;
      margin-top: 30px; } }

.pro__container-lr-item img {
  border-radius: 13px;
  margin-bottom: 60px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.pro__container-lr-item img:nth-child(2) {
  height: 320px;
  width: 100%; }

.pro__container-lr-item p {
  max-width: 438px;
  margin-top: auto; }

.pro .ind__dop-cont {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 78px;
  padding-right: 78px;
  height: auto;
  min-height: 300px; }
  @media (max-width: 620px) {
    .pro .ind__dop-cont {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 40px 15px; }
      .pro .ind__dop-cont > a {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }

.pro .ind__dop-cont-text h3 {
  font-size: 55px;
  color: white;
  max-width: 550px;
  text-align: left;
  margin-top: 0px; }
  @media (max-width: 1195px) {
    .pro .ind__dop-cont-text h3 {
      font-size: calc(30px + 25 * ((100vw - 320px) / 875)); } }

.pro .ind__dop-cont-text p {
  max-width: 634px;
  color: white;
  margin-top: 11px;
  text-align: left; }

.pro .ind__dop-cont .green-btn-cir {
  margin-right: 68px; }

/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
.otz {
  background-color: #F9F8F5;
  position: relative;
  z-index: 3;
  padding-bottom: 117px;
  padding-top: 120px; }
  .otz .slick-list {
    overflow: visible !important; }
  .otz .slick-slide {
    margin-right: 20px;
    margin-left: 20px; }
  @media (max-width: 1064px) {
    .otz {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .otz {
      padding-top: 0; }
      .otz .slick-slide {
        margin-right: 10px;
        margin-left: 10px; }
      .otz .wrapper {
        padding-left: 0;
        padding-right: 0; }
      .otz .otz__container-swiper {
        margin-top: 50px; } }

.otz-hidden {
  overflow: hidden; }

.otz__w1-1 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: -130px;
  left: 0;
  width: 100%; }
  @media (max-width: 767px) {
    .otz__w1-1 {
      -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg);
      top: 0; } }

.otz__container {
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.otz__container h2 {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  color: #000; }
  @media (max-width: 1195px) {
    .otz__container h2 {
      font-size: calc(32px + 38 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1195px) {
    .otz__container h2 {
      line-height: calc(34px + 46 * ((100vw - 320px) / 875)); } }

.otz__container h2 img {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  fill: none;
  height: 18px; }
  @media (max-width: 1195px) {
    .otz__container h2 img {
      height: calc(10px + 8 * ((100vw - 320px) / 875)); } }
  @media (max-width: 767px) {
    .otz__container h2 img {
      bottom: -20px; } }

.otz__container-swiper {
  margin-top: 84px;
  width: 100%; }

.otz__container-swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 336px;
  background: #F2EEE1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 90px 90px 90px 0px;
  padding: 56px 43px;
  padding-bottom: 24px; }

.otz__container-swiper-slide-text {
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 24px;
  color: #000000; }

.otz__container-swiper-slide-name {
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  margin-top: 13px;
  color: #000000; }

.otz__container-swiper-slide a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #0D6EFF;
  margin-top: 34px; }

.otz__container-swiper-slide a:hover {
  color: #3e8bff; }

.otz__container-swiper-slide a:active {
  color: #1f61c5; }

.otz__container-vid {
  width: 100%;
  margin-top: 64px; }

.otz__container-vid .swiper-slide {
  width: 527px; }

.otz__container-vid .swiper-slide-vid {
  margin-right: 270px;
  width: 100%;
  height: 345px;
  border-radius: 60px;
  position: relative; }

.otz__container-vid .swiper-slide-vid .lightgallery {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.otz__container-vid .swiper-slide-vid .lightgallery a {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.otz__container-vid .swiper-slide-vid-bg {
  border-radius: 13px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  z-index: 1; }

.otz__container-vid .swiper-slide-vid-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  z-index: 2; }

.otz__container-vid .swiper-slide-vid-play svg {
  fill: none; }

.otz__container-vid .swiper-slide-vid:hover .swiper-slide-vid-play {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1); }

/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
.footer {
  position: relative;
  overflow: hidden; }
  .footer .footer__call-btn {
    display: none; }
  .footer .footer__call-title {
    display: none; }
  .footer .footer__call-nums a {
    display: none; }
  @media (max-width: 840px) {
    .footer .footer__call-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 20px; }
    .footer .footer__call-title {
      color: #fff;
      margin: 20px 0;
      display: block; }
    .footer .footer__call-nums a {
      display: block;
      color: #fff;
      margin-top: 8px; } }

.footer__container {
  position: relative;
  padding-top: 44px;
  padding-bottom: 44px; }

.footer__container .header__top {
  padding: 0; }

.footer__container-items {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-animation: slide2 60s infinite linear;
  animation: slide2 60s infinite linear; }

.footer__container-items img {
  display: block !important; }

.footer__container-cop {
  margin-top: 369px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  position: relative; }

.footer__container-items {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-animation: slide2 60s infinite linear;
  animation: slide2 60s infinite linear; }

@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateY(20px) translateX(-300px);
    transform: translateY(20px) translateX(-300px); }
  100% {
    -webkit-transform: translateY(20px) translateX(-1980px);
    transform: translateY(20px) translateX(-1980px); } }

@keyframes slide2 {
  0% {
    -webkit-transform: translateY(20px) translateX(-300px);
    transform: translateY(20px) translateX(-300px); }
  100% {
    -webkit-transform: translateY(20px) translateX(-1980px);
    transform: translateY(20px) translateX(-1980px); } }

@media screen and (max-width: 600px) {
  .footer__container-cop {
    font-size: 3.733vw;
    line-height: 4.267vw;
    margin-top: 100.625vw;
    text-align: center; }
  .footer__container {
    padding-top: 16px; } }

@media screen and (max-width: 375px) {
  .footer__container-cop {
    margin-top: 122.625vw; } }

/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
.popap-standart-link {
  cursor: pointer; }

.button-link-popap {
  min-width: 75px; }
  .button-link-popap .popup-link {
    width: 75px; }

.modal__title {
  font-size: 30px; }
  @media (max-width: 1195px) {
    .modal__title {
      font-size: calc(18px + 12 * ((100vw - 320px) / 875)); } }

.popup-standart {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 30, 0.35);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  top: 0;
  left: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow-y: auto;
  overflow-x: hidden; }

.popup-standart__body-close {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer; }

.popup-standart.open {
  opacity: 1 !important;
  visibility: visible !important; }

.popup-standart.open .popup-standart__content {
  -webkit-transform: translateY(0%) scale(1);
  -ms-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
  opacity: 1; }

.popup-standart__area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.popup-standart__body {
  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: 30px; }

@media (max-width: 1200px) {
  .popup-standart__body {
    padding: calc(10px + 20 * ((100vw - 320px) / 880)); } }

@media (max-width: 767px) {
  .popup-standart__body {
    padding-top: 5vh;
    padding-bottom: 5vh; } }

.popup-standart__content {
  background: #fff;
  -webkit-box-shadow: 0px 6px 14px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 14px 3px rgba(0, 0, 0, 0.3);
  color: #000;
  max-width: 529px;
  width: 100%;
  padding: 14vh 69px;
  position: relative;
  border-radius: 12px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateY(100%) scale(0);
  -ms-transform: translateY(100%) scale(0);
  transform: translateY(100%) scale(0);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: auto;
  /*overflow: hidden; */ }

.popup-standart__content.popup-standart__content_galerea {
  max-width: 1300px; }

@media (max-width: 767px) {
  .popup-standart__content.popup-standart__content_galerea {
    padding: 69px 24px; } }

.popup-standart__slider_full {
  max-width: 100%;
  width: 100%; }

@media (max-width: 767px) {
  .popup-standart__content {
    padding: 14vh 24px; } }

.popup-standart-link.popup-standart-link_fff {
  color: #fff; }

.popup-standart__top_divider {
  max-width: 100%;
  width: 100%; }

.popup-standart__top_divider > * {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%; }

.ppg__right-buy {
  width: 100%;
  max-width: 418px;
  height: 80px;
  margin-top: 30px; }

@media (max-width: 580px) {
  .popup-standart__close {
    right: -10px; } }

/*=============================================================*/
.popup__video.pause::before,
.popup__video.pause::after {
  pointer-events: none !important; }

._popup-video {
  cursor: pointer; }

.popup__descr-text .bold {
  font-weight: 700; }

/*============================================*/
.popup__wrapper {
  display: block;
  max-width: 100%;
  position: relative; }

.popup-video .popup__content {
  background: none;
  position: relative;
  height: 85vh;
  border-radius: 10px; }

.popup-video .popup__video {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden; }

.popup-video .popup__video video {
  border-radius: 0;
  height: 100% !important; }

.modal__close {
  z-index: 10;
  background: rgba(255, 255, 255, 0.4);
  right: 0;
  top: 0;
  -webkit-transform: translate(65px, 0px);
  -ms-transform: translate(65px, 0px);
  transform: translate(65px, 0px);
  border-radius: 12px; }
  @media (max-width: 1440px) {
    .modal__close {
      -webkit-transform: translate(0px, -68px);
      -ms-transform: translate(0px, -68px);
      transform: translate(0px, -68px); } }

.popup__content.popup__content_galerea {
  padding: 0 !important; }

.popup__slider_full {
  margin-top: 0px; }

.popup .popup__slider_full {
  border-radius: 10px 10px 120px 0;
  -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  @media (max-width: 620px) {
    .popup .popup__slider_full {
      border-radius: 10px 10px 40px 0; } }

.popup__video_full {
  border-radius: 10px 10px 120px 0;
  -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  max-width: 100%; }
  .popup__video_full img {
    width: 100%; }
  @media (max-width: 620px) {
    .popup__video_full {
      border-radius: 10px 10px 40px 0; } }

.popup__slider_full .popup__slide img {
  border-radius: 0; }

/*==================*/
.popup__thumb:last-child {
  margin-right: 0 !important; }

.popup-flex {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-right: 140px;
  padding-right: 140px;
  overflow: visible; }
  @media (max-width: 1195px) {
    .popup-flex {
      padding-right: calc(0px + 140 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1240px) {
    .popup-flex {
      padding-right: 80px; } }
  @media (max-width: 1240px) and (max-width: 1195px) {
    .popup-flex {
      padding-right: calc(0px + 80 * ((100vw - 320px) / 875)); } }
  @media (max-width: 1064px) {
    .popup-flex {
      padding-right: 25px; } }
  @media (max-width: 620px) {
    .popup-flex {
      padding-left: 12px;
      padding-right: 12px; } }

.popup-flex__left {
  background: rgba(0, 0, 0, 0.05);
  padding: 25px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  @media (max-width: 620px) {
    .popup-flex__left {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
      flex: 0 0 0;
      max-width: 0;
      padding: 0; } }

.popup-flex__reght {
  -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.3);
  padding: 0 25px 25px 25px;
  border-radius: 20px;
  z-index: 12;
  position: relative;
  background: #fff;
  -webkit-transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  transform: translateY(-45px);
  overflow: hidden;
  padding-top: 12px; }
  @media (max-width: 1024px) {
    .popup-flex__reght {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%; } }
  @media (max-width: 767px) {
    .popup-flex__reght {
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px); } }
  @media (max-width: 620px) {
    .popup-flex__reght {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; } }
  @media (max-width: 380px) {
    .popup-flex__reght {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.popup-ponel {
  margin-top: 0; }

.popup-ponel-header__number {
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
  position: relative;
  top: -12px;
  padding-top: 12px;
  border-radius: 0 0 0 30px;
  background: rgba(14, 149, 64, 0.2); }

.popup .ppg__right-buy {
  height: 60px; }

.popup__slider_full_prev {
  left: 12px;
  -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.popup__slider_full_next {
  right: 12px;
  -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.popup__slider_full_prev:hover,
.popup__slider_full_next:hover {
  -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.25); }

.popup__thumbs_full,
.popup__video_full {
  margin-top: 0; }

@media (max-width: 520px) {
  .popup__thumbs_full,
  .popup__video_full,
  .popup .slick-track {
    height: 340px !important; }
    .popup__thumbs_full img,
    .popup__video_full img,
    .popup .slick-track img {
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }

@media (max-width: 1440px) {
  .popup__body {
    padding-top: 74px;
    padding-bottom: 42px; } }

@media (max-width: 1440px) {
  .popup-standart__body {
    padding-top: 74px;
    padding-bottom: 42px; } }

/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=================================================================================================================*/
.yendex-oplata {
  position: relative;
  z-index: 20;
  background: #F9F8F6; }
  .yendex-oplata > * {
    position: relative;
    z-index: 5; }
  .yendex-oplata > .work__w1-2 {
    position: absolute; }
  @media (max-width: 767px) {
    .yendex-oplata .slick-slide img {
      width: 100% !important; } }

.yendex-oplata__wrapper {
  max-width: 1300px;
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto; }
  .yendex-oplata__wrapper > * {
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 45px; }

.yendex-oplata__title {
  font-size: 32px;
  margin-bottom: 24px;
  font-weight: 700; }

.yendex-oplata__body {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 920px) {
    .yendex-oplata__body {
      display: block; } }

.yendex-oplata__blok {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%; }

@media (max-width: 920px) {
  .yendex-oplata-content {
    margin-bottom: 20px; } }

.yendex-oplata__img {
  padding-top: 60%;
  border-radius: 12px; }

.yendex-oplata-content__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 12px; }

.yendex-oplata__sub-title {
  font-size: 22px;
  margin-bottom: 12px; }

.yendex-oplata__number {
  font-size: 24px;
  font-weight: 700;
  text-align: right; }

.yendex-oplata__sub-number {
  font-size: 16px;
  text-align: right; }

.yendex-oplata-text {
  font-size: 18px;
  line-height: 22px; }

.yendex-oplata__button {
  font-size: 0;
  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;
  margin-top: 7px;
  cursor: pointer; }
  .yendex-oplata__button .ya-pay-button {
    width: 100% !important;
    min-width: 0 !important; }
  @media (min-width: 1064px) {
    .yendex-oplata__button {
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .yendex-oplata__button:hover {
        -webkit-transform: translateY(-1.5px);
        -ms-transform: translateY(-1.5px);
        transform: translateY(-1.5px); }
      .yendex-oplata__button:active {
        opacity: 0.8;
        -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
        transform: translateY(1px); } }
  @media (max-width: 440px) {
    .yendex-oplata__button {
      width: 100%; } }

/*=====================================*/
@media (max-width: 920px) {
  .yendex-oplata-form {
    margin-bottom: 20px; } }

.yendex-oplata-form__footer {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .yendex-oplata-form__footer .yendex-oplata-form__text {
    font-size: 19px; }
  @media (max-width: 620px) {
    .yendex-oplata-form__footer {
      display: block; }
      .yendex-oplata-form__footer .yendex-oplata-form__text {
        margin: 12px;
        position: relative;
        text-align: center; }
      .yendex-oplata-form__footer .galler-block-content__button {
        width: 100%;
        max-width: 100%; } }

.yendex-oplata-form__input input {
  display: block;
  height: 50px;
  border: 1px solid #000;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  padding: 12px; }

/*=================================================================================================================*/
/*=================================================================================================================*/
/*
ID ключа
a063a1d1-022b-4b95-91ab-4e63ed795eee
Сам кключ
0b451ee7aac945958deaefb692303a88.0H__UiJANBIFIvUt6B7vu8R3kVXKxqih
*/
