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

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

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

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

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

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

.it-link{
  color: #2260ff;
  font-weight: bold;
}

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: #504f58;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #504f58;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #504f58;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #504f58;
  opacity: 1;
}

::placeholder {
  color: #504f58;
  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: "RobotoCondensedRegular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
  background-color: #dde1e0;
}

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

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

select, select.input {
  color: #fff;
  -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: #fff;
  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: #fff;
  text-decoration: underline;
}

.btn {
  position: relative;
  display: inline-block;
  width: 252px;
  height: 48px;
  line-height: 48px;
  border: none;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  background-color: #228aff;
  -webkit-box-shadow: 3.7px 5.9px 12.7px .3px #171717, inset 4.2px 6.8px 13px rgba(0, 0, 0, .62);
          box-shadow: 3.7px 5.9px 12.7px .3px #171717, inset 4.2px 6.8px 13px rgba(0, 0, 0, .62);
  font-size: 22px;
  color: #fff;
  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 {
  color: #fff;
  text-decoration: none;
  background-color: #2260ff;
  -webkit-transition: background-color .3s;
       -o-transition: background-color .3s;
          transition: background-color .3s;
}

.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;
          -webkit-flex-direction: column;
          flex-direction: column;
  font-family: "BebasNeueRegular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

.price .actual-price {
  padding-left: 0;
  font-size: 56px;
  color: #ed1427;
}

.price .old-price {
  position: relative;
  font-size: 30px;
  color: #e3e3e3;
}

.price .old-price::before {
  position: absolute;
  top: 48%;
  left: 52%;
  display: block;
  width: 104%;
  height: 2px;
  background-color: #e41628;
  content: "";
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

.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: auto;
  text-align: center;
}

.time-text {
  position: relative;
  top: -10px;
  font-size: 16px;
  color: #eaeaea;
  text-transform: lowercase;
}

.time-num {
  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%;
  font-size: 66px;
  color: #fff;
}

.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%;
}

.time-descr {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  color: #eaeaea;
  text-align: center;
}

/***
  ** Top Banner
  **/
.leaf, .top-banner .container::before, .top-banner .container::after, .discount__top-banner::before, .features-items::before, .advantages-shoes::after, .advantages-text::after, .order-black::before, .order-black::after, .order-blue::before, .order-blue::after, .bottom-banner-content::after, .bottom-banner-shoe-big::before {
  position: absolute;
  font-size: 16px;
  display: block;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}

.top-banner {
  padding-bottom: 42px;
  z-index: 11;
}

.top-banner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 53%;
  background: url(../img/general/light-cover.png) left top/contain no-repeat;
  content: "";
  z-index: -6;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.top-banner .container::before {
  display: none;
  width: 23.25em;
  height: 46.0625em;
  background-image: url(../img/general/top-banner-leaves-left.png);
  top: 1.6%;
  left: -9.6%;
}

.top-banner .container::after {
  display: none;
  width: 48.75em;
  height: 50em;
  background-image: url(../img/general/top-banner-leaves-right.png);
  top: .8%;
  right: -10.6%;
  z-index: -1;
}

.top-banner-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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
          align-items: flex-start;
  width: 658px;
  padding: 65px 0 125px;
  position: relative;
}

.top-banner-content::before {
  position: absolute;
  z-index: -1;
  right: -138px;
  top: 0;
  width: 180.2%;
  padding-bottom: 126.2%;
  background: url(../img/content/top-banner-content-bg-big.png) center/contain no-repeat;
  content: "";
}

.top-banner-content::after {

  position: absolute;
  right: 100%;
  top: 0;
  z-index: -1;
  width: 100vw;
  padding-bottom: 121.6%;
  background-color: #1f1e25;
  /* content: ""; */
}

.logo {
  width: 328px;
}

.logo__top-banner {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
          align-self: flex-end;
  margin-bottom: 30px;
  margin-right: 20px;
}

.top-banner-shoes {
  position: absolute;
  left: 55%;
  top: 45px;
  width: 1250px;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
          align-items: flex-end;
  pointer-events: none;
}

