.simple-header__v2 {
  box-shadow: 0 10px 32px -19px rgba(0,0,0,0.5);
}
.simple-header__v2 .menu-link {
  margin-right: 35px;
}
.menu-link__order {
  position: relative;
  padding-left: 40px;
}
.menu-link__order:before {
  content: '';
  left: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  background-color: #978B8B;
  width: 1px;
  height: 15px;
}
@media only screen and (min-width: 1200px) {
  .sign-up {
    display: none !important;
  }
}
body .mobile-nav-custom {
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
}
body .mobile-nav-custom.mobile-nav-show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
body .mobile-nav-custom .mobile-nav-menu__block-item {
  border-bottom: 1px solid #EAEAEA;
}
body .mobile-nav-custom .mobile-nav-menu__block-item:last-child {
  border-bottom: none;
}
.mobile-nav-menu__block-item a.active,
.menu-link a.active {
  color: #FC654C !important;
}
.top-video__iframe {
  text-align: center;
  background-color: #fff;
  padding: 40px 0;
  position: relative;
  z-index: 999;
}
.top-video__iframe iframe {
  height: 250px;
}
@media only screen and (min-width: 500px) {
  .top-video__iframe iframe {
    height: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  .top-video__iframe iframe {
    height: 500px;
  }
}
.top-video__title {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  letter-spacing: normal;
  color: #282828;
  padding: 0 20px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 760px) {
  .top-video__title {
    font-size: 24px;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .top-video__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.top-video__btn-wrapper {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  margin-top: 10px;
}
@media only screen and (min-width: 1200px) {
  .top-video__btn-wrapper {
    margin-top: 20px;
  }
}
.top-video__btn {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #FC654C;
  border-radius: 4px;
  cursor: pointer;
  flex-shrink: 0;
  border: none;
  outline: none;
  transition: all, .25s;
  width: 340px;
  max-width: 100%;
  height: 50px;
}
.top-video__btn:hover {
  background-color: #fb4729;
  color: #fff;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47,0,.74,.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5,0,.14,1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30,30,30,0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(0%);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(0deg,rgba(0,0,0,0.85) 0,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.15) 65%,rgba(0,0,0,0.075) 75.5%,rgba(0,0,0,0.037) 82.85%,rgba(0,0,0,0.019) 88%,transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0,0,.25,1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%,0,0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%,0,0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19,1,.22,1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5,1.5,1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5,.5,.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0,0,0) translate3d(-100%,0,0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0,0,0) translate3d(100%,0,0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%,0,0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0,0,0,0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(92%);
  max-width: calc(46%);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25,.46,.45,.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(90%);
  }
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px,0,0);
}
.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}
.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px,-50%,0);
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left;
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0,0,0,0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}
.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@font-face {
  font-family: 'TT Commons';
  src: url('/css/fonts/checkout_redesign_v3/TTCommons-Bold-WebXL.otf') format('otf');
  src: url('/css/fonts/checkout_redesign_v3/TTCommons-Bold.eot?#iefix') format('embedded-opentype'), url('/css/fonts/checkout_redesign_v3/TTCommons-Bold.woff2') format('woff2'), url('/css/fonts/checkout_redesign_v3/TTCommons-Bold.woff') format('woff'), url('/css/fonts/checkout_redesign_v3/TTCommons-Bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'TT Commons';
  src: url('/css/fonts/checkout_redesign_v3/TTCommons-Medium-WebXL.otf') format('otf');
  src: url('/css/fonts/checkout_redesign_v3/TTCommons-Medium.eot?#iefix') format('embedded-opentype'), url('/css/fonts/checkout_redesign_v3/TTCommons-Medium.woff2') format('woff2'), url('/css/fonts/checkout_redesign_v3/TTCommons-Medium.woff') format('woff'), url('/css/fonts/checkout_redesign_v3/TTCommons-Medium.ttf') format('truetype');
  font-weight: 500;
}
body {
  font-family: 'TT Commons', sans-serif !important;
  background: #fff !important;
}
body .is-cms {
  padding-top: 0 !important;
}
p {
  font-family: 'TT Commons', sans-serif !important;
  letter-spacing: normal !important;
}
a {
  text-decoration: none !important;
}
.section-ttl {
  width: 100%;
  font-family: 'TT Commons', sans-serif !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  line-height: 30px !important;
  text-align: center;
  letter-spacing: normal !important;
  color: #282828;
  margin: 0;
}
@media only screen and (min-width: 700px) {
  .section-ttl {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .section-ttl {
    font-size: 40px !important;
    line-height: 60px !important;
  }
}
.button {
  width: 100%;
  max-width: 340px;
  padding: 27px 58px 23px 58px;
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF !important;
  background: #FC654C;
  border-radius: 4px;
  cursor: pointer;
  flex-shrink: 0;
  border: none;
  outline: none;
  transition: all, .25s;
}
.button.transparent {
  border: 1px solid #FC654C;
  background: transparent;
  color: #FC654C !important;
}
.button:hover,
.button:focus {
  background: #fb4729;
  color: #fff !important;
  border-color: transparent !important;
}
@media only screen and (min-width: 700px) {
  .button {
    width: auto;
    padding: 25px 58px;
  }
}
.custom-style-pagination .swiper-pagination-bullet {
  margin: 0 7px;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  background: #282828;
  opacity: .3;
  transition: all .25s ease-in-out;
}
.custom-style-pagination .swiper-pagination-bullet:hover {
  opacity: .5;
}
@media only screen and (min-width: 700px) {
  .custom-style-pagination .swiper-pagination-bullet {
    margin: 0 11px;
    width: 8px;
    height: 8px;
  }
}
.custom-style-pagination .swiper-pagination-bullet-active {
  width: 9px;
  height: 9px;
  opacity: 1;
}
@media only screen and (min-width: 700px) {
  .custom-style-pagination .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
  }
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
.banner {
  display: block;
  width: 100%;
  position: relative;
}
.banner-image {
  display: block;
  width: 100%;
  height: 680px;
  object-fit: cover;
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 700px) {
  .banner-image_mobile {
    display: none;
  }
}
.banner-image_tablet {
  display: none;
}
@media only screen and (min-width: 700px) {
  .banner-image_tablet {
    display: block;
    height: 1000px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-image_tablet {
    display: none;
  }
}
.banner-image_desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .banner-image_desktop {
    display: block;
  }
}
.banner-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  position: absolute;
  top: 258px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media only screen and (min-width: 700px) {
  .banner-info {
    top: 376px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-info {
    top: 199px;
  }
}
.banner-title {
  max-width: 380px;
  margin: 0;
  font-family: 'TT Commons', sans-serif !important;
  font-weight: 700 !important;
  font-size: 31px !important;
  line-height: 45px;
  letter-spacing: normal;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 700px) {
  .banner-title {
    max-width: 480px;
    font-size: 40px !important;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-title {
    max-width: 535px;
  }
}
.banner-description {
  max-width: 280px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  margin-bottom: 10px;
}
@media only screen and (min-width: 700px) {
  .banner-description {
    max-width: 350px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-description {
    max-width: 390px;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 14px;
  }
}
.banner-button {
  max-width: 340px;
  margin-bottom: 28px;
}
@media only screen and (min-width: 700px) {
  .banner-button {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-button {
    margin-bottom: 20px;
  }
}
.banner-text {
  display: none;
  max-width: 360px;
  font-family: 'TT Commons';
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (min-width: 700px) {
  .banner-text {
    display: block;
  }
}
.section-video {
  position: relative;
  padding: 10px;
  margin-bottom: 70px;
}
@media only screen and (min-width: 700px) {
  .section-video {
    padding: 30px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-video {
    width: 1400px;
    max-width: 98%;
    margin: 0 auto 60px;
    padding: 20px 0;
  }
}
.section-video__poster {
  max-width: 100%;
}
.section-video__poster.tablet,
.section-video__poster.desktop {
  display: none;
}
@media only screen and (min-width: 700px) {
  .section-video__poster.mobile,
  .section-video__poster.desktop {
    display: none;
  }
  .section-video__poster.tablet {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .section-video__poster.mobile,
  .section-video__poster.tablet {
    display: none;
  }
  .section-video__poster.desktop {
    display: block;
  }
}
.section-video__video-play {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255,122,116,0.6);
  box-shadow: 0 20px 45px rgba(255,134,129,0.25);
  backdrop-filter: blur(2px);
  transition: all .25s ease-in-out;
}
@media only screen and (min-width: 700px) {
  .section-video__video-play {
    width: 100px;
    height: 100px;
    padding: 0;
  }
}
.section-video__video-play svg {
  margin-left: 4px;
  padding: 5px;
}
@media only screen and (min-width: 700px) {
  .section-video__video-play svg {
    padding: 0;
  }
}
.section-video__video-play:hover {
  background: #ff7a74;
}
.section-no-ordinary-products {
  padding: 0 10px;
  padding-top: 101px !important;
  margin-bottom: 65px;
}
@media only screen and (min-width: 700px) {
  .section-no-ordinary-products {
    padding: 0 30px;
    margin-bottom: 54px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-no-ordinary-products {
    padding: 0;
    width: 1160px;
    max-width: 96%;
    margin: 0 auto 69px;
  }
}
.section-no-ordinary-products .section-ttl {
  margin: 0 30px 10px;
  width: auto;
}
@media only screen and (min-width: 700px) {
  .section-no-ordinary-products .section-ttl {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-no-ordinary-products .section-ttl {
    margin-bottom: 12px;
  }
}
.section-no-ordinary-products__description {
  font-size: 18px;
  line-height: 24px;
  color: #807373;
  text-align: center;
  margin: 0 auto 23px;
  width: 290px;
}
@media only screen and (min-width: 700px) {
  .section-no-ordinary-products__description {
    margin: 0 35px 36px;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .section-no-ordinary-products__description {
    margin: 0 35px 53px;
  }
}
@media only screen and (min-width: 700px) {
  .section-no-ordinary-products .top-info {
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .section-no-ordinary-products .top-info {
    align-items: center;
  }
}
.section-no-ordinary-products__image-wrap {
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  margin-bottom: 32px;
}
@media only screen and (min-width: 700px) {
  .section-no-ordinary-products__image-wrap {
    width: 340px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-no-ordinary-products__image-wrap {
    width: 590px;
    height: 480px;
    margin-right: 70px;
  }
}
.section-no-ordinary-products__image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.section-no-ordinary-products__image-wrap .time-work {
  min-width: 149px;
  height: 26.28px;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translateX(-50%);
  bottom: 20px;
  left: 50%;
  background: #FFFFFF;
  border-radius: 23px;
}
@media only screen and (min-width: 700px) {
  .section-no-ordinary-products__image-wrap .time-work {
    left: auto;
    right: 20px;
    transform: translateX(0);
  }
}
@media only screen and (min-width: 1024px) {
  .section-no-ordinary-products__image-wrap .time-work {
    height: 45px;
    min-width: 220px;
    bottom: 30px;
    right: 30px;
  }
}
.section-no-ordinary-products__image-wrap .time-work .desktop-image {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section-no-ordinary-products__image-wrap .time-work .desktop-image {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .section-no-ordinary-products__image-wrap .time-work .no-desktop-image {
    display: none;
  }
}
.section-no-ordinary-products__image-wrap .time-work .text {
  margin-left: 5px;
  margin-top: 4px;
  font-size: 14px;
  color: #978C8C;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .section-no-ordinary-products__image-wrap .time-work .text {
    font-size: 20px;
    margin-left: 8px;
  }
}
@media only screen and (min-width: 700px) {
  .section-no-ordinary-products .right-info-desktop {
    flex: 1;
  }
}
.section-no-ordinary-products__important-text {
  margin-bottom: 29px;
  text-align: left;
  padding: 0 10px;
}
@media only screen and (min-width: 700px) {
  .section-no-ordinary-products__important-text {
    flex: 1;
    padding: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-no-ordinary-products__important-text br {
    display: none;
  }
}
.section-no-ordinary-products__important-text p {
  margin: 0 0 28px;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #282828;
}
@media only screen and (min-width: 1024px) {
  .section-no-ordinary-products__important-text p:last-child {
    margin-bottom: 8px;
  }
}
.section-no-ordinary-products__bottom-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #978C8C;
  padding: 0 15px;
}
@media only screen and (min-width: 700px) {
  .section-no-ordinary-products__bottom-text {
    width: 625px;
    margin: 0 auto;
  }
  .section-no-ordinary-products__bottom-text br {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-no-ordinary-products__bottom-text {
    width: auto;
  }
}
.section-no-ordinary-products__bottom-text.desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section-no-ordinary-products__bottom-text.desktop {
    display: block;
    text-align: left;
    padding: 0;
    margin-bottom: 24px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-no-ordinary-products__bottom-text.no-desktop {
    display: none;
  }
}
.section-no-ordinary-products .swiper-slide {
  background: #fff;
}
.section-no-ordinary-products-slider {
  padding-bottom: 43px;
}
@media only screen and (min-width: 700px) {
  .section-no-ordinary-products-slider {
    padding-bottom: 53px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-no-ordinary-products-slider {
    padding-bottom: 49px;
  }
}
.section-smart-making {
  width: 100%;
  padding: 0 10px;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 700px) {
  .section-smart-making {
    padding: 0 30px;
  }
}
.smart-making {
  width: 100%;
  padding: 35px 10px 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #FBECEA;
  border-radius: 6px;
}
@media only screen and (min-width: 700px) {
  .smart-making {
    flex-direction: row;
    align-items: flex-start;
    padding: 45px 40px 26px 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .smart-making {
    max-width: 1160px;
    padding: 45px 60px 35px 60px;
  }
}
.smart-making__text {
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #282828;
  margin-bottom: 27px;
}
@media only screen and (min-width: 700px) {
  .smart-making__text {
    width: auto;
    text-align: left;
    margin-bottom: 0;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .smart-making__text {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (min-width: 700px) {
  .smart-making__btn {
    margin-top: 4px;
  }
}
@media only screen and (min-width: 1024px) {
  .smart-making__btn {
    margin-top: 20px;
  }
}
.section-how-works {
  width: 100%;
  padding-top: 75px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 700px) {
  .section-how-works {
    padding-top: 101px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-how-works {
    padding-top: 80px;
  }
}
.section-how-works-continue {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 700px) {
  .section-how-works-continue {
    padding-top: 23px;
  }
}
.section-how-works__ttl {
  margin-bottom: 3px;
}
@media only screen and (min-width: 700px) {
  .section-how-works__ttl {
    margin-bottom: 0;
  }
}
.how-works-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  margin-top: 20px;
}
@media only screen and (min-width: 700px) {
  .how-works-content {
    padding: 0 30px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .how-works-content {
    width: 1160px;
    padding: 0;
    margin-top: 50px;
  }
}
.how-works-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 63px;
}
.how-works-item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 700px) {
  .how-works-item {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 77px;
  }
  .how-works-item_revers {
    flex-direction: row-reverse;
  }
  .how-works-item_third .how-works-item__ttl {
    margin-top: 44px;
    margin-bottom: 24px;
  }
  .how-works-item_forth .how-works-item__ttl {
    margin-top: 46px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .how-works-item {
    margin-bottom: 120px;
  }
  .how-works-item_second {
    padding-left: 20px;
  }
  .how-works-item_second .how-works-item__info {
    width: 481px;
  }
  .how-works-item_third .how-works-item__info {
    width: 500px;
  }
  .how-works-item_third .how-works-item__ttl {
    margin-top: 85px;
    letter-spacing: 0.1px !important;
    margin-bottom: 16px;
  }
  .how-works-item_third .how-works-item__text br {
    display: none;
  }
  .how-works-item_forth .how-works-item__ttl {
    margin-top: 85px;
    letter-spacing: 0.1px !important;
    margin-bottom: 16px;
  }
  .how-works-item_forth .how-works-item__text br {
    display: none;
  }
}
.how-works-item__image-wrap {
  width: 100%;
  height: 230px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (min-width: 700px) {
  .how-works-item__image-wrap {
    width: 320px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 760px) {
  .how-works-item__image-wrap {
    width: 340px;
  }
}
@media only screen and (min-width: 1024px) {
  .how-works-item__image-wrap {
    width: 480px;
  }
}
@media only screen and (min-width: 1200px) {
  .how-works-item__image-wrap {
    width: 590px;
    height: 300px;
  }
}
.how-works-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.how-works-item__info {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 700px) {
  .how-works-item__info {
    width: calc(100% - 350px);
  }
}
@media only screen and (min-width: 760px) {
  .how-works-item__info {
    width: calc(100% - 381px);
  }
}
@media only screen and (min-width: 1024px) {
  .how-works-item__info {
    width: calc(100% - 520px);
  }
}
@media only screen and (min-width: 1200px) {
  .how-works-item__info {
    width: 510px;
  }
}
.how-works-item__ttl {
  margin-bottom: 20px;
  text-align: left;
}
.how-works-item__ttl br {
  display: none;
}
@media only screen and (min-width: 700px) {
  .how-works-item__ttl {
    margin-top: 29px;
    margin-bottom: 13px;
  }
  .how-works-item__ttl br {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .how-works-item__ttl {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .how-works-item__ttl {
    margin-top: 85px;
    margin-bottom: 16px;
  }
  .how-works-item__ttl br {
    display: none;
  }
}
.how-works-item__text {
  max-width: 436px;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #282828;
  margin: 0;
}
.section-how-works__button {
  margin-top: 66px;
}
@media only screen and (min-width: 700px) {
  .section-how-works__button {
    margin-top: 121px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-how-works__button {
    margin-top: 61px;
  }
}
.section-products-list {
  padding: 39px 20px 4px;
}
@media only screen and (min-width: 700px) {
  .section-products-list {
    padding: 50px 0 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-products-list {
    padding: 0;
    width: 1160px;
    max-width: 96%;
    margin: 84px auto 33px;
  }
}
@media only screen and (min-width: 700px) {
  .section-products-list__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.section-products-list .section-ttl {
  margin-bottom: 19px;
  text-align: left;
}
@media only screen and (min-width: 700px) {
  .section-products-list .section-ttl {
    margin-bottom: 39px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-products-list .section-ttl {
    margin-bottom: 29px;
  }
}
.section-products-list__text {
  margin-bottom: 30px;
}
@media only screen and (min-width: 700px) {
  .section-products-list__text {
    flex: 1;
  }
}
.section-products-list__description {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #282828;
}
.section-products-list .swiper-products {
  padding: 0 0 56px;
}
@media only screen and (min-width: 700px) {
  .section-products-list .swiper-products {
    width: 430px;
    margin-left: 30px;
    padding: 13px 0 63px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-products-list .swiper-products {
    width: 700px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-products-list .swiper-products {
    width: 821px;
    margin-left: 60px;
    padding: 11px 0 54px;
  }
}
.section-products-list .product {
  width: 160px;
  height: 250px;
  border: 1px solid rgba(85,63,63,0.15);
  border-radius: 6px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .section-products-list .product {
    height: 350px;
  }
}
.section-products-list .product-image-wrapper {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .section-products-list .product-image-wrapper {
    height: 219px;
  }
}
.section-products-list .product-img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
}
.section-products-list .product-tag {
  position: absolute;
  top: 10px;
  left: 9px;
  padding-top: 3px;
  background: #FFE8E8;
  border-radius: 40px;
  min-width: 63px;
  height: 29px;
  color: #FF625B;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
.section-products-list .product-info {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
  padding: 9px 10px 10px;
}
@media only screen and (min-width: 1024px) {
  .section-products-list .product-info {
    height: 130px;
    padding: 31px 20px 19px 20px;
  }
}
.section-products-list .product-title {
  color: #282828;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  text-align: left;
}
@media only screen and (min-width: 1200px) {
  .section-products-list .product-title {
    font-size: 16px;
    line-height: 20px;
    height: 32px;
    display: flex;
    align-items: center;
  }
}
.section-products-list .wrap-price-card {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-products-list .wrap-price {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-products-list .price {
  color: #282828;
  font-weight: 500;
  font-size: 18px;
  line-height: 16px;
  margin-right: 4px;
}
.section-products-list .price-sale {
  color: #B1B1B1;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
}
.section-products-list .product-btn-no-added {
  width: 80px;
  height: 30px;
  background: #FCF7F3;
  border-radius: 4px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  color: #282828;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1200px) {
  .section-products-list .product-btn-no-added {
    font-size: 12px;
    margin-top: -3px;
    width: 100px;
  }
}
.section-products-list .product-btn-added {
  width: 80px;
  height: 30px;
  background: #2FCEC1;
  border-radius: 40px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1200px) {
  .section-products-list .product-btn-added {
    font-size: 12px;
  }
}
.section-previous-boxes {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 700px) {
  .section-previous-boxes {
    padding-top: 86px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-previous-boxes {
    padding-top: 75px;
  }
}
.section-previous-boxes__info {
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 29px;
}
@media only screen and (min-width: 700px) {
  .section-previous-boxes__info {
    margin-bottom: 40px;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-previous-boxes__info {
    margin-bottom: 43px;
    width: 761px;
    padding: 0;
  }
}
.section-previous-boxes__ttl {
  margin-bottom: 27px;
}
@media only screen and (min-width: 700px) {
  .section-previous-boxes__ttl {
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-previous-boxes__ttl {
    margin-bottom: 11px;
  }
}
.section-previous-boxes__text {
  width: 88%;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #807373;
  margin: 0;
  margin-bottom: 22px;
}
@media only screen and (min-width: 700px) {
  .section-previous-boxes__text {
    width: 425px;
    margin-bottom: 23px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-previous-boxes__text {
    width: 735px;
    margin-left: -7px;
  }
}
.section-previous-boxes__small-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #807373;
  margin: 0;
}
.section-previous-boxes__small-text br {
  display: none;
}
@media only screen and (min-width: 700px) {
  .section-previous-boxes__small-text {
    width: 605px;
  }
  .section-previous-boxes__small-text br {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .section-previous-boxes__small-text {
    width: 760px;
  }
  .section-previous-boxes__small-text br {
    display: none;
  }
}
.previous-boxes-wrapper {
  width: 100%;
  position: relative;
}
.previous-boxes {
  width: 100%;
}
.featured-box {
  width: 100%;
  height: 630px !important;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 700px) {
  .featured-box {
    height: 500px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .featured-box {
    height: 600px !important;
  }
}
@media only screen and (min-width: 700px) {
  .featured-box_revers .featured-box__image-wrap {
    left: unset;
    right: 0;
  }
  .featured-box_revers .featured-box__info {
    align-self: flex-start;
    margin-right: 0;
    margin-left: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-box_revers .featured-box__image-wrap {
    left: unset;
    right: calc((100% - 1160px) / 2);
  }
  .featured-box_revers .featured-box__info {
    margin-left: calc((100% - 960px) / 2);
  }
}
.featured-box__image-wrap {
  width: 100%;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 700px) {
  .featured-box__image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 450px;
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .featured-box__image-wrap {
    width: 700px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-box__image-wrap {
    left: calc((100% - 1160px) / 2);
  }
}
.featured-box__image {
  display: block !important;
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (min-width: 700px) {
  .featured-box__image_mobile {
    display: none !important;
  }
}
.featured-box__image_tablet {
  display: none !important;
}
@media only screen and (min-width: 700px) {
  .featured-box__image_tablet {
    display: block !important;
  }
}
@media only screen and (min-width: 1024px) {
  .featured-box__image_tablet {
    display: none !important;
  }
}
.featured-box__image_desktop {
  display: none !important;
}
@media only screen and (min-width: 1024px) {
  .featured-box__image_desktop {
    display: block !important;
  }
}
.featured-box__content {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-top: -40px;
  padding-top: 30px;
}
@media only screen and (min-width: 700px) {
  .featured-box__content {
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.featured-box__info {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 700px) {
  .featured-box__info {
    width: 220px;
    align-self: flex-end;
    padding: 0;
    margin-right: 90px;
    transform: translateY(147px);
  }
}
@media only screen and (min-width: 1200px) {
  .featured-box__info {
    width: 270px;
    margin-right: calc((100% - 980px) / 2);
    transform: translateY(200px);
  }
}
.featured-box__info-ttl {
  font-family: 'TT Commons', sans-serif !important;
  letter-spacing: normal !important;
  font-size: 24px;
  font-weight: 500 !important;
  line-height: 30px;
  color: #282828;
  margin-top: 1px;
  margin-bottom: 7px;
  text-align: left;
}
@media only screen and (min-width: 700px) {
  .featured-box__info-ttl {
    margin-top: 0;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .featured-box__info-ttl {
    font-size: 28px;
    margin-bottom: 14px;
  }
}
.featured-box__info-descr {
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 22px;
  color: #282828;
  text-align: left;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .featured-box__info-descr {
    padding-right: 3px;
    font-size: 18px;
    line-height: 24px;
    margin-left: 0;
  }
}
.featured-box__info-button {
  margin: 14px auto 0;
}
.featured-box__info-button_mobile {
  width: calc(100% - 40px);
  margin-bottom: 20px;
  margin-top: 7px;
}
@media only screen and (min-width: 700px) {
  .featured-box__info-button_mobile {
    display: none;
  }
}
.featured-box__info-button_desktop {
  display: none;
}
@media only screen and (min-width: 700px) {
  .featured-box__info-button_desktop {
    display: flex;
  }
}
@media only screen and (min-width: 700px) {
  .featured-box__info-button {
    max-width: 100%;
    width: 100%;
    padding: 27px 59px 23px 59px;
  }
}
@media only screen and (min-width: 1024px) {
  .featured-box__info-button {
    width: 270px;
    margin: 0;
    margin-top: 16px;
    padding: 25px 56px;
  }
}
.featured-right-block,
.featured-left-block {
  position: absolute;
  height: 5px;
  bottom: 36px;
  width: 20px;
  background: #FAEFD7;
  z-index: 101;
}
@media only screen and (min-width: 700px) {
  .featured-right-block,
  .featured-left-block {
    width: 30px;
    bottom: 7px;
  }
}
.featured-right-block {
  right: 0;
}
@media only screen and (min-width: 1200px) {
  .featured-right-block {
    right: unset;
    left: 50%;
    bottom: 18px;
    transform: translateX(600px);
  }
}
@media only screen and (min-width: 1240px) {
  .featured-right-block {
    transform: translateX(620px);
  }
}
.featured-left-block {
  left: 0;
}
@media only screen and (min-width: 1200px) {
  .featured-left-block {
    display: none;
  }
}
.featured-box__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: auto;
  margin-bottom: 37px;
  padding-bottom: 10px;
  z-index: 100;
  position: relative;
}
.featured-box__inner::after {
  content: '';
  display: block;
  position: relative;
  min-width: 20px;
  width: 20px;
  height: 1px;
  background: transparent;
  top: 50%;
  z-index: 11;
}
.featured-box__inner::-webkit-scrollbar {
  display: block;
  height: 3px;
  background-color: transparent;
}
.featured-box__inner::-webkit-scrollbar-thumb {
  display: block;
  background: rgba(124,101,101,0.5);
  border-radius: 7px;
  cursor: pointer;
}
@media only screen and (min-width: 700px) {
  .featured-box__inner {
    margin-bottom: 8px;
    margin-top: auto;
  }
  .featured-box__inner::after {
    min-width: 30px;
    width: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-box__inner {
    width: 1160px;
    margin: auto auto 19px;
  }
  .featured-box__inner::after {
    display: none;
  }
}
@media only screen and (min-width: 1240px) {
  .featured-box__inner {
    width: 1200px;
    transform: translateX(20px);
  }
}
.featured-box__product {
  flex-shrink: 0;
  width: 220px;
  height: 90px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 9px;
  margin-left: 20px;
}
.featured-box__product:first-child {
  margin-left: 20px;
}
@media only screen and (min-width: 700px) {
  .featured-box__product {
    border-radius: 6px;
  }
  .featured-box__product:first-child {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-box__product:first-child {
    margin-left: 0px;
  }
}
.featured-box__product-image-wrap {
  width: 80px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
}
.featured-box__product-image {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.featured-box__product-info {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.featured-box__product-ttl {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #978C8C;
}
.featured-box__product-country {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #282828;
}
.previous-boxes-nav {
  display: none;
}
.has-arrows-dots .previous-boxes-nav {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 150px;
  cursor: pointer;
  z-index: 2;
  transition: all, .25s;
  filter: drop-shadow(0 16px 26px rgba(0,0,0,0.1));
}
.has-arrows-dots .previous-boxes-nav:hover,
.has-arrows-dots .previous-boxes-nav:focus {
  outline: none;
  filter: drop-shadow(0 0 26px rgba(0,0,0,0.4));
}
.has-arrows-dots .previous-boxes-nav svg {
  display: block;
  width: 10px;
  height: auto;
}
.has-arrows-dots .previous-boxes-nav_prev {
  left: 20px;
}
.has-arrows-dots .previous-boxes-nav_prev svg {
  transform: translate(-2px,0px);
}
.has-arrows-dots .previous-boxes-nav_next {
  right: 20px;
}
.has-arrows-dots .previous-boxes-nav_next svg {
  transform: translate(2px,0px);
}
@media only screen and (min-width: 700px) {
  .has-arrows-dots .previous-boxes-nav {
    top: 230px;
  }
  .has-arrows-dots .previous-boxes-nav_prev {
    left: 30px;
  }
  .has-arrows-dots .previous-boxes-nav_next {
    right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .has-arrows-dots .previous-boxes-nav_prev {
    left: calc((100% - 1160px) / 2);
  }
  .has-arrows-dots .previous-boxes-nav_next {
    right: calc((100% - 1160px) / 2);
  }
}
.section-testimonials {
  padding: 77px 20px;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 700px) {
  .section-testimonials {
    padding: 72px 30px 143px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-testimonials {
    width: 1160px;
    max-width: 96%;
    margin: 0 auto;
    padding: 137px 0 187px;
  }
}
@media only screen and (min-width: 700px) {
  .section-testimonials .custom-style-pagination {
    bottom: 0 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .section-testimonials .custom-style-pagination {
    bottom: 10px !important;
  }
}
.section-testimonials .section-custom-ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #282828;
  margin-bottom: 45px;
}
@media only screen and (min-width: 700px) {
  .section-testimonials .section-custom-ttl {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 64px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-testimonials .section-custom-ttl {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 74px;
  }
  .section-testimonials .section-custom-ttl br {
    display: none;
  }
}
.section-testimonials__list {
  padding-bottom: 56px;
}
@media only screen and (min-width: 700px) {
  .section-testimonials__list {
    padding-bottom: 61px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-testimonials__list {
    padding-bottom: 56px;
  }
}
.section-testimonials .testi-slider {
  margin-bottom: 49px;
}
@media only screen and (min-width: 700px) {
  .section-testimonials .testi-slider {
    margin-bottom: 39px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-testimonials .testi-slider {
    margin-bottom: 43px;
  }
}
.section-testimonials .navigation-btn {
  display: none;
}
.section-testimonials.has-arrows-dots .navigation-btn {
  display: none;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  transition: all, .25s;
  outline: none;
  filter: drop-shadow(0 16px 26px rgba(0,0,0,0.1));
}
@media only screen and (min-width: 700px) {
  .section-testimonials.has-arrows-dots .navigation-btn {
    top: 331px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-testimonials.has-arrows-dots .navigation-btn {
    top: 380px;
  }
}
.section-testimonials.has-arrows-dots .navigation-btn:hover,
.section-testimonials.has-arrows-dots .navigation-btn:focus {
  outline: none;
  filter: drop-shadow(0 0 26px rgba(0,0,0,0.4));
}
.section-testimonials.has-arrows-dots .navigation-btn:after {
  display: none;
}
@media only screen and (min-width: 700px) {
  .section-testimonials.has-arrows-dots .navigation-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}
.section-testimonials.has-arrows-dots .navigation-btn svg {
  display: block;
  width: 10px;
  height: auto;
}
@media only screen and (min-width: 700px) {
  .section-testimonials.has-arrows-dots .navigation-btn.testi-prev-item {
    left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-testimonials.has-arrows-dots .navigation-btn.testi-prev-item {
    left: 0;
  }
}
.section-testimonials.has-arrows-dots .navigation-btn.testi-prev-item svg {
  transform: translate(-2px,0px);
}
@media only screen and (min-width: 700px) {
  .section-testimonials.has-arrows-dots .navigation-btn.testi-next-item {
    right: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-testimonials.has-arrows-dots .navigation-btn.testi-next-item {
    right: 0;
  }
}
.section-testimonials.has-arrows-dots .navigation-btn.testi-next-item svg {
  transform: translate(2px,0px);
}
.section-testimonials__list-item {
  background-color: #fff;
  opacity: 0 !important;
}
.section-testimonials__list-item.swiper-slide-active,
.section-testimonials__list-item.swiper-slide-duplicate-active {
  opacity: 1 !important;
}
.section-testimonials__list-item__wrap-id {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
}
@media only screen and (min-width: 700px) {
  .section-testimonials__list-item__wrap-id {
    position: relative;
    left: -7px;
    margin-bottom: 7px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-testimonials__list-item__wrap-id {
    margin-bottom: 8px;
    left: 3px;
  }
}
.section-testimonials__list-item__wrap-photo {
  margin-right: 15px;
  overflow: hidden;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  position: relative;
  top: -2px;
}
@media only screen and (min-width: 700px) {
  .section-testimonials__list-item__wrap-photo {
    top: 0;
  }
}
.section-testimonials__list-item__img {
  display: block;
  max-width: 100%;
}
.section-testimonials__list-item__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #807373;
}
@media only screen and (min-width: 1024px) {
  .section-testimonials__list-item__name {
    position: relative;
    top: 2px;
  }
}
.section-testimonials__list-item__text {
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  color: #282828;
  width: 400px;
  max-width: 100%;
  margin: 0 auto 9px;
}
@media only screen and (min-width: 700px) {
  .section-testimonials__list-item__text {
    font-size: 40px;
    line-height: 55px;
    width: 500px;
    position: relative;
    left: -5px;
    margin: 0 auto 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-testimonials__list-item__text {
    width: 700px;
    font-size: 50px;
    left: 0;
    margin: 0 auto 42px;
  }
}
.section-testimonials__list-item__from {
  font-size: 16px;
  line-height: 20px;
  color: #807373;
}
@media only screen and (min-width: 700px) {
  .section-testimonials__list-item__from {
    position: relative;
    left: -6px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-testimonials__list-item__from {
    left: 0;
  }
}
.section-testimonials .button {
  margin: 0 auto;
  padding: 26px 58px 22px 58px;
}
@media only screen and (min-width: 700px) {
  .section-testimonials .button {
    width: 232px;
    padding: 24px 30px 24px;
    position: relative;
    left: -6px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-testimonials .button {
    left: 0;
  }
}
.section-impact {
  width: 100%;
  padding-top: 35px;
  padding-bottom: 30px;
  margin-top: 23px;
  background: #FBECEA;
  position: relative;
}
@media only screen and (min-width: 700px) {
  .section-impact {
    padding-top: 5px;
    padding-bottom: 0;
    margin-top: 1px;
  }
}
@media only screen and (min-width: 1320px) {
  .section-impact {
    padding-top: 30px;
  }
}
.impact-block {
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 700px) {
  .impact-block {
    padding: 0 10px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 760px) {
  .impact-block {
    padding-left: 31px;
    padding-right: 33px;
  }
}
@media only screen and (min-width: 1320px) {
  .impact-block {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    justify-content: space-between;
    transform: translateX(21px);
  }
}
.impact-info {
  width: 100%;
  margin-top: 34px;
}
@media only screen and (min-width: 700px) {
  .impact-info {
    width: 239px;
    padding: 0;
    margin-top: 21px;
    margin-right: 35px;
    margin-left: -3px;
  }
}
@media only screen and (min-width: 760px) {
  .impact-info {
    margin-top: 41px;
    margin-right: 55px;
  }
}
@media only screen and (min-width: 1024px) {
  .impact-info {
    width: 350px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1320px) {
  .impact-info {
    width: 410px;
    margin-top: 95px;
    margin-right: 0;
    margin-left: -1px;
  }
}
.impact__ttl {
  margin-bottom: 21px;
}
@media only screen and (min-width: 700px) {
  .impact__ttl {
    text-align: left;
    margin-bottom: 19px;
    line-height: 42px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .impact__ttl {
    margin-bottom: 27px;
    line-height: 60px !important;
    margin-left: -3px;
  }
}
.impact__text {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #978C8C;
  margin: 0;
}
.impact__text a {
  text-decoration: none;
  color: #FC654C;
  transition: all, .25s;
}
.impact__text a:hover {
  color: #fb4729;
}
@media only screen and (min-width: 700px) {
  .impact__text {
    text-align: left;
    margin-left: 1px;
  }
}
@media only screen and (min-width: 1320px) {
  .impact__text {
    width: 400px;
    font-size: 18px;
    line-height: 25px;
    padding: 0;
    margin-left: 0px;
  }
  .impact__text br {
    display: none;
  }
}
.impact__button {
  margin: 0 auto;
  margin-top: 32px;
}
@media only screen and (min-width: 700px) {
  .impact__button {
    padding: 25px 35px;
  }
}
@media only screen and (min-width: 760px) {
  .impact__button {
    margin-left: 0;
    margin-top: 76px;
    width: 265px;
    max-width: 265px;
    padding: 25px 55px;
  }
}
@media only screen and (min-width: 1024px) {
  .impact__button {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1320px) {
  .impact__button {
    margin-top: 19px;
  }
}
.impact__button-icon {
  width: 50px;
  height: 37px;
  border-right: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -2px;
  padding-bottom: 4px;
}
.impact__button-icon svg {
  display: block;
}
.impact__button-text {
  font-family: 'TT Commons';
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FAFAFA;
  margin-left: 18%;
  margin-top: -2px;
}
@media only screen and (min-width: 700px) {
  .impact__button-text {
    margin-top: -5px;
    margin-left: 21px;
  }
}
@media only screen and (min-width: 1200px) {
  .impact__button-text {
    margin-top: -3px;
  }
}
.impact-images {
  width: 100%;
  max-width: 340px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.impact-images img {
  display: block;
  object-fit: cover;
}
@media only screen and (min-width: 700px) {
  .impact-images {
    max-width: none;
    width: 402px;
    margin-top: -58px;
    margin-bottom: -11px;
  }
}
@media only screen and (min-width: 1320px) {
  .impact-images {
    width: 680px;
    margin-top: -91px;
    margin-bottom: -52px;
  }
}
.impact-images__block-01 {
  width: 33%;
  max-width: 110px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 700px) {
  .impact-images__block-01 {
    max-width: none;
    width: 108px;
  }
}
@media only screen and (min-width: 1320px) {
  .impact-images__block-01 {
    width: 220px;
  }
}
.impact-images__block-02 {
  width: 62%;
  max-width: 210px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 700px) {
  .impact-images__block-02 {
    max-width: none;
    width: 277px;
  }
}
@media only screen and (min-width: 1320px) {
  .impact-images__block-02 {
    width: 420px;
  }
}
.impact__image-01 {
  width: 95px;
  height: 71px;
  margin-top: 31px;
  margin-bottom: 28px;
  background: #FFE3DE;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(38px);
}
@media only screen and (min-width: 700px) {
  .impact__image-01 {
    width: 74px;
    height: 55px;
    margin-top: 109px;
    margin-bottom: 16px;
    transform: translateX(30px);
  }
}
@media only screen and (min-width: 1320px) {
  .impact__image-01 {
    width: 150px;
    height: 113px;
    border-radius: 16px;
    margin-top: 119px;
    margin-bottom: 40px;
    transform: translateX(59px);
  }
}
.impact__image-01-inner {
  display: block;
  width: 50px;
  height: auto;
}
@media only screen and (min-width: 700px) {
  .impact__image-01-inner {
    width: 39px;
  }
}
@media only screen and (min-width: 1320px) {
  .impact__image-01-inner {
    width: 79px;
  }
}
.impact__image-02 {
  width: 100%;
  height: 148px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 1320px) {
  .impact__image-02 {
    height: 302px;
  }
}
.impact__image-03 {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 700px) {
  .impact__image-03 {
    height: 273px;
    margin-bottom: 11px;
    transform: translateY(-6px);
  }
}
@media only screen and (min-width: 1320px) {
  .impact__image-03 {
    height: 420px;
    margin-bottom: 42px;
    transform: translateY(2px);
  }
}
.impact__image-03-inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.impact__image-03-play {
  width: 100px;
  height: 100px;
  background: rgba(255,122,116,0.6);
  box-shadow: 0px 20px 45px rgba(255,134,129,0.25);
  backdrop-filter: blur(2px);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  transition: all, .25s;
}
.impact__image-03-play svg {
  display: block;
  width: 29px;
  height: auto;
  margin-left: 3px;
}
.impact__image-03-play:hover {
  background: rgba(255,122,116,0.9);
  box-shadow: 0px 20px 45px rgba(255,134,129,0.55);
}
@media only screen and (min-width: 700px) {
  .impact__image-03-play svg {
    margin-left: 6px;
  }
}
@media only screen and (min-width: 1320px) {
  .impact__image-03-play {
    transform: translate(-51%,-54%);
  }
}
.impact__image-04 {
  width: 81%;
  max-width: 170px;
  height: 130px;
  border-radius: 10px;
}
@media only screen and (min-width: 700px) {
  .impact__image-04 {
    max-width: none;
    width: 222px;
    height: 171px;
  }
}
@media only screen and (min-width: 1320px) {
  .impact__image-04 {
    width: 320px;
    height: 251px;
  }
}
.section-partners {
  width: 100%;
  padding-top: 113px;
}
@media only screen and (min-width: 700px) {
  .section-partners {
    padding-top: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-partners {
    padding-top: 171px;
  }
}
.section-partners__content {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 700px) {
  .section-partners__content {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.section-partners__image-wrap {
  width: 100%;
}
@media only screen and (min-width: 700px) {
  .section-partners__image-wrap {
    width: 56.5%;
  }
}
.section-partners__image {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 700px) {
  .section-partners__image_mobile {
    display: none;
  }
}
.section-partners__image_tablet {
  display: none;
}
@media only screen and (min-width: 700px) {
  .section-partners__image_tablet {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .section-partners__image_tablet {
    display: none;
  }
}
.section-partners__image_desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section-partners__image_desktop {
    display: block;
    width: 482px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-partners__image_desktop {
    width: 582px;
  }
}
.section-partners__info {
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 46px;
}
@media only screen and (min-width: 700px) {
  .section-partners__info {
    width: 40.7%;
    align-items: flex-start;
    padding: 0;
    margin-top: -5px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-partners__info {
    width: 500px;
    margin-top: 54px;
  }
}
.section-partners__ttl {
  display: none;
  margin-bottom: 37px;
  max-width: 340px;
}
.section-partners__ttl_mob {
  display: block;
}
@media only screen and (min-width: 700px) {
  .section-partners__ttl {
    display: block;
    text-align: left;
    max-width: 100%;
    margin-bottom: 29px;
  }
  .section-partners__ttl_mob {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-partners__ttl {
    max-width: 80%;
    margin-bottom: 15px;
  }
}
.section-partners__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #282828;
  margin: 0;
  margin-bottom: 24px;
}
@media only screen and (min-width: 700px) {
  .section-partners__text {
    width: 90%;
  }
}
@media only screen and (min-width: 1024px) {
  .section-partners__text {
    width: 70%;
  }
}
.section-partners__btn {
  max-width: 340px;
  margin-top: -4px;
}
@media only screen and (min-width: 700px) {
  .section-partners__btn {
    width: 200px;
    margin-top: -10px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-partners__btn {
    margin-top: 24px;
  }
}
.section-choose-subscription {
  width: 100%;
  padding-top: 128px;
  padding-bottom: 21px;
  position: relative;
  z-index: 2;
}
.section-choose-subscription.hidden {
  display: none;
}
@media only screen and (min-width: 760px) {
  .section-choose-subscription {
    padding-top: 105px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-choose-subscription {
    padding-top: 141px;
  }
}
.section-choose-subscription__ttl {
  width: 100%;
  font-family: 'TT Commons', sans-serif !important;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700 !important;
  color: #412E2E;
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 760px) {
  .section-choose-subscription__ttl {
    font-size: 26px;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1200px) {
  .section-choose-subscription__ttl {
    font-size: 32px;
    line-height: 40px;
    transform: translateX(-2px);
  }
}
.section-choose-subscription__descr {
  max-width: 310px;
  font-family: 'TT Commons' !important;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #807373;
  margin: 0 auto;
  margin-top: 10px;
}
@media only screen and (min-width: 760px) {
  .section-choose-subscription__descr {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-choose-subscription__descr {
    margin-top: 20px;
  }
}
.choose-subscription {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 55px;
}
@media only screen and (min-width: 760px) {
  .choose-subscription {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .choose-subscription {
    margin-top: 83px;
  }
}
.choose-subscription__plans {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
@media only screen and (min-width: 760px) {
  .choose-subscription__plans {
    width: 500px;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .choose-subscription__plans {
    width: 960px;
    transform: translateX(6px);
  }
}
.subscription-plan {
  width: 100%;
  height: 140px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background: #F7F7F7;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: all, .25s;
}
.subscription-plan:hover {
  box-shadow: 0px 7px 10px rgba(179,179,179,0.25);
}
.subscription-plan.active {
  background: #FF8A85;
}
.subscription-plan.active .subscription-plan__top::after {
  border: 1px solid #fff;
}
.subscription-plan.active .subscription-plan__popular {
  background: #fff;
  color: #FF8F88;
}
.subscription-plan.active .subscription-plan__image svg path {
  fill: #fff;
}
.subscription-plan.active .subscription-plan__ttl {
  color: #fff;
}
.subscription-plan.active .subscription-plan__price {
  color: #fff;
}
.subscription-plan.active .subscription-plan__descr {
  color: #fff;
}
@media only screen and (min-width: 760px) {
  .subscription-plan {
    width: 220px;
    height: 340px;
    flex-direction: column;
    margin: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .subscription-plan {
    margin: 0 10px;
  }
  .subscription-plan:first-child .subscription-plan__price {
    transform: translate(-1px,-2px);
  }
  .subscription-plan:nth-child(2) .subscription-plan__price {
    transform: translate(-1px,-2px);
  }
}
.subscription-plan__top {
  width: 50px;
  height: 120px;
  border-left: 1px solid #ECE4E4;
  position: relative;
  flex-shrink: 0;
}
.subscription-plan__top::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-57%,-50%);
  border: 1px solid #D5C8C8;
  border-radius: 50%;
  transition: all, .25s;
}
@media only screen and (min-width: 760px) {
  .subscription-plan__top {
    width: 199px;
    height: 60px;
    border-left: none;
    border-bottom: 1px solid #ECE4E4;
  }
  .subscription-plan__top::after {
    transform: translate(-50%,-50%);
  }
}
.subscription-plan__popular {
  width: 80px;
  height: 20px;
  background: #FF9994;
  border-radius: 13.5px;
  font-family: 'TT Commons';
  font-weight: 500;
  font-size: 8px;
  line-height: 9px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  position: absolute;
  left: -40px;
  top: 50px;
  transform: rotate(90deg);
  transition: all, .25s;
}
@media only screen and (min-width: 760px) {
  .subscription-plan__popular {
    width: 110px;
    height: 24px;
    font-size: 11px;
    line-height: 13px;
    padding-top: 2px;
    left: 50%;
    top: unset;
    bottom: 0;
    transform: rotate(0deg) translate(-46%,55%);
  }
}
@media only screen and (min-width: 1200px) {
  .subscription-plan__popular {
    transform: rotate(0deg) translate(-46%,58%);
  }
}
.subscription-plan__image {
  width: 120px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscription-plan__image svg {
  display: block;
}
.subscription-plan__image svg path {
  fill: #FF9994;
  transition: all, .25s;
}
.subscription-plan__image_mobile {
  flex-shrink: 0;
}
.subscription-plan__image_desktop {
  display: none;
}
@media only screen and (min-width: 760px) {
  .subscription-plan__image {
    width: 100%;
    height: 113px;
  }
  .subscription-plan__image_mobile {
    display: none;
  }
  .subscription-plan__image_desktop {
    display: flex;
    transform: translateY(-3px);
  }
}
.subscription-plan__info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 13px;
  padding-bottom: 15px;
  padding-left: 21px;
}
@media only screen and (min-width: 760px) {
  .subscription-plan__info {
    padding-top: 32px;
    padding-left: 0;
    padding-bottom: 10px;
    align-items: center;
    text-align: center;
  }
}
.subscription-plan__ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #282828;
  margin-bottom: 11px;
  transition: all, .25s;
}
@media only screen and (min-width: 760px) {
  .subscription-plan__ttl {
    font-size: 28px;
    margin-bottom: 0;
  }
}
.subscription-plan__price {
  font-family: 'TT Commons';
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.078px;
  color: #282828;
  margin-bottom: 2px;
  transition: all, .25s;
}
@media only screen and (min-width: 760px) {
  .subscription-plan__price {
    font-size: 19px;
    margin-bottom: 12px;
    margin-top: -2px;
  }
}
@media only screen and (min-width: 1200px) {
  .subscription-plan__price {
    font-size: 19px;
    line-height: 26px;
    margin-top: -1px;
    margin-left: 3px;
    margin-bottom: 11px;
  }
}
.subscription-plan__descr {
  font-family: 'TT Commons';
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #978C8C;
  transition: all, .25s;
}
@media only screen and (min-width: 760px) {
  .subscription-plan__descr {
    line-height: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .subscription-plan__descr {
    font-size: 14px;
    line-height: 20px;
    color: #807373;
  }
}
.choose-subscription__btn {
  width: 340px;
  max-width: 100%;
  height: 50px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FC654C;
  box-shadow: 0px 20px 45px rgba(255,134,129,0.2);
  color: #fff;
  font-family: 'TT Commons';
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  margin-top: 20px;
  transition: all, .3s;
}
.choose-subscription__btn:hover {
  background: #fb4729;
}
@media only screen and (min-width: 760px) {
  .choose-subscription__btn {
    width: 357px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .choose-subscription__btn {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 88px;
  }
}
.section-subscribe {
  width: 100%;
  position: relative;
  padding-top: 104px;
  padding-bottom: 47px;
}
@media only screen and (min-width: 700px) {
  .section-subscribe {
    padding-top: 168px;
    padding-bottom: 290px;
    margin-bottom: -270px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-subscribe {
    padding-top: 220px;
  }
}
.section-subscribe__image-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-subscribe__image-wrap::after {
  content: '';
  display: block;
  width: 100%;
  height: 298px;
  background: linear-gradient(180deg,rgba(255,255,255,0) 0%,#FFFFFF 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.section-subscribe__image {
  display: block;
  width: 203%;
  position: absolute;
  top: -93px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (min-width: 700px) {
  .section-subscribe__image {
    width: 159%;
    top: -221px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-subscribe__image {
    width: 1202px;
    top: -167px;
  }
}
.section-subscribe__inner {
  position: relative;
  z-index: 2;
}
.section-subscribe__ttl {
  margin-bottom: 51px;
  font-size: 27px !important;
  line-height: 45px !important;
}
@media only screen and (min-width: 400px) {
  .section-subscribe__ttl .br-1 {
    display: none;
  }
}
@media only screen and (min-width: 700px) {
  .section-subscribe__ttl {
    font-size: 35px !important;
    line-height: 55px !important;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-subscribe__ttl {
    font-size: 45px !important;
    line-height: 65px !important;
    margin-bottom: 60px;
  }
}
.section-subscribe__form {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .section-subscribe__form {
    width: 860px;
  }
}
.section-subscribe__input-wrap {
  width: 100%;
  position: relative;
  margin-bottom: 29px;
}
@media only screen and (min-width: 700px) {
  .section-subscribe__input-wrap {
    width: 46.2%;
    margin-left: 10px;
    margin-right: 10px;
  }
  .section-subscribe__input-wrap_first {
    transform: translateX(-2px);
  }
}
@media only screen and (min-width: 760px) {
  .section-subscribe__input-wrap {
    width: 47.2%;
  }
}
@media only screen and (min-width: 1024px) {
  .section-subscribe__input-wrap {
    width: 340px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .section-subscribe__input-wrap_first {
    transform: translateX(0px);
  }
}
.section-subscribe__label {
  font-family: 'TT Commons';
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  color: #9D9D9D;
  padding: 0 7px;
  background: #fff;
  position: absolute;
  top: -8px;
  left: 12px;
}
.section-subscribe__input {
  width: 100%;
  padding: 15px 20px 14px 19px;
  border: 1px solid rgba(128,115,115,0.5);
  border-radius: 4px;
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #282828;
  outline-color: #282828;
  background: transparent;
}
.section-subscribe__input::placeholder {
  font-family: 'TT Commons';
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #282828;
}
@media only screen and (min-width: 700px) {
  .section-subscribe__input {
    padding: 15px 20px 13px 19px;
  }
}
.section-subscribe__button {
  margin-top: -10px;
  margin-bottom: 18px;
}
@media only screen and (min-width: 700px) {
  .section-subscribe__button {
    margin-top: 11px;
    margin-bottom: 19px;
  }
}
.section-subscribe__form-text {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #807373;
  text-align: center;
}
.section-companies {
  padding: 76px 0 121px;
}
@media only screen and (min-width: 700px) {
  .section-companies {
    width: auto;
    padding: 136px 0 114px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-companies {
    width: 1160px;
    max-width: 96%;
    margin: 0 auto;
    padding: 189px 0 144px;
  }
}
.section-companies .company-description {
  color: #807373;
  text-align: center;
  font-family: 'TT Commons', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  max-width: 605px;
  margin: 0 auto;
}
@media only screen and (min-width: 700px) {
  .section-companies .company-description {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-companies .company-description {
    width: 760px;
    max-width: 100%;
    font-size: 40px;
    line-height: 60px;
    position: relative;
    left: 12px;
  }
}
.section-companies .gallery-thumbs {
  margin-bottom: 53px;
}
@media only screen and (min-width: 700px) {
  .section-companies .gallery-thumbs {
    margin-bottom: 43px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-companies .gallery-thumbs {
    margin: 0 40px 57px;
  }
}
.section-companies .gallery-thumbs img {
  position: relative;
  left: 4px;
}
.section-companies .gallery-thumbs .swiper-wrapper {
  align-items: center;
}
.section-companies .gallery-top {
  padding-bottom: 57px;
  margin: 0 20px;
}
@media only screen and (min-width: 700px) {
  .section-companies .gallery-top {
    padding-bottom: 62px;
  }
}
.section-companies .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.3;
}
.section-companies .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.top-video {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.top-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 700px) {
  .top-video {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .top-video {
    padding: 0;
  }
}
.top-video-btn {
  cursor: pointer;
  position: absolute;
  padding-left: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0,0,0,0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-video-btn svg {
  width: 15px;
  height: 15px;
}
.top-video-btn:hover {
  background: rgba(0,0,0,0.6);
}
@media only screen and (min-width: 700px) {
  .top-video-btn {
    width: 70px;
    height: 70px;
  }
  .top-video-btn svg {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .top-video-btn {
    width: 100px;
    height: 100px;
  }
  .top-video-btn svg {
    width: 30px;
    height: 30px;
  }
}
.button {
  width: 100%;
  max-width: 340px;
  padding: 27px 58px 23px 58px;
  font-family: "TT Commons", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff !important;
  background: #FC654C;
  border-radius: 4px;
  cursor: pointer;
  flex-shrink: 0;
  border: none;
  outline: 0;
  transition: all, 0.25s;
}
.button.transparent {
  border: 1px solid #FC654C;
  background: 0 0;
  color: #FC654C !important;
}
.button:focus,
.button:hover {
  background: #ff5850;
  color: #fff !important;
  border-color: transparent !important;
}
@media only screen and (min-width: 700px) {
  .button {
    width: auto;
    padding: 25px 58px;
  }
}
.cro-top-video {
  width: 100%;
}
.cro-top-video__iframe {
  text-align: center;
  background-color: #f2ede7;
  padding: 40px 20px;
  position: relative;
  z-index: 999;
}
.cro-top-video__iframe iframe {
  height: 250px;
}
@media only screen and (min-width: 700px) {
  .cro-top-video__iframe iframe {
    height: 393px;
  }
}
@media only screen and (min-width: 1200px) {
  .cro-top-video__iframe iframe {
    height: 500px;
  }
}
.cro-top-video__title {
  font-family: "TT Commons", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: normal;
  color: #282828;
}
@media only screen and (min-width: 700px) {
  .cro-top-video__title {
    font-size: 34px;
    padding: 0 30px;
    line-height: 40px;
    max-width: 600px;
    margin: 20px auto;
  }
}
@media only screen and (min-width: 1200px) {
  .cro-top-video__title {
    font-size: 48px;
    line-height: 56px;
    max-width: 850px;
  }
}
.cro-top-video__description {
  font-family: 'TT Commons', sans-serif;
  font-size: 18px;
  text-align: center;
  color: #282828;
  padding: 0 10px;
  margin: 0 auto;
}
@media only screen and (min-width: 700px) {
  .cro-top-video__description {
    max-width: 500px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .cro-top-video__description {
    max-width: 700px;
  }
}
.cro-top-video__btn-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 340px;
  max-width: 100%;
}
@media only screen and (min-width: 700px) {
  .cro-top-video__btn-wrapper {
    justify-content: center;
    width: 240px;
    margin: 20px auto 0;
  }
}
@media only screen and (min-width: 900px) {
  .cro-top-video__btn-wrapper {
    margin: 20px 0 0;
    justify-content: left;
  }
}
.cro-top-video__btn {
  font-family: "TT Commons", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff !important;
  background: #FC654C;
  border-radius: 4px;
  cursor: pointer;
  flex-shrink: 0;
  border: none;
  outline: 0;
  transition: all, 0.25s;
  width: 340px;
  max-width: 100%;
  height: 50px;
}
@media only screen and (min-width: 700px) {
  .cro-top-video__btn {
    width: 240px;
  }
}
.cro-top-video__btn:hover {
  background-color: #ff5850;
  color: #fff !important;
}
.cro-top-video__summary {
  max-width: 100%;
}
@media only screen and (min-width: 700px) {
  .cro-top-video__summary {
    padding-left: 60px;
  }
}
.cro-top-video__summary_title {
  font-size: 24px;
  color: #282828;
  font-weight: 600 !important;
  font-family: "TT Commons", sans-serif;
  line-height: 34px;
  text-align: left;
  margin: 10px 0;
}
@media only screen and (min-width: 700px) {
  .cro-top-video__summary_title {
    margin-top: 30px;
  }
}
.cro-top-video__summary p {
  font-size: 16px;
  color: #282828;
  font-weight: 400;
  font-family: "TT Commons", sans-serif;
  line-height: 20px;
  text-align: left;
  padding: 5px 0;
  margin: 5px 0;
  max-width: 100%;
}
@media only screen and (min-width: 700px) {
  .cro-top-video__summary p {
    max-width: 615px;
  }
}
@media only screen and (min-width: 1024px) {
  .cro-top-video__content {
    width: 375px;
  }
}
.checkmark-wrap {
  display: flex;
  align-items: center;
}
.checkmark-svg {
  margin-right: 15px;
}
.cro-top-video__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
}
@media only screen and (min-width: 500px) {
  .cro-top-video__wrapper {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 900px) {
  .cro-top-video__wrapper {
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
    max-width: 1140px;
    margin: 0 auto;
  }
}
.vp-controls {
  width: 100%;
  height: 100%;
}
.play {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
