@font-face {
  font-family: "ClearSansRegular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/ClearSansRegular/ClearSansRegular.eot");
  src: url("../fonts/ClearSansRegular/ClearSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSansRegular/ClearSansRegular.woff") format("woff"), url("../fonts/ClearSansRegular/ClearSansRegular.ttf") format("truetype");
}

@font-face {
  font-family: "ClearSansMedium";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/ClearSansMedium/ClearSansMedium.eot");
  src: url("../fonts/ClearSansMedium/ClearSansMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSansMedium/ClearSansMedium.woff") format("woff"), url("../fonts/ClearSansMedium/ClearSansMedium.ttf") format("truetype");
}

@font-face {
  font-family: "ClearSansItalic";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/ClearSansItalic/ClearSansItalic.eot");
  src: url("../fonts/ClearSansItalic/ClearSansItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSansItalic/ClearSansItalic.woff") format("woff"), url("../fonts/ClearSansItalic/ClearSansItalic.ttf") format("truetype");
}

@font-face {
  font-family: "ClearSansBold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/ClearSansBold/ClearSansBold.eot");
  src: url("../fonts/ClearSansBold/ClearSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSansBold/ClearSansBold.woff") format("woff"), url("../fonts/ClearSansBold/ClearSansBold.ttf") format("truetype");
}

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

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

input:-ms-input-placeholder {
  color: #2b1e56;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #2b1e56;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #2b1e56;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #2b1e56;
  opacity: 1;
}

::placeholder {
  color: #2b1e56;
  opacity: 1;
}

b {
  font-weight: normal;
}

hr {
  height: 0;
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

table {
  border-collapse: collapse;
}

svg:not(:root) {
  overflow: hidden;
}

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

html {
  height: 100%;
}

body {
  position: relative;
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  font-family: "ClearSansRegular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.3;
  background-color: #ffc600;
}

textarea, button, select, input {
  display: inline-block;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea, select, input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-border-radius: 0;
}

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

select, select.input {
  color: #000;
  -webkit-transition: color .3s;
       -o-transition: color .3s;
          transition: color .3s;
}

select.unselected, select.input.unselected {
  color: #666;
  -webkit-transition: color .3s;
       -o-transition: color .3s;
          transition: color .3s;
}

select:hover, select.input:hover {
  cursor: pointer;
}

select::-ms-expand, select.input::-ms-expand {
  display: none;
}

select::-ms-value, select.input::-ms-value {
  background: none;
  color: #666;
}

textarea {
  resize: none;
}

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

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

p {
  margin: 0;
}

header, section {
  position: relative;
  overflow: hidden;
}

img {
  display: block;
  vertical-align: middle;
  border-style: none;
}

.icon-fluid {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.iframe-fluid {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

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

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

@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;
  }
}

/***
  ** Common Styles
  **/
a {
  color: #000;
  text-decoration: none;
  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);
}

a:hover {
  color: #000;
  text-decoration: underline;
}

.btn {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 44px;
  padding: 0;
  line-height: 44px;
  border: none;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: #ffc600;
  -webkit-box-shadow: 0 5px 0 #0a002a;
          box-shadow: 0 5px 0 #0a002a;
  font-family: "ClearSansBold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: background-color .3s;
       -o-transition: background-color .3s;
          transition: background-color .3s;
}

.btn:hover {
  text-decoration: none;
  background-color: #ffd200;
  -webkit-transition: background-color .3s;
       -o-transition: background-color .3s;
          transition: background-color .3s;
}

.btn:active {
  background-color: #ffd200;
  -webkit-box-shadow: 0 2px 0 #0a002a;
          box-shadow: 0 2px 0 #0a002a;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-transition: background-color .3s;
       -o-transition: background-color .3s;
          transition: background-color .3s;
}

.btn.purple {
  color: #fff;
  background-color: #2b1e56;
}

.btn.purple:hover {
  background-color: #241652;
}

.input {
  width: 100%;
  height: 44px;
  padding: 6px 10px 9px 36px;
  border: 1px solid #2b1e56;
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
  font-size: 18px;
  color: #2b1e56;
  -webkit-transition: -webkit-box-shadow .3s;
          transition: -webkit-box-shadow .3s;
       -o-transition:         box-shadow .3s;
          transition:         box-shadow .3s;
          transition:         box-shadow .3s, -webkit-box-shadow .3s;
}

.input:focus {
  -webkit-box-shadow: inset 0 0 0 1px #2b1e56;
          box-shadow: inset 0 0 0 1px #2b1e56;
  -webkit-transition: -webkit-box-shadow .3s;
          transition: -webkit-box-shadow .3s;
       -o-transition:         box-shadow .3s;
          transition:         box-shadow .3s;
          transition:         box-shadow .3s, -webkit-box-shadow .3s;
}

input[name="phone"] {
  background: url("../img/general/input-phone.png") 4% 45%/19px 19px no-repeat transparent;
}

input[name="name"] {
  background: url("../img/general/input-person.png") 4% 50%/15px 19px no-repeat transparent;
}

.price {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display:         inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
          align-items: baseline;
}

.price .actual-price {
  padding-right: 36px;
  font-family: "ClearSansBold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 36px;
  color: #2b1e56;
}

.price .old-price {
  position: relative;
  bottom: 3px;
  font-family: "ClearSansRegular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 24px;
}

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

/***
  ** Timer
  **/
.timer {
  width: 267px;
}

.time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.time-item {
  width: 30.836%;
  text-align: center;
}

.time-text {
  position: relative;
  top: 3px;
  font-family: "ClearSansMedium", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
}

.time-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 64px;
  font-family: "ClearSansBold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 30px;
  color: #2b1e56;
}

.time-num > div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: url(../img/general/timer-bg.png) center/contain no-repeat;
}

.time-num span {
  position: relative;
  top: -3px;
}

.time-descr {
  display: block;
  margin-bottom: 16px;
  font-family: "ClearSansMedium", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

/***
  ** Keyframes
  **/
@-webkit-keyframes bounceArrow {
  0% {
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px);
  }
  50% {
    -webkit-transform: translateY(11px);
            transform: translateY(11px);
  }
  100% {
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px);
  }
}
@keyframes bounceArrow {
  0% {
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px);
  }
  50% {
    -webkit-transform: translateY(11px);
            transform: translateY(11px);
  }
  100% {
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px);
  }
}