.top-banner-shoes > div {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  position: relative;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

.top-banner-shoe-small {
  width: 37.32%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-animation-name: shoeSmall;
          animation-name: shoeSmall;
}

.top-banner-shoe-big {
  width: 100%;
  max-width: 785px;
  /*-webkit-animation-name: shoeBig;
          animation-name: shoeBig;*/
}

.top-banner-shoes img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.top-banner-shoes > div:before {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes shoeSmall {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

@keyframes shoeSmall {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

@-webkit-keyframes shoeBig {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes shoeBig {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

.title {
  font-family: "BebasNeueBold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 50px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 18px;
}

.title-black {
  color: #1f1e25;
}

.title-descr {
  width: 100%;
  max-width: 763px;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.title-descr-black {
  color: #1f1e25;
}

.title-descr__top-banner {
  font-size: 26px;
  text-align: left;
  margin-bottom: 10px;
}

.title__top-banner {
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
  font-size: 50px;
  text-align: left;
  text-indent: -2px;
}

.banner-price {
  font-family: "BebasNeueBold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 44px;
  color: #ed1427;
}

.banner-price span {
  display: inline-block;
  font-size: 72px;
  margin-left: 5px;
}

.banner-price__top-banner {
  margin-left: 6px;
  margin-bottom: 20px;
}

.btn-banner {
  text-transform: capitalize;
  width: 293px;
  height: 57px;
  line-height: 57px;
}

.btn__top-banner {
  margin-left: 13px;
  margin-bottom: 22px;
}

.discount {
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 20%;
  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: 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: 14.375em;
  height: 14.375em;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #228aff;
  -webkit-box-shadow: .9625em 1.5375em .3125em rgba(36, 36, 36, .21), inset 0 0 1.8125em rgba(0, 0, 0, .88);
          box-shadow: .9625em 1.5375em .3125em rgba(36, 36, 36, .21), inset 0 0 1.8125em rgba(0, 0, 0, .88);
  text-shadow: .1em .15625em .3125em rgba(0, 0, 0, .75);
  pointer-events: none;
}

.discount-text {
  font-family: "BebasNeueRegular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 2.75em;
  line-height: 1.2;
}

.discount-digit {
  font-family: "BebasNeueBold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 6.875em;
  line-height: 1;
}

.discount__top-banner {
  left: 108%;
  top: 32%;
}

/*.discount__top-banner::before {
  width: 12.9375em;
  height: 10.625em;
  background-image: url(../img/general/top-banner-leaf.png);
  bottom: 112%;
  left: 6%;
  z-index: -2;
}*/

/***
  ** Features
  **/
.features {
  overflow: visible;
  position: relative;
  z-index: 10;
}

.features::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding-bottom: 66.86%;
  background: url(../img/content/features-bg.jpg) center/cover no-repeat;
  content: "";
  z-index: -9;
}

.features .title-descr {
  margin-bottom: 44px;
}

.features .container {
  padding: 36px 15px 215px;
}

.features .container::before, .features .container::after {
  font-size: 16px;
  position: absolute;
  bottom: 5%;
  z-index: -3;
  display: block;
  width: 61.8125em;
  height: 53.875em;
  background: url(../img/content/features-shoe.png) center/contain no-repeat;
  content: "";
}

.features .container::before {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  left: -45%;
}

.features .container::after {
  right: -45%;
}

.features-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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 380px;
  font-size: 16px;
}

/*.features-items::before {
  width: 9.9375em;
  height: 8.75em;
  background-image: url(../img/general/features-leaves.png);
  top: 79%;
  left: 34%;
}*/

.features-item {
  width: 16.8%;
  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;
}

.features-item:nth-of-type(2) {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
          align-self: flex-end;
  margin-right: 28px;
}

.features-item:nth-of-type(3) {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
          align-self: flex-end;
  margin-left: 28px;
}

.features-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: 10.6875em;
  margin-bottom: 27px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: .5625em .9em .3125em rgba(36, 36, 36, .21), inset .2625em .425em 1.6875em #000;
          box-shadow: .5625em .9em .3125em rgba(36, 36, 36, .21), inset .2625em .425em 1.6875em #000;
}

.features-item-icon img {
  z-index: -1;
}

.features-item-text {
  font-family: "RobotoCondensedBold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  color: #e34702;
  text-align: center;
  width: 100%;
}

/***
  ** Videos
  **/
.video-section {
  padding: 64px 0 16.5%;
  background-image: url(../img/content/video-bg.jpg);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.video-section .title-descr {
  margin-bottom: 64px;
}

.videos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  /* -webkit-box-pack: justify; */
  -webkit-justify-content: center;
  /* -ms-flex-pack: justify; */
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.video {
  position: relative;
  width: 520px;
}

.video:nth-of-type(1) {
  margin-top: 0px;
}

.video-wrapper {
  width: 100%;
  background-color: #000;
  -webkit-box-shadow: 15.4px 24.6px 5px rgba(36, 36, 36, .21);
          box-shadow: 15.4px 24.6px 5px rgba(36, 36, 36, .21);
}

.iframe-fluid {
  padding-bottom: 53.48%;
}

.video-title {
  font-family: "BebasNeueBold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 40px;
  color: #1f1e25;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/***
  ** Gallery
  **/
.gallery {
  padding-top: 20px;
  padding-bottom: 100px;
  overflow: visible;
}

.gallery::before {
  position: absolute;
  top: 46.5%;
  left: 0;
  display: block;
  width: 100%;
  min-width: 1383px;
  padding-bottom: 85%;
  min-height: 1175.55px;
  background: url(../img/content/gallery-bg.png) center/cover no-repeat;
  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.gallery .title-descr {
  color: #ebebeb;
  margin-bottom: 60px;
}

.gallery-slider-wrapper {
  width: 100%;
}

.mfp-gallery .mfp-counter {
  display: none;
}

.gallery-slider-inner {
  position: relative;
}

.gallery-slider {
  overflow: hidden;
  margin: 0 -10%;
}

.gallery-slider .slick-slide {
  position: relative;
  overflow: visible;
  -webkit-transition: all .3s;
       -o-transition: all .3s;
          transition: all .3s;
  margin-bottom: 22px;
}

.gallery-slider-item {
  position: relative;
  -webkit-transition: all .3s;
       -o-transition: all .3s;
          transition: all .3s;
  -webkit-box-shadow: 10.6px 17px 5px rgba(19, 19, 19, .75);
          box-shadow: 10.6px 17px 5px rgba(19, 19, 19, .75);
}

.gallery-slider-prev, .gallery-slider-next {
  position: absolute;
  bottom: -15%;
  z-index: 1;
  width: 36px;
  height: 36px;
  background: url(../img/general/gallery-slider-arrow.png) center/contain no-repeat;
  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);
}

.gallery-slider-prev {
  left: 38%;
}

.gallery-slider-next {
  right: 37.8%;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.gallery-slider-counter {
  position: absolute;
  bottom: -15%;
  left: 50.4%;
  z-index: 1;
  font-family: "BebasNeueBold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 24px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/***
  ** Advantages
  **/
.advantages {
  overflow: visible;
  padding-bottom: 44px;
}

.advantages::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding-bottom: 64%;
  /* background: url(../img/general/light-cover.png) left top/contain no-repeat; */
  content: "";
  z-index: -1;
}

.advantages .container {
  padding-top: 20%;
}

.advantages .container::before {
  position: absolute;
  z-index: -1;
  right: 46%;
  top: 0;
  width: 85.53%;
  padding-bottom: 70.97%;
  background: url(../img/content/advantages-content-bg.png) center/contain no-repeat;
  content: "";
}

.advantages .container::after {
  position: absolute;
  right: 100%;
  top: 0;
  width: 100vw;
  z-index: -1;
  padding-bottom: 68.3%;
  background-color: #ea953b;
  /* content: ""; */
}

.advantages .title, .advantages .title-descr {
  text-align: left;
}

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

.advantages-shoes {
  position: absolute;
  left: -6%;
  top: 0;
  width: 51.63%;
}

/*.advantages-shoes::after {
  width: 36.5625em;
  height: 40.125em;
  background-image: url(../img/general/advantages-leaves-left.png);
  top: 11%;
  left: 0;
}*/

.advantages-text {
  padding-left: 555px;
}

.advantages-text::after {
  display: none;
  width: 26.375em;
  height: 26.5em;
  background-image: url(../img/general/advantages-leaves-right.png);
  top: 35%;
  right: -14%;
  z-index: -1;
}

.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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 50px;
}

.advantages-item {
  width: 234px;
  margin-bottom: 52px;
}

.advantages-item-title {
  margin-bottom: 20px;
  font-family: "RobotoCondensedBold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 18px;
  color: #e34702;
}

.advantages-item-text {
  color: #1f1e25;
}

/***
  ** Orders
  **/
.orders {
  padding-top: 40px;
}

.orders .title-descr {
  margin-bottom: 102px;
}

.order {
  padding: 0 20px 0 50px;
  position: relative;
}

.order-black {
  margin-bottom: 130px;
}

/*.order-black::before {
  width: 15.6875em;
  height: 24.375em;
  background-image: url(../img/general/order-leaves.png);
  top: -23%;
  left: -12%;
  z-index: -1;
}*/

.order-black::after {
  display: none;
  width: 23.25em;
  height: 46.0625em;
  background-image: url(../img/general/top-banner-leaves-left.png);
  top: -13.5%;
  right: -11%;
  z-index: -1;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.order-blue::before {
  width: 23.25em;
  height: 46.0625em;
  background-image: url(../img/general/top-banner-leaves-left.png);
  top: -14%;
  left: -10%;
  z-index: -1;
}

/*.order-blue::after {
  width: 15.6875em;
  height: 24.375em;
  background-image: url(../img/general/order-leaves.png);
  top: 14.5%;
  right: -15%;
  z-index: -1;
}*/

.order-info-wrapper {
  position: relative;
  margin-bottom: 58px;
}

.order-shoe {
  position: absolute;
  left: -4.5%;
  top: -7%;
  width: 52.9%;
  z-index: 3;
}

.order-info {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
          align-items: flex-start;
  padding: 46px 33px 36px 36px;
  padding-left: 52.52%;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: #302f37;
  overflow: hidden;
  -webkit-box-shadow: 15.4px 24.6px 5px rgba(36, 36, 36, .21);
          box-shadow: 15.4px 24.6px 5px rgba(36, 36, 36, .21);
}

.order-info::before {
  position: absolute;
  left: -26%;
  top: -8%;
  display: block;
  width: 800px;
  padding-bottom: 800px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #f0f0f0;
  -webkit-box-shadow: 3.7px 5.9px 12.7px .3px #171717, inset 4.2px 6.8px 13px rgba(0, 0, 0, .62);
          box-shadow: 3.7px 5.9px 12.7px .3px #171717, inset 4.2px 6.8px 13px rgba(0, 0, 0, .62);
  content: "";
}

.order-info::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: inset 13.2px 21.2px 16px rgba(0, 0, 0, .2);
          box-shadow: inset 13.2px 21.2px 16px rgba(0, 0, 0, .2);
  content: "";
  pointer-events: none;
}

.order-ecco {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.order-title {
  position: relative;
  margin-bottom: 48px;
  font-family: "BebasNeueBold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 46px;
  color: #e34702;
  text-transform: uppercase;
}

.order-title-shadow {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 94px;
  opacity: .02;
  color: #fff;
  white-space: nowrap;
}

.order-info-descr {
  margin-bottom: 20px;
}

.descr-row {
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display:         inline-flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 17px;
  font-family: "RobotoCondensedLight", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #ccc;
}

.descr-row span:first-child {
  min-width: 194px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
          align-self: flex-start;
}

.descr-row b {
  font-family: "RobotoCondensedBold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #e3e3e3;
}

.price__order {
  margin-bottom: 18px;
}

.discount__order {
  position: absolute;
  top: auto;
  left: -10px;
  bottom: 10%;
  z-index: 6;
  background: transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.discount__order .discount-digit {
  font-size: 5.5em;
  color: #ed1427;
  text-shadow: 1.6px 2.5px 5px rgba(238, 238, 238, .75);
}

.discount__order .discount-text {
  font-size: 2.125em;
  color: #302f37;
  text-shadow: none;
}

.order-imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
          align-self: stretch;
  margin: 0 -6px;
}

.order-img {
  position: relative;
  width: 17.38%;
  margin: 0 6px;
  padding-bottom: 12.86%;
  -webkit-box-shadow: 8.5px 13.6px 5px rgba(0, 0, 0, .29), inset 13.2px 21.2px 16px rgba(0, 0, 0, .2);
          box-shadow: 8.5px 13.6px 5px rgba(0, 0, 0, .29), inset 13.2px 21.2px 16px rgba(0, 0, 0, .2);
  cursor: pointer;
  overflow: hidden;
}

.order-img 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%";
}

.order-info-sizes {
  position: absolute;
  left: 30px;
  bottom: 40px;
  font-size: 14px;
  color: #2a2930;
  width: 50%;
}

.sizes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 90px;
}

.sizes-title {
  background-color: #504f58;
  color: #e3e3e3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 65px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  -webkit-transition: width .3s;
       -o-transition: width .3s;
          transition: width .3s;
}

.size {
  width: 38px;
  height: 38px;
  border: 2px solid #504f58;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 8px;
  z-index: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: color .3s, background-color .3s, border-color .3s;
       -o-transition: color .3s, background-color .3s, border-color .3s;
          transition: color .3s, background-color .3s, border-color .3s;
  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);
}

.size.active, .size:hover {
  color: #e3e3e3;
  background-color: #2288fc;
  border-color: #2288fc;
  -webkit-transition: color .3s, background-color .3s, border-color .3s;
       -o-transition: color .3s, background-color .3s, border-color .3s;
          transition: color .3s, background-color .3s, border-color .3s;
}

.order-form-wrapper {
  margin-bottom: 30px;
}

.order-form-sizes {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
  font-size: 18px;
  color: #272727;
}

.order-form-sizes > div {
  margin: 0 20px;
}

.order-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  background-color: #201f26;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 24px 0 22px;
  -webkit-box-shadow: 10.6px 17px 5px rgba(36, 36, 36, .21), inset 13.2px 21.2px 16px rgba(0, 0, 0, .2);
          box-shadow: 10.6px 17px 5px rgba(36, 36, 36, .21), inset 13.2px 21.2px 16px rgba(0, 0, 0, .2);
}

.order-form label {
  display: none;
}

.input-group {
  width: 260px;
  margin: 0 15px;
}

.btn-group {
  margin: 0 33px;
}

.input {
  width: 100%;
  height: 48px;
  padding: 8px 20px 7px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  border: none;
  background-color: #edecf1;
  -webkit-box-shadow: 3.2px 5.1px 3px rgba(0, 0, 0, .75);
          box-shadow: 3.2px 5.1px 3px rgba(0, 0, 0, .75);
  font-family: "RobotoCondensedRegular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 15px;
  color: #504f58;
}

/***
  ** How We Work
  **/
.how-we-reviews {
  padding-top: 110px;
}

.how-we-work {
  position: relative;
  padding-bottom: 70px;
}

.how-we-work .title-descr {
  margin-bottom: 46px;
}

.how-we-work .title {
  margin-bottom: 26px;
}

.how-we-work::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 56.4%;
  background: url(../img/general/light-cover.png) right bottom/cover no-repeat;
  content: "";
  z-index: -1;
}

.how-we-scarf {
  font-size: 16px;
  position: absolute;
  top: -3.4%;
  left: -6%;
  width: 24.6875em;
  height: 39.75em;
}

.how-we-scarf::before {
  position: absolute;
  right: 100%;
  width: 100vw;
  height: 2.6875em;
  top: .9375em;
  background: url(../img/general/scarf-left.png) center/contain repeat-x;
  content: "";
}

.how-we-scarf::after {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 2.6875em;
  top: .9375em;
  background: url(../img/general/scarf-right.png) center/contain repeat-x;
  content: "";
}

.how-we-shoe {
  position: absolute;
  left: 0;
  bottom: -19.5%;
  width: 62.6%;
}

.how-we-content {
  width: 518px;
  margin-left: auto;
  padding-top: 70px;
}

.how-we-items {
  position: relative;
  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;
}

.how-we-item {
  width: 120px;
  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;
}

.how-we-item:nth-child(1) .how-we-item-figure::before {
  content: "1";
}

.how-we-item:nth-child(1) .how-we-item-figure-inner {
  width: 2.4375em;
  height: 1.875em;
}

.how-we-item:nth-child(2) {
  margin: 0 130px;
}

.how-we-item:nth-child(2) .how-we-item-figure::before {
  content: "2";
}

.how-we-item:nth-child(2) .how-we-item-figure-inner {
  width: 1.875em;
  height: 2.1875em;
}

.how-we-item:nth-child(3) {
  margin: 0 130px;
}

.how-we-item:nth-child(3) .how-we-item-figure::before {
  content: "3";
}

.how-we-item:nth-child(3) .how-we-item-figure-inner {
  width: 1.9375em;
  height: 2.1875em;
}

.how-we-item:nth-child(4) .how-we-item-figure::before {
  content: "4";
}

.how-we-item:nth-child(4) .how-we-item-figure-inner {
  width: 2.5em;
  height: 1.625em;
}

.how-we-item-figure {
  font-size: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  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;
  background-color: #fff;
  border: .1875em solid red;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: .375em;
  width: 6.25em;
  height: 6.25em;
  -webkit-box-shadow: .5625em .9em .3125em rgba(36, 36, 36, .21), inset .825em 1.325em 2.5em -.5em rgba(0, 0, 0, .2);
          box-shadow: .5625em .9em .3125em rgba(36, 36, 36, .21), inset .825em 1.325em 2.5em -.5em rgba(0, 0, 0, .2);
}

.how-we-item-figure::after {
  position: absolute;
  top: -.5625em;
  left: -.5625em;
  bottom: -.5625em;
  right: -.5625em;
  border: .1875em solid #464455;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  content: "";
}

.how-we-item-figure::before {
  position: absolute;
  left: -.125em;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  width: 1.5em;
  height: 1.5em;
  border: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #fff;
  font-family: "RobotoCondensedRegular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.5em;
  color: #1f1e25;
  -webkit-box-shadow: inset 1.0125em .6375em 1.875em -.3125em rgba(0, 0, 0, .2);
          box-shadow: inset 1.0125em .6375em 1.875em -.3125em rgba(0, 0, 0, .2);
}

.how-we-item-descr {
  text-align: center;
  font-family: "RobotoCondensedBold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #222;
  line-height: 1.2;
  margin-top: 8px;
  width: 100%;
}

/***
  ** Reviews
  **/
.reviews {
  padding: 64px 0 58px;
}

.reviews::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding-bottom: 80%;
  background: url(../img/content/reviews-bg.jpg) top center/cover no-repeat;
  content: "";
  z-index: -3;
}

.reviews .title {
  text-align: left;
  margin-bottom: 32px;
}

.reviews-shoe {
  width: 44.83%;
  position: absolute;
  top: -13%;
  right: -22%;
  z-index: -1;
}

.reviews-shoe img {
  margin-left: auto;
}

.reviews-slider {
  width: 100%;
  max-width: 912px;
}

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

.reviews-slider .slick-list {
  margin: 0 -34px;
}

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

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

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

.reviews-slider-item {
  width: 100%;
  margin: 20px 0 28px;
  padding: 43px 33px 30px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: #201f26;
  -webkit-box-shadow: 15.4px 24.6px 5px rgba(36, 36, 36, .21);
          box-shadow: 15.4px 24.6px 5px rgba(36, 36, 36, .21);
  font-family: "RobotoCondensedItalic", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #fff;
}

.reviews-item-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  margin-bottom: 58px;
}

