@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@-webkit-keyframes video-poster {
  to {
    opacity: 0;
  }
}

@keyframes video-poster {
  to {
    opacity: 0;
  }
}

@-webkit-keyframes video-button {
  to {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@keyframes video-button {
  to {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@-webkit-keyframes word {
  from {
    opacity: 0;
    -webkit-transform: translate(-20px, -5px) rotate(0.0001deg);
            transform: translate(-20px, -5px) rotate(0.0001deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0.0001deg);
            transform: translate(0, 0) rotate(0.0001deg);
  }
}

@keyframes word {
  from {
    opacity: 0;
    -webkit-transform: translate(-20px, -5px) rotate(0.0001deg);
            transform: translate(-20px, -5px) rotate(0.0001deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0.0001deg);
            transform: translate(0, 0) rotate(0.0001deg);
  }
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

textarea,
button,
select,
input {
  margin: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea {
  resize: none;
  vertical-align: top;
}

input[type="submit"] {
  display: block;
  text-align: center;
}

select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  background: none;
  color: #fff;
}

table {
  border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

b {
  font-weight: normal;
}

p {
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  border-style: none;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

svg {
  display: block;
  width: 100%;
}

header,
section,
footer {
  position: relative;
}

.container {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.page-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.page-content > footer {
  margin-top: auto;
}

body {
  position: relative;
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  background-color: #1f295a;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.ie .slider-arrow {
  height: .28em;
}

body.ie .order-spray .order-img-wrap {
  -webkit-flex-direction: row;
          flex-direction: row;
}

body.ie .logo img,
body.ie .order-rating-stars img {
  width: 100%;
}

a {
  color: #fff;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #fff;
}

::-ms-input-placeholder {
  color: #fff;
}

::placeholder {
  color: #fff;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
}

:-webkit-autofill, :-webkit-autofill:hover, :-webkit-autofill:focus, :-webkit-autofill:active {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
  -webkit-box-shadow: none;
  -webkit-text-fill-color: #fff;
}

.btn {
  position: relative;
  display: inline-block;
  width: 340px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #ffc027;
  -webkit-box-shadow: 5px 5px 0 #f2732b;
          box-shadow: 5px 5px 0 #f2732b;
  font-family: "Roboto-Medium", sans-serif;
  font-size: 18px;
  color: #291564;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
  -webkit-transition: background-color .5s, -webkit-transform .5s, -webkit-box-shadow .5s;
  transition: background-color .5s, -webkit-transform .5s, -webkit-box-shadow .5s;
  transition: transform .5s, box-shadow .5s, background-color .5s;
  transition: transform .5s, box-shadow .5s, background-color .5s, -webkit-transform .5s, -webkit-box-shadow .5s;
}

.btn:hover {
  background-color: #ffe600;
  -webkit-box-shadow: 0 0 0 #f2732b;
          box-shadow: 0 0 0 #f2732b;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.btn.btn--gradient {
  color: #fff;
  -webkit-box-shadow: 5px 5px 0 #9c03c2;
          box-shadow: 5px 5px 0 #9c03c2;
  background: -webkit-linear-gradient(358.22deg, #f9043f 0%, #cc00ff 100%);
  background: linear-gradient(91.78deg, #f9043f 0%, #cc00ff 100%);
}

.btn.btn--gradient:hover {
  -webkit-box-shadow: 0 0 0 #9c03c2;
          box-shadow: 0 0 0 #9c03c2;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.btn.btn--gradient:hover::before {
  opacity: 1;
}

.btn.btn--gradient::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(358.22deg, #cc00ff 0%, #f9043f 100%);
  background: linear-gradient(91.78deg, #cc00ff 0%, #f9043f 100%);
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  content: "";
  z-index: -1;
  pointer-events: none;
}

.price {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

.price .old-price,
.price .new-price {
  white-space: nowrap;
  opacity: 0;
}

.price .new-price {
  margin-left: 24px;
  font-family: "Roboto-Bold", sans-serif;
  color: #3cd5df;
  font-size: 36px;
}

.price .old-price {
  position: relative;
  font-family: "Roboto-Medium", sans-serif;
  font-size: 24px;
  color: #e4e4e4;
}

.price .old-price::before {
  position: absolute;
  top: 48%;
  left: 50%;
  display: block;
  width: 115%;
  height: 2px;
  background-color: #f00;
  content: "";
  -webkit-transform: translateX(-50%) rotate(-3deg);
          transform: translateX(-50%) rotate(-3deg);
}

.promo {
  position: relative;
  font-size: 18px;
  white-space: nowrap;
}

.promo-val {
  font-family: "Roboto-Medium", sans-serif;
  opacity: 0;
  color: #ffc027;
}

a, .slider-arrow {
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn-wrap {
  position: relative;
  left: 5px;
  width: 100%;
  max-width: 340px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}

.btn-wrap .btn {
  width: 100%;
}

.btn-wrap .promo {
  left: -4px;
  margin: 4px 0 0;
}

.btn-wrap .price {
  margin: 0 0 10px;
}

.badge {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.badge-img {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 100px;
  width: 1.01em;
  margin-right: 20px;
}

.badge-text {
  max-width: 300px;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: "Roboto-Medium", sans-serif;
  font-size: 18px;
}

.discount {
  position: absolute;
  font-size: 36px;
  line-height: 1;
  font-family: "Roboto-Bold", sans-serif;
  color: #291564;
  width: 5.36111em;
  height: 5.36111em;
  background: url(../img/discount-bg.svg) center/contain no-repeat;
}

.discount span {
  position: absolute;
  left: 33%;
  top: 34%;
  display: inline-block;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.snowflake {
  font-size: 100px;
  position: absolute;
  z-index: -2;
  pointer-events: none;
}

.snowflake.snowflake-1--blurred__bb {
  z-index: 2;
}

.snowflake-1 {
  width: 1.6em;
}

.snowflake-1.snowflake-1__orders img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  image-rendering: -moz-crisp-edges;
}

.snowflake-1--blurred {
  width: 1.43em;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.snowflake-1--blurred img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  image-rendering: -moz-crisp-edges;
}

.snowflake-1--blurred.snowflake-1--blurred__orders img {
  -webkit-transform: none;
          transform: none;
}

.snowflake-1--blurred.snowflake-1--blurred__bb {
  width: .94em;
}

.snowflake-1__tb {
  right: calc(100% + 72px);
  top: 48%;
}

.snowflake-1--blurred__tb {
  left: calc(50% - 20px);
  top: -50px;
}

.snowflake-2 {
  width: 2.04em;
}

.snowflake-2.snowflake-2__bb {
  width: 1.55em;
}

.snowflake-2.snowflake-2__orders img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  image-rendering: -moz-crisp-edges;
}

.snowflake-2__features {
  top: 40px;
  left: calc(100% + 40px);
}

.snowflake-1__reviews {
  top: 44%;
  right: calc(100% + 55px);
}

.snowflake-1--blurred__reviews {
  top: -30px;
  left: calc(100% - 60px);
}

.snowflake-2__bb {
  top: 143px;
  left: calc(100% + 65px);
}

.snowflake-1--blurred__bb {
  left: 100%;
  top: 95%;
}

.snowflake-2__orders {
  right: calc(100% + 15px);
  top: 10%;
}

.snowflake-1__orders {
  top: 52%;
  left: calc(100% + 15px);
}

.snowflake-1--blurred__orders {
  top: 50%;
  right: 100%;
}

/**
 * Top Banner
 */
.top-banner {
  background: url(../img/tb-bg.jpg) 50% 100%/cover no-repeat;
}

.tb-content {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 50px 0 97px;
}

.tb-content::before {
  font-size: 100px;
  position: absolute;
  right: calc(50% - 53px);
  bottom: calc(100% - 212px);
  display: block;
  width: 10.58em;
  height: 11.5em;
  background: -webkit-linear-gradient(343.78deg, #1f295a 0%, #4b5fb8 100%);
  background: linear-gradient(106.22deg, #1f295a 0%, #4b5fb8 100%);
  -webkit-border-radius: 1.5em;
          border-radius: 1.5em;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  content: "";
  z-index: -9;
}

.banner-in {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 555px;
}

.banner-in.banner-in__tb {
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.logo {
  font-size: 100px;
  width: 2.4em;
}

.banner-title {
  width: 100%;
  margin: 38px 0 36px;
  font-family: "Roboto-Bold", sans-serif;
  font-size: 48px;
  color: #ffc027;
  line-height: 1.25;
  text-transform: uppercase;
}

.badge__tb {
  margin: 0 0 38px;
}

.tb-shoe-wrap {
  font-size: 100px;
  position: absolute;
  top: 0;
  left: calc(100% - 120px);
}

.tb-shoe-wrap .discount {
  top: 44%;
  left: 1.5%;
}

.tb-shoe {
  width: 7em;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

/**
 * Features
 */
.features .container {
  z-index: auto;
}

.features-content {
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 92px 0 0;
}

.title {
  width: 100%;
  font-family: "Roboto-Bold", sans-serif;
  font-size: 36px;
  color: #ffc027;
  text-transform: uppercase;
  line-height: 1.3;
  text-align: center;
}

.features-items {
  font-size: 100px;
  padding: 1.4em 0 0;
  width: 100%;
  margin-top: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.features-item {
  width: 31.57%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  background: -webkit-linear-gradient(343.87deg, #2c3774 0%, #4259c1 100%);
  background: linear-gradient(106.13deg, #2c3774 0%, #4259c1 100%);
  text-align: center;
}

.features-item-img {
  width: 3em;
  max-width: 100%;
  margin: -1.4em 0 -.07em;
}

.features-item-title {
  width: 100%;
  padding: 0 2.77%;
  margin-bottom: 13px;
  font-size: 24px;
  color: #3cd5df;
  font-family: "Roboto-Medium", sans-serif;
  text-transform: uppercase;
  line-height: 1.3;
}

.features-item-text {
  width: 100%;
  padding: 0 9.72% 43px;
  font-size: 18px;
}

/**
 * Video
 */
.video-content {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 150px 0 100px;
}

.video-content::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1920px;
  height: 1011px;
  background: url(../img/video-bg.jpg) 50% 0%/cover no-repeat;
  content: "";
  z-index: -1;
}

@media (min-width: 1921px) {
  .video-content::before {
    width: 100vw;
    height: auto;
    padding-bottom: calc(1012/1920 * 100vw);
  }
}

.video-inner {
  font-size: 100px;
  position: relative;
  width: 100%;
  margin-bottom: -25px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}

.video-inner .btn {
  display: none;
}

.video-item {
  position: absolute;
  width: 360px;
  padding: 24px 30px;
  background: -webkit-linear-gradient(343.78deg, #1f295a 0%, #4b5fb8 100%);
  background: linear-gradient(106.22deg, #1f295a 0%, #4b5fb8 100%);
}

.video-item:nth-of-type(1) {
  left: 0;
  top: .75em;
}

.video-item:nth-of-type(2) {
  right: 0;
  top: .75em;
}

.video-item:nth-of-type(3) {
  left: 0;
  bottom: .75em;
}

.video-item:nth-of-type(4) {
  right: 0;
  bottom: .75em;
}

.video-item-icon {
  position: absolute;
  top: 20px;
  right: 13px;
  font-size: 100px;
  width: .84em;
  height: .9em;
}

.video-item-title {
  width: calc(100% - 75px);
  font-family: "Roboto-Medium", sans-serif;
  font-size: 24px;
  color: #ffc027;
  text-transform: uppercase;
}

.video-item-text {
  width: 100%;
  font-size: 18px;
}

.video-link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 6.6em;
  height: 6.6em;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  background: url(../img/video-img.png) center/contain no-repeat;
}

.video-link:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.video-link img {
  font-size: 100px;
  width: 1.2em;
  height: 1.2em;
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s;
}

.popup-video {
  position: relative;
  width: 800px;
  margin: 0 auto;
}

.iframe-fluid {
  position: relative;
  padding-bottom: 56.25%;
  background-color: #000;
  overflow: hidden;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.iframe-fluid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/**
 * Gallery
 */
.gallery {
  background-color: #1c2551;
}

.gallery .title {
  text-align: left;
}

.gallery .container::before, .gallery .container::after {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
}

.gallery .container::before {
  top: 0;
  bottom: 0;
  right: calc(50% + 390px);
  width: 563px;
  background: url(../img/gallery-bg.jpg) 100% 0/cover no-repeat;
}

@media (min-width: 1921px) {
  .gallery .container::before {
    width: 100vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-position: 0 0;
    background-size: 563px 100%;
  }
}

.gallery .container::after {
  left: calc(50% - 132px);
  top: 0;
  bottom: 0;
  width: 1092px;
  background: -webkit-linear-gradient(331.78deg, #1f295a 0%, #4b5fb8 100%);
  background: linear-gradient(118.22deg, #1f295a 0%, #4b5fb8 100%);
}

@media (min-width: 1921px) {
  .gallery .container::after {
    width: 56.875vw;
  }
}

.gallery-content {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  width: 100%;
  padding: 100px 0;
}

.gallery-inner {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 390px;
  padding-top: 40px;
  margin-right: 48px;
}

.gallery-text {
  width: 100%;
  margin-top: 30px;
  font-size: 20px;
}

.gallery-text p {
  margin-bottom: 21px;
}

.gallery-text p:last-child {
  margin-bottom: 0;
}

.gallery-text p span {
  font-family: "Roboto-Medium", sans-serif;
  color: #3cd5df;
}

.gallery-slider-wrap {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

.gallery-slider {
  width: 1290px;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

.gallery-slider .slick-slide {
  margin-right: 30px;
}

.gallery-slider .slick-slide:last-child {
  margin-right: 0;
}

.gallery-slider > div:nth-child(n+1) {
  display: none;
}

.gallery-slider.slick-initialized > div {
  display: block;
}

.gallery-arrows {
  width: 100px;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
}

.gallery-arrows .arrow-next {
  margin-bottom: 20px;
}

.slider-arrow {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  font-size: 100px;
  cursor: pointer;
  width: .44em;
}

.slider-arrow::before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: calc(100% + 60px);
  height: calc(100% + 20px);
  content: "";
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider-arrow path {
  fill: #fff;
  -webkit-transition: fill .5s;
  transition: fill .5s;
}

.slider-arrow:hover path {
  fill: #3cd5df;
}

.gallery-num {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
          align-items: baseline;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100px;
  position: absolute;
  left: 0;
  bottom: 14px;
  font-size: 20px;
  line-height: 1;
}

.gallery-num-current {
  margin-right: 2px;
  color: #3cd5df;
  font-size: 36px;
}

/**
 * Orders
 */
.orders-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  padding: 100px 0;
}

.hw-line {
  -webkit-order: 1;
          order: 1;
  padding: 15px 39px 19px;
  margin: 50px auto 0;
  border: 2px solid #ffc027;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}

.order {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
  padding: 50px 30px;
  margin-bottom: 80px;
  background: -webkit-linear-gradient(343.87deg, #2c3774 0%, #6354cb 100%);
  background: linear-gradient(106.13deg, #2c3774 0%, #6354cb 100%);
}

.order:last-child {
  margin-bottom: 0 !important;
}

.order .title {
  text-align: left;
  margin: 20px 0 10px;
}

.order-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 308px;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

.order-list {
  width: 100%;
}

.order-list li {
  font-size: 18px;
}

.order-spray .order-list li {
  margin-bottom: 17px;
}

.order-spray .order-list li:last-child {
  margin-bottom: 0 !important;
}

.order-gallery {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}

.order-gallery-item {
  width: calc(96/308 * 100%);
}

.order-gallery-item:first-child {
  margin-bottom: calc(10/308 * 100%);
}

.order-gallery-item a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: calc(64/96 * 100%);
  -webkit-box-shadow: 0 0 0 #ffc027;
          box-shadow: 0 0 0 #ffc027;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform .5s, -webkit-box-shadow .5s;
  transition: -webkit-transform .5s, -webkit-box-shadow .5s;
  transition: transform .5s, box-shadow .5s;
  transition: transform .5s, box-shadow .5s, -webkit-transform .5s, -webkit-box-shadow .5s;
}

.order-gallery-item a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 5px 0 #ffc027;
          box-shadow: 0 5px 0 #ffc027;
}

.order-gallery-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}

.order-price-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 23px;
}

.order-spray .order-price-wrap {
  margin-bottom: 15px;
}

.price + .order-rating-wrap {
  margin-top: 12px;
}

.order-img-wrap {
  font-size: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 4em;
  height: 4em;
  background: url(../img/order-img-bg.png) center/contain no-repeat;
}

.order-img-wrap .discount {
  font-size: 30px;
  left: -7.5%;
  top: 5%;
}

.order-spray .order-img-wrap .discount {
  left: -27%;
  top: 14%;
}

.order-img {
  position: relative;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

.order-img-1 {
  width: 4.5em;
  left: -.08em;
  top: .1em;
}

.order-img-2 {
  width: 4.9em;
  left: -.14em;
  top: .07em;
}

.order-img-3 {
  width: 4.93em;
  left: -.12em;
  top: -.04em;
}

.order-img-spray {
  width: 2em;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

.order-spray .order-img-wrap {
  width: 3em;
  height: 3em;
}

.order-rating-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.order-rating {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.order-rating-stars {
  font-size: 100px;
  width: .98em;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

.order-rating-text {
  margin-right: 15px;
  font-family: "Roboto-Bold", sans-serif;
  font-size: 24px;
  line-height: 1;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

.form-wrap {
  position: relative;
  width: 100%;
  max-width: 290px;
}

label.error {
  display: none !important;
}

.form {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.form .btn-wrap {
  margin-top: 15px;
}

.form-input {
  width: 100%;
  margin-bottom: 10px;
}

input,
select {
  width: 100%;
  height: 60px;
  border: 1px solid #fff;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: rgba(99, 84, 203, 0);
  padding: 12px 15px 10px 20px;
  color: #fff;
  font-size: 18px;
  vertical-align: top;
}

input:focus,
select:focus {
  border-color: #ffc027;
}

select {
  background: url(../img/select-arrow.svg) right 20px top 50%/13px 11px no-repeat, rgba(99, 84, 203, 0);
}

option {
  background-color: #4846a0;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 100px #584eb9 inset;
}

/**
 * Reviews
 */
.reviews-content {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding-bottom: 100px;
}

.reviews-inner {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 750px;
  padding: 40px 30px 17px;
  background-color: #4259c1;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

.reviews-inner::before {
  font-size: 100px;
  position: absolute;
  left: calc(100% - 133px);
  top: -11px;
  display: block;
  width: 6.37em;
  height: 4.57em;
  background: url(../img/reviews-shoe.png) center/contain no-repeat;
  content: "";
  z-index: -1;
}

.reviews-inner .title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.reviews-inner .title::after {
  font-size: 100px;
  display: block;
  width: .37em;
  height: .32em;
  margin: 21px 0 19px;
  background: url(../img/reviews-quote.svg) center/contain no-repeat;
  content: "";
}

.reviews-slider-wrap {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.reviews-slider {
  position: relative;
  width: 100%;
  max-width: 555px;
}

.reviews-slider .slick-list {
  overflow: visible;
}

.reviews-slider .slick-track {
  display: -webkit-flex;
  display: flex;
}

.reviews-slider .slick-slide {
  display: -webkit-flex;
  display: flex;
  height: auto;
}

.reviews-slider .slick-current .review-word {
  -webkit-animation: word .8s both;
          animation: word .8s both;
}

.reviews-slider .slick-current .review-name {
  opacity: 1;
}

.reviews-slider > div:nth-child(n+1) {
  display: none;
}

.reviews-slider.slick-initialized > div {
  display: block;
}

.review {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.review-name {
  margin-top: 16px;
  font-family: "Roboto-Medium", sans-serif;
  font-size: 20px;
  color: #ffc027;
  line-height: 1;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.review-text {
  width: 100%;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 20px;
}

.review-text > div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.review-word {
  display: inline-block;
}

.reviews-arrows .slider-arrow {
  position: absolute;
  top: calc(50% - 32px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.reviews-arrows .slider-arrow::before {
  height: calc(100% + 200px);
}

.reviews-arrows .arrow-next {
  right: 0;
}

.reviews-arrows .arrow-prev {
  left: 0;
}

.reviews-link {
  position: relative;
  z-index: 1;
  margin-top: -5px;
  -webkit-align-self: flex-end;
          align-self: flex-end;
  font-size: 18px;
  line-height: 1;
}

.reviews-link:hover {
  text-decoration: underline;
}

.review-popup {
  position: relative;
  width: calc(100% - 18px);
  max-width: 750px;
  margin: 0 auto;
  padding: 50px 100px 50px 50px;
  background-color: #f6f7ff;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}

.review-form {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.review-form input:not([type="radio"]),
.review-form textarea {
  width: 100%;
  height: 50px;
  padding: 11px 15px 13px 20px;
  background-color: #fbfbff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #888;
  font-size: 18px;
  color: #444;
}

.review-form input:not([type="radio"])::-webkit-input-placeholder, .review-form textarea::-webkit-input-placeholder {
  color: #444;
}

.review-form input:not([type="radio"])::-moz-placeholder, .review-form textarea::-moz-placeholder {
  color: #444;
  opacity: 1;
}

.review-form input:not([type="radio"]):-ms-input-placeholder, .review-form textarea:-ms-input-placeholder {
  color: #444;
}

.review-form input:not([type="radio"])::-ms-input-placeholder, .review-form textarea::-ms-input-placeholder {
  color: #444;
}

.review-form input:not([type="radio"])::placeholder, .review-form textarea::placeholder {
  color: #444;
}

.review-form input:not([type="radio"]):-webkit-autofill, .review-form input:not([type="radio"]):-webkit-autofill:hover, .review-form input:not([type="radio"]):-webkit-autofill:focus,
.review-form textarea:-webkit-autofill,
.review-form textarea:-webkit-autofill:hover,
.review-form textarea:-webkit-autofill:focus {
  color: #444;
  -webkit-text-fill-color: #444;
  -webkit-box-shadow: 0 0 0px 100px #fbfbff inset;
}

.review-form textarea {
  height: 98px;
  padding-top: 14px;
}

.review-input {
  width: 100%;
  max-width: 250px;
}

.popup-review-text {
  width: 100%;
  margin-bottom: 30px;
}

.review-form-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.rating-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-left: 30px;
}

.rating-caption {
  margin-right: 8px;
  font-size: 18px;
  color: #222;
}

.rating {
  position: relative;
  z-index: 0;
  font-size: 100px;
  position: relative;
  width: 1em;
  height: .18em;
  background: url(../img/rating-stars-empty.svg) 0 0/cover no-repeat;
}

.rating-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.rating-input:checked + .rating-star {
  background-image: url(../img/rating-stars-full.svg);
}

.rating-star {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: .18em;
  background-size: 1em .18em;
  background-repeat: no-repeat;
  cursor: pointer;
}

.rating-star:hover {
  background-image: url(../img/rating-stars-full.svg);
}

.rating-star:hover ~ .rating-star {
  background-image: url(../img/rating-stars-empty.svg);
}

.rating-star:nth-of-type(1) {
  z-index: 5;
  width: .2em;
}

.rating-star:nth-of-type(2) {
  z-index: 4;
  width: .4em;
}

.rating-star:nth-of-type(3) {
  z-index: 3;
  width: .6em;
}

.rating-star:nth-of-type(4) {
  z-index: 2;
  width: .8em;
}

.rating-star:nth-of-type(5) {
  z-index: 1;
  width: 1em;
}

.review-btn {
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 250px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  border: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #5b67c8;
  font-size: 18px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.review-btn:hover {
  background-color: #4755cc;
}

.review-msg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

.review-msg-icon {
  font-size: 100px;
  width: .6em;
  margin: 0 0 22px;
}

.review-msg-text {
  width: 100%;
  padding: 0 15px;
  font-size: 18px;
  color: #222;
  line-height: 1.3;
  text-align: center;
}

.order-btn {
  font-size: 100px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: .6em;
  height: .6em;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #0075ff;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 100;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform .6s;
  transition: opacity 1s, -webkit-transform .6s;
  transition: opacity 1s, transform .6s;
  transition: opacity 1s, transform .6s, -webkit-transform .6s;
}

.order-btn svg {
  position: absolute;
  left: calc(50% - .12em);
  top: calc(50% - .11em);
  width: .24em;
  height: .22em;
  -webkit-transition: -webkit-transform .32s;
  transition: -webkit-transform .32s;
  transition: transform .32s;
  transition: transform .32s, -webkit-transform .32s;
}

.order-btn path {
  fill: #fff;
  -webkit-transition: fill .32s;
  transition: fill .32s;
}

.order-btn:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.order-btn:hover path {
  fill: #ffc027;
}

.order-btn.active {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/**
 * Bottom Banner
 */
.bottom-banner {
  background: url(../img/bb-bg.jpg) 50% 100%/cover no-repeat;
}

.bottom-banner .container {
  z-index: 1;
}

.bb-content {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 50px 0 92px;
}

.banner-in.banner-in__bb {
  -webkit-align-self: flex-end;
          align-self: flex-end;
  left: 32px;
}

.banner-in__bb .banner-title {
  text-align: center;
}

.badge__bb {
  margin: -8px 0 6px;
}

.bb-shoe-wrap {
  font-size: 100px;
  position: absolute;
  bottom: -90px;
  right: calc(100% - 70px);
}

.bb-shoe-wrap .discount {
  top: -8%;
  left: 64%;
}

.bb-shoe {
  width: 7.09em;
}

/**
 * Footer
 */
.footer {
  padding: 14px 0;
  background-color: #253065;
  font-size: 14px;
  color: #e7e7e7;
}

.footer-content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
}

.footer-policy {
  color: inherit;
}

.footer-policy:hover {
  color: inherit;
  text-decoration: underline;
}

/**
 * Policy
 */
.policy {
  position: relative;
  display: block;
  width: 800px;
  margin: 0 auto;
  padding: 50px 50px 40px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  text-align: justify;
}

.policy h2 {
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}

@media (min-width: 768px) {
  .policy h2 br {
    display: none;
  }
}

.policy p {
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .policy {
    width: 740px;
  }
  .gallery .title br {
    display: none;
  }
  .footer-content {
    padding: 0;
  }
  .top-banner {
    background: -webkit-linear-gradient(343.78deg, #1f295a 0%, #4b5fb8 100%);
    background: linear-gradient(106.22deg, #1f295a 0%, #4b5fb8 100%);
  }
  .tb-shoe-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    width: 6.17em;
    height: 6.17em;
    background: url(../img/tb-shoe-bg.png) center/contain no-repeat;
    position: relative;
    left: 0;
    margin: 52px 0 40px;
  }
  .tb-shoe-wrap .discount {
    top: 18%;
    left: -7%;
  }
  .tb-shoe {
    position: relative;
    right: .5em;
    top: -.17em;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .banner-in.banner-in__tb {
    width: 100%;
    -webkit-align-items: center;
            align-items: center;
  }
  .banner-title {
    text-align: center;
    margin: 38px 0 0;
  }
  .tb-content::before {
    right: 65%;
    bottom: calc(100% - 180px);
    -webkit-transform: translateX(37%) rotate(40deg);
            transform: translateX(37%) rotate(40deg);
  }
  .features-items {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
  .features-item {
    width: 100%;
    max-width: 690px;
    margin-bottom: 180px;
  }
  .features-item:last-child {
    margin-bottom: 0;
  }
  .gallery .container::before, .gallery .container::after {
    background: none;
    display: none;
  }
  .gallery-content {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
    padding: 90px 0 100px;
  }
  .gallery-slider-wrap {
    -webkit-align-self: flex-start;
            align-self: flex-start;
  }
  .gallery-inner {
    width: 100%;
    margin: 0 0 48px;
    padding: 0 0 0 100px;
  }
  .gallery {
    background: -webkit-linear-gradient(280.94deg, #1f295a 0%, #4b5fb8 100%);
    background: linear-gradient(169.06deg, #1f295a 0%, #4b5fb8 100%);
  }
  .order {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
    max-width: 690px;
    padding: 50px 50px;
  }
  .order .title {
    text-align: center;
    margin: 20px 0 0;
  }
  .order-inner {
    width: 100%;
    -webkit-align-items: center;
            align-items: center;
  }
  .order-img-wrap {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    margin: 43px 0 30px;
  }
  .order-price-wrap {
    margin: 0;
  }
  .order-spray .order-price-wrap {
    margin-bottom: 25px;
  }
  .order-gallery {
    margin: 0;
  }
  .form-wrap {
    max-width: 364px;
  }
  .order-list {
    -webkit-order: 1;
            order: 1;
    margin: 40px 0;
  }
  .reviews-inner::before {
    background: none;
    display: none;
  }
  .reviews .container {
    z-index: auto;
  }
  .reviews-inner {
    max-width: 690px;
    padding: 40px 30px 26px;
  }
  .reviews-content {
    -webkit-align-items: center;
            align-items: center;
    z-index: 1;
  }
  .reviews-slider {
    max-width: none;
  }
  .reviews-arrows {
    width: 100%;
    margin: 18px 0 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .reviews-arrows .slick-dots {
    margin: 0;
  }
  .reviews-arrows .slider-arrow {
    position: relative;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
  .reviews-arrows .slider-arrow::before {
    height: calc(100% + 60px);
  }
  .reviews-link {
    -webkit-align-self: center;
            align-self: center;
    margin-top: 0;
  }
  .bb-shoe-wrap {
    position: relative;
    right: 0;
    bottom: 0;
    z-index: 33;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-justify-content: center;
            justify-content: center;
    width: 6.68em;
    height: 6.68em;
    margin: 48px 0 40px;
    background: url(../img/bb-shoe-bg.png) center/contain no-repeat;
  }
  .bb-shoe-wrap .discount {
    top: 8%;
    left: 18%;
  }
  .bb-shoe {
    position: relative;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    top: -.15em;
  }
  .bottom-banner {
    background: -webkit-linear-gradient(276.16deg, #4b5fb8 0%, #1f295a 100%);
    background: linear-gradient(173.84deg, #4b5fb8 0%, #1f295a 100%);
  }
  .banner-in.banner-in__bb {
    left: 0;
    -webkit-align-self: center;
            align-self: center;
    width: 100%;
  }
  .footer-content {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
    text-align: center;
    line-height: 1;
  }
  .footer-policy {
    -webkit-order: 1;
            order: 1;
  }
  .footer-copyright {
    -webkit-order: 2;
            order: 2;
  }
  .footer-address {
    -webkit-order: 3;
            order: 3;
  }
  .order-rating-wrap {
    -webkit-align-items: center;
            align-items: center;
  }
  .form-wrap .btn-wrap {
    max-width: none;
  }
  .snowflake-1--blurred__tb {
    left: 85%;
    top: 10px;
  }
  .snowflake-2__features {
    top: -220px;
    left: 80%;
  }
  .snowflake-1__tb {
    right: 86%;
    top: 48%;
  }
  .snowflake-2__orders {
    right: 82.5%;
    top: 7%;
  }
  .snowflake-1__orders {
    left: 86.5%;
    top: 30%;
  }
  .snowflake-1--blurred__orders {
    right: 86%;
  }
  .snowflake-1__reviews {
    right: 82%;
  }
  .snowflake-1--blurred__reviews {
    left: 88.5%;
    top: -600px;
  }
  .snowflake-2__bb {
    left: 85%;
    top: -100px;
  }
  .snowflake-1--blurred__bb {
    left: 78%;
    top: 80%;
  }
  .snowflake-1--blurred__bb.snowflake-1--blurred {
    width: 1.43em;
  }
}

@media (max-width: 991px) {
  .policy {
    width: 658px;
  }
  .popup-video {
    width: 100%;
    max-width: 690px;
  }
  .badge__tb {
    -webkit-order: 1;
            order: 1;
    margin: 38px 0 0;
  }
  .tb-shoe-wrap {
    font-size: 80px;
  }
  .tb-shoe-wrap .discount {
    left: -12%;
  }
  .bb-shoe-wrap {
    font-size: 80px;
  }
  .tb-content {
    padding: 30px 0 80px;
  }
  .features-content {
    padding: 72px 0 0;
  }
  .features-items {
    margin-top: 60px;
  }
  .video-item:nth-of-type(n) {
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
  }
  .video-item {
    position: relative;
  }
  .video-inner {
    margin: 0;
  }
  .video-inner .btn {
    display: inline-block;
  }
  .video-content > .btn {
    display: none;
  }
  .video-link {
    font-size: 80px;
    margin-bottom: 35px;
  }
  .video-content {
    padding: 80px 0;
  }
  .video-content::before {
    width: 1024px;
    height: 690px;
    background-size: contain;
    background-position: 50% 100%;
  }
  .video-items {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin: 80px 0 -40px;
  }
  .video-item {
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
  .gallery-content {
    padding: 72px 0 80px;
  }
  .gallery-slider-wrap {
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .gallery-num {
    display: none;
  }
  .gallery-slider {
    width: 992px;
  }
  .gallery-inner {
    padding: 0;
  }
  .gallery-arrows {
    width: 632px;
    margin-top: 30px;
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .gallery-arrows .arrow-prev {
    -webkit-order: 1;
            order: 1;
  }
  .gallery-arrows .arrow-next {
    -webkit-order: 3;
            order: 3;
    margin: 0;
  }
  .gallery-arrows .slick-dots {
    -webkit-order: 2;
            order: 2;
    margin: 0;
  }
  .orders-content {
    padding: 80px 0;
  }
  .hw-line {
    width: 100%;
  }
  .bb-content {
    padding: 50px 0 72px;
  }
  .bb-shoe-wrap {
    z-index: 4;
  }
  .bb-shoe-wrap .discount {
    top: 2%;
    left: 15%;
  }
  .reviews-content {
    padding-bottom: 80px;
  }
  .snowflake-1--blurred__bb {
    left: 84%;
    top: 80%;
  }
  .snowflake-2__bb.snowflake-2 {
    width: 2.04em;
  }
  .snowflake-1__reviews {
    top: calc(100% + 200px);
  }
  .snowflake-1__reviews.snowflake-1 {
    width: 1.43em;
  }
  .snowflake-2__bb {
    left: 84%;
    top: 200px;
  }
  .snowflake-1--blurred__tb {
    top: -40px;
  }
  .orders .container {
    z-index: 2;
  }
  .gallery {
    z-index: 99;
  }
  .snowflake-2__features {
    top: -300px;
  }
  .snowflake-1__tb {
    right: 84%;
    top: 45%;
  }
}

@media (max-width: 767px) {
  .policy {
    width: 456px;
    padding: 50px 40px 40px;
  }
  .gallery .title br {
    display: block;
  }
  .features-item-title {
    max-width: 360px;
  }
  .features-item-text {
    padding: 0 8% 42px;
  }
  .popup-video {
    width: 100%;
    max-width: 510px;
  }
  .banner-title {
    font-size: 42px;
    margin: 20px 0 0;
  }
  .snowflake-1--blurred__tb {
    top: auto;
    bottom: 130px;
  }
  .snowflake-1__tb {
    top: 15px;
    right: 94%;
    width: .94em;
  }
  .tb-shoe-wrap .discount {
    left: -8%;
    top: 4%;
  }
  .tb-shoe-wrap {
    margin: 22px 0 10px;
  }
  .tb-content::before {
    right: 50%;
    bottom: calc(100% - 38px);
    -webkit-transform: translateX(50%) rotate(40deg);
            transform: translateX(50%) rotate(40deg);
  }
  .badge {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
    text-align: center;
  }
  .badge__tb {
    margin: 21px 0 0;
  }
  .badge-img {
    margin: 0 0 6px;
  }
  .tb-content {
    padding: 30px 0 42px;
  }
  .snowflake-2__features {
    display: none !important;
  }
  .features-content {
    padding: 40px 0 0;
  }
  .snowflake-1--blurred {
    width: 1.09em;
  }
  .features-items {
    margin-top: 30px;
  }
  .video-link {
    font-size: 76px;
  }
  .video-items {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 0;
  }
  .video-item {
    width: 100%;
    padding-right: 100px;
    margin-bottom: 50px;
  }
  .video-item:last-child {
    margin-bottom: 0;
  }
  .video-content::before {
    width: 1155px;
  }
  .video-content {
    padding: 80px 0 50px;
  }
  .gallery-text {
    display: none;
  }
  .gallery-slider-wrap {
    width: 100%;
  }
  .gallery-slider {
    width: 100%;
  }
  .gallery-slider .slick-slide {
    margin: 0;
  }
  .gallery-arrows {
    width: 100%;
  }
  .orders .snowflake {
    display: none !important;
  }
  .gallery .title {
    text-align: center;
  }
  .gallery-content {
    padding: 40px 0 50px;
  }
  .gallery-inner {
    margin-bottom: 40px;
  }
  .orders-content {
    padding: 50px 0;
  }
  .order {
    padding: 30px 30px 32px;
    margin-bottom: 50px;
  }
  .order-list {
    margin: 22px 0;
  }
  .order-img-wrap {
    margin: 30px 0 30px;
  }
  .reviews-content {
    padding: 30px 0 50px;
  }
  .snowflake-1--blurred__reviews {
    z-index: 1;
    top: auto;
    bottom: 10px;
  }
  .snowflake-1__reviews.snowflake-1 {
    top: calc(100% + 50px);
    right: 95%;
    width: .8em;
  }
  .snowflake-1--blurred__reviews {
    width: .97em;
    bottom: -7px;
  }
  .bb-shoe-wrap,
  .tb-shoe-wrap {
    font-size: 75px;
  }
  .bb-content {
    padding: 50px 0 42px;
  }
  .badge__bb {
    margin: 0 0 9px;
  }
  .bb-shoe-wrap {
    margin: 20px 0 30px;
  }
  .snowflake-2__bb.snowflake-2 {
    display: none;
  }
  .snowflake-1--blurred__bb.snowflake-1--blurred {
    top: auto;
    bottom: 270px;
  }
}

@media (max-width: 575px) {
  .container > [class$="-content"] {
    max-width: 510px;
    margin: 0 auto;
  }
  .order-btn {
    right: 15px;
    bottom: 10px;
  }
  .popup-video {
    width: calc(100% - 30px);
  }
  .policy {
    max-width: 456px;
    width: calc(100% - 8px);
    padding: 25px 18px 15px;
    font-size: 14px;
    text-align: left;
  }
  .policy h2 {
    font-size: 22px;
  }
  .policy p {
    margin-bottom: 10px;
  }
  .policy .mfp-close {
    width: 33px;
    height: 33px;
    line-height: 33px;
  }
}

@media (max-width: 575px) and (min-width: 348px) {
  .policy {
    text-align: justify;
  }
}

@media (max-width: 575px) and (min-width: 414px) {
  .policy {
    padding: 25px 30px 25px;
  }
}

@media (max-width: 575px) {
  .review-form-inner {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .rating-wrap {
    margin-left: 0;
  }
  .review-popup {
    padding: 60px 20px 50px;
  }
  .rating {
    font-size: 170px;
  }
  .review-input {
    margin-bottom: 20px;
    max-width: none;
  }
  .review-btn {
    width: 100%;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .tb-shoe-wrap {
    font-size: 14.6875vw;
  }
}

@media (max-width: 575px) and (min-width: 511px) {
  .tb-shoe-wrap {
    font-size: 75px;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .bb-shoe-wrap {
    font-size: 13.4375vw;
  }
}

@media (max-width: 575px) and (min-width: 558px) {
  .bb-shoe-wrap {
    font-size: 75px;
  }
}

@media (max-width: 575px) {
  .banner-title {
    max-width: 364px;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .banner-title {
    font-size: 10vw;
  }
}

@media (max-width: 575px) and (min-width: 420px) {
  .banner-title {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .banner-title br {
    display: none;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .title {
    font-size: 8.75vw;
  }
}

@media (max-width: 575px) and (min-width: 411px) {
  .title {
    font-size: 36px;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .order.order-spray .title {
    font-size: 10vw;
  }
}

@media (max-width: 575px) and (min-width: 360px) {
  .order.order-spray .title {
    font-size: 36px;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .video-link {
    font-size: 13.4375vw;
  }
}

@media (max-width: 575px) and (min-width: 566px) {
  .video-link {
    font-size: 76px;
  }
}

@media (max-width: 575px) {
  .video-item {
    padding: 13px 20px;
  }
  .order {
    padding: 30px 10px 32px;
  }
  .order .title {
    font-size: 36px;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .order-img-wrap {
    font-size: 19.375vw;
  }
}

@media (max-width: 575px) and (min-width: 516px) {
  .order-img-wrap {
    font-size: 100px;
  }
}

@media (max-width: 575px) {
  .snowflake-1__tb {
    top: 55px;
    right: calc(50% + 35.9vw);
    width: .74em;
  }
  .tb-shoe-wrap {
    z-index: 1;
    margin: 24px 0 0;
  }
  .tb-shoe-wrap .discount {
    font-size: 0.55319em;
    z-index: -1;
    left: -5%;
    top: -3%;
  }
  .snowflake-1--blurred {
    width: .95em;
    left: 84%;
    bottom: 118px;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .features-items {
    font-size: 27.1875vw;
  }
}

@media (max-width: 575px) and (min-width: 368px) {
  .features-items {
    font-size: 100px;
  }
}

@media (max-width: 575px) {
  .features-item {
    margin-bottom: 164px;
  }
  .features-item:nth-of-type(2) {
    position: relative;
  }
  .features-item:nth-of-type(2)::before {
    position: absolute;
    left: -9px;
    bottom: 101%;
    display: block;
    width: 2.04em;
    height: 2em;
    background: url(../img/snowflake-2.png) center/contain no-repeat;
    content: "";
    z-index: -1;
    font-size: 73px;
  }
  .video-inner .btn {
    left: 5px;
    width: 100%;
    max-width: 340px;
  }
  .features-item-text {
    padding: 0 10px 24px;
  }
  .video-item-title {
    line-height: 1.3;
    margin-bottom: 16px;
  }
  .video-item-icon {
    right: 0;
    top: 10px;
  }
  .video-content::before {
    height: 880px;
    width: 1540px;
  }
  .gallery-arrows {
    margin-top: 20px;
  }
  .order-price-wrap .price {
    line-height: 1.2;
  }
  .price + .order-rating-wrap {
    margin-top: 8px;
  }
  .order-img-wrap {
    z-index: 1;
    margin: 24px 0 21px;
  }
  .order-img-wrap .discount {
    font-size: 0.41935em;
    z-index: -1;
    left: -11%;
    top: 12%;
  }
  .order-img-1 {
    width: 4.78em;
    left: -.15em;
    top: .05em;
  }
  .order-spray .order-img-wrap {
    margin: 17px 0 20px;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .order-spray .order-img-wrap {
    font-size: 26.25vw;
  }
}

@media (max-width: 575px) and (min-width: 381px) {
  .order-spray .order-img-wrap {
    font-size: 100px;
  }
}

@media (max-width: 575px) {
  .order-spray .order-img-wrap .discount {
    font-size: 0.30952em;
    left: -9%;
    top: 57%;
  }
  .order-img-spray {
    top: .05em;
    width: 1.9em;
    position: relative;
  }
  .hw-line {
    padding: 11px 20px 12px;
    margin: 30px auto 0;
  }
  .reviews-inner {
    padding: 23px 10px 26px;
  }
  .reviews-inner .title {
    line-height: 1.2;
  }
  .reviews-inner .title::after {
    margin: 23px 0 19px;
  }
  .reviews-inner .title br {
    display: none;
  }
  .reviews-arrows {
    padding: 0 10px;
  }
  .snowflake-1--blurred__reviews.snowflake-1--blurred {
    left: 81%;
    bottom: -10px;
  }
  .snowflake-1__reviews.snowflake-1 {
    top: calc(100% + 73px);
    right: 90%;
  }
  .bb-shoe-wrap .discount {
    font-size: 0.60465em;
    top: -3%;
    left: 1%;
  }
  .snowflake-1--blurred__bb.snowflake-1--blurred {
    bottom: 308px;
    width: .9em;
  }
}

.order-sale {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}

.order-sale span {
  font-weight: bold;
  color: #3cd5df;
}