.bounceArrow {
  -webkit-animation: bounceArrow 4s infinite;
          animation: bounceArrow 4s infinite;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0) rotate(.01deg);
            transform: translateY(0) rotate(.01deg);
  }
  50% {
    -webkit-transform: translateY(15px) rotate(.01deg);
            transform: translateY(15px) rotate(.01deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(.01deg);
            transform: translateY(0) rotate(.01deg);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0) rotate(.01deg);
            transform: translateY(0) rotate(.01deg);
  }
  50% {
    -webkit-transform: translateY(15px) rotate(.01deg);
            transform: translateY(15px) rotate(.01deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(.01deg);
            transform: translateY(0) rotate(.01deg);
  }
}

.bounce {
  -webkit-animation: bounce 3s infinite ease-in-out;
          animation: bounce 3s infinite ease-in-out;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes scaleBounce {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: .7;
  }
  60% {
    -webkit-transform: scale(.6);
            transform: scale(.6);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(.95);
            transform: scale(.95);
  }
  100% {
    -webkit-transform: scale(.85);
            transform: scale(.85);
  }
}

@keyframes scaleBounce {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: .7;
  }
  60% {
    -webkit-transform: scale(.6);
            transform: scale(.6);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(.95);
            transform: scale(.95);
  }
  100% {
    -webkit-transform: scale(.85);
            transform: scale(.85);
  }
}

.scaleBounce {
  -webkit-animation: scaleBounce .5s;
          animation: scaleBounce .5s;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.scaleBounceLong {
  -webkit-animation: scaleBounce 2.5s;
          animation: scaleBounce 2.5s;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes scaleBezier {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  25%, 75% {
    -webkit-transform: scale(.9);
            transform: scale(.9);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes scaleBezier {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  25%, 75% {
    -webkit-transform: scale(.9);
            transform: scale(.9);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.scaleBezier {
  -webkit-animation: scaleBezier 5s cubic-bezier(.455, .03, .515, .955) infinite alternate;
          animation: scaleBezier 5s cubic-bezier(.455, .03, .515, .955) infinite alternate;
}

/***
  ** Size Table
  **/
.size-table-wrapper {
  position: relative;
  background-color: #d6e8ff;
  padding: 25px;
  width: auto;
  max-width: 690px;
  margin: 0 auto;
}

.size-table {
  font-size: 20px;
  color: #000;
  text-align: center;
}

.size-table thead th {
  padding: 8px 10px;
  border-bottom: 1px solid #000;
  color: #000;
}

.size-table thead th:nth-child(2) {
  border-left: 1px solid #000;
}

.size-table tbody tr {
  margin-bottom: 6px;
}

.size-table tbody tr:nth-of-type(even) td {
  background-color: #c3d8f3;
}

.size-table tbody td {
  width: 18.625%;
  padding: 8px 8px 16px;
}

.size-table tbody td:first-child {
  width: 25.5%;
  padding-left: 0;
  color: #000;
  border-right: 1px solid #000;
  text-align: left;
}

/***
  ** Top Banner
  **/
.top-banner {
  background-image: url(../img/content/top-banner-bg.jpg);
  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  overflow: visible;
}

.top-banner::before {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 235px;
  background: url(../img/general/top-banner-angle.jpg) 50% 50%/cover no-repeat;
  content: "";
}

.top-banner .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
          justify-content: flex-end;
}

.top-banner .btn__banner {
  -webkit-box-shadow: 0 5px 0 #4f447b;
          box-shadow: 0 5px 0 #4f447b;
}

.top-banner .btn__banner:active {
  -webkit-box-shadow: 0 2px 0 #4f447b;
          box-shadow: 0 2px 0 #4f447b;
}

.top-banner-content {
  width: 73.7%;
  padding: 43px 0 172px;
  padding-left: 21px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.top-banner-imgs {
  font-size: 16px;
}

.top-banner-man {
  position: absolute;
  bottom: 0px;
  right: -8px;
  width: 14.175em;
}

.top-banner-woman {
  position: absolute;
  bottom: 0px;
  left: -16px;
  width: 15.625em;
}

.title {
  margin-bottom: 96px;
  font-family: "ClearSansBold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 36px;
  color: #14083b;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.title.accent-purple {
  color: #2b1e56;
}

.title.accent-yellow {
  color: #ffc600;
}

.title + .title-descr {
  margin-top: -58px;
}

.title-descr {
  font-family: "ClearSansMedium", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 96px;
  width: 100%;
  max-width: 738px;
}

.title-descr.white {
  color: #fff;
  font-family: "ClearSansRegular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

.title__top-banner {
  margin-bottom: 72px;
  font-size: 35px;
  width: 500px;
}

.logo__top-banner {
  position: absolute;
  left: 80px;
  top: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display:         inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.logo__top-banner .logo {
  padding: 36px 10px;
  background-color: #2b1e56;
}

.logo__top-banner .logo-discount {
  background-color: #ffc600;
  font-family: "ClearSansBold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 18px;
  color: #2b1e56;
  text-align: center;
  text-transform: uppercase;
  padding: 9px 0;
  -webkit-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
}

.hurry-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.hurry-up .timer {
  margin-bottom: 25px;
}

.hurry-up__top-banner {
  position: absolute;
  right: 100%;
  top: 246px;
}

.coldgear-logo {
  position: relative;
  width: 300px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  margin-bottom: 92px;
}

.coldgear-logo::before {
  position: absolute;
  top: calc(50% + 2px);
  left: 50%;
  z-index: -1;
  display: block;
  width: 318px;
  height: 160px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/general/coldgear-logo-bg.png) center/contain no-repeat;
  content: "";
}

.coldgear-logo-descr {
  font-family: "ClearSansMedium", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 19px;
  width: 100%;
}

.top-banner-list {
  margin-left: 17px;
}

.top-banner-list li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 2px solid #2b1e56;
  -webkit-border-radius: 0 15px 15px 0;
          border-radius: 0 15px 15px 0;
  margin-bottom: 21px;
  padding: 2px 20px 5px 34px;
  font-family: "ClearSansMedium", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #2b1e56;
  font-size: 18px;
}

.top-banner-list li:last-child {
  margin-bottom: 0;
}

.top-banner-list-icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 43px;
  height: 43px;
  border: 2px solid #2b1e56;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 19px 1px rgba(255, 198, 0, .35);
          box-shadow: 0 0 19px 1px rgba(255, 198, 0, .35);
  background: url(../img/general/benefit-icon.png) center/20px 22px no-repeat, #ffc600;
}

.price__banner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  margin-bottom: 21px;
}

.price__banner .actual-price {
  padding-right: 0;
  font-family: "ClearSansBold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 48px;
  color: #ffc600;
}

.price__banner .old-price {
  position: relative;
  bottom: 0;
  font-family: "ClearSansRegular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 30px;
  color: #fff;
}

.price__banner .old-price::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 110%;
  height: 3px;
  background-color: #e30613;
  content: "";
  -webkit-transform: translateX(-50%) rotate(-5deg);
      -ms-transform: translateX(-50%) rotate(-5deg);
          transform: translateX(-50%) rotate(-5deg);
}

/***
  ** Coldgear
  **/
.coldgear-banner {
  position: relative;
  width: 1400px;
  margin-bottom: 100px;
}

.coldgear-content {
  padding-top: 218px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.coldgear-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 97px;
  width: 100%;
}

.coldgear-imgs {
  margin-bottom: 45px;
}

.coldgear-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  width: 31.58%;
}

.coldgear-item-icon, .coldgear-item-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}

.coldgear-item-icon {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #2b1e56;
}

.coldgear-item-descr {
  font-size: 24px;
  color: #14083b;
  text-align: center;
  line-height: 1.1;
  width: 100%;
}

.coldgear-item-img-descr {
  font-size: 18px;
  color: #14083b;
  text-align: center;
  line-height: 1.4;
  width: 100%;
}

/***
  ** How It Works
  **/
.how-it-video {
  background: url(../img/general/how-it-video-pattern.jpg);
}

.how-it-works {
  padding: 100px 0 122px;
}

.how-it-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  padding: 93px 0 72px;
  background-color: #e5f2fa;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 1.5px 2.6px 15px rgba(0, 0, 0, .5);
          box-shadow: 1.5px 2.6px 15px rgba(0, 0, 0, .5);
}