.reviews-author-img {
  width: 86px;
  height: 86px;
  margin-right: 23px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-shadow: 5.8px 9.3px 5px rgba(36, 36, 36, .97), inset 13.2px 21.2px 16px rgba(0, 0, 0, .2);
          box-shadow: 5.8px 9.3px 5px rgba(36, 36, 36, .97), inset 13.2px 21.2px 16px rgba(0, 0, 0, .2);
}

.reviews-author-name {
  font-family: "RobotoCondensedRegular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  word-spacing: 999px;
}

.reviews-author-date {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
          align-self: flex-end;
  position: relative;
  margin-left: auto;
  margin-right: 20px;
  color: #979999;
  bottom: -18px;
}

.reviews-author-date::before {
  position: absolute;
  bottom: 12px;
  left: 0;
  display: block;
  width: 141px;
  height: 145px;
  background: url(../img/general/reviews-quotes.png) center/contain no-repeat;
  content: "";
}

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

/***
  ** Bottom Banner
  **/
.how-we-reviews {
  margin-bottom: -52px;
}

.bottom-banner {
  overflow: hidden;
  padding-bottom: 105px;
  padding-top: 52px;
}

.bottom-banner::before {
  position: absolute;
  top: 0;
  top: 52px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/general/light-cover.png) left top/cover no-repeat;
  content: "";
  z-index: -3;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.bottom-banner .container::before {
  position: absolute;
  z-index: -1;
  right: 68%;
  top: 0;
  width: 66%;
  padding-bottom: 54%;
  background: url(../img/content/advantages-content-bg.png) center/contain no-repeat;
  content: "";
}

