[data-section-type=header-section] {
  margin-top: 66px; }

@media screen and (min-width: 1024px) {
  [data-section-type=header-section] {
    margin-top: 124px; } }
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #2a2c2c; }

.site-header.site-header--moments {
  background-color: #000; }

@media screen and (max-width: 767px) {
  .site-header {
    border-bottom: 1px solid #000; }

  .site-header:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.15);
    z-index: 1; } }
.header-top {
  position: relative;
  z-index: 2; }

@media screen and (max-width: 1023px) {
  .header-top {
    background-color: #3a3a3a; } }
.header-top .header-top__wrapper {
  height: 66px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.header-top .header-top__wrapper, .header-top__icons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-top__icons-wrapper {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right; }

@media screen and (max-width: 1023px) {
  .header-top__icons-wrapper {
    padding-top: 6px; } }
.header-icon-lang {
  color: #f8f8f8;
  position: relative;
  cursor: pointer;
  margin-right: 40px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.header-icon-lang:after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #757575;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute; }

.header-icon-lang span {
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: .9375px;
  padding-right: 13px; }

.header-icon-lang:hover {
  color: #f38a0c; }

@media screen and (min-width: 1024px) {
  .header-icon-lang {
    margin-right: 80px; }

  .header-icon-lang span {
    padding-right: 20px; } }
.header-top__icon {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #f8f8f8;
  text-decoration: none;
  margin: 0 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.header-top__icon span {
  width: 90px;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none; }

.header-top__icon--account {
  margin-left: 0 !important; }

.header-top__icon--menu {
  min-width: 39px;
  margin-left: 10px;
  margin-right: 0; }

.header-top__icon svg path {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.header-top__icon:hover {
  text-decoration: none;
  color: #f38a0c; }

.header-top__icon:hover svg path {
  fill: #f38a0c; }

.header-top__icon:active, .header-top__icon:focus {
  color: #f8f8f8; }

.header-top__icon:active svg path, .header-top__icon:focus svg path {
  fill: #f8f8f8; }

@media screen and (min-width: 1024px) {
  .header-top__icon {
    margin: -15px 40px 0;
    height: 16px; }

  .header-top__icon span {
    bottom: -18px;
    display: block; } }
.header-top--cart-count {
  position: absolute;
  right: 0;
  margin: 0 -9px 0 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #f38a0c; }

.header-top--cart-count, .header-top--cart-count span {
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.header-top--cart-count span {
  position: relative;
  left: 0;
  bottom: 0;
  line-height: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
  width: auto; }

.header-bottom {
  position: relative;
  height: 58px;
  background-color: #3a3a3a; }

.header-bottom nav {
  height: 58px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.header-bottom__menu, .header-bottom nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-bottom__menu {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.header-bottom__link {
  color: #f8f8f8;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: .9375px;
  text-decoration: none; }

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .header-bottom__link {
    font-size: 11px;
    line-height: 13px; } }
@media screen and (min-width: 1800px) {
  .header-bottom__link {
    font-size: 15px;
    line-height: 21px; } }
.header-bottom__link--active {
  color: #f38a0c; }

.header-bottom__link:active, .header-bottom__link:focus {
  text-decoration: none; }

.header-bottom__link:hover {
  color: #f38a0c;
  text-decoration: none; }

.mobile-nav-wrapper {
  position: fixed;
  top: auto;
  left: auto;
  right: auto;
  width: 100%;
  height: -moz-calc(100% - 66px);
  height: calc(100% - 66px);
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #2a2c2c; }

.mobile-nav__submenu {
  width: 100%;
  background-color: #757575;
  color: #ebebeb;
  padding: 20px 15px;
  margin: auto 0 0; }

.mobile-nav__submenu li {
  color: #ebebeb;
  font-size: 11px;
  line-height: 14px; }

.mobile-nav__submenu li:not(:last-child) {
  margin-bottom: 16px; }

.mobile-nav__submenu li a {
  color: #ebebeb;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase; }

@media (max-width: 1023px) {
  header.site-header .container {
    position: relative; }

  header.site-header .mobile-nav-wrapper.js-menu--is-open {
    z-index: 1;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important; }

  .mobile-nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #000; }

  .mobile-nav-wrapper:after {
    content: none; }

  .mobile-nav-wrapper.is-transitioning, .mobile-nav-wrapper.js-menu--is-open {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .mobile-nav-wrapper #mob-menu a {
    color: #ebebeb; }

  .mobile-nav-wrapper #mob-menu a.active {
    color: #f38a0c; }

  .mobile-nav-wrapper .mob-menu__item {
    min-height: 48px;
    height: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .mobile-nav-wrapper .mob-menu__item:last-child {
    border-bottom: none; }

  .mobile-nav-wrapper .mob-menu__item > a {
    height: 100%;
    width: 100%;
    padding-left: 20px;
    font-size: 15px;
    line-height: 21px;
    text-transform: inherit;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }
.site-header__light {
  background-color: #fff; }

.site-header__light .header-top__icon:not(:hover) {
  color: #3a3a3a; }

.site-header__light .header-top__icon:not(:hover) svg path {
  fill: #2a2c2c; }

.site-header__light .header-top {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px -3px rgba(42, 44, 44, 0.3);
  box-shadow: 0 2px 4px -3px rgba(42, 44, 44, 0.3); }

.site-header__light .header-bottom {
  background-color: #f6f6f6; }

.site-header__light .header-bottom__link {
  font-weight: 600; }

.site-header__light .header-bottom__link:not(:hover), .site-header__light .header-icon-lang:not(:hover) {
  color: #3a3a3a; }

.site-header__light .header-icon-lang:after {
  background-color: #b0b0b0; }

.site-header__light .header-top__icon:active svg path, .site-header__light .header-top__icon:focus svg path {
  fill: #2a2c2c; }

@media screen and (max-width: 767px) {
  .site-header__light {
    border-bottom: 1px solid transparent; } }
@media screen and (min-width: 1024px) {
  .bg-black [data-section-type=header-section] {
    margin-top: 145px; } }
.site-header--moments {
  padding-top: 10px;
  padding-bottom: 13px; }

.site-header--moments .header-top__icon--map {
  margin-right: 0; }

@media screen and (min-width: 1200px) {
  .site-header--moments {
    padding-top: 20px;
    padding-bottom: 35px; } }
.site-header--moments .header-top {
  background-color: #000;
  border-color: #000; }

.site-header--moments:after {
  background-color: #000; }

.site-header--moments .header-top__logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff; }

@media screen and (min-width: 1200px) {
  .site-header--moments .header-top__logo-link {
    margin-left: 72px; } }
.site-header--moments .header-top__logo-link img {
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  height: 37px; }

@media screen and (min-width: 1200px) {
  .site-header--moments .header-top__logo-link img {
    width: 108px;
    min-width: 108px;
    max-width: 108px;
    height: 90px;
    -webkit-transition: .3s ease;
    -moz-transition: ease .3s;
    transition: .3s ease; } }
.site-header--moments .header-top__logo-link span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 36px;
  padding-top: 6px;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: .9375px; }

@media screen and (min-width: 1200px) {
  .site-header--moments .header-top__logo-link span {
    font-size: 13px;
    line-height: 17px; } }
@media screen and (min-width: 1024px) {
  .site-header--moments.site-header--small {
    padding-top: 13px;
    padding-bottom: 13px; } }
.site-header--moments.site-header--small .header-top__logo-link span {
  padding-top: 5px; }

@media screen and (min-width: 1200px) {
  .site-header--moments.site-header--small .header-top__logo-link img {
    width: 48px;
    height: 41px;
    min-width: 48px;
    max-width: 48px; } }
.site-header--moments .header-top .header-top__wrapper {
  height: auto; }

.site-footer {
  background-color: #2a2c2c;
  color: #b0b0b0; }

.site-footer.site-footer--moments {
  position: relative;
  z-index: 1; }

.footer-bottom, .footer-top {
  height: 54px;
  background-color: #3a3a3a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.footer-bottom {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.footer-bottom img {
  margin: 0 20px; }

.footer-body {
  padding: 30px 0 40px; }

@media screen and (min-width: 1024px) {
  .footer-body {
    padding-top: 42px; } }
.site-footer__block {
  margin-bottom: 50px; }

.site-footer__block p {
  font-size: 13px;
  line-height: 20px; }

@media screen and (min-width: 1024px) {
  .site-footer__block {
    margin-bottom: 40px; }

  .site-footer__block p {
    font-size: 15px;
    line-height: 21px; } }
.footer__copyright {
  font-size: 10px;
  line-height: 13px; }

@media screen and (min-width: 1800px) {
  .footer__copyright {
    font-size: 13px;
    line-height: 20px; } }
.site-footer__block--header {
  margin: 0;
  height: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.site-footer__block--header, .site-footer__block--header a {
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  color: #f8f8f8; }

.site-footer__block--header a {
  text-decoration: none;
  display: inline-block; }

.site-footer__block--header.d-block {
  margin-bottom: 20px; }

@media screen and (min-width: 1024px) {
  .site-footer__block--header, .site-footer__block--header a {
    font-size: 20px;
    line-height: 25px; } }
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .site-footer__block--header {
    margin-right: 12px; } }
@media screen and (min-width: 1800px) {
  .site-footer__block--header {
    margin-right: 110px; } }
.footer-socials__links a {
  text-decoration: none;
  margin-right: 30px; }

.footer-socials__links a svg path {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.footer-socials__links a:hover {
  text-decoration: none; }

.footer-socials__links a:hover svg path {
  fill: #f38a0c; }

.site-footer .accordion {
  text-transform: uppercase; }

.site-footer .panel ul {
  margin: 0;
  padding: 0; }

.site-footer .panel ul li:first-child {
  margin-top: 20px; }

.site-footer .panel ul li:not(:last-child) {
  margin-bottom: 20px; }

.site-footer .panel ul a {
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #b0b0b0; }

@media screen and (min-width: 1800px) {
  .site-footer .panel ul a {
    font-size: 15px; } }
.site-footer .panel ul a:hover {
  text-decoration: underline;
  color: #ff9e1b; }

@media screen and (max-width: 767px) {
  .site-footer .accordion {
    cursor: pointer;
    position: relative; }

  .site-footer .accordion:before {
    content: "";
    display: block;
    background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/icn_arrow-bottom.svg?v=16945492280007832390");
    width: 18px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-right: 0;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -moz-transition: transform .2s ease-out,-moz-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out,-moz-transform .2s ease-out; }

  .site-footer .active:before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }

  .site-footer .panel {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s ease-out;
    -moz-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out; }

  .site-footer .accordion.active + .panel, .site-footer .accordion.active .panel {
    max-height: unset; } }
.site-footer__light {
  background-color: #f6f6f6;
  color: #3a3a3a; }

.site-footer__light .footer-bottom, .site-footer__light .footer-top {
  background-color: #ebebeb; }

.site-footer__light .panel ul a, .site-footer__light .site-footer__block--header, .site-footer__light .site-footer__block--header a {
  color: #3a3a3a; }

.site-footer__light .footer-socials__links a:not(:hover) svg path {
  fill: #3a3a3a; }

@media screen and (max-width: 767px) {
  .site-footer__light .accordion:before {
    background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/icn_arrow-bottom_dark.svg?v=14366317711871149561"); } }
.btn.btn-reg-device {
  margin-top: -20px;
  margin-bottom: 30px;
  width: 100%;
  border-radius: 22px; }

@media screen and (min-width: 768px) {
  .btn.btn-reg-device {
    margin-top: 30px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .btn.btn-reg-device {
    padding: 0 15px; } }
@media screen and (min-width: 1024px) {
  .btn.btn-reg-device {
    width: 238px;
    max-width: 238px;
    min-width: 238px;
    margin-bottom: 20px; } }
.list-no-points, .list-no-points li {
  list-style: none; }

.bg-blur {
  top: 0;
  left: 0;
  right: 0; }

.bg-blur.active {
  position: fixed;
  -webkit-filter: blur(10px);
  filter: blur(10px); }

.bg-blur-body-black {
  background-color: #000; }

.bg-blur-body-black #PageContainer {
  background-color: #fff; }

.dn {
  display: none; }

.overflow-hidden {
  overflow: hidden; }

.slick-next:before, .slick-prev:before {
  content: ""; }

.br-50 {
  border-radius: 50%; }

.bg-dark {
  background-color: #2a2c2c; }

.scroll-lock {
  overflow: hidden; }

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }

.responsive-video iframe, .responsive-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.shopify-challenge__container {
  margin: 80px auto !important;
  padding-top: 80px; }

ul {
  list-style: none; }

.rte {
  margin-bottom: 35px; }

.rte .h2, .rte h2 {
  margin-top: 40px; }

@media screen and (min-width: 1200px) {
  .rte .h2, .rte h2 {
    margin-top: 60px; } }
@media screen and (min-width: 1800px) {
  .rte .h2, .rte h2 {
    margin-top: 75px; } }
.rte .h3, .rte h3 {
  margin-top: 45px; }

@media screen and (min-width: 1800px) {
  .rte .h3, .rte h3 {
    margin-top: 75px; } }
.rte .h4, .rte h4 {
  margin-bottom: 45px; }

@media screen and (min-width: 1800px) {
  .rte .h4, .rte h4 {
    margin-top: 75px; } }
.rte .h5, .rte h5 {
  margin-top: 15px; }

@media screen and (min-width: 1200px) {
  .rte .h5, .rte h5 {
    margin-top: 30px; } }
.rte .h6, .rte h6 {
  margin-top: 15px; }

@media screen and (min-width: 1200px) {
  .rte .h6, .rte h6 {
    margin-top: 30px; } }
.rte:last-child, .rte > :last-child {
  margin-bottom: 0; }

.rte > :first-child {
  margin-top: 0; }

.rte img {
  height: auto; }

.rte table {
  table-layout: fixed; }

@media screen and (max-width: 1199px) {
  .rte table {
    width: auto; } }
.rte > ol {
  padding-left: 12px; }

.rte ol, .rte ol li, .rte ul, .rte ul li {
  margin-bottom: 20px; }

.rte ol ol, .rte ol ul, .rte ul ol, .rte ul ul {
  margin-top: 16px;
  margin-bottom: 0; }

.rte ol ol ol, .rte ol ol ol ol, .rte ol ol ol ol ol, .rte ol ol ol ol ul, .rte ol ol ol ul, .rte ol ol ol ul ol, .rte ol ol ol ul ul, .rte ol ol ul, .rte ol ol ul ol, .rte ol ol ul ol ol, .rte ol ol ul ol ul, .rte ol ol ul ul, .rte ol ol ul ul ol, .rte ol ol ul ul ul, .rte ol ul ol, .rte ol ul ol ol, .rte ol ul ol ol ol, .rte ol ul ol ol ul, .rte ol ul ol ul, .rte ol ul ol ul ol, .rte ol ul ol ul ul, .rte ol ul ul, .rte ol ul ul ol, .rte ol ul ul ol ol, .rte ol ul ul ol ul, .rte ol ul ul ul, .rte ol ul ul ul ol, .rte ol ul ul ul ul, .rte ul ol ol, .rte ul ol ol ol, .rte ul ol ol ol ol, .rte ul ol ol ol ul, .rte ul ol ol ul, .rte ul ol ol ul ol, .rte ul ol ol ul ul, .rte ul ol ul, .rte ul ol ul ol, .rte ul ol ul ol ol, .rte ul ol ul ol ul, .rte ul ol ul ul, .rte ul ol ul ul ol, .rte ul ol ul ul ul, .rte ul ul ol, .rte ul ul ol ol, .rte ul ul ol ol ol, .rte ul ul ol ol ul, .rte ul ul ol ul, .rte ul ul ol ul ol, .rte ul ul ol ul ul, .rte ul ul ul, .rte ul ul ul ol, .rte ul ul ul ol ol, .rte ul ul ul ol ul, .rte ul ul ul ul, .rte ul ul ul ul ol, .rte ul ul ul ul ul {
  padding-bottom: 0; }

.rte ul {
  margin-left: 10px;
  padding-left: 16px;
  list-style: disc; }

.rte ul ul {
  padding-left: 0; }

.rte ul ul li {
  margin-left: 0;
  padding-left: 16px; }

.rte ul ul li ul li {
  padding-left: 10px; }

@media screen and (min-width: 768px) {
  .rte ul, .rte ul ul li {
    padding-left: 21px; }

  .rte ul {
    margin-left: 18px; } }
.rte ol {
  counter-reset: parent;
  margin-left: 10px;
  list-style: none !important; }

@media screen and (min-width: 768px) {
  .rte ol {
    margin-left: 18px; } }
.rte ol ul {
  list-style: disc; }

.rte ol ul li {
  padding-left: 0 !important; }

.rte ol ul li:before {
  content: none !important; }

.rte ol > li {
  position: relative;
  padding-left: 16px; }

@media screen and (min-width: 768px) {
  .rte ol > li {
    padding-left: 21px; } }
@media screen and (min-width: 1800px) {
  .rte ol > li {
    padding-left: 27px; } }
.rte ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  counter-increment: parent;
  content: counter(parent) "."; }

.rte ol ol {
  counter-reset: child;
  margin-left: -6px; }

@media screen and (min-width: 768px) {
  .rte ol ol {
    margin-left: -5px; } }
.rte ol ol li {
  padding-left: 30px; }

@media screen and (min-width: 768px) {
  .rte ol ol li {
    padding-left: 35px; } }
@media screen and (min-width: 1800px) {
  .rte ol ol li {
    padding-left: 42px; } }
.rte ol ol li:before {
  font-weight: 400;
  counter-increment: child;
  content: counter(parent) "." counters(child,"."); }

.rte ol ol li ul {
  margin-left: -10px; }

.rte ol ol li ol > li {
  padding-left: 46px; }

@media screen and (min-width: 1800px) {
  .rte ol ol li ol > li {
    padding-left: 60px; } }
.rte ol ol li ol > li ol > li {
  padding-left: 58px; }

@media screen and (min-width: 1800px) {
  .rte ol ol li ol > li ol > li {
    padding-left: 72px; } }
.rte ol ol li ol > li ol > li ol > li {
  padding-left: 70px; }

@media screen and (min-width: 1800px) {
  .rte ol ol li ol > li ol > li ol > li {
    padding-left: 90px; } }
.mt-180 {
  margin-top: 80px !important; }

@media screen and (min-width: 768px) {
  .mt-180 {
    margin-top: 100px !important; } }
@media screen and (min-width: 1024px) {
  .mt-180 {
    margin-top: 100px !important; } }
@media screen and (min-width: 1200px) {
  .mt-180 {
    margin-top: 140px !important; } }
@media screen and (min-width: 1800px) {
  .mt-180 {
    margin-top: 180px !important; } }
.pt-bc {
  padding-top: 50px !important; }

@media screen and (min-width: 1024px) {
  .pt-bc {
    padding-top: 45px !important; } }
@media screen and (min-width: 1200px) {
  .pt-bc {
    padding-top: 60px !important; } }
@media screen and (min-width: 1800px) {
  .pt-bc {
    padding-top: 40px !important; } }
.mt-120 {
  margin-top: 50px !important; }

@media screen and (min-width: 768px) {
  .mt-120 {
    margin-top: 60px !important; } }
@media screen and (min-width: 1024px) {
  .mt-120 {
    margin-top: 60px !important; } }
@media screen and (min-width: 1200px) {
  .mt-120 {
    margin-top: 100px !important; } }
@media screen and (min-width: 1800px) {
  .mt-120 {
    margin-top: 120px !important; } }
.mb-120-80 {
  margin-bottom: 50px !important; }

@media screen and (min-width: 768px) {
  .mb-120-80 {
    margin-bottom: 60px !important; } }
@media screen and (min-width: 1024px) {
  .mb-120-80 {
    margin-bottom: 60px !important; } }
@media screen and (min-width: 1200px) {
  .mb-120-80 {
    margin-bottom: 100px !important; } }
@media screen and (min-width: 1800px) {
  .mb-120-80 {
    margin-bottom: 80px !important; } }
.mt-80 {
  margin-top: 30px !important; }

@media screen and (min-width: 768px) {
  .mt-80 {
    margin-top: 35px !important; } }
@media screen and (min-width: 1024px) {
  .mt-80 {
    margin-top: 45px !important; } }
@media screen and (min-width: 1200px) {
  .mt-80 {
    margin-top: 60px !important; } }
@media screen and (min-width: 1800px) {
  .mt-80 {
    margin-top: 80px !important; } }
.mt-82 {
  margin-top: 30px !important; }

@media screen and (min-width: 768px) {
  .mt-82 {
    margin-top: 50px !important; } }
@media screen and (min-width: 1024px) {
  .mt-82 {
    margin-top: 50px !important; } }
@media screen and (min-width: 1200px) {
  .mt-82 {
    margin-top: 64px !important; } }
@media screen and (min-width: 1800px) {
  .mt-82 {
    margin-top: 82px !important; } }
.mt-60-50 {
  margin-top: 60px !important; }

@media screen and (min-width: 768px) {
  .mt-60-50 {
    margin-top: 30px !important; } }
@media screen and (min-width: 1024px) {
  .mt-60-50 {
    margin-top: 30px !important; } }
@media screen and (min-width: 1200px) {
  .mt-60-50 {
    margin-top: 40px !important; } }
@media screen and (min-width: 1800px) {
  .mt-60-50 {
    margin-top: 50px !important; } }
.mb-180 {
  margin-bottom: 80px !important; }

@media screen and (min-width: 768px) {
  .mb-180 {
    margin-bottom: 100px !important; } }
@media screen and (min-width: 1024px) {
  .mb-180 {
    margin-bottom: 100px !important; } }
@media screen and (min-width: 1200px) {
  .mb-180 {
    margin-bottom: 140px !important; } }
@media screen and (min-width: 1800px) {
  .mb-180 {
    margin-bottom: 180px !important; } }
.mb-120 {
  margin-bottom: 50px !important; }

@media screen and (min-width: 768px) {
  .mb-120 {
    margin-bottom: 60px !important; } }
@media screen and (min-width: 1024px) {
  .mb-120 {
    margin-bottom: 60px !important; } }
@media screen and (min-width: 1200px) {
  .mb-120 {
    margin-bottom: 100px !important; } }
@media screen and (min-width: 1800px) {
  .mb-120 {
    margin-bottom: 120px !important; } }
@media screen and (min-width: 1024px) {
  .mb-lg-120 {
    margin-bottom: 60px; } }
@media screen and (min-width: 1200px) {
  .mb-lg-120 {
    margin-bottom: 100px; } }
@media screen and (min-width: 1800px) {
  .mb-lg-120 {
    margin-bottom: 120px; } }
.mb-80 {
  margin-bottom: 30px !important; }

@media screen and (min-width: 768px) {
  .mb-80 {
    margin-bottom: 35px !important; } }
@media screen and (min-width: 1024px) {
  .mb-80 {
    margin-bottom: 45px !important; } }
@media screen and (min-width: 1200px) {
  .mb-80 {
    margin-bottom: 60px !important; } }
@media screen and (min-width: 1800px) {
  .mb-80 {
    margin-bottom: 80px !important; } }
.mb-82 {
  margin-bottom: 30px !important; }

@media screen and (min-width: 768px) {
  .mb-82 {
    margin-bottom: 50px !important; } }
@media screen and (min-width: 1024px) {
  .mb-82 {
    margin-bottom: 50px !important; } }
@media screen and (min-width: 1200px) {
  .mb-82 {
    margin-bottom: 64px !important; } }
@media screen and (min-width: 1800px) {
  .mb-82 {
    margin-bottom: 82px !important; } }
.pt-180 {
  padding-top: 80px !important; }

@media screen and (min-width: 768px) {
  .pt-180 {
    padding-top: 100px !important; } }
@media screen and (min-width: 1024px) {
  .pt-180 {
    padding-top: 100px !important; } }
@media screen and (min-width: 1200px) {
  .pt-180 {
    padding-top: 140px !important; } }
@media screen and (min-width: 1800px) {
  .pt-180 {
    padding-top: 180px !important; } }
.pt-120 {
  padding-top: 50px !important; }

@media screen and (min-width: 768px) {
  .pt-120 {
    padding-top: 60px !important; } }
@media screen and (min-width: 1024px) {
  .pt-120 {
    padding-top: 60px !important; } }
@media screen and (min-width: 1200px) {
  .pt-120 {
    padding-top: 100px !important; } }
@media screen and (min-width: 1800px) {
  .pt-120 {
    padding-top: 120px !important; } }
.pt-80 {
  padding-top: 30px !important; }

@media screen and (min-width: 768px) {
  .pt-80 {
    padding-top: 35px !important; } }
@media screen and (min-width: 1024px) {
  .pt-80 {
    padding-top: 45px !important; } }
@media screen and (min-width: 1200px) {
  .pt-80 {
    padding-top: 60px !important; } }
@media screen and (min-width: 1800px) {
  .pt-80 {
    padding-top: 80px !important; } }
.pt-82 {
  padding-top: 30px !important; }

@media screen and (min-width: 768px) {
  .pt-82 {
    padding-top: 50px !important; } }
@media screen and (min-width: 1024px) {
  .pt-82 {
    padding-top: 50px !important; } }
@media screen and (min-width: 1200px) {
  .pt-82 {
    padding-top: 64px !important; } }
@media screen and (min-width: 1800px) {
  .pt-82 {
    padding-top: 82px !important; } }
.pt-60 {
  padding-top: 30px !important; }

@media screen and (min-width: 768px) {
  .pt-60 {
    padding-top: 35px !important; } }
@media screen and (min-width: 1024px) {
  .pt-60 {
    padding-top: 45px !important; } }
@media screen and (min-width: 1200px) {
  .pt-60 {
    padding-top: 60px !important; } }
@media screen and (min-width: 1800px) {
  .pt-60 {
    padding-top: 60px !important; } }
.pb-180 {
  padding-bottom: 80px !important; }

@media screen and (min-width: 768px) {
  .pb-180 {
    padding-bottom: 100px !important; } }
@media screen and (min-width: 1024px) {
  .pb-180 {
    padding-bottom: 100px !important; } }
@media screen and (min-width: 1200px) {
  .pb-180 {
    padding-bottom: 140px !important; } }
@media screen and (min-width: 1800px) {
  .pb-180 {
    padding-bottom: 180px !important; } }
.pb-120 {
  padding-bottom: 50px !important; }

@media screen and (min-width: 768px) {
  .pb-120 {
    padding-bottom: 60px !important; } }
@media screen and (min-width: 1024px) {
  .pb-120 {
    padding-bottom: 60px !important; } }
@media screen and (min-width: 1200px) {
  .pb-120 {
    padding-bottom: 100px !important; } }
@media screen and (min-width: 1800px) {
  .pb-120 {
    padding-bottom: 120px !important; } }
.pb-120-b {
  padding-bottom: 50px; }

@media screen and (min-width: 768px) {
  .pb-120-b {
    padding-bottom: 60px; } }
@media screen and (min-width: 1024px) {
  .pb-120-b {
    padding-bottom: 60px; } }
@media screen and (min-width: 1200px) {
  .pb-120-b {
    padding-bottom: 100px; } }
@media screen and (min-width: 1800px) {
  .pb-120-b {
    padding-bottom: 120px; } }
.pb-80 {
  padding-bottom: 30px !important; }

@media screen and (min-width: 768px) {
  .pb-80 {
    padding-bottom: 35px !important; } }
@media screen and (min-width: 1024px) {
  .pb-80 {
    padding-bottom: 45px !important; } }
@media screen and (min-width: 1200px) {
  .pb-80 {
    padding-bottom: 60px !important; } }
@media screen and (min-width: 1800px) {
  .pb-80 {
    padding-bottom: 80px !important; } }
.pb-82 {
  padding-bottom: 30px !important; }

@media screen and (min-width: 768px) {
  .pb-82 {
    padding-bottom: 50px !important; } }
@media screen and (min-width: 1024px) {
  .pb-82 {
    padding-bottom: 50px !important; } }
@media screen and (min-width: 1200px) {
  .pb-82 {
    padding-bottom: 64px !important; } }
@media screen and (min-width: 1800px) {
  .pb-82 {
    padding-bottom: 82px !important; } }
.pb-60 {
  padding-bottom: 30px !important; }

@media screen and (min-width: 768px) {
  .pb-60 {
    padding-bottom: 35px !important; } }
@media screen and (min-width: 1024px) {
  .pb-60 {
    padding-bottom: 45px !important; } }
@media screen and (min-width: 1200px) {
  .pb-60 {
    padding-bottom: 60px !important; } }
@media screen and (min-width: 1800px) {
  .pb-60 {
    padding-bottom: 60px !important; } }
.quantity-box .quantity-box__plus {
  position: relative; }

.quantity-box .quantity-box__plus .cart__qty--error-bonus, .quantity-box .quantity-box__plus .cart__qty--error-count {
  position: absolute;
  left: 20px;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 3px 5px 0;
  visibility: hidden;
  opacity: 0;
  font-size: 10px;
  line-height: 13px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-box-shadow: 0 2px 2px #ebebeb;
  box-shadow: 0 2px 2px #ebebeb;
  border-radius: 0 2px 2px 0;
  -webkit-transition: .3s ease;
  -moz-transition: ease .3s;
  transition: .3s ease;
  white-space: nowrap;
  text-align: left; }

@media screen and (max-width: 767px) {
  .quantity-box .quantity-box__plus .cart__qty--error-bonus, .quantity-box .quantity-box__plus .cart__qty--error-count {
    left: auto;
    right: 20px; } }
.quantity-box .quantity-box__plus:hover .cart__qty--error-bonus, .quantity-box .quantity-box__plus:hover .cart__qty--error-count {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

@media screen and (max-width: 767px) {
  .msng.msng--top .message-icon.mode_edit-button {
    bottom: 90px; }

  .msng.msng--top .message-icon.telegram--fixed {
    bottom: 135px; }

  .msng.msng--top .messengermessageus--fixed {
    bottom: 176px !important; } }
.product-buy .cart__qty--error-count, .product__price--wrapper .cart__qty--error-count {
  width: 205px;
  white-space: normal !important;
  border-right: 0;
  border-left: 2px solid #f38a0c;
  z-index: 1; }

@media screen and (max-width: 767px) {
  .product-buy .quantity-box .cart__qty--error-count {
    width: 150px;
    right: 50%;
    left: auto;
    margin-right: -75px; } }
.maxSticks ~ .cart-sticks__form-iconbuy, [data-add-to-cart][disabled].maxSticks {
  pointer-events: auto;
  position: relative; }

.maxSticks ~ .cart-sticks__form-iconbuy .cart__qty--error-count, [data-add-to-cart][disabled].maxSticks .cart__qty--error-count {
  position: absolute;
  left: 20px;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 3px 5px 0;
  visibility: hidden;
  opacity: 0;
  font-size: 10px;
  line-height: 13px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-box-shadow: 0 2px 2px #ebebeb;
  box-shadow: 0 2px 2px #ebebeb;
  border-radius: 0 2px 2px 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  white-space: nowrap;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
  width: 140px; }

.maxSticks ~ .cart-sticks__form-iconbuy:hover .cart__qty--error-count, [data-add-to-cart][disabled].maxSticks:hover .cart__qty--error-count {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.form-verification {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  max-width: 500px;
  padding: 20px 10px;
  border: 2px solid #d8d8d8; }

@media screen and (min-width: 1024px) {
  .form-verification {
    padding: 30px 20px; } }
.form-verification .f14 {
  font-size: 14px;
  line-height: 20px; }

.form-verification.form-verification--no-border {
  border: 0; }

.form-verification .input-group {
  margin-top: 15px;
  width: 100%; }

.form-verification .input-group:first-child {
  margin-top: 20px; }

.form-verification .input-group:last-child {
  margin-bottom: 50px; }

.form-verification .form-check {
  margin-bottom: 30px; }

.form-verification form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

.footer-description {
  margin-top: 70px;
  color: #757575 !important; }

@media screen and (min-width: 768px) {
  .footer-description {
    margin-top: 50px; } }
@media screen and (min-width: 1200px) {
  .footer-description {
    margin-top: 70px; } }
@media screen and (min-width: 1800px) {
  .footer-description {
    margin-top: 92px; } }
.footer-description.footer-description--cart_sticks {
  margin-top: 50px; }

@media screen and (min-width: 768px) {
  .footer-description.footer-description--cart_sticks {
    margin-top: 30px; } }
@media screen and (min-width: 1200px) {
  .footer-description.footer-description--cart_sticks {
    margin-top: 50px; } }
@media screen and (min-width: 1800px) {
  .footer-description.footer-description--cart_sticks {
    margin-top: 62px; } }
.footer-description h2 {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px; }

@media screen and (min-width: 1800px) {
  .footer-description h2 {
    font-size: 16px;
    line-height: 22px;
    margin-top: 22px;
    margin-bottom: 16px; } }
.footer-description h3, .footer-description h4, .footer-description h5, .footer-description h6 {
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  margin-top: 10px;
  margin-bottom: 10px; }

@media screen and (min-width: 1800px) {
  .footer-description h3, .footer-description h4, .footer-description h5, .footer-description h6 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 22px;
    margin-bottom: 14px; } }
.footer-description p {
  font-size: 10px;
  line-height: 13px;
  margin-bottom: 6px; }

@media screen and (min-width: 1800px) {
  .footer-description p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px; } }
.footer-description ul {
  list-style: disc;
  -webkit-padding-start: 15px;
  -moz-padding-start: 15px;
  padding-inline-start: 15px; }

.footer-description ul li {
  font-size: 10px;
  line-height: 13px;
  margin-bottom: 6px; }

@media screen and (min-width: 1800px) {
  .footer-description ul {
    -webkit-padding-start: 15px;
    -moz-padding-start: 15px;
    padding-inline-start: 15px; }

  .footer-description ul li {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px; } }
.block-text_img {
  position: relative; }

.block-text_img__right {
  margin-left: 20px;
  margin-bottom: 30px; }

.block-text_img__img img {
  width: 100%; }

.block-text_img__descr {
  margin-bottom: 30px; }

.block-text_img__list {
  margin-top: 20px;
  margin-bottom: 30px; }

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

.block-text_img__list-item span {
  display: block; }

.block-text_img__list-item img {
  width: 100%;
  max-width: 53px;
  margin-right: 20px; }

.block-text_img__list-item:not(:last-child) {
  margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .block-text_img__right .g-stair:after {
    left: unset;
    right: 0;
    height: 30px; }

  .block-text_img__right .g-stair--300:after {
    max-width: 110px; } }
@media screen and (min-width: 768px) {
  .block-text_img__left {
    position: static; }

  .block-text_img__right {
    margin-left: 0;
    margin-bottom: 50px; }

  .block-text_img__list {
    margin-top: 30px; }

  .block-text_img__list-item img {
    margin-right: 27px; }

  .block-text_img__list-item:not(:last-child) {
    margin-bottom: 10px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .block-text_img__right .g-stair:after {
    height: 50px; }

  .block-text_img__right .g-stair--300:after {
    max-width: 248px; } }
@media screen and (min-width: 1024px) {
  .block-text_img__left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 34px; }

  .block-text_img__right {
    margin-left: 43.49%; }

  .block-text_img__list-item:not(:last-child) {
    margin-bottom: 10px; } }
@media screen and (min-width: 1200px) {
  .block-text_img__left {
    padding-top: 45px; }

  .block-text_img__descr, .block-text_img__list {
    margin-bottom: 40px; }

  .block-text_img__list-item:not(:last-child) {
    margin-bottom: 20px; } }
@media screen and (min-width: 1800px) {
  .block-text_img__left {
    padding-top: 64px; }

  .block-text_img__descr {
    margin-bottom: 50px; }

  .block-text_img__list {
    margin-bottom: 60px; } }
.block-img_text__descr-text, .block-img_text__img {
  margin-bottom: 30px; }

@media screen and (max-width: 564px) {
  .block-img_text .btn-round {
    padding-left: 0;
    padding-right: 0; } }
@media screen and (min-width: 375px) {
  .block-img_text__img {
    margin-right: 20px; } }
@media screen and (min-width: 768px) {
  .block-img_text__wrapper {
    position: relative;
    height: 1px;
    max-height: 1px;
    width: 100%;
    z-index: 1;
    overflow: visible; }

  .block-img_text__wrapper .block-img_text__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-right: 67.7%;
    margin-bottom: 0; }

  .block-img_text__descr {
    position: relative;
    z-index: 2; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .block-img_text .g-stair:after {
    content: none; } }
@media screen and (min-width: 1024px) {
  .block-img_text__header {
    padding-top: 34px; }

  .block-img_text__wrapper .block-img_text__img {
    top: -120px;
    padding-left: 34px;
    padding-right: 42%; }

  .block-img_text__descr {
    padding-bottom: 13vw; }

  .block-img_text .g-stair:after {
    left: unset;
    right: -1px; } }
@media screen and (min-width: 1200px) {
  .block-img_text__header {
    padding-top: 45px; }

  .block-img_text__wrapper .block-img_text__img {
    top: -168px; }

  .block-img_text__descr {
    padding-bottom: 8vw; }

  .block-img_text__descr-text {
    margin-bottom: 40px; } }
@media screen and (min-width: 1500px) {
  .block-img_text__descr {
    padding-bottom: 12vw; }

  .block-img_text__descr-text {
    margin-bottom: 50px; } }
@media screen and (min-width: 1800px) {
  .block-img_text__header {
    padding-top: 64px; }

  .block-img_text__wrapper .block-img_text__img {
    top: -201px; } }
.block-text_img--hyper .block-text_img__right .g-stair:after {
  left: 0;
  right: auto; }

.block-text_img--hyper .block-text_img__list {
  margin-top: 30px; }

@media screen and (min-width: 1024px) {
  .block-text_img--hyper .block-text_img__list {
    margin-bottom: 40px; } }
@media screen and (min-width: 1200px) {
  .block-text_img--hyper .block-text_img__list {
    margin-bottom: 50px;
    margin-top: 50px; } }
.block-text_icons {
  background-color: #2a2c2c;
  padding: 60px 0;
  color: #fff;
  margin-bottom: 50px; }

.block-text_icons p {
  color: #fff;
  font-size: 13px;
  line-height: 20px; }

.block-text_icons__left {
  margin-bottom: 30px; }

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

.block-text_icons__item p:not(:last-child) {
  margin-bottom: 10px; }

.block-text_icons__item-title {
  color: #fff; }

.block-text_icons__item img {
  padding-top: 6px;
  min-width: 100%; }

.block-text_icons small {
  display: block; }

@media screen and (min-width: 768px) {
  .block-text_icons {
    padding: 70px 0 60px;
    margin-bottom: 60px; }

  .block-text_icons__item {
    margin-bottom: 30px; }

  .block-text_icons__left p {
    font-size: 15px;
    line-height: 21px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .block-text_icons__left {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 35px; }

  .block-text_icons__left h2 {
    text-align: center; }

  .block-text_icons.g-stair:after {
    height: 51px; }

  .block-text_icons.g-stair--300:after {
    max-width: 248px; } }
@media screen and (min-width: 1024px) {
  .block-text_icons {
    margin-bottom: 0;
    padding-bottom: 40px; }

  .block-text_icons__item:nth-child(n+3) {
    margin-bottom: 0; }

  .block-text_icons.g-stair:after {
    content: none; }

  .block-text_icons p {
    font-size: 15px;
    line-height: 21px; } }
@media screen and (min-width: 1200px) {
  .block-text_icons {
    padding: 100px 0 134px; }

  .block-text_icons__item {
    margin-bottom: 40px; } }
@media screen and (min-width: 1800px) {
  .block-text_icons {
    padding: 120px 0 156px; }

  .block-text_icons p {
    font-size: 20px;
    line-height: 25px; }

  .block-text_icons__item {
    margin-bottom: 50px; }

  .block-text_icons__item p:not(:last-child) {
    margin-bottom: 20px; }

  .block-text_icons__item-title {
    font-size: 26px;
    line-height: 30px; } }
.block-text_icons--index {
  overflow: hidden;
  position: relative;
  background-color: #3a3a3a; }

@media screen and (min-width: 1200px) {
  .block-text_icons--index {
    padding-top: 170px; } }
@media screen and (max-width: 767px) {
  .block-text_icons--index {
    padding-bottom: 90px; } }
.block-text_icons--index .bubbles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0; }

.block-text_icons--index .bubbles ~ .container {
  position: relative;
  z-index: 1; }

.block-text_icons--index .bubbles:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 4px;
  width: 131px;
  height: 131px;
  border-radius: 50%;
  background: -moz-radial-gradient(21.53% 37.37%, 81.38% 81.38%, #f3d7d6 0, #ecd2d1 24.19%, #e7cbc8 37.8%, #d9b8b0 59.89%, #d5b3aa 64.52%, #a98c7a 100%);
  background: radial-gradient(81.38% 81.38% at 21.53% 37.37%, #f3d7d6 0, #ecd2d1 24.19%, #e7cbc8 37.8%, #d9b8b0 59.89%, #d5b3aa 64.52%, #a98c7a 100%);
  opacity: .1; }

@media screen and (min-width: 1024px) {
  .block-text_icons--index .bubbles:before {
    top: 85px;
    left: 42px; } }
@media screen and (min-width: 1200px) {
  .block-text_icons--index .bubbles:before {
    top: 95px;
    right: 6px;
    width: 223px;
    height: 223px; } }
@media screen and (min-width: 1800px) {
  .block-text_icons--index .bubbles:before {
    top: 191px;
    right: 42px;
    width: 278px;
    height: 278px; } }
.block-text_icons--index .bubbles:after {
  content: "";
  position: absolute;
  bottom: -45px;
  right: -18px;
  width: 137px;
  height: 137px;
  border-radius: 50%;
  background: -moz-radial-gradient(21.53% 37.37%, 81.38% 81.38%, #f3d7d6 0, #ecd2d1 24.19%, #e7cbc8 37.8%, #d9b8b0 59.89%, #d5b3aa 64.52%, #a98c7a 100%);
  background: radial-gradient(81.38% 81.38% at 21.53% 37.37%, #f3d7d6 0, #ecd2d1 24.19%, #e7cbc8 37.8%, #d9b8b0 59.89%, #d5b3aa 64.52%, #a98c7a 100%);
  opacity: .1; }

@media screen and (min-width: 1024px) {
  .block-text_icons--index .bubbles:after {
    top: -10px;
    right: -32px;
    bottom: auto; } }
@media screen and (min-width: 1200px) {
  .block-text_icons--index .bubbles:after {
    top: -72px;
    right: -72px;
    width: 223px;
    height: 223px; } }
@media screen and (min-width: 1800px) {
  .block-text_icons--index .bubbles:after {
    top: -62px;
    right: -116px;
    width: 278px;
    height: 278px; } }
@media screen and (min-width: 1024px) {
  .block-text_icons--index .block-text_icons__left {
    margin-bottom: 14px; } }
@media screen and (min-width: 1200px) {
  .block-text_icons--index .block-text_icons__left {
    margin-bottom: 64px; } }
@media screen and (min-width: 1800px) {
  .block-text_icons--index .block-text_icons__left {
    margin-bottom: 104px; } }
.block-text_icons--index .block-text_icons__left .btn {
  margin-top: 14px; }

.block-text_icons--index .block-text_icons__right .btn {
  margin-top: 20px;
  width: 100%; }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .block-text_icons--index .block-text_icons__right .btn {
    width: auto; } }
.block-img_absolute {
  background-color: #ebebeb;
  margin-bottom: 50px;
  padding-bottom: 40px; }

.block-img_absolute--transparent {
  position: relative;
  padding-bottom: 0;
  background-color: transparent; }

.block-img_absolute.g-stair:after {
  left: unset;
  right: 0; }

.block-img_absolute.g-stair.g-stair--300:after {
  max-width: 94px; }

.block-img_absolute__img {
  overflow: hidden;
  margin-bottom: 30px; }

.block-img_absolute__descr-title {
  padding-right: 0; }

.block-img_absolute__descr--block {
  margin-bottom: 30px; }

@media screen and (min-width: 768px) {
  .block-img_absolute {
    margin-bottom: 60px;
    padding-bottom: 92px; }

  .block-img_absolute--transparent {
    padding-bottom: 0; }

  .block-img_absolute__img {
    margin-bottom: 45px; }

  .block-img_absolute.g-stair:after {
    height: 51px; }

  .block-img_absolute.g-stair.g-stair--300:after {
    max-width: 248px; } }
@media screen and (min-width: 1024px) {
  .block-img_absolute {
    padding-bottom: 65px; }

  .block-img_absolute--transparent {
    padding-bottom: 0; }

  .block-img_absolute__img {
    position: absolute;
    z-index: 1;
    top: -50px;
    left: 0;
    bottom: 0;
    margin-right: 51.36%;
    width: 48.64%; }

  .block-img_absolute__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

  .block-img_absolute__descr {
    padding-top: 45px;
    position: relative;
    z-index: 2; }

  .block-img_absolute.g-stair.g-stair--300:after {
    max-width: 164px; } }
@media screen and (min-width: 1200px) {
  .block-img_absolute {
    margin-bottom: 100px;
    padding-bottom: 40px; }

  .block-img_absolute--transparent {
    padding-bottom: 0; }

  .block-img_absolute__img {
    top: -70px; }

  .block-img_absolute__descr {
    padding-top: 60px; }

  .block-img_absolute.g-stair:after {
    height: 71px; }

  .block-img_absolute.g-stair.g-stair--300:after {
    max-width: 216px; } }
@media screen and (min-width: 1800px) {
  .block-img_absolute {
    margin-bottom: 120px;
    padding-bottom: 100px; }

  .block-img_absolute__img {
    top: -100px; }

  .block-img_absolute__descr {
    padding-top: 80px; }

  .block-img_absolute__descr--block {
    margin-bottom: 50px; }

  .block-img_absolute.g-stair:after {
    height: 101px; }

  .block-img_absolute.g-stair.g-stair--300:after {
    max-width: 300px; } }
@media screen and (min-width: 1200px) {
  .block-img_absolute .block-img_absolute__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; } }
.block-img_absolute .block-img_absolute__btns .btn {
  width: 100%; }

@media screen and (min-width: 1024px) {
  .block-img_absolute .block-img_absolute__btns .btn {
    width: auto; } }
.block-img_absolute .block-img_absolute__btns .btn:first-child {
  margin-bottom: 20px; }

@media screen and (min-width: 1200px) {
  .block-img_absolute .block-img_absolute__btns .btn {
    width: auto; }

  .block-img_absolute .block-img_absolute__btns .btn:first-child {
    margin-right: 20px;
    margin-bottom: 0; } }
@media screen and (min-width: 1800px) {
  .block-img_absolute .block-img_absolute__btns .btn:first-child {
    margin-right: 40px; } }
.block-img_absolute--bottom {
  margin-bottom: 50px; }

@media screen and (min-width: 1024px) {
  .block-img_absolute--bottom {
    margin-bottom: 62px; } }
@media screen and (min-width: 1024px) {
  .block-img_absolute--bottom .block-img_absolute__img {
    min-height: 394px;
    top: 0; }

  .block-img_absolute--bottom .block-img_absolute__img img {
    top: 0;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%); } }
@media screen and (min-width: 1200px) {
  .block-img_absolute--bottom .block-img_absolute__img {
    min-height: 364px; }

  .block-img_absolute--bottom .block-img_absolute__img img {
    -webkit-transform: translate(-50%, -78px);
    -moz-transform: translate(-50%, -78px);
    -ms-transform: translate(-50%, -78px);
    transform: translate(-50%, -78px); } }
@media screen and (min-width: 1800px) {
  .block-img_absolute--bottom .block-img_absolute__img {
    min-height: 424px; } }
@media screen and (min-width: 1024px) {
  .block-img_absolute--bottom .block-img_absolute__descr {
    padding-top: 30px; } }
@media screen and (max-width: 767px) {
  .block-img_absolute--bottom h2 {
    margin-bottom: 20px; } }
@media screen and (min-width: 1800px) {
  .block-img_absolute--bottom {
    padding-bottom: 0; } }
.s-banner--blog {
  margin-bottom: 50px; }

@media screen and (max-width: 1023px) {
  .s-banner--blog {
    padding-bottom: 50px; } }
@media screen and (min-width: 1024px) {
  .s-banner--blog {
    margin-bottom: 45px; } }
@media screen and (min-width: 1200px) {
  .s-banner--blog {
    margin-bottom: 60px; } }
@media screen and (min-width: 1800px) {
  .s-banner--blog {
    margin-bottom: 100px; } }
@media screen and (min-width: 1024px) {
  .s-banner--blog.s-banner--half .s-banner__content {
    width: 55%;
    max-width: 55%; } }
.s-banner--blog .s-banner__content-text time {
  display: block;
  color: #fff;
  margin-bottom: 20px; }

.s-banner--blog .s-banner__content-text h1:not(.h1--after):after {
  display: none; }

.s-banner--blog .s-banner__content-title {
  font-weight: 700;
  text-decoration: none; }

@media screen and (max-width: 1023px) {
  .s-banner--blog-urba {
    margin-bottom: 0;
    padding-bottom: 0; } }
@media screen and (min-width: 1200px) {
  .s-banner--blog-urba {
    margin-bottom: 100px; } }
@media screen and (min-width: 1800px) {
  .s-banner--blog-urba {
    margin-bottom: 100px; } }
.s-banner--article {
  margin-bottom: 50px; }

@media screen and (max-width: 1023px) {
  .s-banner--article {
    padding-bottom: 97px; } }
@media screen and (min-width: 1024px) {
  .s-banner--article {
    margin-bottom: 45px; } }
@media screen and (min-width: 1200px) {
  .s-banner--article {
    margin-bottom: 60px; } }
@media screen and (min-width: 1800px) {
  .s-banner--article {
    margin-bottom: 120px; } }
.s-banner--index .s-banner__content-desc {
  font-weight: 600; }

@media screen and (min-width: 1024px) {
  .s-banner--index .s-banner__content-desc {
    margin-bottom: 0; } }
@media screen and (min-width: 1800px) {
  .s-banner--index .s-banner__content-text .btn-secondary {
    margin-top: 50px; } }
.s-banner--hp {
  overflow: hidden; }

.s-banner--hp .s-banner__content {
  overflow: visible; }

.s-banner--gray {
  background-color: #f6f6f6; }

.s-banner--black-bg {
  background-color: #2a2c2c; }

.s-banner--white-bg, .s-banner--white-bg .g-stair:after {
  background-color: #fff; }

@media screen and (min-width: 1024px) {
  .s-banner--white-bg .g-stair:after {
    left: auto;
    right: 0; } }
.s-banner--charcoal-bg, .s-banner--charcoal-bg .g-stair:after {
  background-color: #3a3a3a; }

@media screen and (min-width: 1024px) {
  .s-banner--charcoal-bg .g-stair:after {
    left: auto;
    right: 0; } }
@media screen and (min-width: 1024px) {
  .s-banner--half .s-banner__content {
    position: relative;
    width: -moz-calc(50% + 20px);
    width: calc(50% + 20px);
    max-width: -moz-calc(50% + 20px);
    max-width: calc(50% + 20px);
    min-height: 306px;
    max-height: 306px; }

  .s-banner--half .s-banner__content img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }
@media screen and (min-width: 1200px) {
  .s-banner--half .s-banner__content {
    min-height: 406px;
    max-height: 406px; } }
@media screen and (min-width: 1800px) {
  .s-banner--half .s-banner__content {
    min-height: 566px;
    max-height: 566px; } }
.s-banner__top {
  background-color: #fff; }

.s-banner__top-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #3a3a3a;
  text-transform: uppercase; }

@media screen and (min-width: 768px) {
  .s-banner__top-title {
    font-size: 20px;
    line-height: 26px; } }
@media screen and (min-width: 1366px) {
  .s-banner__top-title {
    font-size: 26px;
    line-height: 30px; } }
@media screen and (min-width: 1800px) {
  .s-banner__top-title {
    font-size: 36px;
    line-height: 42px; } }
.s-banner__top-wrapper {
  min-height: 70px;
  height: 100%; }

.s-banner__top-right, .s-banner__top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.s-banner__top-right {
  margin-left: auto; }

.s-banner__top-right a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 22px;
  padding: 0 27px;
  min-width: 114px;
  font-size: 12px;
  line-height: 15px; }

@media screen and (min-width: 1024px) {
  .s-banner__top-right a {
    margin-left: 30px;
    min-width: 130px;
    font-size: 14px;
    line-height: 18px; } }
@media screen and (min-width: 1366px) {
  .s-banner__top-right a {
    margin-left: 40px; } }
@media screen and (min-width: 1920px) {
  .s-banner__top-right a {
    margin-left: 60px;
    min-width: 180px; } }
.s-banner__body {
  position: relative; }

@media screen and (min-width: 1024px) {
  .s-banner__body .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; } }
.s-banner__body--urba-article {
  padding: 0 0 20px;
  background-color: #fff; }

@media screen and (min-width: 1024px) {
  .s-banner__body--urba-article {
    background-color: #f8f8f8; } }
@media screen and (min-width: 1024px) {
  .s-banner__body--urba-article .container {
    position: relative; } }
@media screen and (min-width: 1024px) {
  .s-banner__body--urba-article {
    padding-top: 70px;
    padding-bottom: 50px; } }
@media screen and (max-width: 1023px) {
  .s-banner__body--urba-article .responsive-video {
    margin-left: -21px;
    margin-right: -21px;
    padding-bottom: calc(56.25% + 21px); } }
.s-banner__content {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.s-banner__content img {
  width: 100%; }

.s-banner__disqlaimer {
  margin-top: 30px; }

.s-banner__disqlaimer small {
  color: #979797; }

@media screen and (min-width: 1024px) {
  .s-banner__disqlaimer small {
    color: #fff; } }
@media screen and (min-width: 1024px) {
  .s-banner__disqlaimer {
    display: block;
    position: absolute;
    bottom: 3vw;
    left: 23vw;
    margin-top: 0; } }
.s-banner__disqlaimer--multi small {
  display: block; }

.s-banner__disqlaimer--multi small:not(:last-child) {
  margin-bottom: 10px; }

@media screen and (min-width: 1024px) {
  .s-banner__disqlaimer--left {
    left: 20px;
    max-width: 330px;
    bottom: 6px; } }
@media screen and (min-width: 1200px) {
  .s-banner__disqlaimer--left {
    bottom: 10px;
    max-width: 461px; } }
@media screen and (min-width: 1800px) {
  .s-banner__disqlaimer--left {
    max-width: 623px; } }
.s-banner__disclaimer {
  position: absolute;
  font-size: 10px;
  line-height: 13px;
  color: #fff;
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.25); }

.s-banner__disclaimer-text {
  margin-left: -10px;
  margin-right: -10px; }

@media screen and (min-width: 576px) {
  .s-banner__disclaimer-text {
    margin-left: 0;
    margin-right: 0; } }
.s-banner__disclaimer.container {
  top: auto;
  bottom: 4px; }

@media screen and (min-width: 768px) {
  .s-banner__disclaimer.container {
    bottom: 18px; } }
@media screen and (min-width: 1024px) {
  .s-banner__disclaimer.container {
    bottom: 15px; } }
@media screen and (min-width: 1200px) {
  .s-banner__disclaimer.container {
    bottom: 24px; } }
@media screen and (min-width: 1800px) {
  .s-banner__disclaimer.container {
    bottom: 32px; } }
@media screen and (min-width: 1024px) {
  .s-banner__disclaimer {
    font-size: 8px;
    line-height: 12px; } }
@media screen and (min-width: 1800px) {
  .s-banner__disclaimer {
    font-size: 13px;
    line-height: 20px;
    text-shadow: 1px 1px 2px #3a3a3a,0 0 1em #3a3a3a; } }
.s-banner__disclaimer span {
  display: block; }

@media screen and (min-width: 1024px) {
  .s-banner__disclaimer span {
    display: inline; } }
.s-banner__content-right {
  position: relative;
  width: 100%; }

.s-banner__content-left {
  max-width: -moz-calc(25% + 14px);
  max-width: calc(25% + 14px);
  min-width: -moz-calc(25% + 14px);
  min-width: calc(25% + 14px); }

@media screen and (min-width: 768px) {
  .s-banner__content-left {
    max-width: -moz-calc(16.66667% + 28px);
    max-width: calc(16.66667% + 28px);
    min-width: -moz-calc(16.66667% + 28px);
    min-width: calc(16.66667% + 28px); } }
@media screen and (min-width: 1024px) {
  .s-banner__content-left {
    max-width: 16.66667%;
    min-width: 16.66667%; } }
@media screen and (min-width: 1800px) {
  .s-banner__content-left {
    min-width: -moz-calc(15% + 49px);
    min-width: calc(15% + 49px); } }
.s-banner__content-main-img, .s-banner__content-main-img--mobile, .s-banner__content-main-img--tablet {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover; }

.s-banner__content-main-img--mobile img, .s-banner__content-main-img--tablet img, .s-banner__content-main-img img {
  width: 100%; }

.s-banner__content-main-img {
  display: none; }

@media screen and (min-width: 1024px) {
  .s-banner__content-main-img {
    display: block; } }
.s-banner__content-main-img--tablet {
  display: none; }

@media screen and (min-width: 768px) {
  .s-banner__content-main-img--tablet {
    display: block; } }
@media screen and (min-width: 1024px) {
  .s-banner__content-main-img--tablet {
    display: none; } }
.s-banner__content-main-img--mobile {
  display: block; }

@media screen and (min-width: 768px) {
  .s-banner__content-main-img--mobile {
    display: none; } }
.s-banner__content-images {
  height: -moz-calc(100% - 50px);
  height: calc(100% - 50px); }

@media screen and (min-width: 375px) {
  .s-banner__content-images {
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px); } }
@media screen and (min-width: 768px) {
  .s-banner__content-images {
    height: -moz-calc(100% - 178px);
    height: calc(100% - 178px); } }
@media screen and (min-width: 1024px) {
  .s-banner__content-images {
    height: -moz-calc(100% - 49px);
    height: calc(100% - 49px); } }
@media screen and (min-width: 1366px) {
  .s-banner__content-images {
    height: -moz-calc(100% - 55px);
    height: calc(100% - 55px); } }
@media screen and (min-width: 1800px) {
  .s-banner__content-images {
    height: -moz-calc(100% - 64px);
    height: calc(100% - 64px); } }
.s-banner__content-image:not(:only-child) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 50%; }

.s-banner__content-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.s-banner__content-full {
  position: relative;
  width: 100%; }

@media screen and (min-width: 768px) {
  .s-banner__content-full .mobile {
    display: none; } }
.s-banner__content-full .tablet {
  display: none; }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .s-banner__content-full .tablet {
    display: block; } }
.s-banner__content-full .desktop {
  display: none; }

@media screen and (min-width: 1024px) {
  .s-banner__content-full .desktop {
    display: block; } }
.s-banner__content-full .desktop-lg-xxl {
  display: none; }

@media screen and (min-width: 1024px) and (max-width: 1799px) {
  .s-banner__content-full .desktop-lg-xxl {
    display: block; } }
.s-banner__content-full .desktop-xxl {
  display: none; }

@media screen and (min-width: 1800px) {
  .s-banner__content-full .desktop-xxl {
    display: block; } }
.s-banner__content-image--mobile .tablet {
  display: none; }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .s-banner__content-image--mobile .tablet {
    display: block; } }
.s-banner__content-image--mobile .tablet-1024 {
  display: none; }

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .s-banner__content-image--mobile .tablet-1024 {
    display: block; } }
.s-banner__content-image--mobile .desktop-1366 {
  display: none; }

@media screen and (min-width: 1200px) and (max-width: 1799px) {
  .s-banner__content-image--mobile .desktop-1366 {
    display: block; } }
@media screen and (min-width: 1800px) {
  .s-banner__content-image--mobile .desktop {
    display: block; } }
@media screen and (min-width: 768px) {
  .s-banner__content-image--mobile .mobile {
    display: none; } }
.s-banner__content-image--mobile .desktop {
  display: none; }

@media screen and (min-width: 768px) {
  .s-banner__content-image--mobile .desktop {
    display: block; } }
.s-banner__content-device-img {
  position: absolute;
  right: 28px;
  bottom: 0;
  width: 107px;
  height: 135px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1; }

@media screen and (min-width: 375px) {
  .s-banner__content-device-img {
    right: 15px;
    width: 142px;
    height: 186px; } }
@media screen and (min-width: 768px) {
  .s-banner__content-device-img {
    left: 282px;
    right: auto;
    width: 230px;
    height: 298px; } }
@media screen and (min-width: 1024px) {
  .s-banner__content-device-img {
    left: 242px;
    right: auto;
    width: 160px;
    height: 202px; } }
@media screen and (min-width: 1366px) {
  .s-banner__content-device-img {
    left: 316px;
    right: auto;
    width: 213px;
    height: 266px; } }
@media screen and (min-width: 1800px) {
  .s-banner__content-device-img {
    left: 454px;
    right: auto;
    width: 291px;
    height: 375px; } }
.s-banner__content-text {
  padding-top: 30px; }

@media screen and (min-width: 768px) {
  .s-banner__content-text {
    padding-top: 50px; } }
@media screen and (min-width: 1024px) {
  .s-banner__content-text {
    padding-top: 42px; } }
@media screen and (min-width: 1366px) {
  .s-banner__content-text {
    padding-top: 64px; } }
@media screen and (min-width: 1800px) {
  .s-banner__content-text {
    padding-top: 82px; } }
.s-banner__content-text .btn-secondary {
  margin-top: 24px;
  width: 100%; }

@media screen and (min-width: 768px) {
  .s-banner__content-text .btn-secondary {
    margin-top: 9px;
    width: auto; } }
@media screen and (min-width: 1200px) {
  .s-banner__content-text .btn-secondary {
    margin-top: 19px; } }
@media screen and (min-width: 1800px) {
  .s-banner__content-text .btn-secondary {
    margin-top: 24px; } }
.s-banner__content-title {
  position: relative; }

.s-banner__content-title--no-line {
  margin-bottom: 10px; }

.s-banner__content-title--no-line:after {
  display: none; }

.s-banner__content-title--line-space:after {
  margin-top: 0;
  height: 0; }

.s-banner__content-desc {
  font-weight: 600;
  font-size: 15px;
  line-height: 21px; }

@media screen and (min-width: 768px) {
  .s-banner__content-desc__content-desc--white-md {
    color: #fff; } }
@media screen and (min-width: 768px) {
  .s-banner__content-desc {
    font-size: 20px;
    line-height: 25px; } }
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .s-banner__content-desc {
    font-size: 15px;
    line-height: 21px; } }
@media screen and (min-width: 1200px) {
  .s-banner__content-desc {
    max-width: 550px; } }
@media screen and (max-width: 1023px) {
  .s-banner--blog .s-banner__body--urba-article .s-banner__content-desc {
    margin-bottom: 0; } }
@media screen and (min-width: 1200px) {
  .s-banner__content-text.s-banner__content-text--white {
    color: #fff; }

  .s-banner__content-text.s-banner__content-text--white h1:after {
    background-color: #fff; } }
.s-banner__content-text .s-banner__content-subtitle {
  margin-bottom: 0; }

.s-banner__content-text .s-banner__content-subtitle--white {
  -webkit-text-stroke-color: #fff; }

.s-banner-slider .swiper-slide--urbazavr {
  position: relative; }

.s-banner-slider .swiper-slide--urbazavr:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -100%;
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/new-banner-index-mobile-b6-overlay.jpg?v=11516143609881132562");
  background-repeat: repeat-y;
  background-size: contain;
  pointer-events: none; }

@media screen and (min-width: 768px) {
  .s-banner-slider .swiper-slide--urbazavr:before {
    display: none; } }
.s-banner-slider .swiper-button-next, .s-banner-slider .swiper-button-prev {
  visibility: hidden;
  opacity: 0; }

@media screen and (min-width: 1024px) {
  .s-banner-slider .swiper-button-next, .s-banner-slider .swiper-button-prev {
    visibility: visible;
    opacity: 1; } }
.s-banner-slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px; }

.s-banner-slider .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 1023px) {
  .s-banner-slider .swiper-pagination {
    height: 30px; } }
@media screen and (min-width: 1024px) {
  .s-banner-slider .swiper-pagination {
    bottom: 15px; } }
@media screen and (min-width: 1800px) {
  .s-banner-slider .swiper-pagination {
    bottom: 20px; } }
.s-banner-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ebebeb;
  opacity: 1; }

@media screen and (min-width: 1024px) {
  .s-banner-slider .swiper-pagination-bullet {
    background-color: #ebebeb;
    opacity: 1; } }
.s-banner-slider .swiper-pagination-bullet-active {
  background-color: #3a3a3a; }

@media screen and (min-width: 1024px) {
  .s-banner-slider .swiper-pagination-bullet-active {
    background-color: #e35205; } }
.s-banner-slider .swiper-button-next:after, .s-banner-slider .swiper-button-prev:after {
  content: "";
  width: 20px;
  height: 36px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.s-banner-slider .swiper-button-prev {
  left: 35px; }

.s-banner-slider .swiper-button-next {
  right: 35px; }

.s-banner-slider .swiper-button-prev:after {
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/icn_arrow-white-prev.svg?v=17528896174679012643"); }

.s-banner-slider .swiper-button-next:after {
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/icn_arrow-white-next.svg?v=8287062593839759617"); }

.s-banner.s-banner--white .s-banner__content-title {
  color: #fff; }

.s-banner.s-banner--white .s-banner__content-title:after {
  background-color: #fff; }

.s-banner.s-banner--white .s-banner__content-desc--white {
  color: #fff; }

@media screen and (min-width: 1024px) {
  .s-banner.s-banner--white-md .s-banner__content-title {
    color: #fff; }

  .s-banner.s-banner--white-md .s-banner__content-title:after {
    background-color: #fff; }

  .s-banner.s-banner--white-md .s-banner__content-desc--white-md {
    color: #fff; } }
.banner-img_text {
  position: relative; }

.banner-img_text__bg--mob {
  background-position: 0 100%;
  background-size: 115%;
  background-repeat: no-repeat; }

.banner-img_text__bg--mob img {
  width: 100%;
  margin-bottom: 56px; }

@media screen and (min-width: 1024px) {
  .banner-img_text__bg--mob {
    display: none; } }
.banner-img_text__bg--desktop {
  display: none;
  position: relative; }

.banner-img_text__bg--desktop img {
  display: block;
  width: 100%; }

@media screen and (min-width: 1024px) {
  .banner-img_text__bg--desktop {
    display: block; } }
.banner-img_text__text {
  color: #f8f8f8; }

.banner-img_text__text .btn {
  margin-top: 14px; }

@media screen and (min-width: 1024px) {
  .banner-img_text__text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; } }
@media screen and (min-width: 1800px) {
  .banner-img_text__text .btn {
    margin-top: 24px; } }
.s-banner--hyper .s-banner__content-text .btn-secondary {
  width: auto;
  margin-top: 0; }

.s-banner__hp-animate {
  position: absolute;
  bottom: 0;
  margin: auto;
  z-index: 1; }

.s-banner__hp-animate--small {
  top: 0;
  left: -moz-calc(50vw - 14.8%);
  left: calc(50vw - 14.8%);
  right: 12.5%;
  height: 0;
  margin-top: 12.5%;
  margin-left: 27%;
  margin-right: 0;
  padding-top: 50%; }

.s-banner__hp-animate--big {
  top: 0;
  left: -moz-calc(50vw - 20.8%);
  left: calc(50vw - 20.8%);
  right: 28%;
  height: 0;
  margin-top: 33%;
  margin-left: 21%;
  margin-right: 0;
  padding-top: 50%; }

@media screen and (min-width: 768px) {
  .s-banner__hp-animate--big {
    left: -moz-calc(50vw - 36.4%);
    left: calc(50vw - 36.4%);
    right: 57%;
    margin-top: 8.5%; } }
@media screen and (min-width: 1024px) {
  .s-banner__hp-animate--big {
    left: -moz-calc(50vw - 29.4%);
    left: calc(50vw - 29.4%);
    right: 48.8%;
    margin-top: 2.5%; } }
@media screen and (min-width: 1800px) {
  .s-banner__hp-animate--big {
    left: -moz-calc(50vw - 30%);
    left: calc(50vw - 30%);
    margin-top: 3.5%;
    right: 49%; } }
.s-banner__hp-animate img {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 2s linear;
  -moz-transition: 2s linear;
  transition: 2s linear;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s; }

.s-banner__hp-animate img.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 1s linear;
  -moz-transition: 1s linear;
  transition: 1s linear;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s; }

.animation-bg {
  position: relative; }

.animation-bg img {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 2s linear;
  -moz-transition: 2s linear;
  transition: 2s linear;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s; }

.animation-bg img.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 1s linear;
  -moz-transition: 1s linear;
  transition: 1s linear;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s; }

.animation-bg img:first-child {
  z-index: 1; }

.animation-bg img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.s-banner__content--relative {
  position: relative; }

.s-banner__content > .s-banner__disqlaimer small {
  color: #fff;
  font-size: 18px;
  line-height: 18px; }

.s-banner__content > .s-banner__disqlaimer small span {
  font-size: 14px; }

@media screen and (max-width: 767px) {
  .s-banner__content > .s-banner__disqlaimer small {
    font-size: 18px;
    line-height: 18px; }

  .s-banner__content > .s-banner__disqlaimer small span {
    font-size: 14px; } }
.s-banner__content > .s-banner__disqlaimer {
  position: absolute;
  bottom: 0;
  max-width: 55%;
  left: 0;
  right: 0;
  padding: 20px 20px 40px; }

@media screen and (max-width: 767px) {
  .s-banner__content > .s-banner__disqlaimer {
    padding: 10px 10px 20px;
    line-height: 15px;
    max-width: 80%; }

  .s-banner__content > .s-banner__disqlaimer small {
    font-size: 13px;
    line-height: 13px; }

  .s-banner__content > .s-banner__disqlaimer small span {
    font-size: 10px; } }
@media screen and (max-width: 349px) {
  .s-banner__content > .s-banner__disqlaimer {
    padding: 10px; }

  .s-banner__content > .s-banner__disqlaimer small {
    font-size: 11px;
    line-height: 11px; } }
.s-banner__moments-content {
  position: absolute;
  bottom: 20vw;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px; }

@media screen and (max-width: 349px) {
  .s-banner__moments-content {
    margin-bottom: 12px; } }
.s-banner__moments-heading {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  bottom: 75vw;
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 8px; }

@media screen and (min-width: 1200px) {
  .s-banner__moments-disqlaimer small {
    font-size: 20px;
    line-height: 20px; }

  .s-banner__moments-disqlaimer small span {
    font-size: 15px; } }
@media screen and (min-width: 1800px) {
  .s-banner__moments-disqlaimer {
    max-width: 675px;
    bottom: 25px; } }
.blog-recycling__banner {
  background-color: #3a3a3a; }

@media screen and (min-width: 1200px) {
  .blog-recycling__banner {
    background-color: #fff; } }
@media screen and (min-width: 1200px) {
  .blog-recycling__banner-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .blog-recycling__banner-row > div {
    width: 50%; } }
.blog-recycling__banner-left {
  margin-bottom: 30px; }

.blog-recycling__banner-left-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden; }

@media screen and (min-width: 1200px) {
  .blog-recycling__banner-left {
    margin-bottom: 0; } }
.blog-recycling__banner-left.g-stair:after {
  z-index: 4;
  background-color: #3a3a3a; }

@media screen and (min-width: 1200px) {
  .blog-recycling__banner-left.g-stair:after {
    content: none; } }
.blog-recycling__banner-left .img {
  left: 0;
  top: 0; }

.blog-recycling__banner-left .img-4 {
  display: none; }

@media screen and (min-width: 1200px) {
  .blog-recycling__banner-left .img.img-1, .blog-recycling__banner-left .img.img-2, .blog-recycling__banner-left .img.img-3 {
    display: none; }

  .blog-recycling__banner-left .img.img-4 {
    display: block; } }
.blog-recycling__banner-left .img img {
  width: 100%; }

.blog-recycling__banner-left .img-1 {
  position: absolute;
  z-index: 1;
  width: 86%;
  top: -16%;
  left: -19%; }

.blog-recycling__banner-left .img-2 {
  position: relative;
  z-index: 2;
  float: right;
  width: 71%; }

.blog-recycling__banner-left .img-3 {
  position: absolute;
  z-index: 3;
  width: 26%;
  top: 44%;
  left: 23%; }

.blog-recycling__banner-right {
  padding-bottom: 50px; }

@media screen and (min-width: 1200px) {
  .blog-recycling__banner-right {
    padding-bottom: 0;
    background-color: #3a3a3a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
.blog-recycling__banner-right h1:after {
  background-color: #fff; }

.blog-recycling__banner-right p {
  margin-bottom: 0; }

.blog-recycling__banner-right .btn {
  margin-top: 20px; }

@media screen and (max-width: 767px) {
  .blog-recycling__banner-right .btn {
    width: 100%; } }
.blog-recycling__banner--light {
  background-color: #fff; }

@media screen and (min-width: 1200px) {
  .blog-recycling__banner--light .blog-recycling__banner-left {
    background-color: transparent; } }
.blog-recycling__banner--light .blog-recycling__banner-left.g-stair:after {
  background-color: transparent; }

@media screen and (min-width: 1200px) {
  .blog-recycling__banner--light .blog-recycling__banner-right {
    background-color: transparent; } }
.blog-recycling__banner--light .blog-recycling__banner-right h1:after {
  background-color: #3a3a3a; }

.blog-recycling__banner--light.blog-recycling__banner--light-green .blog-recycling__banner {
  position: relative; }

.blog-recycling__banner--light.blog-recycling__banner--light-green .blog-recycling__banner-left img {
  width: 100%; }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-recycling__banner--light.blog-recycling__banner--light-green .blog-recycling__banner-left {
    margin-bottom: 50px; } }
@media screen and (min-width: 1024px) {
  .blog-recycling__banner--light.blog-recycling__banner--light-green .blog-recycling__banner-left {
    width: 100%; } }
.blog-recycling__banner--light.blog-recycling__banner--light-green .blog-recycling__banner-right {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0; }

.blog-recycling__banner--light.blog-recycling__banner--light-green .blog-recycling__banner-right h1 {
  font-size: 24px;
  line-height: 24px; }

@media screen and (min-width: 768px) {
  .blog-recycling__banner--light.blog-recycling__banner--light-green .blog-recycling__banner-right h1 {
    font-size: 31px;
    line-height: 36px; } }
@media screen and (min-width: 1024px) {
  .blog-recycling__banner--light.blog-recycling__banner--light-green .blog-recycling__banner-right h1 {
    font-size: 30px;
    line-height: 36px; }

  .blog-recycling__banner--light.blog-recycling__banner--light-green .blog-recycling__banner-right h1:after {
    background-color: #fff; }

  .blog-recycling__banner--light.blog-recycling__banner--light-green .blog-recycling__banner-right h1 span {
    color: #fff; } }
@media screen and (min-width: 1200px) {
  .blog-recycling__banner--light.blog-recycling__banner--light-green .blog-recycling__banner-right h1 {
    font-size: 42px;
    line-height: 46px; } }
@media screen and (min-width: 1800px) {
  .blog-recycling__banner--light.blog-recycling__banner--light-green .blog-recycling__banner-right h1 {
    font-size: 48px;
    line-height: 56px; } }
.blog-recycling__banner--light.blog-recycling__banner--light-green .blog-recycling__banner-right p {
  font-weight: 700;
  font-size: 15px;
  line-height: 21px; }

@media screen and (min-width: 768px) {
  .blog-recycling__banner--light.blog-recycling__banner--light-green .blog-recycling__banner-right p {
    font-size: 20px;
    line-height: 25px; } }
@media screen and (min-width: 1024px) {
  .blog-recycling__banner--light.blog-recycling__banner--light-green .blog-recycling__banner-right p {
    color: #fff; } }
.blog-recycling__banner--light.blog-recycling__banner--light-green .blog-recycling__banner-right .btn {
  max-width: 187px; }

.blog-recycling__banner--light.blog-recycling__banner--light-green .blog-recycling__banner-right .btn.btn-secondary--white-md {
  display: none; }

@media screen and (min-width: 1024px) {
  .blog-recycling__banner--light.blog-recycling__banner--light-green .blog-recycling__banner-right .btn.btn-secondary--white-md {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }

  .blog-recycling__banner--light.blog-recycling__banner--light-green .blog-recycling__banner-right .btn.btn-round--black-gray {
    display: none; } }
@media screen and (min-width: 1024px) {
  .blog-recycling__banner--light.blog-recycling__banner--light-green .blog-recycling__banner-right {
    width: 100%;
    margin-top: 22px; } }
@media screen and (min-width: 1200px) {
  .blog-recycling__banner--light.blog-recycling__banner--light-green .blog-recycling__banner-right {
    margin-top: 42px; } }
@media screen and (min-width: 1800px) {
  .blog-recycling__banner--light.blog-recycling__banner--light-green .blog-recycling__banner-right {
    margin-top: 82px; } }
@media screen and (max-width: 767px) {
  .swiper-slide .blog-recycling__banner-left {
    margin-bottom: 75px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .swiper-slide .blog-recycling__banner-left {
    margin-bottom: 90px; } }
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .swiper-slide .blog-recycling__banner-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .swiper-slide .blog-recycling__banner-row > div {
    width: 50%; }

  .swiper-slide .blog-recycling__banner-row .blog-recycling__banner-left {
    margin: 0; }

  .swiper-slide .blog-recycling__banner-row .blog-recycling__banner-left-wrapper {
    max-height: 305px;
    overflow: hidden; }

  .swiper-slide .blog-recycling__banner-row .blog-recycling__banner-left.g-stair:after {
    background-color: #fff; }

  .swiper-slide .blog-recycling__banner-row .blog-recycling__banner-right {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
.benefits_glo_banner h1 {
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff; }

.benefits_glo_banner h1:after {
  margin: 25px 0 65px;
  background-color: #fff; }

.benefits_glo_banner img {
  width: 100%; }

.benefits_glo_banner ul {
  padding: 0; }

.benefits_glo_banner li {
  font-size: 20px;
  line-height: 25px;
  color: #3c236e;
  list-style: inside; }

.benefits_glo_banner .s-banner__content-text .btn-secondary {
  color: #3a3a3a;
  border-color: #3a3a3a; }

@media (min-width: 1024px) {
  .benefits_glo_banner .s-banner__content-text .btn-secondary {
    color: #3c236e;
    border-color: #3c236e; } }
@media (min-width: 1024px) {
  .benefits_glo_banner o_banner .offset-lg-6 {
    margin-left: 55%; } }
@media screen and (min-width: 2200px) {
  .benefits_glo_banner .s-banner__content-text {
    padding-top: 120px; } }
@media screen and (min-width: 2400px) {
  .benefits_glo_banner .s-banner__content-text {
    padding-top: 180px; } }
@media screen and (min-width: 1500px) and (max-width: 1650px) {
  .benefits_glo_banner h1:after {
    margin: 25px 0 65px; } }
@media screen and (min-width: 1600px) and (max-width: 1900px) {
  .benefits_glo_banner .s-banner__content-text {
    padding-top: 85px; } }
@media screen and (min-width: 1366px) and (max-width: 1650px) {
  .benefits_glo_banner h1 {
    font-size: 42px;
    line-height: 46px; }

  .benefits_glo_banner h1:after {
    margin: 19px 0 50px; }

  .benefits_glo_banner ul {
    margin-bottom: 30px; }

  .benefits_glo_banner li {
    font-size: 20px;
    line-height: 25px; } }
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .benefits_glo_banner h1 {
    font-size: 31px;
    line-height: 36px; }

  .benefits_glo_banner h1:after {
    margin: 22px 0 27px; }

  .benefits_glo_banner li {
    font-size: 15px;
    line-height: 21px; } }
@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .benefits_glo_banner h1:after {
    margin: 25px 0 45px; } }
@media screen and (max-width: 1023px) {
  .benefits_glo_banner h1 {
    color: #3a3a3a;
    font-size: 24px;
    line-height: 28px; }

  .benefits_glo_banner h1:after {
    margin: 25px 0; }

  .benefits_glo_banner li {
    font-size: 15px;
    line-height: 21px;
    color: #3a3a3a; } }
.prom_gen_desc_banner .s-banner__content-text .btn-secondary {
  color: #fff;
  border-color: #fff; }

@media screen and (min-width: 1024px) {
  .prom_gen_desc_banner .s-banner__content-text .btn-secondary {
    color: #fff;
    border-color: #fff; } }
@media screen and (max-width: 1023px) {
  .prom_gen_desc_banner .s-banner__content-text .btn-secondary {
    color: #3a3a3a;
    border-color: #3a3a3a; } }
.prom_gen_desc_banner .s-banner__content-desc--white-md {
  margin-bottom: 50px; }

@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .prom_gen_desc_banner .s-banner__content-desc--white-md {
    margin-bottom: 25px; } }
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .prom_gen_desc_banner .s-banner__content-desc--white-md {
    margin-bottom: 20px; } }
@media screen and (min-width: 1024px) and (max-width: 1599px) {
  .prom_gen_desc_banner h1 {
    font-size: 28px;
    line-height: 28px; } }
@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .prom_gen_desc_banner h1:after {
    margin: 20px 0; } }
@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .prom_gen_desc_banner .offset-lg-7 {
    margin-left: 56%; } }
.raffle-new-prod .promo-list__item-content {
  max-width: 375px !important; }

.raffle-new-prod .promo-list__item-content .h1 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 800; }

.raffle-new-prod .promo-list__item-content .h1:after {
  background-color: #fff;
  margin: 5px 0;
  height: 3px; }

.raffle-new-prod .promo-list__item-content--descr {
  font-size: 14px;
  line-height: 16px; }

.raffle-new-prod .raffle-new-prod__disqlaimer {
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  line-height: 12px; }

.raffle-new-prod .note {
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  text-shadow: 1px 1px 2px #3a3a3a,0 0 1em #3a3a3a;
  line-height: 1;
  font-size: 10px;
  letter-spacing: 0;
  width: 100%;
  max-width: 70%;
  padding: 9px 2vw; }

.raffle-new-prod .note small {
  color: #fff; }

.raffle-new-prod.promo-list .promo-list__item-content {
  display: block; }

@media screen and (min-width: 1919px) {
  .raffle-new-prod .promo-list__item-content .h1 {
    font-size: 28px; }

  .raffle-new-prod .promo-list__item-content .h1:after {
    margin: 10px 0;
    height: 4px; }

  .raffle-new-prod .promo-list__item-content--descr {
    margin: 0; }

  .raffle-new-prod .raffle-new-prod__disqlaimer {
    font-size: 14px;
    line-height: 15px; }

  .raffle-new-prod .raffle-new-prod__disqlaimer.note {
    font-size: 11px; }

  .raffle-new-prod .promo-list__item-content {
    max-width: 430px !important; } }
@media screen and (min-width: 768px) and (max-width: 1198px) {
  .raffle-new-prod .promo-list__item-content .h1 {
    font-size: 20px;
    line-height: 36px; }

  .raffle-new-prod .promo-list__item-content--descr {
    margin: 10px 0; }

  .raffle-new-prod .raffle-new-prod__disqlaimer {
    font-size: 9px;
    line-height: 11px; } }
@media screen and (min-width: 1023px) and (max-width: 1198px) {
  .raffle-new-prod .raffle-new-prod__disqlaimer {
    font-size: 8px; }

  .raffle-new-prod .promo-list__item-content {
    padding-bottom: 10px; } }
@media screen and (max-width: 767px) {
  .raffle-new-prod .promo-list__item-content {
    max-width: 320px !important; }

  .raffle-new-prod .promo-list__item-content .h1 {
    font-size: 16px; }

  .raffle-new-prod .promo-list__item-content--descr {
    margin: 10px 0;
    font-size: 10px;
    line-height: 11px; }

  .raffle-new-prod .btn-secondary--white-full {
    padding: 0 15px;
    height: 30px; }

  .raffle-new-prod .raffle-new-prod__disqlaimer {
    font-size: 6px;
    line-height: 8px; } }
.label-capsule, .label-product-wrapper {
  position: absolute;
  top: 0;
  z-index: 2; }

.label-capsule {
  right: 0;
  margin: 10px 8px 0 0; }

.label-product-wrapper {
  left: 0;
  margin: 10px 0 0 11px; }

.label-product {
  display: block;
  padding: 0 10px;
  min-width: 80px;
  font-size: 9px;
  color: #fff;
  background-color: #2a2c2c;
  text-transform: uppercase;
  text-align: center; }

.label-product:not(:last-child) {
  margin-bottom: 5px; }

.label-product.label-product--new {
  min-width: 45px;
  background-color: #2f539f; }

@media screen and (min-width: 768px) {
  .label-product {
    font-size: 10px; } }
.s-recommend-products {
  margin-bottom: 50px; }

@media screen and (min-width: 768px) {
  .s-recommend-products {
    margin-bottom: 60px; } }
@media screen and (min-width: 1200px) {
  .s-recommend-products {
    margin-bottom: 100px; } }
@media screen and (min-width: 1800px) {
  .s-recommend-products {
    margin-bottom: 120px; } }
@media screen and (min-width: 1200px) {
  .s-recommend-products {
    overflow: hidden; } }
.s-recommend-products .sw-mode__center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: -18px; }

@media screen and (min-width: 1800px) {
  .s-recommend-products .sw-mode__center {
    right: -25px; } }
.s-recommend-products__header > :last-child {
  margin-bottom: 30px; }

@media screen and (min-width: 1200px) {
  .s-recommend-products__header > :last-child {
    margin-bottom: 40px; } }
@media screen and (min-width: 1800px) {
  .s-recommend-products__header > :last-child {
    margin-bottom: 50px; } }
.s-recommend-products__title {
  margin-bottom: 20px; }

@media screen and (min-width: 768px) {
  .s-recommend-products__title {
    margin-bottom: 30px; } }
@media screen and (min-width: 1024px) {
  .s-recommend-products__title {
    margin-bottom: 20px; } }
@media screen and (min-width: 1200px) {
  .s-recommend-products__title {
    margin-bottom: 30px; } }
@media screen and (min-width: 1800px) {
  .s-recommend-products__title {
    margin-bottom: 40px; } }
.s-recommend-products__item-title {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 21px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none; }

.s-recommend-products__item-title a {
  color: #3a3a3a;
  text-decoration: none; }

@media screen and (min-width: 768px) {
  .s-recommend-products__item-title {
    margin-bottom: 15px; } }
@media screen and (min-width: 1024px) {
  .s-recommend-products__item-title {
    margin-bottom: 10px; } }
@media screen and (min-width: 1800px) {
  .s-recommend-products__item-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px; } }
.s-recommend-products__item {
  position: relative; }

.s-recommend-products__item-image-wrapper {
  margin-top: 10px;
  margin-bottom: 10px; }

@media screen and (min-width: 768px) {
  .s-recommend-products__item-image-wrapper {
    margin-bottom: 12px; } }
@media screen and (min-width: 1024px) {
  .s-recommend-products__item-image-wrapper {
    margin-bottom: 10px; } }
@media screen and (min-width: 1800px) {
  .s-recommend-products__item-image-wrapper {
    margin-bottom: 20px; } }
.s-recommend-products__item-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0))), #f8f8f8;
  background: -moz-linear-gradient(top, white 0, rgba(255, 255, 255, 0) 100%), #f8f8f8;
  background: linear-gradient(180deg, white, rgba(255, 255, 255, 0)), #f8f8f8; }

.s-recommend-products__item-image.active, .s-recommend-products__item-image:hover {
  -webkit-box-shadow: 0 10px 20px rgba(176, 176, 176, 0.5);
  box-shadow: 0 10px 20px rgba(176, 176, 176, 0.5); }

.s-recommend-products__item-image img {
  display: block;
  padding: 0 10px; }

@media screen and (min-width: 768px) {
  .s-recommend-products__item-image {
    padding: 40px 0; } }
@media screen and (min-width: 1024px) {
  .s-recommend-products__item-image {
    padding: 10px 0; } }
@media screen and (min-width: 1200px) {
  .s-recommend-products__item-image {
    padding: 20px 0; } }
@media screen and (min-width: 1800px) {
  .s-recommend-products__item-image {
    padding: 55px 0; } }
.s-recommend-products__item-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  padding: 10px 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  border-top: 2px solid #ebebeb; }

.s-recommend-products__item-price svg {
  position: relative;
  left: 0;
  margin-left: 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

@media screen and (min-width: 1800px) {
  .s-recommend-products__item-price svg {
    margin-left: 10px; } }
@media screen and (min-width: 1800px) {
  .s-recommend-products__item-price {
    font-size: 20px;
    line-height: 25px; } }
.s-recommend-products__item-btn.btn.btn-primary {
  min-width: 66px;
  height: 30px;
  padding: 0; }

.s-recommend-products__item-btn.btn.btn-primary svg {
  margin: 0; }

.s-recommend-products__item-btn.btn.btn-primary svg path {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

.s-recommend-products__item-btn.btn.btn-primary:hover svg path {
  fill: #e35205; }

.s-recommend-products__item a:hover .s-recommend-products__item-price svg {
  left: 10px; }

.index--recommend-products .sw-mode__center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: -18px; }

@media screen and (min-width: 1800px) {
  .index--recommend-products .sw-mode__center {
    right: -25px; } }
.index--recommend-products .budges {
  position: absolute;
  top: 0;
  right: 0; }

.index--recommend-products .budges .budge {
  position: relative; }

.index--recommend-products .s-recommend-products__item-image-wrapper {
  margin-top: 0; }

.index--recommend-products .s-recommend-products__item-image {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(white));
  background: -moz-linear-gradient(top, #f8f8f8 0, white 100%);
  background: linear-gradient(180deg, #f8f8f8, white); }

.index--recommend-products .budge {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px;
  font-weight: 600;
  height: 16px;
  background-color: #e35205;
  color: #fff;
  text-transform: uppercase;
  white-space: pre-wrap;
  z-index: 1; }

@media screen and (min-width: 1024px) {
  .index--recommend-products .budge {
    height: 20px; } }
.index--recommend-products .budge.budge--dark {
  background-color: #3a3a3a; }

@media screen and (max-width: 1023px) {
  .index--recommend-products .budge {
    margin: -30px -21px; } }
.index--recommend-products .product-capsule {
  position: absolute;
  top: 0;
  left: 0;
  margin: 3px 0 0 3px;
  z-index: 1; }

@media screen and (min-width: 1024px) {
  .index--recommend-products .product-capsule {
    margin: 10px 0 0 10px; }

  .index--recommend-products .product-capsule img {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px; } }
.index--recommend-products .product-capsule.product-capsule--recom img, .index--recommend-products .product-capsule img {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px; }

.index--recommend-products .s-recommend-products__item-price {
  border: none; }

.index--recommend-products .bonus-price {
  font-weight: 600;
  font-size: 10px;
  line-height: 13px;
  color: #f38a0c; }

.index--recommend-products .s-recommend-products__item-title {
  font-weight: 700; }

@media screen and (max-width: 768px) {
  .index--recommend-products .s-recommend-products__item-title {
    font-size: 13px;
    line-height: 20px; } }
.index--recommend-products--title {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 25px; }

@media screen and (min-width: 1024px) {
  .index--recommend-products--row > div:not(:last-child) {
    border-right: 1px solid #ebebeb; } }
@media screen and (max-width: 1023px) {
  .index--recommend-products--row {
    margin-bottom: 30px; } }
@media screen and (min-width: 1024px) {
  .index--recommend-products--row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }

  .index--recommend-products--row > div {
    width: 33.33333%;
    padding: 0 14px; }

  .index--recommend-products--row.index--recommend-products--row-nocustomer > div {
    width: 50%; } }
@media screen and (min-width: 1200px) {
  .index--recommend-products--row > div {
    padding: 0 18px; } }
.index--recommend-products-slider--container > .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 9px; }

.index--recommend-products-slider--container > .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2a2c2c; }

.index--recommend-products-slider--container > .swiper-button-next, .index--recommend-products-slider--container > .swiper-button-prev {
  width: 6px;
  height: 10px;
  color: #2a2c2c;
  top: unset;
  bottom: 7px;
  margin: 0; }

.index--recommend-products-slider--container > .swiper-button-next:after, .index--recommend-products-slider--container > .swiper-button-prev:after {
  font-size: 10px;
  content: "";
  width: 6px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat; }

.index--recommend-products-slider--container > .swiper-button-next {
  right: 0; }

.index--recommend-products-slider--container > .swiper-button-next:after {
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/icn_arrow-dark-next-slide.svg?v=5873335559437664713"); }

.index--recommend-products-slider--container > .swiper-button-prev {
  left: 0; }

.index--recommend-products-slider--container > .swiper-button-prev:after {
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/icn_arrow-dark-prev-slide.svg?v=12234456197563117493"); }

@media screen and (min-width: 1024px) {
  .index--recommend-products-slider--container > .swiper-button-next, .index--recommend-products-slider--container > .swiper-button-prev, .index--recommend-products-slider--container > .swiper-pagination {
    display: none; } }
.index--recommend-products-slider--container.swiper-container-initialized .swiper-pagination {
  position: static; }

.faq-section:not(:last-child) {
  margin-bottom: 30px; }

@media screen and (min-width: 768px) {
  .faq-section:not(:last-child) {
    margin-bottom: 40px; } }
@media screen and (min-width: 1200px) {
  .faq-section:not(:last-child) {
    margin-bottom: 50px; } }
@media screen and (min-width: 1800px) {
  .faq-section:not(:last-child) {
    margin-bottom: 64px; } }
.faq-page {
  overflow: hidden; }

@media screen and (min-width: 1024px) {
  .faq-page {
    overflow: visible; } }
@media screen and (max-width: 1023px) {
  .faq-container {
    padding-top: 80px; } }
.faq-filter-open {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  padding: 0 0 0 22px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  background-color: #f6f6f6;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom .3s ease;
  -moz-transition: ease border-bottom .3s;
  transition: border-bottom .3s ease; }

.faq-filter-open.is-open {
  border-bottom: 1px solid #b0b0b0; }

.faq-filter-open:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 44px auto 0;
  width: 21px;
  height: 16px;
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/icn_filter-icon.svg?v=4315874694859275435");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%; }

.faq-filter-open.is-open:after {
  width: 16px;
  height: 16px;
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/icn_filter-close.svg?v=9264388087689521774"); }

.faq-panel {
  position: relative;
  background-color: #f6f6f6;
  z-index: 1; }

@media screen and (max-width: 767px) {
  .faq-panel {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 3;
    background-color: transparent; }

  .faq-panel.is-active {
    height: -moz-calc(100% - 66px);
    height: calc(100% - 66px); }

  .faq-panel .faq-panel__wrap {
    display: none;
    height: -moz-calc(100% - 80px);
    height: calc(100% - 80px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 30px 21px;
    background-color: #f6f6f6; }

  .faq-panel.page-container {
    padding-top: 0;
    padding-bottom: 0; } }
@media screen and (min-width: 1024px) {
  .faq-panel:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 800%;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: #f6f6f6;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1; } }
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .faq-panel:before {
    left: auto;
    right: 100%;
    width: 500%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@media screen and (min-width: 1024px) {
  .faq-panel__wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    padding-right: 10px; } }
@media screen and (min-width: 1200px) {
  .faq-panel__wrap {
    padding-right: 15px; } }
@media screen and (min-width: 1920px) {
  .faq-panel__wrap {
    padding-right: 40px; } }
.faq-nav {
  padding: 0;
  margin: 0; }

.faq-nav li a {
  display: block;
  padding: 15px 20px;
  border-bottom: 2px solid #ebebeb;
  font-size: 15px;
  line-height: 21px;
  color: #3a3a3a;
  text-decoration: none; }

@media screen and (min-width: 1024px) {
  .faq-nav li a {
    padding: 15px 0; } }
@media screen and (min-width: 1800px) {
  .faq-nav li a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 25px; } }
@media screen and (max-width: 767px) {
  .faq-nav li:first-child a {
    padding-top: 0; } }
.faq-nav li.active a, .faq-nav li:hover a {
  color: #e35205; }

.faq__info {
  padding-top: 36px; }

.faq__info .form-message-attention {
  margin-bottom: 17px; }

@media screen and (max-width: 767px) {
  .faq__info .btn {
    width: 100%; } }
.faq__info_text {
  margin-bottom: 30px; }

@media screen and (min-width: 1024px) {
  .faq__info_text {
    font-size: 13px;
    line-height: 20px; } }
@media screen and (min-width: 1200px) {
  .faq__info_text {
    font-size: 15px;
    line-height: 21px; } }
.faq__info_phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 600; }

.faq__info_phone svg {
  margin-right: 11px;
  max-width: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px; }

.faq__info_phone strong {
  font-weight: 700; }

.faq__info_phone span {
  display: block; }

@media screen and (min-width: 768px) {
  .faq__info_phone span {
    display: inline-block; } }
@media screen and (min-width: 1024px) {
  .faq__info {
    padding-top: 30px; }

  .faq__info .form-message-attention {
    margin-bottom: 30px; }

  .faq-full-h {
    height: 100%; } }
@media screen and (min-width: 1200px) {
  .faq__info .form-message-attention {
    margin-bottom: 20px; } }
@media screen and (min-width: 1800px) {
  .faq__info {
    padding-top: 50px; }

  .faq__info .form-message-attention {
    margin-bottom: 30px; } }
.product-single__description .faq li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100% !important;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: visible; }

.faq-panel__heading {
  margin-bottom: 25px;
  color: #757575;
  font-size: 13px;
  line-height: 20px; }

@media screen and (min-width: 1024px) {
  .faq-panel__heading {
    font-size: 15px;
    line-height: 21px; } }
.faq li.is-read {
  position: relative; }

.faq li.is-read:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 10px;
  width: 16px;
  height: 11px;
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/icn-is-read.svg?v=5620157762333154374"); }

.faq li.is-read label {
  color: #e35205; }

.faq__body ol, .faq__body ol li:not(:last-child), .faq__body ul, .faq__body ul li:not(:last-child) {
  margin-bottom: 16px; }

.faq__body ol ol, .faq__body ol ul, .faq__body ul ol, .faq__body ul ul {
  margin-top: 16px;
  margin-bottom: 0; }

.faq__body ol ol ol, .faq__body ol ol ol ol, .faq__body ol ol ol ol ol, .faq__body ol ol ol ol ul, .faq__body ol ol ol ul, .faq__body ol ol ol ul ol, .faq__body ol ol ol ul ul, .faq__body ol ol ul, .faq__body ol ol ul ol, .faq__body ol ol ul ol ol, .faq__body ol ol ul ol ul, .faq__body ol ol ul ul, .faq__body ol ol ul ul ol, .faq__body ol ol ul ul ul, .faq__body ol ul ol, .faq__body ol ul ol ol, .faq__body ol ul ol ol ol, .faq__body ol ul ol ol ul, .faq__body ol ul ol ul, .faq__body ol ul ol ul ol, .faq__body ol ul ol ul ul, .faq__body ol ul ul, .faq__body ol ul ul ol, .faq__body ol ul ul ol ol, .faq__body ol ul ul ol ul, .faq__body ol ul ul ul, .faq__body ol ul ul ul ol, .faq__body ol ul ul ul ul, .faq__body ul ol ol, .faq__body ul ol ol ol, .faq__body ul ol ol ol ol, .faq__body ul ol ol ol ul, .faq__body ul ol ol ul, .faq__body ul ol ol ul ol, .faq__body ul ol ol ul ul, .faq__body ul ol ul, .faq__body ul ol ul ol, .faq__body ul ol ul ol ol, .faq__body ul ol ul ol ul, .faq__body ul ol ul ul, .faq__body ul ol ul ul ol, .faq__body ul ol ul ul ul, .faq__body ul ul ol, .faq__body ul ul ol ol, .faq__body ul ul ol ol ol, .faq__body ul ul ol ol ul, .faq__body ul ul ol ul, .faq__body ul ul ol ul ol, .faq__body ul ul ol ul ul, .faq__body ul ul ul, .faq__body ul ul ul ol, .faq__body ul ul ul ol ol, .faq__body ul ul ul ol ul, .faq__body ul ul ul ul, .faq__body ul ul ul ul ol, .faq__body ul ul ul ul ul {
  padding-bottom: 0; }

.faq__body ul {
  margin-left: 10px;
  padding-left: 16px;
  list-style: disc; }

.faq__body ul ul {
  padding-left: 0; }

.faq__body ul ul li {
  margin-left: 0;
  padding-left: 16px; }

.faq__body ul ul li ul li {
  padding-left: 10px; }

@media screen and (min-width: 768px) {
  .faq__body ul, .faq__body ul ul li {
    padding-left: 21px; }

  .faq__body ul {
    margin-left: 18px; } }
.faq__body ol {
  counter-reset: parent;
  margin-left: 10px;
  list-style: none !important; }

@media screen and (min-width: 768px) {
  .faq__body ol {
    margin-left: 18px; } }
.faq__body ol ul {
  list-style: disc; }

.faq__body ol ul li {
  padding-left: 0 !important; }

.faq__body ol ul li:before {
  content: none !important; }

.faq__body ol > li {
  position: relative;
  padding-left: 16px; }

@media screen and (min-width: 768px) {
  .faq__body ol > li {
    padding-left: 21px; } }
.faq__body ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  counter-increment: parent;
  content: counter(parent) "."; }

.faq__body ol ol {
  counter-reset: child;
  margin-left: -6px; }

@media screen and (min-width: 768px) {
  .faq__body ol ol {
    margin-left: -5px; } }
.faq__body ol ol li {
  padding-left: 30px; }

@media screen and (min-width: 768px) {
  .faq__body ol ol li {
    padding-left: 35px; } }
@media screen and (min-width: 1800px) {
  .faq__body ol ol li {
    padding-left: 42px; } }
.faq__body ol ol li:before {
  font-weight: 400;
  counter-increment: child;
  content: counter(parent) "." counters(child,"."); }

.faq__body ol ol li ul {
  margin-left: -10px; }

.faq__body ol ol li ol > li {
  padding-left: 46px; }

@media screen and (min-width: 1800px) {
  .faq__body ol ol li ol > li {
    padding-left: 60px; } }
.faq__body ol ol li ol > li ol > li {
  padding-left: 58px; }

@media screen and (min-width: 1800px) {
  .faq__body ol ol li ol > li ol > li {
    padding-left: 72px; } }
.faq__body ol ol li ol > li ol > li ol > li {
  padding-left: 70px; }

@media screen and (min-width: 1800px) {
  .faq__body ol ol li ol > li ol > li ol > li {
    padding-left: 90px; } }
#order {
  padding-top: 100px;
  background-color: #f6f6f6; }

@media screen and (min-width: 1024px) {
  #order {
    padding-top: 45px; } }
@media screen and (min-width: 1200px) {
  #order {
    padding-top: 60px; } }
@media screen and (min-width: 1800px) {
  #order {
    padding-top: 80px; } }
#order .form-block__title {
  position: relative;
  padding-left: 88px; }

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  #order .form-block__title .font-border {
    margin-bottom: 24px;
    font-size: 31px;
    line-height: 36px; } }
@media screen and (min-width: 1200px) and (max-width: 1799px) {
  #order .form-block__title .font-border {
    margin-bottom: 32px; } }
@media screen and (min-width: 1024px) {
  #order .form-block__title {
    padding-left: 82px; } }
@media screen and (min-width: 1200px) {
  #order .form-block__title {
    padding-left: 108px; } }
@media screen and (min-width: 1800px) {
  #order .form-block__title {
    padding-left: 150px; } }
#order .form-block__title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -moz-calc(100% - 30px);
  bottom: calc(100% - 30px);
  margin-left: 17px;
  display: block;
  width: 34px;
  height: 105px;
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/free-steps-svg.svg?v=5590740939256710758"); }

@media screen and (min-width: 768px) {
  #order .form-block__title:before {
    margin-left: 18px; } }
@media screen and (min-width: 1024px) {
  #order .form-block__title:before {
    bottom: -moz-calc(100% - 62px);
    bottom: calc(100% - 62px);
    margin-left: 10px; } }
@media screen and (min-width: 1200px) {
  #order .form-block__title:before {
    bottom: -moz-calc(100% - 36px);
    bottom: calc(100% - 36px);
    margin-left: 17px; } }
@media screen and (min-width: 1800px) {
  #order .form-block__title:before {
    bottom: -moz-calc(100% - 25px);
    bottom: calc(100% - 25px);
    margin-left: 34px; } }
.num-list {
  margin: 0;
  padding-top: 0;
  padding-left: 0;
  counter-reset: li; }

.num-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  counter-increment: li;
  margin-left: 0;
  margin-bottom: 30px; }

@media screen and (min-width: 1024px) {
  .num-list li {
    margin-bottom: 35px; } }
@media screen and (min-width: 1200px) {
  .num-list li {
    margin-bottom: 20px; } }
@media screen and (min-width: 1800px) {
  .num-list li {
    margin-bottom: 30px; } }
.num-list li:last-child {
  margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .num-list li:last-child {
    margin-bottom: 120px; } }
.num-list li:before {
  content: counter(li);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 21px;
  border-radius: 50%;
  width: 67px;
  min-width: 67px;
  height: 67px;
  font-weight: 800;
  color: transparent;
  font-size: 42px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2a2c2c; }

@media screen and (min-width: 1024px) {
  .num-list li:before {
    margin-right: 30px;
    width: 54px;
    min-width: 54px;
    height: 54px;
    font-size: 34px; } }
@media screen and (min-width: 1200px) {
  .num-list li:before {
    margin-right: 35px;
    width: 72px;
    min-width: 72px;
    height: 72px;
    font-size: 36px; } }
@media screen and (min-width: 1800px) {
  .num-list li:before {
    margin-right: 50px;
    width: 100px;
    min-width: 100px;
    height: 100px;
    font-size: 65px; } }
.num-list li:first-child:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44.3%, #efddc9), to(white));
  background: -moz-linear-gradient(top, #efddc9 44.3%, white 100%);
  background: linear-gradient(180deg, #efddc9 44.3%, white); }

.num-list li:nth-child(2):before {
  background: -webkit-gradient(linear, left top, left bottom, from(#efddc9), color-stop(45.31%, white));
  background: -moz-linear-gradient(top, #efddc9 0, white 45.31%);
  background: linear-gradient(180deg, #efddc9, white 45.31%); }

.num-list li:nth-child(3):before, .num-list li:nth-child(4):before, .num-list li:nth-child(5):before {
  background: #fff; }

#PageContainer .test-drive-form {
  position: relative;
  margin-top: 50px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 30px 10px;
  background: #fff;
  -webkit-box-shadow: 0 4px 30px rgba(58, 58, 58, 0.1);
  box-shadow: 0 4px 30px rgba(58, 58, 58, 0.1);
  z-index: 2; }

@media screen and (min-width: 768px) {
  #PageContainer .test-drive-form {
    margin-top: 0;
    padding: 30px; } }
@media screen and (min-width: 1024px) {
  #PageContainer .test-drive-form {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    width: -moz-calc(100% - 42px);
    width: calc(100% - 42px);
    padding: 45px 60px 60px; } }
@media screen and (min-width: 1200px) {
  #PageContainer .test-drive-form {
    margin-top: 40px;
    width: 100%; } }
@media screen and (min-width: 1800px) {
  #PageContainer .test-drive-form {
    width: -moz-calc(100% - 196px);
    width: calc(100% - 196px); } }
#PageContainer .test-drive-form .c-field__input-wrapper input {
  margin-bottom: 10px; }

#PageContainer .test-drive-form .td-select {
  margin-bottom: 30px; }

#PageContainer .test-drive-form .td-select .select-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#PageContainer .test-drive-form .td-select .select-group > .selectric-wrapper {
  margin-bottom: 20px;
  width: 100%; }

#PageContainer .test-drive-form .td-select--timefromto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#PageContainer .test-drive-form .td-select--timefromto .selectric-wrapper {
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px); }

#PageContainer .test-drive-form .check-device-title {
  margin-top: 20px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600; }

#PageContainer .test-drive-form .device-type-block label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 20px; }

#PageContainer .test-drive-form .device-type-block label:before {
  position: relative;
  margin-right: 10px;
  display: none;
  background: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/new-rb-off.svg?v=10277412530867029598") 50% no-repeat;
  margin: 0 10px 0 0;
  width: 27px;
  height: 27px; }

#PageContainer .test-drive-form .device-type-block input[type=radio]:checked + label:before {
  display: none;
  background: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/new-rb-on.svg?v=7021258671839620233") 50% no-repeat;
  margin: 0 10px 0 0;
  width: 27px;
  height: 27px; }

#PageContainer .test-drive-form .device-type-block .d-flex {
  margin-bottom: 13px; }

#PageContainer .test-drive-form .test-drive-confirm {
  padding: 40px 0 25px; }

#PageContainer .test-drive-form .c-fieldset__check-label {
  margin-right: 10px; }

#PageContainer .test-drive-form .form-check__label {
  font-size: 13px;
  line-height: 20px;
  color: #3a3a3a; }

#PageContainer .test-drive-form .test-drive-confirm .form-error {
  top: -5px; }

#PageContainer .test-drive-form .test-drive-form-confirm__label {
  margin-bottom: 30px; }

#PageContainer .test-drive-form .test-drive-form-confirm__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 30px; }

#PageContainer .test-drive-form .test-drive-form-confirm__item > div:first-child {
  width: 70%;
  max-width: 70%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%; }

#PageContainer .test-drive-form .test-drive-form-confirm__item > div:first-child span {
  font-weight: 700; }

#PageContainer .test-drive-form .test-drive-form-confirm__item > div:nth-child(2) {
  width: 30%;
  max-width: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

#PageContainer .test-drive-form .test-drive-form-confirm__item > div:nth-child(2) > .a-primary {
  text-transform: uppercase; }

#PageContainer .test-drive-form .test-drive-form-confirm__item--last {
  margin-bottom: 50px; }

#PageContainer .test-drive-form-confirm {
  padding-top: 35px;
  min-height: 405px; }

.new-test-diff {
  overflow: hidden;
  position: relative;
  margin-top: -30px;
  padding-top: 65px;
  height: 570px;
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/diff-test-drive-bg-mobile.png?v=11747684158433597436");
  background-size: cover; }

@media screen and (min-width: 768px) {
  .new-test-diff {
    padding-top: 80px;
    background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/diff-test-drive-bg.png?v=4947532912650088218"); } }
@media screen and (min-width: 1024px) {
  .new-test-diff {
    margin-top: -60px;
    padding-top: 100px; } }
@media screen and (min-width: 1800px) {
  .new-test-diff {
    padding-top: 120px;
    height: 800px; } }
.new-test-diff > .container, .new-test-diff > .container > .row {
  height: 100%; }

.new-test-diff__device-img {
  -webkit-transition: .3s ease;
  -moz-transition: ease .3s;
  transition: .3s ease; }

@media screen and (min-width: 1200px) {
  .new-test-diff__device-img {
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px); } }
@media screen and (min-width: 1800px) {
  .new-test-diff__device-img {
    width: -moz-calc(91.667% - 25px);
    width: calc(91.667% - 25px); } }
[data-device-hyperplus].active .new-test-diff__device-img, [data-device-pro].active .new-test-diff__device-img {
  width: 100%; }

.new-test-diff__device-title {
  position: relative;
  min-height: 42px;
  height: 100%; }

.new-test-diff__device-title .font-border {
  font-size: 42px;
  line-height: 42px;
  font-weight: 700; }

@media screen and (min-width: 1200px) {
  .active .new-test-diff__device-title .font-border {
    font-size: 57px; } }
.new-test-diff__device-arrow {
  position: absolute;
  top: 50%;
  min-width: 50px;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-box-shadow: 0 12px 32px #ebebeb;
  box-shadow: 0 12px 32px #ebebeb;
  border-radius: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (min-width: 1200px) {
  .new-test-diff__device-arrow {
    margin-top: 120px; } }
.device-hide .new-test-diff__device-arrow {
  margin-top: 0; }

.new-test-diff__device-arrow-left {
  left: 0;
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/test-drive-device-arr-left.svg?v=14978780539502403813"); }

.new-test-diff__device-arrow-right {
  right: 0;
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/test-drive-device-arr-right.svg?v=5625426110900040730"); }

.new-test-diff__device-img {
  padding-top: 0; }

.new-test-diff__device-img--right {
  margin-left: auto; }

.test-drive-advantage {
  padding: 100px 0;
  background-color: #2a2c2c; }

@media screen and (min-width: 1024px) {
  .test-drive-advantage {
    padding: 60px 0; } }
@media screen and (min-width: 1800px) {
  .test-drive-advantage {
    padding: 80px 0; } }
.test-drive-advantage__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (min-width: 1024px) {
  .test-drive-advantage__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 138px; } }
@media screen and (min-width: 1200px) {
  .test-drive-advantage__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 169px; } }
@media screen and (min-width: 1800px) {
  .test-drive-advantage__list {
    padding: 0 16.6667%; } }
.test-drive-advantage__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (min-width: 320px) and (max-width: 1023px) {
  .test-drive-advantage__item {
    width: 100%; }

  .test-drive-advantage__item:not(:last-child) {
    margin-bottom: 45px; } }
.test-drive-advantage__round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  width: 152px;
  height: 152px;
  color: #f8f8f8;
  border: 10px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 0 #fff,inset 0 0 10px 0 #fff;
  box-shadow: 0 0 10px 0 #fff,inset 0 0 10px 0 #fff; }

@media screen and (min-width: 1024px) {
  .test-drive-advantage__round {
    margin-bottom: 19px; } }
@media screen and (min-width: 1200px) {
  .test-drive-advantage__round {
    margin-bottom: 30px; } }
.test-drive-advantage__txt {
  color: #f8f8f8;
  text-align: center;
  font-size: 15px;
  line-height: 21px; }

@media screen and (min-width: 1024px) {
  .test-drive-advantage__txt {
    min-width: 215px;
    max-width: 215px;
    font-size: 13px;
    line-height: 20px; } }
@media screen and (min-width: 1200px) {
  .test-drive-advantage__txt {
    max-width: 310px;
    min-width: 310px;
    font-size: 15px;
    line-height: 21px; } }
@media screen and (min-width: 1800px) {
  .test-drive-advantage__txt {
    font-size: 20px;
    line-height: 25px; } }
.new-test-diff__title {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase; }

.new-test-diff__title span {
  text-transform: none; }

@media screen and (min-width: 1200px) and (max-width: 1799px) {
  .new-test-diff__title span {
    font-size: 15px;
    line-height: 26px; } }
@media screen and (min-width: 1200px) {
  .new-test-diff__title {
    margin-bottom: 3px;
    font-size: 20px;
    line-height: 26px; } }
@media screen and (min-width: 1800px) {
  .new-test-diff__title {
    margin-bottom: 7px;
    font-size: 26px;
    line-height: 24px; } }
.new-test-diff__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(58, 58, 58, 0.5); }

@media screen and (min-width: 1200px) {
  .new-test-diff__description {
    padding-bottom: 5px; } }
@media screen and (min-width: 1800px) {
  .new-test-diff__description {
    padding-bottom: 6px; } }
.new-test-diff__description > .container {
  padding: 0; }

.new-test-diff__description .new-test-diff__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #e35205; }

@media screen and (min-width: 768px) {
  .new-test-diff__description .new-test-diff__col {
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
    -moz-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit; } }
@media screen and (min-width: 768px) {
  .new-test-diff__description .new-test-diff__col .td-m {
    display: none; } }
.new-test-diff__description .new-test-diff__col .td-t {
  display: none; }

@media screen and (min-width: 768px) {
  .new-test-diff__description .new-test-diff__col .td-t {
    display: block;
    margin-left: 9px; } }
.new-test-diff__description .new-test-diff__col .td-d {
  display: none; }

@media screen and (min-width: 1200px) {
  .new-test-diff__description .new-test-diff__col {
    font-size: 15px;
    line-height: 21px; }

  .new-test-diff__description .new-test-diff__col span {
    padding-right: 5px; } }
@media screen and (min-width: 1800px) {
  .new-test-diff__description .new-test-diff__col {
    font-size: 20px;
    line-height: 26px; } }
@media screen and (min-width: 1200px) {
  .new-test-diff__info {
    padding-top: 35px; } }
.new-test-diff__info > :last-child {
  margin-bottom: 0; }

.td-comments__form {
  padding: 11px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }

@media screen and (min-width: 768px) {
  .td-comments__form {
    padding: 25px 0; } }
.a-primary.td-comments__go-to-form, .a-primary.td-comments__load-more {
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center; }

@media screen and (min-width: 768px) {
  .a-primary.td-comments__go-to-form, .a-primary.td-comments__load-more {
    text-align: left; } }
.td-comments__form-title {
  position: relative;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
  color: #b0b0b0;
  cursor: pointer; }

.td-comments__form-title svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0; }

.td-comments__form-title svg rect:last-child {
  opacity: 1;
  -webkit-transition: .3s ease;
  -moz-transition: ease .3s;
  transition: .3s ease; }

.td-comments__form-title.active svg rect:last-child {
  opacity: 0; }

.td-comments__form-body {
  margin-top: 40px;
  margin-bottom: 35px; }

.td-comments__form-body .form-group {
  margin-bottom: 10px; }

.td-comments__form-body .form-group:last-child {
  margin-bottom: 0; }

.td-comments__form-body [type=submit] {
  margin-top: 30px; }

.td-comments__list {
  margin-bottom: 30px;
  padding-top: 40px; }

@media screen and (min-width: 1024px) {
  .td-comments__list {
    margin-bottom: 45px; } }
@media screen and (min-width: 1200px) {
  .td-comments__list {
    margin-bottom: 60px; } }
@media screen and (min-width: 1800px) {
  .td-comments__list {
    margin-bottom: 80px; } }
.td-comments__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.td-comments__item:not(:last-child) {
  margin-bottom: 40px; }

@media screen and (min-width: 1800px) {
  .td-comments__item:not(:last-child) {
    margin-bottom: 50px; } }
.td-comments__item:not(:nth-child(-n+3)) {
  display: none; }

.td-comments__item-img {
  margin-right: 20px;
  min-width: 67px;
  width: 67px;
  height: 67px;
  overflow: hidden;
  border-radius: 50%; }

@media screen and (min-width: 1024px) {
  .td-comments__item-img {
    min-width: 82px;
    width: 82px;
    height: 82px; } }
@media screen and (min-width: 1200px) {
  .td-comments__item-img {
    min-width: 108px;
    width: 108px;
    height: 108px; } }
.td-comments__item-img img {
  width: 100%;
  height: 100%; }

.td-comments__item-author {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  color: #3a3a3a; }

@media screen and (min-width: 1200px) {
  .td-comments__item-author {
    font-size: 20px;
    line-height: 25px; } }
@media screen and (min-width: 1800px) {
  .td-comments__item-author {
    font-size: 26px;
    line-height: 30px; } }
.td-comments__item-company {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #757575; }

@media screen and (min-width: 1200px) {
  .td-comments__item-company {
    font-size: 15px;
    line-height: 21px; } }
@media screen and (min-width: 1800px) {
  .td-comments__item-company {
    font-size: 20px;
    line-height: 25px; } }
.td-comments__item-body {
  padding-top: 10px; }

@media screen and (min-width: 768px) {
  .td-comments__item-body {
    padding-right: 8.333%; } }
.td-comments__item-comment {
  position: relative;
  padding-top: 11px;
  padding-bottom: 10px;
  width: -moz-calc(100% + 87px);
  width: calc(100% + 87px);
  margin-left: -87px; }

@media screen and (min-width: 768px) {
  .td-comments__item-comment {
    padding-top: 0;
    width: auto;
    margin-left: 0; } }
.td-comments__item-comment:before {
  content: "";
  position: absolute;
  top: -moz-calc(100% - 1px);
  top: calc(100% - 1px);
  width: 100%;
  height: 1px;
  background-color: #ebebeb; }

@media screen and (min-width: 768px) {
  .td-comments__item-comment:before {
    width: 218px; } }
@media screen and (min-width: 1200px) {
  .td-comments__item-comment:before {
    width: 288px; } }
@media screen and (min-width: 1800px) {
  .td-comments__item-comment:before {
    width: 400px; } }
.td-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 20px 80px;
  background-color: #ebebeb; }

.td-bottom .a-primary {
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase; }

.td-bottom .btn-secondary {
  margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .td-bottom .btn-secondary {
    width: 100%; } }
@media screen and (min-width: 1200px) {
  .td-bottom .btn-secondary {
    margin-bottom: 40px; } }
@media screen and (min-width: 1800px) {
  .td-bottom .btn-secondary {
    margin-bottom: 50px; } }
@media screen and (min-width: 1024px) {
  .td-bottom {
    padding: 45px 0 100px; } }
@media screen and (min-width: 1200px) {
  .td-bottom {
    padding: 60px 0 140px; } }
@media screen and (min-width: 1800px) {
  .td-bottom {
    padding: 80px 0 180px; } }
.transition-ease-3, [data-device-pro-ttl] .font-border {
  -webkit-transition: .3s ease;
  -moz-transition: ease .3s;
  transition: .3s ease; }

[data-device-pro-ttl] .font-border {
  top: 0;
  left: 0;
  position: absolute;
  margin-top: 0;
  opacity: 1;
  width: -moz-calc(75% + 50px);
  width: calc(75% + 50px); }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  [data-device-pro-ttl] .font-border {
    font-size: 24px; } }
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  [data-device-pro-ttl] .font-border {
    font-size: 35px; } }
@media screen and (min-width: 768px) {
  .active [data-device-pro-ttl] .font-border {
    left: 100%;
    width: auto;
    white-space: nowrap; } }
@media screen and (min-width: 1024px) {
  .active [data-device-pro-ttl] .font-border {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .active [data-device-pro-ttl] .font-border {
    font-size: 42px; } }
[data-device-hyperplus-ttl] .font-border {
  top: 0;
  right: 0;
  position: absolute;
  margin-top: 0;
  -webkit-transition: .3s ease;
  -moz-transition: ease .3s;
  transition: .3s ease;
  opacity: 1;
  width: -moz-calc(75% + 50px);
  width: calc(75% + 50px); }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  [data-device-hyperplus-ttl] .font-border {
    font-size: 24px; } }
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  [data-device-hyperplus-ttl] .font-border {
    font-size: 35px; } }
.active [data-device-hyperplus-ttl] .font-border {
  right: -moz-calc(75% + 50px);
  right: calc(75% + 50px); }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .active [data-device-hyperplus-ttl] .font-border {
    font-size: 42px; } }
@media screen and (min-width: 768px) {
  [data-device-pro-ttl].device-hide .return-pro {
    margin-left: auto;
    margin-right: 11px; } }
@media screen and (min-width: 768px) {
  [data-device-hyperplus-ttl].device-hide .return-hyper, [data-device-pro-ttl].device-hide .return-pro {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 20px; }

  [data-device-hyperplus-ttl].device-hide .return-hyper {
    margin-left: 11px;
    margin-right: auto; } }
[data-device-pro-ttl].device-hide .font-border {
  position: absolute;
  margin-top: 70px;
  padding-right: 8px;
  opacity: .5; }

[data-device-hyperplus-ttl].device-hide .font-border {
  position: absolute;
  margin-top: 70px;
  padding-left: 8px;
  opacity: .5; }

[data-device-info].active .new-test-diff__info {
  padding-top: 90px; }

[data-device-hyperplus] [data-device-hyperplus-body] {
  width: auto;
  margin-right: -50%;
  padding-top: 89px; }

@media screen and (max-width: 424px) {
  [data-device-hyperplus] [data-device-hyperplus-body] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 465px; } }
@media screen and (min-width: 768px) {
  [data-device-hyperplus] [data-device-hyperplus-body] {
    margin-right: 0;
    padding-top: 60px;
    width: 100%; } }
@media screen and (min-width: 1024px) {
  [data-device-hyperplus] [data-device-hyperplus-body] {
    padding-top: 130px;
    width: -moz-calc(100% - 75px);
    width: calc(100% - 75px); } }
@media screen and (min-width: 1200px) {
  [data-device-hyperplus] [data-device-hyperplus-body] {
    padding-top: 30px; } }
@media screen and (min-width: 1800px) {
  [data-device-hyperplus] [data-device-hyperplus-body] {
    padding-top: 30px;
    width: -moz-calc(100% - 127px);
    width: calc(100% - 127px); } }
[data-device-hyperplus].active [data-device-hyperplus-body] {
  padding-top: 60px; }

[data-device-pro] [data-device-pro-body] {
  padding-top: 30px;
  width: -moz-calc(100% - 101px);
  width: calc(100% - 101px); }

@media screen and (max-width: 767px) {
  [data-device-pro].m-active ~ [data-device-info] [data-sticks-td-pro] {
    display: none; } }
@media screen and (max-width: 767px) {
  [data-sticks-td-pro] [data-device-pro-det] {
    margin-right: -100%; } }
@media screen and (max-width: 767px) {
  [data-sticks-td-hyper] [data-device-hp-det] {
    margin-right: -100%;
    margin-left: 0 !important; } }
[data-sticks-td] .td-m {
  width: 104px; }

[data-sticks-td] .td-t {
  width: 57px; }

@media screen and (min-width: 768px) {
  [data-sticks-td] .td-d {
    width: 70%; } }
@media screen and (min-width: 1024px) {
  [data-sticks-td] .td-d {
    margin-left: 20px;
    width: 252px; } }
.data-device-hp-det {
  margin-left: auto; }

[data-device-info] [data-device-hp-det] {
  margin-left: 0;
  -webkit-transition: .3s ease;
  -moz-transition: ease .3s;
  transition: .3s ease; }

[data-device-info].active [data-device-hp-det] {
  margin-left: -100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (min-width: 1200px) {
  [data-device-info].active [data-device-hp-det] {
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
    -moz-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit; } }
@media screen and (min-width: 768px) {
  [data-device-info].active [data-device-pro-det] {
    margin-right: -100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
@media screen and (min-width: 768px) and (min-width: 1200px) {
  [data-device-info].active [data-device-pro-det] {
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
    -moz-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit; } }
[data-device-hyperplus-body], [data-device-pro-body] {
  opacity: 1; }

.hide-img {
  width: 0;
  opacity: 0; }

[data-device-pro] [data-device-pro-body] {
  width: auto;
  margin-left: -50%;
  padding-top: 89px; }

@media screen and (min-width: 768px) {
  [data-device-pro] [data-device-pro-body] {
    margin-left: 0;
    padding-top: 30px;
    width: 100%; } }
@media screen and (min-width: 1024px) {
  [data-device-pro] [data-device-pro-body] {
    padding-top: 110px;
    width: -moz-calc(100% - 82px);
    width: calc(100% - 82px); } }
@media screen and (min-width: 1200px) {
  [data-device-pro] [data-device-pro-body] {
    padding-top: 30px;
    width: -moz-calc(100% - 101px);
    width: calc(100% - 101px); } }
@media screen and (min-width: 1800px) {
  [data-device-pro] [data-device-pro-body] {
    padding-top: 30px;
    width: -moz-calc(100% - 127px);
    width: calc(100% - 127px); } }
@media screen and (max-width: 767px) {
  .new-test-diff__info {
    padding-top: 67px;
    margin-left: -10px; }

  .new-test-diff > .container > .row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative; }

  .new-test-diff__device-title {
    position: absolute;
    top: 0;
    width: 50%; }

  .new-test-diff__device-title[data-device-pro-ttl] {
    height: auto;
    left: 0; }

  .new-test-diff__device-title[data-device-hyperplus-ttl] {
    right: 0;
    height: auto; }

  [data-device-hyperplus-ttl].device-hide .font-border {
    width: 100%;
    right: auto;
    left: 0;
    margin-top: 0; }

  [data-device-pro-btn].new-test-diff__device-arrow {
    display: none; }

  [data-device-hyperplus-btn] {
    left: 10px; }

  [data-device-hyperplus-ttl] .font-border {
    font-size: 24px;
    opacity: .5; }

  [data-device-hp-det] {
    display: none; }

  [data-device-pro].m-active {
    margin-left: -50%; }

  .m-active [data-device-pro-ttl] .font-border {
    font-size: 24px;
    opacity: .5; }

  .m-active ~ [data-device-hyperplus] .font-border {
    font-size: 42px;
    opacity: 1; }

  [data-device-info].active .new-test-diff__info {
    padding-top: 67px; } }
@media screen and (max-width: 374px) {
  [data-device-hyperplus-ttl] .font-border {
    font-size: 22px; }

  .m-active ~ [data-device-hyperplus] .font-border, [data-device-pro-ttl] .font-border {
    font-size: 36px;
    line-height: 36px; }

  .m-active [data-device-pro-ttl] .font-border {
    font-size: 22px; } }
.test-drive-form-back {
  margin-bottom: 30px;
  cursor: pointer; }

.test-drive-form-back .a-secondary {
  margin-left: 10px;
  text-transform: uppercase; }

.test-drive-form-change-form .check-device-title {
  margin-top: 0;
  margin-bottom: 20px; }

.test-drive-form-change-device .device-type-block {
  margin-bottom: 40px; }

.edit-td-form .check-device-title {
  margin-top: 0 !important;
  margin-bottom: 30px; }

.edit-td-form .device-type-block, .edit-td-form .input-group.td-select, .edit-td-form [data-form-td-phone] .input-group {
  margin-bottom: 40px !important; }

.td-comments__bottom .td-comments__go-to-form {
  display: none; }

@media screen and (max-width: 767px) {
  .td-comments__bottom {
    text-align: center; }

  .td-comments__bottom .td-comments__go-to-form {
    display: inline-block; }

  .td-comments__bottom .td-comments__load-more {
    display: none; } }
.td-comments__form-success {
  padding-top: 40px; }

.btn-to-top {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 0 50px 100px 0;
  width: 72px;
  height: 72px;
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/btn-go-top.svg?v=13700799441353960918");
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 999; }

.about-free-td {
  padding: 30px 0;
  margin-bottom: 40px; }

@media screen and (min-width: 1024px) {
  .about-free-td {
    margin-bottom: 60px; } }
@media screen and (min-width: 1200px) {
  .about-free-td {
    padding: 50px 0 55px;
    margin-bottom: 100px; } }
@media screen and (min-width: 1800px) {
  .about-free-td {
    padding: 64px 0;
    margin-bottom: 120px; } }
.about-free-td h2 {
  text-align: center; }

@media screen and (min-width: 375px) {
  .about-free-td h2 br {
    display: none; } }
@media screen and (min-width: 1200px) {
  .about-free-td h2 {
    text-align: left;
    word-wrap: unset;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 30px; } }
@media screen and (min-width: 1800px) {
  .about-free-td h2 {
    font-size: 36px;
    line-height: 42px; } }
.about-free-td__list {
  padding: 0; }

.about-free-td__list > .row {
  margin: 0; }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about-free-td__list > .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
.about-free-td__item {
  margin-bottom: 30px; }

.about-free-td__item:last-child {
  margin-bottom: 0; }

@media screen and (min-width: 1024px) {
  .about-free-td__item {
    margin-bottom: 0;
    text-align: left; } }
@media screen and (min-width: 1200px) {
  .about-free-td__item h5 {
    margin-bottom: 10px; } }
.about-free-td__item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.about-free-td__item-round {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
  min-width: 60px;
  width: 60px;
  height: 60px;
  border: 1px solid #e35205;
  border-radius: 50%;
  font-size: 30px;
  line-height: 50px;
  color: #e35205; }

.about-free-td__item-round, .about-free-td__item-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.about-free-td__item-type {
  font-size: 13px;
  line-height: 20px; }

.about-free-td__item-type img {
  display: block;
  margin-right: 10px; }

.about-free-td__go {
  margin-top: 30px; }

.about-free-td__go a {
  width: 100%; }

@media screen and (min-width: 768px) {
  .about-free-td__go a {
    width: auto; } }
@media screen and (min-width: 1024px) {
  .about-free-td__go {
    margin-top: 40px; } }
@media screen and (min-width: 1200px) {
  .about-free-td__go {
    margin-top: 60px; } }
@media screen and (min-width: 1800px) {
  .about-free-td__go {
    margin-top: 30px; } }
.about-free-td--dark {
  background-color: #3a3a3a;
  color: #ebebeb; }

.about-free-td--dark h2, .about-free-td--dark h5 {
  color: #ebebeb; }

.glo-hyper__testdrive .about-free-td {
  margin-bottom: 0 !important; }

.block_device-compare-btn .btn {
  width: 100%; }

@media screen and (min-width: 768px) {
  .block_device-compare-btn .btn {
    width: auto; } }
.block_device-compare__table {
  position: relative; }

.block_device-compare__table:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 74px;
  background-color: #f8f8f8; }

.block_device-compare__table table {
  position: relative;
  z-index: 1;
  margin-bottom: 0; }

.block_device-compare__table table td, .block_device-compare__table table th {
  border-color: transparent #757575;
  font-size: 10px;
  line-height: 13px; }

@media screen and (min-width: 768px) {
  .block_device-compare__table table td, .block_device-compare__table table th {
    font-size: 13px;
    line-height: 20px; } }
.block_device-compare__table table td:first-child, .block_device-compare__table table th:first-child {
  border-left-color: transparent;
  padding-left: 0;
  min-width: 130px;
  max-width: 130px; }

@media screen and (max-width: 350px) {
  .block_device-compare__table table td:first-child, .block_device-compare__table table th:first-child {
    min-width: 80px;
    max-width: 80px; } }
@media screen and (min-width: 768px) {
  .block_device-compare__table table td:first-child, .block_device-compare__table table th:first-child {
    min-width: 164px;
    max-width: 164px; } }
@media screen and (min-width: 1200px) {
  .block_device-compare__table table td:first-child, .block_device-compare__table table th:first-child {
    min-width: 216px;
    max-width: 216px; } }
@media screen and (max-width: 767px) {
  .block_device-compare__table table td:last-child, .block_device-compare__table table th:last-child {
    border-right-color: transparent; } }
@media screen and (min-width: 992px) {
  .block_device-compare__table table td:not(:last-child), .block_device-compare__table table th:not(:last-child) {
    padding-left: 20px; } }
.block_device-compare__table table th {
  height: 74px;
  max-height: 74px;
  font-weight: 400; }

.block_device-compare__table table th div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px; }

.block_device-compare__table table th div img {
  margin-right: 7px; }

@media screen and (min-width: 768px) {
  .block_device-compare__table table th div {
    font-size: 16px;
    line-height: 22px; }

  .block_device-compare__table table th div img {
    margin-right: 10px; } }
@media screen and (min-width: 1200px) {
  .block_device-compare__table table th div {
    font-size: 20px;
    line-height: 24px; } }
@media screen and (min-width: 1800px) {
  .block_device-compare__table table th div {
    font-size: 20px;
    line-height: 25px; } }
.block_device-compare__table table td {
  vertical-align: top; }

@media screen and (min-width: 768px) {
  .block_device-compare__table table td:not(:first-child) {
    font-size: 15px;
    line-height: 21px; } }
@media screen and (min-width: 1800px) {
  .block_device-compare__table table td:not(:first-child) {
    font-size: 20px;
    line-height: 25px; } }
@media screen and (min-width: 1800px) {
  .block_device-compare__table table tbody tr:first-child td {
    padding-top: 20px;
    padding-bottom: 15px; }

  .block_device-compare__table table tbody tr:not(:first-child) td {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media screen and (max-width: 500px) {
  .block_device-compare__table--fixed {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
    padding-left: 21px; }

  .block_device-compare__table--fixed-container {
    padding-left: 0;
    padding-right: 0; }

  .block_device-compare__table--fixed-container .row {
    margin-left: 0;
    margin-right: 0; }

  .block_device-compare__table--fixed-container .row .col-12 {
    padding-left: 0;
    padding-right: 0; }

  .block_device-compare__table--fixed > table {
    width: 100%;
    min-width: 400px;
    margin: auto; }

  .block_device-compare__table--fixed > table td, .block_device-compare__table--fixed > table th {
    border-top: none;
    border-bottom: none; }

  .block_device-compare__table--fixed > table td:first-child, .block_device-compare__table--fixed > table th:first-child {
    min-width: 103px !important;
    max-width: 103px !important; }

  .block_device-compare__table--fixed > table th:first-child {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #f8f8f8;
    left: 0;
    z-index: 2;
    border-color: #f8f8f8;
    min-height: 100%;
    height: 100%; }

  .block_device-compare__table--fixed > table th:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #757575; }

  .block_device-compare__table--fixed > table td:first-child {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
    border-color: #fff; }

  .block_device-compare__table--fixed > table td:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #757575; } }
.pro-colors__block {
  background-color: #f8f8f8;
  padding-top: 30px;
  padding-bottom: 25px; }

.pro-colors__block-left {
  position: relative;
  margin-bottom: 45px; }

.pro-colors__block-left .pro-colors__img-block {
  position: relative;
  z-index: 3; }

.pro-colors__block-left .pro-colors__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.pro-colors__block-left .pro-colors__pistachio {
  z-index: 2;
  width: 35%;
  height: auto;
  left: 20%;
  top: 20px; }

.pro-colors__block-left .pro-colors__champagne {
  z-index: 1;
  width: 46%;
  height: auto;
  left: 41%;
  top: -10px; }

html:not(.no-js) .pro-colors__img[data-aos=fade-up] {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px); }

.pro-colors__list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.pro-colors__item, .pro-colors__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.pro-colors__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 36px;
  color: #3a3a3a;
  text-decoration: none;
  width: 100%;
  max-width: 50%; }

.pro-colors__item .item__color {
  min-width: 44px;
  max-width: 44px;
  min-height: 44px;
  max-height: 44px;
  border: 1px solid #979797;
  border-radius: 50%;
  margin-right: 15px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.pro-colors__item .item__color.item__color--black {
  background: -moz-radial-gradient(50% 0, 100% 100%, #65696b 0, #262728 63.53%, black 100%);
  background: radial-gradient(100% 100% at 50% 0, #65696b 0, #262728 63.53%, black 100%); }

.pro-colors__item .item__color.item__color--pistachio {
  background: -moz-radial-gradient(50% 0, 100% 100%, #e4e8a3 0, #a2a775 100%);
  background: radial-gradient(100% 100% at 50% 0, #e4e8a3 0, #a2a775 100%); }

.pro-colors__item .item__color.item__color--aqua {
  background: -moz-radial-gradient(50% 0.17%, 99.83% 99.83%, #dddfdf 0, #9dadb9 52.41%, #657680 100%);
  background: radial-gradient(99.83% 99.83% at 50% 0.17%, #dddfdf 0, #9dadb9 52.41%, #657680 100%); }

.pro-colors__item .item__color.item__color--champagne {
  background: -moz-radial-gradient(50% 12.69%, 87.31% 87.31%, #f0e6de 0, #aea8a3 100%);
  background: radial-gradient(87.31% 87.31% at 50% 12.69%, #f0e6de 0, #aea8a3 100%); }

.pro-colors__item .item__color.item__color--burgundy {
  background: -moz-radial-gradient(50% 0, 100% 100%, #dc858f 0, #b1404d 46.15%, #901b2b 100%);
  background: radial-gradient(100% 100% at 50% 0, #dc858f 0, #b1404d 46.15%, #901b2b 100%); }

.pro-colors__item .item__color.item__color--purple {
  background: -moz-radial-gradient(50% 0, 100% 100%, #edd4fc 0, #997caa 100%);
  background: radial-gradient(100% 100% at 50% 0, #edd4fc 0, #997caa 100%); }

.pro-colors__item .item__color.item__color--blue {
  background: -moz-radial-gradient(50% 0.17%, 99.83% 99.83%, #eaf1ff 0, #9aacd0 51.95%, #7c8cad 100%);
  background: radial-gradient(99.83% 99.83% at 50% 0.17%, #eaf1ff 0, #9aacd0 51.95%, #7c8cad 100%); }

.pro-colors__item .item__color.item__color--blue-line {
  background: -webkit-gradient(linear, left top, left bottom, from(#7b9adc), to(#16275e));
  background: -moz-linear-gradient(top, #7b9adc 0, #16275e 100%);
  background: linear-gradient(180deg, #7b9adc, #16275e); }

.pro-colors__item .item__color.item__color--red {
  background: -moz-radial-gradient(50% 12.69%, 87.17% 87.17%, #ff3047 0, #a80014 100%);
  background: radial-gradient(87.17% 87.17% at 50% 12.69%, #ff3047 0, #a80014 100%); }

.pro-colors__item .item__color.item__color--white {
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c7c7c7));
  background: -moz-linear-gradient(top, #eaeaea 0, #c7c7c7 100%);
  background: linear-gradient(180deg, #eaeaea, #c7c7c7); }

.pro-colors__item .item__color.item__color--orange {
  background: -webkit-gradient(linear, left top, left bottom, from(#e98f16), to(#8f2d00));
  background: -moz-linear-gradient(top, #e98f16 0, #8f2d00 100%);
  background: linear-gradient(180deg, #e98f16, #8f2d00); }

.pro-colors__item .item__name {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.pro-colors__item:hover {
  text-decoration: none; }

.pro-colors__item:hover .item__name {
  color: #f38a0c;
  text-decoration: none; }

.pro-colors__item:hover .item__color {
  opacity: .7; }

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .pro-colors__block:after {
    content: none; } }
@media screen and (min-width: 1024px) {
  .pro-colors__block {
    padding: 88px 0 27px; }

  .pro-colors__block-left--wrapper {
    padding-right: 5%; }

  .pro-colors__block-left .pro-colors__pistachio {
    width: 38%;
    left: 23%; }

  .pro-colors__block-left .pro-colors__champagne {
    left: 42%;
    top: -30px; }

  .pro-colors__block-right {
    padding-top: 8px; }

  .pro-colors__item {
    margin-bottom: 30px; }

  .pro-colors__item .item__color {
    margin-right: 8px; }

  html:not(.no-js) .pro-colors__img[data-aos=fade-up] {
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px); } }
@media screen and (min-width: 1200px) {
  .pro-colors__block {
    padding: 128px 0 47px; }

  .pro-colors__block:after {
    left: unset;
    right: 0;
    width: 216px; }

  .pro-colors__item .item__color {
    margin-right: 20px;
    min-width: 53px;
    max-width: 53px;
    min-height: 53px;
    max-height: 53px; } }
@media screen and (min-width: 1800px) {
  .pro-colors h2 {
    padding-right: 10%; }

  .pro-colors__block {
    padding: 148px 0 67px; }

  .pro-colors__block:after {
    width: 300px; } }
.pro-colors--hyper .g-stair:after {
  left: 0;
  right: auto;
  background-color: #2a2c2c; }

@media screen and (min-width: 1024px) {
  .pro-colors--hyper .g-stair:after {
    left: auto;
    right: 0; } }
.pro-colors--hyper .pro-colors__block-left {
  text-align: center; }

.pro-colors--hyper .pro-colors__block-left img {
  width: 100%; }

@media screen and (min-width: 1800px) {
  .pro-colors--hyper .pro-colors__block-left img {
    width: 37.5vw; } }
@media screen and (min-width: 1024px) {
  .contacts__item {
    max-width: 300px; } }
@media screen and (min-width: 1200px) {
  .contacts__item {
    max-width: 325px; } }
@media screen and (min-width: 1800px) {
  .contacts__item {
    max-width: 430px; } }
.contacts__item-box {
  margin-bottom: 50px; }

.contacts .contacts__item-body {
  padding-top: 20px; }

.contacts .contacts__item-body a {
  text-decoration: none; }

@media screen and (min-width: 1200px) {
  .contacts .contacts__item-body {
    padding-top: 10px; } }
@media screen and (min-width: 1800px) {
  .contacts .contacts__item-body {
    padding-top: 20px; } }
.contacts .contacts__item-body > * {
  margin-bottom: 20px; }

@media screen and (min-width: 1800px) {
  .contacts .contacts__item-body > * {
    margin-bottom: 16px; }

  .contacts .contacts__item-body > * + a.btn {
    margin-top: 14px; } }
.contacts .contacts__item-body > :last-child {
  margin-bottom: 0; }

.contacts .contacts__item-body .btn {
  min-width: 300px;
  max-width: 300px; }

@media screen and (min-width: 1800px) {
  .contacts .contacts__item-body .btn {
    min-width: 396px;
    max-width: 396px; } }
.contact-form-wrapper {
  margin: 0 -11px;
  padding: 30px 11px 30px 12px;
  -webkit-box-shadow: 0 4px 30px rgba(58, 58, 58, 0.1);
  box-shadow: 0 4px 30px rgba(58, 58, 58, 0.1); }

.contact-form-wrapper textarea {
  height: 88px; }

@media screen and (min-width: 1024px) {
  .contact-form-wrapper {
    margin: 0 9px;
    padding: 30px 24px 40px; } }
@media screen and (min-width: 1200px) {
  .contact-form-wrapper {
    margin: 0 -26px 0 -24px; } }
@media screen and (min-width: 1800px) {
  .contact-form-wrapper {
    margin: 0 53px 0 51px; } }
.contact-form .input-group label {
  margin-bottom: 4px; }

.contact-form .form-check {
  margin-top: 6px;
  margin-bottom: 30px; }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact-form-wrapper__btn {
    text-align: center;
    width: 100%; }

  .contact-form-wrapper__btn .btn.btn--full {
    width: auto; } }
.map_homepage .ms-choice > .icon-caret {
  right: 20px;
  width: 13px;
  height: 5px;
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/icn_menu-arrow.svg?v=16006845506306535872");
  border: none;
  -webkit-transition: .3s ease;
  -moz-transition: ease .3s;
  transition: .3s ease; }

.map_homepage .ms-choice > .icon-caret.open {
  border: none;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.tg-bot {
  padding: 50px 21px;
  font-size: 15px;
  line-height: 21px;
  background-color: #f8f8f8; }

.tg-bot p {
  margin-bottom: 30px;
  font-weight: 600; }

@media screen and (min-width: 768px) {
  .tg-bot .btn {
    max-width: 202px;
    padding: 0; } }
.tg-bot .btn svg {
  margin-right: 16px; }

@media screen and (min-width: 1024px) {
  .tg-bot {
    padding-top: 45px;
    padding-bottom: 45px;
    font-size: 20px;
    line-height: 25px; } }
.map_homepage .c-section__block .sf-checkbox {
  margin-top: 20px; }

@media screen and (min-width: 1024px) {
  .map_homepage .c-section__block .sf-checkbox {
    margin-top: 16px; } }
@media screen and (min-width: 1200px) {
  .map_homepage .c-section__block .sf-checkbox {
    margin-top: 25px; } }
@media screen and (min-width: 1200px) and (max-width: 1799px) {
  .map_homepage .c-section__block .sf-checkbox {
    padding-right: 91px; } }
@media screen and (min-width: 1800px) {
  .map_homepage .c-section__block .sf-checkbox {
    margin-top: 0; } }
.map_homepage .c-section__block .sf-checkbox__btns {
  margin-bottom: 50px;
  padding-top: 16px; }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .map_homepage .c-section__block .sf-checkbox__btns .btn {
    width: auto; } }
.map_homepage .c-section__block .sf-checkbox__btns .btn:first-child {
  margin-bottom: 30px; }

.map_homepage .c-section__block .sf-switch-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  margin-bottom: 30px; }

@media screen and (min-width: 768px) {
  .map_homepage .c-section__block .sf-switch-block {
    padding-top: 0;
    margin-bottom: 0; } }
@media screen and (min-width: 1024px) {
  .map_homepage .c-section__block .sf-switch-block {
    margin-bottom: 12px;
    padding-right: 8px; } }
@media screen and (min-width: 1200px) {
  .map_homepage .c-section__block .sf-switch-block {
    padding-right: 33px; } }
@media screen and (min-width: 1800px) {
  .map_homepage .c-section__block .sf-switch-block {
    padding-right: 41px; } }
.map_homepage .c-section__block .sf-switch-block a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  color: #3a3a3a; }

@media screen and (min-width: 1024px) {
  .map_homepage .c-section__block .sf-switch-block a:first-child {
    padding-left: 0; }

  .map_homepage .c-section__block .sf-switch-block a:last-child {
    padding-right: 0; } }
.map_homepage .c-section__block .sf-switch-block a.current {
  color: #f38a0c; }

.map_homepage .c-section__block .sf-switch-block a svg {
  margin-right: 5px; }

@media screen and (min-width: 1024px) {
  .map_homepage .c-section__block .sf-switch-block a svg {
    margin-right: 10px; } }
.map_homepage .c-section__block .sf-switch-block a svg path {
  fill: #3a3a3a;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.map_homepage .c-section__block .sf-switch-block a.current svg path {
  fill: #ff9e1b; }

@media screen and (min-width: 768px) {
  .map_homepage .c-section__block .map-search.input-blocks {
    margin-bottom: 30px; } }
@media screen and (min-width: 1024px) {
  .map_homepage .c-section__block .map-search.input-blocks {
    padding-top: 37px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
@media screen and (min-width: 1200px) {
  .map_homepage .c-section__block .map-search.input-blocks {
    padding-top: 51px; } }
@media screen and (min-width: 1800px) {
  .map_homepage .c-section__block .map-search.input-blocks {
    margin-bottom: 40px; } }
.config-spec__right .config-spec__item:last-child:after {
  content: none; }

.config-spec__img {
  text-align: center;
  margin-bottom: 30px; }

.config-spec__img img {
  width: 278px;
  max-width: 278px; }

.config-spec__item:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #757575;
  margin: 10px 0 20px; }

.config-spec__item .item-title {
  padding-right: 54%; }

.config-spec__item .item-descr {
  padding-left: 50%;
  margin-top: -30px; }

.config-spec__item .item-descr__text {
  font-size: 13px;
  line-height: 20px;
  color: #757575; }

.config-spec__item .item-descr__disqlaimer {
  margin-top: 6px;
  display: block; }

@media screen and (min-width: 1024px) {
  .config-spec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .config-spec > div {
    width: 46%;
    max-width: 46%; }

  .config-spec__left .config-spec__item:last-child:after {
    content: none; }

  .config-spec__item:after {
    width: 68px;
    margin: 15px 0; }

  .config-spec__item .item-title {
    padding-right: 0; }

  .config-spec__item .item-descr {
    padding-left: 0;
    margin-top: 0; }

  .config-spec__item .item-descr__text {
    font-size: 15px;
    line-height: 21px; }

  .config-spec__item .item-descr__disqlaimer {
    margin-top: 10px; } }
@media screen and (min-width: 1200px) {
  .config-spec__img img {
    width: 329px;
    max-width: 329px; }

  .config-spec__item:after {
    width: 90px; } }
@media screen and (min-width: 1800px) {
  .config-spec__img img {
    width: 480px;
    max-width: 480px; }

  .config-spec__item:after {
    width: 125px;
    margin: 30px 0; }

  .config-spec__item .item-descr__text {
    font-size: 20px;
    line-height: 25px; }

  .config-spec__item .item-descr__disqlaimer {
    margin-top: 20px; } }
.map_homepage #where-to-buy {
  background-color: #fff;
  padding-bottom: 0; }

.map_homepage #where-to-buy .c-section__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.map_homepage #where-to-buy #nav-icon3 span {
  background: #2a2c2c; }

.map_homepage #where-to-buy .distinct_page_map-button {
  width: 100%;
  margin: 10px 0;
  background-color: #fff;
  color: #2a2c2c;
  border: 1px solid #2a2c2c;
  border-radius: 0; }

.map_homepage #where-to-buy .distinct_page_map-button:hover {
  background-color: #2a2c2c;
  color: #fff;
  border: 1px solid #2a2c2c; }

.map {
  min-height: 400px; }

.side-bar {
  width: 50%;
  background-color: #bebebe;
  overflow: hidden; }

.point {
  background-color: #ededed; }

.map-container {
  padding: 0; }

.map_homepage .btn-map.c-btn--primary {
  width: 254px;
  height: 40px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 25px;
  margin-right: 50px; }

.map_homepage .btn-map.c-btn--primary a:hover {
  color: #fff; }

.map_homepage .distinct_page_map-second-grid {
  margin: 0; }

.map_homepage .input-block {
  position: relative; }

.map_homepage .icon-search {
  top: 24px;
  left: 347px; }

.map_homepage .icon-search img {
  width: 20px;
  height: 44px;
  margin-left: 10px; }

.map_homepage .distinct_page_map-burger {
  margin-top: 20px; }

.map_homepage .distinct_page_map-heading {
  padding: 0;
  margin-top: -5px; }

.map_homepage .distinct_page_map-heading:after {
  margin: 30px 0 0; }

.map_homepage .distinct_page_map-second-grid > .o-grid__item {
  padding: 0 20px 0 0; }

.map_homepage .distinct_page_map-checkmark {
  top: 2px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0; }

.map_homepage .custom-checkbox input.point-blue + .checkmark, .map_homepage .custom-checkbox input.point-orange + .checkmark {
  background-color: #fff;
  border: 1px solid rgba(75, 75, 75, 0.42);
  border-radius: 50%; }

.map_homepage .custom-checkbox {
  line-height: 33px;
  padding-left: 40px;
  margin-bottom: 10px;
  position: relative; }

.map_homepage .custom-checkbox .checkmark:after {
  left: 10px;
  top: 4px;
  width: 8px;
  height: 16px;
  cursor: pointer;
  border: solid rgba(75, 75, 75, 0.42);
  border-width: 0 3px 3px 0; }

.map_homepage .wrap__item {
  position: relative; }

.map_homepage .wrap__item .map-burger {
  position: absolute;
  left: -30px;
  top: -20px;
  display: none; }

.map_homepage .wrap-btn-map__mob {
  display: none; }

.map-label {
  width: 33%;
  float: left; }

@media (max-width: 420px) {
  .map-label {
    width: 50%; } }
@media (max-width: 900px) {
  .map {
    width: 450px;
    height: 415px;
    min-height: 400px; }

  .map_homepage .btn-map.c-btn--primary {
    margin-right: 0; }

  .map_homepage .distinct_page_map-heading:after {
    margin: 15px 0 0; } }
@media (max-width: 1024px) {
  .map_homepage .input-block {
    width: 100%; }

  .map_homepage .distinct_page_map-input {
    width: 350px;
    margin-right: 0; }

  .map_homepage .icon-search {
    top: 24px; }

  .map_homepage .wrap-btn-map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }

  .map_homepage .wrap-btn-map .btn-map.c-btn--primary {
    width: 194px;
    margin-bottom: 0;
    margin-top: 10px; }

  .map_homepage .wrap__item .map-burger {
    position: absolute;
    left: 0;
    top: -60px; }

  .map_homepage .wrap-btn-map {
    display: none; }

  .map_homepage .wrap-btn-map__mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }

  .map_homepage .distinct_page_map-burger {
    margin-top: 50px; }

  .map_homepage .distinct_page_map-second-grid > .o-grid__item {
    padding-right: 10px; }

  .map_homepage .side-bar {
    top: 30px;
    height: 85%; }

  .map {
    width: 100%;
    height: 400px;
    min-height: 400px;
    margin-top: 30px; } }
@media (max-width: 420px) {
  .map_homepage .icon-search {
    left: 90%;
    top: 26px; }

  .map_homepage .distinct_page_map-second-grid > .o-grid__item {
    margin-bottom: 0; } }
.store-finder .o-container {
  padding: 0; }

.store-finder .sf-map {
  width: 100%;
  height: 500px;
  min-height: 500px; }

.store-finder .current-location-btn {
  background-color: #fff;
  border: none;
  outline: none;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin-right: 10px;
  padding: 0; }

.store-finder .current-location-btn .current-location-img {
  width: 18px;
  height: 18px;
  background-size: 180px 18px;
  background: url(https://maps.gstatic.com/tactile/mylocation/mylocation-sprite-1x.png) no-repeat 0 0;
  margin: 10px; }

.input-blocks {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -moz-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.input-blocks, .store-finder .btn-more-points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.store-finder .btn-more-points {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.store-finder .ms-drop {
  left: 0;
  border: none;
  border-radius: 0; }

.store-finder .ms-drop [type=checkbox] {
  display: none; }

.store-finder .ms-drop ul > li {
  padding: .9rem 8px; }

.store-finder .grid-row {
  width: 100%; }

.store-finder .grid-row .input-block {
  display: inline-block; }

.store-finder .grid-row .prod-item {
  display: inline-block;
  padding: 5px;
  border: 1px solid grey; }

.store-finder .gm-style .gm-style-iw-c {
  border-radius: 0; }

.store-finder .custom_row_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b0b0b0; }

.store-finder .custom_row_container:last-child {
  margin-bottom: 30px; }

@media screen and (min-width: 1200px) {
  .store-finder .custom_row_container:last-child {
    margin-bottom: 40px; } }
@media screen and (min-width: 1800px) {
  .store-finder .custom_row_container:last-child {
    margin-bottom: 50px; } }
.store-finder .custom_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  float: left; }

.store-finder .custom_row .icon {
  margin-right: 17px; }

@media screen and (min-width: 1024px) {
  .store-finder .custom_row .icon {
    margin-right: 10px; } }
.store-finder .custom_row .place_block {
  width: 300px; }

@media screen and (min-width: 1024px) {
  .store-finder .custom_row .place_block {
    width: 255px; } }
@media screen and (min-width: 1800px) {
  .store-finder .custom_row .place_block {
    width: 325px; } }
.store-finder .custom_row .place_tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -5px; }

@media screen and (min-width: 1800px) {
  .store-finder .custom_row .place_tags {
    margin-bottom: -10px; } }
.store-finder .custom_row .place_tag {
  padding: 4px 8px 3px;
  border-radius: 10px;
  background-color: #ebebeb;
  margin: 0 5px 5px 0;
  font-size: 10px;
  line-height: 13px; }

@media screen and (min-width: 1800px) {
  .store-finder .custom_row .place_tag {
    margin: 0 10px 10px 0;
    font-size: 13px;
    line-height: 20px;
    border-radius: 20px; } }
.store-finder .custom_row .place_tag sup {
  font-size: 7px; }

.store-finder .custom_row .schedule_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 30px; }

@media screen and (min-width: 1200px) {
  .store-finder .custom_row .schedule_block {
    margin: 0 25px; } }
.store-finder .custom_row .show_on_map {
  width: 70px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0;
  flex: 0; }

@media screen and (min-width: 1800px) {
  .store-finder .custom_row .show_on_map {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none; } }
.store-finder .custom_row .place_name {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700; }

@media screen and (min-width: 1024px) {
  .store-finder .custom_row .place_name {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 21px; } }
@media screen and (min-width: 1800px) {
  .store-finder .custom_row .place_name {
    font-size: 20px;
    line-height: 25px; } }
.store-finder .custom_row .place_description {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #b0b0b0; }

@media screen and (min-width: 1024px) {
  .store-finder .custom_row .place_description {
    font-size: 15px;
    line-height: 21px; } }
.store-finder .custom_row .schedule_block {
  font-size: 15px;
  line-height: 21px; }

@media screen and (min-width: 1800px) {
  .store-finder .custom_row .schedule_block {
    font-size: 20px;
    line-height: 25px; } }
.store-finder .custom_row .schedule_name {
  margin: 0; }

.store-finder .custom_row .schedule_phone {
  color: inherit;
  text-decoration: none; }

button.show_on_map_button {
  padding: 0;
  border: none;
  text-decoration: underline;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  line-height: 17px;
  color: #3a3a3a;
  text-transform: uppercase;
  text-align: right; }

@media screen and (min-width: 1024px) {
  button.show_on_map_button {
    text-align: left; } }
@media screen and (min-width: 1800px) {
  button.show_on_map_button {
    font-size: 15px;
    line-height: 21px;
    text-align: right; } }
.map_homepage__contact .wrap__item {
  width: 100%; }

.map_homepage__contact .wrap-btn-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.gm-style .gm-style-iw-c {
  padding: 0; }

.gm-style .gm-style-iw-d::-webkit-scrollbar {
  width: 12px;
  height: 0; }

.gm-style .gm-style-iw-c .gm-style-iw-d::-webkit-scrollbar-thumb {
  border: 4px solid transparent; }

.store-finder .gm-style .gm-style-iw-c button.gm-ui-hover-effect {
  width: 16px !important;
  height: 16px !important;
  top: 20px !important;
  right: 20px !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/icn_close.svg?v=8750720747073558330") !important; }

.store-finder .gm-style .gm-style-iw-c button.gm-ui-hover-effect img {
  display: none !important; }

.map_homepage__contact .popup-template {
  overflow-y: auto;
  padding: 20px;
  overflow-x: hidden;
  height: 100%;
  font-family: Mont; }

.map_homepage__contact .popup-template .popup-template__address {
  padding-right: 20px;
  color: #3a3a3a;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: normal;
  margin-bottom: 5px; }

@media screen and (min-width: 1024px) {
  .map_homepage__contact .popup-template .popup-template__address {
    max-width: 250px;
    padding-right: 40px; } }
.map_homepage__contact .popup-template .popup-template__name {
  color: #3a3a3a;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 10px;
  font-weight: 600; }

.map_homepage__contact .popup-template .popup-template__point-type {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600; }

.map_homepage__contact .popup-template a img {
  display: none; }

.map_homepage__contact .popup-template .route {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0;
  padding-top: 10px; }

.map_homepage__contact .popup-template .route:before {
  content: "";
  position: absolute;
  top: 0;
  width: 300%;
  left: -100%;
  height: 1px;
  background-color: #ebebeb; }

.store-finder .ms-drop li label span {
  font-size: 15px;
  line-height: 21px;
  color: #3a3a3a; }

.store-finder .ms-drop li:hover {
  background: #ebebeb;
  color: #fff; }

.store-finder .ms-drop li.selected {
  background: #2a2c2c;
  color: #fff; }

.store-finder .ms-drop li.selected label {
  font-weight: 700; }

.store-finder .ms-choice span {
  font-size: 15px;
  line-height: 24px;
  display: inline-block;
  height: 100%;
  padding: 10px 16px;
  color: #bbb; }

.map_homepage .distinct_page_map-input {
  width: 100%; }

.gm-style-cc, .gm-style-cc + div {
  visibility: visible; }

.gm-svpc {
  visibility: hidden; }

.map_homepage .icon-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #2a2c2c;
  position: absolute;
  top: 30px;
  right: 0;
  left: auto;
  top: auto;
  bottom: 0; }

@media (min-width: 1024px) {
  .map_homepage .address-block {
    margin-bottom: 0;
    max-width: 382px; } }
@media (min-width: 1200px) {
  .map_homepage .address-block {
    max-width: 395px;
    max-width: 551px; } }
.map_homepage .input-group {
  position: relative; }

.map_homepage .c-field__input {
  border-radius: 0;
  background-color: #f8f8f8;
  border: none;
  border-bottom: 1px solid #ededed; }

.map_homepage .distinct_page_map-input {
  padding: 0 20px; }

.map_homepage .c-field__input {
  padding-right: 1.5rem !important; }

.map_homepage .ms-drop ul > li {
  margin-bottom: 0; }

.store-finder .sf-switch-block a {
  border-bottom: 0; }

.store-finder .u-1\/1 {
  width: 100%; }

.map_homepage .icon-search img {
  margin-left: 0; }

@media (max-width: 1024px) {
  .map_homepage .c-field__input {
    width: 100%; } }
.store-finder .address-block {
  width: 100%; }

@media screen and (min-width: 1200px) {
  .store-finder .address-block {
    margin-right: 24px; } }
@media screen and (min-width: 1800px) {
  .store-finder .address-block {
    margin-right: 0; } }
.store-finder .address-block .distinct_page_map-input {
  width: 100%; }

.map_homepage .sf-checkbox .distinct_page_map-input {
  padding: 9px 21px 8px 16px; }

.map_homepage .sf-checkbox .distinct_page_map-input .ms-drop.bottom {
  border-top: 1px solid #3a3a3a;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f8f8f8;
  padding-bottom: 12px; }

.sf-checkbox .input-group {
  width: 100%; }

.sf-checkbox .ms-drop li:hover {
  color: #3a3a3a; }

.sf-checkbox select + .distinct_page_map-input .ms-drop li {
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  transition: all 0.3s !important; }

.sf-checkbox select + .distinct_page_map-input .ms-drop li > label {
  position: relative;
  padding-left: 35px; }

.sf-checkbox select + .distinct_page_map-input .ms-drop li > label:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #2a2c2c;
  border-radius: 1px;
  display: inline-block; }

.sf-checkbox select + .distinct_page_map-input .ms-drop li.selected {
  background: inherit;
  color: inherit;
  background-color: #ebebeb; }

.sf-checkbox .ms-drop li.selected label {
  font-weight: 400; }

.sf-checkbox select + .distinct_page_map-input .ms-drop li.selected > label:after {
  content: "";
  position: absolute;
  left: 11px;
  top: 5px;
  display: block;
  width: 10px;
  height: 9px;
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/icn_checkbox-orange.svg?v=9650302270324629499"); }

@media (min-width: 940px) {
  .map_homepage .o-grid__item {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 2rem; } }
.map_homepage .o-grid__item {
  padding-left: .5rem;
  padding-right: .5rem;
  margin-bottom: 1rem; }

.map_homepage .c-btn--primary {
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 346px;
  height: 40px;
  color: #2a2c2c;
  background-color: transparent;
  border: 1px solid #2a2c2c;
  border-radius: 0;
  letter-spacing: normal; }

.map_homepage .c-btn--primary:hover {
  background-color: #2a2c2c;
  color: #fff; }

.map_homepage .icon {
  width: 33px; }

@media (max-width: 1200px) {
  .input-group {
    display: initial; } }
@media (max-width: 1024px) {
  .map_homepage .c-field__input, .store-finder .address-block, .store-finder .address-block .distinct_page_map-input {
    width: 100%; }

  .store-finder .right-btns {
    margin-top: 15px; } }
@media screen and (max-width: 767px) {
  .map_homepage .map-search.input-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .map_homepage .map-search .address-block {
    margin-bottom: 0; } }
@media screen and (max-width: 767px) {
  .store-finder .custom_row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .store-finder .custom_row .place_block {
    width: -moz-calc(100% - 53px);
    width: calc(100% - 53px);
    margin-bottom: 20px; }

  .store-finder .custom_row .schedule_block {
    margin-left: 0; } }
.s-banner--devreg, .s-banner--devreg .g-stair:after {
  background-color: #3a3a3a; }

@media screen and (min-width: 1200px) {
  .s-banner--devreg .s-banner__content-desc {
    font-weight: 600; } }
@media screen and (max-width: 1023px) {
  .s-banner--devreg {
    padding-bottom: 50px;
    background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/img_devreg-banner-devices--mob-bg.png?v=8348470995366401592");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat; }

  .s-banner--devreg .s-banner__content {
    display: none; } }
.test-drive-advantage--devreg.test-drive-advantage {
  background-color: #3a3a3a;
  padding: 50px 0; }

@media screen and (min-width: 1024px) {
  .test-drive-advantage--devreg.test-drive-advantage {
    padding: 60px 0; } }
@media screen and (min-width: 1800px) {
  .test-drive-advantage--devreg.test-drive-advantage {
    padding: 80px 0; } }
@media screen and (max-width: 1199px) {
  .test-drive-advantage--devreg .test-drive-advantage__txt {
    font-size: 15px;
    line-height: 21px; } }
@media screen and (max-width: 1023px) {
  .test-drive-advantage--devreg .test-drive-advantage__txt {
    font-size: 13px;
    line-height: 20px; } }
.test-drive-advantage--devreg .test-drive-advantage__round {
  border-width: 7px; }

@media screen and (min-width: 1024px) {
  .test-drive-advantage--devreg .test-drive-advantage__round {
    border-width: 10px; } }
.test-drive-advantage--devreg .test-drive-advantage__round img {
  width: auto;
  max-width: inherit;
  height: 58%; }

.test-drive-advantage--devreg .test-drive-advantage__item:first-child .test-drive-advantage__round img {
  height: 58%; }

.test-drive-advantage--devreg .test-drive-advantage__item:nth-child(2) .test-drive-advantage__round img {
  height: 47%; }

.test-drive-advantage--devreg .test-drive-advantage__item:nth-child(3) .test-drive-advantage__round img {
  height: 53%; }

.test-drive-advantage--devreg .test-drive-advantage__item:nth-child(4) .test-drive-advantage__round img {
  height: 46%; }

@media screen and (max-width: 1023px) {
  .test-drive-advantage--devreg .test-drive-advantage__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  .test-drive-advantage--devreg .test-drive-advantage__item .test-drive-advantage__round {
    margin: 0 30px 0 0;
    width: 110px;
    min-width: 110px;
    height: 110px;
    min-height: 110px; }

  .test-drive-advantage--devreg .test-drive-advantage__item .test-drive-advantage__txt {
    text-align: left; }

  .test-drive-advantage--devreg .test-drive-advantage__item:not(:last-child) {
    margin-bottom: 45px; } }
@media screen and (min-width: 1024px) {
  .test-drive-advantage--devreg .test-drive-advantage__list {
    padding: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }
@media screen and (min-width: 1200px) {
  .test-drive-advantage--devreg .test-drive-advantage__list {
    padding: 0 40px; } }
@media screen and (min-width: 1800px) {
  .test-drive-advantage--devreg .test-drive-advantage__list {
    padding: 0 200px; } }
.td-comments--devreg {
  background-color: #f6f6f6; }

@media screen and (min-width: 1024px) {
  .td-comments--devreg .num-list {
    margin-bottom: 110px; } }
@media screen and (min-width: 1200px) {
  .td-comments--devreg .num-list {
    margin-bottom: 128px; } }
.td-comments--devreg #register_device_form [type=submit] {
  margin-top: 16px; }

.td-comments--devreg .input-group.input-group--date {
  padding: 7px 10px 10px;
  border: 1px solid #ebebeb; }

@media screen and (max-width: 1023px) {
  .td-comments--devreg .input-group.input-group--date .group-date {
    display: none !important; } }
@media screen and (min-width: 768px) {
  .td-comments--devreg .input-group.input-group--date {
    margin-top: 30px; } }
.td-comments--devreg .input-group.input-group--date .d-flex {
  width: 100%; }

.td-comments--devreg .input-group.input-group--date > label {
  margin-bottom: 10px; }

.td-comments--devreg .input-group.input-group--date .select-group:first-child {
  width: -moz-calc(29.333% - 10px);
  width: calc(29.333% - 10px); }

.td-comments--devreg .input-group.input-group--date .select-group:nth-child(2) {
  width: -moz-calc(40.333% - 10px);
  width: calc(40.333% - 10px); }

.td-comments--devreg .input-group.input-group--date .select-group:nth-child(3) {
  width: -moz-calc(30.333% - 10px);
  width: calc(30.333% - 10px); }

.td-comments--devreg .input-group.input-group--date .select-group > span {
  font-size: 13px;
  line-height: 20px; }

@media screen and (min-width: 1024px) {
  .td-comments--devreg .input-group.input-group--date [type=date] {
    position: absolute;
    left: -999999px;
    clip: rect(0, 0, 0, 0); } }
@media screen and (max-width: 767px) {
  .td-comments--devreg .form-check {
    margin-top: 35px; } }
@media screen and (max-width: 767px) {
  .td-comments--devreg .input-group.input-group--date {
    margin-top: 30px;
    margin-bottom: -16px;
    position: relative;
    padding: 0;
    border: none;
    border-bottom: 2px solid #ebebeb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .td-comments--devreg .input-group.input-group--date .form-error, .td-comments--devreg .input-group.input-group--date .form__hint {
    width: 100%; }

  .td-comments--devreg .input-group.input-group--date > label {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding-left: 10px; }

  .td-comments--devreg .input-group.input-group--date > label:after {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    background: url("icn_calendar.svg") no-repeat;
    width: 16px;
    height: 16px; }

  .td-comments--devreg .input-group.input-group--date input[type=date] {
    height: 20px;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background-color: transparent; }

  .td-comments--devreg .input-group.input-group--date input[type=date]::-webkit-calendar-picker-indicator {
    color: transparent;
    opacity: 0;
    display: block;
    background: transparent;
    width: 1px;
    height: 1px;
    border: none; } }
#PageContainer .td-comments--devreg .test-drive-form {
  margin-bottom: -73px; }

@media screen and (min-width: 1024px) {
  #PageContainer .td-comments--devreg .test-drive-form {
    width: 504px;
    padding: 50px 60px;
    margin-top: 0; } }
.progress-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
  width: 100%; }

@media screen and (min-width: 1024px) {
  .progress-container {
    margin-bottom: 25px; } }
.progress-container:before {
  content: "";
  width: 100%; }

.progress, .progress-container:before {
  background-color: #ebebeb;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  z-index: -1; }

.progress {
  width: 0; }

.circle, .progress {
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease; }

.circle {
  color: #b0b0b0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  padding: 0 5px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 0;
  -moz-box-flex: 0;
  -ms-flex: 0 1 0px;
  flex: 0 1 0; }

.circle[data-step="1"] {
  padding-left: 0; }

.circle[data-step="3"] {
  padding-right: 0; }

@media screen and (min-width: 375px) {
  .circle {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 0 14px; } }
.circle.active {
  color: #f38a0c; }

.devreg-disqlaimer {
  padding-top: 122px;
  margin-bottom: 80px; }

@media screen and (min-width: 1024px) {
  .devreg-disqlaimer {
    padding-top: 116px;
    margin-bottom: 100px; } }
@media screen and (min-width: 1200px) {
  .devreg-disqlaimer {
    padding-top: 130px;
    margin-bottom: 140px;
    padding-top: 80px;
    margin-bottom: 180px; } }
p.devreg-disqlaimer__link {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 20px; }

@media screen and (min-width: 1800px) {
  p.devreg-disqlaimer__link {
    margin-bottom: 50px;
    font-size: 15px;
    line-height: 21px; } }
.device-reg__warning {
  margin-bottom: 15px;
  color: #757575;
  font-size: 12px; }

@media screen and (min-width: 1024px) {
  .device-reg__warning {
    margin-bottom: 20px; } }
#shopify-section-block_device-diff--colors .about-choose {
  overflow: hidden; }

#shopify-section-block_device-diff--colors .about-choose .about-choose__title {
  margin-bottom: 0;
  width: auto;
  text-transform: none;
  color: #fff; }

#shopify-section-block_device-diff--colors .about-choose .black-friday__disclaimer {
  margin-top: 30px; }

#shopify-section-block_device-diff--colors .about-choose .black-friday__disclaimer .warning-text {
  padding-bottom: 0;
  background-color: transparent; }

#shopify-section-block_device-diff--colors .about-choose__item {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0); }

#shopify-section-block_device-diff--colors .about-choose__item-img {
  width: 210px; }

#shopify-section-block_device-diff--colors .about-choose__item-img img {
  padding-left: 60px; }

#shopify-section-block_device-diff--colors .about-choose__slider .slick-prev {
  display: none !important; }

#shopify-section-block_device-diff--colors .about-choose__slider .slick-next {
  position: absolute;
  top: 12px;
  right: 0;
  width: 20px;
  height: 35px; }

#shopify-section-block_device-diff--colors .about-choose__slider .slick-next:before {
  display: block;
  width: 20px;
  height: 35px;
  background-image: url("about-choose_arrow-right.svg"); }

#shopify-section-block_device-diff--colors .about-choose__slider .slick-list {
  overflow: visible; }

#shopify-section-block_device-diff--colors .about-choose__slider .slick-slide {
  max-width: 230px; }

#shopify-section-block_device-diff--colors .about-choose__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
  -webkit-transition: opacity .3s ease,visibility .3s ease;
  -moz-transition: opacity ease .3s,visibility ease .3s;
  transition: opacity .3s ease,visibility .3s ease; }

.slick-slide #shopify-section-block_device-diff--colors .about-choose__header {
  opacity: 0;
  visibility: hidden; }

.slick-active #shopify-section-block_device-diff--colors .about-choose__header {
  opacity: 1;
  visibility: visible; }

#shopify-section-block_device-diff--colors .about-choose__header .about-choose__format {
  margin-left: 10px;
  color: #e35205;
  font-weight: 700;
  font-size: 10px;
  line-height: 13px; }

@media screen and (min-width: 1024px) {
  #shopify-section-block_device-diff--colors .about-choose__header .about-choose__format {
    margin-left: 15px;
    font-size: 15px;
    line-height: 21px; } }
#shopify-section-block_device-diff--colors .about-choose__header .about-choose__header-next {
  margin-left: auto; }

#shopify-section-block_device-diff--colors .about-choose__item-info {
  padding-left: 0;
  margin-top: 50px;
  margin-bottom: 30px;
  max-width: 230px;
  -webkit-transition: opacity .3s ease,visibility .3s ease;
  -moz-transition: opacity ease .3s,visibility ease .3s;
  transition: opacity .3s ease,visibility .3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

#shopify-section-block_device-diff--colors .about-choose__item-info li a {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  background-color: red; }

#shopify-section-block_device-diff--colors .about-choose .btn {
  width: 100%; }

#shopify-section-block_device-diff--colors .about-choose .slick-slide.slick-active {
  position: relative;
  z-index: 1; }

#shopify-section-block_device-diff--colors .about-choose .slick-slide .about-choose__header, #shopify-section-block_device-diff--colors .about-choose .slick-slide .about-choose__item-info, #shopify-section-block_device-diff--colors .about-choose .slick-slide .btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease,visibility .3s ease;
  -moz-transition: opacity ease .3s,visibility ease .3s;
  transition: opacity .3s ease,visibility .3s ease; }

#shopify-section-block_device-diff--colors .about-choose .slick-slide.slick-active .about-choose__header, #shopify-section-block_device-diff--colors .about-choose .slick-slide.slick-active .about-choose__item-info, #shopify-section-block_device-diff--colors .about-choose .slick-slide.slick-active .btn {
  opacity: 1;
  visibility: visible; }

@media screen and (min-width: 630px) {
  #shopify-section-block_device-diff--colors .about-choose__wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  #shopify-section-block_device-diff--colors .about-choose__wrapper .about-choose__item {
    position: relative;
    width: 45%; }

  #shopify-section-block_device-diff--colors .about-choose__wrapper .about-choose__item.about-choose__item--hyper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 30px; }

  #shopify-section-block_device-diff--colors .about-choose__wrapper .about-choose__item.about-choose__item--pro {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  #shopify-section-block_device-diff--colors .about-choose__item--hyper .about-choose__item-info {
    width: auto;
    max-width: 250px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #shopify-section-block_device-diff--colors .about-choose__header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  #shopify-section-block_device-diff--colors .about-choose__item-img {
    margin: 0 auto; }

  #shopify-section-block_device-diff--colors .about-choose .btn {
    width: auto; } }
@media screen and (min-width: 992px) {
  #shopify-section-block_device-diff--colors .about-choose__wrapper {
    min-height: 352px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  #shopify-section-block_device-diff--colors .about-choose__wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/about-choose-devices.png?v=14224638269908772998");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain; }

  #shopify-section-block_device-diff--colors .about-choose__wrapper .about-choose__item-img {
    display: none; }

  #shopify-section-block_device-diff--colors .about-choose .container {
    position: relative; }

  #shopify-section-block_device-diff--colors .about-choose h2 {
    text-align: center; }

  #shopify-section-block_device-diff--colors .about-choose .about-choose__title {
    width: 100%; }

  #shopify-section-block_device-diff--colors .about-choose .about-choose__item.about-choose__item--hyper {
    margin-right: 0; }

  #shopify-section-block_device-diff--colors .about-choose .about-choose__item-info {
    margin-top: 0;
    width: 100%;
    max-width: 100%; }

  #shopify-section-block_device-diff--colors .about-choose__header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px; }

  #shopify-section-block_device-diff--colors .about-choose__header .about-choose__format {
    margin-left: 0; }

  #shopify-section-block_device-diff--colors .about-choose__wrapper .about-choose__item {
    width: 255px; }

  #shopify-section-block_device-diff--colors .about-choose__item--hyper .about-choose__item-info {
    max-width: 230px; } }
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  #shopify-section-block_device-diff--colors .about-choose .about-choose__item--pro .btn {
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -30px; }

  #shopify-section-block_device-diff--colors .about-choose .about-choose__item--hyper .btn {
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px); } }
@media screen and (min-width: 1200px) {
  #shopify-section-block_device-diff--colors .about-choose h2 {
    top: 180px; }

  #shopify-section-block_device-diff--colors .about-choose h2 br {
    display: none; }

  #shopify-section-block_device-diff--colors .about-choose .about-choose__item-info {
    margin-bottom: 40px;
    max-width: none; }

  #shopify-section-block_device-diff--colors .about-choose .about-choose__item--hyper {
    margin-right: auto; }

  #shopify-section-block_device-diff--colors .about-choose__wrapper .about-choose__item {
    max-width: 290px;
    width: 100%; }

  #shopify-section-block_device-diff--colors .about-choose__wrapper {
    min-height: 492px; }

  #shopify-section-block_device-diff--colors .about-choose .about-choose__title {
    margin-right: 10px;
    width: auto; }

  #shopify-section-block_device-diff--colors .about-choose__header {
    margin-bottom: 50px; } }
@media screen and (min-width: 1800px) {
  #shopify-section-block_device-diff--colors .about-choose__wrapper {
    min-height: 614px; }

  #shopify-section-block_device-diff--colors .about-choose__wrapper .about-choose__item {
    max-width: 400px; }

  #shopify-section-block_device-diff--colors .about-choose .about-choose__item .btn {
    max-width: 290px; }

  #shopify-section-block_device-diff--colors .about-choose__item-info li {
    font-size: 20px;
    line-height: 25px; }

  #shopify-section-block_device-diff--colors .about-choose .about-choose__title {
    margin-right: 15px; }

  #shopify-section-block_device-diff--colors .about-choose .about-choose__item-info {
    margin-bottom: 60px; } }
#shopify-section-block_device-diff--colors .about-choose--device-diff {
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/img_device-diff-colors-bg.png?v=6104220814129479466");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 15%;
  padding: 50px 0; }

#shopify-section-block_device-diff--colors .about-choose--device-diff h2 {
  color: #fff;
  text-align: center; }

#shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__item--hyper .about-choose__item-info li:first-child a {
  background: -webkit-gradient(linear, left top, left bottom, from(#767675), to(#1c1c1e));
  background: -moz-linear-gradient(top, #767675 0, #1c1c1e 100%);
  background: linear-gradient(180deg, #767675, #1c1c1e); }

#shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__item--hyper .about-choose__item-info li:nth-child(2) a {
  background: -webkit-gradient(linear, left top, left bottom, from(#e0dad4), to(#f8f8f8));
  background: -moz-linear-gradient(top, #e0dad4 0, #f8f8f8 100%);
  background: linear-gradient(180deg, #e0dad4, #f8f8f8); }

#shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__item--hyper .about-choose__item-info li:nth-child(3) a {
  background: -webkit-gradient(linear, left top, left bottom, from(#6790cc), to(#1c348a));
  background: -moz-linear-gradient(top, #6790cc 0, #1c348a 100%);
  background: linear-gradient(180deg, #6790cc, #1c348a); }

#shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__item--hyper .about-choose__item-info li:nth-child(4) a {
  background: -webkit-gradient(linear, left top, left bottom, from(#c7b09e), to(#7c6c60));
  background: -moz-linear-gradient(top, #c7b09e 0, #7c6c60 100%);
  background: linear-gradient(180deg, #c7b09e, #7c6c60); }

#shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__item--pro .about-choose__item-info li:first-child a {
  background: -webkit-gradient(linear, left top, left bottom, from(#767675), to(#1c1c1e));
  background: -moz-linear-gradient(top, #767675 0, #1c1c1e 100%);
  background: linear-gradient(180deg, #767675, #1c1c1e); }

#shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__item--pro .about-choose__item-info li:nth-child(2) a {
  background: -webkit-gradient(linear, left top, left bottom, from(#e0dad4), to(#aea8a1));
  background: -moz-linear-gradient(top, #e0dad4 0, #aea8a1 100%);
  background: linear-gradient(180deg, #e0dad4, #aea8a1); }

#shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__item--pro .about-choose__item-info li:nth-child(3) a {
  background: -webkit-gradient(linear, left top, left bottom, from(#c2c6a4), to(#939971));
  background: -moz-linear-gradient(top, #c2c6a4 0, #939971 100%);
  background: linear-gradient(180deg, #c2c6a4, #939971); }

#shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__item--pro .about-choose__item-info li:nth-child(4) a {
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d6da), to(#667a83));
  background: -moz-linear-gradient(top, #d1d6da 0, #667a83 100%);
  background: linear-gradient(180deg, #d1d6da, #667a83); }

@media screen and (min-width: 768px) {
  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__item-img {
    text-align: center; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__item-img img {
    padding: 0;
    width: 164px; } }
@media screen and (min-width: 630px) {
  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__wrapper .about-choose__item.about-choose__item--hyper {
    margin: 0; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #shopify-section-block_device-diff--colors .about-choose--device-diff .btn {
    width: 100%;
    max-width: 282px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__item-info {
    width: 100%;
    max-width: inherit; } }
@media screen and (min-width: 992px) {
  #shopify-section-block_device-diff--colors .about-choose--device-diff {
    padding: 60px 0 72px; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__item--hyper .about-choose__item-info {
    max-width: inherit; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__wrapper {
    min-height: inherit;
    margin-top: 50px; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__wrapper:before {
    content: none; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__wrapper .about-choose__item-img {
    position: absolute;
    display: block;
    bottom: 0;
    width: 40%; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__wrapper .about-choose__item-img img {
    width: 100%; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__wrapper .about-choose__item {
    width: 33.3333%;
    text-align: center; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__wrapper .about-choose__header {
    text-align: center;
    margin-bottom: 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__wrapper .about-choose__header .about-choose__title {
    margin-bottom: 15px; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__wrapper .about-choose__header .about-choose__format {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__item--pro .about-choose__item-img {
    left: -44%; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__item--hyper .about-choose__item-img {
    right: -44%; } }
@media screen and (min-width: 1024px) {
  #shopify-section-block_device-diff--colors .about-choose--device-diff.about-choose .about-choose__item--hyper .btn, #shopify-section-block_device-diff--colors .about-choose--device-diff.about-choose .about-choose__item--pro .btn {
    width: auto;
    max-width: inherit;
    margin-left: auto;
    margin-right: auto; } }
@media screen and (min-width: 1200px) {
  #shopify-section-block_device-diff--colors .about-choose--device-diff {
    padding: 100px 0 150px; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__wrapper {
    margin-top: 64px; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__wrapper .about-choose__item-img {
    width: 159px;
    bottom: -20%; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__item--pro .about-choose__item-img {
    left: -165px; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__item--hyper .about-choose__item-img {
    right: -165px; } }
@media screen and (min-width: 1300px) {
  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__item--pro .about-choose__item-img {
    left: -208px; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__item--hyper .about-choose__item-img {
    right: -208px; } }
@media screen and (min-width: 1600px) {
  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__item--pro .about-choose__item-img {
    left: -280px; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__item--hyper .about-choose__item-img {
    right: -280px; } }
@media screen and (min-width: 1800px) {
  #shopify-section-block_device-diff--colors .about-choose--device-diff {
    padding: 120px 0 193px; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__wrapper {
    margin-top: 70px; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__wrapper .about-choose__item-img {
    width: 206px; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__wrapper .about-choose__header {
    margin-bottom: 50px; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__wrapper .about-choose__header .about-choose__title {
    margin-bottom: 30px; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__wrapper .about-choose__item {
    width: 400px;
    bottom: 28%; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__wrapper .about-choose__item-info {
    margin-bottom: 50px; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__wrapper .about-choose__item-info li a {
    width: 53px;
    height: 53px; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__item--pro .about-choose__item-img {
    left: -290px; }

  #shopify-section-block_device-diff--colors .about-choose--device-diff .about-choose__item--hyper .about-choose__item-img {
    right: -290px; } }
.device-diff-advantages {
  color: #f8f8f8; }

.device-diff-advantages h3, .device-diff-advantages h5 {
  color: #f8f8f8;
  margin: 0; }

.device-diff-advantages__title > div {
  display: none; }

.device-diff-advantages__title h3 {
  margin: 0;
  text-align: center; }

@media screen and (min-width: 1024px) {
  .device-diff-advantages__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .device-diff-advantages__title > div {
    display: block; }

  .device-diff-advantages__title > div:first-child img {
    margin-left: 24px;
    width: 43px;
    height: 43px; }

  .device-diff-advantages__title > div:last-child img {
    margin-right: 24px;
    width: 43px;
    height: 43px; }

  .device-diff-advantages__title h3 {
    width: 340px; } }
@media screen and (min-width: 1200px) {
  .device-diff-advantages__title > div:first-child img {
    margin-left: 14px; }

  .device-diff-advantages__title > div:last-child img {
    margin-right: 14px; } }
@media screen and (min-width: 1800px) {
  .device-diff-advantages__title h3 {
    width: 480px; } }
.device-diff-advantages__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }

@media screen and (min-width: 1024px) {
  .device-diff-advantages__items h5 {
    padding: 10px 0; } }
.device-diff-advantages__items h5:first-child {
  text-align: right; }

.device-diff-advantages__items h5:last-child {
  text-align: left; }

.device-diff-advantages__items > :first-child {
  width: 100%;
  max-width: 100%; }

.device-diff-advantages__items > :first-child .device-diff-advantages__icon {
  text-align: right; }

.device-diff-advantages__items > :first-child .device-diff-advantages__icon img {
  margin-left: 9px;
  width: 35px;
  height: 35px; }

.device-diff-advantages__items > :last-child {
  width: 100%;
  max-width: 100%; }

.device-diff-advantages__items > :last-child .device-diff-advantages__icon {
  text-align: left; }

.device-diff-advantages__items > :last-child .device-diff-advantages__icon img {
  margin-right: 9px;
  width: 35px;
  height: 35px; }

.device-diff-advantages__items--divider {
  width: 1px;
  height: 100%;
  background-color: #b0b0b0;
  margin: 0 16px; }

@media screen and (min-width: 1024px) {
  .device-diff-advantages__items--divider {
    margin: 0 18px; } }
@media screen and (min-width: 1800px) {
  .device-diff-advantages__items--divider {
    margin: 0 25px; } }
@media screen and (min-width: 1800px) {
  .device-diff-advantages__items {
    margin: 0 100px; } }
.device-diff-advantages__list > :not(:last-child) {
  margin-bottom: 25px; }

.device-diff-advantages__list > :first-child {
  margin-bottom: 20px; }

@media screen and (min-width: 1024px) {
  .device-diff-advantages__list > :first-child {
    display: none; } }
.device-diff-advantages__block {
  padding: 30px 0; }

.device-diff-advantages__block .device-diff-advantages__title {
  margin-bottom: 20px; }

@media screen and (min-width: 1024px) {
  .device-diff-advantages__block {
    padding: 45px 0; }

  .device-diff-advantages__block .device-diff-advantages__title {
    margin-bottom: 40px; } }
@media screen and (min-width: 1200px) {
  .device-diff-advantages__block {
    padding: 53px 0 60px; } }
@media screen and (min-width: 1800px) {
  .device-diff-advantages__block {
    padding: 80px 0; } }
.device-diff-advantages__header {
  padding: 30px 0; }

.device-diff-advantages__header .device-diff-advantages__title {
  margin: 40px 0 20px; }

@media screen and (min-width: 1024px) {
  .device-diff-advantages__header {
    padding: 45px 0; }

  .device-diff-advantages__header .device-diff-advantages__title {
    margin: 45px 0 40px; }

  .device-diff-advantages__header h5 + .device-diff-advantages__items--divider {
    margin: 0 30px; } }
@media screen and (min-width: 1200px) {
  .device-diff-advantages__header {
    padding: 45px 0 60px; }

  .device-diff-advantages__header .device-diff-advantages__title {
    margin: 52px 0 40px; } }
@media screen and (min-width: 1800px) {
  .device-diff-advantages__header {
    padding: 90px 0 80px; }

  .device-diff-advantages__header .device-diff-advantages__title {
    margin: 80px 0 40px; } }
.device-diff-sticks {
  overflow: hidden;
  padding: 55px 0 80px; }

@media screen and (min-width: 1024px) {
  .device-diff-sticks {
    padding: 60px 0 120px; } }
@media screen and (min-width: 1200px) {
  .device-diff-sticks {
    padding: 100px 0 140px;
    padding: 150px 0 180px; } }
.device-diff-sticks__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }

.device-diff-sticks__wrapper > * {
  width: 100%; }

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .device-diff-sticks__wrapper {
    padding-left: 55px;
    padding-right: 55px; } }
@media screen and (min-width: 1800px) {
  .device-diff-sticks__wrapper {
    padding-left: 100px;
    padding-right: 100px; } }
.device-diff-sticks .device-diff-sticks__slider .slick-prev {
  display: none !important; }

.device-diff-sticks .device-diff-sticks__slider .slick-next {
  position: absolute;
  top: 12px;
  right: 0;
  width: 20px;
  height: 35px; }

.device-diff-sticks .device-diff-sticks__slider .slick-next:before {
  display: block;
  width: 20px;
  height: 35px;
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/about-choose_arrow-right.svg?v=14589130358795879271"); }

.device-diff-sticks .device-diff-sticks__slider .slick-slide {
  margin-right: 30px;
  max-width: 285px; }

.device-diff-sticks .device-diff-sticks__slider .slick-slide:after {
  content: "";
  position: absolute;
  top: 50px;
  right: -10px;
  width: 1px;
  height: -moz-calc(100% - 125px);
  height: calc(100% - 125px);
  background-color: #b0b0b0; }

.device-diff-sticks .device-diff-sticks__slider .slick-slide .btn.btn-secondary {
  width: -moz-calc(100% + 10px);
  width: calc(100% + 10px);
  padding: 0 10px; }

@media screen and (max-width: 767px) {
  .device-diff-sticks .device-diff-sticks__slider .slick-slide .btn.btn-secondary {
    max-width: -moz-calc(100% + 10px);
    max-width: calc(100% + 10px); } }
.device-diff-sticks .device-diff-sticks__slider .slick-list {
  overflow: visible; }

.device-diff-sticks .device-diff-sticks__slider .slick-slide .btn, .device-diff-sticks .device-diff-sticks__slider .slick-slide h3 {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease,visibility .3s ease;
  -moz-transition: opacity ease .3s,visibility ease .3s;
  transition: opacity .3s ease,visibility .3s ease; }

.device-diff-sticks .device-diff-sticks__slider .slick-slide.slick-active {
  position: relative;
  z-index: 1; }

.device-diff-sticks .device-diff-sticks__slider .slick-slide.slick-active .btn, .device-diff-sticks .device-diff-sticks__slider .slick-slide.slick-active h3 {
  opacity: 1;
  visibility: visible; }

.device-diff-sticks__divider {
  width: 1px;
  height: 100%;
  background-color: #b0b0b0;
  margin: 0 22px; }

@media screen and (max-width: 630px) {
  .device-diff-sticks__divider {
    display: none; } }
@media screen and (min-width: 1024px) {
  .device-diff-sticks__divider {
    margin: 0 18px; } }
@media screen and (min-width: 1200px) {
  .device-diff-sticks__divider {
    margin: 0 90px; } }
@media screen and (min-width: 1800px) {
  .device-diff-sticks__divider {
    margin: 0 48px; } }
.device-diff-sticks__list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.device-diff-sticks__list .item > a {
  display: block;
  min-width: 61px;
  margin-right: 20px; }

.device-diff-sticks__list .item > a img {
  height: 100px; }

@media screen and (min-width: 1024px) {
  .device-diff-sticks__list .item > a {
    min-width: 78px; }

  .device-diff-sticks__list .item > a img {
    height: 124px; } }
.device-diff-sticks__list .item:not(:last-child) {
  margin-bottom: 30px; }

.device-diff-sticks__list .item h5 {
  margin-bottom: 10px; }

@media screen and (min-width: 1024px) {
  .device-diff-sticks__list .item h5 {
    margin-bottom: 14px; } }
@media screen and (min-width: 1200px) {
  .device-diff-sticks__list .item h5 {
    margin-bottom: 20px; } }
@media screen and (min-width: 1800px) {
  .device-diff-sticks__list .item h5 {
    margin-bottom: 16px; } }
.device-diff-sticks__list .item h5 a {
  font-weight: inherit; }

.device-diff-sticks__list .item p {
  font-size: 10px;
  line-height: 13px; }

@media screen and (min-width: 768px) {
  .device-diff-sticks__list .item p {
    font-size: 13px;
    line-height: 15px; } }
@media screen and (min-width: 1024px) {
  .device-diff-sticks__list .item p {
    font-size: 15px;
    line-height: 21px; } }
@media screen and (min-width: 1800px) {
  .device-diff-sticks__list .item p {
    font-size: 20px;
    line-height: 25px; } }
.device-diff-sticks .btn {
  margin-top: 30px; }

@media screen and (min-width: 1200px) {
  .device-diff-sticks .btn {
    margin-top: 46px; } }
@media screen and (min-width: 1800px) {
  .device-diff-sticks .btn {
    margin-top: 50px; } }
.diff_table_block {
  font-size: 13px;
  line-height: 18px; }

.block_device-compare__table:before {
  content: none; }

.block_device-compare__table--fixed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.col_diff_block {
  width: 100%; }

.col_diff_block.fix_block {
  max-width: 228px; }

.diff_table_move .col_diff_block__title {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.diff_model {
  outline: 3px solid #ebebeb; }

.diff_model__title_block {
  position: relative; }

.diff_model__title {
  height: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  line-height: 24px;
  margin-top: 17px; }

.diff_model__price, .diff_model__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px; }

.diff_model__price {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  width: 86px;
  height: 86px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 74px;
  left: -7px;
  font-weight: 600;
  line-height: 16px; }

.col_diff_block.fix_block > div, .col_diff_block__descr {
  padding: 10px 20px; }

.col_diff_block__descr:nth-child(2n-1) {
  background: #f8f8f8; }

.col_diff_block__title {
  background: #ebebeb;
  height: 131px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px; }

.col_diff_block .col_diff_block__title {
  background: -moz-linear-gradient(303.16deg, #ebebeb 6.06%, #f8f8f8 92.36%);
  background: linear-gradient(146.84deg, #ebebeb 6.06%, #f8f8f8 92.36%);
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 35px;
  padding-right: 35px; }

.hyper_col {
  max-width: 458px;
  margin: 0 36px; }

.hyper_col .col_diff_block__descr {
  padding-left: 140px; }

.pro_col {
  max-width: 244px; }

.pro_col .col_diff_block__title {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end; }

.pro_col .diff_model__img {
  margin-right: 50px; }

.pro_col .diff_model__title_block {
  top: -67px;
  left: -17px; }

.pro_col .diff_model__price {
  left: -27px; }

.col_diff_block__descr span {
  width: 86px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 28px; }

.col_diff_block__descr.no_bg span {
  background: #f8f8f8; }

.col_diff_block__descr.no_bg {
  background: #fff; }

.col_diff_block.hyper_col .col_diff_block__descr:nth-child(11) {
  padding-bottom: 0;
  padding-top: 2px; }

.col_diff_block.hyper_col .col_diff_block__descr:nth-child(12) {
  padding-top: 10px; }

.col_diff_block.hyper_col .col_diff_block__descr:nth-child(13) span {
  height: 47px;
  line-height: 45px; }

.col_diff_block.pro_col .col_diff_block__descr:nth-child(13) {
  height: 56px; }

.diff_table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.fix_block .col_diff_block__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.diff_model .no_p {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 3px; }

@media screen and (max-width: 1024px) {
  .diff_table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto; }

  .col_diff_block.fix_block {
    max-width: 110px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }

  .block_device-compare__table--fixed {
    padding-left: 0; }

  .hyper_col {
    margin: 0 10px 0 0;
    max-width: 238px; }

  .diff_table_block {
    font-size: 10px;
    line-height: 13px; }

  .diff_model__title {
    font-size: 13px;
    line-height: 21px; }

  .diff_model__price {
    font-size: 13px;
    line-height: 13px; }

  .col_diff_block:nth-child(2) .col_diff_block__title {
    padding-left: 5px;
    padding-right: 5px; }

  .diff_model__price {
    width: 50px;
    height: 50px; }

  .inv_title {
    display: none; }

  .fix_block {
    position: -webkit-sticky;
    position: sticky; }

  .hyper_col .col_diff_block__descr {
    padding-left: 60px; }

  .col_diff_block__descr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .col_diff_block .col_diff_block__title {
    padding-left: 12px;
    padding-right: 2px; }

  .hyper_col .diff_model__img {
    width: 125px;
    margin-top: 7px; }

  .diff_model__price {
    top: 65px; }

  .col_diff_block.fix_block > div, .col_diff_block__descr {
    padding-right: 10px; }

  .col_diff_block__title {
    height: 75px;
    padding-right: 5px !important;
    margin-bottom: 55px; }

  .col_diff_block .col_diff_block__descr:nth-child(3) {
    margin: -3px 0; }

  .col_diff_block .col_diff_block__descr:nth-child(4), .col_diff_block .col_diff_block__descr:nth-child(5), .col_diff_block .col_diff_block__descr:nth-child(6), .col_diff_block .col_diff_block__descr:nth-child(7) {
    height: 60px;
    margin: -8px 0; }

  .col_diff_block .col_diff_block__descr:nth-child(8), .col_diff_block .col_diff_block__descr:nth-child(9) {
    height: 45px; }

  .col_diff_block .col_diff_block__descr:nth-child(11) {
    height: 47px; }

  .col_diff_block .col_diff_block__descr:nth-child(13) {
    height: 60px; }

  .col_diff_block__descr span {
    width: 51px;
    height: 27px; }

  .col_diff_block__descr span:first-of-type {
    margin-right: 10px; }

  .pro_col .diff_model__img {
    margin-right: 0;
    width: 110px; }

  .pro_col .diff_model__img img {
    width: 43px;
    margin-left: 20px; }

  .pro_col {
    margin-right: 20px; }

  .pro_col .diff_model__title_block {
    top: 5px; }

  .pro_col .diff_model__price {
    left: -15px;
    top: 50px; }

  .pro_col .col_diff_block__descr {
    padding-left: 10px;
    padding-right: 0; }

  .col_diff_block.hyper_col .col_diff_block__descr:nth-child(12) {
    padding-top: 0; }

  .col_diff_block.pro_col .col_diff_block__descr:nth-child(12) {
    padding-bottom: 23px; }

  .diff_table_move {
    border-bottom: 3px solid #ebebeb; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .col_diff_block.fix_block {
    max-width: 190px; }

  .pro_col {
    max-width: 180px; }

  .hyper_col {
    margin: 0 10px 0 0;
    max-width: 300px; } }
.diff_slider_cont h2 {
  display: none;
  text-align: center;
  color: #f8f8f8;
  text-transform: uppercase; }

.diff_slider_block {
  position: relative; }

.diff_slider_img img {
  width: 100%; }

.diff_slider_cont {
  position: absolute;
  width: 100%;
  max-width: 1255px;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%; }

.diff_slide {
  text-align: center; }

.diff_slider_cont .diff_slide a span {
  text-transform: lowercase;
  padding: 0 5px; }

.diff_slide .diff_slide__head {
  margin-top: 160px; }

.diff_slide.swiper-slide-active .diff_slide__head {
  margin-top: 30px; }

.about-choose__item--hyper.swiper-slide-active .diff_slide__head, .about-choose__item--pro.swiper-slide-active .diff_slide__head {
  margin-top: 45px; }

.about-choose__item--hyper.swiper-slide-active .diff_slide__text, .about-choose__item--pro.swiper-slide-active .diff_slide__text {
  margin: 35px 0 28px; }

.diff_slide .about-choose__item-img {
  width: 210px;
  margin: 0 auto; }

#shopify-section-block_device-diff--colors .about-choose__item-img img {
  padding-left: 0; }

.diff_slide .about-choose__item-img img {
  width: 115px; }

.diff_slide.swiper-slide-active .about-choose__item-img img {
  width: 135px; }

.diff_slide.swiper-slide-prev .diff_slide__head {
  margin-left: -110px; }

.diff_slide .btn, .diff_slide .diff_slide__color {
  display: none; }

.diff_slide.swiper-slide-active .btn, .diff_slide.swiper-slide-active .diff_slide__color {
  display: block; }

.diff_slide.swiper-slide-active .btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 305px; }

.diff_slide__title {
  font-size: 26px;
  line-height: 30px;
  color: #f8f8f8; }

.diff_slide.swiper-slide-active .btn_deck:last-of-type, .diff_slide.swiper-slide-active .btn_mob {
  display: none !important; }

.diff_slide__descr {
  font-size: 15px;
  line-height: 21px;
  color: #fff; }

.diff_slide__text {
  margin: 20px 0; }

#shopify-section-block_device-diff--colors .diff_slide .about-choose__item-info {
  margin: 25px auto 20px;
  background: #f8f8f8;
  opacity: .8;
  width: 100%;
  height: 70px;
  border-radius: 70px;
  max-width: 300px; }

#shopify-section-block_device-diff--colors .about-choose__item--hyper .diff_slide__color .about-choose__item-info li:first-child a {
  background: -moz-linear-gradient(top, #767675 0, #1c1c1e 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#767675), to(#1c1c1e));
  background: -moz-linear-gradient(top, #767675, #1c1c1e);
  background: linear-gradient(180deg, #767675, #1c1c1e); }

#shopify-section-block_device-diff--colors .about-choose__item--hyper .diff_slide__color .about-choose__item-info li:nth-child(2) a {
  background: -moz-linear-gradient(top, #e0dad4 0, #f8f8f8 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#e0dad4), to(#f8f8f8));
  background: -moz-linear-gradient(top, #e0dad4, #f8f8f8);
  background: linear-gradient(180deg, #e0dad4, #f8f8f8); }

#shopify-section-block_device-diff--colors .about-choose__item--hyper .diff_slide__color .about-choose__item-info li:nth-child(3) a {
  background: -moz-linear-gradient(top, #6790cc 0, #1c348a 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#6790cc), to(#1c348a));
  background: -moz-linear-gradient(top, #6790cc, #1c348a);
  background: linear-gradient(180deg, #6790cc, #1c348a); }

#shopify-section-block_device-diff--colors .about-choose__item--hyper .diff_slide__color .about-choose__item-info li:nth-child(4) a {
  background: -moz-linear-gradient(top, #c7b09e 0, #7c6c60 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#c7b09e), to(#7c6c60));
  background: -moz-linear-gradient(top, #c7b09e, #7c6c60);
  background: linear-gradient(180deg, #c7b09e, #7c6c60); }

#shopify-section-block_device-diff--colors .about-choose__item--pro .diff_slide__color .about-choose__item-info li:first-child a {
  background: -moz-linear-gradient(top, #767675 0, #1c1c1e 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#767675), to(#1c1c1e));
  background: -moz-linear-gradient(top, #767675, #1c1c1e);
  background: linear-gradient(180deg, #767675, #1c1c1e); }

#shopify-section-block_device-diff--colors .about-choose__item--pro .diff_slide__color .about-choose__item-info li:nth-child(2) a {
  background: -moz-linear-gradient(top, #e0dad4 0, #aea8a1 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#e0dad4), to(#aea8a1));
  background: -moz-linear-gradient(top, #e0dad4, #aea8a1);
  background: linear-gradient(180deg, #e0dad4, #aea8a1); }

#shopify-section-block_device-diff--colors .about-choose__item--pro .diff_slide__color .about-choose__item-info li:nth-child(3) a {
  background: -moz-linear-gradient(top, #c2c6a4 0, #939971 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#c2c6a4), to(#939971));
  background: -moz-linear-gradient(top, #c2c6a4, #939971);
  background: linear-gradient(180deg, #c2c6a4, #939971); }

#shopify-section-block_device-diff--colors .about-choose__item--pro .diff_slide__color .about-choose__item-info li:nth-child(4) a {
  background: -moz-linear-gradient(top, #d1d6da 0, #667a83 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d6da), to(#667a83));
  background: -moz-linear-gradient(top, #d1d6da, #667a83);
  background: linear-gradient(180deg, #d1d6da, #667a83); }

#shopify-section-block_device-diff--colors .about-choose__item--hyper_uniq .diff_slide__color .about-choose__item-info li:first-child a {
  background: -webkit-gradient(linear, left top, left bottom, from(#045ad7), to(#0a184a));
  background: -moz-linear-gradient(top, #045ad7 0, #0a184a 100%);
  background: linear-gradient(180deg, #045ad7, #0a184a); }

#shopify-section-block_device-diff--colors .about-choose__item--hyper_uniq .diff_slide__color .about-choose__item-info li:nth-child(2) a {
  background: -webkit-gradient(linear, left top, left bottom, from(#c7b09e), to(#7c6c60));
  background: -moz-linear-gradient(top, #c7b09e 0, #7c6c60 100%);
  background: linear-gradient(180deg, #c7b09e, #7c6c60); }

#shopify-section-block_device-diff--colors .about-choose__item--hyper_uniq .diff_slide__color .about-choose__item-info li:nth-child(3) a {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f8f8f8));
  background: -moz-linear-gradient(top, white 0, #f8f8f8 100%);
  background: linear-gradient(180deg, white, #f8f8f8); }

#shopify-section-block_device-diff--colors .about-choose__item--hyper_uniq .diff_slide__color .about-choose__item-info li:nth-child(4) a {
  background: -webkit-gradient(linear, left top, left bottom, from(#3f3f3d), to(black));
  background: -moz-linear-gradient(top, #3f3f3d 0, black 100%);
  background: linear-gradient(180deg, #3f3f3d, black); }

.diff_slider_block .swiper-button-next, .diff_slider_block .swiper-button-prev {
  color: #fff; }

@media screen and (min-width: 1921px) {
  .diff_slide.swiper-slide-active .about-choose__item-img img {
    width: 175px; }

  .diff_slide .about-choose__item-img img {
    width: 150px; } }
@media screen and (min-width: 1920px) {
  .diff_table {
    max-width: 55%; } }
@media screen and (min-width: 1600px) and (max-width: 1919px) {
  .block_device-compare__table--fixed {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .diff_table {
    max-width: 65%; }

  .diff_slide.swiper-slide-active .diff_slide__head {
    margin-top: 15%; }

  .diff_slide .diff_slide__head {
    margin-top: 50%; }

  .diff_slider_cont {
    max-width: 100%; }

  .diff_slide .swiper-slide {
    width: 33% !important; } }
@media screen and (min-width: 1700px) {
  .diff_slide.swiper-slide-active .diff_slide__head {
    margin-top: 25%; } }
@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .diff_slide.swiper-slide-active .about-choose__item-img img {
    width: 125px; }

  .diff_slide .about-choose__item-img img {
    width: 100px; }

  .diff_slide.swiper-slide-active .diff_slide__head {
    margin-top: 11px; } }
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .diff_slide .about-choose__item-img img, .diff_slide.swiper-slide-active .about-choose__item-img img {
    width: 80px; }

  .about-choose__item--hyper.swiper-slide-active .diff_slide__text {
    margin: 10px 0; }

  .diff_slide__title {
    font-size: 21px; }

  .diff_slide__descr {
    font-size: 14px; }

  #shopify-section-block_device-diff--colors .diff_slide .about-choose__item-info {
    margin: 5px auto 10px;
    height: 45px;
    max-width: 250px; }

  #shopify-section-block_device-diff--colors .about-choose__item-info li a {
    display: block;
    width: 30px;
    height: 30px; }

  .diff_slide.swiper-slide-active .diff_slide__head {
    margin-top: 10px; }

  .diff_slide.swiper-slide-active .btn {
    height: 35px; } }
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .diff_slide.swiper-slide-active .diff_slide__head {
    margin-top: 50px; } }
@media screen and (max-width: 767px) {
  .diff_slide.swiper-slide-active .btn_mob {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }

  .mob_inviz {
    display: none; }

  .diff_slide.about-choose__item--hyper_uniq.swiper-slide-active .diff_slide__text {
    margin-top: 0; }

  .diff_slider_cont h2 {
    display: block;
    margin-top: 50px; }

  .diff_slide__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .diff_slide__head, .diff_slide__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }

  .diff_slide__text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 65px; }

  .diff_slide__title {
    font-size: 18px;
    line-height: 25px;
    margin-right: 10px; }

  .diff_slide__descr {
    font-size: 13px;
    line-height: 20px;
    color: #e35205; }

  .diff_slider_block .swiper-button-disabled {
    display: none; }

  .diff_slider_block .swiper-button-next, .diff_slider_block .swiper-button-prev {
    top: 18%;
    color: #d8d8d8; }

  #shopify-section-block_device-diff--colors .diff_slide .about-choose__item-info {
    margin: 40px auto 25px; }

  .diff_slide.swiper-slide-active .btn {
    width: 100%;
    max-width: 298px; }

  .about-choose__item--hyper.swiper-slide-active .diff_slide__text, .about-choose__item--pro.swiper-slide-active .diff_slide__text {
    margin: 5px 0 40px; }

  .diff_slider_block .swiper-button-next:after, .diff_slider_block .swiper-button-prev:after {
    font-size: 30px; }

  .diff_slide.swiper-slide-active .about-choose__item-img img {
    margin-left: -55px; }

  .diff_slide.swiper-slide-next .about-choose__item-img img {
    margin-left: -395px; }

  .diff_slide.swiper-slide-active .about-choose__item-img img {
    width: 150px; }

  .diff_slide .about-choose__item-img img {
    width: 135px; }

  .diff_slide .diff_slide__head, .diff_slide.swiper-slide-active .diff_slide__head {
    margin-top: 0; } }
@media screen and (min-width: 320px) and (max-width: 374px) {
  .diff_slide.swiper-slide-next .about-choose__item-img img {
    margin-left: -340px;
    width: 100px; }

  .diff_slider_block .swiper-button-next, .diff_slider_block .swiper-button-prev {
    top: 21%; }

  .diff_slide.swiper-slide-active .about-choose__item-img img {
    width: 100px; } }
.device-diff-sticks__wrapper > * {
  position: relative; }

.device-diff-sticks__wrapper .device-diff-sticks__right {
  margin-top: 100px; }

.device-diff-sticks__wrapper_slider {
  overflow: hidden; }

.device-diff-sticks__list .item, .device-diff-sticks__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.device-diff-sticks__wrapper .item__descr_text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical; }

.device-diff-sticks__wrapper .swiper-button-next, .device-diff-sticks__wrapper .swiper-button-prev {
  color: #000; }

.device-diff-sticks__wrapper .swiper-button-next {
  right: -100px; }

.device-diff-sticks__wrapper .swiper-button-prev {
  left: -100px; }

.device-diff-sticks__list .img_block {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0))), #f8f8f8;
  background: -moz-linear-gradient(top, white 0, rgba(255, 255, 255, 0) 100%), #f8f8f8;
  background: linear-gradient(180deg, white, rgba(255, 255, 255, 0)), #f8f8f8;
  padding: 28px 0;
  margin-bottom: 15px;
  text-align: center; }

.device-diff-sticks__list .img_block a img {
  width: 240px;
  height: 191px; }

.device-diff-sticks__list .item__descr h5, .device-diff-sticks__list .item__descr h5 a {
  font-size: 15px;
  line-height: 21px;
  color: #2f2f2f;
  font-weight: 700;
  margin-bottom: 10px; }

.device-diff-sticks__list .item__descr {
  padding-bottom: 10px; }

.device-diff-sticks__list .item__descr p {
  color: #2f2f2f; }

.device-diff-sticks__list .item__price {
  margin-top: 10px; }

@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .device-diff-sticks__list .img_block a img {
    height: 165px; } }
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .device-diff-sticks__wrapper .swiper-button-next {
    right: -70px; }

  .device-diff-sticks__wrapper .swiper-button-prev {
    left: -70px; } }
@media screen and (max-width: 767px) {
  .device-diff-sticks .container {
    padding-right: 0; }

  .device-diff-sticks__list .img_block a img {
    width: auto;
    height: auto; }

  .device-diff-sticks__list .item__descr {
    height: 110px; }

  .device-diff-sticks__wrapper .device-diff-sticks__right {
    margin-top: 50px; } }
.dc-btn-buy {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 18px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99; }

.dc-btn-buy .btn-dc {
  padding: 0;
  width: 100%; }

@media screen and (min-width: 768px) {
  .dc-btn-buy {
    display: none; } }
.dcapsules-banner h1 {
  margin-bottom: 14px; }

.dcapsules-banner h1:after {
  content: none; }

@media screen and (min-width: 768px) {
  .dcapsules-banner h1 {
    margin-bottom: 22px; } }
@media screen and (min-width: 1200px) {
  .dcapsules-banner h1 {
    margin-bottom: 20px; } }
@media screen and (min-width: 768px) {
  .dcapsules-banner h1 {
    margin-bottom: 42px; } }
.dcapsules-banner__bg {
  position: relative;
  margin-bottom: 13vw;
  width: 100%; }

.dcapsules-banner__bg picture img {
  width: 100%; }

@media screen and (min-width: 768px) {
  .dcapsules-banner__bg {
    padding: 0 23px;
    margin-bottom: 15vw; } }
@media screen and (min-width: 1024px) {
  .dcapsules-banner__bg {
    padding: 0 20px;
    margin-bottom: -7vw; } }
@media screen and (min-width: 1200px) {
  .dcapsules-banner__bg {
    padding: 0 54px; } }
@media screen and (min-width: 1850px) {
  .dcapsules-banner__bg {
    padding: 0 80px; } }
.dcapsules-banner__animation {
  width: 24vw;
  height: 40vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

@media screen and (min-width: 768px) {
  .dcapsules-banner__animation {
    width: 19vw;
    height: 31vw; } }
@media screen and (min-width: 1024px) {
  .dcapsules-banner__animation {
    width: 13vw;
    height: 21vw; } }
@media screen and (min-width: 1850px) {
  .dcapsules-banner__animation {
    width: 244px;
    height: 390px; } }
.dcapsules-banner__animation-1 {
  position: relative;
  top: 30vw;
  right: 0; }

@media screen and (min-width: 768px) {
  .dcapsules-banner__animation-1 {
    top: 12vw; } }
@media screen and (min-width: 1024px) {
  .dcapsules-banner__animation-1 {
    top: 1.5vw; } }
@media screen and (min-width: 1850px) {
  .dcapsules-banner__animation-1 {
    top: 30px;
    right: -10px; } }
.dcapsules-banner__animation-1 .img-stick {
  position: relative;
  z-index: 5; }

.dcapsules-banner__animation-1 .img-berries {
  position: absolute;
  z-index: 3;
  bottom: -3px;
  right: -41%; }

@media screen and (min-width: 768px) {
  .dcapsules-banner__animation-1 .img-berries {
    bottom: -5px; } }
@media screen and (min-width: 1850px) {
  .dcapsules-banner__animation-1 .img-berries {
    bottom: -8px; } }
.dcapsules-banner__animation-1 .img-pineapple {
  position: absolute;
  z-index: 2;
  left: -51%;
  bottom: -4px;
  max-width: 20vw; }

@media screen and (min-width: 768px) {
  .dcapsules-banner__animation-1 .img-pineapple {
    max-width: 16vw; } }
@media screen and (min-width: 1024px) {
  .dcapsules-banner__animation-1 .img-pineapple {
    max-width: 11vw; } }
@media screen and (min-width: 1850px) {
  .dcapsules-banner__animation-1 .img-pineapple {
    bottom: -6px;
    max-width: 200px; } }
.dcapsules-banner__animation-1 .img-shadow {
  position: absolute;
  z-index: 1;
  bottom: -16px;
  left: -64%;
  width: 100%;
  min-width: 52vw; }

@media screen and (min-width: 768px) {
  .dcapsules-banner__animation-1 .img-shadow {
    bottom: -26px;
    min-width: 42vw; } }
@media screen and (min-width: 1024px) {
  .dcapsules-banner__animation-1 .img-shadow {
    bottom: -2vw;
    min-width: 28vw; } }
@media screen and (min-width: 1850px) {
  .dcapsules-banner__animation-1 .img-shadow {
    bottom: -37px;
    min-width: 530px; } }
.dcapsules-banner__animation-1 .img-berry {
  position: absolute;
  width: 5vw;
  z-index: 5;
  right: -9vw;
  bottom: -3vw; }

@media screen and (min-width: 768px) {
  .dcapsules-banner__animation-1 .img-berry {
    width: 4vw;
    right: -7.5vw;
    bottom: -2vw; } }
@media screen and (min-width: 1024px) {
  .dcapsules-banner__animation-1 .img-berry {
    width: 2.6vw;
    right: -5vw;
    bottom: -1.2vw; } }
.dcapsules-number {
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 100px; }

@media screen and (min-width: 768px) {
  .dcapsules-number {
    margin-bottom: 130px; } }
@media screen and (min-width: 1024px) {
  .dcapsules-number {
    font-size: 15px;
    line-height: 21px; } }
@media screen and (min-width: 1200px) {
  .dcapsules-number {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 150px; } }
@media screen and (min-width: 1850px) {
  .dcapsules-number {
    margin-bottom: 170px; } }
.dcapsules-number__01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 88px; }

.dcapsules-number__01 > div {
  width: 50%; }

@media screen and (min-width: 768px) {
  .dcapsules-number__01 {
    margin-bottom: 0; } }
@media screen and (min-width: 1024px) {
  .dcapsules-number__01 > div {
    width: auto; } }
.dcapsules-number__01-text img {
  width: 115px;
  max-width: 115px;
  margin-bottom: 20px; }

.dcapsules-number__01-text p {
  max-width: 156px; }

@media screen and (min-width: 768px) {
  .dcapsules-number__01-text img {
    width: 95px;
    max-width: 95px;
    margin-bottom: 28px; }

  .dcapsules-number__01-text p {
    max-width: 122px; } }
@media screen and (min-width: 1024px) {
  .dcapsules-number__01-text {
    padding-right: 34px; }

  .dcapsules-number__01-text img {
    width: 110px;
    max-width: 110px;
    margin-bottom: 32px; }

  .dcapsules-number__01-text p {
    max-width: 145px; } }
@media screen and (min-width: 1200px) {
  .dcapsules-number__01-text {
    padding-right: 14px; }

  .dcapsules-number__01-text img {
    width: 136px;
    max-width: 136px;
    margin-bottom: 40px; }

  .dcapsules-number__01-text p {
    max-width: 208px; } }
@media screen and (min-width: 1850px) {
  .dcapsules-number__01-text img {
    width: 200px;
    max-width: 200px;
    margin-bottom: 70px; }

  .dcapsules-number__01-text p {
    max-width: 300px; } }
.dcapsules-number__01-img {
  position: relative; }

.dcapsules-number__01-img img:first-child {
  min-width: 246px;
  height: 246px; }

.dcapsules-number__01-img img:nth-child(2) {
  position: absolute;
  min-width: 288px;
  left: -85%;
  bottom: -20px; }

.dcapsules-number__01-img img:nth-child(3) {
  position: absolute;
  max-width: 125px;
  left: -100%;
  top: -moz-calc(100% + 20px);
  top: calc(100% + 20px); }

@media screen and (min-width: 768px) {
  .dcapsules-number__01-img img:first-child {
    min-width: 220px;
    height: 220px; }

  .dcapsules-number__01-img img:nth-child(2) {
    min-width: 257px; }

  .dcapsules-number__01-img img:nth-child(3) {
    max-width: 105px;
    left: unset;
    top: -moz-calc(100% - 52px);
    top: calc(100% - 52px);
    right: -98px;
    opacity: .8; } }
@media screen and (min-width: 1024px) {
  .dcapsules-number__01-img img:first-child {
    min-width: 246px;
    height: 246px; }

  .dcapsules-number__01-img img:nth-child(2) {
    min-width: 288px;
    left: -55%; }

  .dcapsules-number__01-img img:nth-child(3) {
    max-width: 120px;
    top: -moz-calc(100% - 60px);
    top: calc(100% - 60px);
    right: -60px; } }
@media screen and (min-width: 1200px) {
  .dcapsules-number__01-img img:first-child {
    min-width: 314px;
    height: 314px; }

  .dcapsules-number__01-img img:nth-child(2) {
    min-width: 369px;
    left: -55%; }

  .dcapsules-number__01-img img:nth-child(3) {
    max-width: 150px;
    top: -moz-calc(100% - 75px);
    top: calc(100% - 75px);
    right: -75px; } }
@media screen and (min-width: 1850px) {
  .dcapsules-number__01-img img:first-child {
    min-width: 450px;
    height: 450px; }

  .dcapsules-number__01-img img:nth-child(2) {
    min-width: 529px;
    left: -55%; }

  .dcapsules-number__01-img img:nth-child(3) {
    max-width: 220px;
    top: -moz-calc(100% - 110px);
    top: calc(100% - 110px);
    right: -110px; } }
.dcapsules-number__02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.dcapsules-number__02 > :first-child {
  width: 100%; }

.dcapsules-number__02 > :nth-child(2), .dcapsules-number__02 > :nth-child(3) {
  width: 50%; }

@media screen and (min-width: 768px) {
  .dcapsules-number__02 {
    margin-top: 48px;
    padding-left: 20%; }

  .dcapsules-number__02 > :nth-child(2), .dcapsules-number__02 > :nth-child(3) {
    width: 100%; } }
@media screen and (min-width: 1024px) {
  .dcapsules-number__02 {
    margin-top: 55px;
    padding-left: 80px; } }
@media screen and (min-width: 1200px) {
  .dcapsules-number__02 {
    margin-top: 70px;
    padding-left: 120px; } }
@media screen and (min-width: 1850px) {
  .dcapsules-number__02 {
    margin-top: 120px;
    padding-left: 200px; } }
.dcapsules-number__02-num {
  padding-left: 50%;
  margin-bottom: 20px; }

.dcapsules-number__02-num img {
  max-width: 143px; }

@media screen and (min-width: 768px) {
  .dcapsules-number__02-num {
    padding-left: 0;
    margin-bottom: 28px; }

  .dcapsules-number__02-num img {
    max-width: 120px; } }
@media screen and (min-width: 1024px) {
  .dcapsules-number__02-num {
    margin-bottom: 32px; }

  .dcapsules-number__02-num img {
    max-width: 138px; } }
@media screen and (min-width: 1200px) {
  .dcapsules-number__02-num {
    margin-bottom: 40px; }

  .dcapsules-number__02-num img {
    max-width: 173px; } }
@media screen and (min-width: 1850px) {
  .dcapsules-number__02-num img {
    max-width: 251px; } }
.dcapsules-number__02-img {
  text-align: right;
  padding-right: 16px; }

.dcapsules-number__02-img img {
  max-width: 143px; }

@media screen and (min-width: 768px) {
  .dcapsules-number__02-img {
    text-align: left;
    padding-right: 0; }

  .dcapsules-number__02-img img {
    max-width: 126px; } }
@media screen and (min-width: 1200px) {
  .dcapsules-number__02-img img {
    max-width: 182px; } }
@media screen and (min-width: 1850px) {
  .dcapsules-number__02-img img {
    max-width: 251px;
    margin-bottom: 40px; } }
@media screen and (min-width: 768px) {
  .dcapsules-number__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .dcapsules-number__wrapper > div {
    width: 50%; } }
@media screen and (min-width: 1024px) {
  .dcapsules-number__wrapper {
    padding-left: 7%;
    padding-right: 12%; }

  .dcapsules-number__wrapper > div:first-child {
    width: 60%; }

  .dcapsules-number__wrapper > div:nth-child(2) {
    width: 40%; } }
.dcapsules-pina {
  background: -webkit-gradient(linear, left bottom, left top, from(#fffaef), color-stop(41.85%, rgba(255, 255, 255, 0))), white;
  background: -moz-linear-gradient(bottom, #fffaef 0, rgba(255, 255, 255, 0) 41.85%), white;
  background: linear-gradient(0deg, #fffaef, rgba(255, 255, 255, 0) 41.85%), white;
  padding-bottom: 50px; }

@media screen and (min-width: 768px) {
  .dcapsules-pina {
    padding-bottom: 60px; } }
@media screen and (min-width: 1200px) {
  .dcapsules-pina {
    padding-bottom: 100px; } }
@media screen and (min-width: 1850px) {
  .dcapsules-pina {
    padding-bottom: 120px; } }
.dcapsules-pina__header {
  position: relative; }

@media screen and (min-width: 768px) {
  .dcapsules-pina__header {
    max-width: 62%;
    margin-bottom: 94px; } }
@media screen and (min-width: 1024px) {
  .dcapsules-pina__header {
    max-width: 50%;
    margin-left: 8.333333%;
    margin-bottom: 50px; } }
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .dcapsules-pina__header h4 {
    font-size: 18px;
    line-height: 25px; } }
@media screen and (min-width: 1200px) and (max-width: 1849px) {
  .dcapsules-pina__header h4 {
    font-size: 26px;
    line-height: 32px; } }
@media screen and (min-width: 1850px) {
  .dcapsules-pina__header {
    margin-bottom: 87px; } }
.dcapsules-pina__header-img {
  text-align: center; }

.dcapsules-pina__header-img img {
  max-width: 213px;
  margin: 0 auto 50px; }

@media screen and (min-width: 768px) {
  .dcapsules-pina__header-img {
    position: absolute;
    top: 0;
    right: -255px; } }
@media screen and (min-width: 1024px) {
  .dcapsules-pina__header-img {
    top: 62px;
    right: -365px; }

  .dcapsules-pina__header-img img {
    max-width: 340px; } }
@media screen and (min-width: 1200px) {
  .dcapsules-pina__header-img {
    top: 62px; }

  .dcapsules-pina__header-img img {
    max-width: 358px; } }
@media screen and (min-width: 1850px) {
  .dcapsules-pina__header-img {
    top: 54px;
    right: -552px; }

  .dcapsules-pina__header-img img {
    max-width: 552px; } }
.dcapsules-pina__table {
  font-size: 13px;
  line-height: 20px; }

.dcapsules-pina__table table {
  margin-bottom: 0; }

.dcapsules-pina__table th {
  padding-top: 0; }

@media screen and (min-width: 1024px) {
  .dcapsules-pina__table th {
    padding-bottom: 26px; } }
.dcapsules-pina__table tr > * {
  border-color: transparent #757575; }

.dcapsules-pina__table tr > :first-child {
  padding-left: 0;
  border-left-color: transparent;
  font-size: 10px;
  line-height: 13px; }

@media screen and (max-width: 767px) {
  .dcapsules-pina__table tr > :first-child {
    width: 60px; } }
@media screen and (min-width: 768px) {
  .dcapsules-pina__table tr > :first-child {
    font-size: 13px;
    line-height: 20px; } }
@media screen and (min-width: 1850px) {
  .dcapsules-pina__table tr > :first-child {
    font-size: 20px;
    line-height: 25px; } }
@media screen and (max-width: 767px) {
  .dcapsules-pina__table tr > :last-child {
    border-right-color: transparent; } }
.dcapsules-pina__table tr > :not(:first-child) {
  min-width: -moz-calc(50% - 60px);
  min-width: calc(50% - 60px);
  width: -moz-calc(50% - 60px);
  width: calc(50% - 60px);
  max-width: -moz-calc(50% - 60px);
  max-width: calc(50% - 60px); }

@media screen and (min-width: 768px) {
  .dcapsules-pina__table {
    font-size: 15px;
    line-height: 21px;
    max-width: 468px;
    margin-left: auto;
    margin-right: auto; } }
@media screen and (min-width: 1024px) {
  .dcapsules-pina__table {
    max-width: 489px;
    margin-left: 0; } }
@media screen and (min-width: 1200px) {
  .dcapsules-pina__table {
    max-width: 550px;
    margin-left: 8.333333%; } }
@media screen and (min-width: 1850px) {
  .dcapsules-pina__table {
    font-size: 20px;
    line-height: 25px;
    max-width: 700px; } }
.dcapsules-pina__table-th {
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.dcapsules-pina__table-th img {
  width: 31px;
  margin-right: 10px; }

@media screen and (min-width: 768px) {
  .dcapsules-pina__table-th span {
    max-width: 80px; } }
@media screen and (min-width: 1850px) {
  .dcapsules-pina__table-th span {
    max-width: 150px; } }
.dcapsules-can {
  background: -webkit-gradient(linear, left top, left bottom, from(#fffaee), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, from(#ffceec), color-stop(62.48%, rgba(196, 196, 196, 0)));
  background: -moz-linear-gradient(top, #fffaee 0, rgba(255, 255, 255, 0) 100%), -moz-linear-gradient(bottom, #ffceec 0, rgba(196, 196, 196, 0) 62.48%);
  background: linear-gradient(180deg, #fffaee, rgba(255, 255, 255, 0)), linear-gradient(1turn, #ffceec, rgba(196, 196, 196, 0) 62.48%);
  position: relative;
  overflow: hidden;
  padding-bottom: 50px; }

@media screen and (min-width: 768px) {
  .dcapsules-can {
    padding-top: 60px;
    padding-bottom: 65px; } }
@media screen and (min-width: 1024px) {
  .dcapsules-can {
    padding-top: 100px;
    padding-bottom: 100px; } }
@media screen and (min-width: 1200px) {
  .dcapsules-can {
    padding-bottom: 162px; } }
@media screen and (min-width: 1850px) {
  .dcapsules-can {
    padding-top: 120px;
    padding-bottom: 248px; } }
.dcapsules-can__img img {
  -webkit-transform: rotate(-63.86deg);
  -moz-transform: rotate(-63.86deg);
  -ms-transform: rotate(-63.86deg);
  transform: rotate(-63.86deg); }

@media screen and (min-width: 768px) {
  .dcapsules-can__img {
    position: absolute;
    top: -10px;
    left: -38px; }

  .dcapsules-can__img img {
    width: 454px; } }
@media screen and (min-width: 1024px) {
  .dcapsules-can__img {
    left: 10px; }

  .dcapsules-can__img img {
    width: 570px; } }
@media screen and (min-width: 1200px) {
  .dcapsules-can__img {
    left: 0;
    width: 100%;
    text-align: center; }

  .dcapsules-can__img img {
    position: relative;
    left: -225px;
    width: 631px; } }
@media screen and (min-width: 1850px) {
  .dcapsules-can__img {
    top: -60px; }

  .dcapsules-can__img img {
    width: 885px; } }
.dcapsules-can__descr {
  position: relative;
  z-index: 1; }

@media screen and (max-width: 767px) {
  .dcapsules-can__descr {
    margin-top: -15px;
    padding: 0 55px 0 32px; } }
.dcapsules-can__list > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.dcapsules-can__list > div:not(:last-child) {
  margin-bottom: 20px; }

.dcapsules-can__list > div img {
  min-width: 53px;
  width: 53px;
  margin-right: 25px; }

@media screen and (min-width: 768px) {
  .dcapsules-can__list {
    margin-bottom: 50px;
    padding-right: 40px; } }
@media screen and (min-width: 1024px) {
  .dcapsules-can__list {
    padding-right: 15px; } }
@media screen and (min-width: 1800px) {
  .dcapsules-can__list {
    margin-bottom: 60px; } }
.double_capsules__gradient {
  position: relative;
  overflow: hidden;
  width: 100%; }

.double_capsules__gradient > * {
  position: relative;
  z-index: 2; }

.double_capsules__gradient:before {
  width: 1344px;
  height: 100%;
  content: "";
  position: absolute;
  top: 20vw;
  left: -75%;
  z-index: 1;
  background: -moz-linear-gradient(198.46deg, rgba(166, 137, 226, 0.3) 61.8%, white 76.11%, #ebebeb 100%);
  background: linear-gradient(251.54deg, rgba(166, 137, 226, 0.3) 61.8%, white 76.11%, #ebebeb);
  opacity: .5; }

@media screen and (min-width: 768px) {
  .double_capsules__gradient:before {
    width: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(198.46deg, rgba(254, 253, 123, 0.77) -3.4%, rgba(166, 137, 226, 0.3) 35.8%, white 64.11%, #ebebeb 100%);
    background: linear-gradient(251.54deg, rgba(254, 253, 123, 0.77) -3.4%, rgba(166, 137, 226, 0.3) 35.8%, white 64.11%, #ebebeb); } }
#shopify-section-double_capsules-block_animation {
  position: relative;
  z-index: 2; }

.dcapsules-animation {
  margin-top: -50px; }

.dcapsules-animation__heading {
  margin: 0 -10px -10px;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  color: #351073;
  text-align: center; }

@media screen and (min-width: 768px) {
  .dcapsules-animation__heading {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -9px;
    padding-left: 50px;
    font-size: 31px;
    line-height: 36px;
    text-align: left; } }
@media screen and (min-width: 1024px) {
  .dcapsules-animation__heading {
    margin-bottom: -14px;
    padding-left: 75px;
    font-size: 42px;
    line-height: 54px; } }
@media screen and (min-width: 1200px) {
  .dcapsules-animation__heading {
    margin-bottom: -10px;
    padding-left: 92px;
    font-size: 56px;
    line-height: 56px; } }
@media screen and (min-width: 1800px) {
  .dcapsules-animation__heading {
    margin-bottom: -2px;
    padding-left: 126px;
    font-size: 80px;
    line-height: 56px; } }
@media screen and (max-width: 767px) {
  .dcapsules-animation__heading--ru {
    font-size: 32px;
    line-height: 40px; } }
.dcapsules-animation__heading, .dcapsules-animation__line-head {
  text-transform: uppercase; }

.dcapsules-animation__line {
  position: relative; }

.capsules-animation__line-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0;
  background-color: #4c2198;
  text-align: center;
  z-index: 1; }

@media screen and (min-width: 768px) {
  .capsules-animation__line-content {
    padding: 21px 0 2px;
    background-color: transparent; } }
@media screen and (min-width: 1024px) {
  .capsules-animation__line-content {
    padding: 28px 0 14px; } }
@media screen and (min-width: 1200px) {
  .capsules-animation__line-content {
    padding: 57px 0 30px;
    padding: 76px 0 71px; } }
.dcapsules-animation__line-head {
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  color: #f6f6f6; }

@media screen and (min-width: 768px) {
  .dcapsules-animation__line-head {
    margin-left: -69px;
    font-size: 31px;
    line-height: 36px; } }
@media screen and (min-width: 1024px) {
  .dcapsules-animation__line-head {
    margin-left: -95px;
    font-size: 42px;
    line-height: 66px; } }
@media screen and (min-width: 1200px) {
  .dcapsules-animation__line-head {
    margin-left: -135px;
    font-size: 56px;
    line-height: 66px; } }
@media screen and (min-width: 1800px) {
  .dcapsules-animation__line-head {
    margin-left: -119px;
    font-size: 70px;
    line-height: 56px; } }
.dcapsules-animation__line-subhead {
  max-width: 210px;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #f8f8f8; }

@media screen and (min-width: 768px) {
  .dcapsules-animation__line-subhead {
    margin-top: -16px;
    text-align: left;
    margin-left: 356px; } }
@media screen and (min-width: 1024px) {
  .dcapsules-animation__line-subhead {
    margin-top: -39px;
    margin-left: 443px;
    max-width: 250px; } }
@media screen and (min-width: 1200px) {
  .dcapsules-animation__line-subhead {
    max-width: none;
    font-size: 15px;
    line-height: 21px;
    margin-left: 608px;
    margin-top: -29px; } }
@media screen and (min-width: 1800px) {
  .dcapsules-animation__line-subhead {
    max-width: none;
    font-size: 20px;
    line-height: 25px;
    margin-left: 42.5em;
    margin-top: -23px; } }
.dcapsules-animation__list-item-line {
  overflow: hidden;
  position: relative; }

@media screen and (min-width: 768px) {
  .dcapsules-animation__list-item-line {
    height: 6px; } }
@media screen and (min-width: 1024px) {
  .dcapsules-animation__list-item-line {
    height: 8px; } }
@media screen and (min-width: 1200px) {
  .dcapsules-animation__list-item-line {
    height: 10px; } }
@media screen and (min-width: 1800px) {
  .dcapsules-animation__list-item-line {
    height: 15px; } }
.dcapsules-animation__list-item {
  position: relative;
  overflow: hidden;
  height: 0;
  min-height: 0;
  max-height: 0;
  padding-bottom: calc(100% - 5px);
  background-repeat: no-repeat;
  background-position: 50%; }

@media screen and (min-width: 768px) {
  .dcapsules-animation__list-item {
    padding-bottom: calc(56.25% - 210px); } }
@media screen and (min-width: 1024px) {
  .dcapsules-animation__list-item {
    padding-bottom: calc(56.25% - 300px); } }
@media screen and (min-width: 1200px) {
  .dcapsules-animation__list-item {
    padding-bottom: calc(56.25% - 385px); } }
@media screen and (min-width: 1800px) {
  .dcapsules-animation__list-item {
    padding-bottom: calc(56.25% - 520px); } }
.dcapsules-animation__list-item canvas {
  width: 100%;
  height: 100%; }

.dcapsules-animation__line picture, .dcapsules-animation__list-item-line picture, .dcapsules-animation__list-item canvas, .dcapsules-animation__list-item picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.dcapsules-animation__line picture img, .dcapsules-animation__list-item-line picture img, .dcapsules-animation__list-item canvas img, .dcapsules-animation__list-item picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.dcapsules-animation__list-item-content {
  position: relative;
  max-width: 270px;
  padding-top: 60px;
  z-index: 1; }

@media screen and (min-width: 768px) {
  .dcapsules-animation__list-item-content {
    margin-left: 50px;
    padding-top: 30px; } }
@media screen and (min-width: 1024px) {
  .dcapsules-animation__list-item-content {
    margin-left: 75px;
    padding-top: 44px; } }
@media screen and (min-width: 1200px) {
  .dcapsules-animation__list-item-content {
    margin-left: 120px;
    padding-top: 60px; } }
@media screen and (min-width: 1800px) {
  .dcapsules-animation__list-item-content {
    margin-left: 150px;
    max-width: 410px;
    padding-top: 49px; } }
.dcapsules-animation__list-item-content > p {
  max-width: 170px;
  margin-top: 26px;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  color: #f6f6f6;
  text-shadow: 0 2px 10px #000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease; }

@media screen and (min-width: 768px) {
  .dcapsules-animation__list-item-content > p {
    margin-top: 3px;
    max-width: 220px; } }
@media screen and (min-width: 1024px) {
  .dcapsules-animation__list-item-content > p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 22px;
    max-width: 240px; } }
@media screen and (min-width: 1200px) {
  .dcapsules-animation__list-item-content > p {
    max-width: 270px;
    font-size: 20px;
    line-height: 26px; } }
@media screen and (min-width: 1800px) {
  .dcapsules-animation__list-item-content > p {
    padding-top: 8px;
    max-width: 410px;
    font-size: 30px;
    line-height: 36px; } }
.dcapsules-animation__list-item-content.dcapsules-animation__list-item-content--left {
  margin-left: auto; }

@media screen and (min-width: 768px) {
  .dcapsules-animation__list-item-content.dcapsules-animation__list-item-content--left {
    margin-right: 50px; } }
@media screen and (min-width: 1024px) {
  .dcapsules-animation__list-item-content.dcapsules-animation__list-item-content--left {
    margin-right: 75px; } }
@media screen and (min-width: 1200px) {
  .dcapsules-animation__list-item-content.dcapsules-animation__list-item-content--left {
    margin-right: 120px; } }
@media screen and (min-width: 1800px) {
  .dcapsules-animation__list-item-content.dcapsules-animation__list-item-content--left {
    margin-right: 150px; } }
.dcapsules-animation__list-item-content:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(42, 44, 44, 0.7);
  margin-top: 30px;
  margin-left: -50px;
  -webkit-filter: blur(35px);
  filter: blur(35px);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media screen and (min-width: 1200px) {
  .dcapsules-animation__list-item-content:before {
    margin-left: -10px; } }
.dcapsules-animation__list-item-content--left:before {
  margin-left: 50px; }

@media screen and (min-width: 1200px) {
  .dcapsules-animation__list-item-content--left:before {
    margin-left: 0; } }
.dcapsules-animation__list-item-content.active:before, .dcapsules-animation__list-item-content.active > p {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  transition: 1s ease;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s; }

.dcapsules-animation__list-item-content--double > p {
  color: #3a3a3a;
  text-shadow: none; }

.dcapsules-animation__list-item-content > .dcapsules-animation-btn-wrapper--left ~ p {
  margin-left: auto;
  max-width: 143px; }

@media screen and (min-width: 768px) {
  .dcapsules-animation__list-item-content > .dcapsules-animation-btn-wrapper--left ~ p {
    min-width: 195px; } }
@media screen and (min-width: 1024px) {
  .dcapsules-animation__list-item-content > .dcapsules-animation-btn-wrapper--left ~ p {
    min-width: 220px;
    margin-left: 13px; } }
@media screen and (min-width: 1200px) {
  .dcapsules-animation__list-item-content > .dcapsules-animation-btn-wrapper--left ~ p {
    margin-left: -3px;
    min-width: 264px; } }
@media screen and (min-width: 1800px) {
  .dcapsules-animation__list-item-content > .dcapsules-animation-btn-wrapper--left ~ p {
    margin-left: 0;
    min-width: 410px; } }
.dcapsules-animation__list-item-content--double > p {
  font-weight: 700; }

.active.dcapsules-animation__list-item-content--double .dcapsules-animation-btn-wrapper span {
  color: #3a3a3a; }

.dcapsules-animation__list-item-content--double:before {
  display: none; }

.dcapsules-animation-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.dcapsules-animation-btn-wrapper span {
  display: block;
  margin-right: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #f6f6f6; }

@media screen and (min-width: 768px) {
  .dcapsules-animation-btn-wrapper span {
    font-size: 31px;
    line-height: 36px; } }
@media screen and (min-width: 1024px) {
  .dcapsules-animation-btn-wrapper span {
    font-size: 42px;
    line-height: 46px; } }
@media screen and (min-width: 1200px) {
  .dcapsules-animation-btn-wrapper span {
    font-size: 56px;
    line-height: 66px; } }
@media screen and (min-width: 1800px) {
  .dcapsules-animation-btn-wrapper span {
    font-size: 70px;
    line-height: 56px; } }
@media screen and (min-width: 768px) {
  .dcapsules-animation__list-item-content .dcapsules-animation-btn-wrapper span {
    margin-right: 58px; } }
@media screen and (min-width: 768px) {
  .dcapsules-animation__list-item-content.dcapsules-animation__list-item-content--double {
    max-width: 315px; } }
@media screen and (min-width: 1024px) {
  .dcapsules-animation__list-item-content.dcapsules-animation__list-item-content--double {
    max-width: 370px; } }
@media screen and (min-width: 1200px) {
  .dcapsules-animation__list-item-content.dcapsules-animation__list-item-content--double {
    max-width: none; } }
@media screen and (min-width: 768px) {
  .dcapsules-animation__list-item-content.dcapsules-animation__list-item-content--double .dcapsules-animation-btn-wrapper span {
    margin-right: 30px; } }
.dcapsules-animation-btn-wrapper--left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.dcapsules-animation-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 66px;
  min-width: 66px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  cursor: pointer; }

@media screen and (min-width: 768px) {
  .dcapsules-animation-btn {
    width: 65px;
    min-width: 65px; } }
@media screen and (min-width: 1024px) {
  .dcapsules-animation-btn {
    width: 100px;
    min-width: 100px; } }
@media screen and (min-width: 1200px) {
  .dcapsules-animation-btn {
    width: 86px;
    min-width: 86px;
    height: 60px; } }
@media screen and (min-width: 1800px) {
  .dcapsules-animation-btn {
    width: 180px;
    min-width: 180px;
    height: 120px; } }
.dcapsules-animation-btn--double {
  width: 98px;
  min-width: 98px; }

@media screen and (min-width: 768px) {
  .dcapsules-animation-btn--double {
    width: 100px;
    min-width: 100px; } }
@media screen and (min-width: 1200px) {
  .dcapsules-animation-btn--double {
    width: 134px;
    min-width: 134px;
    height: 60px; } }
@media screen and (min-width: 1800px) {
  .dcapsules-animation-btn--double {
    width: 266px;
    min-width: 266px;
    height: 120px; } }
.dcapsules-animation-btn__double {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  letter-spacing: .7px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #ebebeb;
  text-decoration: none;
  background: -moz-radial-gradient(50% 50%, 60.93% 64%, #7540df 0, #29075e 100%);
  background: radial-gradient(60.93% 64% at 50% 50%, #7540df 0, #29075e 100%);
  border-radius: 60px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease; }

.dcapsules-animation-btn__double:hover {
  text-decoration: none;
  color: #e18e1b; }

@media screen and (max-width: 767px) {
  .dcapsules-animation-btn__double {
    width: 136px; } }
@media screen and (min-width: 768px) {
  .dcapsules-animation-btn__double {
    font-size: 14px;
    line-height: 18px; } }
@media screen and (min-width: 1800px) {
  .dcapsules-animation-btn__double {
    font-size: 26px;
    line-height: 30px; } }
.active .dcapsules-animation-btn__double {
  opacity: 1;
  visibility: visible; }

.hplus-sticks--dc {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffceec), color-stop(56.72%, #e6b288), to(#f2c855));
  background: -moz-linear-gradient(top, #ffceec 0, #e6b288 56.72%, #f2c855 100%);
  background: linear-gradient(180deg, #ffceec, #e6b288 56.72%, #f2c855); }

.hplus-sticks--dc .hplus-sticks__header > h2 {
  color: #3a3a3a; }

@media screen and (max-width: 1023px) {
  .hplus-sticks--dc .is-active + .hplus-sticks__item:last-child .hplus-sticks__item-line {
    height: -moz-calc(100% + 5px);
    height: calc(100% + 5px); } }
.hplus-sticks--dc .hplus-sticks__item.is-active .hplus-sticks__item-btn .btn {
  width: 204px; }

.hplus-sticks--dc .hplus-sticks__item-line {
  background-color: #fede8e;
  border-bottom-color: #e18e1b; }

@media screen and (max-width: 1023px) {
  .hplus-sticks--dc .hplus-sticks__item-line:after {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3); } }
.hplus-sticks--dc .hplus-sticks__item-line:before {
  background-color: transparent; }

@media screen and (max-width: 1023px) {
  .hplus-sticks--dc .hplus-sticks__item-line:before {
    -webkit-box-shadow: 0 0 5px 0 #fede8e;
    box-shadow: 0 0 5px 0 #fede8e; } }
.hplus-sticks--dc .hplus-sticks__item:not(.is-active) .hplus-sticks__item-sticks {
  -webkit-filter: drop-shadow(0 4px 20px #a18024);
  filter: drop-shadow(0 4px 20px #a18024);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0); }

.hplus-sticks--dc .hplus-sticks__item .hplus-sticks__item-inner:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/img_desktop-overlay-slicks_hyper-plus-grad.svg?v=17811489946727895015");
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease; }

@media screen and (min-width: 1024px) {
  .hplus-sticks--dc .hplus-sticks__item .hplus-sticks__item-inner:before {
    display: block; } }
.hplus-sticks--dc .hplus-sticks__item.is-active .hplus-sticks__item-inner:before {
  opacity: 1;
  visibility: visible; }

.hplus-sticks--dc .hplus-sticks-slider .hplus-sticks-prev {
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/icn_arrow-yellow-prev.svg?v=3675737585621188300"); }

.hplus-sticks--dc .hplus-sticks-slider .hplus-sticks-next {
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/icn_arrow-yellow-next.svg?v=12423485944327637909"); }

.hplus-sticks--dc .hplus-sticks__item-wrap h5, .hplus-sticks--dc .is-active .hplus-sticks__item-wrap p {
  color: #3a3a3a; }

@media screen and (max-width: 1023px) {
  .hplus-sticks--dc .hplus-sticks__item-wrap h5, .hplus-sticks--dc .is-active .hplus-sticks__item-wrap p {
    color: #f6f6f6; } }
.hplus-sticks--dc .hplus-sticks__item-inner:after {
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/img_mobile-plus_dc.svg?v=9869483332262089934"); }

.hplus-sticks--dc .hplus-sticks__item-line {
  -webkit-transition: opacity .2s ease,visibility .2s ease;
  -moz-transition: opacity .2s ease,visibility .2s ease;
  transition: opacity .2s ease,visibility .2s ease; }

@media screen and (min-width: 1024px) {
  .hplus-sticks--dc .is-active + .hplus-sticks__item:last-child .hplus-sticks__item-line {
    width: -moz-calc(100% + 5px);
    width: calc(100% + 5px); } }
@media screen and (min-width: 1800px) {
  .hplus-sticks--dc .hplus-sticks__item-line {
    right: -15px;
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px); }

  .hplus-sticks--dc .is-active + .hplus-sticks__item .hplus-sticks__item-line {
    left: -15px;
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px); }

  .hplus-sticks--dc .is-active + .hplus-sticks__item:last-child .hplus-sticks__item-line {
    width: -moz-calc(100% + 15px);
    width: calc(100% + 15px); } }
.hplus-sticks {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px; }

@media screen and (min-width: 1024px) {
  .hplus-sticks {
    padding-top: 60px;
    padding-bottom: 100px; } }
@media screen and (min-width: 1200px) {
  .hplus-sticks {
    padding-top: 100px;
    padding-bottom: 137px; } }
@media screen and (min-width: 1800px) {
  .hplus-sticks {
    padding-top: 120px;
    padding-bottom: 180px; } }
.hplus-sticks__header > h2 {
  margin-bottom: 20px;
  color: #f6f6f6; }

@media screen and (min-width: 1200px) {
  .hplus-sticks__header > h2 {
    margin-bottom: 30px; } }
@media screen and (min-width: 1800px) {
  .hplus-sticks__header > h2 {
    margin-bottom: 50px; } }
.hplus-sticks__header > h3 {
  margin-bottom: 40px;
  color: #ebebeb; }

@media screen and (min-width: 1024px) {
  .hplus-sticks__header > h3 {
    margin-bottom: 84px; } }
@media screen and (min-width: 1200px) {
  .hplus-sticks__header > h3 {
    margin-bottom: 40px; } }
@media screen and (min-width: 1800px) {
  .hplus-sticks__header > h3 {
    margin-bottom: 50px; } }
.hplus-sticks-slider {
  position: relative; }

.hplus-sticks-slider .hplus-sticks-next, .hplus-sticks-slider .hplus-sticks-prev {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 32px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.3);
  z-index: 9;
  cursor: pointer; }

@media screen and (min-width: 1024px) {
  .hplus-sticks-slider .hplus-sticks-next, .hplus-sticks-slider .hplus-sticks-prev {
    bottom: 165px;
    visibility: visible;
    opacity: 1; } }
@media screen and (min-width: 1200px) {
  .hplus-sticks-slider .hplus-sticks-next, .hplus-sticks-slider .hplus-sticks-prev {
    bottom: 230px; } }
@media screen and (min-width: 1800px) {
  .hplus-sticks-slider .hplus-sticks-next, .hplus-sticks-slider .hplus-sticks-prev {
    bottom: 321px; } }
.hplus-sticks-slider .hplus-sticks-prev {
  left: -17px;
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/icn_arrow-dark-prev.svg?v=1423195676232423878"); }

@media screen and (min-width: 1800px) {
  .hplus-sticks-slider .hplus-sticks-prev {
    left: -24px; } }
.hplus-sticks-slider .hplus-sticks-next {
  right: -17px;
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/icn_arrow-dark-next.svg?v=15632369977912373629"); }

@media screen and (min-width: 1800px) {
  .hplus-sticks-slider .hplus-sticks-next {
    right: -24px; } }
.hplus-sticks-slider .hplus-sticks__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -21px; }

@media screen and (min-width: 768px) {
  .hplus-sticks-slider .hplus-sticks__list {
    margin: 0; } }
@media screen and (min-width: 1024px) {
  .hplus-sticks-slider .hplus-sticks__list {
    min-height: 458px;
    max-height: 458px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
@media screen and (min-width: 1200px) {
  .hplus-sticks-slider .hplus-sticks__list {
    min-height: 603px;
    max-height: 603px; } }
@media screen and (min-width: 1800px) {
  .hplus-sticks-slider .hplus-sticks__list {
    min-height: 838px;
    max-height: 838px; } }
.hplus-sticks-slider .hplus-sticks__item {
  position: relative;
  margin-bottom: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  color: #f6f6f6;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: .3s ease;
  -moz-transition: ease .3s;
  transition: .3s ease;
  cursor: pointer; }

.hplus-sticks-slider .hplus-sticks__item:last-child {
  margin-bottom: 0; }

.hplus-sticks-slider .hplus-sticks__item .hplus-sticks__item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

@media screen and (min-width: 1024px) {
  .hplus-sticks-slider .hplus-sticks__item {
    min-height: 458px;
    height: 458px;
    max-height: 458px; } }
@media screen and (min-width: 1200px) {
  .hplus-sticks-slider .hplus-sticks__item {
    min-height: 603px;
    height: 603px;
    max-height: 603px; } }
@media screen and (min-width: 1800px) {
  .hplus-sticks-slider .hplus-sticks__item {
    min-height: 838px;
    height: 838px;
    max-height: 838px; } }
.hplus-sticks-slider .hplus-sticks__item.is-active {
  min-height: 238px;
  height: 238px;
  max-height: 238px; }

@media screen and (min-width: 1024px) {
  .hplus-sticks-slider .hplus-sticks__item.is-active {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: none;
    min-height: 458px;
    height: 458px;
    max-height: 458px; } }
@media screen and (min-width: 1200px) {
  .hplus-sticks-slider .hplus-sticks__item.is-active {
    min-height: 603px;
    height: 603px;
    max-height: 603px; } }
@media screen and (min-width: 1800px) {
  .hplus-sticks-slider .hplus-sticks__item.is-active {
    min-height: 838px;
    height: 838px;
    max-height: 838px; } }
@media screen and (min-width: 1024px) {
  .hplus-sticks-slider .hplus-sticks__item {
    margin-bottom: 0;
    margin-right: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: none; }

  .hplus-sticks-slider .hplus-sticks__item:last-child {
    margin-right: 0; } }
.hplus-sticks__item-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  width: -moz-calc(100% - 178px);
  width: calc(100% - 178px);
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  visibility: visible;
  text-align: center;
  opacity: 1;
  -webkit-transition: .1s ease;
  -moz-transition: ease .1s;
  transition: .1s ease;
  text-transform: uppercase;
  z-index: 10; }

@media screen and (min-width: 1024px) {
  .hplus-sticks__item-title {
    display: none; } }
.hplus-sticks__item-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease;
  -moz-transition: ease .3s;
  transition: .3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  z-index: 11; }

@media screen and (min-width: 1024px) {
  .hplus-sticks__item-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 30px 15px 25px; } }
@media screen and (min-width: 1200px) {
  .hplus-sticks__item-wrap {
    margin: 50px 25px 40px; } }
@media screen and (min-width: 1800px) {
  .hplus-sticks__item-wrap {
    margin: 80px 53px 59px; } }
.hplus-sticks__item-wrap h5 {
  visibility: hidden;
  opacity: 0;
  text-transform: uppercase; }

@media screen and (min-width: 1024px) {
  .hplus-sticks__item-wrap h5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    text-align: center; } }
@media screen and (min-width: 1200px) {
  .hplus-sticks__item-wrap h5 {
    margin-bottom: 10px; } }
@media screen and (min-width: 1800px) {
  .hplus-sticks__item-wrap h5 {
    margin-bottom: 30px; } }
.hplus-sticks__item-wrap p {
  visibility: hidden;
  opacity: 0;
  margin-bottom: 20px; }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hplus-sticks__item-wrap p {
    line-height: 16px; } }
@media screen and (min-width: 1024px) {
  .hplus-sticks__item-wrap p {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 95px;
    max-height: 95px;
    text-align: center; } }
@media screen and (min-width: 1200px) {
  .hplus-sticks__item-wrap p {
    min-height: 126px;
    max-height: 126px; } }
.hplus-sticks__item-wrap .hplus-sticks__item-btn {
  visibility: hidden;
  opacity: 0;
  margin-top: auto; }

@media screen and (min-width: 1024px) {
  .hplus-sticks__item-wrap .hplus-sticks__item-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .hplus-sticks__item-wrap .hplus-sticks__item-btn .btn {
    padding: 0 23px; } }
.hplus-sticks__item-sticks {
  position: relative;
  margin-left: 0;
  margin-right: 92px;
  width: 50px;
  min-width: 50px;
  height: 80px;
  z-index: 1;
  -webkit-transition: .3s ease;
  -moz-transition: ease .3s;
  transition: .3s ease;
  -webkit-filter: drop-shadow(0 2px 32px black);
  filter: drop-shadow(0 2px 32px black); }

@media screen and (min-width: 1024px) {
  .hplus-sticks__item-sticks {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto 126px;
    width: 80px;
    min-width: 80px;
    height: 130px; } }
@media screen and (min-width: 1200px) {
  .hplus-sticks__item-sticks {
    margin: 0 auto 166px;
    width: 106px;
    min-width: 106px;
    height: 170px; } }
@media screen and (min-width: 1800px) {
  .hplus-sticks__item-sticks {
    margin: 0 auto 228px;
    width: 148px;
    min-width: 148px;
    height: 237px; } }
.hplus-sticks__item-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 21px 10px;
  height: 100%; }

@media screen and (min-width: 1024px) {
  .hplus-sticks__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
.hplus-sticks__item-inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 48px auto 0;
  width: 12px;
  height: 12px;
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/img_mobile-plus_hyper-plus.svg?v=18293990748697597644");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%; }

@media screen and (min-width: 1024px) {
  .hplus-sticks__item-inner:after {
    display: none; } }
.hplus-sticks__item-line {
  position: absolute;
  top: 0;
  right: 98px;
  bottom: 0;
  width: 80px;
  height: -moz-calc(100% + 5px);
  height: calc(100% + 5px);
  background-color: #2a2c2c;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  visibility: visible;
  opacity: 1;
  -webkit-transition: .2s ease;
  -moz-transition: ease .2s;
  transition: .2s ease; }

.hplus-sticks__item-line:before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #000; }

@media screen and (min-width: 1024px) {
  .hplus-sticks__item-line:before {
    display: none; } }
@media screen and (min-width: 1024px) {
  .hplus-sticks__item-line {
    height: 179px;
    top: auto;
    bottom: 107px;
    right: -5px;
    width: -moz-calc(100% + 5px);
    width: calc(100% + 5px);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid #000;
    border-left: 0;
    border-right: 0; } }
@media screen and (min-width: 1200px) {
  .hplus-sticks__item-line {
    height: 235px;
    bottom: 140px; } }
@media screen and (min-width: 1800px) {
  .hplus-sticks__item-line {
    right: -10px;
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    height: 328px;
    bottom: 191px; } }
.hplus-sticks__item:last-child .hplus-sticks__item-line {
  height: 100%; }

@media screen and (min-width: 1024px) {
  .hplus-sticks__item:last-child .hplus-sticks__item-line {
    right: 0;
    width: 100%;
    height: 179px; } }
@media screen and (min-width: 1200px) {
  .hplus-sticks__item:last-child .hplus-sticks__item-line {
    height: 235px; } }
@media screen and (min-width: 1800px) {
  .hplus-sticks__item:last-child .hplus-sticks__item-line {
    height: 328px; } }
.is-active .hplus-sticks__item-title {
  visibility: hidden;
  opacity: 0; }

.is-active .hplus-sticks__item-inner {
  padding: 30px 21px 20px; }

.is-active .hplus-sticks__item-inner:after {
  display: none; }

@media screen and (min-width: 1024px) {
  .is-active .hplus-sticks__item-inner {
    padding: 30px 15px 20px; } }
@media screen and (min-width: 1200px) {
  .is-active .hplus-sticks__item-inner {
    padding: 50px 25px 40px; } }
@media screen and (min-width: 1800px) {
  .is-active .hplus-sticks__item-inner {
    padding: 80px 53px 59px; } }
.is-active .hplus-sticks__item-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s; }

.is-active .hplus-sticks__item-wrap .hplus-sticks__item-btn, .is-active .hplus-sticks__item-wrap h5, .is-active .hplus-sticks__item-wrap p {
  visibility: visible;
  opacity: 1; }

.is-active .hplus-sticks__item-sticks {
  margin-left: 17px;
  width: 100px;
  min-width: 100px;
  height: 160px;
  position: relative;
  margin-right: 0;
  right: 0; }

@media screen and (min-width: 1024px) {
  .is-active .hplus-sticks__item-sticks {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto 86px;
    width: 119px;
    min-width: 119px;
    height: 190px; } }
@media screen and (min-width: 1200px) {
  .is-active .hplus-sticks__item-sticks {
    margin: 0 auto 113px;
    width: 156px;
    min-width: 156px;
    height: 250px; } }
@media screen and (min-width: 1800px) {
  .is-active .hplus-sticks__item-sticks {
    margin: 0 auto 153px;
    width: 218px;
    min-width: 218px;
    height: 350px; } }
.is-active .hplus-sticks__item-line {
  visibility: hidden;
  opacity: 0; }

.is-active + .hplus-sticks__item .hplus-sticks__item-line {
  top: -5px;
  height: -moz-calc(100% + 10px);
  height: calc(100% + 10px); }

@media screen and (min-width: 1024px) {
  .is-active + .hplus-sticks__item .hplus-sticks__item-line {
    top: auto;
    left: -5px;
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    height: 179px; } }
@media screen and (min-width: 1200px) {
  .is-active + .hplus-sticks__item .hplus-sticks__item-line {
    height: 235px; } }
@media screen and (min-width: 1800px) {
  .is-active + .hplus-sticks__item .hplus-sticks__item-line {
    left: -10px;
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    height: 328px; } }
.hplus-sticks.hplus-sticks-uniq {
  background-color: #fff;
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/hp-uniq_sticks--bg.png?v=2432666918894927740");
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: 20px -30px;
  margin-bottom: 0 !important; }

@media screen and (max-width: 767px) {
  .hplus-sticks.hplus-sticks-uniq {
    background-size: 230%;
    background-position: -240px 40px; }

  .hplus-sticks.hplus-sticks-uniq .hplus-sticks__item-line:before {
    background-color: transparent; } }
.hplus-sticks.hplus-sticks-uniq .hplus-sticks__header > h2 {
  color: #2a2c2c;
  margin-bottom: 20px; }

.hplus-sticks.hplus-sticks-uniq .hplus-sticks__header > h3 {
  color: #2a2c2c;
  margin-bottom: 40px; }

.hplus-sticks.hplus-sticks-uniq .hplus-sticks__item-overlay {
  opacity: 0; }

.hplus-sticks.hplus-sticks-uniq .hplus-sticks__item-line {
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px); }

.hplus-sticks.hplus-sticks-uniq .hplus-sticks-slider .hplus-sticks-prev {
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/icn_arrow-light-prev.svg?v=618224351407850259"); }

.hplus-sticks.hplus-sticks-uniq .hplus-sticks-slider .hplus-sticks-next {
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/icn_arrow-light-next.svg?v=11339630996353582961"); }

.hplus-sticks.hplus-sticks-uniq .hplus-sticks__item-line {
  border: none; }

@media screen and (min-width: 1800px) {
  .hplus-sticks.hplus-sticks-uniq {
    margin-bottom: 0 !important; } }
.page-infograph {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f6f6f6;
  z-index: 1; }

.page-infograph:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 500%;
  height: 100%;
  background-color: #f6f6f6;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1; }

@media screen and (min-width: 1200px) {
  .page-infograph {
    margin-top: 40px;
    margin-bottom: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center; }

  .page-infograph h5 {
    margin-bottom: 26px; } }
@media screen and (min-width: 1600px) {
  .page-infograph {
    margin-top: 60px; } }
.page-infograph__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (min-width: 768px) {
  .page-infograph__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
@media screen and (min-width: 992px) {
  .page-infograph__list {
    margin: 0 auto;
    max-width: 935px; } }
@media screen and (min-width: 1600px) {
  .page-infograph__list {
    max-width: 1200px; } }
.page-infograph__list .page-infograph__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }

.page-infograph__list .page-infograph__item svg {
  margin-right: 15px; }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page-infograph__list .page-infograph__item {
    width: 50%; } }
@media screen and (min-width: 1200px) {
  .page-infograph__list .page-infograph__item {
    margin-bottom: 0; } }
.page-infograph__list .page-infograph__item-body {
  text-align: left; }

@media screen and (min-width: 768px) {
  .page-infograph__list .page-infograph__item-body {
    max-width: 170px; } }
.page-infograph__list .page-infograph__item-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.page-infograph__list .page-infograph__item-ttl small {
  padding-top: 5px; }

.faq.faq--conditions {
  margin-top: 0; }

.faq.faq--conditions:not(:last-child) {
  margin-bottom: 30px; }

@media screen and (min-width: 1200px) {
  .faq.faq--conditions:not(:last-child) {
    margin-bottom: 40px; } }
.conditions-details {
  padding-top: 50px; }

@media screen and (min-width: 1200px) {
  .conditions-details {
    padding-top: 100px; } }
.conditions-details p:first-child {
  margin-bottom: 30px; }

@media screen and (min-width: 1200px) {
  .conditions-details p:first-child {
    margin-bottom: 40px; } }
body .qp_flex.cf2 .qp_flexc {
  width: 100%; }

body .qp_progress {
  position: absolute;
  bottom: auto;
  top: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2); }

body .qp_progi {
  border-radius: 0;
  background: #428f5d; }

.lessmore-main__inner {
  height: 450px;
  background: #6cc38a;
  color: #fff;
  overflow: hidden;
  padding-top: 65px;
  margin-bottom: 30px; }

.lessmore-wr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -18px; }

.lessmore-main {
  width: 40%;
  padding: 0 18px; }

.lessmore-main__tag {
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 1px;
  padding: 12px 0 9px;
  width: 104%;
  position: relative;
  left: -2%; }

.lessmore-main_tag-less {
  background: #8de1aa;
  -webkit-transform: rotate(-6.34deg);
  -moz-transform: rotate(-6.34deg);
  -ms-transform: rotate(-6.34deg);
  transform: rotate(-6.34deg);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 35px; }

.lessmore-main_tag-more {
  background: #428f5d;
  -webkit-box-shadow: 0 4px 12px rgba(235, 235, 235, 0.2);
  box-shadow: 0 4px 12px rgba(235, 235, 235, 0.2);
  -webkit-transform: rotate(6.16deg);
  -moz-transform: rotate(6.16deg);
  -ms-transform: rotate(6.16deg);
  transform: rotate(6.16deg);
  margin-bottom: 45px; }

.lessmore-main__footer {
  padding: 0 0 0 42px; }

.lessmore-main__txt {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25; }

.quiz-btn {
  background: #fff;
  border-radius: 30px;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 25px;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 44px;
  outline: 0;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #2a2c2c;
  letter-spacing: .75px;
  font-size: 14px; }

.quiz-btn, .quiz-btn:hover {
  text-decoration: none; }

.quiz-btn.quiz-btn-dark {
  background: #2a2c2c;
  color: #fff; }

.lessmore-main__txt {
  margin-bottom: 22px; }

.lessmore-item {
  width: 50%;
  padding: 0 18px; }

.lessmore-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 60%; }

.lessmore-item__img {
  margin-bottom: 27px; }

.lessmore-item__img img {
  width: 100%;
  height: auto; }

.lessmore-item__inner {
  -webkit-box-shadow: 0 4px 12px #ebebeb;
  box-shadow: 0 4px 12px #ebebeb;
  height: 450px;
  margin-bottom: 30px; }

.lessmore-item__cont {
  padding: 0 25px; }

.lessmore-item__txt-bl {
  height: 180px; }

.lessmore-item__txt-bl h4 {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 9px; }

.quiz-container {
  max-width: 1080px;
  margin: 0 auto; }

.lessmore-item__txt {
  font-size: 15px;
  line-height: 1.4; }

.quiz-back {
  padding-top: 46px;
  margin-bottom: 76px; }

.quiz-back.quiz-back_ny {
  padding-top: 60px;
  margin-bottom: 60px; }

.quiz-back a {
  color: #3a3a3a;
  font-size: 13px;
  text-decoration: none; }

.quiz-back a span {
  text-decoration: underline; }

.quiz-back svg {
  margin-right: 20px; }

body .quiz .qp_container {
  max-width: 630px;
  padding: 60px 0 0; }

.quiz-wr {
  position: relative;
  min-height: 400px; }

.quiz .qp_a {
  background: transparent;
  border: none;
  color: #fff;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0; }

.quiz .qp_a:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.quiz .qp_flexc {
  padding: 0; }

.quiz .qp_q {
  color: #fff;
  font-size: 26px;
  line-height: 1.15;
  margin: 0 0 13px; }

.quiz .qp_t {
  font-size: 15px;
  line-height: 1.4;
  min-height: 63px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px 10px 50px; }

.quiz .qp_t:after {
  content: "";
  display: block;
  height: 5px;
  background: #6cc38a;
  width: 50px;
  position: absolute;
  bottom: -3px;
  left: 0; }

.quiz .qp_t:before {
  font-size: 26px;
  position: absolute;
  margin-left: 0;
  left: 0; }

.quiz .qp_progp {
  margin: 0; }

.quiz .qp_flexc:not(:last-child) .qp_t {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

.quiz .qp_btn {
  border: 2px solid #fff;
  border-radius: 30px;
  font-size: 15px;
  text-transform: uppercase;
  line-height: normal; }

.quiz .qp_title {
  display: none; }

#quiz-back input {
  background: transparent;
  color: #fff; }

#quiz-end input, #quiz-next input {
  background: #fff;
  color: #2a2c2c; }

body .qp-win-btns .qp_btn {
  line-height: normal;
  border-radius: 30px;
  font-size: 15px;
  text-transform: uppercase;
  border: 2px solid #2a2c2c;
  color: #2a2c2c;
  background: transparent; }

.margin-bottom-40 {
  margin-bottom: 40px; }

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

.qresult {
  background: #f8f8f8; }

.qresult__img {
  margin-bottom: 85px;
  text-align: center; }

.qresult__title {
  font-size: 26px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 26px; }

.qresult__content {
  padding: 0 18px 80px 108px;
  margin-bottom: 40px; }

.qresult__content-inner {
  max-width: 730px; }

.qresult__share-cap {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 13px; }

.qresult__share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px; }

.qresult__share-el {
  margin-right: 20px; }

.qresult__share-el img {
  width: 44px;
  height: 44px; }

.qresult__text {
  margin-bottom: 58px; }

.qshare-section {
  margin-bottom: 76px; }

.qshare-section .btn {
  width: 206px; }

.qshare-section .btn:hover svg path {
  fill: #e35205; }

.qshare-section .btn svg {
  margin-right: 10px; }

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

.qshare-el {
  margin-right: 20px; }

.quiz {
  margin-bottom: 40px; }

.quiz-start {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.quiz-start__inner {
  height: 100%;
  background: #f8f8f8;
  padding-top: 37px; }

.quiz-start__img {
  margin-bottom: 25px; }

.quiz-start__img img {
  width: 100px;
  height: 100px; }

.quiz-start__header {
  font-size: 20px;
  color: #b0b0b0;
  margin-bottom: 60px;
  position: relative;
  font-weight: 600; }

.quiz-start__header:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background: #ebebeb;
  left: 0;
  top: 9px; }

.quiz-start__header span {
  position: relative;
  background: #f8f8f8;
  padding: 0 22px; }

.quiz-start__title {
  font-size: 42px;
  line-height: 1.1;
  text-transform: uppercase;
  max-width: 504px;
  margin: 0 auto 48px; }

.quiz-start__title br {
  display: none; }

.quiz-start__cont .quiz-btn {
  width: 232px; }

.copied-alert {
  position: fixed;
  width: 150px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
  right: 10px;
  top: 140px;
  z-index: 999;
  text-align: center; }

.copied-alert h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 400; }

.copy-link {
  cursor: pointer; }

.q-orange {
  color: #e35205; }

.quiz_ny {
  margin-top: -90px;
  margin-bottom: 0;
  padding-top: 110px;
  background: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/bg_qny.png?v=1568156407027477096") no-repeat 50% 50%/cover; }

.quiz_ny .qshare .btn-secondary {
  color: #fff;
  border-color: #fff; }

.quiz_ny .qshare .btn-secondary path {
  fill: #fff; }

.quiz_ny .qshare .btn-secondary:hover {
  border-color: #f38a0c;
  background-color: #ebebeb;
  color: #e35205; }

.quiz_ny .quiz-wr {
  margin-bottom: 45px; }

.quiz_ny .qshare-section {
  margin-bottom: 0;
  padding-bottom: 100px; }

.quiz_ny .quiz-container.quiz-embed {
  background-color: #f8f8f8;
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/bg_ny-quiz_01.png?v=11710768830991985806"), url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/bg_ny-quiz_03.png?v=13059160483826465976"), url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/bg_ny-quiz_07.png?v=3034002279389775188"), url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/bg_ny-quiz_08.png?v=7350548067860410380");
  background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
  background-position: 0 0,100% 0,100% 100%,0 100%;
  background-size: auto; }

.quiz_ny.quiz .qp_a, .quiz_ny.quiz .qp_q {
  color: #2a2c2c; }

.quiz_ny.quiz .qp_q {
  text-align: left; }

.quiz_ny.quiz .qp_t:after {
  background-color: #f8f8f8; }

.quiz_ny .qp_flexc:not(:last-child) .qp_t {
  border-bottom: 1px solid rgba(58, 58, 58, 0.4); }

.quiz_ny .qp_progress {
  background: #ebebeb; }

.quiz_ny .qp_progi {
  background: #b0b0b0; }

.quiz_ny #quiz-end input, .quiz_ny #quiz-next input {
  background: #2a2c2c;
  color: #fff; }

.quiz_ny #quiz-back input {
  color: #2a2c2c; }

.quiz_ny .qp_btn {
  border-color: #2a2c2c; }

.quiz-ny-txt {
  color: #fff;
  margin-bottom: 60px; }

.qny-drive {
  background: #f8f8f8;
  padding: 100px 0; }

.qny-drive h3 {
  text-transform: uppercase;
  margin-bottom: 0; }

.qny-drive-thesis__title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px; }

html[lang=ru] .qny-drive-thesis__title {
  font-size: 18px; }

.qny-drive-thesis__num {
  border-radius: 50%;
  width: 54px;
  height: 54px;
  border: 1px solid #e35205;
  color: #e35205;
  font-size: 30px;
  text-align: center;
  line-height: 52px; }

.qny-drive-thesis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.qny-drive-thesis__self {
  padding-left: 15px; }

.qny-drive-thesis__info {
  line-height: 29px;
  font-size: 13px; }

.qny-drive-thesis__info img {
  padding-right: 5px; }

.qny-drive__btn {
  padding-top: 55px; }

.qny-slider__item, .qny-slider__item .qny-slider__img img {
  display: inline-block; }

.qny-slider__item {
  padding-right: 92px; }

.qny-slider-wr {
  margin-right: -92px; }

.qny-slider__img {
  text-align: center;
  margin-bottom: 10px;
  height: 245px;
  padding-top: 60px; }

.qny-slider__title {
  margin-bottom: 30px; }

.qny-slider__title a {
  color: #3a3a3a;
  text-decoration: none; }

.qny-slider__price {
  padding-top: 10px;
  border-top: 1px solid #ebebeb;
  font-weight: 700; }

.qny-slider-container {
  margin: 0 auto;
  max-width: 1080px;
  overflow: hidden; }

#shopify-section-quiz-ny-slider {
  padding: 100px 0; }

.qny-drive h3 {
  text-align: center;
  margin-bottom: 33px; }

.qny-drive h3 br {
  display: none; }

.qny-slider .slick-dots {
  padding-top: 30px; }

.qny-slider .slick-dots li.slick-active button {
  background: #2f2f2f; }

.qny-slider .slick-dots li button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  padding: 0;
  background: #d8d8d8; }

@media screen and (min-width: 1800px) {
  .quiz-bnr .h1, .quiz-bnr h1 {
    font-size: 42px;
    line-height: 46px; } }
@media screen and (max-width: 1300px) {
  .qny-drive-thesis__title {
    font-size: 18px; }

  html[lang=ru] .qny-drive-thesis__title {
    font-size: 16px; } }
@media screen and (min-width: 1200px) {
  .qny-drive h3 {
    text-align: left;
    margin-bottom: 0; }

  .qny-drive h3 br {
    display: block; } }
@media screen and (max-width: 1199px) {
  html[lang=ru] .lessmore-main__tag {
    font-size: 30px; }

  .qny-drive h3 {
    text-align: center;
    margin-bottom: 33px; }

  .qny-drive h3 br {
    display: none !important; } }
@media screen and (min-width: 1024px) {
  .quiz-bnr .s-banner.s-banner--white-md .s-banner__content-desc {
    color: #fff; } }
@media screen and (max-width: 1024px) {
  .lessmore-items, .lessmore-main {
    width: 100%; }

  .lessmore-item__txt-bl {
    height: 160px; }

  .quiz-back {
    margin-bottom: 30px;
    padding-top: 0; }

  .quiz-back.quiz-back_ny {
    padding-top: 50px;
    margin-bottom: 50px; }

  .qresult__content {
    padding: 0 18px 40px; }

  .qny-slider-container .container {
    max-width: none; }

  .quiz_ny {
    background: none;
    margin-top: 0;
    padding-top: 0; }

  .quiz-ny-top-wr {
    background: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/bg_qny.png?v=1568156407027477096") no-repeat 50% 0/cover; }

  .quiz_ny .quiz-container.quiz-embed {
    background: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/bg_qny_mob.png?v=11285865859548749869") no-repeat 100% 20px #f8f8f8; }

  .quiz_ny.quiz .qp_q {
    padding-right: 20px; } }
@media screen and (max-width: 1023px) {
  .quiz-bnr_ny .quiz-bnr__cont-text .offset-md-2 {
    margin: 0; }

  .quiz-bnr_ny .quiz-bnr__cont-text .col-md-10 {
    width: 100%; }

  .quiz-bnr_ny .quiz-bnr__cont-text .s-banner__content-text {
    color: #fff; }

  .quiz-bnr_ny .s-banner__content-title:after {
    background-color: #fff; }

  .qny-drive-thesis {
    margin-bottom: 33px; }

  .qny-drive__inner {
    width: 295px;
    margin: 0 auto; }

  .qny-drive__btn {
    padding-top: 0; }

  .qny-drive__btn .btn {
    max-width: 330px;
    width: 100%; }

  .qny-drive {
    padding: 50px 0; } }
@media screen and (max-width: 885px) {
  .qny-slider__item {
    padding: 0 24px; }

  .qny-slider-wr {
    margin-right: -24px; }

  .qny-slider-wr .slick-dotted.slick-slider {
    margin-bottom: 0; }

  #shopify-section-quiz-ny-slider {
    padding: 45px 0; } }
@media screen and (max-width: 768px) {
  .lessmore-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 210px; }

  .lessmore-item__img {
    margin-bottom: 0;
    width: 40%; }

  .lessmore-item__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

  .lessmore-item {
    width: 100%; }

  .lessmore-item__cont {
    width: 60%; }

  .quiz-start__title {
    font-size: 24px; }

  .quiz-start__title br {
    display: block; }

  .qresult__content, .qshare-section, .quiz {
    margin-bottom: 30px; }

  .qshare {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .qshare-el {
    margin-right: 0; }

  .qshare-el:first-child {
    margin-bottom: 20px; }

  body .quiz .qp_container {
    padding: 43px 0 0; }

  .quiz .qp_q {
    font-size: 18px;
    padding: 0 18px; }

  .quiz .qp_t {
    font-size: 13px;
    padding: 10px 10px 10px 65px; }

  .quiz .qp_t:before {
    font-size: 36px; }

  .quiz .qp_t:after {
    width: 65px; }

  .quiz .qp_btn {
    font-size: 14px;
    width: 120px;
    min-width: 0; }

  .quiz .qp_bo {
    padding: 0 18px; }

  .quiz .qp_progp {
    height: 10px; }

  .qresult__img, .qresult__title {
    margin-bottom: 28px; }

  .qresult__title {
    font-size: 18px; }

  .qresult__share-cap {
    font-size: 13px; }

  .qresult__text {
    margin-bottom: 36px; }

  .quiz-ny-txt {
    margin-bottom: 20px; }

  .quiz_ny.quiz .qp_q {
    padding-right: 50px; } }
@media screen and (max-width: 575px) {
  .lessmore-item, .lessmore-main {
    padding: 0; }

  .lessmore-item__txt {
    font-size: 13px; }

  .lessmore-item__txt-bl {
    height: 175px; }

  .lessmore-item__txt-bl h4 {
    font-size: 18px; } }
@media screen and (max-width: 360px) {
  .lessmore-item__txt-bl h4 {
    line-height: 1.2;
    font-size: 16px; }

  .lessmore-item__txt {
    line-height: 1.2; }

  .lessmore-main__tag {
    font-size: 28px; } }
@media screen and (max-width: 767px) {
  .sbtd {
    max-width: 838px;
    max-height: 700px; }

  .abis, .sbtd {
    width: 100%;
    height: 100%; }

  .abis {
    max-width: 1228px;
    max-height: 800px; }

  .bftis {
    max-width: 30px;
    max-height: 30px; }

  .about-choose__item-info li img, .bftis, .bsbdfis {
    width: 100%;
    height: 100%; }

  .bsbdfis {
    max-width: 1000px;
    max-height: 800px; }

  .bdbcsi {
    max-width: 192px;
    max-height: 355px; }

  .bcddis, .bdbcsi {
    width: 100%;
    height: 100%; }

  .bcddis {
    max-width: 31px;
    max-height: 54px; }

  .bddis {
    width: 100%;
    height: 100%;
    max-width: 128px;
    max-height: 205px; }

  .bddis2 {
    max-width: 81px; }

  .bddis2, .bddis3 {
    width: 100%;
    height: 100%;
    max-height: 124px; }

  .bddis3 {
    max-width: 77px; }

  .dcapsules-number__02-img img {
    width: 143px;
    height: 97px; }

  .dcbbis {
    max-width: 68px;
    max-height: 140px; }

  .dcbbis, .img-berrys {
    width: 100%;
    height: 100%; }

  .img-berrys {
    max-width: 18px;
    max-height: 18px; }

  .dcapsules-banner__animation-1 .img-pineapples {
    width: 100%;
    height: 100%;
    max-width: 250px;
    max-height: 447px; }

  .dcapsules-number__01-img img:first-child, .dcbbbis {
    width: 100%;
    height: 100%; }

  .dcbbbis {
    max-width: 525px;
    max-height: 500px; }

  .dcapsules-number__02-num._s img {
    width: 100%;
    height: 100%;
    max-width: 251px;
    max-height: 160px; }

  .dcapsules-number__01-text img {
    width: 100%;
    max-width: 115px;
    height: 100%;
    max-height: 92px; }

  .dcdcico {
    width: 100%;
    height: 100%;
    max-width: 53px;
    max-height: 53px; }

  .dcapsules-pina__table-th img {
    width: 100%;
    height: 100%;
    max-width: 31px;
    max-height: 49px; }

  .ml-products__item .ml-products__item-bg img {
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 1106px; }

  .ml-banner__bg img {
    width: 100%;
    max-width: 2542px;
    height: 100%;
    max-height: 1260px; }

  .ml-product .ml-product__stick_size {
    max-width: 220px;
    height: 100%;
    max-height: 326px; }

  .ml-advantage__item .ml-advantage__item-wrap > img {
    width: 339px;
    min-width: 100%;
    height: 390px;
    max-height: 390px; }

  .ml-product__wrap-main_size {
    max-width: 1296px;
    max-height: 689px;
    width: 100%;
    height: 100%; }

  .ml-products__item-bg_size {
    max-width: 1688px;
    max-height: 602px;
    width: 100%;
    height: 100%; }

  .tdi img {
    width: 100%;
    height: 100%;
    max-width: 504px;
    max-height: 701px; }

  .product-card .product-card__image-wrapper img.pcgspis {
    max-width: 130px !important;
    width: 100%;
    height: 100%;
    max-height: 99px !important; }

  .blog-list__item-list-image-wrapper a img._s {
    width: 260px;
    height: 260px; }

  .blog-main-news__image img {
    width: 375px;
    height: 211px; }

  .blog-recycling__banner-left .img-1 picture > * {
    width: 100%;
    height: 100%;
    max-width: 390px;
    max-height: 415px; }

  .blog-recycling__banner-left .img-2 picture > * {
    width: 100%;
    height: 100%;
    max-width: 523px;
    max-height: 597px; }

  .blog-recycling__banner-left .img-3 picture > * {
    width: 100%;
    height: 100%;
    max-width: 184px;
    max-height: 321px; }

  .ml-product__stick._s {
    width: 100%;
    max-width: 185px;
    height: 100%;
    max-height: 300px; } }
.party-gen-bnr {
  background: #000; }

.party-gen-bnr h1 {
  font-size: 36px;
  line-height: 1.16;
  color: #fff;
  margin-bottom: 40px; }

.party-gen-bnr h1:after {
  display: none; }

.party-gen-bn-content-desc {
  color: #fff; }

.party-gen-main__container {
  max-width: 922px;
  margin: 0 auto;
  padding: 0 11px; }

.party-gen-main {
  background: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/bg_party-gen.png?v=15844960127405001024") no-repeat 50% 50%/cover;
  padding: 130px 0 140px; }

.party-gen {
  background: -webkit-gradient(linear, left top, left bottom, from(#1d1d1b), color-stop(190.09%, #f38a0c));
  background: -moz-linear-gradient(top, #1d1d1b 0, #f38a0c 190.09%);
  background: linear-gradient(180deg, #1d1d1b, #f38a0c 190.09%);
  opacity: .99;
  -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
  height: 361px;
  margin-bottom: 40px;
  position: relative; }

.party-gen.generated .party-gen__start {
  z-index: -1;
  opacity: 0;
  pointer-events: none; }

.party-gen.generated .party-tm {
  opacity: 1;
  pointer-events: all; }

.party-gen-wr {
  max-width: 648px;
  width: 100%; }

.party-gen__start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  z-index: 1; }

.party-gen-bl, .party-gen__start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.party-gen-bl {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -183px; }

.party-gen-bl__txt {
  font-size: 13px; }

.party-gen-page {
  background: #000;
  color: #fff; }

.party-tm {
  padding: 50px 56px 0;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  pointer-events: none; }

.party-tm h3 {
  text-transform: uppercase; }

.party-tm__cap {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #f38a0c;
  margin-bottom: 20px; }

.party-tm__txt {
  margin-bottom: 30px; }

.party-gen-sticks {
  margin: 0 auto;
  max-width: 1030px;
  text-align: center;
  padding: 0 25px 140px; }

.pgs-item {
  width: 33.33%;
  padding: 0 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.party-gen-sticks__cont, .pgs-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.party-gen-sticks__cont {
  margin: 0 -25px; }

.pgs-item__img {
  margin-bottom: 34px; }

.pgs-item__title {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.16;
  margin-bottom: 23px; }

.pgs-item__txt {
  margin-bottom: 48px; }

.pgs-item__btn .btn {
  width: 174px; }

@media screen and (max-width: 1200px) {
  .party-gen-bnr h1 {
    font-size: 30px; }

  .party-gen-bnr__txt {
    padding-left: 30px; } }
@media screen and (max-width: 1023px) {
  .party-gen-bnr__txt {
    padding-left: 0; }

  .party-tm .btn-primary--orange:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(#f38a0c), to(#e35205));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #f38a0c, #e35205);
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #f38a0c, #e35205);
    border-color: transparent;
    color: #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none; } }
@media screen and (max-width: 767px) {
  .party-gen-bnr h1 {
    margin-bottom: 20px;
    font-size: 24px; }

  .party-gen-bnr .s-banner__content-text {
    padding-top: 50px; }

  .party-gen-main__img {
    text-align: center; }

  .party-gen-bl {
    margin-top: 0; }

  .party-gen-main {
    padding: 50px 0;
    background: -moz-radial-gradient(50% 50%, 50% 50%, rgba(243, 138, 12, 0.7) 0, rgba(243, 138, 12, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(243, 138, 12, 0.7) 0, rgba(243, 138, 12, 0) 100%); }

  .party-gen-wr {
    margin: 0 auto; }

  .party-gen-bl__txt {
    display: none; }

  .party-gen {
    height: auto;
    min-height: 385px;
    margin-bottom: 0; }

  .party-tm {
    padding: 47px 11px; }

  .party-tm .btn {
    width: 100%; }

  .party-tm__cap {
    font-size: 18px;
    margin-bottom: 30px; }

  .party-gen-sticks {
    text-align: left;
    padding: 0 21px 100px; }

  .party-gen-sticks h2 {
    margin-bottom: 50px; }

  .pgs-item__title {
    font-size: 16px;
    margin-bottom: 10px; }

  .party-gen-sticks__cont {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .pgs-item {
    width: 100%;
    padding: 0; }

  .pgs-item:not(:last-child) {
    margin-bottom: 50px; }

  .pgs-item:nth-child(2) .pgs-item__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .pgs-item:nth-child(2) .pgs-item__txt-bl {
    padding-left: 0;
    padding-right: 12px;
    text-align: right; }

  .pgs-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }

  .pgs-item__img, .pgs-item__txt-bl {
    width: 50%; }

  .pgs-item__img {
    margin-bottom: 0; }

  .party-gen-sticks__cont {
    margin: 0; }

  .pgs-item__txt-bl {
    padding-top: 50px;
    padding-left: 12px; }

  .pgs-item__btn .btn {
    width: 100%; }

  .pgs-item__txt {
    font-size: 10px;
    line-height: 13px; }

  .party-gen__start {
    height: 385px; } }
@media screen and (max-width: 370px) {
  .pgs-item__txt-bl {
    padding-top: 15px; } }
.chatbot-bnr h1 {
  font-size: 34px;
  line-height: 1.12; }

.chatbot-bnr__content-text {
  padding-top: 110px; }

.chb-shtick {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 83px; }

.chb-shtick__img {
  width: 63px; }

.chb-shtick__cont-txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.chb-shtick__txt {
  max-width: 245px; }

.chb-shtick__cont-txt {
  padding-left: 30px; }

.chb-shtick-section h3 {
  margin-bottom: 16px;
  text-transform: uppercase; }

.chb-shtick-txt {
  max-width: 523px;
  margin-bottom: 64px; }

.chatbot-bnr {
  margin-bottom: 50px; }

.chb-join {
  background: -moz-linear-gradient(359.91deg, #8151be 0.88%, #5e4bc6 51.98%, #5d6cfd 99.99%);
  background: linear-gradient(90.09deg, #8151be 0.88%, #5e4bc6 51.98%, #5d6cfd 99.99%);
  padding: 16px 0 7px;
  color: #fff; }

.chb-join__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.chb-join__container {
  max-width: 930px;
  padding: 0 15px;
  margin: 0 auto; }

.chb-join__btns-inner {
  background: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/chbjoin.png?v=8700839170868181007") no-repeat 50% 50%/contain;
  width: 402px;
  height: 307px;
  padding: 154px 0 0 101px; }

.chb-join__txt-cont {
  padding-left: 47px; }

.chb-join__cap {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6; }

.chb-join__txt {
  line-height: 1.75;
  font-size: 18px; }

.chb-join__tele {
  color: #3a3a3a;
  margin-bottom: 13px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4; }

.chb-join__btns-cent {
  display: inline-block;
  text-align: center; }

.chb-join__btns, .chb-join__txt-cont {
  width: 50%; }

.chbmslider {
  background: #2a2c2c;
  color: #fff;
  padding: 72px 0; }

.chbmslider h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px; }

.chbmslider .slick-slider img {
  display: inline-block; }

.chbmslider .slick-slider .slick-next {
  right: 0;
  background: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/chmainslnav-next.svg?v=12159635505679948160") no-repeat 50% 50%; }

.chbmslider .slick-slider .slick-prev {
  left: 0;
  z-index: 1;
  background: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/chmainslnav.svg?v=17252746279349305588") no-repeat 50% 50%; }

.chbmslider__container {
  max-width: 1120px;
  padding: 0 15px;
  margin: 0 auto; }

.mainsl-item__inner {
  text-align: center; }

.chb-vertsl__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 491px;
  overflow: hidden; }

.chb-vertsl__img {
  height: 491px;
  width: 491px; }

.chb-vertsl__text-bl {
  padding-top: 40px;
  position: relative; }

.chb-vertsl__text-bl:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 44, 44, 0)), color-stop(40.1%, rgba(42, 44, 44, 0.86)), to(#2a2c2c));
  background: -moz-linear-gradient(top, rgba(42, 44, 44, 0) 0, rgba(42, 44, 44, 0.86) 40.1%, #2a2c2c 100%);
  background: linear-gradient(180deg, rgba(42, 44, 44, 0), rgba(42, 44, 44, 0.86) 40.1%, #2a2c2c);
  bottom: 0; }

.chb-vertsl__text-bl:after, .chb-vertsl__text-bl:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  height: 166px; }

.chb-vertsl__text-bl:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 44, 44, 0)), color-stop(59.37%, rgba(42, 44, 44, 0.94)), to(rgba(42, 44, 44, 0.98)));
  background: -moz-linear-gradient(top, rgba(42, 44, 44, 0) 0, rgba(42, 44, 44, 0.94) 59.37%, rgba(42, 44, 44, 0.98) 100%);
  background: linear-gradient(180deg, rgba(42, 44, 44, 0), rgba(42, 44, 44, 0.94) 59.37%, rgba(42, 44, 44, 0.98));
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 40px;
  z-index: 2; }

.chb-vertsl__text-bl-inner {
  position: relative;
  padding-top: 166px;
  top: 0;
  -webkit-transition: all 1s ease .1s;
  -moz-transition: all 1s ease .1s;
  transition: all 1s ease .1s; }

.chb-vertsl__text-bl-wr {
  overflow: hidden; }

.chb-vertsl__text {
  margin-bottom: 65px; }

.chb-vertsl__text p:last-child {
  margin-bottom: 16px; }

.chb-vertsl__img-bl {
  position: relative;
  top: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s; }

[data-item="02"] .chb-vertsl__img-bl {
  top: -491px; }

[data-item="02"] .chb-vertsl__text-bl-inner {
  top: -160px; }

[data-item="03"] .chb-vertsl__img-bl {
  top: -982px; }

[data-item="03"] .chb-vertsl__text-bl-inner {
  top: -340px; }

[data-item="04"] .chb-vertsl__img-bl {
  top: -1473px; }

[data-item="04"] .chb-vertsl__text-bl-inner {
  top: -490px; }

[data-item="05"] .chb-vertsl__img-bl {
  top: -1964px; }

[data-item="05"] .chb-vertsl__text-bl-inner {
  top: -650px; }

[data-item="06"] .chb-vertsl__img-bl {
  top: -2455px; }

[data-item="06"] .chb-vertsl__text-bl-inner {
  top: -775px; }

.chb-vertsl {
  position: relative; }

.chb-vertsl__nav-el {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  line-height: 1.4; }

.chb-vertsl__nav-el div {
  cursor: pointer; }

.chb-vertsl__nav-el.active {
  font-size: 48px;
  line-height: 1.1; }

.chb-vertsl__nav-el.active:after, .chb-vertsl__nav-el.active:before {
  height: 38px;
  content: "";
  display: inline-block;
  width: 1px;
  background: #555656; }

.chb-vertsl__nav-el:first-child:before, .chb-vertsl__nav-el:last-child:after {
  display: none; }

.chb-vertsl__nav {
  top: 124px;
  position: absolute;
  left: 0;
  text-align: center;
  z-index: 2;
  width: 45px; }

.chb-vertsl__btn {
  position: absolute;
  bottom: -30px;
  left: 150px; }

.chb-vertsl__btn .btn, .mainsl-item__btn .btn {
  min-width: 183px;
  white-space: nowrap; }

.chb-bonsl__btn .btn, .chb-join__btns-inner .btn, .chb-vertsl__btn .btn, .mainsl-item__btn .btn {
  background: #44d0e8;
  border: 2px solid #44d0e8; }

.mainsl-item__btn {
  margin-bottom: 28px; }

.mainsl-item__txt {
  max-width: 350px;
  margin: 0 auto; }

.chbmslider-mobile-slider-wr {
  width: 100%;
  display: none; }

.chb-bonsl__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 25px; }

.chb-bonsl {
  padding: 110px 0 60px;
  text-align: center; }

.chb-bonsl h3 {
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 13px; }

.chb-bonsl .slick-slide img {
  display: inline-block; }

.chb-bonsl .slick-arrow {
  height: 36px;
  margin-top: -19px; }

.chb-bonsl .slick-next {
  background: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/bonslnext.svg?v=17827926018363221570") no-repeat 50% 50%;
  right: -10px; }

.chb-bonsl .slick-prev {
  background: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/bonslprev.svg?v=8119463498171302017") no-repeat 50% 50%;
  left: -10px; }

.chb-bonsl-self {
  margin-bottom: 50px; }

.chb-bonsl__text {
  max-width: 640px;
  margin: 0 auto 80px; }

.bonsl-item {
  padding: 0 15px; }

.bonsl-item__img {
  margin-bottom: 18px;
  height: 140px; }

.bonsl-item__img img {
  max-height: 140px; }

.bonsl-item__title {
  height: 42px;
  margin-bottom: 12px; }

.bonsl-item__bonus {
  color: #f38a0c;
  font-weight: 700; }

.howgetbon {
  background: -moz-linear-gradient(359.91deg, #8151be 0.88%, #5e4bc6 5.01%, #5d6cfd 99.99%);
  background: linear-gradient(90.09deg, #8151be 0.88%, #5e4bc6 5.01%, #5d6cfd 99.99%);
  color: #fff;
  padding-top: 47px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1; }

.howgetbon h3 {
  text-transform: uppercase;
  margin-bottom: 10px; }

.howgetbon .slick-dotted.slick-slider {
  margin-bottom: 0; }

.howgetbon .subhow-mob {
  display: none; }

.howgetbon__text {
  margin-bottom: 59px; }

.howgetbon__inner {
  text-align: center;
  overflow: hidden; }

.howgetbon-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 890px;
  margin: 0 auto;
  padding-bottom: 47px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.howgetbon-list__el {
  width: 33%; }

.howgetbon-list__img {
  height: 75px; }

.howgetbon-list__img-1, .howgetbon-list__img-2 {
  position: relative;
  display: inline-block; }

.howgetbon-list__img-1:after, .howgetbon-list__img-2:after {
  content: "";
  display: block;
  border-bottom: 2px dashed #fff;
  top: 33px;
  position: absolute;
  width: 230px; }

.howgetbon-list__img-1:after {
  left: 115%; }

.howgetbon-list__img-2 {
  padding-left: 10px; }

.howgetbon-list__img-2:after {
  left: 95%; }

.subhow {
  text-align: left; }

.subhow .col-md-4:first-child, .subhow .col-md-4:nth-child(2) {
  position: relative;
  z-index: 1; }

.subhow__item-in {
  border-left: 1px solid #fff;
  padding-left: 24px; }

.subhow__item {
  padding: 20px;
  position: relative; }

.subhow_item_center {
  left: 5%; }

.subhow_item_last:before {
  content: "";
  height: 100%;
  width: 2000px;
  background: #2a2c2c;
  position: absolute;
  right: 100%;
  top: 0; }

.chbpage__container {
  max-width: 1166px;
  margin: 0 auto; }

.chatbot-page {
  font-size: 15px;
  line-height: 1.4; }

.subhow-mob .subhow__item {
  text-align: left; }

.subhow-mob .slick-list {
  padding: 0 0 0 30px; }

.subhow-mob .slick-next {
  right: 10px;
  background: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/chmainslnav-next.svg?v=12159635505679948160") no-repeat 50% 50%; }

.subhow-mob .slick-prev {
  background: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/chmainslnav.svg?v=17252746279349305588") no-repeat 50% 50%;
  left: 10px;
  z-index: 2; }

.subhow__item-mob-1, .subhow__item-mob-2 {
  background: #2a2c2c; }

[lang=ru] .subhow .chbpage__container, [lang=ru] .subhow .chbpage__container .container {
  max-width: 1400px; }

[lang=ru] .chb-join__btns-inner {
  padding-left: 92px; }

[lang=ru] .chb-join__btns-inner .btn {
  padding: 0 10px; }

[lang=ru] .chb-vertsl__btn {
  left: 120px; }

.chb-friend {
  font-size: 12px; }

.howgetbon__text-cont {
  padding: 0 15px; }

@media screen and (min-width: 1850px) {
  .subhow .chbpage__container {
    max-width: 1400px; } }
@media screen and (max-width: 1550px) {
  .chatbot-bnr__content-text {
    padding-top: 90px; } }
@media screen and (max-width: 1355px) {
  .subhow__item-in {
    font-size: 12px; } }
@media screen and (max-width: 1200px) {
  .chatbot-bnr h1 {
    font-size: 30px; }

  .chatbot-bnr__content-text {
    padding-top: 75px; }

  .subhow .chbpage__container .container {
    max-width: none; } }
@media screen and (max-width: 1023px) {
  .chbmslider-mobile-slider-wr {
    display: block; }

  .chb-join__btns, .chb-join__txt-cont, .howgetbon-list__el {
    width: 100%; }

  .chb-vertsl, .howgetbon-list__img-1:after, .howgetbon-list__img-2:after {
    display: none; }

  .howgetbon__text {
    margin-bottom: 29px; }

  .howgetbon-list__el:not(:last-child) {
    margin-bottom: 33px; }

  .chb-join__btns-inner {
    margin: 0 auto 26px; }

  .chb-join__txt-cont {
    padding: 0;
    text-align: center; }

  .chb-join {
    padding-bottom: 49px; }

  .howgetbon .subhow {
    display: none; }

  .howgetbon .subhow-mob {
    display: block; } }
@media screen and (min-width: 1024px) {
  .chatbot-bnr h1 {
    color: #fff; }

  .chatbot-bnr h1:after {
    background-color: #fff; } }
@media screen and (max-width: 767px) {
  .chb-shtick__txt {
    max-width: none; }

  .chb-shtick__txt br {
    display: none; }

  .chb-shtick {
    margin-bottom: 35px; }

  .chatbot-bnr__content-text {
    padding-top: 25px; }

  .chatbot-bnr h1 {
    font-size: 24px; }

  .chatbot-bnr {
    margin-bottom: 30px; }

  .chb-shtick-section h3 {
    margin-bottom: 8px; }

  .chb-shtick-txt {
    margin-bottom: 42px; }

  .chbpage__container {
    padding-bottom: 37px; }

  .chatbot-page {
    font-size: 13px; }

  .chb-bonsl {
    padding: 50px 0; }

  .chb-bonsl__text {
    margin: 0 auto 40px; }

  .chb-bonsl-self {
    margin-bottom: 30px; } }
@media screen and (max-width: 450px) {
  .chb-join__btns-inner {
    width: 330px;
    height: 252px;
    padding: 127px 0 0 84px; }

  .chb-join__tele {
    font-size: 20px;
    margin-bottom: 0; }

  .chb-join__btns-inner .btn {
    padding: 0 5px; }

  [lang=ru] .chb-join__btns-inner {
    padding-left: 70px; }

  [lang=ru] .chb-join__btns-inner .btn {
    font-size: 12px; } }
@media screen and (max-width: 375px) {
  .chb-join__container {
    padding: 0; }

  .chb-join__txt-cont {
    padding: 0 15px; }

  .chb-join {
    overflow: hidden; }

  [lang=ru] .subhow__item-in {
    font-size: 11px; } }
@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  src: url(https://fonts.shopifycdn.com/montserrat/montserrat_n4.1d581f6d4bf1a97f4cbc0b88b933bc136d38d178.woff2?hmac=b59fde63ef4778517ca8e872395c570039764aca6853b730acbc758c376d9202) format("woff2"), url(https://fonts.shopifycdn.com/montserrat/montserrat_n4.cfce41a967758ce5a9b7d48daeb5b028fd977a9b.woff?hmac=b6cef1bb12cdc3d77c249b06c507efafbf638d8f03ecf504ea0cef6a2e187c1b) format("woff");
  font-display: swap; }

@font-face {
  font-family: Work Sans;
  font-weight: 400;
  font-style: normal;
  src: url(https://fonts.shopifycdn.com/work_sans/worksans_n4.29e3afeb38a0ba35e784cf169a40e8beaf814daa.woff2?hmac=dedb1427c885abaf4ac174a375e9627c0878ba4cf0824fe037c5b89a9d9cc5ec) format("woff2"), url(https://fonts.shopifycdn.com/work_sans/worksans_n4.e7c533c4afbed28070f6ac45dbcfe6f37840c0a8.woff?hmac=b13e5ddf035674558e1b3d61bb7a3a8e7ea688739f742e54efe1c7ebb84224ba) format("woff");
  font-display: swap; }

@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  src: url(https://fonts.shopifycdn.com/montserrat/montserrat_n7.c496e9cf2031deec4c4bca338faa81971c8631d4.woff2?hmac=b9a918bf2f468523f460d46c1177ce19f91e4e2d2e985e9790e19f7a38d94a90) format("woff2"), url(https://fonts.shopifycdn.com/montserrat/montserrat_n7.78b0223375c94b39ce1af7e09a0225f2bb3d05f7.woff?hmac=8239ed8fbc7d038e4f5187456563d0dfae3f53b3737d96c3d6b510d70dafb13d) format("woff");
  font-display: swap; }

@font-face {
  font-family: Work Sans;
  font-weight: 700;
  font-style: normal;
  src: url(https://fonts.shopifycdn.com/work_sans/worksans_n7.35eac55373d3da50c529c81066eb2f2f0fbedb82.woff2?hmac=106ad2c6803d02bccb3ab6d82dad0056f5b7e17530be1fc4ed62ccb4e5b47ada) format("woff2"), url(https://fonts.shopifycdn.com/work_sans/worksans_n7.1b010d40a44f517d5363112c4aff386332758bc9.woff?hmac=a1d22b52337edde0eb1804e12b142c530b09ee4773c1f72c6bbb7a05b1ac7d07) format("woff");
  font-display: swap; }

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

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

@font-face {
  font-family: Mont;
  font-weight: 600;
  font-style: normal;
  src: url(Mont-SemiBold.eot?#iefix) format("embedded-opentype"), url(Mont-SemiBold.woff2) format("woff2"), url(Mont-SemiBold.woff) format("woff"), url(Mont-SemiBold.ttf) format("truetype"), url(Mont-SemiBold.svg#svgFontName) format("svg");
  font-display: swap; }

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

@font-face {
  font-family: Mont;
  font-weight: 800;
  font-style: normal;
  src: url(Mont-Heavy.eot?#iefix) format("embedded-opentype"), url(Mont-Heavy.woff2) format("woff2"), url(Mont-Heavy.woff) format("woff"), url(Mont-Heavy.ttf) format("truetype"), url(Mont-Heavy.svg#svgFontName) format("svg");
  font-display: swap; }

@font-face {
  font-family: Mont;
  font-weight: 900;
  font-style: normal;
  src: url(Mont-Black.eot?#iefix) format("embedded-opentype"), url(Mont-Black.woff2) format("woff2"), url(Mont-Black.woff) format("woff"), url(Mont-Black.ttf) format("truetype"), url(Mont-Black.svg#svgFontName) format("svg");
  font-display: swap; }

.fw-500 {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

.fw-800 {
  font-weight: 800; }

.fw-900 {
  font-weight: 900; }

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: inherit;
  text-transform: inherit;
  font-weight: 700; }

.h1.c-white:after, .h2.c-white:after, .h3.c-white:after, .h4.c-white:after, .h5.c-white:after, h1.c-white:after, h2.c-white:after, h3.c-white:after, h4.c-white:after, h5.c-white:after, h6.c-white:after {
  background-color: #f6f6f6; }

.h1, h1 {
  font-size: 24px;
  line-height: 28px; }

.h1:after, h1:after {
  content: "";
  display: block;
  background-color: #3a3a3a;
  width: 50px;
  height: 3px;
  margin: 11px 0 30px; }

@media screen and (min-width: 768px) {
  .h1, h1 {
    font-size: 31px;
    line-height: 36px; }

  .h1:after, h1:after {
    width: 80px;
    height: 5px;
    margin: 22px 0 37px; } }
@media screen and (min-width: 1200px) {
  .h1, h1 {
    font-size: 42px;
    line-height: 46px; }

  .h1:after, h1:after {
    margin: 30px 0 50px; } }
@media screen and (min-width: 1800px) {
  .h1, h1 {
    font-size: 48px;
    line-height: 56px; }

  .h1:after, h1:after {
    width: 106px;
    height: 7px;
    margin: 42px 0 64px; } }
.h2, h2 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 30px; }

@media screen and (min-width: 768px) {
  .h2, h2 {
    font-size: 26px;
    line-height: 30px; } }
@media screen and (min-width: 1200px) {
  .h2, h2 {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 42px; } }
@media screen and (min-width: 1800px) {
  .h2, h2 {
    margin-bottom: 50px;
    font-size: 42px;
    line-height: 46px; } }
.h3, h3 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px; }

@media screen and (min-width: 768px) {
  .h3, h3 {
    font-size: 20px;
    line-height: 26px; } }
@media screen and (min-width: 1200px) {
  .h3, h3 {
    font-size: 26px;
    line-height: 30px; } }
@media screen and (min-width: 1800px) {
  .h3, h3 {
    margin-bottom: 50px;
    font-size: 36px;
    line-height: 42px; } }
.h4, h4 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px; }

@media screen and (min-width: 768px) {
  .h4, h4 {
    font-size: 20px;
    line-height: 26px; } }
@media screen and (min-width: 1200px) {
  .h4, h4 {
    font-size: 24px;
    line-height: 24px; } }
@media screen and (min-width: 1800px) {
  .h4, h4 {
    margin-bottom: 40px;
    font-size: 31px;
    line-height: 36px; } }
.h5, h5 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px; }

@media screen and (min-width: 1200px) {
  .h5, h5 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px; } }
@media screen and (min-width: 1800px) {
  .h5, h5 {
    font-size: 26px;
    line-height: 30px; } }
.h6, h6 {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px; }

@media screen and (min-width: 768px) {
  .h6, h6 {
    font-size: 16px;
    line-height: 22px; } }
@media screen and (min-width: 1200px) {
  .h6, h6 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px; } }
.bold {
  font-size: 36px;
  letter-spacing: 0;
  line-height: 40px;
  color: #3a3a3a;
  font-weight: 700; }

@media screen and (min-width: 1200px) {
  .bold {
    font-size: 48px;
    line-height: 50px; } }
.small, small {
  font-size: 10px;
  letter-spacing: 0;
  line-height: 13px;
  color: #757575; }

@media screen and (min-width: 1800px) {
  .small, small {
    font-size: 13px;
    line-height: 20px; } }
@media screen and (min-width: 768px) {
  small.f-13-20 {
    font-size: 13px;
    line-height: 20px; } }
@media screen and (min-width: 1800px) {
  small.f-13-20 {
    font-size: 15px;
    line-height: 21px; } }
.text-uppercase {
  text-transform: uppercase !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.f-10 {
  font-size: 9px;
  line-height: 11px; }

@media screen and (min-width: 1200px) {
  .f-10 {
    font-size: 10px;
    line-height: 12px; } }
.f-10-only {
  font-size: 10px;
  line-height: 13px; }

.f-15-20-only {
  font-size: 15px;
  line-height: 20px; }

.f-10-n {
  font-size: 10px;
  line-height: 13px; }

@media screen and (min-width: 1200px) {
  .f-10-n {
    font-size: 13px;
    line-height: 15px; } }
@media screen and (min-width: 1800px) {
  .f-10-n {
    font-size: 15px;
    line-height: 21px; } }
.f-13-n12 {
  font-size: 12px;
  line-height: 15px; }

@media screen and (min-width: 768px) {
  .f-13-n12 {
    font-size: 13px;
    line-height: 20px; } }
@media screen and (min-width: 1200px) {
  .f-13-n12 {
    font-size: 15px;
    line-height: 21px; } }
@media screen and (min-width: 1800px) {
  .f-13-n12 {
    font-size: 20px;
    line-height: 25px; } }
.f-13-10-13 {
  font-size: 13px;
  line-height: 20px; }

@media screen and (min-width: 1024px) {
  .f-13-10-13 {
    font-size: 10px;
    line-height: 13px; } }
@media screen and (min-width: 1200px) {
  .f-13-10-13 {
    font-size: 13px;
    line-height: 20px; } }
.f-13-n, .f-13-only {
  font-size: 13px;
  line-height: 20px; }

@media screen and (min-width: 1200px) {
  .f-13-n {
    font-size: 15px;
    line-height: 21px; } }
@media screen and (min-width: 1800px) {
  .f-13-n {
    font-size: 20px;
    line-height: 25px; } }
.f-13-lh-16 {
  font-size: 13px;
  line-height: 16px; }

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .f-13-lh-16 {
    font-size: 11px;
    line-height: 15px; } }
@media screen and (min-width: 1200px) {
  .f-13-lh-16 {
    font-size: 14px;
    line-height: 19px; } }
@media screen and (min-width: 1800px) {
  .f-13-lh-16 {
    font-size: 16px;
    line-height: 21px; } }
.f-13 {
  font-size: 13px;
  line-height: 20px; }

@media screen and (min-width: 768px) {
  .f-13 {
    font-size: 15px;
    line-height: 21px; } }
@media screen and (min-width: 1800px) {
  .f-13 {
    font-size: 20px;
    line-height: 25px; } }
.f-13-15 {
  font-size: 13px;
  line-height: 15px; }

@media screen and (min-width: 1800px) {
  .f-13-15 {
    font-size: 15px;
    line-height: 21px; } }
.f-15-20--400 {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400; }

@media screen and (min-width: 1024px) {
  .f-15-20--400 {
    font-size: 20px;
    line-height: 25px; } }
.f-15 {
  font-size: 13px;
  line-height: 20px; }

@media screen and (min-width: 768px) {
  .f-15 {
    font-size: 15px;
    line-height: 21px; } }
.f-15-20 {
  font-size: 15px;
  line-height: 21px; }

@media screen and (min-width: 1200px) {
  .f-15-20 {
    font-size: 20px;
    line-height: 25px; } }
.f-16-26 {
  font-size: 16px;
  line-height: 22px; }

@media screen and (min-width: 1024px) {
  .f-16-26 {
    font-size: 20px;
    line-height: 26px; } }
@media screen and (min-width: 1200px) {
  .f-16-26 {
    font-size: 26px;
    line-height: 30px; } }
@media screen and (min-width: 1800px) {
  .f-16-26 {
    font-size: 36px;
    line-height: 42px; } }
.f-16-26-n {
  font-size: 16px;
  line-height: 22px; }

@media screen and (min-width: 1200px) {
  .f-16-26-n {
    font-size: 20px;
    line-height: 26px; } }
@media screen and (min-width: 1800px) {
  .f-16-26-n {
    font-size: 26px;
    line-height: 30px; } }
.f-16-26-m {
  font-size: 16px;
  line-height: 22px; }

@media screen and (min-width: 768px) {
  .f-16-26-m {
    font-size: 20px;
    line-height: 26px; } }
@media screen and (min-width: 1800px) {
  .f-16-26-m {
    font-size: 26px;
    line-height: 30px; } }
.f-16-26-h {
  font-size: 16px;
  line-height: 22px; }

@media screen and (min-width: 1200px) {
  .f-16-26-h {
    font-size: 20px;
    line-height: 26px; } }
@media screen and (min-width: 1800px) {
  .f-16-26-h {
    font-size: 26px;
    line-height: 30px; } }
.f-20-26--w700 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700; }

@media screen and (min-width: 768px) {
  .f-20-26--w700 {
    font-size: 26px;
    line-height: 30px; } }
.f-20-36--w700 {
  font-size: 20px;
  line-height: 26px; }

@media screen and (min-width: 1200px) {
  .f-20-36--w700 {
    font-size: 26px;
    line-height: 30px; } }
@media screen and (min-width: 1800px) {
  .f-20-36--w700 {
    font-size: 36px;
    line-height: 42px; } }
.f-20-42--w700 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700; }

@media screen and (min-width: 768px) {
  .f-20-42--w700 {
    font-size: 26px;
    line-height: 30px; } }
@media screen and (min-width: 1200px) {
  .f-20-42--w700 {
    font-size: 36px;
    line-height: 42px; } }
@media screen and (min-width: 1800px) {
  .f-20-42--w700 {
    font-size: 42px;
    line-height: 42px; } }
.f-18 {
  font-size: 14px;
  line-height: 17px; }

@media screen and (min-width: 768px) {
  .f-18 {
    font-size: 18px;
    line-height: 22px; } }
.f-20--w600 {
  font-size: 15px;
  line-height: 21px;
  font-weight: 600; }

@media screen and (min-width: 768px) {
  .f-20--w600 {
    font-size: 20px;
    line-height: 25px; } }
.f-20--w700 {
  font-size: 15px;
  line-height: 21px;
  font-weight: 700; }

@media screen and (min-width: 768px) {
  .f-20--w700 {
    font-size: 20px;
    line-height: 25px; } }
.f-15--w600 {
  font-size: 15px;
  line-height: 21px; }

.f-23 {
  font-size: 18px;
  line-height: 22px; }

@media screen and (min-width: 768px) {
  .f-23 {
    font-size: 23px;
    line-height: 28px; } }
@media screen and (min-width: 1200px) and (max-width: 1799px) {
  .f-23--21_1366 {
    font-size: 21px;
    line-height: 26px; } }
.f-23__10 {
  font-size: 10px;
  line-height: 10px; }

@media screen and (min-width: 768px) {
  .f-23__10 {
    font-size: 15px;
    line-height: 18px; } }
@media screen and (min-width: 1200px) {
  .f-23__10 {
    font-size: 23px;
    line-height: 28px; } }
@media screen and (min-width: 1200px) and (max-width: 1799px) {
  .f-23__10 {
    font-size: 15px;
    line-height: 18px; } }
.f-25 {
  font-size: 18px;
  line-height: 22px; }

@media screen and (min-width: 768px) {
  .f-25 {
    font-size: 23px;
    line-height: 28px; } }
@media screen and (min-width: 1200px) {
  .f-25 {
    font-size: 25px;
    line-height: 30px; } }
.f-40 {
  font-size: 20px;
  line-height: 1; }

@media screen and (min-width: 768px) {
  .f-40 {
    font-size: 30px; } }
@media screen and (min-width: 1200px) {
  .f-40 {
    font-size: 40px; } }
.f-48 {
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -1px; }

@media screen and (min-width: 768px) {
  .f-48 {
    font-size: 48px;
    line-height: 48px; } }
.f-50 {
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -1px; }

@media screen and (min-width: 768px) {
  .f-50 {
    font-size: 48px;
    line-height: 48px; } }
@media screen and (min-width: 1200px) {
  .f-50 {
    font-size: 50px;
    line-height: 50px; } }
.lh-1 {
  line-height: 1; }

.fw-400 {
  font-weight: 400; }

.fw-700 {
  font-weight: 700; }

.font-border {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #3a3a3a; }

.font-border:after {
  content: none; }

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .font-border {
    color: #3a3a3a;
    -webkit-text-fill-color: unset;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: unset; } }
.text-center__sm {
  text-align: center; }

@media screen and (min-width: 768px) {
  .text-center__md {
    text-align: center; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text-center__md-lg {
    text-align: center; } }
@media screen and (min-width: 1024px) {
  .text-center__lg {
    text-align: center; } }
@media screen and (min-width: 1200px) {
  .text-center__xl {
    text-align: center; } }
@media screen and (min-width: 1800px) {
  .text-center__xxl {
    text-align: center; } }
.text-right {
  text-align: right !important; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: none; }

button {
  background-color: transparent;
  border-color: transparent; }

button[disabled] {
  opacity: 1 !important; }

.btn:focus, a:focus, button:focus {
  outline: none; }

.btn.w-100, a.w-100, button.w-100 {
  width: 100%; }

a {
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
  color: #ff9e1b;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-shadow: -.25px -.25px 0 transparent,.25px .25px transparent; }

a, a:active, a:focus, a:hover {
  text-decoration: underline; }

a.a-link--dark {
  color: #3a3a3a;
  text-decoration: none; }

a.a-link--dark:hover {
  color: #f38a0c; }

.a-clear, .a-primary, .a-secondary {
  font-size: 13px;
  line-height: 20px; }

@media screen and (min-width: 1800px) {
  .a-clear, .a-primary, .a-secondary {
    font-size: 15px;
    line-height: 21px; } }
.a-primary, .a-secondary {
  text-decoration: underline; }

.a-clear, .a-clear:hover {
  color: #e35205;
  text-decoration: none; }

.a-clear:hover {
  text-shadow: -.25px -.25px 0 #e35205,.25px .25px #e35205; }

.a-clear.a--dark {
  color: #f8f8f8; }

.a-clear.a--dark:hover, .a-primary, .a-primary.a--dark, .a-primary:hover {
  color: #e35205; }

.a-secondary {
  color: #3a3a3a; }

.a-secondary:hover {
  color: #e35205; }

.a-secondary.a--dark {
  color: #f8f8f8; }

.a-secondary.a--dark:hover {
  color: #e35205; }

.a--dark.a--disabled, .a--dark.a--disabled:hover {
  color: #b0b0b0 !important; }

.a--disabled {
  color: #b0b0b0 !important;
  cursor: none !important; }

.a--disabled:active, .a--disabled:focus, .a--disabled:hover {
  cursor: none !important;
  pointer-events: none;
  color: #b0b0b0 !important; }

.btn, a .btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0;
  height: 44px;
  line-height: 1;
  width: 100%;
  max-width: 270px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .75px;
  text-align: center;
  outline: none;
  text-transform: uppercase;
  color: #f6f6f6;
  background-color: #2a2c2c;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid #2a2c2c;
  text-shadow: none; }

@supports (-webkit-touch-callout: none) {
  .btn, a .btn {
    display: -webkit-box;
    display: -webkit-inline-box; } }
.btn:after, a .btn:after {
  content: none; }

.btn--small, a .btn--small {
  height: 30px; }

.btn--disabled, .btn[disabled], a .btn--disabled, a .btn[disabled] {
  color: #757575;
  background-color: transparent;
  pointer-events: none;
  border-color: #b0b0b0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn--disabled:after, .btn[disabled]:after, a .btn--disabled:after, a .btn[disabled]:after {
  content: none; }

.btn:hover, a .btn:hover {
  color: #e35205;
  text-shadow: none;
  text-decoration: none; }

.btn:active, .btn:focus, a .btn:active, a .btn:focus {
  text-decoration: none; }

.btn.btn--full, a .btn.btn--full {
  width: 100%; }

.btn-dc {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 44px;
  height: 44px;
  border: 3px solid #9c80d8;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.12));
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .7px;
  text-transform: uppercase;
  text-align: center;
  color: #451c8d;
  background-color: transparent;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-decoration: none; }

@media screen and (min-width: 768px) {
  .btn-dc {
    height: 60px; } }
@media screen and (min-width: 1800px) {
  .btn-dc {
    padding: 0 78px; } }
.btn-dc:hover {
  background-color: #9c80d8;
  -webkit-filter: none;
  filter: none;
  color: #fff;
  text-decoration: none; }

.btn-primary, .btn-round, .btn-secondary, .shopify-challenge__button {
  font-size: 14px;
  width: auto;
  max-width: inherit;
  border-radius: 99px;
  padding: 0 25px;
  font-weight: 700;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

.btn-primary--primary, .btn-round--primary, .btn-secondary--primary, .shopify-challenge__button--primary {
  background-color: #2a2c2c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a2c2c), to(#2a2c2c)), -webkit-gradient(linear, left top, right top, from(#2a2c2c), to(#2a2c2c));
  background-image: -moz-linear-gradient(#2a2c2c, #2a2c2c), -moz-linear-gradient(left, #2a2c2c 0, #2a2c2c 100%);
  background-image: linear-gradient(#2a2c2c, #2a2c2c), linear-gradient(90deg, #2a2c2c, #2a2c2c); }

.btn-primary--primary:hover, .btn-round--primary:hover, .btn-secondary--primary:hover, .shopify-challenge__button--primary:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(#f38a0c), to(#e35205));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #f38a0c 0, #e35205 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #f38a0c, #e35205);
  -webkit-box-shadow: 2px 1000px 1px #ebebeb inset;
  box-shadow: inset 2px 1000px 1px #ebebeb; }

.btn-primary.btn--disabled, .btn-primary[disabled], .btn-round.btn--disabled, .btn-round[disabled], .btn-secondary.btn--disabled, .btn-secondary[disabled], .shopify-challenge__button.btn--disabled, .shopify-challenge__button[disabled] {
  color: #757575;
  border-color: #b0b0b0;
  background-color: transparent; }

.btn-primary, .btn-round, .shopify-challenge__button {
  color: #f6f6f6;
  background-color: #2a2c2c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(#2a2c2c), to(#2a2c2c));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #2a2c2c 0, #2a2c2c 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #2a2c2c, #2a2c2c);
  -webkit-transition: background-image .9s ease-in-out,-webkit-box-shadow .3s linear;
  transition: background-image .9s ease-in-out,-webkit-box-shadow .3s linear;
  -moz-transition: background-image .9s ease-in-out,box-shadow .3s linear;
  transition: background-image .9s ease-in-out,box-shadow .3s linear;
  transition: background-image .9s ease-in-out,box-shadow .3s linear,-webkit-box-shadow .3s linear; }

.btn-primary--orange, .btn-round--orange, .shopify-challenge__button--orange {
  border-color: transparent;
  color: #f6f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(#f38a0c), to(#e35205));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #f38a0c 0, #e35205 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #f38a0c, #e35205);
  background-origin: border-box;
  background-clip: content-box,border-box; }

.btn-primary--orange.btn--disabled, .btn-primary--orange[disabled], .btn-primary.btn--disabled, .btn-primary[disabled], .btn-round--orange.btn--disabled, .btn-round--orange[disabled], .btn-round.btn--disabled, .btn-round[disabled], .shopify-challenge__button--orange.btn--disabled, .shopify-challenge__button--orange[disabled], .shopify-challenge__button.btn--disabled, .shopify-challenge__button[disabled] {
  color: #757575;
  border-color: #b0b0b0;
  background-color: transparent;
  background-image: none; }

.btn-primary:hover, .btn-round:hover, .shopify-challenge__button:hover {
  border-color: #f38a0c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(#f38a0c), to(#e35205));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #f38a0c 0, #e35205 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #f38a0c, #e35205);
  -webkit-box-shadow: 2px 1000px 1px #ebebeb inset;
  box-shadow: inset 2px 1000px 1px #ebebeb; }

.btn-primary--icon svg, .btn-round--icon svg, .shopify-challenge__button--icon svg {
  margin-right: 9px; }

.btn-primary--icon:hover svg path, .btn-round--icon:hover svg path, .shopify-challenge__button--icon:hover svg path {
  fill: #f38a0c; }

.btn-secondary {
  color: #3a3a3a;
  background-color: transparent; }

.btn-secondary:hover {
  border-color: #f38a0c;
  background-color: #ebebeb; }

.btn-secondary--orange, .btn-secondary--orange:hover {
  border-color: #f38a0c; }

.btn-secondary--orange-clr {
  color: #f38a0c; }

.btn-secondary--icon svg, .btn-secondary--icon svg path {
  -webkit-transition: all .3s ease;
  -moz-transition: all ease .3s;
  transition: all .3s ease; }

.btn-secondary--icon:hover svg path {
  fill: #e35205; }

.btn-secondary--white {
  border-color: #f8f8f8;
  color: #ebebeb;
  background-color: transparent; }

.btn-secondary--white:hover {
  color: #f38a0c;
  border-color: #f38a0c;
  background-color: transparent; }

@media screen and (min-width: 1024px) {
  .btn-secondary--white-md {
    border-color: #fff;
    color: #fff;
    background-color: transparent; }

  .btn-secondary--white-md:hover {
    color: #f38a0c;
    border-color: #f38a0c;
    background-color: transparent; }

  .btn-secondary--white-md h1:after {
    background-color: #fff; } }
.btn-secondary--white-full {
  border-color: #fff;
  color: #fff;
  background-color: transparent; }

.btn-secondary--white-full:hover {
  color: #f38a0c;
  border-color: #f38a0c;
  background-color: transparent; }

.btn-secondary.btn--disabled, .btn-secondary[disabled] {
  color: #757575;
  border-color: #b0b0b0;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-product-icon svg, .btn-product-icon svg path {
  -webkit-transition: all .3s ease;
  -moz-transition: all ease .3s;
  transition: all .3s ease; }

.btn-product-icon:hover {
  background: -webkit-gradient(linear, left top, right top, from(#f38a0c), to(#e35205)) padding-box, -webkit-gradient(linear, left top, right top, from(#f38a0c), to(#e35205)) border-box;
  background: -moz-linear-gradient(left, #f38a0c 0, #e35205 100%) padding-box, -moz-linear-gradient(left, #f38a0c 0, #e35205 100%) border-box;
  background: linear-gradient(90deg, #f38a0c, #e35205) padding-box, linear-gradient(90deg, #f38a0c 0, #e35205) border-box;
  border-color: transparent; }

.btn-product-icon:hover svg path {
  fill: #fff; }

.btn-product-icon.btn--disabled, .btn-product-icon[disabled] {
  color: #757575;
  border-color: #b0b0b0;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-product-icon.btn--disabled svg path, .btn-product-icon[disabled] svg path {
  fill: #b0b0b0; }

.btn--dark.btn {
  border-color: #f8f8f8;
  background-color: transparent;
  color: #ebebeb; }

.btn--dark.btn:hover {
  color: #ff9e1b;
  text-decoration: none; }

.btn--dark.btn.btn--disabled, .btn--dark.btn[disabled] {
  color: #757575;
  background-color: transparent;
  pointer-events: none;
  border-color: #757575; }

.btn--dark.btn-primary, .btn--dark.btn-round {
  border-color: #f6f6f6;
  color: #ebebeb;
  background-image: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

.btn--dark.btn-primary:hover, .btn--dark.btn-round:hover {
  border-color: #ff9e1b;
  color: #ff9e1b;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn--dark.btn-primary--orange, .btn--dark.btn-round--orange {
  color: #f6f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(#f38a0c), to(#e35205));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #f38a0c 0, #e35205 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #f38a0c, #e35205); }

.btn--dark.btn-primary--orange, .btn--dark.btn-primary--orange:hover, .btn--dark.btn-round--orange, .btn--dark.btn-round--orange:hover {
  border-color: transparent;
  -webkit-transition: all .3s,background-image .9s ease-in-out,-webkit-box-shadow .3s linear;
  transition: all .3s,background-image .9s ease-in-out,-webkit-box-shadow .3s linear;
  -moz-transition: all .3s,background-image .9s ease-in-out,box-shadow .3s linear;
  transition: all .3s,background-image .9s ease-in-out,box-shadow .3s linear;
  transition: all .3s,background-image .9s ease-in-out,box-shadow .3s linear,-webkit-box-shadow .3s linear; }

.btn--dark.btn-primary--orange:hover, .btn--dark.btn-round--orange:hover {
  color: #ff9e1b;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(#f38a0c), to(#f38a0c));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #f38a0c 0, #f38a0c 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #f38a0c, #f38a0c);
  -webkit-box-shadow: 2px 1000px 1px #2a2c2c inset;
  box-shadow: inset 2px 1000px 1px #2a2c2c; }

.btn--dark.btn-primary.btn--disabled, .btn--dark.btn-primary[disabled], .btn--dark.btn-round.btn--disabled, .btn--dark.btn-round[disabled] {
  background-color: transparent; }

.btn--dark.btn-secondary {
  border-color: #f8f8f8;
  color: #ebebeb; }

.btn--dark.btn-secondary:hover {
  color: #ff9e1b;
  border-color: #ff9e1b; }

.btn--dark.btn-secondary--orange {
  border-color: #f8f8f8;
  color: #ebebeb; }

.btn--dark.btn-secondary--orange:hover {
  border-color: #ff9e1b;
  color: #ff9e1b;
  background-color: transparent; }

.btn--dark.btn-secondary.btn--disabled, .btn--dark.btn-secondary[disabled] {
  background-color: transparent; }

.btn-icon, a.btn-icon, button.btn-icon {
  height: 44px;
  width: 100%;
  max-width: 300px;
  padding: 0 11px;
  background-color: transparent;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #3a3a3a;
  text-shadow: none;
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.btn-icon:before, a.btn-icon:before, button.btn-icon:before {
  content: "";
  position: absolute;
  height: 2px;
  width: -moz-calc(100% - 22px);
  width: calc(100% - 22px);
  top: 0;
  left: 11px;
  background-color: #ebebeb; }

.btn-icon:after, a.btn-icon:after, button.btn-icon:after {
  content: none; }

.btn-icon svg, a.btn-icon svg, button.btn-icon svg {
  margin-left: 10px; }

.btn-icon svg, .btn-icon svg path, a.btn-icon svg, a.btn-icon svg path, button.btn-icon svg, button.btn-icon svg path {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.btn-icon:hover, a.btn-icon:hover, button.btn-icon:hover {
  text-shadow: none;
  color: #e35205;
  text-decoration: none; }

.btn-icon:hover svg, a.btn-icon:hover svg, button.btn-icon:hover svg {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px); }

.btn-icon:hover svg path, a.btn-icon:hover svg path, button.btn-icon:hover svg path {
  fill: #e35205; }

.btn-icon--disabled, .btn-icon[disabled], a.btn-icon--disabled, a.btn-icon[disabled], button.btn-icon--disabled, button.btn-icon[disabled] {
  pointer-events: none;
  color: #b0b0b0; }

.btn-icon--disabled svg path, .btn-icon[disabled] svg path, a.btn-icon--disabled svg path, a.btn-icon[disabled] svg path, button.btn-icon--disabled svg path, button.btn-icon[disabled] svg path {
  fill: #b0b0b0; }

.btn-icon.btn--dark, a.btn-icon.btn--dark, button.btn-icon.btn--dark {
  color: #f6f6f6; }

.btn-icon.btn--dark svg path, a.btn-icon.btn--dark svg path, button.btn-icon.btn--dark svg path {
  fill: #f6f6f6; }

.btn-icon.btn--dark:hover, a.btn-icon.btn--dark:hover, button.btn-icon.btn--dark:hover {
  color: #ff9e1b; }

.btn-icon.btn--dark:hover svg path, a.btn-icon.btn--dark:hover svg path, button.btn-icon.btn--dark:hover svg path {
  fill: #ff9e1b; }

.btn-icon.btn--dark.btn-icon--disabled, .btn-icon.btn--dark[disabled], a.btn-icon.btn--dark.btn-icon--disabled, a.btn-icon.btn--dark[disabled], button.btn-icon.btn--dark.btn-icon--disabled, button.btn-icon.btn--dark[disabled] {
  color: #757575; }

.btn-icon.btn--dark.btn-icon--disabled svg path, .btn-icon.btn--dark[disabled] svg path, a.btn-icon.btn--dark.btn-icon--disabled svg path, a.btn-icon.btn--dark[disabled] svg path, button.btn-icon.btn--dark.btn-icon--disabled svg path, button.btn-icon.btn--dark[disabled] svg path {
  fill: #757575; }

.btn--sm-30 {
  height: 30px; }

@media screen and (min-width: 768px) {
  .btn--md-30 {
    height: 30px; } }
@media screen and (min-width: 1024px) {
  .btn--lg-30 {
    height: 30px; } }
@media screen and (min-width: 1200px) {
  .btn--xl-30 {
    height: 30px; } }
@media screen and (min-width: 1800px) {
  .btn--xxl-30 {
    height: 30px; } }
.btn--sm-40 {
  height: 40px; }

@media screen and (min-width: 768px) {
  .btn--md-40 {
    height: 40px; } }
@media screen and (min-width: 1024px) {
  .btn--lg-40 {
    height: 40px; } }
@media screen and (min-width: 1200px) {
  .btn--xl-40 {
    height: 40px; } }
@media screen and (min-width: 1800px) {
  .btn--xxl-40 {
    height: 40px; } }
.btn--sm-44 {
  height: 44px; }

@media screen and (min-width: 768px) {
  .btn--md-44 {
    height: 44px; } }
@media screen and (min-width: 1024px) {
  .btn--lg-44 {
    height: 44px; } }
@media screen and (min-width: 1200px) {
  .btn--xl-44 {
    height: 44px; } }
@media screen and (min-width: 1800px) {
  .btn--xxl-44 {
    height: 44px; } }
@media screen and (max-width: 564px) {
  .btn--sm-w100 {
    width: 100%;
    max-width: 100%; } }
@media screen and (min-width: 768px) {
  .btn--md-w100 {
    width: 100%;
    max-width: 100%; } }
@media screen and (min-width: 1024px) {
  .btn--lg-w100 {
    width: 100%;
    max-width: 100%; } }
@media screen and (min-width: 1200px) {
  .btn--xl-w100 {
    width: 100%;
    max-width: 100%; } }
@media screen and (min-width: 1800px) {
  .btn--xxl-w100 {
    width: 100%;
    max-width: 100%; } }
.site-arrow-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 14px; }

.site-arrow-back:after {
  display: none;
  content: attr(data-arrow-text);
  margin-left: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline; }

@media screen and (min-width: 768px) {
  .site-arrow-back:after {
    display: block; } }
.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 13px; }

.input-group .select-group {
  margin-bottom: 0;
  width: 100%; }

.input-group .input-group__inner {
  position: relative;
  width: 100%; }

.input-group label {
  display: block;
  margin-bottom: 4px;
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  color: #3a3a3a; }

.input-group label.error {
  padding-top: 3px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  color: #d0021b;
  text-transform: none; }

.input-group label.labelspan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.input-group label.labelspan span {
  color: #757575; }

.input-group.input-group--icon input {
  padding-right: 50px; }

.input-group.input-group--btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.input-group.input-group--btn input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 0; }

.input-group.input-group--btn a, .input-group.input-group--btn button {
  width: auto;
  padding: 0 25px;
  border-right: 0; }

.input-group.error input, .input-group.error textarea {
  border-color: #d0021b !important;
  border-width: 2px; }

.input-group input.input--error:not(.valid) {
  border-color: #d0021b !important; }

.input-group textarea {
  resize: none; }

.input-group .icon-input, .input-group .icon-no-visible, .input-group .icon-visible {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin-right: 16px;
  margin-top: auto;
  margin-bottom: auto;
  width: 24px;
  height: 24px;
  cursor: pointer; }

.input-group .icon-visible, .input-group.show-password .icon-no-visible {
  display: none; }

.input-group.show-password .icon-visible {
  display: block; }

.input-group.input-group--radio label {
  margin-bottom: 0;
  cursor: pointer; }

.input-group.input-group--radio input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  clip: rect(0, 0, 0, 0);
  width: 0;
  height: 0; }

.input-group--disabled label {
  color: #b0b0b0; }

.input-group--dark label {
  color: #f8f8f8; }

.input-group--dark label.error {
  color: #b0b0b0; }

.input-group .form__hint {
  font-size: 13px;
  line-height: 16px;
  color: #757575; }

.input-group input, input, textarea {
  margin: 0;
  padding: 0 16px;
  width: 100%;
  height: 44px;
  background: #f8f8f8;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  outline: none;
  color: #3a3a3a;
  border: none;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all ease .4s;
  transition: all .4s ease; }

.input-group input:active, .input-group input:focus, .input-group input:hover, input:active, input:focus, input:hover, textarea:active, textarea:focus, textarea:hover {
  border-color: #3a3a3a; }

.input-group input.disabled, .input-group input[disabled], .input-group input[readonly], input.disabled, input[disabled], input[readonly], textarea.disabled, textarea[disabled], textarea[readonly] {
  color: #b0b0b0;
  border-color: #f8f8f8;
  background-color: #f8f8f8; }

.input-group input::-webkit-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #b0b0b0; }

.input-group input:-moz-placeholder, .input-group input::-moz-placeholder, input:-moz-placeholder, input::-moz-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #b0b0b0; }

.input-group input::placeholder, input::placeholder, textarea::placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #b0b0b0; }

.input-group input:-ms-input-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #b0b0b0; }

.input-group input::-ms-input-placeholder, input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #b0b0b0; }

textarea {
  height: auto;
  padding: 20px; }

.select-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 28px; }

.select-group label {
  color: #3a3a3a; }

.select-group--disabled label {
  color: #757575; }

.select-group label.error {
  padding-top: 3px;
  color: #d0021b;
  cursor: unset !important; }

.select-group--dark label {
  color: #f8f8f8; }

.select-group--dark label.error {
  color: #b0b0b0; }

.select-group--dark.select-group--disabled label {
  color: #757575; }

.btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 767px) {
  .btn-group {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.btn-group > :not(:last-child) {
  margin-right: 20px; }

@media screen and (max-width: 767px) {
  .btn-group > :last-child, .btn-group > :not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%; } }
.btn-group.btn-group--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.btn-group.btn-group--column > * {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: none; }

.btn-group.btn-group--column > :not(:last-child) {
  margin-bottom: 30px; }

.btn-group.btn-group--column > :last-child {
  margin-bottom: 0; }

.btn-group label {
  display: block;
  margin-bottom: 8px;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: .5px;
  text-transform: uppercase; }

.btn-group__select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px 0 20px;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 2px solid #000;
  cursor: pointer; }

.btn-group__select .btn-group__select-value {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #000; }

.btn-group__select .btn-group__select-value span {
  font-weight: 400;
  color: #b0b0b0;
  padding-right: 6px; }

.btn-group__select .btn-group__select-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto; }

.btn-group__select .btn-group__select-box .strength-badge {
  margin-right: 20px; }

.quantity-box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 112px;
  max-width: 112px;
  height: 40px; }

.quantity-box, .quantity-box .quantity-box__minus, .quantity-box .quantity-box__plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.quantity-box .quantity-box__minus, .quantity-box .quantity-box__plus {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 40px;
  width: 40px;
  height: 100%;
  cursor: pointer;
  background: -webkit-gradient(linear, right top, left top, from(#f6f6f6), to(white));
  background: -moz-linear-gradient(right, #f6f6f6 0, white 100%);
  background: linear-gradient(270deg, #f6f6f6, white);
  -webkit-box-shadow: 0 12px 32px #ebebeb;
  box-shadow: 0 12px 32px #ebebeb;
  border-radius: 50%;
  border: none; }

.quantity-box .quantity-box__minus.disabled, .quantity-box .quantity-box__minus[disabled], .quantity-box .quantity-box__plus.disabled, .quantity-box .quantity-box__plus[disabled] {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 1px solid #ebebeb; }

.quantity-box .quantity-box__minus.disabled svg rect, .quantity-box .quantity-box__minus[disabled] svg rect, .quantity-box .quantity-box__plus.disabled svg rect, .quantity-box .quantity-box__plus[disabled] svg rect {
  fill: #ebebeb; }

.quantity-box input {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  width: 100%;
  padding: 0;
  height: 100%;
  text-align: center;
  outline: none;
  border: 0;
  background: transparent;
  color: #2a2c2c;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.quantity-box input::-webkit-inner-spin-button, .quantity-box input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.quantity-box input[type=number] {
  -moz-appearance: textfield; }

.quantity-box--dark .quantity-box__minus, .quantity-box--dark .quantity-box__plus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.quantity-box--dark .quantity-box__minus.disabled, .quantity-box--dark .quantity-box__plus.disabled {
  border-color: #757575; }

.quantity-box--dark .quantity-box__minus.disabled svg rect, .quantity-box--dark .quantity-box__plus.disabled svg rect {
  fill: #757575; }

.quantity-box--dark input {
  color: #fff; }

.selectric-select-box.selectric-disabled {
  opacity: 1; }

.selectric-select-box.selectric-disabled .selectric {
  background: #f8f8f8;
  border-color: #f8f8f8; }

.selectric-select-box.selectric-disabled .selectric .label {
  color: #757575; }

.selectric-select-box .selectric {
  background: #f8f8f8;
  border: none;
  border-bottom: 1px solid #ebebeb; }

.selectric-select-box .selectric .button {
  width: 50px;
  height: 50px;
  font-size: 0;
  background-color: transparent; }

.selectric-select-box .selectric .button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 13px;
  max-width: 13px;
  min-height: 5px;
  max-height: 5px;
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/icn_menu-arrow.svg?v=16006845506306535872");
  -webkit-transition: all .3s ease;
  -moz-transition: all ease .3s;
  transition: all .3s ease; }

.selectric-select-box .selectric .button:after {
  display: none; }

.selectric-select-box.error .selectric {
  border-color: #d0021b;
  border-width: 2px; }

.selectric-select-box.selectric-open .selectric .button:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.selectric-select-box.selectric-focus .selectric, .selectric-select-box.selectric-hover .selectric, .selectric-select-box.selectric-open .selectric {
  border-color: #3a3a3a; }

.selectric-select-box.selectric-focus.error .selectric, .selectric-select-box.selectric-hover.error .selectric, .selectric-select-box.selectric-open.error .selectric {
  border-color: #d0021b; }

.selectric-select-box .selectric .label {
  margin: 0 50px 0 16px;
  height: 44px;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #3a3a3a;
  padding: 10px 0; }

.selectric-select-box .selectric-items {
  background-color: #f8f8f8;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
  padding: 6px 0; }

.selectric-select-box .selectric-items li, .selectric-select-box .selectric-items ul {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #3a3a3a; }

.selectric-select-box .selectric-items li.highlighted {
  color: #3a3a3a;
  position: relative; }

.selectric-select-box .selectric-items li {
  min-height: 33px;
  line-height: 1;
  padding: 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.selectric-select-box .selectric-items li.highlighted, .selectric-select-box .selectric-items li:hover {
  background-color: #ebebeb; }

.selectric-select-box .selectric-items .disabled {
  opacity: 1;
  color: #b0b0b0 !important;
  background-color: #f8f8f8 !important; }

.form-error {
  padding-top: 3px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  color: #d0021b;
  text-transform: none; }

[data-id=login-recaptcha] {
  width: 100%; }

.form-check {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (min-width: 768px) {
  .form-check {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }
.form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 36px;
  width: 36px !important;
  z-index: 1;
  left: 0;
  top: 0;
  visibility: visible; }

.form-check input:hover ~ .checkmark {
  border-color: #2a2c2c; }

.form-check input:checked ~ .checkmark:after {
  display: block;
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/icn-checkbox.svg?v=17605817352705766704"); }

.form-check input[disabled] ~ .checkmark {
  background-color: #f8f8f8;
  border-color: #b0b0b0; }

.form-check input[disabled] ~ .checkmark:after {
  border-color: #b0b0b0; }

.form-check input[disabled]:checked ~ .checkmark {
  border-color: #f8f8f8; }

.form-check input[data-valid=false] + label + .checkmark {
  border-color: #d0021b; }

.form-check__label {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 13px;
  line-height: 20px;
  color: #3a3a3a;
  display: block;
  margin-left: 10px;
  max-width: -moz-calc(100% - 50px);
  max-width: calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px); }

@media screen and (min-width: 768px) {
  .form-check__label {
    font-size: 13px;
    line-height: 20px; } }
.form-check .checkmark {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: block;
  position: relative;
  left: 0;
  top: 0;
  min-height: 36px;
  max-height: 36px;
  min-width: 36px;
  max-width: 36px;
  background: #fff;
  border-radius: 1px;
  border: 1px solid #b0b0b0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer; }

.form-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.form-check label.error {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  width: 100%;
  padding-top: 3px;
  color: #d0021b;
  font-size: 13px;
  line-height: 20px; }

.radio-group__label {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 30px; }

@media screen and (min-width: 768px) {
  .radio-group__label {
    margin-bottom: 20px; } }
.form-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 15px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@media screen and (min-width: 768px) {
  .form-radio {
    margin-bottom: 15px; } }
.form-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.form-radio input:checked ~ .radiokmark {
  background-color: #fff;
  border-color: #2a2c2c; }

.form-radio input:checked ~ .radiokmark:after {
  background-color: #f38a0c; }

.form-radio input[disabled] ~ .radiokmark {
  background-color: #f8f8f8;
  border-color: #b0b0b0; }

.form-radio input[disabled] ~ .radiokmark:after {
  background-color: #f8f8f8; }

.form-radio input[disabled] ~ .form-radio__label {
  color: #b0b0b0; }

.form-radio input[disabled]:checked ~ .radiokmark {
  background-color: #b0b0b0;
  border-color: #b0b0b0; }

.form-radio input[disabled]:checked ~ .radiokmark:after {
  background: #f8f8f8; }

.form-radio__label {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 15px;
  line-height: 20px;
  color: #2a2c2c;
  display: block;
  margin-left: 15px; }

.form-radio__label--icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.form-radio__label--icon img, .form-radio__label--icon svg {
  margin-right: 15px; }

.form-radio .radiokmark {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  top: 0;
  left: 0;
  min-height: 21px;
  max-height: 21px;
  min-width: 21px;
  max-width: 21px;
  background: #fff;
  border: 1px solid #2a2c2c;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.form-radio .radiokmark, .form-radio .radiokmark:after {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.form-radio .radiokmark:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  background-color: #fff;
  width: 13px;
  height: 13px;
  border-radius: 50%; }

.form-radio:hover input:not([disabled]) ~ .radiokmark {
  border-color: #2a2c2c; }

.form-radio--sm input:checked ~ .radiokmark {
  border-color: #ff9e1b; }

.form-radio--sm input:checked ~ .radiokmark:after {
  background-color: #ff9e1b; }

.form-radio--sm .radiokmark {
  min-height: 20px;
  max-height: 20px;
  min-width: 20px;
  max-width: 20px;
  border: 2px solid #b0b0b0; }

.form-radio--sm .radiokmark:after {
  background-color: #fff;
  width: 10px;
  height: 10px; }

.form-radio--sm:hover input:not([disabled]) ~ .radiokmark {
  border-color: #ff9e1b; }

.form-toggle {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px; }

.form-toggle input {
  opacity: 0;
  width: 0;
  height: 0; }

.form-toggle input:checked + .togglemark {
  border-color: #b0b0b0; }

.form-toggle input:checked + .togglemark:before {
  background-color: #b0b0b0;
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  -moz-transform: translateX(22px);
  transform: translateX(22px); }

.form-toggle input:checked + .togglemark + .form-toggle__label {
  color: #b0b0b0; }

.form-toggle input:focus + .togglemark {
  -webkit-box-shadow: 0 0 1px #2196f3;
  box-shadow: 0 0 1px #2196f3; }

.form-toggle__label {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 13px;
  color: #ff9e1b;
  display: block;
  margin-right: 10px; }

.form-toggle .togglemark {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48px;
  height: 26px;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #ff9e1b;
  border-radius: 13px; }

.form-toggle .togglemark, .form-toggle .togglemark:before {
  -webkit-transition: .4s;
  -moz-transition: .4s;
  transition: .4s; }

.form-toggle .togglemark:before {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  background-color: #ff9e1b;
  border-radius: 50%;
  margin: 0 2px; }

.form-toggle--left input:checked + .togglemark {
  border-color: #ff9e1b; }

.form-toggle--left input:checked + .togglemark:before {
  background-color: #ff9e1b; }

.form-toggle--left input:checked + .togglemark + .form-toggle__label + .form-toggle__label-right {
  color: #ff9e1b; }

.form-toggle--left .form-toggle__label-right {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-left: 10px;
  font-size: 13px;
  color: #b0b0b0; }

.form-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase; }

@media screen and (min-width: 1200px) {
  .form-checkbox {
    font-size: 20px;
    line-height: 26px; } }
@media screen and (min-width: 1800px) {
  .form-checkbox {
    font-size: 26px;
    line-height: 30px; } }
.form-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.form-checkbox span {
  display: block;
  margin-right: 15px;
  border: 1px solid #2a2c2c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1px;
  width: 21px;
  min-width: 21px;
  height: 21px;
  min-height: 21px; }

@media screen and (min-width: 1200px) {
  .form-checkbox span {
    margin-top: 4px; } }
.form-checkbox input:checked + span {
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/icn_checked_box-black.svg?v=3843482612903579206");
  background-position: 50%;
  background-repeat: no-repeat; }

.form-checkbox--small {
  font-weight: 600;
  color: #3a3a3a;
  text-transform: none; }

.form-checkbox--small input:checked + span {
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/icn_checkbox-orange.svg?v=9650302270324629499"); }

.form-checkbox--small span {
  width: 17px;
  min-width: 17px;
  height: 17px;
  min-height: 17px; }

.faq {
  width: 100%;
  height: auto;
  padding: 0;
  list-style: none !important; }

.faq, .faq > li {
  position: relative; }

.faq > li {
  padding: 24px 0 32px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-top: 2px solid #ebebeb; }

.faq > li:last-child {
  border-bottom: 2px solid #ebebeb; }

.faq__title {
  width: 100%;
  font-weight: 600;
  margin: 0;
  padding: 0 57px 0 0;
  position: relative;
  z-index: 2;
  cursor: pointer; }

.faq__body, .faq__title {
  font-size: 13px;
  line-height: 20px;
  color: #3a3a3a; }

.faq__body {
  font-weight: 400;
  max-height: 100%;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 18px 0 0;
  padding-right: 57px;
  overflow: hidden; }

.faq i {
  position: absolute;
  right: 25px;
  top: 30px; }

.faq i, .faq i:before {
  z-index: 1;
  width: 12px;
  height: 12px; }

.faq i:before {
  content: "";
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/icn-acc_minus.svg?v=18306420037754353607");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50%;
  display: block; }

.faq input {
  position: absolute;
  width: 100% !important;
  opacity: 0; }

.faq input:checked ~ .faq__body {
  opacity: 0;
  max-height: 0;
  margin-top: 0; }

.faq input:checked ~ i:before {
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/icn-acc_plus.svg?v=5844119646402287304"); }

@media screen and (min-width: 768px) {
  .faq:not(:last-child) {
    margin-bottom: 40px; }

  .faq > li {
    padding: 20px 0; }

  .faq i {
    top: 25px; }

  .faq__title {
    padding-right: 94px; }

  .faq__body, .faq__title {
    font-size: 15px;
    line-height: 21px; }

  .faq__body {
    padding-right: 0; } }
@media screen and (min-width: 1024px) {
  .faq > li {
    padding: 25px 0; }

  .faq i {
    top: 30px; }

  .faq__body, .faq__title {
    padding-right: 80px; } }
@media screen and (min-width: 1200px) {
  .faq:not(:last-child) {
    margin-bottom: 50px; }

  .faq__body, .faq__title {
    padding-right: 100px; } }
@media screen and (min-width: 1800px) {
  .faq:not(:last-child) {
    margin-bottom: 64px; }

  .faq > li {
    padding: 28px 0; }

  .faq i {
    top: 34px; }

  .faq__body, .faq__title {
    font-size: 18px;
    line-height: 25px;
    padding-right: 150px; } }
.g-stair {
  position: relative; }

.g-stair:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 100%;
  background-color: #fff;
  height: 31px; }

@media screen and (min-width: 1024px) {
  .g-stair:after {
    height: 51px; } }
@media screen and (min-width: 1200px) {
  .g-stair:after {
    height: 71px; } }
@media screen and (min-width: 1800px) {
  .g-stair:after {
    height: 101px; } }
.g-stair--300:after {
  max-width: 110px; }

@media screen and (min-width: 1024px) {
  .g-stair--300:after {
    max-width: 164px; } }
@media screen and (min-width: 1200px) {
  .g-stair--300:after {
    max-width: 216px; } }
@media screen and (min-width: 1800px) {
  .g-stair--300:after {
    max-width: 300px; } }
.page-container {
  padding-top: 30px;
  padding-bottom: 80px; }

@media screen and (min-width: 768px) {
  .page-container {
    padding-top: 50px;
    padding-bottom: 100px; } }
@media screen and (min-width: 1200px) {
  .page-container {
    padding-top: 64px;
    padding-bottom: 140px; } }
@media screen and (min-width: 1800px) {
  .page-container {
    padding-top: 82px;
    padding-bottom: 140px; } }
table {
  margin-bottom: 20px; }

th {
  font-weight: 700; }

td, th {
  text-align: left;
  border: 1px solid #3a3a3a;
  padding: 10px; }

@media screen and (min-width: 1024px) {
  td, th {
    padding: 10px 18px; } }
tbody th, tfoot th {
  font-weight: 400; }

.form-message-attention {
  margin-bottom: 10px;
  color: #3a3a3a;
  padding: 13px 20px 10px 15px;
  background-color: #ebebeb;
  border-radius: 0 2px 2px 0;
  border: none;
  border-left: 2px solid #f38a0c;
  outline: none; }

.form-message-attention--white {
  background-color: #fff; }

.mb-20 {
  margin-bottom: 20px; }

@media screen and (min-width: 1024px) {
  .visibility-hidden-opacity-lg {
    visibility: hidden;
    opacity: 0; } }
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.75rem 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: ease .3s;
  transition: .3s ease;
  background-color: rgba(58, 58, 58, 0.6);
  z-index: 2147483647; }

.c-modal.active {
  visibility: visible;
  opacity: 1; }

@media screen and (max-width: 1023px) {
  .c-modal.c-modal--product {
    position: absolute;
    left: -99999999999999px;
    visibility: visible;
    opacity: 1; } }
.c-modal .c-modal__wrap {
  position: relative;
  margin: auto 21px;
  background-color: #fff;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: .3s ease;
  -moz-transition: ease .3s;
  transition: .3s ease; }

@media screen and (min-width: 425px) {
  .c-modal .c-modal__wrap {
    margin-left: auto;
    margin-right: auto; } }
.c-modal.active .c-modal__wrap {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.c-modal.c-modal--small .c-modal__wrap {
  width: 396px; }

.c-modal.c-modal--big .c-modal__wrap {
  width: 1000px; }

.c-modal .c-modal__body, .c-modal .c-modal__footer {
  padding: 0 28px; }

.c-modal .c-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px 20px 0 0;
  cursor: pointer;
  z-index: 11; }

.c-modal .c-modal__body {
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center; }

.c-modal .c-modal__body .c-modal__icon {
  margin-bottom: 30px; }

.c-modal .c-modal__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 25px;
  border-top: 1px solid #ebebeb; }

.c-modal .c-modal__footer > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 8px);
  -moz-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 8px);
  flex: 0 0 calc(50% - 8px);
  width: -moz-calc(50% - 8px);
  width: calc(50% - 8px); }

body.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.modal-prompt .refuse-message {
  display: none;
  min-height: 40px; }

#prompt-background, .prompt-background {
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (min-width: 1200px) {
  #prompt-background .modal-prompt__logo, .prompt-background .modal-prompt__logo {
    width: 70px;
    height: auto; } }
.modal-prompt {
  -webkit-box-shadow: 0 2px 4px 0 rgba(201, 201, 201, 0.5) !important;
  box-shadow: 0 2px 4px 0 rgba(201, 201, 201, 0.5) !important;
  background-color: white !important;
  width: 396px;
  height: auto;
  margin: 0;
  position: relative;
  z-index: 10;
  text-align: center; }

.modal-prompt__body {
  padding: 50px 28px 25px; }

@media screen and (min-width: 1024px) {
  .modal-prompt__body {
    padding-left: 35px;
    padding-right: 35px; } }
.modal-prompt__footer {
  padding: 0 28px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.modal-prompt__footer > button {
  width: -moz-calc(50% - 8px);
  width: calc(50% - 8px); }

@media screen and (min-width: 1024px) {
  .modal-prompt__footer {
    padding-left: 35px;
    padding-right: 35px; } }
@media (max-width: 767px) {
  .modal-prompt {
    width: 100%;
    top: 0;
    margin: 0 21px; }

  #cookies {
    width: 80% !important; } }
.country-modal-prompt {
  background: #fff;
  width: 396px;
  height: auto;
  margin: 0;
  padding: 40px 35px 64px;
  position: relative;
  z-index: 10;
  text-align: center; }

.country-modal-prompt img {
  margin-bottom: 20px; }

@media (max-width: 767px) {
  .country-modal-prompt {
    width: 100%;
    top: 0;
    padding: 50px 30px 64px;
    margin: 0 21px; } }
#country-prompt-background {
  background-color: rgba(42, 44, 44, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.country-modal-prompt select {
  float: left;
  margin-right: 10px; }

.info-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center; }

.info-list__item:not(:last-child) {
  margin-bottom: 20px; }

.i-check {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #b0b0b0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px; }

.i-check:after {
  content: "";
  display: block;
  width: 12px;
  height: 22px;
  border: solid #b0b0b0;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -4px; }

.info-list__text {
  line-height: 22px; }

.page__title {
  padding-top: 80px; }

@media (max-width: 480px) {
  .page__title {
    padding-top: 40px; } }
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #ddd;
  border-radius: 0;
  background: #f8f8f8;
  position: relative;
  overflow: hidden; }

.selectric .label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  color: #444;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric .button, .selectric .label {
  display: block;
  line-height: 38px;
  height: 38px; }

.selectric .button {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  background-color: #f8f8f8;
  color: #bbb;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode,Arial Unicode MS,Arial; }

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #bbb;
  border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }

.selectric-hover .selectric .button {
  color: #a2a2a2; }

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  border-color: #c4c4c4; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: .5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f8f8f8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items li, .selectric-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer; }

.selectric-items li.selected {
  background: #e0e0e0;
  color: #444; }

.selectric-items li.highlighted {
  background: #d0d0d0;
  color: #444; }

.selectric-items li:hover {
  background: #d5d5d5;
  color: #444; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: .5;
  cursor: default !important;
  background: none !important;
  color: #666666 !important; }

.selectric-items .disabled, .selectric-items .selectric-group .selectric-group-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: 700;
  padding-left: 10px;
  cursor: default;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
  -moz-transition-duration: 50ms;
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: .1s;
  -moz-transition-duration: .1s;
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: .15s;
  -moz-transition-duration: .15s;
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: .15s;
  -moz-transition-delay: .15s;
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: .25s;
  -moz-transition-duration: .25s;
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: .25s;
  -moz-transition-delay: .25s;
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: .35s;
  -moz-transition-duration: .35s;
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: .35s;
  -moz-transition-delay: .35s;
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: .4s;
  -moz-transition-duration: .4s;
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: .45s;
  -moz-transition-duration: .45s;
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: .45s;
  -moz-transition-delay: .45s;
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: .55s;
  -moz-transition-duration: .55s;
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: .55s;
  -moz-transition-delay: .55s;
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: .6s;
  -moz-transition-duration: .6s;
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: .65s;
  -moz-transition-duration: .65s;
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: .65s;
  -moz-transition-delay: .65s;
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: .7s;
  -moz-transition-duration: .7s;
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: .75s;
  -moz-transition-duration: .75s;
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: .75s;
  -moz-transition-delay: .75s;
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: .85s;
  -moz-transition-duration: .85s;
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: .85s;
  -moz-transition-delay: .85s;
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: .9s;
  -moz-transition-duration: .9s;
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: .95s;
  -moz-transition-duration: .95s;
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: .95s;
  -moz-transition-delay: .95s;
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
  -moz-transition-duration: 1.05s;
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
  -moz-transition-delay: 1.05s;
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
  -moz-transition-duration: 1.1s;
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
  -moz-transition-duration: 1.15s;
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
  -moz-transition-delay: 1.15s;
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
  -moz-transition-duration: 1.2s;
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
  -moz-transition-duration: 1.25s;
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
  -moz-transition-delay: 1.25s;
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
  -moz-transition-duration: 1.3s;
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
  -moz-transition-duration: 1.35s;
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
  -moz-transition-delay: 1.35s;
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
  -moz-transition-duration: 1.4s;
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
  -moz-transition-duration: 1.45s;
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
  -moz-transition-delay: 1.45s;
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
  -moz-transition-duration: 1.55s;
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
  -moz-transition-delay: 1.55s;
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
  -moz-transition-duration: 1.6s;
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
  -moz-transition-duration: 1.65s;
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
  -moz-transition-delay: 1.65s;
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
  -moz-transition-duration: 1.7s;
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
  -moz-transition-duration: 1.75s;
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
  -moz-transition-delay: 1.75s;
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
  -moz-transition-duration: 1.8s;
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
  -moz-transition-duration: 1.85s;
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
  -moz-transition-delay: 1.85s;
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
  -moz-transition-duration: 1.9s;
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
  -moz-transition-delay: 1.9s;
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
  -moz-transition-duration: 1.95s;
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
  -moz-transition-delay: 1.95s;
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
  -moz-transition-duration: 2.05s;
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
  -moz-transition-delay: 2.05s;
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
  -moz-transition-duration: 2.1s;
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
  -moz-transition-delay: 2.1s;
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
  -moz-transition-duration: 2.15s;
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
  -moz-transition-delay: 2.15s;
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
  -moz-transition-duration: 2.2s;
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
  -moz-transition-delay: 2.2s;
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
  -moz-transition-duration: 2.25s;
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
  -moz-transition-delay: 2.25s;
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
  -moz-transition-duration: 2.3s;
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
  -moz-transition-delay: 2.3s;
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
  -moz-transition-duration: 2.35s;
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
  -moz-transition-delay: 2.35s;
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
  -moz-transition-duration: 2.4s;
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
  -moz-transition-delay: 2.4s;
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
  -moz-transition-duration: 2.45s;
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
  -moz-transition-delay: 2.45s;
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
  -moz-transition-duration: 2.5s;
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
  -moz-transition-delay: 2.5s;
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
  -moz-transition-duration: 2.55s;
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
  -moz-transition-delay: 2.55s;
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
  -moz-transition-duration: 2.6s;
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
  -moz-transition-delay: 2.6s;
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
  -moz-transition-duration: 2.65s;
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
  -moz-transition-delay: 2.65s;
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
  -moz-transition-duration: 2.7s;
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
  -moz-transition-delay: 2.7s;
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
  -moz-transition-duration: 2.75s;
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
  -moz-transition-delay: 2.75s;
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
  -moz-transition-duration: 2.8s;
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
  -moz-transition-delay: 2.8s;
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
  -moz-transition-duration: 2.85s;
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
  -moz-transition-delay: 2.85s;
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
  -moz-transition-duration: 2.9s;
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
  -moz-transition-delay: 2.9s;
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
  -moz-transition-duration: 2.95s;
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
  -moz-transition-delay: 2.95s;
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
  -moz-transition-duration: 3s;
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
  -moz-transition-delay: 3s;
  transition-delay: 3s; }

[data-aos] {
  pointer-events: none; }

[data-aos].aos-animate {
  pointer-events: auto; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    -webkit-transition-property: opacity,-webkit-transform;
    -moz-transition-property: opacity,transform,-moz-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform,-moz-transform;
    transition-property: opacity,transform,-webkit-transform; }

  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none; }

  html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }

  html:not(.no-js) [data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    -moz-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }

  html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    -moz-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0); }

  html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }

  html:not(.no-js) [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    -moz-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0); }

  html:not(.no-js) [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    -moz-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0); }

  html:not(.no-js) [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    -moz-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0); }

  html:not(.no-js) [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    -moz-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0); }

  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    -webkit-transition-property: opacity,-webkit-transform;
    -moz-transition-property: opacity,transform,-moz-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform,-moz-transform;
    transition-property: opacity,transform,-webkit-transform; }

  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    -moz-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1); }

  html:not(.no-js) [data-aos=zoom-in] {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }

  html:not(.no-js) [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    -moz-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6); }

  html:not(.no-js) [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    -moz-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6); }

  html:not(.no-js) [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    -moz-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6); }

  html:not(.no-js) [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    -moz-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6); }

  html:not(.no-js) [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

  html:not(.no-js) [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    -moz-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2); }

  html:not(.no-js) [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    -moz-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2); }

  html:not(.no-js) [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    -moz-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2); }

  html:not(.no-js) [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    -moz-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2); }

  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: transform,-moz-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform,-moz-transform;
    transition-property: transform,-webkit-transform;
    visibility: hidden; }

  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0); }

  html:not(.no-js) [data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  html:not(.no-js) [data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  html:not(.no-js) [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  html:not(.no-js) [data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: transform,-moz-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform,-moz-transform;
    transition-property: transform,-webkit-transform; }

  html:not(.no-js) [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    -moz-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg); }

  html:not(.no-js) [data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    -moz-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0); }

  html:not(.no-js) [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    -moz-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg); }

  html:not(.no-js) [data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    -moz-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0); }

  html:not(.no-js) [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    -moz-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg); }

  html:not(.no-js) [data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    -moz-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0); }

  html:not(.no-js) [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    -moz-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg); }

  html:not(.no-js) [data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    -moz-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0); } }
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }

.scroll-wrapper .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important; }

.scroll-wrapper .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scroll-element {
  display: none; }

.scroll-element, .scroll-element div {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block; }

.scroll-element .scroll-arrow, .scroll-element .scroll-bar {
  cursor: default; }

.scroll-textarea {
  border: 1px solid #ccc;
  border-top-color: #999; }

.scroll-textarea .scroll-content {
  overflow: hidden !important; }

.scroll-textarea .scroll-content textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important; }

.scroll-textarea .scroll-content textarea::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scrollbar-inner .scroll-element, .scrollbar-inner .scroll-element div, .slick-track .scroll-element, .slick-track .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-inner .scroll-element div, .slick-track .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-inner .scroll-element.scroll-x, .slick-track .scroll-element.scroll-x {
  bottom: 0;
  height: 5px;
  left: 0;
  width: 100%; }

.scrollbar-inner .scroll-element.scroll-y, .slick-track .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 5px; }

.scrollbar-inner .scroll-element .scroll-element_outer, .slick-track .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-inner .scroll-element .scroll-bar, .scrollbar-inner .scroll-element .scroll-element_outer, .scrollbar-inner .scroll-element .scroll-element_track, .slick-track .scroll-element .scroll-bar, .slick-track .scroll-element .scroll-element_outer, .slick-track .scroll-element .scroll-element_track {
  border-radius: 8px; }

.scrollbar-inner .scroll-element .scroll-bar, .scrollbar-inner .scroll-element .scroll-element_track, .slick-track .scroll-element .scroll-bar, .slick-track .scroll-element .scroll-element_track {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=90);
  opacity: .9; }

.scrollbar-inner .scroll-element .scroll-element_track {
  background-color: transparent; }

.scrollbar-inner .scroll-element .scroll-bar {
  background-color: #b0b0b0; }

.scrollbar-inner .scroll-element.scroll-draggable .scroll-bar, .scrollbar-inner .scroll-element:hover .scroll-bar {
  background-color: #919191; }

.slick-track .scroll-element .scroll-element_track {
  background-color: transparent; }

.slick-track .scroll-element .scroll-bar {
  background-color: #b0b0b0; }

.slick-track .scroll-element.scroll-draggable .scroll-bar, .slick-track .scroll-element:hover .scroll-bar {
  background-color: #919191; }

.scrollbar-inner .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

.scrollbar-inner .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.slick-track .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

.slick-track .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.scrollbar-inner .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.scrollbar-inner .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

.slick-track .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.slick-track .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

.cart-popup {
  padding: 30px;
  outline: none; }

@media screen and (max-width: 374px) {
  .cart-popup {
    padding: 20px; } }
.cart-popup__loader {
  position: relative;
  margin: 0 auto 20px;
  min-width: 50px;
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat; }

@media screen and (min-width: 1024px) {
  .cart-popup__loader {
    top: 10px; } }
.cart-popup-wrapper {
  display: block;
  position: fixed;
  top: 66px;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  -moz-transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  -webkit-box-shadow: 0 4px 20px rgba(58, 58, 58, 0.25);
  box-shadow: 0 4px 20px rgba(58, 58, 58, 0.25);
  outline: none; }

@media screen and (min-width: 1024px) {
  .cart-popup-wrapper {
    right: 20px;
    width: 412px; } }
@media screen and (min-width: 1200px) {
  .cart-popup-wrapper {
    right: 48px;
    width: 456px; } }
.cart-popup-wrapper--hidden {
  display: none;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.cart-popup__heading {
  position: relative;
  margin-bottom: 30px; }

.cart-popup__heading h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  text-transform: uppercase; }

.cart-popup__close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  padding: 0;
  background-color: transparent;
  border: none;
  line-height: 0; }

.cart-popup__close .icon-close, .cart-popup__close .icon-close path {
  fill: #2a2c2c; }

.cart-popup__close:focus, .cart-popup__close:hover {
  color: rgba(42, 44, 44, 0.6); }

.cart-popup-items {
  max-height: 379px; }

.cart-popup-items.scroll-wrapper:not(.scroll-content) {
  margin-right: -15px;
  padding-right: 15px !important; }

.cart-popup-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ebebeb; }

.cart-popup-item:last-child {
  margin-bottom: 0; }

.cart-popup-item__image-wrapper {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 90px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  max-width: 90px;
  min-height: 82px;
  max-height: 82px;
  height: 82px;
  margin-right: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0))), #f8f8f8;
  background: -moz-linear-gradient(bottom, white 0, rgba(255, 255, 255, 0) 100%), #f8f8f8;
  background: linear-gradient(0deg, white, rgba(255, 255, 255, 0)), #f8f8f8; }

@media screen and (max-width: 350px) {
  .cart-popup-item__image-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    margin-right: 10px; } }
@media screen and (min-width: 1200px) {
  .cart-popup-item__image-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 110px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px;
    min-height: 101px;
    max-height: 101px;
    height: 101px; } }
.cart-popup-item__image-wrapper img {
  padding: 13px 11px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.cart-popup-item__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.cart-popup-item__description .product-details {
  margin: 0;
  padding: 0;
  font-size: inherit; }

.cart-popup-item__description .product-details li {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #757575; }

.cart-popup-item__title {
  display: block;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #3a3a3a;
  text-decoration: none; }

@media screen and (min-width: 1200px) {
  .cart-popup-item__title {
    font-size: 15px;
    line-height: 21px; } }
.cart-popup-item__title:active, .cart-popup-item__title:focus, .cart-popup-item__title:hover {
  text-decoration: none; }

.cart-popup-item__quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 5px; }

@media screen and (min-width: 1200px) {
  .cart-popup-item__quantity {
    margin-bottom: 10px; } }
.cart-popup-item__quantity .quantity-box input {
  pointer-events: none; }

.cart-popup-item__quantity .quantity-box .quantity-box__plus .cart__qty--error-count {
  right: 20px;
  left: auto;
  width: 205px;
  white-space: normal;
  border-left: 0;
  border-right: 2px solid #f38a0c; }

.cart-popup-item__quantity .cart-popup-item__price {
  margin-left: auto;
  text-align: right; }

.cart-popup-item__bonus-price {
  font-weight: 600;
  font-size: 10px;
  line-height: 13px;
  color: #f38a0c; }

@media screen and (min-width: 1200px) {
  .cart-popup-item__bonus-price {
    font-size: 13px;
    line-height: 20px; } }
.cart-popup-item__bonus-price:after {
  content: attr(data-cart-popup-bonus-txt);
  margin-left: 5px; }

.cart-popup-item__regular-price {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px; }

@media screen and (min-width: 1200px) {
  .cart-popup-item__regular-price {
    font-size: 15px;
    line-height: 21px; } }
.cart-popup-item__remove {
  margin-left: 30px;
  cursor: pointer; }

.cart-popup__total-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 44px;
  margin-bottom: 30px;
  padding-top: 15px;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px; }

@media screen and (min-width: 1200px) {
  .cart-popup__total-price {
    font-size: 15px;
    line-height: 21px; } }
.cart-popup__total-price span:first-child {
  margin-right: 10px; }

.cart-popup__footer-bottom {
  text-align: right; }

.cart-popup__dismiss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 20px; }

.cart-popup__dismiss a {
  display: block; }

.cart-popup__dismiss a:last-child {
  margin-left: 30px; }

.cart-popup-empty {
  padding-top: 30px; }

@media screen and (min-width: 1024px) {
  .cart-popup-empty {
    padding: 0 30px 30px; } }
.cart-popup-empty__heading {
  margin-bottom: 36px;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px; }

.cart-popup-empty__last, .cart-popup-empty__list li {
  font-weight: 600;
  font-size: 15px;
  line-height: 21px; }

.cart-popup-empty__list {
  margin-top: 0;
  margin-bottom: 80px;
  padding: 0; }

.cart-popup-empty__list li {
  margin-bottom: 10px; }

.cart-popup-empty__list li:last-child {
  margin-bottom: 0; }

.cart-popup__error {
  margin-bottom: 30px; }

html {
  scroll-behavior: smooth !important; }

.body-moments {
  position: relative; }

.body-moments:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #000;
  height: 500px;
  width: 100%;
  z-index: 1; }

.ml-section {
  position: relative;
  z-index: 1; }

.video-ml-play {
  margin-right: auto;
  margin-left: 70px;
  cursor: pointer; }

.ml-banner {
  position: relative;
  padding-bottom: 50px;
  background-color: #000;
  z-index: 2; }

.ml-banner .video-ml-play {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: -50px;
  top: 0;
  margin-top: 0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (min-width: 1200px) {
  .ml-banner {
    padding-bottom: 100px; } }
.ml-banner:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  height: 46px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.56%, rgba(39, 34, 72, 0)), to(black));
  background: -moz-linear-gradient(top, rgba(39, 34, 72, 0) 1.56%, black 100%);
  background: linear-gradient(180deg, rgba(39, 34, 72, 0) 1.56%, black);
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
  -moz-transform: matrix(1, 0, 0, -1, 0, 0);
  -ms-transform: matrix(1, 0, 0, -1, 0, 0);
  transform: matrix(1, 0, 0, -1, 0, 0); }

.ml-banner picture img {
  width: 100%; }

.ml-banner .small {
  color: #fff;
  margin-top: 10px; }

@media screen and (min-width: 1200px) {
  .ml-banner .small {
    margin-top: 45px;
    font-size: 13px;
    line-height: 20px; } }
@media screen and (min-width: 1800px) {
  .ml-banner .small {
    margin-top: 10px;
    font-size: 15px;
    line-height: 21px; } }
.ml-banner .ml-banner__heading {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff; }

@media screen and (min-width: 1200px) {
  .ml-banner .ml-banner__heading {
    font-size: 34px;
    line-height: 38px; } }
.ml-banner .btn {
  min-width: 196px; }

@media screen and (min-width: 1200px) {
  .ml-banner .btn {
    margin-left: 36px;
    min-width: 183px; } }
@media screen and (min-width: 1800px) {
  .ml-banner .btn {
    margin-left: 53px; } }
.ml-banner p {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #fff; }

@media screen and (min-width: 1200px) {
  .ml-banner p {
    font-size: 15px;
    line-height: 21px; } }
.ml-banner .ml-banner__content {
  padding-top: 30px; }

@media screen and (min-width: 1024px) {
  .ml-banner .ml-banner__content {
    padding-top: 0;
    padding-left: 25px;
    padding-right: 50px;
    text-align: right; } }
@media screen and (min-width: 1200px) {
  .ml-banner .ml-banner__body {
    margin-top: -150px; } }
.ml-products {
  position: relative;
  background-color: #000;
  overflow: hidden; }

@media screen and (min-width: 1024px) {
  .ml-products {
    height: 100vh; } }
.ml-products.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.ml-products .slick-dotted.slick-slider {
  margin-bottom: 0; }

.ml-products .slick-vertical .slick-slide {
  border: 0; }

.ml-products .slick-slide > div {
  height: 100vh; }

.ml-products__wrapper {
  -webkit-transition: .3s ease;
  -moz-transition: ease .3s;
  transition: .3s ease; }

@media screen and (min-width: 1024px) {
  .ml-products__wrapper {
    height: 100%; } }
.ml-products__item {
  position: relative;
  z-index: 1;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 100px; }

@media screen and (max-width: 1023px) {
  .ml-products__item:first-child {
    padding-top: 126px; }

  .ml-products__item:last-child {
    padding-bottom: 150px; } }
@media screen and (min-width: 1024px) {
  .ml-products__item {
    height: 100%;
    padding-bottom: 0; } }
.ml-products__item .ml-products__item-bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 1023px) {
  .ml-products__item .ml-products__item-bg img {
    -o-object-fit: cover;
    object-fit: cover; } }
.ml-products__item-wrapper {
  height: -moz-calc(100% - 67px);
  height: calc(100% - 67px);
  margin-top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 1800px) {
  .ml-products__item-wrapper {
    height: 100%;
    margin-top: 0; } }
.ml-product {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1; }

@media screen and (max-width: 767px) {
  .ml-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 375px;
    margin: 0 auto; } }
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .ml-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 80%;
    margin: 0 auto; } }
.ml-product .ml-product__left-screen {
  width: 216px;
  opacity: 0;
  -webkit-transition: 1s ease;
  -moz-transition: ease 1s;
  transition: 1s ease;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transform: translate3d(-20px, 20px, 0);
  -moz-transform: translate3d(-20px, 20px, 0);
  transform: translate3d(-20px, 20px, 0); }

@media screen and (min-width: 1024px) {
  .ml-product .ml-product__left-screen {
    height: 356px; } }
@media screen and (min-width: 1200px) and (max-width: 1799px) {
  .ml-product .ml-product__left-screen {
    width: 180px;
    height: 270px; } }
@media screen and (max-width: 1023px) {
  .ml-product .ml-product__left-screen {
    width: 178px;
    height: 235px;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    -o-object-fit: cover;
    object-fit: cover; } }
.ml-product .ml-product__left-heading {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 24px;
  mix-blend-mode: soft-light;
  opacity: .6;
  z-index: 1; }

@media screen and (max-width: 1023px) {
  .ml-product .ml-product__left-heading {
    position: absolute;
    margin-top: 165px;
    max-width: 250px;
    min-width: 250px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: 12px; }

  .ml-product .ml-product__left-heading.ml-product__left-heading--first {
    mix-blend-mode: normal;
    opacity: .9; } }
.ml-product .ml-product__left-heading.ml-product__left-heading--red {
  color: #a01414;
  mix-blend-mode: normal;
  opacity: 1; }

.ml-product .ml-product__left-heading.ml-product__left-heading--purple {
  color: #342353;
  mix-blend-mode: normal;
  opacity: 1; }

.ml-product .ml-product__icon {
  position: absolute; }

.ml-product .ml-product__icon-1 {
  right: 0;
  bottom: 0;
  margin-bottom: 67px;
  margin-right: -110px; }

.ml-product .ml-product__icon-2 {
  top: 0;
  right: 0;
  margin-right: -137px; }

.ml-product .ml-product__icon-3 {
  top: 0;
  right: 0;
  margin-right: -111px; }

.ml-product .ml-product__stick {
  position: relative;
  width: 288px;
  -webkit-filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.25));
  z-index: 1; }

@media screen and (max-width: 1023px) {
  .ml-product .ml-product__stick {
    min-width: 185px;
    max-width: 185px;
    min-height: 300px;
    max-height: 300px;
    -o-object-fit: cover;
    object-fit: cover; } }
@media screen and (min-width: 1200px) and (max-width: 1799px) {
  .ml-product .ml-product__stick {
    width: 220px; } }
.ml-product .ml-product__left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 1023px) {
  .ml-product .ml-product__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: -65px; }

  .ml-product .ml-product__left .ml-product__wrap-main {
    margin-left: auto;
    margin-bottom: 50px;
    width: 285px;
    height: 151px; }

  .ml-product .ml-product__left .ml-product__icon {
    bottom: auto;
    top: 0;
    left: 0;
    right: 0;
    margin: 115px 0 0 5px; }

  .ml-product .ml-product__left .ml-product__icon.ml-product__icon-1 {
    width: 85px;
    height: 85px; }

  .ml-product .ml-product__left .ml-product__icon.ml-product__icon-2 {
    margin-top: 72px;
    margin-left: -5px;
    height: 114px;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }

  .ml-product .ml-product__left .ml-product__icon.ml-product__icon-3 {
    margin-top: 55px;
    margin-left: 25px;
    height: 117px;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-product .ml-product__left > div {
    width: 100%; }

  .ml-product .ml-product__left > div .ml-product__left-screen {
    width: 50%;
    height: 427px; }

  .ml-product .ml-product__left > div .ml-product__stick {
    min-width: 50%;
    max-width: 50%;
    min-height: auto;
    max-height: none; } }
.slick-active .ml-product__left-screen {
  opacity: 1;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0); }

.ml-product__wrap {
  position: relative;
  padding-top: 126px; }

@media screen and (max-width: 1023px) {
  .ml-product__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0; } }
@media screen and (min-width: 1024px) {
  .ml-product__wrap {
    padding-top: 0; } }
.ml-product__wrap .ml-product__wrap-bg {
  position: absolute;
  margin-right: -36px;
  margin-bottom: 124px;
  right: 0;
  bottom: 0;
  z-index: -1; }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-product__wrap .ml-product__wrap-bg {
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    right: auto;
    left: 0;
    bottom: auto;
    top: 0;
    margin-top: -475px; } }
@media screen and (max-width: 767px) {
  .ml-product__wrap .ml-product__wrap-bg {
    width: 286px;
    height: 348px;
    -o-object-fit: cover;
    object-fit: cover;
    right: auto;
    left: 0;
    bottom: auto;
    top: 0;
    margin-top: -285px; } }
.ml-product__wrap .ml-product__wrap-main {
  margin-left: -72px;
  width: 648px;
  -webkit-filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.25)); }

@media screen and (max-width: 1023px) {
  .ml-product__wrap .ml-product__wrap-main {
    max-width: 285px;
    margin: 0 0 285px auto;
    width: auto;
    max-height: 151px;
    min-height: 151px;
    min-width: 285px; } }
@media screen and (min-width: 1024px) {
  .ml-product__wrap .ml-product__wrap-main {
    opacity: 0;
    -webkit-transition: 1s ease;
    -moz-transition: ease 1s;
    transition: 1s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: translate3d(30px, -10px, 0);
    -moz-transform: translate3d(30px, -10px, 0);
    transform: translate3d(30px, -10px, 0); } }
@media screen and (min-width: 1200px) and (max-width: 1799px) {
  .ml-product__wrap .ml-product__wrap-main {
    width: 480px; } }
.slick-active .ml-product__wrap-main {
  opacity: 1;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0); }

.ml-product__content {
  margin: 0 12px;
  max-width: 100%;
  padding: 27px 10px 40px;
  background: -moz-linear-gradient(10.68deg, rgba(218, 179, 184, 0.9) 25.6%, rgba(233, 167, 66, 0.9) 87.67%);
  background: linear-gradient(79.32deg, rgba(218, 179, 184, 0.9) 25.6%, rgba(233, 167, 66, 0.9) 87.67%);
  -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25); }

@media screen and (max-width: 1023px) {
  .ml-product__content .btn {
    width: 100%;
    min-width: 100%; } }
@media screen and (min-width: 1024px) {
  .ml-product__content {
    margin: 0;
    width: 648px;
    max-width: none;
    padding: 20px 44px 40px 84px; } }
@media screen and (min-width: 1200px) and (max-width: 1799px) {
  .ml-product__content {
    width: 500px;
    padding-bottom: 20px;
    padding-left: 30px; } }
.ml-product__content.ml-product__content--blue {
  background: -moz-linear-gradient(10.68deg, rgba(183, 196, 252, 0.9) 25.6%, rgba(219, 177, 174, 0.9) 48.87%, rgba(233, 167, 66, 0.9) 87.67%);
  background: linear-gradient(79.32deg, rgba(183, 196, 252, 0.9) 25.6%, rgba(219, 177, 174, 0.9) 48.87%, rgba(233, 167, 66, 0.9) 87.67%); }

.ml-product__content.ml-product__content--purple {
  background: -moz-linear-gradient(10.68deg, rgba(184, 188, 237, 0.9) 25.6%, rgba(80, 85, 247, 0.9) 48.87%, rgba(215, 23, 39, 0.9) 87.67%);
  background: linear-gradient(79.32deg, rgba(184, 188, 237, 0.9) 25.6%, rgba(80, 85, 247, 0.9) 48.87%, rgba(215, 23, 39, 0.9) 87.67%); }

.ml-product__content.ml-product__content--purple ul li {
  color: #000; }

.ml-product__content .ml-product__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px); }

@media screen and (min-width: 1024px) {
  .ml-product__content .ml-product__heading {
    margin-left: -50px;
    width: auto; } }
@media screen and (min-width: 1200px) and (max-width: 1799px) {
  .ml-product__content .ml-product__heading {
    margin-left: -20px; } }
.ml-product__content .ml-product__heading span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (min-width: 1024px) {
  .ml-product__content .ml-product__heading span {
    margin-right: 47px; } }
@media screen and (min-width: 1024px) {
  .ml-product__content .ml-product__heading a {
    min-width: 180px; } }
.ml-product__content ul {
  margin: 0;
  padding: 0; }

@media screen and (max-width: 1023px) {
  .ml-product__content ul {
    padding-top: 15px;
    margin-bottom: 20px; } }
.ml-product__content ul li {
  margin: 0 0 20px;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px; }

.ml-product__content ul li:last-child {
  margin-bottom: 0; }

@media screen and (min-width: 1200px) {
  .ml-product__content ul li {
    font-size: 14px; } }
.ml-products .slick-dots {
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  margin-right: -693px; }

@media screen and (min-width: 1800px) {
  .ml-products .slick-dots {
    margin-right: -760px; } }
@media screen and (min-width: 1200px) and (max-width: 1799px) {
  .ml-products .slick-dots {
    margin-right: -630px; } }
.ml-products .slick-dots:before {
  margin-bottom: 30px;
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/ml-pagination-sun.svg?v=11903407310550825104"); }

.ml-products .slick-dots:after, .ml-products .slick-dots:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 50%; }

.ml-products .slick-dots:after {
  margin-top: 30px;
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/ml-pagination-moon.svg?v=5931010057728789505"); }

.ml-products .slick-dots li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 10px;
  width: 100%; }

.ml-products .slick-dots li:last-child {
  margin-bottom: 0; }

.ml-products .slick-dots li:before {
  display: block;
  content: "";
  width: 20px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/ml-pagination-slide.svg?v=10376490850472254072"); }

.ml-products .slick-dots li.slick-active:before {
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/ml-pagination-slide--active.svg?v=14373984216210745429"); }

.ml-products .slick-dots li button {
  display: none; }

.ml-advantage {
  position: relative;
  background-color: #000; }

.ml-advantage:before {
  content: "";
  position: absolute;
  top: -95px;
  width: 100%;
  height: 167px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.56%, rgba(39, 34, 72, 0)), color-stop(15.1%, #272248), to(black));
  background: -moz-linear-gradient(top, rgba(39, 34, 72, 0) 1.56%, #272248 15.1%, black 100%);
  background: linear-gradient(180deg, rgba(39, 34, 72, 0) 1.56%, #272248 15.1%, black); }

@media screen and (min-width: 1200px) {
  .ml-advantage:before {
    height: 542px; } }
.ml-advantage .container {
  position: relative;
  z-index: 1; }

.ml-advantage__num li, .ml-advantage h2 {
  color: #fff; }

.ml-advantage h2 {
  padding-right: 70px;
  font-size: 24px;
  line-height: 28px; }

@media screen and (min-width: 1200px) {
  .ml-advantage h2 {
    font-size: 42px;
    line-height: 48px; } }
.ml-advantage__num {
  margin: 0 0 62px;
  padding: 0; }

@media screen and (min-width: 1200px) {
  .ml-advantage__num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; } }
.ml-advantage__num li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 66px; }

@media screen and (min-width: 1200px) {
  .ml-advantage__num li {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 0;
    margin-right: 45px; }

  .ml-advantage__num li:last-child {
    margin-right: 0; } }
.ml-advantage__num li p {
  max-width: 210px;
  font-size: 15px;
  line-height: 21px; }

@media screen and (min-width: 1200px) {
  .ml-advantage__num li p {
    max-width: 230px;
    font-size: 20px;
    line-height: 26px; } }
.ml-advantage__num li:last-child {
  margin-bottom: 0; }

.ml-advantage__num li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  color: #87368e;
  font-size: 82px;
  font-weight: 700;
  line-height: 1; }

@media screen and (min-width: 1024px) {
  .ml-advantage__num li span {
    margin-right: 18px;
    font-size: 159px;
    line-height: 118px; } }
@media screen and (min-width: 1200px) {
  .ml-advantage__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
.ml-advantage__item {
  margin-bottom: 50px; }

@media screen and (min-width: 1200px) {
  .ml-advantage__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.333% - 60px);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 60px);
    flex: 0 0 calc(33.333% - 60px);
    max-width: -moz-calc(33.333% - 60px);
    max-width: calc(33.333% - 60px); } }
.ml-advantage__item .ml-advantage__item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (min-width: 1024px) {
  .ml-advantage__item .ml-advantage__item-wrap {
    margin-bottom: 36px; } }
@media screen and (min-width: 1200px) {
  .ml-advantage__item .ml-advantage__item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
.ml-advantage__item .ml-advantage__item-wrap > img {
  width: 164px;
  min-width: 164px; }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-advantage__item .ml-advantage__item-wrap > img {
    width: 50%;
    min-width: 50%; } }
@media screen and (min-width: 1024px) {
  .ml-advantage__item .ml-advantage__item-wrap > img {
    width: 100%;
    min-width: 340px; } }
.ml-advantage__item a {
  margin-top: 20px;
  width: 100%; }

@media screen and (min-width: 1200px) {
  .ml-advantage__item a {
    margin-top: auto;
    min-width: 174px; } }
.ml-advantage__item-ttl {
  margin: 0 auto;
  max-width: 184px;
  font-family: CititypeThePallaceRegular,serif;
  font-weight: 400; }

.ml-advantage__item-desc, .ml-advantage__item-ttl {
  color: #fff; }

.ml-advantage__content {
  padding-top: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

@media screen and (min-width: 1200px) {
  .ml-advantage__content {
    padding-top: 50px; } }
.ml-advantage__item-ttl {
  margin-left: -15px;
  margin-bottom: 35px;
  font-size: 46px;
  line-height: 50px;
  white-space: nowrap; }

@media screen and (min-width: 1200px) {
  .ml-advantage__item-ttl {
    margin: 0 auto;
    height: 57px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 46px;
    line-height: 21px;
    text-align: center; } }
.ml-advantage__item-desc {
  margin-left: 12px;
  font-size: 10px;
  line-height: 13px; }

@media screen and (min-width: 768px) {
  .ml-advantage__item-desc {
    font-size: 15px;
    line-height: 21px; } }
@media screen and (min-width: 1200px) {
  .ml-advantage__item-desc {
    margin-left: -20px;
    margin-right: -20px;
    text-align: center; } }
@media screen and (max-width: 1023px) {
  .ml-advantage__item--right .ml-advantage__item-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .ml-advantage__item--right .ml-advantage__item-wrap .ml-advantage__item-ttl {
    margin-left: 0;
    margin-right: -15px; }

  .ml-advantage__item--right .ml-advantage__item-wrap .ml-advantage__item-desc {
    margin-left: 12px;
    margin-right: 12px; } }
.ml-phone-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("//cdn.shopify.com/s/files/1/0072/8111/5254/t/47/assets/ml-phone-section-bg.png?v=17147040362860110754");
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.ml-phone {
  overflow: hidden;
  padding: 80px 0 0;
  position: relative;
  background-color: transparent; }

@media screen and (min-width: 1024px) {
  .ml-phone {
    padding: 145px 0 0; } }
@media screen and (min-width: 1200px) {
  .ml-phone {
    padding-top: 100px;
    padding-bottom: 183px; } }
.ml-phone:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 131px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.56%, rgba(39, 34, 72, 0)), to(black));
  background: -moz-linear-gradient(top, rgba(39, 34, 72, 0) 1.56%, black 100%);
  background: linear-gradient(180deg, rgba(39, 34, 72, 0) 1.56%, black);
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
  -moz-transform: matrix(1, 0, 0, -1, 0, 0);
  -ms-transform: matrix(1, 0, 0, -1, 0, 0);
  transform: matrix(1, 0, 0, -1, 0, 0);
  z-index: 1; }

.ml-phone__heading, .ml-phone__sub-heading {
  color: #fff; }

.ml-phone__heading {
  position: relative;
  margin-bottom: 23px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  z-index: 1; }

@media screen and (min-width: 1200px) {
  .ml-phone__heading {
    font-size: 34px;
    line-height: 38px; } }
.ml-phone__sub-heading {
  margin-bottom: 0; }

.ml-phone__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media screen and (max-width: 1023px) {
  .ml-phone__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 20px;
    margin-bottom: 10px; }

  .ml-phone__text > div, .ml-phone__text > div a {
    width: 100%;
    min-width: 100%; } }
@media screen and (min-width: 1200px) and (max-width: 1799px) {
  .ml-phone__text {
    margin-left: -40px; } }
.ml-phone__text p {
  margin-bottom: 17px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #fff; }

@media screen and (max-width: 1023px) {
  .ml-phone__text p {
    margin-top: 80px;
    margin-bottom: 0; } }
.ml-phone__mobile-img {
  margin-right: -50px;
  margin-bottom: -20px; }

@media screen and (max-width: 767px) {
  .ml-phone__mobile-img {
    max-width: 375px; } }
@media screen and (max-width: 1023px) {
  .ml-phone__mobile-img {
    max-width: 500px;
    margin: 0 auto; } }
@media screen and (min-width: 1024px) {
  .ml-phone__mobile-img {
    position: absolute;
    right: 0;
    width: 559px;
    bottom: -164px;
    margin-right: 0;
    margin-bottom: 0; } }
@media screen and (min-width: 1800px) {
  .ml-phone__mobile-img {
    margin-right: 70px; } }
.site-footer.site-footer--moments {
  padding: 40px 0 20px;
  background-color: #262050; }

@media screen and (min-width: 1200px) {
  .site-footer.site-footer--moments {
    padding: 60px 0 40px; } }
.site-footer.site-footer--moments .site-footer__block {
  margin-bottom: 0; }

.site-footer.site-footer--moments .site-footer__block.site-footer__block--call img, .site-footer.site-footer--moments .site-footer__block.site-footer__block--logo img {
  margin-bottom: 38px; }

@media screen and (min-width: 1024px) {
  .site-footer.site-footer--moments .site-footer__block.site-footer__block--call img, .site-footer.site-footer--moments .site-footer__block.site-footer__block--logo img {
    margin-bottom: 15px; } }
.site-footer.site-footer--moments .site-footer__block.site-footer__block--call p, .site-footer.site-footer--moments .site-footer__block.site-footer__block--logo p {
  font-size: 10px;
  line-height: 13px;
  color: #f6f6f6; }

@media screen and (max-width: 1023px) {
  .site-footer.site-footer--moments .site-footer__block.site-footer__block--call .footer-call {
    text-align: center;
    margin-bottom: 20px; } }
.site-footer.site-footer--moments .site-footer__block.site-footer__block--call .footer-call, .site-footer.site-footer--moments .site-footer__block.site-footer__block--call .footer-call a {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #f6f6f6;
  text-decoration: none; }

.site-footer.site-footer--moments .site-footer__block.site-footer__block--call br {
  display: none; }

@media screen and (max-width: 1023px) {
  .site-footer.site-footer--moments .site-footer__last .site-footer__last-block {
    text-align: center; }

  .site-footer.site-footer--moments .site-footer__last .site-footer__last-block p {
    margin-bottom: 10px; }

  .site-footer.site-footer--moments .site-footer__last > p {
    margin-bottom: 40px;
    font-size: 10px;
    line-height: 21px;
    text-align: center; }

  .site-footer.site-footer--moments .site-footer__last > p br {
    display: none; }

  .site-footer.site-footer--moments .site-footer__last .footer-socials {
    margin-bottom: 40px; }

  .site-footer.site-footer--moments .site-footer__last .footer-socials p {
    display: none; }

  .site-footer.site-footer--moments .site-footer__last .footer-socials .footer-socials__links {
    margin-left: 0;
    width: 100%;
    text-align: center; }

  .site-footer.site-footer--moments .site-footer__last .footer-socials .footer-socials__links a {
    margin-right: 0; }

  .site-footer.site-footer--moments .site-footer__last .footer-socials .footer-socials__links a:first-child {
    margin-right: 77px !important; }

  .site-footer.site-footer--moments .site-footer__last .copyright {
    font-size: 8px;
    line-height: 10px;
    color: #ebebeb; }

  .site-footer.site-footer--moments .site-footer__last .copyright br {
    display: none; } }
.site-footer.site-footer--moments .site-footer__last p {
  color: #f6f6f6; }

@media screen and (min-width: 1200px) {
  .site-footer.site-footer--moments .site-footer__last-block {
    margin-right: 98px; } }
.site-footer.site-footer--moments .footer-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.site-footer.site-footer--moments .footer-socials .footer-socials__links {
  margin-left: 30px; }

.site-footer.site-footer--moments .footer-socials .footer-socials__links svg path {
  fill: #f6f6f6; }

.ml-video {
  padding-bottom: 70px; }

.ml-products__item-video {
  position: relative;
  padding-top: 60px;
  margin: 0 12px 50px;
  z-index: 1; }

.ml-video__bg, .ml-video__bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 1023px) {
  .ml-video__bg, .ml-video__bg img {
    -o-object-fit: cover;
    object-fit: cover; } }
.ml-video__wrap {
  position: relative; }

.ml-video__wrap img {
  width: 100%; }

.ml-video__wrap-responsive {
  position: relative;
  height: 0;
  margin-bottom: -3px;
  padding-bottom: 56.25%;
  background-color: #000; }

.ml-video__wrap-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.ml-section__disqlaimer {
  position: relative;
  padding: 20px 0 0;
  color: #fff;
  background-color: #262050;
  z-index: 1; }

@media screen and (min-width: 1024px) {
  .ml-section__disqlaimer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto 33px;
    background-color: transparent; } }
.modal-movie--moments.active {
  background-color: rgba(0, 0, 0, 0.9); }

.modal-movie--moments.active .movie__video {
  -webkit-box-shadow: none;
  box-shadow: none; }

.movie__close--moments {
  background: transparent; }

@media screen and (max-width: 1023px) {
  .movie__close--moments {
    top: 15%; } }
.movie__close--moments svg {
  width: 100%;
  height: 100%; }

.movie__close--moments svg path {
  fill: #fff; }

.new_slide .p_block {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 94%;
  left: 33%;
  font-size: 13px;
  line-height: 14px;
  max-width: 380px; }

.new_slide h1 {
  text-transform: uppercase;
  line-height: 46px;
  font-size: 42px; }

@media screen and (min-width: 1366px) and (max-width: 1599px) {
  .new_slide h1 {
    font-size: 36px; }

  .new_slide .p_block {
    left: 33%;
    font-size: 10px;
    line-height: 13px;
    max-width: 280px; } }
@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .new_slide h1 {
    font-size: 32px;
    line-height: 32px; }

  .new_slide .p_block {
    font-size: 11px;
    max-width: 320px;
    line-height: 12px;
    left: 32%; } }
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .new_slide h1 {
    font-size: 26px;
    line-height: 30px; }

  .new_slide .p_block {
    left: 29%;
    font-size: 10px;
    max-width: 280px;
    line-height: 13px; } }
@media screen and (min-width: 427px) and (max-width: 1023px) {
  .new_slide .p_block {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 20px; } }
@media screen and (max-width: 426px) {
  .new_slide .p_block {
    top: 5%;
    left: 50%;
    font-size: 10px;
    color: #fff;
    line-height: 13px;
    width: 100%;
    max-width: 90%; }

  .new_slide h1 {
    font-size: 26px;
    line-height: 30px; } }