.how-it-img-1 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
          align-self: flex-end;
  margin: 14px 21px 58px 0;
}

.how-it-img-2 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
          align-self: flex-start;
  margin-left: 30px;
}

.how-it-faces {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.how-it-woman {
  position: absolute;
  top: 70px;
  left: 20px;
}

.how-it-man {
  position: absolute;
  bottom: 0;
  right: 72px;
}

/***
  ** Video
  **/
.video {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0 100px;
}

.video .iframe-fluid {
  padding-bottom: 51%;
}

.video iframe {
  padding: 3.28% 18.4% 8.36% 18.64%;
}

.video-wrapper {
  width: 100%;
  margin-bottom: 23px;
  background-image: url(../img/general/video-bg.png);
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  position: relative;
}

.video-wrapper::before, .video-wrapper::after, .video::before, .video::after {
  font-size: 16px;
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: 50% 50%;
}

.video-wrapper::before {
  background-image: url(../img/content/video-bg-img-1.jpg);
  width: 25em;
  height: 17.5625em;
  top: 24%;
  right: 76%;
}

.video-wrapper::after {
  background-image: url(../img/content/video-bg-img-3.jpg);
  width: 25em;
  height: 17.5625em;
  top: 24%;
  left: 77%;
}

.video::before {
  background-image: url(../img/content/video-bg-img-2.png);
  width: 30.125em;
  height: 17.5625em;
  bottom: 0;
  right: 78%;
}

.video::after {
  background-image: url(../img/content/video-bg-img-4.png);
  width: 35.5625em;
  height: 17.5625em;
  bottom: 0;
  left: 79%;
}

.video-section {
  padding: 200px 0 182px;
}

/***
  ** Advantages
  **/
.advantages {
  padding: 93px 0 75px;
}

.advantages .title-descr {
  margin-bottom: 162px;
}

.advantages-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.advantages-img {
  position: absolute;
  bottom: -150px;
  left: calc(50% - 15px);
  z-index: -1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 574px;
}

.advantages-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.advantages-item {
  width: 360px;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}

.advantages-item:nth-of-type(1) {
  margin-right: 100px;
}

.advantages-item:nth-of-type(1) .advantages-item-icon-inner {
  width: 2.5625em;
  height: 2.8125em;
}

.advantages-item:nth-of-type(2) .advantages-item-icon-inner {
  width: 2.875em;
  height: 2.5em;
}

.advantages-item:nth-of-type(3) .advantages-item-icon-inner {
  width: 2.9375em;
  height: 2.5625em;
}

.advantages-item:nth-of-type(4) .advantages-item-icon-inner {
  width: 3em;
  height: 2.8125em;
}

.advantages-item-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  width: 5em;
  height: 5em;
  margin-bottom: 36px;
}

.advantages-item-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background-color: #2b1e56;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  content: "";
}

.advantages-item-text {
  font-family: "ClearSansMedium", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-align: center;
  width: 100%;
}

.advantages-item-title {
  font-size: 24px;
  color: #2b1e56;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.advantages-item-descr {
  font-family: "ClearSansMedium", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 18px;
}

/***
  ** Quality
  **/
.quality {
  background: url(../img/general/quality-pattern.jpg);
}

.quality-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  padding: 93px 0 90px;
}

.quality-inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
          align-items: stretch;
}

.quality-imgs-left, .quality-imgs-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 0;
  width: 263px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.quality-imgs-left img, .quality-imgs-right img {
  position: relative;
  z-index: -1;
}

.quality-imgs-left .quality-img {
  -webkit-box-shadow: 0 0 0 2px #05c500 inset;
          box-shadow: 0 0 0 2px #05c500 inset;
}

.quality-imgs-left .quality-imgs-title {
  font-family: "ClearSansMedium", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #ffc600;
  text-transform: uppercase;
}

.quality-imgs-right .quality-img {
  -webkit-box-shadow: 0 0 0 2px #d50000 inset;
          box-shadow: 0 0 0 2px #d50000 inset;
}

.quality-imgs-right .quality-imgs-title {
  color: #fff;
}