.bottom-banner .container::after {
  position: absolute;
  right: 100%;
  top: 0;
  width: 100vw;
  z-index: -2;
  padding-bottom: 49.68%;
  background-color: #ea953b;
  /* content: ""; */
}

.bottom-banner-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;
  width: 730px;
  padding-top: 72px;
  margin-left: auto;
  margin-right: 65px;
  position: relative;
}

.bottom-banner-content::after {
  width: 66.1875em;
  height: 40.75em;
  background-image: url(../img/general/bottom-banner-leaves-right.png);
  bottom: -13%;
  right: -86%;
  z-index: -2;
  display: none;
}

.bottom-banner-shoe-small, .bottom-banner-shoe-big {
  position: absolute;
}

.bottom-banner-shoe-big {
  width: 49.3%;
  left: -18%;
  bottom: 13%;
}

.bottom-banner-shoe-big::before {
  width: 26.4375em;
  height: 36em;
  background-image: url(../img/general/bottom-banner-leaves-left.png);
  top: 9%;
  left: 23%;
  z-index: -1;
  display: none;
}

.bottom-banner-shoe-small {
  width: 58%;
  bottom: -15%;
  right: -14.5%;
}

.title-descr__bottom-banner {
  font-size: 21px;
  color: #282828;
  margin-bottom: 95px;
}

.title__bottom-banner {
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
  font-size: 60px;
  color: #222;
  text-align: right;
}

.btn__bottom-banner {
  margin-left: 13px;
  margin-bottom: 60px;
}

.banner-price__bottom-banner {
  margin-bottom: 22px;
}

.timer__bottom-banner {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
          align-self: flex-start;
  margin-left: 40px;
}

.timer__bottom-banner .time-text {
  color: #282828;
}

.timer__bottom-banner .time-num {
  color: #222;
}

.timer__bottom-banner .time-descr {
  color: #282828;
}

.discount__bottom-banner {
  left: -10%;
  top: 29%;
}

/***
  ** Footer
  **/
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 0 24px;
  background-color: transparent;
  font-size: 14px;
  color: #222;
}

footer a {
  color: #222;
}

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

footer .footer-content {
  width: 100%;
  padding: 0 70px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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;
}

.it-link-wrap{
  width: 100%;
  text-align: center;
}

/***
  ** 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: 1499px) {
  .advantages .container {
    padding-top: 14%;
  }
}

@media (max-width: 1399px) {
  .video-section {
    padding: 64px 0 228px;
  }
  .advantages .container {
    padding-top: 193px;
  }
}

@media (max-width: 1199px) {
  .mfp-policy {
    width: 80%;
  }
  .top-banner .container::after {
    top: .8%;
    right: -27.6%;
  }
  .discount__top-banner::before {
    bottom: 132%;
    left: 3%;
  }
  .discount {
    font-size: 14px;
  }
  .discount__top-banner {
    left: 95%;
    top: 37%;
  }
  .top-banner-shoe-big {
    width: 51.9%;
  }
  .top-banner-shoe-small {
    width: 44.32%;
    margin-bottom: 0;
  }
  .top-banner-shoes {
    left: 53%;
    top: 180px;
    width: 863px;
  }
  .top-banner .container::after {
    top: .8%;
    right: -27.6%;
  }
  .features-item {
    width: 18.8%;
  }
  .features .container::before, .features .container::after {
    font-size: 13px;
  }
  .features-items::before {
    left: 40%;
  }
  .video {
    width: 440px;
  }
  .advantages-items {
    padding-right: 0;
  }
  .advantages-text {
    padding-left: 418px;
  }
  .advantages-shoes::after {
    top: 14%;
    left: 5%;
    font-size: 13px;
  }
  .advantages-shoes {
    left: -8%;
  }
  .advantages-text::after {
    top: 32%;
    right: -17%;
  }
  .advantages {
    padding-bottom: 0;
  }
  .order {
    padding: 0;
  }
  .order-info {
    padding: 46px 23px 36px 36px;
    padding-left: 51.52%;
  }
  .order-imgs {
    margin: 0 -5px;
  }
  .order-img {
    margin: 0 5px;
  }
  .order-info-sizes {
    bottom: 36px;
    color: #fff;
  }
  .order-info::before {
    left: -26%;
    top: -27%;
    width: 695px;
    padding-bottom: 695px;
  }
  .discount__order .discount-digit {
    text-shadow: 1.6px 2.5px 5px rgba(0, 0, 0, .75);
  }
  .order-info-descr {
    margin-bottom: 28px;
  }
  .order-black::after {
    top: -11.5%;
    right: -7%;
  }
  .how-we-scarf {
    font-size: 14px;
  }
  .how-we-shoe {
    left: -7%;
    bottom: -9.5%;
    width: 60.6%;
  }
  .how-we-items {
    padding: 0 20px;
  }
  .how-we-item:nth-child(2) {
    margin: 0;
    margin-right: 124px;
  }
  .how-we-item:nth-child(3) {
    margin: 0;
    margin-left: 118px;
  }
  .reviews-shoe {
    display: none;
  }
  .reviews {
    padding: 30px 0 58px;
  }
  .bottom-banner .container::before {
    right: 50%;
    width: 77.16%;
    padding-bottom: 63.56%;
  }
  .bottom-banner .container::after {
    padding-bottom: 61.13%;
  }
  .bottom-banner-content {
    width: 614px;
  }
  .title__bottom-banner {
    text-align: center;
    width: auto;
    margin-left: 113px;
  }
  .title__bottom-banner .break {
    display: block;
  }
  .bottom-banner-shoe-big::before {
    top: 4%;
    left: 23%;
  }
  .bottom-banner-shoe-big {
    width: 51.3%;
    left: -17%;
    bottom: 22%;
  }
  .discount__bottom-banner {
    left: -9%;
    top: 18%;
    font-size: 13px;
  }
  .title-descr__bottom-banner {
    margin-bottom: 30px;
  }
  .timer__bottom-banner {
    margin-left: 0;
  }
  footer .footer-content {
    padding: 0;
  }
}

@media (max-width: 991px) {
  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%;
    text-align: center;
    -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%;
  }
  .top-banner .container::after {
    display: none;
  }
  .top-banner-shoe-small {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
            order: 2;
  }
  .top-banner-shoe-big {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
            order: 1;
  }
  .top-banner .container::before {
    top: -2.4%;
    left: -7.6%;
  }
  .top-banner-content {
    padding-right: 22px;
  }
  .logo__top-banner {
    margin-bottom: 12px;
    margin-right: 10px;
  }
  .title__top-banner {
    margin-bottom: 95px;
    text-indent: 0;
    width: 53%;
    text-align: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
            align-self: flex-end;
  }
  .title-descr__top-banner {
    margin-bottom: -10px;
  }
  .banner-price__top-banner {
    margin-left: 0;
  }
  .timer {
    width: 340px;
  }
  .top-banner-shoes {
    left: -52px;
    top: -38px;
    width: 124%;
    height: 78%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
            align-items: stretch;
  }
  .top-banner-shoe-small {
    margin-top: auto;
    width: 54.32%;
  }
  .top-banner-shoe-big {
    position: relative;
    left: 17px;
    bottom: 2px;
    width: 42.9%;
  }
  .discount__top-banner {
    left: 54.5%;
    top: 34%;
    font-size: 12px;
  }
  .discount__top-banner::before {
    bottom: auto;
    left: 40%;
    top: 200%;
  }
  .btn__top-banner {
    margin-bottom: 36px;
  }
  .top-banner {
    padding-bottom: 0;
  }
  .top-banner-content {
    padding: 35px 0 96px;
  }
  .features .container::before, .features .container::after {
    font-size: 10px;
    bottom: 1%;
  }
  .features-items {
    width: 80%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
            justify-content: space-around;
    margin: 0 auto;
    height: auto;
  }
  .features-item {
    width: 174px;
    margin: 0 30px 40px;
    font-size: 14px;
  }
  .features-item:nth-of-type(n) {
    margin: 0;
    margin: 0 30px 40px;
  }
  .features .container {
    padding: 36px 15px 124px;
  }
  .videos {
    -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;
  }
  .video:nth-of-type(1) {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .video-section {
    background-position: 15% 50%;
    padding: 64px 0 200px;
  }
  .video {
    width: 80%;
  }
  .gallery-slider {
    margin: 0 -20%;
  }
  .gallery::before {
    width: 100%;
    min-width: 993px;
    padding-bottom: 0;
    min-height: 885.55px;
  }
  .gallery {
    padding-top: 20px;
    padding-bottom: 45px;
  }
  .gallery-slider-next {
    right: 35.4%;
  }
  .gallery-slider-prev {
    left: 36%;
  }
  .advantages-shoes {
    position: relative;
    left: -2%;
    margin-bottom: 48px;
  }
  .advantages-text {
    padding-left: 0;
    width: 90%;
    margin: 0 auto;
  }
  .advantages-item {
    width: 44%;
  }
  .advantages .container {
    padding-top: 30px;
  }
  .advantages .container::after {
    right: 85%;
  }
  .advantages .container::before {
    right: 26%;
  }
  .advantages-shoes::after {
    top: 10%;
    left: 5%;
    font-size: 10px;
  }
  .advantages::before {
    padding-bottom: 86%;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .advantages-text::after {
    top: 29%;
    right: -6%;
  }
  .orders {
    padding-top: 20px;
  }
  .order-info {
    padding: 43% 23px 36px 36px;
  }
  .order-info::before {
    left: -6%;
    top: -44%;
    width: 751px;
    padding-bottom: 751px;
  }
  .order-info-descr {
    width: 72%;
  }
  .order-shoe {
    left: 16.5%;
    top: -7%;
    width: 54.9%;
  }
  .order-black::before {
    top: -9%;
  }
  .order-black::after {
    top: -9%;
    right: -12%;
  }
  .order-info-sizes {
    position: static;
  }
  .discount__order {
    font-size: 11px;
    top: 59%;
    left: auto;
    right: 5%;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #228aff;
    -webkit-box-shadow: .9625em 1.5375em .3125em rgba(36, 36, 36, .21), inset 0 0 1.8125em rgba(0, 0, 0, .88);
            box-shadow: .9625em 1.5375em .3125em rgba(36, 36, 36, .21), inset 0 0 1.8125em rgba(0, 0, 0, .88);
    text-shadow: .1em .15625em .3125em rgba(0, 0, 0, .75);
  }
  .discount__order .discount-digit {
    color: #fff;
    font-size: 6.875em;
    text-shadow: .01455em .02273em .04545em rgba(0, 0, 0, .75);
  }
  .discount__order .discount-text {
    color: #fff;
    font-size: 2.75em;
    text-shadow: .03636em .05682em .11364em rgba(0, 0, 0, .75);
  }
  .order-imgs {
    margin: 0 -10px 52px;
  }
  .order-img {
    width: 16.48%;
    margin: 0 10px;
    padding-bottom: 11.86%;
  }
  .order-form-sizes {
    padding: 0 9%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .order-form-sizes > div {
    width: 130px;
    margin: 0;
  }
  .order-form {
    padding: 16px 0 16px;
  }
  .btn-group {
    margin: 15px 33px 0;
  }
  .order-blue::before {
    top: -10%;
  }
  .how-we-content {
    width: 430px;
  }
  .how-we-items {
    padding: 0;
    padding-left: 28%;
  }
  .how-we-item:nth-child(n) {
    margin: 0;
  }
  .how-we-item:nth-child(1) {
    margin-bottom: 40px;
  }
  .reviews-slider {
    width: 90%;
    margin: 0 auto;
  }
  .bottom-banner-content {
    margin-right: 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
  }
  .title-descr__bottom-banner {
    width: auto;
    margin: 0;
    margin-bottom: 30px;
    margin-right: 10%;
  }
  .banner-price__bottom-banner {
    margin-right: 10%;
  }
  .btn__bottom-banner {
    margin-left: 0;
    margin-bottom: 60px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }
  .bottom-banner .container::before {
    right: 54%;
    width: 82.16%;
    padding-bottom: 67.56%;
  }
  .bottom-banner-shoe-big {
    width: 51.3%;
    left: -12%;
    bottom: 46%;
  }
  .bottom-banner-shoe-big::before {
    top: 21%;
    left: 10%;
  }
  .discount__bottom-banner {
    left: -9%;
    top: 48%;
    font-size: 12px;
  }
  .bottom-banner-shoe-small {
    width: 66%;
    bottom: 4%;
    right: -21.5%;
  }
  .bottom-banner-content::after {
    bottom: -12%;
  }
  .bottom-banner .container::after {
    padding-bottom: 65%;
  }
  .order-info-sizes {
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .top-banner-shoes{
    top: 0;
    width: 1000px;
  }
  
  .top-banner-shoe-big{
    max-width: 645px;
  }

}

@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;
  }
  .top-banner::before {
    display: none;
  }
  .top-banner-content::before, .top-banner-content::after {
    /* display: none; */
  }

  /* .top-banner-content::before {
    right: -380px;
  } */
  .top-banner {
    /* background-color: #141219; */
  }
  .top-banner-content {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    z-index: 0;
  }
  .logo__top-banner {
    -webkit-align-self: unset;
    -ms-flex-item-align: unset;
            align-self: unset;
    margin-right: 0;
  }
  .title__top-banner {
    width: 80%;
    -webkit-align-self: unset;
    -ms-flex-item-align: unset;
            align-self: unset;
  }
  .top-banner-shoes {
    left: -75px;
    top: -38px;
    width: 120%;
    height: 378px;
    z-index: -1;
  }
  .top-banner-shoe-small, .top-banner-shoe-big {
    -webkit-animation-name: none;
            animation-name: none;
  }
  .discount__top-banner::before {
    display: none;
  }
  .btn__top-banner {
    margin-left: 0;
    margin-bottom: 58px;
  }
  .title-descr__top-banner {
    text-align: center;
  }
  .title__top-banner {
    font-size: 46px;
    text-shadow: 1px 2.8px 5px #000;
  }
  .logo {
    width: 205px;
  }