.quality-imgs-title {
  text-align: center;
  font-size: 24px;
  line-height: 1.1;
  position: absolute;
  bottom: calc(100% + 28px);
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.quality-items {
  width: 500px;
  position: relative;
  z-index: 0;
}

@media all and (-ms-high-contrast: none) {
  .quality-items {
    width: 501px;
  }
}

.quality .title-descr {
  margin-bottom: 166px;
}

.quality-item-l, .quality-item-r {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  padding: 12px 0 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.quality-item-r {
  text-align: left;
  background-image: -webkit-gradient(linear, left top, right top, from(#2b1e56), to(#d50000));
  background-image: -webkit-linear-gradient(left, #2b1e56 0%, #d50000 100%);
  background-image:      -o-linear-gradient(left, #2b1e56 0%, #d50000 100%);
  background-image:         linear-gradient(to right, #2b1e56 0%, #d50000 100%);
  padding-left: 18%;
}

.quality-item-l {
  text-align: right;
  background-image: -webkit-gradient(linear, left top, right top, from(#059b01), to(#2b1e56));
  background-image: -webkit-linear-gradient(left, #059b01 0%, #2b1e56 100%);
  background-image:      -o-linear-gradient(left, #059b01 0%, #2b1e56 100%);
  background-image:         linear-gradient(to right, #059b01 0%, #2b1e56 100%);
  padding-right: 18%;
}

.quality-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}

.quality-item:last-child {
  margin-bottom: 0;
}

.quality-item svg {
  position: absolute;
  display: block;
  width: 30px;
  height: 100%;
  content: "";
  z-index: -1;
}

.quality-item-title {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 158px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "ClearSansBold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 20px;
  color: #ffc600;
}

.quality-arrow-l {
  right: 100%;
  top: 0;
  fill: #059b01;
}

.quality-arrow-r {
  left: 100%;
  top: 0;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  fill: #d50000;
}

.nowrap {
  white-space: nowrap;
}

/***
  ** Orders
  **/
.orders {
  background: url(../img/content/orders-bg.jpg) center/cover no-repeat;
  padding: 100px 0;
}

.order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 150px;
}

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

.timer__order {
  margin-bottom: 14px;
}

.timer__order .time-descr {
  color: #000;
}

.timer__order .time-text {
  top: 1px;
  color: #000;
}

.price__order {
  margin-bottom: 15px;
}

.sale-text {
  width: 100%;
  font-size: 14px;
  margin-bottom: 15px;
}

.sale-text span {
  color:#e30613
}

.order-info {
  width: 50%;
  padding-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.order-info-title {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  font-family: "ClearSansBold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  color: #2b1e56;
  line-height: 1;
  margin: -5px 0 18px;
  width: 100%;
}

.order-woman .order-info-title {
  margin-bottom: 23px;
}

.order-woman .price__order {
  margin-bottom: 22px;
}

.order-woman .order-info {
  padding: 0;
  padding-right: 15px;
}

.order-info-title-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display:         inline-flex;
  margin-right: 28px;
}

.order-info-title {
  width: 490px;
}

.order-info-inner {
  width: 450px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  font-family: "ClearSansMedium", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 18px;
}


.order-info-descr {
  font-family: "ClearSansMedium", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 18px;
  /*white-space: nowrap;*/
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
          align-self: flex-start;
  margin-bottom: 9px;
}

.order-info-sizes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.sizes-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 10px;
}

.sizes {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.size {
  margin: 0 4px;
  position: relative;
  width: 43px;
  padding: 5px 0 5px;
  border: 1px solid rgba(75, 0, 95, .5);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: color .3s, background-color .3s;
       -o-transition: color .3s, background-color .3s;
          transition: color .3s, background-color .3s;
}

.size.active, .size:hover {
  color: #fff;
  -webkit-transition: color .3s, background-color .3s;
       -o-transition: color .3s, background-color .3s;
          transition: color .3s, background-color .3s;
}

.size.active {
  pointer-events: none;
  cursor: auto;
  background-color: rgba(75, 0, 95, .5);
}

.size:hover {
  background-color: rgba(75, 0, 95, .25);
}

.size-table-link {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display:         inline-flex;
  font-family: "ClearSansItalic", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  margin-left: auto;
}

.size-table-link-wrapper {
  text-align: left;
  width: 100%;
}

.size-table-link:hover {
  text-decoration: none;
}

.size-table-link::before {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  content: "";
}

.custom-select.open + .size-table-link {
  display: none;
}

.order-info-colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
          align-self: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  margin-bottom: 9px;
}

.colors-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

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

.color {
  margin: 0 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display:         inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  color: #444;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow .3s;
          transition: -webkit-box-shadow .3s;
       -o-transition:         box-shadow .3s;
          transition:         box-shadow .3s;
          transition:         box-shadow .3s, -webkit-box-shadow .3s;
  -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);
}

.color.active {
  color: #000;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
  -webkit-transition: color .3s, -webkit-box-shadow .3s;
          transition: color .3s, -webkit-box-shadow .3s;
       -o-transition: box-shadow .3s, color .3s;
          transition: box-shadow .3s, color .3s;
          transition: box-shadow .3s, color .3s, -webkit-box-shadow .3s;
}

.color.active .color-icon {
  -webkit-box-shadow: 0 0 0 2px #ff5b00;
          box-shadow: 0 0 0 2px #ff5b00;
}

.color.active .color-icon:after {
  opacity: 1;
  -webkit-transition: opacity .3s;
       -o-transition: opacity .3s;
          transition: opacity .3s;
}

.color:hover .color-icon {
  -webkit-box-shadow: 0 0 0 2px #ff5b00;
          box-shadow: 0 0 0 2px #ff5b00;
}

.color-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.color-icon:after {
  position: absolute;
  left: 4px;
  bottom: 3px;
  display: block;
  width: 5px;
  height: 9px;
  border: solid #ff5b00;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  opacity: 0;
  -webkit-transition: opacity .3s;
       -o-transition: opacity .3s;
          transition: opacity .3s;
}

.color-black .color-icon {
  background-color: #000;
}

.color-blue .color-icon {
  background-color: #2b1e56;
}

.order-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.order-form label {
  display: none;
}

.form-group {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
}

.btn-group .btn__order {
  width: 100%;
}

.order-sliders {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
}

.order-sliders > .order-slider-wrapper {
  width: 100%;
}

.order-slider-wrapper {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
}

.order-slider-inner {
  position: relative;
  width: 360px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
          order: 2;
}

.order-slider-discount {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 70px;
  padding: 7px 0;
  background-color: #2b1e56;
  -webkit-border-radius: 0 0 10px;
          border-radius: 0 0 10px;
  font-size: 18px;
  color: #ffc600;
  text-align: center;
}

.order-slider {
  border: 1px solid #2b1e56;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.order-slider .order-slider-content {
  position: relative;
  overflow: hidden;
  padding-bottom: calc((600 / 360) * 100%);
}

.order-slider .order-slider-content img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 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%";
}

.slick-vertical .slick-slide {
  border: none !important;
}

.order-slider-nav {
  width: 80px;
  margin-right: 20px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
          order: 1;
}

.order-slider-nav .slick-list {
  height: 100% !important;
}

.order-slider-nav .slick-track {
  width: 100% !important;
  height: 100% !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
}

.order-slider-nav .slick-track::before, .order-slider-nav .slick-track::after {
  display: none;
}

.order-slider-nav .slick-slide {
  -webkit-box-shadow: 0 0 0 1px #2b1e56 inset;
          box-shadow: 0 0 0 1px #2b1e56 inset;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow .25s;
          transition: -webkit-box-shadow .25s;
       -o-transition:         box-shadow .25s;
          transition:         box-shadow .25s;
          transition:         box-shadow .25s, -webkit-box-shadow .25s;
}

.order-slider-nav .slick-slide:hover {
  -webkit-box-shadow: 0 0 0 2px #ff8d69 inset;
          box-shadow: 0 0 0 2px #ff8d69 inset;
  -webkit-transition: -webkit-box-shadow .25s;
          transition: -webkit-box-shadow .25s;
       -o-transition:         box-shadow .25s;
          transition:         box-shadow .25s;
          transition:         box-shadow .25s, -webkit-box-shadow .25s;
}

.order-slider-nav .slick-slide.slick-current {
  -webkit-box-shadow: 0 0 0 2px #ff8d69 inset;
          box-shadow: 0 0 0 2px #ff8d69 inset;
  -webkit-transition: -webkit-box-shadow .25s;
          transition: -webkit-box-shadow .25s;
       -o-transition:         box-shadow .25s;
          transition:         box-shadow .25s;
          transition:         box-shadow .25s, -webkit-box-shadow .25s;
}

.order-slider-nav .order-nav-slider-content {
  position: relative;
  padding-bottom: calc((135 / 80) * 100%);
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.order-slider-nav .order-nav-slider-content img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  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%";
}

.custom-select {
  position: relative;
  font-family: "ClearSansMedium", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  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);
}

.custom-select select {
  display: none;
}

.select-selected {
  background-color: transparent;
  border: 1px solid #2b1e56;
  width: 44px;
  height: 44px;
}

.select-items div, .select-selected {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.select-items div {
  width: 44px;
  height: 100%;
}

.select-items {
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 177px;
  right: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  border: 1px solid #2b1e56;
  border-left: none;
  background-color: #fff;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, .1);
}

/***
  ** Reviews
  **/
.reviews-delivery {
  padding: 93px 0 100px;
  background: url(../img/general/reviews-delivery-pattern.jpg);
}

.reviews {
  margin-bottom: 93px;
}

.reviews-slider-wrapper {
  position: relative;
  margin: 0 98px;
}

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

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

.reviews-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.reviews-slider.slick-dotted.slick-slider .slick-dots {
  bottom: 30px;
}

.reviews-slider-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 67px 70px;
  position: relative;
  z-index: 0;
  background-color: #ffc600;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.reviews-item-text {
  width: 100%;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 14px;
}

.reviews-item-text p {
  margin-bottom: 10px;
}

.reviews-item-img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 2px #2b1e56 inset;
          box-shadow: 0 0 0 2px #2b1e56 inset;
  position: relative;
}

.reviews-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.reviews-slider-prev, .reviews-slider-next {
  font-size: 16px;
  position: absolute;
  bottom: 110px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  width: 1.5em;
  height: 2.75em;
  background-color: transparent;
  -webkit-transition: opacity .3s;
       -o-transition: opacity .3s;
          transition: opacity .3s;
  opacity: .7;
  cursor: pointer;
  -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);
}

.reviews-slider-prev:hover, .reviews-slider-next:hover {
  opacity: 1;
  -webkit-transition: opacity .3s;
       -o-transition: opacity .3s;
          transition: opacity .3s;
}

.reviews-slider-prev {
  left: calc(50% - 115px);
}

.reviews-slider-next {
  right: calc(50% - 115px);
}

.reviews-slider-next img {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

/***
  ** Delivery
  **/
.delivery .title {
  margin-bottom: 150px;
}

.delivery-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
}

.delivery-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  width: 23%;
  background-color: #ffc600;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  text-align: center;
  padding: 70px 15px 28px;
}

.delivery-item:nth-of-type(1) .delivery-icon-img {
  width: 2.4375em;
  height: 3.1875em;
}

.delivery-item:nth-of-type(2) .delivery-icon-img {
  width: 3.1875em;
  height: 3.1875em;
}

.delivery-item:nth-of-type(3) .delivery-icon-img {
  width: 4.0625em;
  height: 2.5625em;
}

.delivery-item:nth-of-type(4) .delivery-icon-img {
  width: 3.1875em;
  height: 3.1875em;
}

.delivery-icon {
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: -52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  width: 6.5em;
  height: 6.5em;
  background-color: #2b1e56;
  border: 2px solid #ffc600;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.delivery-text {
  width: 100%;
}

.delivery-title {
  margin-bottom: 18px;
  font-family: "ClearSansMedium", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 24px;
  color: #2b1e56;
}

.delivery-descr {
  font-size: 18px;
  line-height: 1.1;
}

/***
  ** Top Banner
  **/
.bottom-banner {
  padding: 30px 0 150px;
  background-image: url(../img/content/bottom-banner-bg.jpg);
  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}

.bottom-banner .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
}

.bottom-banner .btn__banner {
  -webkit-box-shadow: 0 5px 0 #2b1e56;
          box-shadow: 0 5px 0 #2b1e56;
}

.bottom-banner .btn__banner:active {
  -webkit-box-shadow: 0 2px 0 #2b1e56;
          box-shadow: 0 2px 0 #2b1e56;
}

.bottom-banner-content {
  z-index: 0;
  width: 558px;
  padding: 50px 0 200px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.bottom-banner-imgs {
  font-size: 16px;
}

.bottom-banner-man {
  position: absolute;
  /*bottom: 36px;*/
  right: 100%;
  width: 14.0625em;
}

.bottom-banner-woman {
  position: absolute;
  /*bottom: 36px;*/
  left: calc(100% + 10px);
  width: 12.8125em;
}

.title__bottom-banner {
  margin-bottom: 23px;
  text-shadow: 0 2px 4.8px rgba(0, 0, 0, .7);
  color: #fff;
  width: 100%;
}

.logo__bottom-banner {
  width: 144px;
  margin-bottom: 23px;
}

.hurry-up__bottom-banner {
  background-color: rgba(0, 0, 0, .6);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 16px 20px 25px;
}

.hurry-up__bottom-banner .time-descr, .hurry-up__bottom-banner .time-text {
  font-family: "ClearSansRegular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

/***
  ** Footer
  **/
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
  background-color: rgba(0, 0, 0, .9);
  font-size: 14px;
  color: #fff;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

footer .footer-content {
  width: 100%;
  padding: 0 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
}

/***
  ** Pop-ups
  **/
.mfp-policy {
  position: relative;
  display: block;
  width: 55%;
  margin: 0 auto;
  padding: 50px;
  background-color: #fff;
  color: #000;
  text-align: justify;
}

.mfp-policy h2 {
  text-align: center;
  margin-bottom: 20px;
}

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

/*==========  Desktop First  ==========*/
@media (max-width: 1199px) {
  .mfp-policy {
    width: 80%;
  }
  .reviews-slider-wrapper {
    margin: 0;
  }
  .delivery-item {
    width: 45.6%;
    margin-bottom: 83px;
  }
  .delivery-items {
    margin-bottom: -83px;
  }
  .bottom-banner-woman {
    left: 95%;
  }
  .bottom-banner-man {
    right: 95%;
  }
  footer .footer-content {
    padding: 0;
  }
  .quality-inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
  }
  .quality-imgs-left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
            order: 1;
    margin-right: 50px;
  }
  .quality-imgs-right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
            order: 2;
    margin-left: 50px;
  }
  .quality-items {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
            order: 3;
  }
  .quality-items {
    width: 630px;
    margin-top: 10px;
  }
  .quality-img {
    margin-bottom: 20px;
  }
  .advantages-item {
    width: 292px;
  }
  .advantages-img {
    width: 530px;
    bottom: -140px;
    left: 50%;
  }
  .advantages .title-descr {
    margin-bottom: 40px;
  }
  .video-wrapper::before, .video-wrapper::after, .video::before, .video::after {
    font-size: 14px;
  }
  .how-it-content {
    padding-bottom: 0;
  }
  .how-it-img-1, .how-it-img-2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }
  .how-it-img-2 {
    margin: 0;
    margin-bottom: 60px;
  }
  .how-it-img-1 {
    margin: 0;
    margin-bottom: 83px;
  }
  .how-it-faces {
    font-size: 16px;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 26.375em;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .how-it-woman {
    position: relative;
    top: 0;
    left: 35px;
    width: 16.3125em;
    height: 32.875em;
  }
  .how-it-man {
    width: 12.875em;
    height: 26.375em;
    position: relative;
    bottom: auto;
    right: auto;
  }
  .top-banner {
    background-position: 58% 50%;
  }
  .top-banner::before {
    background-position: 58% 50%;
  }
  .top-banner-man {
    top: auto;
    right: -30px;
    bottom: 0;
  }
  .top-banner-imgs {
    font-size: 13px;
  }
  .top-banner-woman {
    top: auto;
    bottom: 0;
    left: 12px;
  }
  .top-banner-list {
    margin-left: 20px;
  }
  .top-banner-list li {
    font-size: 16px;
  }
  .hurry-up__top-banner {
    right: 92%;
  }
  .coldgear-content {
    padding-top: 160px;
  }
}

@media (max-width: 991px) {

  .size {
    width: 34px;
    font-size: 16px;
  }

  .order-info-title {
    width: 290px;
  }

  .order-info-inner {
    width: 290px;
  }

  footer .footer-content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer-copyright {

    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
            order: 1;
    width: 100%;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  footer .footer-address {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
            order: 2;
  }
  footer .footer-policy {
    position: relative;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
            order: 3;
  }
  .mfp-policy {
    width: 90%;
  }
  .delivery-item {
    width: 44%;
    padding: 70px 25px 28px;
  }
  .bottom-banner-imgs {
    font-size: 14px;
    z-index: -1;
  }
  .bottom-banner-content {
    width: 476px;
    padding: 50px 0 140px;
  }
  .bottom-banner-woman {
    left: 92%;
    bottom: 44px;
  }
  .bottom-banner-man {
    right: 90%;
    bottom: 44px;
  }
  .title__bottom-banner {
    font-size: 32px;
  }
  .order-slider-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order-slider-nav {
    width: 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
            order: 2;
  }
  .order-slider-nav .slick-list {
    margin: 0 -5px;
  }
  .order-slider-nav .slick-slide {
    margin: 0 5px;
  }
  .order-slider-nav .slick-track {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .order-slider {
    margin-bottom: 10px;
  }
  .order-slider-inner {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .order-info-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .order-info-title-icon {
    margin-right: 0;
    margin-bottom: 13px;
  }
  .advantages-items {
    margin-bottom: -50px;
  }
  .advantages-img {
    width: auto;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: -90px 0 -70px;
  }
  .advantages-item:nth-of-type(n) {
    margin: 0;
    margin-bottom: 70px;
  }
  .advantages-item {
    width: 48%;
  }
  .video-wrapper {
    width: 118%;
  }
  .video-wrapper::before, .video-wrapper::after, .video::before, .video::after {
    font-size: 12px;
  }
  .video-wrapper::before {
    right: 74%;
  }
  .how-it-img-1, .how-it-img-2 {
    padding: 0 20px;
  }
  .how-it-faces {
    font-size: 14px;
  }
  .how-it-content {
    padding-top: 75px;
  }
  .top-banner-content {
    padding: 0;
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 40px;
  }
  .top-banner-imgs {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
            order: 1;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .top-banner-imgs .top-banner-woman img,
  .top-banner-imgs .top-banner-man img {
    width: auto;
    max-width: initial;
    height: 100%;
  }

  .top-banner-woman {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }
  .top-banner-man {
    margin-left: 75px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }
  .hurry-up__top-banner {
    right: auto;
    left: 0;
  }
  .coldgear-logo {
    margin-right: 45px;
  }
  .top-banner-list {
    margin-right: 45px;
  }
  .top-banner-list li {
    font-size: 18px;
  }
  .title__top-banner {
    position: relative;
    left: 38px;
    margin-bottom: 72px;
    font-size: 33px;
    width: 468px;
  }
  .coldgear-items:not(.coldgear-imgs) {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .coldgear-items:not(.coldgear-imgs) .coldgear-item {
    width: 48%;
  }
  .order-slider-nav .slick-slide:hover {
    -webkit-box-shadow: 0 0 0 1px #2b1e56 inset !important;
            box-shadow: 0 0 0 1px #2b1e56 inset !important;
    -webkit-transition: -webkit-box-shadow .25s !important;
            transition: -webkit-box-shadow .25s !important;
         -o-transition:         box-shadow .25s !important;
            transition:         box-shadow .25s !important;
            transition:         box-shadow .25s, -webkit-box-shadow .25s !important;
  }
  .order-slider-nav .slick-slide.slick-current {
    -webkit-box-shadow: 0 0 0 2px #ff8d69 inset !important;
            box-shadow: 0 0 0 2px #ff8d69 inset !important;
    -webkit-transition: -webkit-box-shadow .25s !important;
            transition: -webkit-box-shadow .25s !important;
         -o-transition:         box-shadow .25s !important;
            transition:         box-shadow .25s !important;
            transition:         box-shadow .25s, -webkit-box-shadow .25s !important;
  }
}

@media (max-width: 767px) {

  footer .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  footer .footer-policy {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
            order: 1;
  }
  footer .footer-copyright {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
            order: 2;
  }
  footer .footer-address {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
            order: 3;
  }
  .size-table {
    font-size: 18px;
  }
  .size-table-wrapper {
    max-width: 550px;
  }
  .reviews-slider-item {
    padding: 80px 25px 70px;
  }
  .reviews-item-img {
    position: absolute;
    top: -60px;
    left: calc(50% - 60px);
  }
  .reviews-slider .slick-slide {
    padding-top: 60px;
  }
  .reviews-slider.slick-dotted.slick-slider .slick-dots {
    bottom: 45px;
  }
  .reviews-slider-prev, .reviews-slider-next {
    bottom: 30px;
  }
  .delivery-item {
    width: 47%;
    padding: 70px 18px 28px;
  }
  .bottom-banner-woman, .bottom-banner-man {
    position: relative;
    bottom: auto !important;
    right: auto;
    left: auto;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .bottom-banner-imgs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    margin-bottom: 0px;
  }
  .bottom-banner {
    background-position: 97% 50%;
  }
  .hurry-up__bottom-banner {
    -webkit-border-radius: 10px;
            border-radius: 10px;
    width: 100%;
  }
  footer {
    padding: 7px 0 6px;
    font-size: 12px;
  }
  .order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
  }
  .order-sliders {
    width: 100%;
  }
  .order-slider-inner {
    max-width: 380px;
  }

  .order-slider-wrapper {
    width: 100%;
    max-width: 380px;
  }
  .order-info {
    width: 100%;
    padding: 0;
  }
  .order-info-inner {
    max-width: 380px;
    width: 100%;
  }

  .order-woman {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .order-info-title {
    margin-top: 0;
    font-size: 32px;
    padding: 0 20px;
  }
  .orders {
    padding: 50px 0;
  }
  .order {
    margin-bottom: 65px;
  }
  .order-slider-wrapper {
    margin-bottom: 43px;
  }
  .order .order-info-title {
    width: 100%;
    margin-bottom: 45px;
  }
  .color-icon {
    width: 44px;
    height: 44px;
  }
  .sizes-title, .colors-title {
    min-width: 67px;
  }
  .colors-title {
    margin-right: 4px;
  }
  .color {
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
  .color:first-child {
    margin-right: 30px;
  }
  .color-icon {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .order-info-colors {
    margin-bottom: 16px;
  }
  .color-icon:after {
    width: 13px;
    height: 26px;
    border-width: 0 3px 3px 0;
    left: 15px;
    bottom: 11px;
  }
  .quality-items {
    width: 500px;
  }
  .quality-imgs-left {
    width: 230px;
    margin-right: 15px;
  }
  .quality-imgs-right {
    width: 230px;
    margin-left: 15px;
  }
  .advantages {
    padding: 83px 0 75px;
  }
  .advantages-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
  }
  .advantages-item {
    width: 100%;
  }
  .video-wrapper::before, .video-wrapper::after, .video::before, .video::after {
    display: none;
  }
  .how-it-works {
    padding: 50px 0 100px;
  }
  .how-it-works .title {
    padding: 0 30px;
    margin-bottom: 50px;
  }
  .how-it-content {
    padding-top: 42px;
  }
  .how-it-img-1 {
    margin-bottom: 50px;
  }
  .how-it-woman {
    width: 15.14286em;
    height: 30.5em;
    top: 28px;
  }
  .how-it-faces {
    font-size: 13px;
  }
  .top-banner .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
  }
  .logo__top-banner {
    position: relative;
    left: auto;
  }
  .top-banner-content {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
  }
  .coldgear-logo {
    margin-right: 0;
  }
  .top-banner-list {
    margin: 0;
  }
  .hurry-up__top-banner {
    position: relative;
    top: 0;
  }
  .top-banner-imgs {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
    -ms-flex-order: unset;
            order: unset;
  }
  .top-banner {
    background: none;
    background-color: #2b1e56;
    z-index: 0;
  }
  .top-banner::before {
    display: none;
  }
  .top-banner::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 720px;
    background: url(../img/content/top-banner-bg-mob.jpg) 50% 50%/cover no-repeat;
    content: "";
    z-index: -1;
  }
  .top-banner-content {
    padding-top: 25px;
    padding-bottom: 55px;
  }
  .title__top-banner {
    width: 100%;
    left: 0;
  }
  .logo__top-banner .logo {
    padding: 27px 10px;
  }
  .top-banner-imgs {
    margin-top: 0;
    margin-bottom: 14px;
    height: 585px;
  }
  .top-banner-man {
    right: auto;
    margin-left: 0;
  }
  .title__top-banner {
    margin-bottom: 45px;
  }
  .hurry-up__top-banner {
    margin-bottom: 80px;
  }
  .coldgear-logo {
    margin-bottom: 70px;
  }
  .top-banner-list {
    margin-left: 20px;
  }
  .top-banner::after {
    height: 874px;
  }
  .top-banner-imgs {
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .top-banner-woman {
    width: 40.5%;
  }
  .top-banner-man {
    width: 43%;
  }
  .coldgear-content {
    padding-top: 48px;
    padding-bottom: 55px;
  }
  .coldgear-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    margin-bottom: 47px;
  }
  .coldgear-item {
    width: 100% !important;
    margin-bottom: 47px;
  }
  .coldgear-item:last-child {
    margin-bottom: 0;
  }
  .coldgear .title {
    margin-bottom: 53px;
  }
  .coldgear-item-icon, .coldgear-item-img {
    margin-bottom: 14px;
  }
  .coldgear-banner {
    width: 1093px;
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  footer .footer-content {
    padding: 0 15px;
  }
  .mfp-policy {
    width: 98%;
    padding: 10px;
  }
  .mfp-policy h2 {
    font-size: 22px;
    padding: 0 25px;
  }
  .mfp-policy p {
    font-size: 14px;
    text-align: justify;
  }
  .size-table {
    font-size: 3.2vw;
  }
  .size-table-wrapper {
    max-width: none;
    width: 100%;
    padding: 20px 0 15px;
  }
  .size-table tbody td:first-child {
    padding-left: 10px;
  }
}

@media (max-width: 575px) and (max-width: 413px) {
  .size-table tbody td:first-child {
    padding-left: 5px;
  }
}

@media (max-width: 575px) {
  .size-table tbody td {
    padding: 8px 5px 8px;
  }
  .mfp-close {
    width: 24px;
    height: 27px;
    line-height: 27px;
  }
  .reviews-item-text {
    font-size: 16px;
    text-align: left;
  }
  .reviews-slider-item {
    padding: 80px 12px 70px;
  }
  .reviews-slider-prev {
    left: calc(50% - 135px);
  }
  .reviews-slider-next {
    right: calc(50% - 135px);
  }
  .reviews-delivery {
    padding: 45px 0 50px;
  }
  .reviews {
    margin-bottom: 46px;
  }
  .delivery-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
  }
  .delivery-item {
    width: calc(100% - 36px);
    max-width: 384px;
    padding: 70px 18px 28px;
  }
  .container {
    padding: 0 10px;
  }
  .bottom-banner {
    background-image: url(../img/content/bottom-banner-bg-mob.jpg);
    background-position: 50% 50%;
  }
  .bottom-banner .container {
    padding: 0;
  }
  .bottom-banner-imgs {
    width: auto;
    max-width: 380px;
  }
  .bottom-banner-man {
    width: 52%;
  }
  .bottom-banner-woman {
    width: 47.5%;
  }
  .hurry-up__bottom-banner {
    width: 100%;
    -webkit-border-radius: 0;
            border-radius: 0;
  }
  .title__bottom-banner {
    font-size: 28px;
    padding: 0 35px;
  }
}

@media (max-width: 575px) and (max-width: 413px) {
  .title__bottom-banner {
    padding: 0 10px;
  }
}

@media (max-width: 575px) {
  .bottom-banner-content {
    width: 100%;
    padding: 50px 0 108px;
  }
}

@media (max-width: 575px) and (max-width: 413px) {
  .bottom-banner-content {
    padding: 50px 0 125px;
  }
}

@media (max-width: 575px) {
  .order-slider-inner {
    width: 100%;
  }
  .order-info-title {
    font-size: 26px;
    padding: 0;
  }
  .order-info-inner {
    width: 100%;
    max-width: 380px;
    /*width: 290px;*/
  }
  .order-info-descr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 16px;
  }
  .title {
    font-size: 30px;
  }
  .reviews .title {
    margin-bottom: 46px;
  }
  .delivery .title {
    margin-bottom: 100px;
  }
  .quality-items {
    width: 100%;
    margin-top: 25px;
  }
  .quality-imgs-left {
    width: 46.67%;
    margin-right: 3.33%;
  }
  .quality-imgs-right {
    width: 46.67%;
    margin-left: 3.33%;
  }
  .quality-img {
    margin-bottom: 16px;
  }
  .quality-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    margin-bottom: 42px;
  }
  .quality-item-title {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-bottom: 17px;
  }
  .quality-item-l, .quality-item-r {
    width: 238px;
    padding: 12px 0 14px;
  }
  .quality-item-l {
    padding-right: 60px;
    padding-left: 20px;
  }
  .quality-item-r {
    padding-left: 60px;
    padding-right: 20px;
  }
  .quality-content {
    padding: 42px 0 50px;
  }
  .quality-imgs-title {
    font-size: 18px;
  }
  .quality .title-descr {
    margin-bottom: 108px;
  }
  .advantages {
    padding: 44px 0 35px;
  }
  .advantages-item:nth-of-type(n) {
    margin-bottom: 58px;
  }
  .advantages-img {
    margin: -70px -22px -45px;
    max-width: 404px;
  }
  .advantages-item-title {
    margin-bottom: 7px;
  }
  .advantages-item-icon {
    margin-bottom: 26px;
  }
  .video {
    padding: 14px 0 55px;
  }
  .video-wrapper {
    margin-bottom: 40px;
  }
  .title-descr {
    margin-bottom: 45px;
  }
  .how-it-works {
    padding: 0 0 32px;
  }
  .how-it-content {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    background: none;
  }
  .how-it-works {
    background-color: #e5f2fa;
    padding-bottom: 0;
  }
  .how-it-works .title {
    margin-bottom: 45px;
  }
  .how-it-img-1 {
    margin-bottom: 45px;
  }
  .how-it-img-2 {
    margin-bottom: 0;
  }
  .how-it-faces {
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 360px;
  }
  .how-it-woman {
    position: absolute;
    top: 68px;
    left: 0;
    width: 47%;
  }
  .how-it-man {
    height: auto;
    width: 47%;
    bottom: -46px;
    margin-left: auto;
  }
  .video {
    padding: 43px 0 55px;
  }
  .video .title {
    padding: 0 20px;
  }
  .title__top-banner {
    width: 100%;
    font-size: 28px;
  }
  .logo__top-banner .logo {
    padding: 27px 10px;
  }
  .top-banner-imgs {
    margin-top: 0;
    margin-bottom: 14px;
    height: 505px;
  }
  .top-banner-man {
    right: auto;
    margin-left: 0;
  }
  .title__top-banner {
    min-height: 147px;
    margin-bottom: 10px;
  }
  .hurry-up__top-banner {
    margin-bottom: 80px;
  }
  .coldgear-logo {
    margin-bottom: 70px;
  }
  .coldgear-banner {
    width: 198vw;
    max-width: 820px;
  }
  .coldgear-items {
    max-width: 360px;
  }
}

@media (max-width: 575px) and (max-width: 413px) {
  .coldgear .title {
    padding: 0 10px;
  }
  .coldgear .title br {
    display: none;
  }
}

@media (max-width: 575px) {
  .top-banner::after {
    height: auto;
    padding-bottom: 225vw;
  }
}

@media (max-width: 575px) and (min-width: 360px) {
  .top-banner::after {
    padding-bottom: 215vw;
  }
}

@media (max-width: 575px) and (min-width: 380px) {
  .top-banner::after {
    padding-bottom: 210vw;
  }
}

@media (max-width: 575px) and (min-width: 400px) {
  .top-banner::after {
    padding-bottom: 193vw;
  }
}

@media (max-width: 575px) and (min-width: 413px) {
  .top-banner::after {
    padding-bottom: 193vw;
  }
}

@media (max-width: 575px) and (min-width: 413px) {
  .top-banner::after {
    padding-bottom: 0;
    height: 780px;
  }
}

@media (max-width: 575px) {
  .top-banner-imgs {
    width: 100%;
    max-width: 360px;
  }
  .top-banner-woman {
    width: 48.5%;
  }
  .top-banner-man {
    width: 51.5%;
  }
  .title__top-banner {
    max-width: 398px;
  }
}

/*==========  Mobile First  ==========*/

.order-form label, label.error{
  display: none !important;
}

.country_kz{
  display: none;
}

.price__order{
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-info-sizes .size-text {
  margin-left: 15px;
}


@media (max-width: 575px) {
  .top-banner-imgs {
    height: 447px;
  }

  .top-banner::after {
    height: 750px;
    padding-bottom: 0;
  }
}


@media (max-width: 768px) {
  .btn-group {
    text-align: center;
  }

}



@media (max-width: 370px) {
  .size {
    width: 33px;
    margin: 2px;
  }
}


[id^="modal"]{
  display: none;
  width: 100%;
  max-width: 600px !important;
}

[id^="modal"] h6{
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
}

.footer-copyright{
  width: 100%;
}

.footer-info{
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.bottom-banner-man{
  bottom: 8px;
}

.bottom-banner-woman{
  bottom: 8px;
}


h4.accent {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    color: #2b1e56;
    font-size: 22px;
}