/*  .top-banner .container::before {
    background-image: url(../img/general/top-banner-leaves-mob.png);
    width: 34.9375em;
    height: 38.5em;
    top: -.4%;
    left: -.6%;
  }*/
  .title__top-banner {
    margin-bottom: 146px;
  }
  .discount__top-banner {
    display: none;
  }
  .time-num {
    font-size: 57px;
  }
  .time-descr {
    font-size: 18px;
  }
  .time-text {
    font-size: 14px;
  }
  .top-banner-content {
    padding: 35px 0 43px;
  }
  .title {
    font-size: 41px;
  }
  .title-descr {
    font-size: 17px;
  }
  .features-item {
    width: 34%;
    margin: 0;
    margin-bottom: 40px;
  }
  .features-items {
    width: 100%;
  }
  .features-items::before {
    display: none;
  }
  .features .container {
    padding: 36px 15px 0;
  }
  .features .container::after {
    font-size: 16px;
    bottom: -14%;
    opacity: .2;
    right: auto;
    left: -20%;
  }
  .video-title {
    font-size: 31px;
    margin-bottom: 10px;
  }
  .video-section .title-descr {
    margin-bottom: 56px;
  }
  .video-section {
    padding: 64px 0 168px;
  }
  .gallery .title {
    padding: 0 50px;
  }
  .gallery .title-descr {
    padding: 0 20px;
  }
  .gallery {
    padding-top: 20px;
    padding-bottom: 70px;
  }
  .gallery::before {
    min-width: 1193px;
    min-height: 1085.55px;
    top: 48%;
  }
  .gallery-slider-prev {
    left: 26.8%;
  }
  .gallery-slider-next {
    right: 26.4%;
  }
  .features .container::before {
    display: none;
  }
  .features::before {
    display: none;
  }
  .advantages .container::before {
    right: 20%;
    width: 99.53%;
    padding-bottom: 80.97%;
  }
  .advantages-shoes {
    left: 2%;
    margin-bottom: 60px;
    width: 60.63%;
  }
  .advantages .container::after {
    right: 75%;
    padding-bottom: 77.92%;
  }
  .advantages-text {
    width: 100%;
  }
  .advantages-text::after {
    font-size: 14px;
    top: 30%;
    right: -8%;
  }
  .advantages .title-descr {
    margin-bottom: 50px;
  }
  .advantages-item {
    margin-bottom: 38px;
  }
  .video-section {
    background: none;
  }
  .orders .title-descr {
    margin-bottom: 110px;
  }
  .order-shoe {
    width: 64.9%;
  }
  .order-info-descr {
    width: 100%;
  }
  .discount__order {
    display: none;
  }
  .order-info {
    padding: 54% 20px 36px 25px;
  }
  .order-info::before {
    top: -30%;
    width: 555px;
    padding-bottom: 555px;
  }
  .order-imgs {
    margin: 0 -8px 50px;
  }
  .order-img {
    margin: 0 8px;
  }
  .order-form {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    background-color: transparent;
  }
  .order-form-wrapper {
    background-color: #141219;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: 9.9px 27.3px 5px rgba(31, 31, 31, .21), inset 8.6px 23.5px 16px rgba(0, 0, 0, .2);
            box-shadow: 9.9px 27.3px 5px rgba(31, 31, 31, .21), inset 8.6px 23.5px 16px rgba(0, 0, 0, .2);
    padding: 35px 20px;
  }
  .order-form-sizes {
    color: #b8b8b8;
    font-size: 17px;
    padding: 0;
    padding-left: 59px;
    margin-bottom: 28px;
  }
  .input-group {
    margin-top: 6px;
  }
  .how-we-scarf {
    top: -1.5%;
    left: 1%;
    font-size: 12px;
  }
  .how-we-scarf::before, .how-we-scarf::after {
    top: 11.4px;
  }
  .how-we-content {
    padding-top: 0;
  }
  .how-we-shoe {
    left: auto;
    top: -20px;
    right: -36px;
    bottom: auto;
    position: relative;
    width: 92%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
            align-self: flex-end;
    margin-bottom: 10px;
  }
  .how-we-content {
    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;
  }
  .how-we-items {
    padding: 0;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .how-we-item {
    width: 34%;
  }
  .how-we-work .title {
    margin-bottom: 14px;
  }
  .how-we-work .title-descr {
    padding: 0 20px;
    margin-bottom: 33px;
  }
  .how-we-work {
    padding-bottom: 38px;
  }
  .reviews .title {
    text-align: center;
  }
  .reviews::before {
    padding-bottom: 190%;
  }
  .bottom-banner-content {
    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;
  }
  .bottom-banner .container::after {
    padding-bottom: 74.63%;
    right: 50%;
  }
  .bottom-banner .container::before {
    right: 60%;
    width: 94.16%;
    padding-bottom: 77.56%;
  }
  .bottom-banner-shoe-big::before {
    display: none;
  }
  .bottom-banner-shoe-big {
    width: 58.3%;
    left: -2%;
    bottom: auto;
    top: 156px;
  }
  .bottom-banner-shoe-small {
    width: 43.88%;
    bottom: auto;
    top: -41px;
    right: auto;
    left: -9%;
    z-index: 1;
  }
  .bottom-banner-content {
    padding-top: 18px;
  }
  .title-descr__bottom-banner {
    margin-right: 13%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
            align-self: flex-end;
    margin-bottom: 280px;
  }
  .discount__bottom-banner {
    left: 46%;
    top: 21%;
    font-size: 11px;
  }
  .banner-price__bottom-banner {
    margin-right: 0;
  }
/*  .bottom-banner-content::after {
    width: 34.9375em;
    height: 38.5em;
    background-image: url(../img/general/top-banner-leaves-mob.png);
    bottom: -7%;
    right: -21%;
  }*/
  .discount .discount-digit {
    text-shadow: 1px 2.8px 5px rgba(0, 0, 0, .75);
  }
  .discount .discount-text {
    text-shadow: 1px 2.8px 5px rgba(0, 0, 0, .75);
  }
  .timer__bottom-banner {
    -webkit-align-self: unset;
    -ms-flex-item-align: unset;
            align-self: unset;
  }
  footer {
    padding: 16px 0;
  }
  .btn__bottom-banner {
    margin-bottom: 40px;
  }
}

@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;
  }
  .title__top-banner {
    font-size: 32px;
    max-width: 300px;
  }
  .logo {
    width: 104px;
  }
  .top-banner-shoes {
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    width: 105%;
    max-width: 368px;
  }
  .top-banner-shoe-small {
    position: relative;
    margin-left: auto;
    width: 100%;
    bottom: 0;
    right: -5px;
    z-index: 1;
  }
  .top-banner-shoe-big {
    position: absolute;
    left: -58px;
    bottom: 13px;
    width: 86.6%;
  }
  .top-banner-shoes > div.top-banner-shoe-big {
    position: absolute;
  }
  .title__top-banner {
    margin-bottom: 0;
  }
  .banner-price {
    font-size: 24px;
  }
  .banner-price span {
    font-size: 54px;
  }
  .btn-banner {
    width: 240px;
    height: 47px;
    line-height: 47px;
  }
  .timer {
    width: 293px;
  }
  .time-num {
    font-size: 48px;
  }
  .time-descr {
    font-size: 15px;
  }
  .time-text {
    font-size: 13px;
  }
  .top-banner-content {
    padding: 40px 0 23px;
  }
  .title-descr__top-banner {
    display: none;
  }

  .top-banner-content::before {
    height: 110%;
    background-position: left top;
    background-size: cover;
  }
  .discount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    position: relative;
    font-size: 8.63px;
  }
  .discount__top-banner {
    left: 5%;
    top: 0;
    margin-top: -76px;
  }
  .banner-price__top-banner {
    margin-bottom: 14px;
  }
  .btn__top-banner {
    margin-bottom: 46px;
  }
  .top-banner .container::before {
    top: 7.6%;
    left: 8.4%;
  }
  .title {
    font-size: 32px;
  }
  .title-descr {
    font-size: 16px;
  }
  .features-item-text {
    font-size: 14px;
  }
  .features-item {
    font-size: 11.23px;
    width: 140px;
  }
  .features .title-descr {
    margin-bottom: 37px;
  }
  .features-item:nth-of-type(n) {
    margin: 0 23px 46px;
  }
  .features .container {
    padding: 46px 15px 0;
  }
  .features .container::after {
    font-size: 15px;
    bottom: -4%;
    left: -40%;
  }
  .video {
    width: 100%;
    max-width: 384px;
  }
  .video-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .video-section {
    padding: 33px 0 138px;
  }
  .video-section .title-descr {
    margin-bottom: 48px;
  }
  .gallery-slider {
    margin: 0;
  }
  .gallery .title-descr {
    margin-bottom: 36px;
    padding: 0;
    max-width: 458px;
  }
  .gallery .title {
    padding: 0 12px;
  }
  .gallery-slider-item {
    -webkit-box-shadow: 6.8px 18.8px 5px rgba(19, 19, 19, .75);
            box-shadow: 6.8px 18.8px 5px rgba(19, 19, 19, .75);
    margin-right: 11px;
  }
  .gallery-slider-wrapper {
    max-width: 350px;
    margin: 0 auto;
    position: relative;
    left: 5px;
  }
  .gallery-slider-next {
    right: 8px;
    bottom: -13%;
  }
  .gallery-slider-prev {
    left: 4px;
    bottom: -13%;
  }
  .gallery-slider-counter {
    bottom: -13%;
  }
  .gallery::before {
    min-width: 1563px;
    min-height: 1343px;
    top: 47%;
    width: 0;
    padding-bottom: 0;
  }
  .advantages::before {
    z-index: -3;
  }
  .advantages-shoes {
    width: 104.63%;
    max-width: 366px;
    left: 0;
  }
  .advantages .container::before {
    right: 0px;
    padding-bottom: 478px;
    width: 100%;
    background-position: right top;
    background-size: cover;
  }
  .advantages .container::after {
    z-index: -2;
    padding-bottom: 460px;
    right: 226px;
  }
  .advantages-item-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .advantages-item-text {
    font-size: 14px;
  }
  .advantages-item {
    margin-bottom: 36px;
    width: 100%;
  }
  .advantages-shoes::after {
    font-size: 9.5px;
    top: 10%;
    left: 0;
    z-index: -1;
  }
  .title {
    text-align: center;
  }
  .title-descr {
    text-align: center;
  }
  .advantages .title, .advantages .title-descr {
    text-align: center;
  }
  .advantages .title {
    position: relative;
  }
  .advantages .title::before {
    font-size: 14px;
    width: 23.25em;
    height: 46.0625em;
    background-image: url(../img/general/top-banner-leaves-left.png);
    top: 60.5%;
    right: -3%;
    z-index: -1;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    position: absolute;
    display: block;
    -webkit-background-size: contain;
            background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /* content: ""; */
    opacity: .4;
    pointer-events: none;
  }
  .advantages .container {
    padding-top: 20px;
  }
  .order-title {
    font-size: 36px;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 28px;
  }
  .order-title-shadow {
    display: none;
  }
  .order-ecco {
    display: none;
  }
  .orders .title-descr {
    margin-bottom: 78px;
  }
  .order-info-descr {
    font-size: 14px;
  }
  .order {
    margin-left: -12px;
    margin-right: -3px;
  }
  .order-info-descr {
    margin-bottom: 13px;
  }
  .discount__order {
    display: none;
  }
  .order-info::before {
    top: -19%;
  }
  .descr-row span:first-child {
    min-width: 144px;
  }
  .price .actual-price {
    font-size: 44px;
    padding-left: 0;
  }
  .price .old-price {
    font-size: 26px;
  }
  .order-img {
    -webkit-box-shadow: 4.5px 8.6px 5px rgba(0, 0, 0, .29), inset 13.2px 21.2px 16px rgba(0, 0, 0, .2);
            box-shadow: 4.5px 8.6px 5px rgba(0, 0, 0, .29), inset 13.2px 21.2px 16px rgba(0, 0, 0, .2);
    margin: 0 4px;
    width: 17.18%;
    padding-bottom: 12.86%;
  }
  .order-imgs {
    margin: 0 -4px 45px;
  }
  .price__order {
    margin-bottom: 13px;
  }
  .sizes {
    font-size: 10px;
    padding-left: 66px;
  }
  .btn-group {
    width: 260px;
    margin: 15px auto 0;
  }
  .input-group {
    margin: 6px auto 0;
  }
  .order-black {
    margin-bottom: 90px;
  }
  .order-form-sizes {
    font-size: 14px;
    padding-left: 1%;
    max-width: 325px;
    margin: 0 auto 28px;
  }
  .order-form-sizes > div {
    width: 33%;
  }
  .btn__order {
    width: 100%;
  }
  .size {
    margin: 0 5px;
    width: 26px;
    height: 26px;
  }
  .order-black::before, .order-black::after {
    display: none;
  }
  .order-blue::before, .order-blue::after {
    display: none;
  }
  .advantages-text::after {
    display: none;
  }
  .order-shoe {
    width: 100%;
    max-width: 362px;
    left: 51%;
    top: -2%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .order-info::before {
    top: -129px;
    top: -248px;
    left: 50%;
    width: 600px;
    padding-bottom: 600px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .order-info {
    -webkit-box-shadow: 10.4px 24.6px 5px rgba(36, 36, 36, .21);
            box-shadow: 10.4px 24.6px 5px rgba(36, 36, 36, .21);
    padding: 388px 14px 24px 14px;
  }
  .order-title {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }
  .how-we-reviews {
    padding-top: 40px;
  }
  .how-we-scarf {
    top: -1.5%;
    left: -13px;
    font-size: 30.4px;
  }
  .how-we-scarf::before, .how-we-scarf::after {
    display: none;
  }
  .how-we-work .title-descr {
    padding: 0;
    margin-bottom: 25px;
  }
  .how-we-work .title-descr p {
    display: inline;
  }
  .how-we-shoe {
    left: 18px;
    top: -20px;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 342px;
    margin: 0 auto;
  }
  .how-we-item {
    width: 42%;
  }
  .how-we-item:nth-child(1) {
    margin-bottom: 30px;
  }
  .how-we-work {
    padding-bottom: 25px;
  }
  .reviews .title {
    margin-bottom: 2px;
  }
  .reviews-author-img {
    width: 60px;
    height: 60px;
  }
  .reviews-author-name {
    font-size: 16px;
  }
  .reviews-author-date {
    font-size: 11px;
    bottom: -2px;
    margin-right: 30px;
  }
  .reviews-author-date::before {
    width: 96px;
    height: 99px;
    bottom: 9px;
  }
  .reviews-item-top {
    margin-bottom: 38px;
  }
  .reviews-slider-item {
    padding: 33px 18px 14px;
    -webkit-box-shadow: 9.4px 24.6px 5px rgba(36, 36, 36, .21);
            box-shadow: 9.4px 24.6px 5px rgba(36, 36, 36, .21);
    margin-right: 12px;
  }
  .reviews-slider .slick-slide {
    margin: 0;
  }
  .reviews-slider .slick-list {
    margin: 0;
  }
  .reviews-slider {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 412px;
  }
  .reviews-slider .slick-dots li {
    width: 13px;
    height: 13px;
    margin: 0 4px;
  }
  .reviews-slider .slick-dots li button:before {
    width: 13px;
    height: 13px;
    padding: 3px;
  }
  .reviews-slider .slick-dots li.slick-active button:before {
    width: 13px;
    height: 13px;
  }
  .reviews-slider.slick-dotted.slick-slider .slick-dots {
    bottom: -23px;
  }
  .reviews {
    padding: 30px 0 28px;
  }
  .reviews-item-text {
    font-size: 14px;
  }
  .how-we-reviews {
    margin-bottom: -28px;
  }
  .bottom-banner {
    padding-top: 28px;
  }
  .bottom-banner::before {
    top: 28px;
  }
  .bottom-banner .container::before {
    right: auto;
    left: 0;
    width: 116vw;
    padding-bottom: 95vw;
  }
  .bottom-banner .container::after {
    padding-bottom: 481px;
  }
  .title-descr__bottom-banner {
    display: none;
  }
  .bottom-banner-shoe-small {
    position: relative;
    width: 80.88%;
    max-width: 283px;
    top: -26px;
    left: -72px;
    margin-bottom: -350px;
  }
  .bottom-banner-shoe-big {
    width: 89.3%;
    max-width: 339px;
    left: 0;
    bottom: auto;
    top: 62vw;
    top: 86px;
  }
  .title__bottom-banner {
    margin-right: auto;
    margin-left: 160px;
    margin-bottom: 0;
    width: 38%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
            align-self: flex-end;
    font-size: 8.4vw;
    color: #fff;
  }
  .discount__bottom-banner {
    left: 100px;
    top: 6vw;
    font-size: 2.26vw;
  }
  .bottom-banner .container::after {
    right: 90%;
  }
  .bottom-banner-content {
    padding-top: 25px;
  }
  .bottom-banner {
    padding-bottom: 128px;
  }
  .btn__bottom-banner {
    margin-bottom: 35px;
  }
  .banner-price__bottom-banner {
    margin-bottom: 12px;
  }
  .bottom-banner-content::after {
    bottom: 5%;
    z-index: -99;
    right: -280px;
  }
  .banner-price__bottom-banner {
    padding-top: 200px;
  }
  .bottom-banner::before {
    z-index: -999;
  }
  footer .footer-content {
    line-height: 1.2;
  }
  footer .footer-content > * {
    margin: 4px 0;
  }
  footer .footer-address {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
            order: 1;
  }
  footer .footer-policy {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
            order: 3;
  }
}

@media (max-width: 414px) {
  .features-item:nth-of-type(n) {
    margin: 0;
    margin-bottom: 46px;
  }
  .reviews-slider {
    width: auto;
    margin-left: -12px;
    margin-right: -16px;
  }
}

@media (max-width: 380px) {
  .bottom-banner-shoe-big {
    top: 62vw;
  }
  .advantages .container::after {
    right: 59%;
    padding-bottom: 121.23%;
  }
  .advantages .container::before {
    right: -17%;
    width: 118.53%;
    padding-bottom: 125.97%;
  }
  .advantages-shoes::after {
    font-size: 2.5vw;
  }
  .order-info::before {
    top: -34vw;
    width: 128vw;
    padding-bottom: 128vw;
  }
  .gallery::before {
    min-width: 0;
    min-height: 0;
    top: 47%;
    width: 454vw;
    padding-bottom: 364%;
  }
  .order-info {
    padding: 106% 14px 24px 14px;
  }
  .discount__bottom-banner {
    left: 29%;
    top: 0;
    font-size: 8.63px;
  }
  .how-we-scarf {
    top: -1.5%;
    left: -13px;
    font-size: 8vw;
  }
  .banner-price__bottom-banner {
    padding-top: 55%;
  }
  .bottom-banner-shoe-small {
    margin-bottom: -100%;
  }
  .bottom-banner .container::before {
    /* padding-bottom: 131.56%; */
  }
  .bottom-banner .container::after {
    padding-bottom: 126.63%;
  }
  .title__bottom-banner {
    margin-right: 13vw;
    width: 130px;
    font-size: 32px;
  }
}

@media (max-width: 340px) {
  .banner-price__bottom-banner {
    padding-top: 50%;
  }
}

@media (max-width: 340px) {
  .banner-price__bottom-banner {
    padding-top: 45%;
  }
}

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





/* ===============================
=============================== */

label.error, #umcb-form label.error{
  display: none !important;
  font-size: 0 !important;
}

#umcb-form .order-form {
  box-shadow: none !important;
}

input.error{
  border: 1px solid #ff0000 !important;
}

.old-price-ggg {
  position: relative;
  font-size: 30px;
  color: #e3e3e3;
}

.old-price-ggg:before {
  content: "";
  position: absolute;
  top: 48%;
  left: 52%;
  display: block;
  width: 104%;
  height: 2px;
  background-color: #e41628;
  transform: translateX(-50%);
}


.banner-price__top-banner {
  margin-bottom: 0;
}

.bottom-banner .old-price-ggg {
  color: #1f1e25;
}

.banner-price__bottom-banner {
  margin-bottom: 0;
}


@media (max-width: 991px) {
  .bottom-banner .old-price-ggg {
    margin-right: 156px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .top-banner .old-price-ggg {
  }
  
  .bottom-banner .old-price-ggg {
    margin-right: 0;
  }
}


/*BLACK FRIDAY*/

.show{
  opacity: 1 !important;
  visibility: visible !important;
}

.f-opacity{
  opacity: 0;
  visibility: hidden;
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

.friday{
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 750px;
  background: #111;
  padding: 40px 20px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
  
  .friday:after{
    content: '';
    position: absolute;
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    border: 4px dashed #eb2226;
    pointer-events: none;
  }

  .friday p{
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
  }

  .friday-img{
    margin: auto;
  }
    .friday-img img{
      width: 100%;
      max-width: 650px;
      height: auto;
      margin: auto;
    }

.f-close{
  position: absolute;
  right: -30px;
  top: -30px;
  background: url('../img/f-close.png') no-repeat center top / contain;
  width: 24px;
  height: 24px;
  border: 0;
  cursor: pointer;
}

@media screen and (max-width: 840px) {
  .f-close{
    right: 0;
  }
}

@media screen and (max-width: 480px) {
  .friday{
    width: 95%;
  }

  .friday p{
    font-size: 16px;
  }
}

/*new year*/
.e-top{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: url('../img/1.png') no-repeat center top / cover;
  width: 100%;
  height: 70px;
  z-index: 999;
}

#xmas{
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 998;
}

/**/

.banner a{
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}
  
  .banner img{
    width: 100%;
    height: auto;
  }

.sale-price{
  padding: 15px 0;
  font-size: 18px;
  text-transform: uppercase;
}

  .sale-price span{
    font-size: 30px;
    color: #e34702;
    padding: 0 15px;
  }


@media screen and (min-width: 541px) {
  .m-mobile{
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .m-desktop{
    display: none;
  }
}

#canvas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1000;
    pointer-events: none;
}

.x-mas{
  position: absolute;
  top: 0;
  background: url('../img/top-x.png') repeat-x center center / contain;
  width: 100%;
  height: 76px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .top-banner-shoes > div.top-banner-shoe-big{
    position: static;
  }
  .top-banner-shoe-small {
    margin-top: 50px;
    /* display: none; */
  }

  .bottom-banner-shoe-small{
    display: none;
  }


}

@media screen and (max-width: 575px) {
  .title__top-banner{
    max-width: 320px;
  }
}

@media (min-width: 568px) and (max-width: 991px) {
  .discount__top-banner{
    top: 24%;
    left: 170px;
  }

  .top-banner-shoes{
    top: 62px;
    width: 100%;
  }

  .top-banner-shoe-small {
  }

  .top-banner-shoe-small img {
    transform: translateX(190px) scaleX(-1);
    z-index: -1;

  }

  .title-descr__top-banner{
    font-size: 20px;
    text-align: center;
  }

  .top-banner-content::before{
    /* background: #1f1e25; */
    height: 100%;
    right: -280px;
    padding-bottom: 126.2%;
    background-size: cover;
    background-position: right top;
  }

  .timer {
    position: relative;
    z-index: 1;
  }

  .top-banner .flex {
    margin: auto;
  }

  .banner-price__top-banner, .old-price-ggg{
    margin: auto;
  }

  .btn__top-banner{
    margin: 20px auto;
  }

  .timer{
    margin: auto;
  }
}

/**/
.country_ua{
  display: block !important;
}

.flex{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

  .flex > *{
    margin: 0 10px;
  }

  .bottom-banner .flex > *{
    color: #000000;
  }

.sale-price-z{
  position: relative;
  padding: 0 10px;
  font-size: 30px;
}

  .sale-price-z:after{
    content: "";
    position: absolute;
    top: 48%;
    left: 52%;
    display: block;
    width: 104%;
    height: 2px;
    background-color: #e41628;
    transform: translateX(-50%);
  }