@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@800&display=swap");
:focus, .btn:focus, button:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  font: 400 18px/1.5 'opensans', Arial, Helvetica, sans-serif;
  color: #333333;
}

.wrapper {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1282px;
  }
}

.main-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.main-products {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 767px) {
  .main-products {
    display: block;
  }
}

.navbar {
  padding: 8px 0;
}

@media screen and (max-width: 767px) {
  .navbar {
    padding: 17px 0;
  }
}

.navbar .nav-item {
  margin: 0 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .navbar .nav-item {
    margin: 0 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .navbar .nav-item {
    font-size: 12px;
    margin: 2vh 5px;
  }
}

@media screen and (max-width: 767px) {
  .navbar .nav-item {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    display: block;
    text-align: left;
    margin: 0 20px;
    margin-top: 20px;
  }
}

.navbar-dark {
  background-color: #333333;
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
  padding: 0 0;
  color: #ffffff;
  border-bottom: 2px solid transparent;
}

.navbar-dark .navbar-nav .nav-link:focus {
  color: #FFD241;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #FFD241;
}

.navbar-dark .navbar-nav .nav-item.active .nav-link {
  color: #FFD241;
  border-color: currentColor;
}

@media screen and (max-width: 992px) {
  .navbar-dark .navbar-nav .nav-item.active .nav-link {
    display: inline-block;
  }
}

.navbar-brand img {
  max-width: 100%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .navbar-brand {
    margin: 10px 0px 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    margin-right: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -18px;
    margin-right: 0;
    left: 40px;
    right: 0;
    text-align: left;
    width: 60%;
  }
}

.navbar-right {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-right .nav-item {
  margin: 0 10px;
}

.navbar-right .nav-item a {
  color: #ffffff;
  border: 0;
}

.navbar-right .nav-item a:hover {
  color: #FFD241;
  text-decoration: none;
}

.navbar-right .nav-item .icon {
  font-size: 20px;
}

.language-select + .select2.select2-container {
  min-width: 4em;
}

.language-select + .select2.select2-container.select2-container--focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.language-select + .select2.select2-container .select2-selection {
  background: transparent;
  border: 0;
  color: inherit;
}

.language-select + .select2.select2-container .select2-selection .select2-selection__rendered {
  color: inherit;
}

.language-select + .select2.select2-container .select2-selection .select2-selection__arrow b {
  border-color: transparent currentColor currentColor transparent;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 10px;
  left: 50%;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 50%;
  width: 10px;
  -webkit-transform: rotate(45deg) translate(-10px, 0px);
      -ms-transform: rotate(45deg) translate(-10px, 0px);
          transform: rotate(45deg) translate(-10px, 0px);
}

.language-select + .select2.select2-container.select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

.language-select + .select2.select2-container.select2-container--open .select2-selection__arrow b {
  border-color: transparent #FFD241 #FFD241 transparent;
}

#selectHolder .select2-dropdown {
  background: #333333;
  -webkit-box-shadow: 0px -10px 60px rgba(44, 44, 44, 0.13), 0px 60px 70px rgba(33, 33, 33, 0.15);
          box-shadow: 0px -10px 60px rgba(44, 44, 44, 0.13), 0px 60px 70px rgba(33, 33, 33, 0.15);
  border: 0;
  border-radius: 0;
}

#selectHolder .select2-dropdown li[aria-selected="true"] {
  background: transparent;
  color: #FFD241;
}

#selectHolder .select2-dropdown li.select2-results__option--highlighted[aria-selected] {
  background: rgba(255, 255, 255, 0.2);
}

h1.title {
  margin-bottom: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 700 50px/61px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 767px) {
  h1.title {
    font: 700 36px/44px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
  }
}

h1.title .icon {
  margin-right: 14px;
}

@media screen and (max-width: 767px) {
  h1.title .icon {
    display: none;
  }
}

h1.title-news {
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  h1.title-news {
    margin-top: 30px;
  }
}

h2.title {
  margin-bottom: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 700 50px/61px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 767px) {
  h2.title {
    font: 700 36px/44px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
  }
}

h2.title .icon {
  margin-right: 14px;
}

@media screen and (max-width: 767px) {
  h2.title .icon {
    display: none;
  }
}

h3 {
  margin-top: 10px;
  margin-bottom: 16px;
  font: 700 24px/29px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.font-weight-semibold {
  font-weight: 500 !important;
}

.valign-middle {
  vertical-align: middle;
}

.icomoon-email {
  font-size: .8em;
}

.bg-grey-top {
  background-image: url(../../img/landing/bg-grey-top.png);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .bg-grey-mobile {
    background-position: 0 64%;
    background-size: contain;
  }
}

.curved-line-fix::after {
  border: none !important;
}

@media (max-width: 767px) {
  .bg-custom-dark.curved-line-fix + div {
    margin-top: 0 !important;
    background-color: #333;
  }
}

@media (max-width: 767px) {
  .bg-combine.bg-combine-mobile {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .bg-custom-dark.curved-line-fix {
    padding: 10px 0;
  }
}

.bg-custom-dark {
  position: relative;
  padding: 180px 0;
  background-color: #333333;
  color: #ffffff;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .bg-custom-dark {
    padding: 40px 0;
  }
}

.bg-custom-dark:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 250px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.bg-custom-dark:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 250px 0 0 100vw;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 1023px) {
  .bg-custom-dark:after {
    bottom: -3px;
  }
}

.bg-custom-dark + div {
  position: relative;
  margin-top: -70px;
}

.bg-custom-dark.reverse:before {
  content: none;
}

.bg-custom-dark.reverse:after {
  border-style: solid;
  border-width: 0 0 250px 100vw;
  border-color: transparent transparent #ffffff transparent;
}

@media screen and (max-width: 767px) {
  .bg-custom-dark.reverse:after {
    border-width: 0 0 70px 100vw;
  }
}

.bg-custom-dark.reverse.bg-dark-decoration {
  background-image: url(../../img/landing/bg-dark-decor-2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bg-custom-dark.reverse + div {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .bg-custom-dark.reverse + div {
    margin-top: 40px;
  }
}

.bg-custom-main {
  position: relative;
  padding: 180px 0;
  padding-bottom: 30px;
  background-color: #333333;
  color: #ffffff;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .bg-custom-main {
    padding: 40px 0;
  }
}

.bg-custom-main:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 250px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.bg-custom-main:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 250px 0 0 100vw;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 1023px) {
  .bg-custom-main:after {
    bottom: -3px;
  }
}

.bg-custom-main + div {
  position: relative;
  margin-top: -70px;
}

.bg-custom-main.reverse:before {
  content: none;
}

.bg-custom-main.reverse:after {
  border-style: solid;
  border-width: 0 0 250px 100vw;
  border-color: transparent transparent #ffffff transparent;
}

@media screen and (max-width: 767px) {
  .bg-custom-main.reverse:after {
    border-width: 0 0 70px 100vw;
  }
}

.bg-custom-main.reverse.bg-dark-decoration {
  background-image: url(../../img/landing/bg-dark-decor-2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bg-custom-main.reverse + div {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .bg-custom-main.reverse + div {
    margin-top: 40px;
  }
}

.bg-dark-decoration {
  background-image: url(../../img/landing/bg-dark-decor.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-dark-bottom {
  position: relative;
  overflow: hidden;
}

.bg-dark-bottom:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 290px 100vw;
  border-color: transparent transparent #333333 transparent;
  position: absolute;
  bottom: -1px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .bg-dark-bottom:after {
    border-width: 0 0 130px 100vw;
    -webkit-filter: drop-shadow(-90px -50px 27px rgba(137, 150, 159, 0.13)) drop-shadow(20px -43px 44px rgba(137, 150, 159, 0.15));
            filter: drop-shadow(-90px -50px 27px rgba(137, 150, 159, 0.13)) drop-shadow(20px -43px 44px rgba(137, 150, 159, 0.15));
  }
}

.bg-dark-bottom .card-block {
  position: relative;
  z-index: 10;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.main-card__link {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.main-card__link:hover {
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.main-card__link:hover .card-no-skew {
  -webkit-transform: scale(1.1) !important;
      -ms-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

@media screen and (max-width: 576px) {
  .main-card__link:hover .card-no-skew {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

.main-card__link:hover .card-no-skew .relative-card__wrapper .arrow-card-main {
  background: url(../../img/landing/arrow-card-main-gold.svg);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background-repeat: no-repeat;
}

.mw-375 {
  max-width: 375px;
  margin-bottom: 60px !important;
}

@media screen and (max-width: 767px) {
  .mw-375 {
    margin: 0 auto;
  }
}

.relative-card__wrapper {
  position: relative;
  z-index: 1000;
  background: #fff;
  position: relative;
  overflow: hidden;
  top: -10px;
}

.card-no-skew {
  -webkit-transform: skewY(0) !important;
      -ms-transform: skewY(0) !important;
          transform: skewY(0) !important;
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.arrow-card-main {
  display: inline-block;
  background: url(../../img/landing/arrow-card-main.svg);
  background-repeat: no-repeat;
  margin-top: 30px;
  width: 73px;
  height: 29px;
  z-index: 3;
  border: none;
  outline: none;
  border-radius: 0;
}

.card-main {
  -webkit-box-shadow: 0px -10px 60px rgba(137, 150, 159, 0.13), 0px 60px 70px rgba(137, 150, 159, 0.15);
          box-shadow: 0px -10px 60px rgba(137, 150, 159, 0.13), 0px 60px 70px rgba(137, 150, 159, 0.15);
}

.card-main__wrapper::before {
  content: '';
  width: 100%;
  height: 56px;
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
  background: url(../../img/landing/card-top-shadow.svg);
  background-position: center;
  background-size: cover;
}

.card-main__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: auto;
  position: absolute;
  background: #fff;
  height: 30%;
  bottom: 0;
  width: 100%;
}

.card-main__bottom h3 {
  font: 700 24px/29px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #333;
  position: relative;
  margin-bottom: 0;
  z-index: 3;
  padding: 0 15px;
}

.card-main__bottom p {
  font: 700 24px/29px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #A6B0BC;
  margin-top: 24px;
  margin-bottom: 0;
  z-index: 3;
}

.card-main__bottom img {
  margin-top: 30px;
  width: 70px;
  height: 22px;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
}

.card-main__top {
  overflow: visible;
  position: absolute;
  height: 100%;
  width: 100%;
}

.card-main__inner {
  min-height: 510px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.bg-custom-light {
  position: relative;
  padding-bottom: 150px;
  overflow: hidden;
  background-image: url(../../img/landing/bg-light-decor.svg);
  background-size: cover;
  background-position: center;
}

.bg-custom-light:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 250px 100vw;
  border-color: transparent transparent #F9FAFC transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

.bg-combine-main {
  margin-top: -15%;
  margin-bottom: -2px;
  position: relative;
  color: #ffffff;
  padding-top: 8%;
}

@media screen and (max-width: 767px) {
  .bg-combine-main {
    padding-top: 0%;
  }
}

.bg-combine-main:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #333;
  background-size: cover;
}

.bg-combine-main:after {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: 0;
  width: 80%;
  background: url(../../img/landing/bg-combine-right.svg) no-repeat 0 0;
  background-size: cover;
}

@media screen and (max-width: 992px) {
  .bg-combine-main:after {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .bg-combine-main:after {
    background: url(../../img/landing/bg-call-us.svg) no-repeat 6% 103%;
    width: 100%;
    background-size: contain;
  }
}

.bg-combine-main > .container {
  position: relative;
  z-index: 20;
}

.bg-combine-main .form {
  margin-bottom: 38px;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .bg-combine-main [class*='col'] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .bg-combine-main [class*='col']:last-of-type {
    margin-top: 25px;
  }
}

.bg-combine {
  padding-top: 10%;
  margin-top: -15%;
  margin-bottom: -2px;
  position: relative;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .bg-combine {
    padding-top: 20%;
  }
}

.bg-combine:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../../img/landing/bg-combine-left.svg) no-repeat 0 0;
  background-size: cover;
}

.bg-combine:after {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: 0;
  width: 70%;
  background: url(../../img/landing/bg-combine-right.svg) no-repeat 0 0;
  background-size: cover;
}

@media screen and (max-width: 992px) {
  .bg-combine:after {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .bg-combine:after {
    background: url(../../img/landing/bg-call-us.svg) no-repeat 6% 100%;
    width: 100%;
    background-size: contain;
  }
}

.bg-combine > .container {
  position: relative;
  z-index: 20;
}

.bg-combine .form {
  margin-bottom: 38px;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .bg-combine [class*='col'] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .bg-combine [class*='col']:last-of-type {
    margin-top: 25px;
  }
}

.bg-top-material {
  background-image: url(../../img/landing/bg-material-decor-top.png);
  background-repeat: no-repeat;
  background-position: left top 185px;
}

@media screen and (max-width: 992px) {
  .material-top .title {
    font: 700 44px/61px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .bg-bottom-material.bg-bottom-material--mobile {
    margin-top: -130px !important;
    margin-bottom: 0;
  }
}

.bg-bottom-material {
  background: #fff url(../../img/landing/bg-material-decor-bottom.png) no-repeat left top 20px;
  margin-bottom: 90px;
}

@media screen and (max-width: 992px) {
  .bg-bottom-material h2 {
    font: 700 22px/29px 'montserrat', Arial, Helvetica, sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .bg-bottom-material {
    margin-top: -200px !important;
  }
  .bg-bottom-material h2 {
    font: 700 24px/29px 'montserrat', Arial, Helvetica, sans-serif;
  }
}

@-webkit-keyframes mouseMove {
  from {
    -webkit-transform: translate(-50%, 5px);
            transform: translate(-50%, 5px);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(-50%, 25px);
            transform: translate(-50%, 25px);
    opacity: 0;
  }
}

@keyframes mouseMove {
  from {
    -webkit-transform: translate(-50%, 5px);
            transform: translate(-50%, 5px);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(-50%, 25px);
            transform: translate(-50%, 25px);
    opacity: 0;
  }
}

.carousel-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 60px;
  margin-bottom: 3vmin;
  background: url(../../img/landing/about-us-header-triangle.svg);
  background-repeat: no-repeat;
  background-position: 0% 40%;
}

@media screen and (max-width: 1199px) {
  .carousel-banner {
    margin-bottom: 0vmin;
  }
}

@media screen and (max-width: 992px) {
  .carousel-banner {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .carousel-banner {
    background: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
  .carousel-banner .carousel-control .control {
    font-size: 32px;
  }
}

.carousel-banner:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(2vmin, 23%);
      -ms-transform: translate(2vmin, 23%);
          transform: translate(2vmin, 23%);
  width: 20vmin;
  height: 31vmin;
  background-image: url(../../img/landing/bg-tr-yellow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 85%;
}

@media screen and (max-width: 1200px) {
  .carousel-banner:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(2vmin, -15%);
        -ms-transform: translate(2vmin, -15%);
            transform: translate(2vmin, -15%);
    width: 15vmin;
    height: 13vmin;
    background-image: url(../../img/landing/bg-tr-yellow.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 992px) {
  .carousel-banner:after {
    -webkit-transform: translate(2vmin, -65%);
        -ms-transform: translate(2vmin, -65%);
            transform: translate(2vmin, -65%);
  }
}

@media screen and (max-width: 767px) {
  .carousel-banner:after {
    background-image: none;
  }
}

.carousel-banner .slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 540px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .carousel-banner .slide {
    height: auto;
  }
}

.carousel-banner .slide .image {
  position: relative;
  margin-left: auto;
}

.carousel-banner .slide .image img {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .carousel-banner .slide .image img {
    height: 50%;
    width: 100%;
  }
}

.carousel-banner .slide .image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(249, 250, 252, 0.2);
}

@media screen and (max-width: 767px) {
  .carousel-banner .slide .image {
    margin-right: auto;
    position: relative;
    top: 20px;
  }
  .carousel-banner .slide .image::after {
    background-color: transparent !important;
    background-image: url(../../img/landing/about-us-triangle-white.svg), -o-linear-gradient(82.18deg, #F9FAFC -1.48%, rgba(249, 250, 252, 0) 93.05%);
    background-image: url(../../img/landing/about-us-triangle-white.svg), linear-gradient(7.82deg, #F9FAFC -1.48%, rgba(249, 250, 252, 0) 93.05%);
    background-position: 0 100%, 0 0;
    background-repeat: no-repeat;
    bottom: -120px;
  }
}

@media screen and (max-width: 576px) {
  .carousel-banner .slide .image {
    top: 0;
  }
}

.carousel-banner .slide .text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50%;
  max-width: 590px;
}

@media screen and (max-width: 992px) {
  .carousel-banner .slide .text {
    left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .carousel-banner .slide .text {
    width: auto;
    top: 58%;
    -webkit-transform: translate(15px);
        -ms-transform: translate(15px);
            transform: translate(15px);
    max-width: 90%;
    left: 0;
  }
}

.carousel-control {
  position: absolute;
  left: 0;
  width: 101%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.carousel-control .control {
  background: transparent;
  border: 0;
  font-size: 23px;
  cursor: pointer;
}

.scroll-button {
  position: relative;
  display: inline-block;
  background: transparent;
  border: 0;
  width: 25px;
  height: 40px;
  background-image: url(../../img/landing/mouse.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center top;
}

.scroll-button:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 5px);
      -ms-transform: translate(-50%, 5px);
          transform: translate(-50%, 5px);
  width: 14px;
  height: 14px;
  background-image: url(../../img/landing/mouse-move.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.scroll-button.animated:after {
  -webkit-animation: mouseMove 1.5s steps(4, end) infinite;
          animation: mouseMove 1.5s steps(4, end) infinite;
}

.about-title {
  font: 700 50px/61px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
  text-align: left;
  margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
  .about-title {
    font: 700 36px/44px 'montserrat', Arial, Helvetica, sans-serif;
    letter-spacing: 1.2px;
    position: relative;
  }
}

.first-screen {
  position: relative;
  padding-top: 15px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .first-screen {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
    padding-bottom: 55px;
  }
  .first-screen .container {
    padding: 0;
  }
  .first-screen .text-center {
    display: none;
  }
}

.first-screen .title {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(60px, -100%);
      -ms-transform: translate(60px, -100%);
          transform: translate(60px, -100%);
  margin-top: -86px;
}

@media screen and (max-width: 767px) {
  .first-screen .title {
    -webkit-transform: translate(15px, -100%);
        -ms-transform: translate(15px, -100%);
            transform: translate(15px, -100%);
    font: 700 36px/44px 'montserrat', Arial, Helvetica, sans-serif;
    letter-spacing: 1.2px;
    margin-top: 0;
    top: 46%;
  }
}

.timeline {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .timeline {
    margin-top: 20px;
  }
  .timeline span p {
    width: 70%;
  }
}

@media screen and (max-width: 1023px) {
  .timeline {
    margin-bottom: -2px;
  }
}

.timeline ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.timeline ul li {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 19%;
      flex-basis: 19%;
}

@media screen and (max-width: 767px) {
  .timeline ul li {
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
  }
}

.timeline .step {
  position: relative;
  padding: 0 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 992px) {
  .timeline .step {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .timeline .step {
    padding: 0px;
    margin-top: 0;
  }
}

.timeline .step:before {
  content: '';
  position: absolute;
  top: 62px;
  left: 18px;
  width: 1px;
  border-left: 1px dashed #333333;
}

@media screen and (max-width: 767px) {
  .timeline .step:before {
    left: 0;
  }
}

.timeline .step:after {
  content: '';
  position: absolute;
  left: 18px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #FFD241;
  bottom: calc(100% - 76px);
}

@media screen and (max-width: 767px) {
  .timeline .step:after {
    left: 0px;
  }
}

.timeline .step:first-child {
  padding-left: 0;
}

.timeline .step:first-child:before {
  left: 6px;
}

@media screen and (max-width: 767px) {
  .timeline .step:first-child:before {
    left: 0;
  }
}

.timeline .step:first-child:after {
  left: 6px;
}

@media screen and (max-width: 767px) {
  .timeline .step:first-child:after {
    left: 0px;
  }
}

.timeline .step:first-child .date:before {
  content: none;
}

.timeline .step:first-child .text {
  padding-left: 22px;
}

.timeline .step .date {
  position: relative;
  display: inline-block;
  padding: 16px 0;
  width: 100%;
  text-align: center;
  background: #333333;
  color: #ffffff;
  font: 600 24px/29px 'montserrat', Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 767px) {
  .timeline .step .date {
    width: 95%;
  }
}

.timeline .step .date:before {
  content: '';
  position: absolute;
  left: -1px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30.5px 0 30.5px 24px;
  border-color: transparent transparent transparent #ffffff;
}

@media screen and (max-width: 767px) {
  .timeline .step .date:before {
    content: none;
  }
}

.timeline .step .date:after {
  content: '';
  position: absolute;
  left: 99.6%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30.5px 0 30.5px 24px;
  border-color: transparent transparent transparent #333333;
  z-index: 20;
}

.timeline .step .text {
  padding: 10px 0 10px 24px;
}

.timeline .step img {
  max-width: 100%;
  margin-bottom: 34px;
}

@media screen and (max-width: 767px) {
  .timeline .step img {
    margin-bottom: 20px;
  }
}

.timeline .step:nth-child(5n+1) .text {
  padding-top: 145px;
}

@media screen and (max-width: 992px) {
  .timeline .step:nth-child(5n+1) .text {
    padding-top: 25px;
  }
}

.timeline .step:nth-child(5n+2) .text {
  padding-top: 30px;
}

@media screen and (max-width: 992px) {
  .timeline .step:nth-child(5n+2) .text {
    padding-top: 20px;
  }
}

.timeline .step:nth-child(5n+3) .text {
  padding-top: 200px;
}

@media screen and (max-width: 992px) {
  .timeline .step:nth-child(5n+3) .text {
    padding-top: 20px;
  }
}

.timeline .step:nth-child(5n+4) .text {
  padding-top: 80px;
}

@media screen and (max-width: 992px) {
  .timeline .step:nth-child(5n+4) .text {
    padding-top: 20px;
  }
}

.timeline .step:nth-child(5n+5) .text {
  padding-top: 140px;
}

@media screen and (max-width: 992px) {
  .timeline .step:nth-child(5n+5) .text {
    padding-top: 20px;
  }
}

[data-aos="animate-spider"]:before {
  bottom: 100%;
  -webkit-transition: bottom 3s;
  -o-transition: bottom 3s;
  transition: bottom 3s;
}

[data-aos="animate-spider"].aos-animate:before {
  bottom: 0;
  -webkit-transition: bottom 3s;
  -o-transition: bottom 3s;
  transition: bottom 3s;
}

[data-aos="animate-spider"]:after {
  bottom: calc(100% - 62px);
  -webkit-transition: bottom 3s;
  -o-transition: bottom 3s;
  transition: bottom 3s;
}

[data-aos="animate-spider"].aos-animate:after {
  top: auto;
  bottom: 0;
  -webkit-transition: bottom 3s;
  -o-transition: bottom 3s;
  transition: bottom 3s;
}

@media screen and (max-width: 767px) {
  [data-aos="animate-spider"].aos-animate:after {
    bottom: 0px;
  }
}

.card-section {
  position: relative;
  padding-left: 90px;
}

.card-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: url(../../img/landing/line.png), url(../../img/landing/line.png);
  background-size: 2px 60%, 2px 35%;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
}

.card-section__item {
  position: relative;
  display: block;
  width: 90%;
  margin: 50px auto;
  color: inherit;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}

@media screen and (max-width: 767px) {
  .card-section__item {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.card-section__item img {
  width: 100%;
}

.card-section__item .hover-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(163, 163, 163, 0.27);
  background-size: cover;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .card-section__item .hover-block {
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    opacity: 1;
  }
}

.card-section__item .hover-text {
  width: 90%;
  padding: 3em;
  max-width: 336px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #333333;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 35px;
}

@media screen and (max-width: 992px) {
  .card-section__item .hover-text {
    padding: 1em;
  }
}

@media screen and (max-width: 767px) {
  .card-section__item .hover-text {
    background-color: #fff;
    opacity: 0.8;
    padding: 33px 37px;
  }
}

.card-section__item .hover-text .item {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .card-section__item .hover-text .item {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .card-section__item .hover-text .item {
    font-size: 14px;
    text-align: center;
    max-width: 83%;
    overflow-wrap: break-word;
  }
}

@media screen and (max-width: 767px) {
  .card-section__item .hover-text .item {
    font-size: 16px;
  }
}

.card-section__item .hover-text .label {
  margin: 25px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 20px;
  text-transform: uppercase;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  border: 1px solid currentColor;
}

@media screen and (max-width: 992px) {
  .card-section__item .hover-text .label {
    width: 4em;
    height: 4em;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .card-section__item .hover-text .label {
    width: 5em;
    height: 5em;
    font-size: 20px;
  }
}

.card-section__item .hover-text .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.card-section__item .hover-text .button .icon {
  margin-left: 10px;
  font-size: 22px;
}

@media screen and (max-width: 992px) {
  .card-section__item .hover-text .button .icon {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .card-section__item .hover-text .button .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.card-section__item:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.card-section__item:hover .hover-block {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.card-section .row [class*='col']:nth-child(3n+2) .card-section__item {
  margin-top: 150px;
}

@media screen and (max-width: 991px) {
  .card-section .row [class*='col']:nth-child(3n+2) .card-section__item {
    margin-top: 50px;
  }
}

.card-section .row [class*='col']:nth-child(3n+2) .card-section__item.material-item {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .card-block .row div:last-of-type .card {
    -webkit-box-shadow: 0px -10px 60px rgba(137, 150, 159, 0.13), 0px -70px 70px rgba(137, 150, 159, 0.15);
            box-shadow: 0px -10px 60px rgba(137, 150, 159, 0.13), 0px -70px 70px rgba(137, 150, 159, 0.15);
  }
}

.card {
  -webkit-box-shadow: 0px 20px 36px rgba(137, 150, 159, 0.15), 0px -10px 60px rgba(137, 150, 159, 0.13);
          box-shadow: 0px 20px 36px rgba(137, 150, 159, 0.15), 0px -10px 60px rgba(137, 150, 159, 0.13);
  margin-bottom: 40px;
  position: relative;
  border: 0;
  border-radius: 0;
  -webkit-transform: skewY(9deg);
      -ms-transform: skewY(9deg);
          transform: skewY(9deg);
}

.card .icon {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #FFE884;
  background-position: center;
  background-repeat: no-repeat;
}

.card .icon-leather {
  background-image: url(../../img/landing/leather.svg);
  background-size: 44px;
}

.card .icon-local {
  background-image: url(../../img/landing/local.svg);
  background-size: 52px;
}

.card .icon-phone {
  background-image: url(../../img/landing/phone.svg);
  background-size: 52px;
}

.card .icon-rate {
  background-image: url(../../img/landing/rate.svg);
  background-size: 52px;
}

.card .icon-soles {
  background-image: url(../../img/landing/soles.svg);
  background-size: 60px;
}

.card .number {
  display: inline-block;
  margin-top: .85em;
  text-align: center;
  font-family: 'montserrat';
  font-weight: bold;
  font-size: 70px;
  line-height: 85px;
  color: #FFD241;
}

.card .number:after {
  content: '';
  display: block;
  width: 1.9em;
  height: 2px;
  background: #A6B0BC;
  margin: 19px auto 36px;
}

.card-inner {
  padding: 20% 28px 40%;
  -webkit-transform: skewY(-9deg);
      -ms-transform: skewY(-9deg);
          transform: skewY(-9deg);
}

@media screen and (max-width: 767px) {
  .card-inner {
    padding: 20% 28px 38%;
  }
}

.card-block {
  margin-top: 60px;
  margin-bottom: 130px;
  padding-bottom: 100px;
}

.card-block .row [class*='col'] {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .card-block .row [class*='col'] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

.card-block .row [class*='col'] .card {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .card-block .row [class*='col'] .card {
    margin-bottom: 0;
  }
}

.card-block .row [class*='col']:nth-child(2) .card {
  -webkit-transform: skewY(9deg) translateY(88px);
      -ms-transform: skewY(9deg) translateY(88px);
          transform: skewY(9deg) translateY(88px);
}

.card-block .row [class*='col']:nth-child(4) .card {
  -webkit-transform: skewY(9deg) translateY(56px);
      -ms-transform: skewY(9deg) translateY(56px);
          transform: skewY(9deg) translateY(56px);
}

@media screen and (max-width: 992px) {
  .card-block .row [class*='col']:nth-child(4) .card {
    -webkit-transform: skewY(9deg) translateY(77px);
        -ms-transform: skewY(9deg) translateY(77px);
            transform: skewY(9deg) translateY(77px);
  }
}

@media screen and (max-width: 767px) {
  .card-block .row [class*='col']:nth-child(4) .card {
    -webkit-transform: skewY(9deg) translateY(260px);
        -ms-transform: skewY(9deg) translateY(260px);
            transform: skewY(9deg) translateY(260px);
  }
}

.card-block .row [class*='col']:nth-child(3) .card {
  -webkit-transform: skewY(9deg) translateY(176px);
      -ms-transform: skewY(9deg) translateY(176px);
          transform: skewY(9deg) translateY(176px);
}

@media screen and (max-width: 991px) {
  .card-block .row [class*='col']:nth-child(3) .card {
    -webkit-transform: skewY(9deg) translateY(-4px);
        -ms-transform: skewY(9deg) translateY(-4px);
            transform: skewY(9deg) translateY(-4px);
  }
}

@media screen and (max-width: 767px) {
  .card-block .row [class*='col']:nth-child(3) .card {
    -webkit-transform: skewY(9deg) translateY(176px);
        -ms-transform: skewY(9deg) translateY(176px);
            transform: skewY(9deg) translateY(176px);
  }
}

.card-block .row [class*='col']:nth-child(5) .card {
  -webkit-transform: skewY(9deg) translateY(142px);
      -ms-transform: skewY(9deg) translateY(142px);
          transform: skewY(9deg) translateY(142px);
}

@media screen and (max-width: 991px) {
  .card-block .row [class*='col']:nth-child(5) .card {
    -webkit-transform: skewY(9deg) translateY(35px);
        -ms-transform: skewY(9deg) translateY(35px);
            transform: skewY(9deg) translateY(35px);
  }
}

@media screen and (max-width: 767px) {
  .card-block .row [class*='col']:nth-child(5) .card {
    -webkit-transform: skewY(9deg) translateY(353px);
        -ms-transform: skewY(9deg) translateY(353px);
            transform: skewY(9deg) translateY(353px);
  }
}

.card-block.card-main {
  margin-top: 60px;
  margin-bottom: 110px;
  padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .card-block.card-main {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .card-block.card-main {
    margin-bottom: 370px !important;
  }
}

.card-about .card {
  max-height: 603px !important;
  height: 570px;
}

@media screen and (max-width: 767px) {
  .card-about .card {
    max-height: 560px !important;
    height: auto;
  }
}

.card-about .row [class*='col']:nth-child(3) .card .card-inner {
  padding: 20% 28px 28%;
}

.card-main .card {
  height: 587px;
}

@media screen and (max-width: 992px) {
  .card-main .card {
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .card-main .card {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .card-about {
    margin-top: 60px;
    margin-bottom: 130px;
    padding-bottom: 100px;
  }
  .card-about .row [class*='col'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .card-about .row [class*='col'] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

@media screen and (max-width: 767px) {
  .card-about .row [class*='col'] .card {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .card-about .row [class*='col'] .card {
    margin-bottom: 0;
  }
  .card-about .row [class*='col'] .card:last-child {
    -webkit-box-shadow: 0px 60px 70px rgba(137, 150, 159, 0.15), 0px -10px 60px rgba(137, 150, 159, 0.13);
            box-shadow: 0px 60px 70px rgba(137, 150, 159, 0.15), 0px -10px 60px rgba(137, 150, 159, 0.13);
  }
}

@media screen and (max-width: 767px) {
  .card-about .row [class*='col']:nth-child(2) .card {
    -webkit-transform: skewY(9deg) translateY(70px);
        -ms-transform: skewY(9deg) translateY(70px);
            transform: skewY(9deg) translateY(70px);
  }
  .card-about .row [class*='col']:nth-child(4) .card {
    -webkit-transform: skewY(9deg) translateY(210px);
        -ms-transform: skewY(9deg) translateY(210px);
            transform: skewY(9deg) translateY(210px);
  }
  .card-about .row [class*='col']:nth-child(3) .card {
    -webkit-transform: skewY(9deg) translateY(140px);
        -ms-transform: skewY(9deg) translateY(140px);
            transform: skewY(9deg) translateY(140px);
  }
  .card-about .row [class*='col']:nth-child(5) .card {
    -webkit-transform: skewY(9deg) translateY(280px);
        -ms-transform: skewY(9deg) translateY(280px);
            transform: skewY(9deg) translateY(280px);
  }
  .card-about .row [class*='col']:nth-child(1) .card {
    -webkit-transform: skewY(9deg) translateY(0px);
        -ms-transform: skewY(9deg) translateY(0px);
            transform: skewY(9deg) translateY(0px);
  }
}

@media screen and (max-width: 991px) {
  .card-about .row [class*='col']:nth-child(3) .card {
    -webkit-transform: skewY(9deg) translateY(-10px);
        -ms-transform: skewY(9deg) translateY(-10px);
            transform: skewY(9deg) translateY(-10px);
  }
}

@media screen and (max-width: 767px) {
  .card-about .row [class*='col']:nth-child(3) .card {
    -webkit-transform: skewY(9deg) translateY(135px);
        -ms-transform: skewY(9deg) translateY(135px);
            transform: skewY(9deg) translateY(135px);
  }
}

.form-control {
  padding: 6px 16px;
  font-size: 1em;
  color: inherit;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
  border: 0;
  border-radius: 0;
}

.form-control::-webkit-input-placeholder {
  color: #A6B0BC;
}

.form-control::-moz-placeholder {
  color: #A6B0BC;
}

.form-control:-ms-input-placeholder {
  color: #A6B0BC;
}

.form-control:-moz-placeholder {
  color: #A6B0BC;
}

.help-text {
  color: #FF958C;
  font-size: 14px;
  text-align: right;
  display: block;
  margin-top: 5px;
}

.form-group.has-error {
  position: relative;
}

.form-group.has-error .form-control {
  background: #FFEDEC;
}

.form-group.has-error .help-text {
  color: #FF958C;
  font-size: 14px;
  text-align: right;
  display: block;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .form-group.has-error .help-text {
    display: block;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    text-align: right;
    top: 5px;
    position: relative;
    max-width: 100%;
  }
}

.help-xs {
  display: none;
}

@media screen and (max-width: 767px) {
  .help-xs {
    display: block;
    text-align: right;
    color: #FF958C;
    font-size: 16px;
  }
}

textarea {
  resize: none;
  min-height: 147px;
}

.custom-checkbox {
  position: relative;
}

.custom-checkbox input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}

.custom-checkbox input[type="checkbox"] + label {
  position: relative;
  padding-left: 40px;
}

.custom-checkbox input[type="checkbox"] + label:hover {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .custom-checkbox input[type="checkbox"] + label {
    font-size: 16px;
  }
}

.custom-checkbox input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
}

.custom-checkbox input[type="checkbox"] + label .icon {
  color: transparent;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 15px;
}

.custom-checkbox input[type="checkbox"]:checked + label .icon {
  color: #FFAB2E;
}

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

.form-buttons .btn {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  border-radius: 0;
}

.form-buttons .btn + .btn {
  margin-left: 17px;
}

@media screen and (max-width: 767px) {
  .form-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-buttons a {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 15px;
    padding: 8px 0;
    font-weight: 600;
  }
  .form-buttons .btn {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-radius: 0;
  }
  .form-buttons .btn + .btn {
    margin-left: 0px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 8px 0;
    font-weight: 600;
  }
}

.apply-filter {
  background-color: #FFF;
  border: 1px solid #333;
  font-style: normal;
  text-align: center;
  color: #333;
  font: 600 16px/22px 'opensans', Arial, Helvetica, sans-serif;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
  margin-top: 10px;
  padding: 5px 15px;
}

.apply-filter:hover {
  background-color: #FFD241;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid transparent;
}

.apply-filter:active {
  border: 1px solid transparent;
  background-color: #FFE884;
}

.btn-white {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
  color: #333333;
}

.btn-white:hover {
  color: #FFD241;
}

.btn-dark {
  background: #333333;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
  color: #FFFFFF;
}

.btn-dark:hover {
  color: #FFD241;
}

.footer {
  padding: 45px 0;
  background: #333333;
  color: #A6B0BC;
  z-index: 1;
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .footer .order-block-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) and (max-width: 400px) {
  .footer .order-block-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 46%;
            flex: 1 1 46%;
  }
}

@media screen and (max-width: 767px) {
  .footer .order-block-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .footer .order-block-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    text-align: left;
    margin-top: 30px;
  }
  .footer .order-block-3 .align-mobile {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .footer .order-block-3 .align-mobile > a {
    font: 600 14px/19px 'opensans', Arial, Helvetica, sans-serif;
  }
}

.footer a {
  color: #A6B0BC;
}

.footer a.color-white {
  color: #ffffff;
}

.footer .small {
  font-size: 11px;
}

.footer .bottom-nav {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}

@media screen and (max-width: 1200px) {
  .footer .bottom-nav {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

.footer .bottom-nav a {
  display: block;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .footer .bottom-nav a {
    font: 600 16px/22px 'opensans', Arial, Helvetica, sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .footer .bottom-nav {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    margin-top: 17px;
  }
}

@media screen and (max-width: 577px) {
  .footer .bottom-nav {
    margin-top: 0px;
  }
}

.footer p {
  max-width: 250px;
  font: 400 18px/27px 'opensans', Arial, Helvetica, sans-serif;
  color: #A6B0BC;
}

@media screen and (max-width: 767px) {
  .footer p {
    margin-bottom: 0;
  }
}

.social-links {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.social-links a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  color: #FFD241;
}

.social-links a:hover {
  text-decoration: none;
  color: #ffffff;
}

.social-links a + a {
  margin-left: 20px;
}

.breadcrumbs {
  padding-top: 20px;
  padding-bottom: 50px;
  font-weight: 600;
  position: relative;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 15px;
  padding-left: 0;
}

.breadcrumbs ul li {
  position: relative;
  margin-right: 10px;
  text-transform: capitalize;
}

@media screen and (max-width: 576px) {
  .breadcrumbs ul li {
    min-width: 70px;
  }
}

.breadcrumbs ul li::after {
  content: '';
  width: 6px;
  height: 10px;
  position: relative;
  right: -14px;
  display: inline-block;
  background: url(../../img/landing/breadcrumbs-arrow.svg) no-repeat;
  margin-right: 20px;
}

.breadcrumbs ul li:last-of-type:after {
  content: none;
}

.breadcrumbs a {
  text-decoration: none;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #333;
}

.breadcrumbs .breadcrumb-active {
  color: #FFD241;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumbs .breadcrumb-inactive__mobile {
    color: #333;
  }
}

.back-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: inherit;
  font-weight: 600;
  text-transform: capitalize;
}

.back-button .icon {
  margin-right: 12px;
  font-size: 22px;
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  -o-transition: transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
}

.back-button:hover {
  color: inherit;
  text-decoration: none;
}

.back-button:hover .icon {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  -o-transition: transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
}

.material-icon {
  font: 600 36px/44px 'montserrat', Arial, Helvetica, sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  border: 2px solid #FFD241;
}

.negative-margin-top {
  -webkit-transform: translateY(-35%);
      -ms-transform: translateY(-35%);
          transform: translateY(-35%);
}

@media screen and (max-width: 767px) {
  .negative-margin-top {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.contact-page-bg {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}

.contact-page-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 60vw;
  bottom: 0;
  background: #F9FAFC;
  -webkit-transform: rotate(27deg) translate(15vw, -20vh);
      -ms-transform: rotate(27deg) translate(15vw, -20vh);
          transform: rotate(27deg) translate(15vw, -20vh);
}

.contact-page {
  position: relative;
  padding-top: 135px;
}

@media screen and (max-width: 992px) {
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .title {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .contact-page {
    padding-top: 50px;
    background-color: #fdfdfd;
  }
  .contact-page .title {
    margin-bottom: 38px;
    font: 700 24px/29px 'montserrat', Arial, Helvetica, sans-serif;
  }
}

.contact-images {
  margin-top: -5%;
}

@media screen and (max-width: 767px) {
  .contact-images {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 35px;
  }
}

.contact-images img {
  max-width: 100%;
}

.contact-images .image {
  max-width: 73%;
}

.contact-images .image:first-child {
  float: right;
  position: relative;
  z-index: 2;
}

.contact-images .image:last-child {
  position: relative;
  z-index: 1;
}

.contact-images .image:nth-child(2) img {
  margin-top: -92px;
}

.word-break {
  word-break: break-all;
}

.contact-list {
  width: 60%;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 1439px) {
  .contact-list {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .contact-list {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .contact-list {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}

.contact-list li {
  margin-bottom: 61px;
  padding-left: 30px;
}

@media screen and (max-width: 992px) {
  .contact-list li {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .contact-list li {
    margin-bottom: 32px;
    padding-left: 16px;
  }
  .contact-list li:last-child {
    margin-bottom: 40px;
  }
}

.contact-list li.main:before {
  content: '';
  position: absolute;
  left: 0;
  height: 18em;
  width: 50%;
  -webkit-transform: translateY(-1em);
      -ms-transform: translateY(-1em);
          transform: translateY(-1em);
  -webkit-box-shadow: 0px 10px 70px rgba(137, 150, 159, 0.15), 0px -5px 60px rgba(137, 150, 159, 0.13);
          box-shadow: 0px 10px 70px rgba(137, 150, 159, 0.15), 0px -5px 60px rgba(137, 150, 159, 0.13);
  background-size: cover;
}

@media (max-width: 8000px) {
  .contact-list li.main {
    min-height: 31vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: -4vw;
    margin-top: -4vw;
    border: 0;
  }
  .contact-list li.main:before {
    content: '';
    position: absolute;
    left: 0;
    height: 31vw;
    width: 50vw;
    -webkit-transform: translateY(-1em);
        -ms-transform: translateY(-1em);
            transform: translateY(-1em);
    background: url(../../img/landing/bg1.png) 100% 50%;
    background-size: cover;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .contact-list li.main .contact-item {
    margin-top: -4vw;
  }
}

@media screen and (max-width: 8000px) and (max-width: 767px) {
  .contact-list li.main .contact-item {
    margin-top: 0;
  }
}

@media screen and (max-width: 992px) {
  .contact-list li.main.main {
    margin-bottom: 2vh;
  }
}

@media screen and (max-width: 1200px) {
  .contact-list li.main::before {
    height: 37vw;
    width: 57vw;
  }
}

@media screen and (max-width: 992px) {
  .contact-list li.main::before {
    top: 150px;
    content: '';
    position: absolute;
    left: 0;
    height: 20%;
    width: 51%;
    background: url(../../img/landing/contacts-kharkiv.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-filter: drop-shadow(0px -5px 60px rgba(137, 150, 159, 0.13)) drop-shadow(0px 10px 70px rgba(137, 150, 159, 0.15));
    filter: drop-shadow(0px -5px 60px rgba(137, 150, 159, 0.13)) drop-shadow(0px 10px 70px rgba(137, 150, 159, 0.15));
  }
}

@media screen and (max-width: 767px) {
  .contact-list li.main {
    margin-bottom: 40px;
    width: 100%;
    height: 100%;
    padding: 30px;
  }
  .contact-list li.main:before {
    top: 15px;
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 104%;
    background: url(../../img/landing/contacts-kharkiv.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-filter: drop-shadow(0px -5px 60px rgba(137, 150, 159, 0.13)) drop-shadow(0px 10px 70px rgba(137, 150, 159, 0.15));
            filter: drop-shadow(0px -5px 60px rgba(137, 150, 159, 0.13)) drop-shadow(0px 10px 70px rgba(137, 150, 159, 0.15));
  }
}

.contact-list .icon-item {
  margin-right: 20px;
  width: 1.2em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  font-size: 28px;
  color: #A6B0BC;
}

@media screen and (max-width: 991px) {
  .contact-list .icon-item {
    margin-right: 10px;
  }
}

.contact-list .address {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  letter-spacing: 0.07em;
  white-space: normal;
}

@media screen and (max-width: 767px) {
  .contact-list .address {
    letter-spacing: 0.03em;
    display: block;
    white-space: normal;
  }
}

@media screen and (max-width: 767px) {
  .contact-list .contacts {
    font-size: 14px;
    line-height: 130%;
  }
  .contact-list .main {
    position: relative;
  }
}

.contact-item {
  position: relative;
}

.contact-item:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  width: 1px;
  background: currentColor;
}

@media screen and (max-width: 767px) {
  .contact-item:before {
    margin-left: 15px;
    width: 2px;
  }
}

.contact-item > div + div {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .contact-item > div + div {
    margin-top: 15px;
  }
}

.connection-link {
  color: #333;
}

.connection-link:hover {
  color: currentColor;
  text-decoration: none;
}

#map {
  height: 400px;
  width: 100%;
}

.home-holder {
  top: -1px;
  position: relative;
  height: 85vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 72%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 72%);
}

@media screen and (max-width: 767px) {
  .home-holder {
    height: auto;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 89%, 0 72%);
            clip-path: polygon(0 0, 100% 0, 100% 89%, 0 72%);
  }
}

.home-holder .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  z-index: 5;
}

.home-holder .overlay.overlay-light {
  background-color: #F9FAFC;
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .home-holder .overlay {
    background-color: #333333;
    z-index: 1;
  }
}

.home-holder video.bg, .home-holder img.bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -o-object-fit: fill;
     object-fit: fill;
}

.home-holder .container {
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 1023px) {
  .home-holder {
    background: url("../../img/landing/poster.jpg") black no-repeat center center fixed;
    background-size: cover;
  }
  .home-holder video {
    display: none;
  }
}

.home-holder .home-title {
  margin-top: 0vh;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .home-holder .home-title div {
    font-size: 12px;
    font-family: 'opensans', Arial, Helvetica, sans-serif;
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  .home-holder .home-title {
    margin-top: 13vh;
  }
}

.home-holder .home-title h1 {
  font-family: 'montserrat';
  font-weight: bold;
  font-size: 200px;
  text-align: center;
  color: #fff;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-holder .home-title h1 span {
  opacity: .6;
}

@media screen and (max-width: 1199px) {
  .home-holder .home-title h1 {
    font-size: calc(50px + (200 - 50) * ((100vw - 320px) / (1920 - 320)));
  }
}

@media screen and (max-width: 767px) {
  .home-holder .home-title h1 {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .w-30 {
    width: 30px;
  }
}

.sound-disabled {
  cursor: pointer;
  position: absolute;
  top: 37%;
  left: 10%;
  z-index: 1000;
  width: 36px;
  height: 36px;
  background: url(../../img/landing/volume-disabled.svg) no-repeat;
}

@media screen and (max-width: 767px) {
  .sound-disabled {
    display: none;
  }
}

.sound-enabled {
  cursor: pointer;
  position: absolute;
  top: 37%;
  left: 10%;
  z-index: 1000;
  width: 36px;
  height: 36px;
  background: url(../../img/landing/volume-on.svg) no-repeat;
}

@media screen and (max-width: 767px) {
  .sound-enabled {
    display: none;
  }
}

.new-collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  position: relative;
  top: 20vh;
  position: absolute;
  right: 23%;
  max-width: 337px;
  top: -50px;
  max-width: 337px;
}

@media screen and (max-width: 991px) {
  .new-collection {
    top: 24vh;
  }
}

@media screen and (max-width: 576px) {
  .new-collection {
    top: 16vh;
    max-width: 190px;
    padding: 0;
    left: -6%;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .new-collection--man {
    top: 38%;
    max-width: 300px;
    padding: 0;
    left: 6%;
    position: absolute;
  }
}

@media screen and (max-width: 991px) {
  .new-collection--women {
    top: 4%;
    max-width: 300px;
    padding: 0;
    left: 6%;
    position: absolute;
  }
}

.ep-of__year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  position: relative;
  top: 20vh;
  position: absolute;
  right: 11%;
  max-width: 275px;
  top: 150px;
}

@media screen and (max-width: 991px) {
  .ep-of__year {
    top: 34vh;
    left: 34%;
    max-width: 275px;
  }
}

@media screen and (max-width: 576px) {
  .ep-of__year {
    height: 184px;
    position: absolute;
    width: 100%;
    left: 190px;
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .ep-of__year--women {
    top: 125px;
    left: 48%;
    max-width: 275px;
  }
}

@media screen and (max-width: 576px) {
  .ep-of__year--women {
    height: 184px;
    position: absolute;
    width: 100%;
    left: 190px;
    font-size: 24px;
  }
}

.collection-yellow__text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  background: rgba(255, 210, 65, 0.8);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 50%;
  height: 305px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .collection-yellow__text {
    font-size: 24px;
    height: 184px;
    top: 60%;
    position: absolute;
    width: 100%;
    max-width: 190px;
  }
}

.h-90 {
  height: 90vh !important;
}

.pb-20 {
  padding-bottom: 20vh;
}

.collection-dark__text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  background: rgba(51, 51, 51, 0.9);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 50%;
  height: 264px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .collection-dark__text {
    max-width: 140px;
    font-size: 24px;
    height: 140px;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    font-size: 18px;
  }
}

.block-news {
  margin-bottom: 100px;
  list-style: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.block-news li {
  width: 49%;
}

@media screen and (max-width: 991px) {
  .block-news li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .block-news {
    margin-bottom: 0;
  }
  .block-news li {
    margin-bottom: 15px;
  }
}

.block-news li:first-child:nth-last-child(2) {
  width: 49%;
  float: left;
}

@media screen and (max-width: 767px) {
  .block-news li:first-child:nth-last-child(2) {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
}

.block-news li:last-child:nth-child(2) {
  width: 49%;
  float: right;
  margin-top: 105px;
}

@media screen and (max-width: 767px) {
  .block-news li:last-child:nth-child(2) {
    width: 100%;
    float: none;
    margin-bottom: 25px;
    margin-top: 0;
  }
}

.block-news li:first-child:nth-last-child(3) {
  width: calc(50% - 10px);
  float: left;
}

@media screen and (max-width: 767px) {
  .block-news li:first-child:nth-last-child(3) {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
}

.block-news li:nth-child(2):nth-last-child(2) {
  width: calc(50% - 10px);
  float: right;
  margin-top: 280px;
}

@media screen and (max-width: 767px) {
  .block-news li:nth-child(2):nth-last-child(2) {
    width: 100%;
    float: none;
    margin-bottom: 25px;
    margin-top: 0;
  }
}

.block-news li:last-child:nth-child(3) {
  width: calc(50% - 10px);
  float: left;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .block-news li:last-child:nth-child(3) {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
}

.block-news li:first-child:nth-last-child(4) {
  width: calc(50% - 10px);
  float: left;
}

@media screen and (max-width: 767px) {
  .block-news li:first-child:nth-last-child(4) {
    width: 100%;
    float: none;
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

.block-news li:nth-child(2):nth-last-child(3) {
  width: calc(50% - 10px);
  float: right;
  margin-top: 115px;
}

@media screen and (max-width: 767px) {
  .block-news li:nth-child(2):nth-last-child(3) {
    width: 100%;
    float: none;
    margin-bottom: 25px;
    margin-top: 0;
  }
}

.block-news li:nth-child(3):nth-last-child(2) {
  width: calc(50% - 10px);
  float: left;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .block-news li:nth-child(3):nth-last-child(2) {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
}

.block-news li:last-child:nth-child(4) {
  width: calc(50% - 10px);
  float: right;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .block-news li:last-child:nth-child(4) {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
}

.block-news a {
  position: relative;
  display: block;
}

.block-news a .image {
  position: relative;
  width: 100%;
  height: 577px;
  overflow: hidden;
}

.block-news a .image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(139, 139, 139, 0.72);
}

.block-news a .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.block-news a .hover-text {
  width: 14em;
  height: 14em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}

.block-news a .hover-text .item {
  width: 80%;
  margin-bottom: .5em;
}

.block-news a .hover-text .date {
  color: #FFD241;
}

.block-news a .hover-text .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.block-news a .hover-text .button .icon {
  margin-left: 10px;
  font-size: 22px;
}

.block-news a .hover-block {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-news a .hover-block .hover-text {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: border-radius 0.5s, background-color 0.5s;
  -o-transition: border-radius 0.5s, background-color 0.5s;
  transition: border-radius 0.5s, background-color 0.5s;
}

.block-news a .hover-block .hover-text .button {
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
}

.block-news a:hover .hover-block .hover-text {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
  color: #333333;
  -webkit-transition: border-radius 0.5s, background-color 0.5s;
  -o-transition: border-radius 0.5s, background-color 0.5s;
  transition: border-radius 0.5s, background-color 0.5s;
  border-radius: 35px;
}

.block-news a:hover .hover-block .hover-text .date {
  color: #333333;
}

.block-news a:hover .hover-block .hover-text .button {
  opacity: 1;
  -webkit-transform: translateY(0.5em);
      -ms-transform: translateY(0.5em);
          transform: translateY(0.5em);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
}

@media screen and (max-width: 767px) {
  .block-news a .hover-block .hover-text {
    border-radius: 35px;
    background-color: rgba(255, 255, 255, 0.8);
    border-color: transparent;
    color: #333333;
    -webkit-transition: border-radius 0.5s, background-color 0.5s;
    -o-transition: border-radius 0.5s, background-color 0.5s;
    transition: border-radius 0.5s, background-color 0.5s;
  }
  .block-news a .hover-block .hover-text .date {
    color: #333333;
  }
  .block-news a .hover-block .hover-text .button {
    opacity: 1;
    -webkit-transform: translateY(0.5em);
        -ms-transform: translateY(0.5em);
            transform: translateY(0.5em);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    -o-transition: opacity 0.3s, transform 0.5s;
    transition: opacity 0.3s, transform 0.5s;
    transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
    position: relative;
    top: 30px;
    text-transform: capitalize;
  }
}

.carousel-review {
  position: relative;
  padding: 0 70px;
}

@media screen and (max-width: 767px) {
  .carousel-review picture::after {
    background: none;
  }
}

.bg-catalogue {
  position: relative;
  padding: 132px 0;
  background: #333333 url(../../img/landing/bg-dark-decor-3.svg) no-repeat left top;
}

.bg-catalogue .title {
  color: #fff;
}

.bg-catalogue:before {
  content: '';
  position: absolute;
  bottom: -1px;
  top: 35%;
  left: 0;
  right: 0;
  background: #fff url(../../img/landing/bg-light-decor-2.svg) no-repeat left bottom;
  -webkit-clip-path: polygon(0 0, 100% 23%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 23%, 100% 100%, 0 100%);
}

@media screen and (max-width: 767px) {
  .bg-catalogue:before {
    top: 47%;
  }
}

@media screen and (max-width: 767px) {
  .bg-catalogue:before {
    -webkit-clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 100%);
  }
}

.bg-catalogue .card-section:before {
  background: url(../../img/landing/line.png), url(../../img/landing/line-dark.png);
  background-size: 2px 35%, 2px 65%;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .bg-catalogue .card-section:before {
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .bg-catalogue {
    padding: 42px 0;
  }
}

.navbar-dark .navbar-toggler-icon {
  background-image: url(../../img/landing/navbar-toggler-orange-icon.svg);
}

.navbar-toggler {
  border: none;
}

@media screen and (max-width: 767px) {
  .navbar-toggler {
    position: relative;
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .home-holder-mobile {
    -webkit-clip-path: none !important;
            clip-path: none !important;
    background: url(../../img/landing/poster2.jpg) no-repeat top center;
    background-size: cover;
    height: 85vh;
  }
}

@media screen and (max-width: 991px) {
  .navbar-collapse {
    overflow: scroll;
    position: absolute;
    width: 100%;
    top: 0px;
    background: #333333;
    z-index: 10;
    text-align: center;
    left: 0;
  }
  .close-overlay {
    width: 24px;
    height: 24px;
    background-image: url(../../img/landing/close-overlay.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    right: 8%;
    top: 34px;
    z-index: 10;
  }
  .list-mobile {
    height: 100vh;
    padding: 0 25px;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .list-mobile {
    overflow-y: scroll;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 992px) {
  .scroll-mobile {
    position: relative;
    top: -25px;
  }
  .icomoon-ch-l, .icomoon-ch-r {
    color: #FFD241 !important;
    font-size: inherit !important;
  }
  .carousel-review {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .ml-15 {
    margin: -15px;
  }
}

#close-nav {
  visibility: hidden;
  width: 0;
  height: 0;
  z-index: 10;
}

.about-production {
  position: relative;
  padding: 115px 0;
  background-color: #333333;
  color: #ffffff;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .about-production {
    margin-top: 0 !important;
  }
}

.about-production:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 105px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .about-production:before {
    top: -1px;
    right: -1px;
  }
}

.about-production:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 105px 0 0 100vw;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .about-production:after {
    bottom: -1px;
  }
}

.about-production + div {
  position: relative;
  margin-top: 20px;
}

.about-production.reverse:before {
  content: none;
}

.about-production.reverse:after {
  border-style: solid;
  border-width: 0 0 250px 100vw;
  border-color: transparent transparent #ffffff transparent;
}

@media screen and (max-width: 767px) {
  .about-production.reverse:after {
    border-width: 0 0 100px 100vw;
  }
}

.about-production.reverse.bg-dark-decoration {
  background-image: url(../../img/landing/bg-dark-decor-2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.about-production.reverse + div {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .about-production.reverse + div {
    margin-top: 40px;
  }
}

.controls {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
}

.controls .control {
  background: transparent;
  border: 0;
  font-size: 23px;
  cursor: pointer;
}

.material-controls {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .material-controls {
    padding: 0 15px;
  }
}

.material-controls .control {
  background: transparent;
  border: 0;
  font-size: 40px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .material-controls .control {
    font-size: 30px;
  }
}

.material-item-control {
  display: none;
  z-index: 10;
  position: absolute;
  left: 0;
  width: 100%;
  top: 40%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .material-item-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.material-item-control .control {
  background: transparent;
  border: 0;
  font-size: 40px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .material-item-control .control {
    font-size: 30px;
  }
}

.merch-view {
  position: relative;
}

@media screen and (max-width: 767px) {
  .merch-view {
    margin-bottom: 40px;
  }
}

.merch-view__actions {
  position: relative;
  top: 1px;
  right: 7px;
}

.merch-view .merch-description {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .merch-name {
    margin-bottom: 20px;
  }
}

.header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-controls {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .product-controls {
    padding: 0 15px;
  }
}

.product-controls .control {
  background: transparent;
  border: 0;
  font-size: 40px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .product-controls .control {
    font-size: 30px;
  }
}

.material-items-controls {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
}

.material-items-controls .control {
  background: transparent;
  border: 0;
  font-size: 25px;
  cursor: pointer;
}

.carousel-about .slick-materials-items picture::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: url(../../img/landing/about-triangle-item.svg), -webkit-gradient(linear, left bottom, left top, from(#F9FAFC), to(rgba(249, 250, 252, 0)));
  background-image: url(../../img/landing/about-triangle-item.svg), -o-linear-gradient(bottom, #F9FAFC, rgba(249, 250, 252, 0));
  background-image: url(../../img/landing/about-triangle-item.svg), linear-gradient(to top, #F9FAFC, rgba(249, 250, 252, 0));
  background-repeat: no-repeat;
  background-position: left bottom;
}

.breadcrumbs-mobile {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 16px;
  font-weight: 600;
}

.order-1-mobile {
  -webkit-box-ordinal-group: initial;
      -ms-flex-order: initial;
          order: initial;
}

@media screen and (max-width: 767px) {
  .order-1-mobile {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.order-2-mobile {
  -webkit-box-ordinal-group: initial;
      -ms-flex-order: initial;
          order: initial;
}

@media screen and (max-width: 767px) {
  .order-2-mobile {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.polyurethane {
  position: relative;
}

.polyurethane picture::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .polyurethane picture::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
  }
}

.materials-carousel {
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .materials-carousel {
    margin-bottom: -54px;
  }
}

.z-1 {
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .material-advantages {
    background-image: url(../../img/landing/shadow-triangle.png);
    background-repeat: no-repeat;
    background-size: 78% 16%;
    z-index: 10;
    background-position: 100% 56%;
  }
}

@media screen and (max-width: 767px) {
  .material-advantages h2 {
    font: 700 24px/29px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
    margin-top: 30px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .pb-main-mobile {
    padding-bottom: 0;
    background-image: none;
  }
  .pb-main-mobile .container {
    padding: 0;
  }
  .pb-main-mobile .container .carousel-control {
    padding: 0 20px;
  }
  .pb-main-mobile .container .title {
    margin-left: 15px;
  }
  .pb-main-mobile::before {
    border-width: 0 0 90px 100vw;
  }
}

.news-top {
  padding-bottom: 120px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .news-top {
    padding-bottom: 0;
    margin-bottom: 20px;
    background-image: none;
  }
}

.news-bottom {
  margin-bottom: 130px;
  position: relative;
  top: -115px;
}

@media screen and (max-width: 767px) {
  .news-bottom {
    margin-bottom: 38px;
    top: 0px;
  }
}

.container-top {
  position: relative;
}

.container-top::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../../img/landing/news-top-triangle.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-86px, -74px);
      -ms-transform: translate(-86px, -74px);
          transform: translate(-86px, -74px);
}

@media screen and (max-width: 767px) {
  .container-top::before {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .container-top h2 {
    margin-bottom: 32px;
    margin-top: 32px;
  }
}

.modal-btn--black {
  text-transform: inherit;
  background-color: #333333;
  color: #fff;
  border: none;
  -webkit-filter: drop-shadow(2px 2px 25px rgba(201, 222, 230, 0.59));
          filter: drop-shadow(2px 2px 25px rgba(201, 222, 230, 0.59));
  position: relative;
  overflow: hidden;
  padding: 10px 2px;
  font: 600 16px/22px 'opensans', 'montserrat', Arial, Helvetica, sans-serif;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.modal-btn--black span {
  z-index: 1;
}

.modal-btn--black:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -88px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -1;
}

.modal-btn--black:hover {
  cursor: pointer;
  background: #FFD241;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
}

.modal-btn--black:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.modal-btn--black:active {
  background: #FFE884;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
}

.modal-close {
  content: url(../../img/landing/close--modal-button.svg);
  position: absolute;
  right: 35px;
  top: 24px;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
}

.modal-header {
  border-bottom: none;
}

.modal-heading {
  text-transform: capitalize;
  font: 700 36px/44px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
}

.modal-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-container .from-group {
  position: relative;
}

.modal-email {
  margin-bottom: 32px;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  -webkit-box-shadow: 2px 2px 25px rgba(201, 222, 230, 0.59);
          box-shadow: 2px 2px 25px rgba(201, 222, 230, 0.59);
}

.modal-email:focus {
  background-color: #fff;
  border-color: #FFD241;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(185, 170, 34, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(185, 170, 34, 0.25);
}

.modal-password {
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  position: relative;
  padding-right: 50px;
  -webkit-box-shadow: 2px 2px 25px rgba(201, 222, 230, 0.59);
          box-shadow: 2px 2px 25px rgba(201, 222, 230, 0.59);
}

.modal-password:focus {
  background-color: #fff;
  border-color: #FFD241;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(185, 170, 34, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(185, 170, 34, 0.25);
}

.modal-registration-btn {
  margin-bottom: 25px;
  text-transform: capitalize;
  border: none;
  background-color: #fff;
  -webkit-filter: drop-shadow(2px 2px 25px rgba(201, 222, 230, 0.59));
          filter: drop-shadow(2px 2px 25px rgba(201, 222, 230, 0.59));
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  color: #333;
  font: 600 16px/22px 'opensans', 'montserrat', Arial, Helvetica, sans-serif;
  text-align: center;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.modal-registration-btn span {
  z-index: 1;
}

.modal-registration-btn:hover {
  cursor: pointer;
  text-decoration: none;
  color: #333;
  background: #FFD241;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
}

.modal-registration-btn:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.modal-registration-btn:after {
  background: #000;
  content: "";
  height: 155px;
  left: -88px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -1;
}

.modal-registration-btn:active {
  background: #FFE884;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
}

.modal-signin-btn {
  margin-bottom: 25px;
}

.modal-actions {
  margin-top: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.button-transparent {
  background-color: transparent !important;
}

.button-transparent:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.password-icon {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 7px;
  width: 24px;
  height: 24px;
  background: url(../../img/landing/eye-see.svg) no-repeat;
}

.password-icon--crossed {
  position: absolute;
  right: 10px;
  top: 7px;
  width: 24px;
  height: 24px;
  background: url(../../img/landing/eye-crossed.svg) no-repeat;
}

.signin-form .has-error {
  position: relative;
}

.signin-form .has-error .help-text {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  color: #FF958C;
  font-size: 16px;
  max-width: 90%;
  -webkit-transform: translate(0px, 2.5em);
      -ms-transform: translate(0px, 2.5em);
          transform: translate(0px, 2.5em);
}

.signin-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.signin-form .form-group {
  position: relative;
}

.modal-registration {
  padding-top: 63px;
  padding-bottom: 40px;
  max-width: 476px;
  height: 798px;
  background: url(../../img/landing/signin-background.svg) #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 767px) {
  .modal-registration {
    height: 561px;
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.modal .registration-header {
  margin-bottom: 34px;
}

.modal-steps {
  width: 100%;
  margin-bottom: 32px;
}

.modal-steps ul {
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.modal-steps li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 56px;
  list-style: none;
  margin: 0 7px;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #fff;
  background-color: #A6B0BC;
  position: relative;
}

.modal-steps li:first-child {
  margin-left: 0;
}

.register-form {
  height: 100%;
  width: 100%;
}

.register-form input {
  -webkit-box-shadow: 2px 2px 25px rgba(201, 222, 230, 0.59);
          box-shadow: 2px 2px 25px rgba(201, 222, 230, 0.59);
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.register-form input:focus {
  background-color: #fff;
  border-color: #FFD241;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(185, 170, 34, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(185, 170, 34, 0.25);
}

.registration-action {
  margin-top: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.registration-action button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.step-active {
  background-color: #FFD241 !important;
}

.step-active::after {
  content: '';
  position: absolute;
  right: -13px;
  top: 0;
  width: 0;
  height: 0;
  border-width: 21px 0 21px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #FFD241;
}

.registration-question {
  font: 400 18px/27px 'opensans', Arial, Helvetica, sans-serif;
  text-align: center;
  color: #A6B0BC;
}

.registration-question a {
  text-decoration: none;
  margin-left: 7px;
  color: #fed241;
}

.register-form.has-error {
  position: relative;
}

.register-form.has-error .help-text {
  top: -6px;
  margin: 0;
  position: relative;
  right: 0;
  color: #FF958C;
  font-size: 16px;
  max-width: 100%;
  text-align: right;
}

.drop-down {
  -webkit-box-shadow: 2px 2px 25px rgba(201, 222, 230, 0.59);
          box-shadow: 2px 2px 25px rgba(201, 222, 230, 0.59);
  position: relative;
}

.drop-down.option {
  position: relative;
}

.drop-down .options {
  position: absolute;
  z-index: 2;
  width: 100%;
}

.drop-down .selected a {
  background: #fff no-repeat scroll right center;
  display: block;
  padding-right: 20px;
  width: 100%;
  text-decoration: none;
  color: #A6B0BC;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.drop-down .selected a:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 767px) {
  .drop-down .selected a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 0;
  }
}

.drop-down .selected a span {
  cursor: pointer;
  display: block;
}

.drop-down .options ul {
  background: #fff none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 0px 0px;
  left: 0px;
  top: 32px;
  width: auto;
  min-width: 170px;
  max-height: 233px;
  overflow-y: scroll;
}

.drop-down .options ul::-webkit-scrollbar {
  width: 6px;
  border-radius: 22px;
}

.drop-down .options ul::-webkit-scrollbar-track {
  background: transparent;
}

.drop-down .options ul::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 22px;
  background: #FFD241;
  -webkit-box-shadow: inset 0 0 6px #FFD241;
}

.drop-down .options ul::-webkit-scrollbar-thumb:window-inactive {
  background: #FFD241;
}

.drop-down .options ul::scrollbar-track-color {
  background: transparent;
}

.drop-down .selected span.value, .drop-down .options span.value {
  display: none;
}

.drop-down .options ul li a {
  padding: 5px;
  display: block;
  text-decoration: none;
  font: 400 18px/27px 'opensans', Arial, Helvetica, sans-serif;
  color: #333;
  margin-left: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.drop-down .options ul li a:hover {
  background: #F9FAFC;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.selected-list-item {
  color: #FFD241 !important;
}

.slide-colection__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 684px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: 17vh;
}

@media screen and (max-width: 991px) {
  .slide-colection__buttons {
    position: relative;
    top: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.slide-colection__buttons--women {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 684px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: 75vh;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .slide-colection__buttons--women {
    position: absolute;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.btn-slide-orange {
  border-radius: 0;
  font: 600 16px/22px 'opensans', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  max-width: 337px;
  width: 100%;
  color: #333;
  background: #FFD241;
  padding: 9px 0px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
}

.btn-slide-orange:hover {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #fff;
}

.btn-slide-orange:active {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #fff;
}

.m-263 {
  min-width: 263px;
}

.btn-slide__white {
  width: 100%;
  border-radius: 0;
  font: 600 16px/22px 'opensans', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  background: #fff;
  max-width: 337px;
  padding: 9px 0px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  color: #333;
}

.btn-slide__white:hover {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #FFD241;
  text-decoration: none;
}

.btn-slide__white:active {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #FFD241;
  text-decoration: none;
}

.btn-slide__white--rounded {
  border-radius: 50%;
  max-width: 125px;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333;
  color: #FFD241;
}

.btn-slide__white--rounded:hover {
  color: #333;
  background-color: #FFD241;
}

.collection-actions {
  position: absolute;
  bottom: 20%;
  width: 100%;
  display: grid;
  justify-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 0px;
}

.dark-slide {
  font: 700 48px/67px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 67px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .dark-slide {
    font: 700 48px/67px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
    font-style: normal;
    text-align: left;
    color: #fff;
  }
}

@media screen and (max-width: 576px) {
  .dark-slide {
    font: 700 38px/53px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
    font-style: normal;
    text-align: left;
    color: #fff;
  }
}

.bg-slider-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 9% 24%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 9% 24%);
  position: relative;
  z-index: -1;
}

.bg-slider-center {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .bg-slider-center {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 576px) {
  .bg-slider-center {
    position: relative;
  }
}

.new-collection__text {
  max-width: 337px;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .new-collection__text {
    text-align: left;
  }
}

.collection-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../../img/landing/bg-main-man.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-position: center center;
}

.collection-slide__second {
  background: url(../../img/landing/banner-slide-2.jpg);
  background-size: cover !important;
}

.collection-slide__third {
  background: url(../../img/landing/banner-slide-3.jpg);
  background-size: cover !important;
}

@media screen and (max-width: 767px) {
  .collection-slide {
    grid-template-columns: none;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .collection-slide__mobile {
    background: none;
  }
}

.collection-slide__mobile__man {
  background-image: url(../../img/landing/slide-bg_main.png), url(../../landing/man-legs.png);
}

.collection-slide__mobile__women {
  background-image: url(../../img/landing/slide-bg_main.png), url(../../landing/women-legs-main-slider.png);
}

.collection-slide-full {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
  position: relative;
  min-height: 25rem;
  background: #333;
  position: relative;
  background: url(../../img/landing/slider-main-all.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background-position: 0 0;
}

.collection-slide-half {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  position: relative;
  min-height: 25rem;
}

.collection-slide-half::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 100vw 460px 0px;
  border-color: #0000 #0000 #333 #0000;
  position: absolute;
  bottom: -1px;
  right: 25%;
  z-index: 0;
}

.collection-slide-half::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 320px 0 0 100vw;
  border-color: #333 #0000 #0000 #0000;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  left: 48%;
}

@media screen and (max-width: 991px) {
  .collection-slide-wrapper {
    position: relative;
    background: none;
    z-index: -2;
  }
  .collection-slide-wrapper::after {
    content: '';
    height: 100%;
    position: absolute;
    width: 100vw;
    background: url(../../img/landing/woman-main-mobile.jpg);
    background-repeat: no-repeat;
    right: 0;
    background-size: cover;
    top: 0;
    z-index: -2;
    bottom: 0;
  }
}

@media screen and (max-width: 576px) {
  .collection-slide-wrapper {
    position: relative;
    background: none;
    z-index: -1;
  }
  .collection-slide-wrapper::after {
    background-position: 43% 24%;
  }
}

@media screen and (max-width: 991px) {
  .collection-slide-wrapper__man {
    position: relative;
    background: none;
  }
  .collection-slide-wrapper__man::after {
    content: '';
    height: 100%;
    position: absolute;
    width: 100vw;
    background: url(../../img/landing/man-main-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    z-index: -2;
    bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .collection-slide-wrapper__man {
    position: relative;
    background: none;
    z-index: -1;
  }
  .collection-slide-wrapper__man::after {
    content: '';
    height: 100%;
    position: absolute;
    width: 100vw;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: 43% 24%;
    top: 0;
    background-image: url(../../img/landing/man-mobile-banner.png);
    background-size: contain;
    z-index: -2;
    bottom: 0;
    background-position: 0 85%;
    background-size: cover;
  }
}

@media screen and (max-width: 991px) and (orientation: landscape) {
  .collection-slide-wrapper__man::after {
    background-position: 0 75%;
  }
}

@media screen and (max-width: 991px) {
  .collection-slide-wrapper__women {
    position: relative;
    background: none;
  }
  .collection-slide-wrapper__women::after {
    content: '';
    height: 100%;
    position: absolute;
    width: 100vw;
    background: url(../../img/landing/woman-main-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    z-index: -2;
    bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .collection-slide-wrapper__women {
    position: relative;
    background: none;
    z-index: -1;
  }
  .collection-slide-wrapper__women::after {
    content: '';
    height: 100%;
    position: absolute;
    width: 100vw;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: 43% 24%;
    top: 0;
    background-image: url(../../img/landing/women-mobile-banner.png);
    background-size: contain;
    z-index: -2;
    bottom: 0;
    background-position: 0 0%;
    background-size: cover;
  }
}

@media screen and (max-width: 991px) and (orientation: landscape) {
  .collection-slide-wrapper__women::after {
    background-position: 100% 18%;
  }
}

@media screen and (max-width: 767px) {
  .youtube-background {
    display: none;
  }
}

.color-dark-white {
  font: 700 78px/109px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 78px;
  line-height: 140%;
  color: #333;
  background: #fff;
  padding: 17px 18px 6px 13px;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .color-dark-white {
    font: 700 58px/81px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
  }
}

.carousel-main .carousel-indicators {
  bottom: 25px;
}

.h-85 {
  height: 85vh !important;
}

@media screen and (max-width: 991px) {
  .h-85 {
    display: block !important;
    min-height: 25rem;
  }
}

.h-100 {
  height: 100vh !important;
}

@media screen and (max-width: 991px) {
  .h-100 {
    display: block !important;
    min-height: 25rem;
  }
}

.h-90 {
  height: 90vh !important;
}

@media screen and (max-width: 991px) {
  .h-90 {
    display: block !important;
    min-height: 25rem;
  }
}

.carousel-control-next.main-big-slider-next {
  opacity: .9;
}

.carousel-control-next.main-big-slider-next:hover {
  -webkit-transition: all .3 ease;
  -o-transition: all .3 ease;
  transition: all .3 ease;
  opacity: 1;
}

.carousel-control-prev.main-big-slider-prev {
  opacity: .9;
  -webkit-transition: all .3 ease;
  -o-transition: all .3 ease;
  transition: all .3 ease;
}

.carousel-control-prev.main-big-slider-prev:hover {
  -webkit-transition: all .3 ease;
  -o-transition: all .3 ease;
  transition: all .3 ease;
  opacity: 1;
}

.carousel-control-next-icon.main-big-slider-icon::after {
  content: url(../../img/landing/arrow-right-main.svg);
  position: absolute;
  -webkit-transition: all .3 ease;
  -o-transition: all .3 ease;
  transition: all .3 ease;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.carousel-control-prev-icon.main-big-slider-icon::after {
  content: url(../../img/landing/arrow-left-main.svg);
  position: absolute;
  -webkit-transition: all .3 ease;
  -o-transition: all .3 ease;
  transition: all .3 ease;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.carousel-indicators .indicator-rounded {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  margin-left: 6px;
  text-indent: -999px;
  background-color: #ffffff80;
  border-radius: 50%;
  border: 1px solid #CACED3;
  background-color: #0000 !important;
}

.carousel-indicators .indicator-rounded.active {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  width: 25px;
  border-radius: 7px;
  background-color: #CACED3 !important;
}

.color-black {
  color: #333 !important;
}

.from-group {
  position: relative;
}

.step-1 {
  height: 100%;
}

.step-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.step-2 .registration-action {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin-bottom: 0;
}

.step-2 .registration-action .modal-next {
  margin-bottom: 16px;
}

.step-2 .custom-checkbox {
  font: 400 18px/27px 'opensans', Arial, Helvetica, sans-serif;
  color: #A6B0BC;
}

.step-3 .registration-action {
  width: 100%;
  position: absolute;
  bottom: 19px;
  text-transform: inherit;
}

.step-3 .registration-action button {
  text-transform: inherit;
}

.registration-congratulation {
  text-align: center;
}

.registration-congratulation h2 {
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  .registration-congratulation h2 {
    margin-top: 55px;
    font: bold 24px/29px 'montserrat', Arial, Helvetica, sans-serif;
  }
}

.registration-success {
  margin-top: 45px;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .registration-success {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.drop-down-production .options {
  z-index: 1;
}

.drop-down-production .options ul li a {
  padding-left: 55px;
}

.drop-down-production .options ul li a {
  position: relative;
}

.selected-option {
  position: relative;
}

.selected-option::before {
  content: '';
  width: 16px;
  height: 12px;
  position: absolute;
  background: url(../../img/landing/selected-option.svg) no-repeat;
  right: 0;
  top: 12px;
  left: 15px;
}

.top-relative-header {
  position: relative;
  top: -35px;
}

.selected .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

nav .product-category {
  display: none;
  background: #333;
  position: absolute;
  -webkit-transition: opacity 300ms, visibility 300ms;
  -o-transition: opacity 300ms, visibility 300ms;
  transition: opacity 300ms, visibility 300ms;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
  padding: 30px 0;
}

@media screen and (max-width: 991px) {
  nav .product-category {
    padding: 0;
    position: relative;
    display: none;
    margin-top: 20px;
    left: 15px;
    right: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 991px) {
  .navbar li ul.product-category {
    visibility: visible;
    opacity: 1;
    display: none;
  }
  .navbar li > .product-subcategory {
    display: none;
    visibility: visible;
    opacity: 1;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .product-category a {
    position: relative;
  }
  .product-category a::after {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    content: url(../../img/landing/arrow-down-mobile.svg);
    right: 0;
    top: -2px;
    position: absolute;
  }
}

@media screen and (max-width: 991px) {
  .type-item a {
    background: transparent;
  }
  .type-item a::after {
    content: none;
  }
}

.category-item {
  list-style: none;
  margin: 25px 35px;
}

.category-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .category-item a {
    text-align: left;
  }
}

.category-item a:hover {
  color: #FFD241;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .category-item a:hover {
    color: inherit;
  }
}

.category-item a img {
  width: 46px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .category-item {
    margin-top: 0 !important;
    margin-left: 0;
  }
  .category-item a {
    display: block !important;
  }
}

.product-subcategory {
  display: none;
  background: #333;
  position: absolute;
  padding: 30px 0;
  width: 100%;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 300ms, visibility 300ms;
  -o-transition: opacity 300ms, visibility 300ms;
  transition: opacity 300ms, visibility 300ms;
}

@media screen and (max-width: 767px) {
  .product-subcategory {
    display: none;
    padding: 0;
    margin-top: 20px;
  }
}

.subcategory-item {
  list-style: none;
  margin: 21px 35px;
}

@media screen and (max-width: 991px) {
  .subcategory-item {
    margin-top: 0 !important;
    margin-left: 0;
    margin: 15px 35px;
    margin-right: 0;
  }
  .subcategory-item a {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
  }
}

.product-type {
  background: #333;
  position: absolute;
  display: none;
  padding: 30px 0;
  padding-bottom: 0;
  width: 100%;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 300ms, visibility 300ms;
  -o-transition: opacity 300ms, visibility 300ms;
  transition: opacity 300ms, visibility 300ms;
}

.product-type .divider {
  width: 1px;
  height: 66px;
  background: #A6B0BC;
  position: relative;
  top: 30px;
}

@media screen and (max-width: 991px) {
  .product-type {
    display: none;
    position: relative;
    padding: 0;
    padding-left: 0;
    margin-top: 15px;
    background: #333;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    opacity: 1;
    visibility: visible;
  }
}

.type-item {
  list-style: none;
  margin: 21px 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.type-item p {
  margin-top: auto;
}

@media screen and (max-width: 991px) {
  .type-item {
    margin-top: 0 !important;
    margin: 0;
    margin-left: 20px;
  }
  .type-item img {
    width: 10%;
    display: inline-block;
    margin: 10px 0;
  }
  .type-item p {
    margin-left: 10px;
    width: 60%;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .type-item img {
    width: 15%;
    display: inline-block;
  }
}

.carousel-control-prev, .carousel-control-next {
  width: 15% !important;
}

.active > a {
  color: #FFD241;
}

@media screen and (max-width: 991px) {
  .active > a {
    color: #FFD241;
    border-bottom: none !important;
  }
}

.subheader {
  color: #333;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.product-search input {
  border: 0;
  outline: 0;
  background: none;
  width: 0;
  -webkit-transition: width 0.4s linear;
  -o-transition: width 0.4s linear;
  transition: width 0.4s linear;
  font: 600 14px/130% 'opensans', Arial, Helvetica, sans-serif;
  border-bottom: 1px solid transparent;
  margin-right: 0px;
  caret-color: #FFD241;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0), inset 0 0 0 100px #fff;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0), inset 0 0 0 100px #fff;
}

@media screen and (max-width: 992px) {
  .product-search input {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .product-search input {
    position: absolute;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.product-search a {
  display: inline-block;
  position: relative;
  top: 5px;
}

@media screen and (max-width: 767px) {
  .product-search a {
    top: 2px;
    position: relative;
    right: 0;
  }
}

.product-search .form-group {
  margin-bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .product-search .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  .product-search {
    width: 100%;
  }
  .product-search form {
    width: 100%;
  }
}

.product-input {
  width: 450px !important;
  -webkit-transition: width 0.4s linear;
  -o-transition: width 0.4s linear;
  transition: width 0.4s linear;
  border-bottom: 1px solid #A6B0BC !important;
}

@media screen and (max-width: 992px) {
  .product-input {
    max-width: 340px !important;
  }
}

@media screen and (max-width: 767px) {
  .product-input {
    max-width: 100% !important;
    width: 100% !important;
  }
}

.ic-search {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url(../../img/landing/search-icon-black.svg);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.close-search {
  width: 12px;
  height: 13px;
  display: inline-block;
  background: url(../../img/landing/close-black.svg);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: absolute;
  right: 42px;
  top: 9px;
  display: none;
}

@media screen and (max-width: 992px) {
  .close-search {
    top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .close-search {
    top: 4px;
  }
}

.close-search:hover {
  cursor: pointer;
}

.ic-search-orange {
  background: url(../../img/landing/search-icon-orange.svg) right no-repeat !important;
}

.product-sort {
  z-index: 10;
  font: 600 14px/130% 'opensans', Arial, Helvetica, sans-serif;
  min-width: 175px;
  margin-top: 1rem;
}

.product-sort .selected a span {
  cursor: pointer;
  display: block;
}

.product-sort .options ul {
  overflow-y: auto;
  -webkit-box-shadow: 0px 10px 25px rgba(201, 222, 230, 0.3);
          box-shadow: 0px 10px 25px rgba(201, 222, 230, 0.3);
}

.product-sort .options ul li a {
  font: 600 14px/130% 'opensans', Arial, Helvetica, sans-serif;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 20px;
  margin: 0;
}

.product-sort .drop-down {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-sort .form-control {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .product-sort {
    margin-top: 0;
  }
  .product-sort .form-group {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 576px) {
  .product-sort {
    max-width: 130px;
  }
}

.sort-arrow-down {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: url(../../img/landing/aroow-down-dropdown-black.svg) no-repeat;
  width: 16px;
  height: 11px;
  display: inline-block;
  margin-left: 14px;
  position: relative;
  top: 2px;
}

.sort-arrow-up {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url(../../img/landing/arrow-down-dropdown.svg) no-repeat;
  width: 16px;
  height: 11px;
  display: inline-block;
  margin-left: 14px;
  position: relative;
  top: 2px;
}

.option-arrow-down {
  position: relative;
}

.option-arrow-down::after {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  content: '';
  width: 14px;
  height: 9px;
  position: absolute;
  background: url(../../img/landing/arrow-down-dropdown.svg) no-repeat right center;
  right: 0;
  top: 13px;
  right: 20px;
}

.option-arrow-up {
  position: relative;
}

.option-arrow-up::after {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  content: '';
  width: 14px;
  height: 9px;
  position: absolute;
  background: url(../../img/landing/arrow-down-dropdown.svg) no-repeat right center !important;
  right: 0;
  top: 13px;
  right: 20px;
}

.product-sort .selected a span {
  color: #333;
}

@media screen and (max-width: 767px) {
  .product-sort .selected a span {
    text-align: right;
  }
}

@media (max-width: 1366px) and (hover: none) {
  .product-item .product-actions {
    opacity: 1;
    visibility: visible;
  }
}

.product-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 303px));
  width: 100%;
  gap: 17px 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1440px) {
  .product-section {
    grid-template-columns: repeat(auto-fit, minmax(269px, 269px));
  }
}

@media screen and (max-width: 1200px) {
  .product-section {
    grid-template-columns: repeat(auto-fit, minmax(300px, 305px));
  }
}

@media screen and (max-width: 992px) {
  .product-section {
    grid-template-columns: repeat(auto-fit, minmax(300px, 0.5fr));
  }
}

@media screen and (max-width: 767px) {
  .product-section {
    grid-template-columns: repeat(auto-fit, minmax(290px, 350px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10px;
    margin-bottom: 55px;
  }
}

.product-item {
  padding: 17px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .product-item {
    -webkit-box-shadow: 0px 0px 50px rgba(164, 178, 187, 0.12);
            box-shadow: 0px 0px 50px rgba(164, 178, 187, 0.12);
  }
}

.product-item:hover {
  -webkit-box-shadow: 0px 0px 50px rgba(164, 178, 187, 0.12);
          box-shadow: 0px 0px 50px rgba(164, 178, 187, 0.12);
}

.product-item:hover .product-actions {
  visibility: visible;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.product-item:hover .product-img:first-of-type {
  display: none;
}

.product-item:hover .product-img:last-of-type {
  display: block;
}

.product-item .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.product-item .header-hit {
  text-transform: capitalize;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  color: #FFD241;
}

@media screen and (max-width: 767px) {
  .product-item .product-actions {
    visibility: visible;
    opacity: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

.product-star {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 18px;
  height: 16px;
  background: url(../../img/landing/star.svg) no-repeat;
  border: none;
  margin-right: 15px;
  cursor: pointer;
}

.product-star__big {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 22px;
  height: 22px;
  background: url(../../img/landing/star-big.svg) no-repeat;
  border: none;
  margin-right: 15px;
  cursor: pointer;
}

.product-star__big--active {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 24px;
  height: 22px;
  background: url(../../img/landing/star-black-big.svg) no-repeat;
  border: none;
  margin-right: 15px;
  cursor: pointer;
}

.product-like {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 16px;
  height: 16px;
  background: url(../../img/landing/like-img.svg) no-repeat;
  border: none;
  margin-right: 15px;
  cursor: pointer;
  position: relative;
  top: 1px;
}

.product-like__big {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 22px;
  height: 21px;
  background: url(../../img/landing/like-img-big.svg) no-repeat;
  border: none;
  margin-right: 13px;
  cursor: pointer;
}

.product-like__big--active {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 22px;
  height: 21px;
  background: url(../../img/landing/like-big-active.svg) no-repeat;
  border: none;
  margin-right: 13px;
  cursor: pointer;
}

.product-like--active {
  background: url(../../img/landing/like-active.svg) no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 16px;
  height: 16px;
  border: none;
  margin-right: 15px;
  cursor: pointer;
}

.product-dislike {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 16px;
  height: 16px;
  background: url(../../img/landing/dislike.svg) no-repeat;
  border: none;
  margin-right: 15px;
  cursor: pointer;
  position: relative;
  top: 1px;
}

.product-dislike--active {
  background: url(../../img/landing/dislike-active-dashed-md.svg) no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 16px;
  height: 16px;
  border: none;
  margin-right: 15px;
  cursor: pointer;
}

.product-dislike__big {
  background: url(../../img/landing/like-dashed-big-img.svg) no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 22px;
  height: 22px;
  border: none;
  margin-right: 15px;
  cursor: pointer;
}

.product-dislike__big--active {
  background: url(../../img/landing/dislike-active-dashed.svg) no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 22px;
  height: 22px;
  border: none;
  margin-right: 15px;
  cursor: pointer;
}

.product-bag {
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../../img/landing/shopping-bag.svg) no-repeat;
  border: none;
  cursor: pointer;
}

.product-view figure figcaption {
  text-align: center;
  text-transform: capitalize;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  color: #A6B0BC;
}

@media screen and (max-width: 991px) {
  .product-view figure figcaption {
    margin-top: 15px;
  }
}

.product-view figure a {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-img {
  max-height: 200px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .product-img {
    width: auto;
  }
}

.product-img:last-of-type {
  display: none;
}

.product-description p {
  text-transform: capitalize;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  color: #A6B0BC;
  margin-bottom: 10px;
}

.product-description span {
  text-transform: capitalize;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  color: #333;
  margin-left: 5px;
}

.product-actions {
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
}

.product-details {
  width: 100%;
  border: 1px solid #333333;
  text-align: center;
  text-transform: capitalize;
  font: 600 16px/22px 'opensans', Arial, Helvetica, sans-serif;
  color: #333;
  background: #fff;
  padding: 10px;
  margin-top: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-details:hover {
  color: #333;
  background: #FFD241;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
}

.product-details:active {
  background: #FFE884;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
}

.product-buy {
  width: 100%;
  border: none;
  text-align: center;
  font: 600 16px/22px 'opensans', Arial, Helvetica, sans-serif;
  color: #FFD241;
  background: #fff;
  padding: 10px;
  margin-top: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-buy:hover {
  color: #FFE884;
}

.product-buy:active {
  color: #333;
}

.star-active {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../../img/landing/star-black.svg) no-repeat;
}

.star-big-active {
  background: url(../../img/landing/star-black-big.svg) no-repeat !important;
}

.bag-active {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../../img/landing/shopping-bag-black.svg) no-repeat;
}

.product-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
}

.product-item > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bg-products {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.also-might-like .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.also-might-like .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.auth-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
}

.auth-state em {
  margin-right: 5px;
}

.go-top {
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(../../img/landing/arrrow-up.svg) no-repeat;
  right: 30px;
  bottom: 220px;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

@media screen and (max-width: 767px) {
  .go-top {
    width: 50px;
    height: 50px;
    background-size: cover;
    right: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    right: 16px;
    z-index: 10;
  }
}

.product-filter {
  z-index: 10;
  border: none;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  margin-right: 26px;
  background: transparent;
  cursor: pointer;
  color: #333;
  position: relative;
  padding: 0;
  padding-right: 30px;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../../img/landing/filter-icon-black.svg) no-repeat;
  background-position: 100% 50%;
}

@media screen and (max-width: 576px) {
  .product-filter {
    margin-right: 0;
  }
}

.toggle-sidebar {
  -ms-flex-preferred-size: 388px !important;
      flex-basis: 388px !important;
  visibility: visible !important;
  -webkit-animation: SHW .5s;
          animation: SHW .5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media screen and (max-width: 991px) {
  .toggle-sidebar {
    min-width: 290px;
  }
}

@media screen and (max-width: 767px) {
  .toggle-sidebar {
    min-width: auto;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

.toggle-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.sidebar-products {
  height: auto;
  width: 0;
  position: relative;
  z-index: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 0px 50px rgba(164, 178, 187, 0.12);
          box-shadow: 0px 0px 50px rgba(164, 178, 187, 0.12);
  visibility: hidden;
}

.sidebar-products::-webkit-scrollbar {
  width: 10px;
  border-radius: 22px;
}

.sidebar-products::-webkit-scrollbar-track {
  background: transparent;
}

.sidebar-products::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 22px;
  background: #E3EAF4;
  -webkit-box-shadow: inset 0 0 6px #E3EAF4;
}

.sidebar-products::-webkit-scrollbar-thumb:window-inactive {
  background: #E3EAF4;
}

.sidebar-products::scrollbar-track-color {
  background: transparent;
}

.sidebar-container {
  padding-left: 93px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 17px;
  position: relative;
}

.sidebar-header {
  position: relative;
  margin-bottom: 34px;
}

.sidebar-header p {
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  position: relative;
}

.close-sidebar {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(../../img/landing/close-black.svg) no-repeat;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: absolute;
  right: 28px;
  top: 25px;
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .close-sidebar {
    right: 0;
    top: 10px;
  }
}

.filter-arrow-down::after {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  content: '';
  width: 14px;
  height: 9px;
  position: absolute;
  background: url(../../img/landing/aroow-down-dropdown-black.svg) no-repeat right center;
  right: 0;
  top: 15px;
}

.filter-type {
  position: relative;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #A6B0BC;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-arrow-up::after {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  content: '';
  width: 14px;
  height: 9px;
  position: absolute;
  background: url(../../img/landing/aroow-down-dropdown-black.svg) no-repeat right center !important;
  right: 0;
  top: 15px;
}

.filter-dropdown {
  width: 100%;
}

.filter-dropdown label {
  display: block;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.filter-dropdown label:hover {
  cursor: pointer;
}

.filter-options ul {
  list-style: none;
  padding-left: 27px;
  display: none;
  padding-left: 0;
}

.filter-options ul li {
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #333;
  margin-bottom: 20px;
  cursor: pointer;
}

.filter-options ul li:first-child {
  margin-top: 20px;
}

.selected-filter {
  position: relative;
}

.selected-filter::before {
  content: '';
  width: 16px;
  height: 12px;
  position: absolute;
  background: url(../../img/landing/selected-option.svg) no-repeat;
  right: 0;
  top: 3px;
  left: -30px;
}

.filter-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  width: 100%;
}

.selected-count {
  display: none;
  width: 24px;
  height: 24px;
  background: #FFD241;
  position: relative;
  top: -2px;
  right: -10px;
  text-align: center;
  padding-top: 2px;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  color: #fff;
}

.size-filter ul {
  display: none;
  grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
  width: 100%;
  gap: 3px 25px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.size-filter ul li:first-child {
  margin-top: 0;
}

.size-filter .selected-filter::before {
  left: -25px;
}

.toggle-grid {
  margin-top: 10px;
  display: grid !important;
  padding-left: 0 !important;
}

.toggle-height {
  display: grid !important;
}

.filter-active {
  color: #FFD241;
  background: url(../../img/landing/filter-icon-orange.svg) no-repeat;
  background-position: 104% 54%;
}

.kolodka-filter .filter-options {
  display: none;
}

.filter-searchbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.filter-searchbar input[type="search"] {
  border: none;
  border-bottom: 1px solid #A6B0BC;
  caret-color: #FFD241;
  width: 100%;
}

.kolodka-search {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 35px;
          flex: 1 1 35px;
  border: none;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../../img/landing/search-icon-black.svg) no-repeat;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  cursor: pointer;
  background-position: right;
}

.kolodka-filter ul {
  max-height: 240px;
  overflow-y: scroll;
  margin-top: 25px;
  position: relative;
}

.kolodka-filter ul::-webkit-scrollbar {
  width: 10px;
  border-radius: 22px;
}

.kolodka-filter ul::-webkit-scrollbar-track {
  background: transparent;
}

.kolodka-filter ul::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 22px;
  background: #E3EAF4;
  -webkit-box-shadow: inset 0 0 6px #E3EAF4;
}

.kolodka-filter ul::-webkit-scrollbar-thumb:window-inactive {
  background: #E3EAF4;
}

.kolodka-filter ul::scrollbar-track-color {
  background: transparent;
}

.kolodka-filter ul li:first-of-type {
  margin-top: 0;
}

.kolodka-filter ul::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 9%;
  bottom: 0;
  left: 0;
  background: box-shadow(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 64.06%);
}

.kolodka-close {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(../../img/landing/close-black.svg);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: absolute;
  right: 34px;
  top: 23px;
  cursor: pointer;
}

.height-filter ul {
  grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
  width: 100%;
  gap: 3px 40px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.thickness-filter ul {
  display: none;
  grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
  width: 100%;
  gap: 3px 25px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.small-slider {
  position: relative;
  padding: 0 15%;
  margin-top: 100px;
}

@media screen and (max-width: 1200px) {
  .small-slider {
    margin-top: 30px;
  }
}

.small-slider .slick-slide {
  margin-right: 15px;
}

.small-slider .slick-slide img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  vertical-align: super;
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .small-slider {
    display: none;
  }
}

.slider-item-controls {
  position: absolute;
  left: 0;
  width: 100%;
  top: -10px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-item-controls .control {
  background: transparent;
  border: 0;
  font-size: 8px;
  cursor: pointer;
}

.mat-item-next {
  position: relative;
}

.mat-item-next::before {
  width: 29px;
  height: 10px;
  position: absolute;
  right: 0;
  background: url(../../img/landing/arrow-next.svg) no-repeat;
  content: '';
  left: initial;
}

.mat-item-prev::after {
  width: 29px;
  height: 10px;
  position: absolute;
  background: url(../../img/landing/arrow-next.svg) no-repeat;
  content: '';
  left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.merch {
  margin-bottom: 150px;
}

.merch-combination__active {
  border: 1px solid #FFD241 !important;
}

.merch-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  width: 100%;
  gap: 10px 10%;
}

.merch-next {
  position: relative;
}

.merch-next::before {
  width: 29px;
  height: 10px;
  position: absolute;
  right: 0;
  background: url(../../img/landing/arrow-next.svg) no-repeat;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  content: '';
  left: 10px;
}

.merch-prev::after {
  width: 29px;
  height: 10px;
  position: absolute;
  background: url(../../img/landing/arrow-next.svg) no-repeat;
  content: '';
  right: 10px;
}

.merch-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.merch-hit {
  font: 600 14px/19px 'opensans', Arial, Helvetica, sans-serif;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #FFD241;
}

.merch-hit-fixed {
  min-height: 46px;
}

.merch-hit span {
  display: block;
  margin-bottom: 8px;
}

.merch-star {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 21px;
  height: 21px;
  background: url(../../img/landing/star-big.svg) no-repeat;
  border: none;
  cursor: pointer;
}

.merch .slick-slider {
  z-index: 10;
}

.merch-status {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 2px solid #DCE3EB;
  width: 100%;
  display: inline-block;
  margin-top: auto;
}

.merch-status--active {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 2px solid #FFD241 !important;
  width: 100%;
  display: inline-block;
}

.merch-name {
  margin-top: 0;
  color: #333;
  font: bold 24px/29px 'montserrat', Arial, Helvetica, sans-serif;
}

.merch-material span {
  margin-left: 12px;
  color: #333;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
}

.merch-type span {
  margin-left: 12px;
  color: #333;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
}

.merch-style span {
  margin-left: 12px;
  color: #333;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
}

.merch-kolodka span {
  margin-left: 12px;
  color: #333;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
}

.merch-seazon span {
  margin-left: 12px;
  color: #333;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
}

.merch-sizes span {
  margin-left: 12px;
  color: #333;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 767px) {
  .merch-about {
    margin-top: 24px;
  }
}

.merch-about p:not(.text-grey) {
  white-space: break-spaces;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #333;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
}

.merch-actions {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .merch-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.merch-actions button:first-of-type {
  width: 50%;
  border: none;
  background: transparent;
  position: relative;
  cursor: pointer;
  padding: 10px 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .merch-actions button:first-of-type {
    width: 100%;
  }
}

.merch-actions button:first-of-type:hover {
  color: #FFD241;
}

.merch-actions button:first-of-type:active {
  color: #333;
}

.merch-actions button:last-of-type {
  padding: 10px 0;
  cursor: pointer;
  width: 50%;
  border: none;
  background: #333;
  font: 600 16px/22px 'opensans', Arial, Helvetica, sans-serif;
  color: #FFF;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767px) {
  .merch-actions button:last-of-type {
    width: 100%;
    margin-top: 20px;
  }
}

.merch-actions button:last-of-type:hover {
  background: #FFD241;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
  color: #fff;
}

.merch-actions button:last-of-type:active {
  background: #FFE884;
}

.merch-colors {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  list-style: none;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .merch-colors {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(115px, 1fr));
    list-style: none;
    padding-left: 0;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.merch-colors li {
  text-align: center;
}

.merch-colors p {
  margin-top: 8px;
  color: #333;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: inherit;
}

.merch-combinations {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 23px;
  list-style: none;
  padding-left: 0;
}

@media screen and (max-width: 1199px) {
  .merch-combinations {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .merch-combinations {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    padding-left: 0;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

@media screen and (max-width: 576px) {
  .merch-combinations {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.merch-combinations li {
  text-align: center;
  position: relative;
}

.merch-combinations li:hover {
  cursor: pointer;
}

.merch-combinations li::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #DCE3EB;
}

.merch-combinations h4 {
  margin-top: 8px;
  color: #333;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: inherit;
}

.merch-combinations p {
  font: 400 12px/16px 'opensans', Arial, Helvetica, sans-serif;
  text-align: center;
}

.merch-combinations__image {
  padding: 30px 9px;
  border: 1px solid #DCE3EB;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 150px;
}

.merch-combinations__image img {
  max-width: 100%;
}

.example-photo {
  padding: 0 10px;
}

@media screen and (max-width: 992px) {
  .example-photo {
    padding: 0;
  }
}

.text-grey {
  color: #A6B0BC;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}

.slider-single img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .slider-single img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .slider-single img {
    width: 100%;
    padding: 20px;
  }
}

.slider-single .slick-slide {
  height: 350px;
}

.slider-single .slick-current {
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.small-slider .slick-prev, .slick-next {
  display: none !important;
}

.slider-nav .slick-slide {
  cursor: pointer;
}

.might-like {
  width: 100%;
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .might-like {
    margin-top: 77px;
  }
}

.might-like > h2 {
  text-align: center;
  font: bold 24px/29px 'montserrat', Arial, Helvetica, sans-serif;
}

.shoes-example {
  width: 100%;
  margin-top: 180px;
}

.shoes-example > h2 {
  text-align: center;
  font: bold 24px/29px 'montserrat', Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 767px) {
  .shoes-example > h2 {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .shoes-example {
    margin-top: 50px;
  }
}

.example-photos {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .example-photos {
    margin-top: 75px;
  }
}

.example-photo {
  cursor: pointer;
}

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

.white-section-fix {
  margin-top: -140px !important;
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .white-section-fix {
    margin-top: -85px !important;
  }
}

@media screen and (max-width: 767px) {
  .white-section-fix {
    margin-top: -165px !important;
  }
}

@media screen and (max-width: 767px) {
  .mb-sm-fix {
    margin-bottom: 0 !important;
  }
}

.shoes-dialog {
  -webkit-box-shadow: 10px 10px 79px -20px rgba(0, 0, 0, 0.75);
          box-shadow: 10px 10px 79px -20px rgba(0, 0, 0, 0.75);
  display: block;
  width: 731px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (max-width: 767px) {
  .shoes-dialog {
    max-height: 420px;
    width: 95%;
    bottom: 0;
  }
}

.combination-dialog {
  max-width: 738px;
  max-height: 731px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 10px 10px 79px -20px rgba(0, 0, 0, 0.75);
          box-shadow: 10px 10px 79px -20px rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 767px) {
  .combination-dialog {
    max-height: 420px;
  }
}

.shoes-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: auto;
  background: #fff;
  top: 0;
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .shoes-content {
    height: 100%;
  }
}

.shoes-modal-close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 32px;
  height: 32px;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 1;
  content: url(../../img/landing/close--modal-button.svg);
  cursor: pointer;
  background: transparent;
}

@media screen and (max-width: 767px) {
  .shoes-modal-close {
    right: 5px;
  }
}

.combination-modal-close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 32px;
  height: 32px;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 1;
  content: url(../../img/landing/close--modal-button.svg);
  cursor: pointer;
  background: transparent;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 0px;
  width: 0px;
  outline: none;
  border-radius: 50%;
  border: none;
  background-image: none;
}

.carousel-control-next-icon:after {
  content: url(../../img/landing/arrow-next.svg);
  position: relative;
  top: 3px;
}

.carousel-control-prev-icon:after {
  content: url(../../img/landing/arrow-prev.svg);
  position: relative;
  top: 3px;
}

.carousel-control-next, .carousel-control-prev {
  width: 8%;
}

.carousel-control-next span, .carousel-control-prev span {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.shoes-example-next-icon {
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 50%;
  padding: 0 10px;
}

.shoes-example-prev-icon {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 50%;
  padding: 0 10px;
}

.combination-example-next-icon {
  position: absolute;
  right: 0;
  padding: 0 31px;
}

@media screen and (max-width: 576px) {
  .combination-example-next-icon {
    padding: 0 5px;
  }
}

.shoes-example-prev-icon {
  position: absolute;
  left: 0;
  padding: 0 10px;
}

.combination-example-prev-icon {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 50%;
  padding: 0 31px;
}

@media screen and (max-width: 576px) {
  .combination-example-prev-icon {
    padding: 0 5px;
  }
}

.combination-example-prev {
  bottom: 90px;
  position: absolute;
  left: 0;
  z-index: 50;
}

.combination-example-next {
  bottom: 20%;
  position: absolute;
  bottom: 90px;
  right: 0;
  z-index: 50;
}

.shoes-example-next-icon:after {
  content: url(../../img/landing/arrow-next.svg);
  position: relative;
  top: -1px;
}

.shoes-example-prev-icon:after {
  content: url(../../img/landing/arrow-prev.svg);
  position: relative;
  top: 0px;
}

.combination-example-next-icon:after {
  content: url(../../img/landing/arrow-next.svg);
  position: relative;
  top: -1px;
}

.combination-example-prev-icon:after {
  content: url(../../img/landing/arrow-prev.svg);
  position: relative;
  top: 0px;
}

.carousel-control-next:hover span, .carousel-control-prev:hover span {
  border-color: #FFD241;
  background: #FFD241;
}

.shoes-content .carousel-item img {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
}

.carousel-indicators li {
  background-color: rgba(255, 210, 65, 0.5);
  cursor: pointer;
}

.carousel-indicators .active {
  background-color: #ffd241;
  cursor: pointer;
}

.product-category .active-section {
  color: #FFD241 !important;
}

@media screen and (max-width: 767px) {
  .product-category .active-section::after {
    content: url(../../img/landing/arrow-up-mobile.svg);
    right: 0;
    top: -2px;
    position: absolute;
  }
}

.nav-production {
  position: relative;
  display: block !important;
}

@media screen and (max-width: 767px) {
  .nav-production::after {
    content: url(../../img/landing/arrow-down-mobile.svg);
    right: 20px;
    top: -2px;
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .nav-production.active-section::after {
    content: url(../../img/landing/arrow-up-mobile.svg);
    right: 20px;
    top: -2px;
    position: absolute;
  }
}

.mobile-back {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile-back {
    display: block;
  }
}

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

@media screen and (max-width: 767px) {
  .product-criteria {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1rem;
    margin-bottom: 1px;
    padding-bottom: 15px;
  }
}

.sidebar-products-m {
  position: relative;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 10px;
  padding-left: 25px;
  -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
}

.sidebar-container-m {
  padding: 0;
  position: relative;
}

.toggle-main-m {
  margin-left: 0;
}

.production-container-m {
  display: none;
}

@-webkit-keyframes SHW {
  from {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes SHW {
  from {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.reset-filter {
  border: none;
  background: transparent;
  font: 600 15px/18px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  padding: 0;
  color: #FFD241;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.reset-filter:hover {
  color: #FFE884;
}

.reset-filter:active {
  color: #333;
}

.product-navigation {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.product-navigation ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0;
}

.product-navigation ul li:not(:last-child) {
  margin-right: 24px;
}

.product-navigation a {
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #A6B0BC;
}

.product-navigation a:hover {
  text-decoration: none;
}

.product-navigation .active-page {
  color: #333;
}

.product-find {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (max-width: 767px) {
  .product-find {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 15px;
  }
}

.active-item {
  position: relative;
  color: #FFD241 !important;
}

@media screen and (max-width: 991px) {
  .active-item {
    color: #FFD241 !important;
    text-decoration: none !important;
  }
}

.active-item::after {
  content: '';
  background: #FFD241;
  width: 100%;
  height: 2px;
}

@media screen and (max-width: 991px) {
  .active-item::after {
    width: auto;
    background: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    content: url(../../img/landing/arrow-down-mobile.svg);
    right: 0;
    top: -2px;
    position: absolute;
  }
}

.products-section {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .products-section {
    padding-left: 0;
    margin-top: 0;
  }
}

.products-section .card-section__item .hover-block {
  background: none;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

@media screen and (max-width: 767px) {
  .products-section .card-section__item .hover-block {
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
    background: rgba(139, 139, 139, 0.61);
  }
}

@media screen and (max-width: 767px) {
  .products-section .row [class*='col']:nth-child(3n+2) .card-section__item {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .products-section .card-section__item {
    width: 100%;
    margin: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  h1.catalogue-title {
    font: 700 24px/29px 'montserrat', Arial, Helvetica, sans-serif;
  }
}

@media screen and (max-width: 1199px) {
  .products-section .card-section__item .hover-text .label {
    margin: 15px 0;
  }
}

@media screen and (max-width: 991px) {
  .products-section .card-section__item .hover-text .label {
    margin: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .products-section .card-section__item .hover-text .label {
    height: 0;
    margin-bottom: 80px;
    border: none;
    border-radius: none;
    font-weight: 600;
  }
}

.card-section__item .hover-text {
  height: 80%;
}

@media screen and (max-width: 1200px) {
  .card-section__item .hover-text {
    padding: 2em;
    height: 85%;
  }
}

@media screen and (max-width: 992px) {
  .card-section__item .hover-text {
    padding: 0.3em;
  }
}

@media screen and (max-width: 767px) {
  .card-section__item .hover-text {
    padding: 1em;
    min-height: 262px;
    height: 52%;
  }
}

@media screen and (max-width: 1200px) {
  .products-section .card-section__item .hover-text {
    padding: 2em;
  }
}

@media screen and (max-width: 767px) {
  .products-section .card-section__item .hover-text {
    padding-top: 80px;
    padding-bottom: 35px;
    width: 79%;
  }
}

@media screen and (max-width: 992px) {
  .products-section .card-section__item .hover-text {
    padding: .5em;
  }
}

@media screen and (max-width: 767px) {
  .products-section .card-section__item .hover-text {
    padding: 2em;
  }
}

.products-download {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .products-section .card-section__item .hover-text .item {
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  .products-section .card-section__item .hover-text .button {
    font: 600 16px/22px 'opensans', Arial, Helvetica, sans-serif;
    text-transform: capitalize;
  }
}

.bg-material-dark.bg-pos-fix {
  padding-bottom: 155px;
}

.product-preview {
  -webkit-box-shadow: 0px 0px 25px rgba(164, 178, 187, 0.12);
          box-shadow: 0px 0px 25px rgba(164, 178, 187, 0.12);
  text-align: center;
  padding-bottom: 17px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .product-preview {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 10px;
  }
}

.product-preview figcaption {
  margin-top: 25px;
  font: 700 24px/29px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 767px) {
  .product-preview figcaption {
    position: relative;
    top: -5px;
    padding-bottom: 50px;
  }
}

.product-preview img {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .product-preview img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .product-preview img {
    width: 100%;
  }
}

.category-title {
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #A6B0BC;
  margin-bottom: 8px;
  display: inline-block;
}

.combination-title {
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #333;
  margin-top: 8px;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .combination-title {
    margin-top: 0;
    display: block;
  }
}

.confirmation-title {
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #333;
  margin-top: 8px;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .confirmation-title {
    margin-top: 0;
  }
}

.checkout-color .option-arrow-down {
  position: relative;
}

.checkout-color .option-arrow-down::after {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  content: '';
  width: 14px;
  height: 9px;
  position: absolute;
  background: url(../../img/landing/aroow-down-dropdown-black.svg) no-repeat right center;
  right: 0;
  top: 15px;
  right: 20px;
}

.checkout-color .option-arrow-up {
  position: relative;
}

.checkout-color .option-arrow-up::after {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  content: '';
  width: 14px;
  height: 9px;
  position: absolute;
  background: url(../../img/landing/arrow-down-dropdown.svg) no-repeat right center !important;
  right: 0;
  top: 15px;
  right: 20px;
}

.checkout-color__img .option-arrow-down {
  position: relative;
}

.checkout-color__img .option-arrow-down::after {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  content: '';
  width: 14px;
  height: 9px;
  position: absolute;
  background: url(../../img/landing/aroow-down-dropdown-black.svg) no-repeat right center;
  right: 0;
  top: 15px;
  right: 20px;
}

.checkout-color__img .option-arrow-up {
  position: relative;
}

.checkout-color__img .option-arrow-up::after {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  content: '';
  width: 14px;
  height: 9px;
  position: absolute;
  background: url(../../img/landing/arrow-down-dropdown.svg) no-repeat right center !important;
  right: 0;
  top: 15px;
  right: 20px;
}

.checkout-color .selected a {
  background: #fff no-repeat scroll right center;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #A6B0BC;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.checkout-color .selected a:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 767px) {
  .checkout-color .selected a {
    padding-right: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 0;
  }
}

.checkout-color .selected a span {
  cursor: pointer;
  display: block;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
}

.checkout-color__img .selected a {
  background: #fff no-repeat scroll right center;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #A6B0BC;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.checkout-color__img .selected a:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 767px) {
  .checkout-color__img .selected a {
    padding-right: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 0;
  }
}

.checkout-color__img .selected a span {
  cursor: pointer;
  display: block;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 15px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.checkout-color {
  -webkit-box-shadow: 0px 0px 25px rgba(164, 178, 187, 0.12);
          box-shadow: 0px 0px 25px rgba(164, 178, 187, 0.12);
  position: relative;
}

.checkout-color .options {
  position: absolute;
  z-index: 2;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .checkout-color .options {
    z-index: 10;
  }
}

.checkout-color .options ul {
  background: #fff none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 0px 0px;
  left: 0px;
  top: 32px;
  width: auto;
  min-width: 170px;
  max-height: 233px;
  overflow-y: scroll;
}

.checkout-color .options ul::-webkit-scrollbar {
  width: 6px;
  border-radius: 22px;
}

.checkout-color .options ul::-webkit-scrollbar-track {
  background: transparent;
}

.checkout-color .options ul::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 22px;
  background: #FFD241;
  -webkit-box-shadow: inset 0 0 6px #FFD241;
}

.checkout-color .options ul::-webkit-scrollbar-thumb:window-inactive {
  background: #FFD241;
}

.checkout-color .options ul::scrollbar-track-color {
  background: transparent;
}

.checkout-color .options ul li a {
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #333;
  padding: 9px 5px 9px 15px;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.checkout-color .options ul li a:hover {
  background: #F9FAFC;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.checkout-color .value {
  display: none;
}

.checkout-color__img {
  -webkit-box-shadow: 0px 10px 25px rgba(201, 222, 230, 0.3);
          box-shadow: 0px 10px 25px rgba(201, 222, 230, 0.3);
  position: relative;
}

.checkout-color__img .options {
  position: absolute;
  z-index: 2;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .checkout-color__img .options {
    z-index: 10;
  }
}

.checkout-color__img .options ul {
  background: #fff none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 0px 0px;
  left: 0px;
  top: 32px;
  width: auto;
  min-width: 170px;
  max-height: 233px;
  overflow-y: scroll;
}

.checkout-color__img .options ul::-webkit-scrollbar {
  width: 6px;
  border-radius: 22px;
}

.checkout-color__img .options ul::-webkit-scrollbar-track {
  background: transparent;
}

.checkout-color__img .options ul::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 22px;
  background: #FFD241;
  -webkit-box-shadow: inset 0 0 6px #FFD241;
}

.checkout-color__img .options ul::-webkit-scrollbar-thumb:window-inactive {
  background: #FFD241;
}

.checkout-color__img .options ul::scrollbar-track-color {
  background: transparent;
}

.checkout-color__img .options ul li a {
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  color: #333;
  padding: 9px 5px 9px 15px;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.checkout-color__img .options ul li a:hover {
  background: #F9FAFC;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.checkout-color__img .value {
  display: none;
}

.main-content.checkout .checkout-item {
  margin-bottom: 25px;
}

.checkout-color .selected span.value, .drop-down .options span.value {
  display: none;
}

.checkout-color__img .selected span.value, .drop-down .options span.value {
  display: none;
}

.quantity {
  margin-top: auto;
}

.quantity__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(58px, 75px));
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 20px;
  position: relative;
}

@media screen and (max-width: 992px) {
  .quantity__container {
    grid-template-columns: repeat(auto-fit, minmax(42px, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .quantity__container {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 576px) {
  .quantity__container {
    padding-bottom: 50px;
  }
}

.quantity__container--custom {
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
}

@media screen and (max-width: 767px) {
  .quantity__container--custom {
    grid-template-columns: repeat(4, 1fr);
  }
}

.quantity__input {
  position: relative;
}

.quantity__input input {
  border: none;
  -webkit-box-shadow: 0px 0px 25px rgba(164, 178, 187, 0.12);
          box-shadow: 0px 0px 25px rgba(164, 178, 187, 0.12);
  height: 40px;
  padding: 6px 6px;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  max-width: 100%;
  padding-right: 30px;
  position: relative;
  z-index: 2;
}

.quantity__input input::-webkit-outer-spin-button, .quantity__input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input input::-webkit-input-placeholder {
  color: #A6B0BC;
  opacity: 1;
}

.quantity__input input::-moz-placeholder {
  color: #A6B0BC;
  opacity: 1;
}

.quantity__input input:-ms-input-placeholder {
  color: #A6B0BC;
  opacity: 1;
}

.quantity__input input::-ms-input-placeholder {
  color: #A6B0BC;
  opacity: 1;
}

.quantity__input input::placeholder {
  color: #A6B0BC;
  opacity: 1;
}

.quantity__input input:-ms-input-placeholder {
  color: #A6B0BC;
}

.quantity__input input::-ms-input-placeholder {
  color: #A6B0BC;
}

.quantity__input input:focus {
  -webkit-box-shadow: 0px 0px 25px rgba(164, 178, 187, 0.12);
          box-shadow: 0px 0px 25px rgba(164, 178, 187, 0.12);
}

.quantity__input span {
  position: absolute;
  font: 600 9px/12px 'opensans', Arial, Helvetica, sans-serif;
  color: #A6B0BC;
  right: 7px;
  bottom: 14px;
  z-index: 2;
}

.quantity__delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: -25px;
  bottom: 12px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .quantity__delete {
    right: 0;
    top: -102px;
    display: inline-table;
  }
  .quantity__delete img {
    margin-left: 6px;
  }
}

.quantity input[type="number"] {
  -moz-appearance: textfield;
}

.quantity__result {
  height: 40px;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  max-width: 100%;
  padding-right: 30px;
  position: relative;
  z-index: 2;
}

.quantity__result p {
  margin-top: 8px;
}

.quantity__result p span {
  font: 600 9px/12px 'opensans', Arial, Helvetica, sans-serif;
  color: #A6B0BC;
  margin-left: 5px;
}

.quantity-order__container {
  grid-template-columns: repeat(auto-fit, minmax(58px, 70px));
  display: grid;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 20px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .quantity-order__container {
    grid-template-columns: repeat(auto-fit, minmax(58px, 60px));
  }
}

@media screen and (max-width: 767px) {
  .quantity-order__container {
    row-gap: 0px;
  }
}

.add-position {
  font: 600 16px/22px 'opensans', Arial, Helvetica, sans-serif;
  color: #333;
  display: inline-block;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .add-position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.add-position img {
  margin-right: 9px;
}

@media screen and (max-width: 767px) {
  .item-position {
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: center;
  }
}

.checkout {
  background: url(../../img/landing/checkout-background.svg) no-repeat;
  background-position: 100% 100%;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .checkout {
    background: none;
  }
}

.checkout-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 16px 24px;
  background: #F9FAFC;
  cursor: pointer;
}

.checkout-header img {
  margin-right: 22px;
}

.checkout-header p {
  margin: 0;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
}

.checkout-item {
  position: relative;
}

@media screen and (max-width: 767px) {
  .checkout-item {
    margin-bottom: 0px;
  }
  .checkout-item:last-child::before {
    content: none !important;
  }
  .checkout-item:last-of-type:not(:first-child) {
    margin-bottom: 80px;
  }
  .checkout-item:not(:first-child)::before {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    background: #D5E5EB;
    top: -6px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.checkout-item--bordered {
  padding-bottom: 15px;
  padding-top: 25px;
  border-bottom: 1px solid #D5E5EB;
}

.checkout-item--bordered:first-of-type {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .checkout-item {
    border-bottom: none;
  }
}

.checkout-order {
  font: 600 16px/22px 'opensans', Arial, Helvetica, sans-serif;
  position: absolute;
  right: -16px;
  top: 45px;
  background: #333;
  color: #fff;
  text-align: center;
  border: none;
  width: 364px;
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767px) {
  .checkout-order {
    top: auto;
    bottom: 31px;
    margin-left: 15px;
    margin-right: 15px;
    right: 0;
    left: 0;
    width: calc(100% - 30px);
  }
}

.checkout-order:hover {
  background-color: #FFD241;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
  color: #333;
}

.checkout-order:hover span::before {
  position: relative;
  content: url(../../img/landing/shopping-bag-active.svg);
  left: -10px;
  top: 4px;
}

.checkout-order:active {
  background: #FFE884;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
  color: #333;
}

.checkout-order:active span::before {
  position: relative;
  content: url(../../img/landing/shopping-bag-active.svg);
  left: -10px;
  top: 4px;
}

.checkout-order span::before {
  position: relative;
  content: url(../../img/landing/shopping-bag-white.svg);
  left: -10px;
  top: 4px;
}

.item-option {
  font-size: 0;
  position: relative;
}

@media screen and (max-width: 992px) {
  .item-option {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .item-option {
    margin-top: 50px;
    margin-bottom: 20px;
    font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  }
  .item-option::after {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    background: #D5E5EB;
    top: -41px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.item-option__checkout {
  margin-top: 10px;
}

.item-option__checkout:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .checkout .breadcrumbs ul {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .item-options {
    margin-top: 0px;
    position: relative;
  }
}

.no-border {
  border: none !important;
}

.no-border:after {
  content: none;
}

.no-border.item-option {
  margin-top: 30px;
}

.no-border.item-option .options {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkout-modal {
  border-radius: 0;
  max-width: 476px;
}

@media screen and (max-width: 767px) {
  .checkout-modal {
    max-width: 332px;
  }
}

.position-modal {
  border: none !important;
  border-radius: 0;
  max-width: 90vw;
}

@media screen and (max-width: 767px) {
  .position-modal {
    max-width: 90vw;
  }
}

.cart-modal {
  border-radius: 0;
  max-width: 430px;
}

@media screen and (max-width: 767px) {
  .cart-modal {
    max-width: 332px;
  }
}

.unregistered-modal {
  padding: 130px 65px;
  border-radius: 0;
  padding-bottom: 60px;
  max-width: 476px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.unregistered-modal__text {
  margin-bottom: 80px;
}

@media screen and (max-width: 576px) {
  .unregistered-modal {
    padding: 130px 35px;
    padding-bottom: 60px;
  }
}

.unregistered-modal h3 {
  font: 700 24px/29px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
}

.checkout-preview {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  position: relative;
}

.checkout-preview::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #D5E5EB;
  bottom: -11px;
}

@media screen and (max-width: 767px) {
  .checkout-preview {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
  }
}

.cart-preview {
  margin-top: 55px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  position: relative;
}

.cart-preview::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #D5E5EB;
  bottom: -11px;
}

@media screen and (max-width: 767px) {
  .cart-preview {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
  }
}

.cart-preview:last-child::after {
  content: none;
}

.checkout-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .checkout-image {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}

.checkout-image img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .checkout-image img {
    width: auto;
    padding: 10px;
  }
}

.checkout-image h3 {
  margin-bottom: 5px;
  margin-top: 17px;
}

.checkout-info {
  position: relative;
}

.checkout-info h3 {
  font: 700 24px/29px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 767px) {
  .checkout-info h3 {
    padding: 0 25px;
  }
}

.checkout-info h3 a {
  color: #333;
}

.checkout-info h3 a:hover {
  text-decoration: none;
}

.checkout-info ul {
  list-style: none;
  padding-left: 0;
}

.checkout-info ul li {
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  color: #A6B0BC;
}

.checkout-info ul li:not(:last-child) {
  margin-bottom: 8px;
}

.checkout-info ul li span {
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  color: #333;
  margin-left: 12px;
}

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

.close-checkout {
  display: inline-block;
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .close-checkout {
    z-index: 100;
  }
}

.row-80 {
  min-height: 80%;
}

.checkout-body {
  margin-top: 15px;
  padding-left: 24px;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .checkout-body {
    padding-left: 0;
  }
}

.buy-list {
  padding-left: 0;
  list-style: none;
  max-height: 430px;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  .buy-list {
    max-height: 275px;
  }
}

.buy-list::-webkit-scrollbar {
  width: 10px;
}

.buy-list::-webkit-scrollbar-track {
  background: transparent;
}

.buy-list::-webkit-scrollbar-thumb {
  background: #E3EAF4;
  -webkit-box-shadow: inset 0 0 6px #E3EAF4;
}

.buy-list::-webkit-scrollbar-thumb:window-inactive {
  background: #E3EAF4;
}

.buy-list::scrollbar-track-color {
  background: transparent;
}

.buy-list-cart {
  padding-left: 0;
  list-style: none;
  max-height: 585px;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  .buy-list-cart {
    max-height: 275px;
  }
}

.buy-list-cart::-webkit-scrollbar {
  width: 10px;
}

.buy-list-cart::-webkit-scrollbar-track {
  background: transparent;
}

.buy-list-cart::-webkit-scrollbar-thumb {
  background: #E3EAF4;
  -webkit-box-shadow: inset 0 0 6px #E3EAF4;
}

.buy-list-cart::-webkit-scrollbar-thumb:window-inactive {
  background: #E3EAF4;
}

.buy-list-cart::scrollbar-track-color {
  background: transparent;
}

.buy-item {
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.buy-item:first-child {
  margin-top: 19px;
}

@media screen and (max-width: 767px) {
  .buy-item:first-child {
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .buy-item {
    margin-top: 11px;
  }
}

.buy-left p {
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  color: #A6B0BC;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.buy-left span {
  text-transform: capitalize;
  margin-left: 8px;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  color: #333;
}

.buy-right {
  margin-right: 14px;
}

.buy-right span {
  font: 600 16px/21px 'opensans', Arial, Helvetica, sans-serif;
}

.checkout-footer {
  position: relative;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 19px;
}

.checkout-footer::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #D5E5EB;
  top: -18px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .checkout-footer {
    margin-bottom: 10px;
  }
}

.cart-footer {
  position: relative;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0;
}

.cart-footer::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #D5E5EB;
  top: -18px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .cart-footer {
    margin-bottom: 10px;
  }
}

.cart-footer p {
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  color: #A6B0BC;
}

.cart-footer p span {
  margin-left: 5px;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  color: #333;
}

.checkout-close {
  font: 600 16px/22px 'opensans', Arial, Helvetica, sans-serif;
  color: #fff;
  max-width: 352px;
  background: #333;
  text-transform: capitalize;
  border: none;
  padding: 10px 0px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.checkout-close:hover {
  background-color: #FFD241;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
  color: #333;
}

.checkout-close:active {
  background: #FFE884;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
  color: #333;
}

.checkout-close span::before {
  position: relative;
  content: url(../../img/landing/shopping-bag-white.svg);
  left: -10px;
  top: 4px;
}

.checkout-close:hover span::before {
  position: relative;
  content: url(../../img/landing/shopping-bag-active.svg);
  left: -10px;
  top: 4px;
}

.checkout-step-2 {
  display: none;
  background: #fff;
  padding: 0 62px;
  background: url(../../img/landing/checkout-modal-bg.svg);
  background-position: 100% 100%;
}

@media screen and (max-width: 767px) {
  .checkout-step-2 {
    padding: 0 24px;
  }
}

.checkout-finish {
  width: 100%;
  height: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}

.checkout-finish h3 {
  font: 700 36px/44px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 767px) {
  .checkout-finish h3 {
    margin-top: 20px;
  }
}

.checkout-finish p {
  font: 400 18px/27px 'opensans', Arial, Helvetica, sans-serif;
  margin-top: 40px;
}

.checkout-end {
  position: absolute;
  bottom: 100px;
}

.checkout-dialog {
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.position-dialog {
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bad__result {
  max-width: 430px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-top: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .bad__result {
    padding: 0 15px;
  }
  .bad__result img {
    max-width: 80%;
  }
}

.bad__result p {
  text-align: center;
}

.btn__back--standart {
  font: 600 16px/22px 'opensans', Arial, Helvetica, sans-serif;
  background: #333;
  color: #fff;
  text-align: center;
  border: none;
  width: calc(100% - 60px);
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.btn__back--standart:hover {
  background-color: #FFD241;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
  color: #333;
}

.btn__back--standart:active {
  background: #FFE884;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
  color: #333;
}

@media screen and (max-width: 767px) {
  .btn__back--standart {
    width: 100%;
  }
}

.terms-content {
  background: url(../../img/landing/privacy-1.svg), url(../../img/landing/privacy-2.svg), url(../../img/landing/privacy-1.svg);
  background-repeat: no-repeat;
  background-position: 0 0, 100% 18%, 0 40%;
}

.terms h1 {
  margin: 35px 0;
  font: 700 24px/29px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
  color: #000;
}

.terms ul {
  padding-left: 0;
}

.terms li {
  font: 400 18px/27px 'opensans', Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  list-style: none;
}

.terms li:first-child {
  font-weight: bold;
}

.reset-kolodka-filter {
  cursor: pointer;
  border: none;
  background: #333;
  font: 600 16px/22px 'opensans', Arial, Helvetica, sans-serif;
  color: #FFF;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 5px 10px;
  margin-top: 15px;
}

.reset-kolodka-filter:hover {
  background: #FFD241;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
  color: #fff;
}

.privacy {
  margin-bottom: 50px;
}

.privacy ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.privacy li {
  font: 400 18px/27px 'opensans', Arial, Helvetica, sans-serif;
}

.privacy li:first-child {
  text-transform: uppercase;
  font-weight: bold;
}

.privacy h3 {
  margin: 35px 0px;
}

.privacy-content {
  background: url(../../img/landing/privacy-1.svg), url(../../img/landing/privacy-2.svg);
  background-repeat: no-repeat;
  background-position: 0 0, 100% 18%;
}

.material-icon.icon-monoblock {
  font: 700 23px/29px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
  width: 106px;
  height: 106px;
}

.monoblock {
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
  background: #ffffff url(../../img/landing/bg-material-decor-top.png) no-repeat left top 246px;
  background-size: 28% 66%;
}

.negative-mt-material {
  -webkit-transform: translateY(-19%);
      -ms-transform: translateY(-19%);
          transform: translateY(-19%);
}

.material-bg {
  background-image: none;
  background: url(../../img/landing/material-bg-dark-1.svg) 100% -65% no-repeat, url(../../img/landing/material-bg-dark-2.svg) 0% 43% no-repeat, url(../../img/landing/material-bg-dark-3.svg) 100% 95% no-repeat;
  background-size: auto;
  margin-top: -120px;
}

.mb-7 {
  margin-bottom: 7rem;
}

h2.material-title {
  font: 700 36px/44px 'montserrat', Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  h2.material-title {
    font: 700 24px/29px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
    margin-top: 30px;
    margin-bottom: 16px;
  }
}

h1.material-title {
  font: 700 45px/59px 'montserrat', Arial, Helvetica, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
}

@media screen and (max-width: 1440px) {
  h1.material-title {
    font: 700 40px/57px 'montserrat', Arial, Helvetica, sans-serif;
  }
}

@media screen and (max-width: 1200px) {
  h1.material-title {
    font: 700 31px/40px 'montserrat', Arial, Helvetica, sans-serif;
  }
}

@media screen and (max-width: 992px) {
  h1.material-title {
    font: 700 21px/32px 'montserrat', Arial, Helvetica, sans-serif;
  }
}

@media screen and (max-width: 767px) {
  h1.material-title {
    font: 700 24px/29px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
  }
}

h1.material-title > span {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  word-break: break-word;
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  h1.material-title > span {
    display: none;
  }
}

.mt-5-rem {
  margin-top: 5rem;
}

.bg-material-dark {
  padding-bottom: 145px;
}

.bg-material-dark::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 304px 8px 0px 164vw;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  bottom: 0px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .bg-material-dark::after {
    border: none;
    padding-bottom: 145px;
  }
}

.bg-material-dark::before {
  border-width: 0px 100vw 230px 0;
}

@media screen and (max-width: 1200px) {
  .bg-material-dark::before {
    border-width: 0px 100vw 175px 0;
  }
}

.mat-mb {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .mat-mb {
    margin-bottom: 0px;
  }
}

.bg-bottom-typical {
  background-position: -13px -42px;
}

@media screen and (max-width: 767px) {
  .bg-bottom-typical {
    margin-bottom: 0;
  }
}

.bg-grey-material {
  position: relative;
  background: url(../../img/landing/thermoplast-white-triangle.svg) no-repeat;
  background: #F9FAFC;
  background-position: center left;
}

.bg-grey-material::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10vw 100vw 0vw 4vw;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.bg-grey-material::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10vw 100vw 0vw 4vw;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

.bg-grey-triangle {
  background-image: url(../../img/landing/white-triangle-material.svg);
  background-position: 100% 18%;
  background-repeat: no-repeat;
}

.bg-thermoplast-bottom {
  margin-top: 90px;
  padding-bottom: 100px;
  background: url(../../img/landing/thermoplas-bottom.svg) no-repeat;
  background-position: bottom right;
}

@media screen and (max-width: 767px) {
  .bg-thermoplast-bottom {
    margin-top: 10px;
  }
}

.no-after {
  background-image: url(../../img/landing/white-triangle-material.svg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.no-after::after {
  content: none;
}

.checkout__order--white::before {
  position: relative;
  content: url(../../img/landing/bag-button.svg);
  left: -10px;
  top: 4px;
}

.merch-actions button:first-of-type:hover span::before {
  content: url(../../img/landing/shopping-bag-orange.svg);
}

.merch-actions button:first-of-type:active span::before {
  content: url(../../img/landing/shopping-bag-active.svg);
}

.ready-shoe-example {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .no-pd-mb {
    padding-left: 0;
    padding-right: 0;
  }
}

.ready-shoe-example .slick-slide img {
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .ready-shoe-example .slick-slide img {
    width: 100%;
    padding: 0 10px;
  }
}

.remove-cart {
  right: 8px;
  position: absolute;
  top: 10px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .remove-cart {
    top: 14px;
  }
}

@media screen and (max-width: 576px) {
  .remove-cart {
    top: 14px;
  }
}

.close-feedback {
  right: 8px;
  position: absolute;
  top: 10px;
  cursor: pointer;
}

.close-to-card {
  right: 8px;
  position: absolute;
  top: 10px;
  cursor: pointer;
}

.admin-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: url(../../img/landing/background-login.svg) no-repeat;
  background-position: bottom right;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.admin-login-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%;
  background: url(../../img//landing/logo-login.svg) no-repeat;
  background-position: 21% 15%;
}

@media screen and (max-width: 767px) {
  .admin-login-bg {
    background-size: contain;
    background-position: 20% 1%;
  }
}

.admin-login-bg form {
  max-width: 360px;
  width: 100%;
}

.admin-login-bg form input[type="text"], .admin-login-bg form input[type="password"] {
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .admin-login-bg form {
    padding: 0 15px;
  }
}

.admin-login-bg .form-control {
  -webkit-box-shadow: 2px 2px 25px rgba(201, 222, 230, 0.59);
          box-shadow: 2px 2px 25px rgba(201, 222, 230, 0.59);
}

.admin-login-bg .form-group {
  position: relative;
}

.admin-login-bg button[type='submit'] {
  margin-top: 85px;
  max-width: 360px;
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
  border: none;
  background: #333;
  font: 600 16px/22px 'opensans', Arial, Helvetica, sans-serif;
  color: #FFF;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.admin-login-bg button[type='submit']:hover {
  background: #FFD241;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
  color: #fff;
}

.admin-login-bg button[type='submit']:active {
  background: #FFE884;
}

@media screen and (max-width: 992px) {
  .bg-border-mobile::after {
    border-width: 172px 0 0 200vw;
  }
  .bg-border-mobile::before {
    border-width: 0px 100vw 130px 0;
  }
}

@media screen and (max-width: 767px) {
  .bg-border-mobile {
    padding-bottom: 150px;
  }
  .bg-border-mobile:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100vw 50px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
  }
  .bg-border-mobile:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 0 100vw;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.success-window {
  background: url(../../img/landing/success-bg.svg) no-repeat;
  background-position: bottom right;
}

@media screen and (max-width: 767px) {
  .success-window {
    background: none;
  }
}

.main-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: url(../../img/landing/background-login.svg) no-repeat;
  background-position: bottom right;
  background-color: #fff;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .main-login {
    background: none;
  }
}

.main-login h1 {
  font: 700 24px/29px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
  margin-bottom: 65px;
  text-align: center;
}

.main-login form {
  margin-top: 10vh;
  max-width: 420px;
  width: 100%;
}

.main-login form input[type="text"], .main-login form input[type="password"] {
  margin-bottom: 16px;
}

.main-login form input[type="text"]:focus, .main-login form input[type="password"]:focus {
  font-size: 18px;
  color: #333;
}

@media screen and (max-width: 767px) {
  .main-login form {
    margin-top: 9vh;
    padding: 0 15px;
    margin-bottom: 75px;
    max-width: 100%;
  }
}

.main-login .form-control {
  -webkit-box-shadow: 2px 2px 25px rgba(201, 222, 230, 0.59);
          box-shadow: 2px 2px 25px rgba(201, 222, 230, 0.59);
}

.main-login .form-group {
  position: relative;
}

.main-forgot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-forgot a {
  font: 400 14px/22px 'opensans', Arial, Helvetica, sans-serif;
  color: #333333;
}

.login-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (max-width: 767px) {
  .login-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.login-actions button[type='submit'] {
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
  border: none;
  background: #333;
  font: 600 16px/22px 'opensans', Arial, Helvetica, sans-serif;
  color: #FFF;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-left: 0px;
  border-radius: 0;
  margin-top: 10px;
}

.login-actions button[type='submit']:hover {
  color: #333;
  background: #FFD241;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
}

.login-actions button[type='submit']:active {
  background: #FFE884;
}

@media screen and (max-width: 767px) {
  .login-actions button[type='submit'] {
    margin-left: 0;
    margin-bottom: 18px;
  }
}

.login-actions a {
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
  border: none;
  background: #fff;
  font: 600 16px/22px 'opensans', Arial, Helvetica, sans-serif;
  color: #333;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
}

.login-actions a:hover {
  background: #FFD241;
}

.login-actions a:active {
  background: #FFE884;
}

.form-group.has-error .help-block {
  position: absolute;
  top: 44px;
  left: 17px;
}

.alert-warning {
  text-align: center;
}

.alert-warning ul {
  padding-left: 0;
  margin-bottom: 0;
}

.item-news {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .item-news {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.item-triangle {
  position: relative;
}

.item-triangle::after {
  background-image: url(../../img/landing/triangle-orange-news.svg);
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: 89% 100%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(45px);
      -ms-transform: translateY(45px);
          transform: translateY(45px);
}

@media screen and (max-width: 767px) {
  .item-triangle::after {
    background-position: 92% 100%;
  }
}

.kolodka-empty {
  margin-top: 10px;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  color: #333;
}

@media screen and (min-width: 767px) {
  .col-no-pd {
    padding-left: 0;
    padding-right: 0;
  }
}

.main-registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: url(../../img/landing/background-login.svg) no-repeat;
  background-position: bottom right;
}

@media screen and (max-width: 767px) {
  .main-registration {
    padding-bottom: 120px;
    background: none;
  }
}

.mt-registration {
  margin-top: 60px;
}

.shoes-example .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.registration-title {
  font: 700 36px/44px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .registration-title {
    font: 700 24px/29px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 24px;
  }
}

.registration-form {
  margin-bottom: 50px;
  width: 100%;
}

.registration-form input {
  font: 400 1em/27px 'opensans', Arial, Helvetica, sans-serif;
  color: #333;
}

@media screen and (max-width: 992px) {
  .registration-form input {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .registration-form input {
    font: 400 1em/27px 'opensans', Arial, Helvetica, sans-serif;
  }
}

.registration-form label {
  font: 400 14px/22px 'opensans', Arial, Helvetica, sans-serif;
  color: #333;
}

.registration-form .form-control {
  padding: 7px 16px;
  -webkit-box-shadow: 2px 2px 25px rgba(201, 222, 230, 0.59);
          box-shadow: 2px 2px 25px rgba(201, 222, 230, 0.59);
}

.registration-form .form-group {
  max-width: 352px;
}

@media screen and (max-width: 767px) {
  .registration-form .form-group {
    max-width: 100%;
  }
}

.registration-border {
  position: relative;
  padding-bottom: 115px;
}

@media screen and (max-width: 767px) {
  .registration-border {
    padding-bottom: 0;
  }
}

.registration-border::after {
  content: '';
  height: 100%;
  width: 1px;
  background: #E7EDF4;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .registration-border::after {
    content: none;
  }
}

.checkbox-registration label {
  font: 400 18px/27px 'opensans', Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 992px) {
  .checkbox-registration label {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .checkbox-registration label {
    font: 400 1em/27px 'opensans', Arial, Helvetica, sans-serif;
  }
}

.checkbox-registration label a {
  color: #FFD241;
  cursor: pointer;
}

.checkbox-registration input[type="checkbox"] + label {
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .checkbox-registration {
    margin-top: 75px;
  }
}

.mg-center {
  margin-left: auto;
  margin-right: auto;
}

.work-position .option-arrow-down {
  position: relative;
}

.work-position .option-arrow-down::after {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  content: '';
  width: 14px;
  height: 9px;
  position: absolute;
  background: url(../../img/landing/arrow-down-dropdown.svg) no-repeat right center;
  right: 0;
  top: 15px;
  right: 20px;
}

.work-position .option-arrow-up {
  position: relative;
}

.work-position .option-arrow-up::after {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  content: '';
  width: 14px;
  height: 9px;
  position: absolute;
  background: url(../../img/landing/arrow-down-dropdown.svg) no-repeat right center;
  right: 0;
  top: 15px;
  right: 20px;
}

.work-position .selected a {
  background: #fff no-repeat scroll right center;
  display: block;
  padding-right: 20px;
  width: 100%;
  text-decoration: none;
  color: #A6B0BC;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
}

.work-position .selected a:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 767px) {
  .work-position .selected a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 0;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.work-position .selected a span {
  cursor: pointer;
  display: block;
  font: 400 1em/19px 'opensans', Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 992px) {
  .work-position .selected a span {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .work-position .selected a span {
    font: 400 1em/27px 'opensans', Arial, Helvetica, sans-serif;
  }
}

.work-position {
  -webkit-box-shadow: 0px 0px 25px rgba(164, 178, 187, 0.12);
          box-shadow: 0px 0px 25px rgba(164, 178, 187, 0.12);
  position: relative;
}

.work-position .options {
  position: absolute;
  z-index: 2;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .work-position .options {
    z-index: 10;
  }
}

.work-position .options ul {
  background: #fff none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 0px 0px;
  left: 0px;
  top: 32px;
  width: auto;
  min-width: 170px;
  max-height: 233px;
  overflow-y: scroll;
}

.work-position .options ul::-webkit-scrollbar {
  width: 6px;
  border-radius: 22px;
}

.work-position .options ul::-webkit-scrollbar-track {
  background: transparent;
}

.work-position .options ul::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 22px;
  background: #FFD241;
  -webkit-box-shadow: inset 0 0 6px #FFD241;
}

.work-position .options ul::-webkit-scrollbar-thumb:window-inactive {
  background: #FFD241;
}

.work-position .options ul::scrollbar-track-color {
  background: transparent;
}

.work-position .options ul li a {
  font: 400 18px/29px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #333;
  padding: 5px 5px 5px 15px;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.work-position .options ul li a:hover {
  background: #F9FAFC;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.work-position .value {
  display: none;
}

.work-position .selected span.value, .drop-down .options span.value {
  display: none;
}

.register-actions {
  position: static;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .register-actions {
    bottom: -130px;
  }
}

.register-actions button {
  padding: 10px 0;
  cursor: pointer;
  width: 100%;
  border: none;
  background: #333;
  font: 600 16px/22px 'opensans', Arial, Helvetica, sans-serif;
  color: #FFF;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.register-actions button:hover {
  background: #FFD241;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
  color: #333;
}

.register-actions button:active {
  background: #FFE884;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
  color: #333;
}

@media screen and (max-width: 992px) {
  .register-actions button {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .register-actions button {
    font: 600 16px/22px 'opensans', Arial, Helvetica, sans-serif;
  }
}

.register-actions p {
  font: 400 18px/27px 'opensans', Arial, Helvetica, sans-serif;
  color: #A6B0BC;
  margin-top: 16px;
}

@media screen and (max-width: 992px) {
  .register-actions p {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .register-actions p {
    text-align: center;
    font: 400 18px/27px 'opensans', Arial, Helvetica, sans-serif;
  }
}

.register-actions p a {
  color: #FFD241;
  cursor: pointer;
  margin-left: 5px;
}

.drop-down-production .selected a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mobile-divider {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile-divider {
    width: 100%;
    height: 1px;
    background: #E7EDF4;
    margin-top: 30px;
    margin-bottom: 25px;
    display: block;
  }
}

.title-about__top {
  position: relative;
  top: -25px;
}

@media screen and (max-width: 1199px) {
  .title-about__top {
    top: 0px;
  }
}

.text p {
  margin-bottom: 0;
}

.multiselect-selected-text {
  color: #A6B0BC;
  font: 400 18px/1.5 'opensans', Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 992px) {
  .multiselect-selected-text {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .multiselect-selected-text {
    font: 400 1em/27px 'opensans', Arial, Helvetica, sans-serif;
  }
}

.btn-multiselect {
  -webkit-box-shadow: 2px 2px 25px rgba(201, 222, 230, 0.59) !important;
          box-shadow: 2px 2px 25px rgba(201, 222, 230, 0.59) !important;
  background: #fff;
  padding-right: 20px;
  width: 352px;
  text-decoration: none;
  color: #A6B0BC;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  padding: 7px 16px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .btn-multiselect {
    width: 290px;
  }
}

@media screen and (max-width: 992px) {
  .btn-multiselect {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

@media screen and (max-width: 991px) {
  .btn-multiselect {
    width: 210px;
  }
}

@media screen and (max-width: 767px) {
  .btn-multiselect {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.dropdown-toggle::after {
  border: none;
}

.about-logo {
  position: relative;
  top: -50px;
}

@media screen and (max-width: 1199px) {
  .about-logo {
    width: 100%;
    top: 0;
  }
}

.about-production__img {
  position: relative;
  top: -100px;
}

@media screen and (max-width: 1199px) {
  .about-production__img {
    top: -50px;
  }
}

@media screen and (max-width: 991px) {
  .about-production__img {
    top: 0px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 1199px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 576px) {
  .mb-100 {
    margin-bottom: 0;
  }
}

.multiselect-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  width: 100%;
}

.multiselect-container > li > a > label {
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  font: 400 18px/29px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #333;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  margin: 0 8px !important;
}

.multiselect-container > li > a > label:hover {
  background: #F9FAFC;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.multiselect-container > li > a {
  padding: 0 10px;
}

.multiselect-container > li > a:hover {
  text-decoration: none;
}

.multiselect-container > li > a > label > input[type=checkbox] {
  display: none;
}

@media screen and (max-width: 767px) {
  span.multiselect-native-select {
    display: block;
  }
  span.multiselect-native-select .btn-group {
    width: 100%;
  }
}

span.multiselect-native-select .btn-multiselect:hover {
  cursor: pointer;
}

.filter-options input {
  display: inline-block;
  padding-top: 20px;
  font-size: 14px;
}

.filter-options input[type="checkbox"] {
  margin-right: 6px;
}

.filter-options input[type="checkbox"] {
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 8px;
  border-radius: 2px;
  position: relative;
  top: 4px;
}

.filter-options input[type="checkbox"]:checked {
  background-color: transparent;
}

.filter-options input[type="checkbox"]:checked:after {
  content: url(../../img/landing/selected-option.svg);
  font-size: 20px;
  line-height: inherit;
  position: absolute;
  top: -5px;
  left: -2px;
  color: #FFD241;
}

.filter-options input[type="checkbox"]:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  .slider-single .slick-list {
    min-height: auto;
  }
}

.account-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .account-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .account-header li.active a {
    color: #333;
  }
}

.account-header__profile {
  text-transform: capitalize;
  color: #333;
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
}

.account-header__edit {
  font: 600 16px/22px 'opensans', Arial, Helvetica, sans-serif;
  color: #333;
  position: relative;
  top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
}

.account-header__edit:hover {
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .account-header__edit {
    top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .account-header__edit {
    top: -4px;
  }
}

.account-header__edit i {
  margin-right: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.account-form {
  width: 100%;
  height: 100%;
}

.account-form input {
  font: 400 1em/27px 'opensans', Arial, Helvetica, sans-serif;
  color: #333;
}

@media screen and (max-width: 992px) {
  .account-form input {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .account-form input {
    font: 400 1em/27px 'opensans', Arial, Helvetica, sans-serif;
  }
}

.account-form label {
  font: 400 14px/22px 'opensans', Arial, Helvetica, sans-serif;
  color: #333;
}

.account-form .form-control {
  padding: 7px 16px;
  -webkit-box-shadow: 2px 2px 25px rgba(201, 222, 230, 0.59);
          box-shadow: 2px 2px 25px rgba(201, 222, 230, 0.59);
}

.account-form .form-group {
  max-width: 352px;
}

@media screen and (max-width: 767px) {
  .account-form .form-group {
    max-width: 100%;
  }
}

.account__name {
  font: 400 20px/30px 'opensans', Arial, Helvetica, sans-serif;
  color: #333;
  margin-bottom: 8px;
  margin-top: 0;
  word-break: break-all;
}

.account__position {
  font: 400 14px/22px 'opensans', Arial, Helvetica, sans-serif;
  color: #A6B0BC;
  position: relative;
}

.account__position::after {
  content: '';
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 39%;
  height: 1px;
  background: #E7EDF4;
}

.account__actions {
  padding-left: 0;
  margin-top: 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .account__actions {
    margin-bottom: 44px;
  }
  .account__actions::after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E7EDF4;
  }
}

.account__action {
  list-style: none;
  margin-bottom: 25px;
  margin-top: 0;
}

.account__action a {
  font: 600 16px/22px 'opensans', Arial, Helvetica, sans-serif;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account__action a:hover {
  text-decoration: none;
}

.account__action a i {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 12px;
}

.account-field:last-of-type {
  margin-bottom: 0;
}

.account-field__name {
  font: 400 14px/22px 'opensans', Arial, Helvetica, sans-serif;
  color: #A6B0BC;
}

.account-field__text {
  font: 400 18px/29px 'opensans', Arial, Helvetica, sans-serif;
  color: #333;
  margin-top: 6px;
  overflow-wrap: break-word;
}

.account-border {
  margin-right: 30px;
}

@media screen and (max-width: 992px) {
  .account-border {
    margin-right: 0;
  }
}

.account-border::after {
  content: '';
  height: 100%;
  width: 1px;
  background: #E7EDF4;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .account-border::after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .account-divider {
    width: 100%;
    height: 1px;
    background: #E7EDF4;
    margin-top: 10px;
    margin-bottom: 25px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .account__short-info {
    margin-top: 10px;
  }
}

.breadcrumbs-account {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .breadcrumbs-account {
    margin-bottom: 10px;
  }
}

.edit-border {
  margin-right: 0px;
}

@media screen and (max-width: 992px) {
  .edit-border {
    margin-right: 0;
  }
}

.edit-border::after {
  content: '';
  height: 100%;
  width: 1px;
  background: #E7EDF4;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .edit-border::after {
    content: none;
  }
}

.edit-group {
  margin: 0 auto;
  margin-bottom: 1rem;
}

.merch-view .merch-about h1, .merch-view .merch-about h2, .merch-view .merch-about h3, .merch-view .merch-about h4, .merch-view .merch-about h5, .merch-view .merch-about h6, .merch-view .merch-about p {
  white-space: break-spaces;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.account-form button[type="submit"] {
  padding: 10px 0;
  cursor: pointer;
  width: 100%;
  border: none;
  background: #333;
  font: 600 16px/22px 'opensans', Arial, Helvetica, sans-serif;
  color: #FFF;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.account-form button[type="submit"]:hover {
  background: #FFD241;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
  color: #333;
}

.account-form button[type="submit"]:active {
  background: #FFE884;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
  color: #333;
}

@media screen and (max-width: 767px) {
  .account-form button[type="submit"] {
    margin-bottom: 80px;
  }
}

.img-w-auto {
  width: auto !important;
}

.no-gap {
  gap: 0 !important;
}

.account-form .product-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 303px));
  width: 100%;
  gap: 17px 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1440px) {
  .account-form .product-section {
    grid-template-columns: repeat(auto-fit, minmax(269px, 269px));
  }
}

@media screen and (max-width: 1200px) {
  .account-form .product-section {
    grid-template-columns: repeat(auto-fit, minmax(300px, 305px));
  }
}

@media screen and (max-width: 992px) {
  .account-form .product-section {
    grid-template-columns: repeat(auto-fit, minmax(250px, 0.5fr));
  }
}

@media screen and (max-width: 767px) {
  .account-form .product-section {
    grid-template-columns: repeat(auto-fit, minmax(290px, 350px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10px;
    margin-bottom: 55px;
  }
  .account-form .product-section .product-img {
    width: 100%;
  }
}

.account-action--active a {
  color: #FFD241;
}

.orders-order {
  padding: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 0.8fr;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 25px rgba(164, 178, 187, 0.12);
          box-shadow: 0px 0px 25px rgba(164, 178, 187, 0.12);
}

@media screen and (max-width: 991px) {
  .orders-order {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .orders-order {
    grid-template-columns: 1fr .7fr;
  }
}

@media screen and (max-width: 991px) {
  .orders-order__date {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .orders-order__date {
    text-align: left;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media screen and (max-width: 767px) {
  .orders-order__status {
    text-align: right;
  }
  .orders-order__status span {
    display: none;
  }
}

.orders-order--grey {
  font: 400 16px/21px 'opensans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  color: #A6B0BC;
  margin-right: 8px;
}

.orders-order--black {
  font: 600 16px/21px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #333;
}

.orders-order--yellow {
  font: 600 16px/21px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #FFD241;
}

.orders-order--green {
  font: 600 16px/21px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #3CC475;
}

.orders-order--red {
  font: 600 16px/21px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #FF958C;
}

.orders-order p {
  margin-bottom: 0;
}

.orders-order a {
  display: block;
  text-decoration: none;
}

.orders-order a:hover {
  color: #FFD241;
}

@media screen and (max-width: 767px) {
  .orders-order__details {
    display: none;
  }
}

.p-210 {
  padding: 210px 0;
  padding-bottom: 230px;
}

@media screen and (max-width: 767px) {
  .p-210 {
    padding: 150px 0;
    padding-bottom: 200px;
  }
}

.order-header p {
  font: 600 16px/21px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #A6B0BC;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .order-header p {
    display: block;
    margin-right: 0;
  }
}

.order-header p span {
  font: 600 16px/21px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #333;
  margin-left: 8px;
}

.order-header p .status-green {
  font: 600 16px/21px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #3CC475;
}

.order-header__number {
  margin-right: 65px;
}

.order-header__date {
  margin-right: 30px;
}

.order-item:last-child {
  margin-bottom: 100px;
}

@media screen and (max-width: 1199px) {
  .order-item img {
    width: 100%;
  }
}

.order-item .text-grey span {
  font: 600 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #333;
  margin-left: 8px;
}

.order-item__row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 0.8fr));
  gap: 20px 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 26px;
}

@media screen and (max-width: 1439px) {
  .order-item__row {
    grid-template-columns: repeat(auto-fill, minmax(70px, 0.8fr));
  }
}

@media screen and (max-width: 1199px) {
  .order-item__row {
    grid-template-columns: repeat(auto-fill, minmax(60px, 0.8fr));
  }
}

@media screen and (max-width: 991px) {
  .order-item__row {
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .order-item__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.order-item__row--grey {
  font: 600 12px/16px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #A6B0BC !important;
}

.order-item__row--grey span {
  color: inherit !important;
}

@media screen and (max-width: 767px) {
  .order-item__row--grey span:first-of-type {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .order-item__row--grey {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* float: left; */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.order-item__row span {
  font: 600 12px/16px 'opensans', Arial, Helvetica, sans-serif;
  color: #333;
}

@media screen and (max-width: 767px) {
  .order-item__row span {
    display: block;
  }
}

.order-item__row span:first-of-type {
  font: 600 12px/16px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #A6B0BC;
  grid-column: 1 / 3;
  text-align: right;
  padding-right: 10%;
}

@media screen and (max-width: 767px) {
  .order-item__row span:first-of-type {
    padding-right: 0;
    text-align: center;
    grid-column: 1;
    display: none;
  }
}

.order-border {
  position: relative;
}

.order-border::after {
  content: '';
  height: 100%;
  width: 1px;
  background: #E7EDF4;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 991px) {
  .order-border::after {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .order-view {
    text-align: center;
  }
  .order-view::after {
    content: '';
    height: 1px;
    width: 100%;
    background: #E7EDF4;
    position: relative;
    bottom: 0;
    margin: 20px 0;
  }
  .order-view::before {
    content: '';
    height: 1px;
    width: 100%;
    background: #E7EDF4;
    position: relative;
    bottom: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .item-option.no-border .form-group {
    width: 100%;
  }
}

.checkout-color__img .options {
  z-index: 5;
}

@media screen and (max-width: 992px) {
  .checkout-color__img .options {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  .checkout-color__img .options {
    display: block !important;
  }
}

.checkout-color__img .options ul {
  max-height: 340px;
}

@media screen and (max-width: 992px) {
  .checkout-color__img .options ul {
    max-height: 338px;
  }
}

@media screen and (max-width: 767px) {
  .checkout-color__img .options ul {
    max-height: 463px;
  }
}

@media screen and (max-width: 576px) {
  .checkout-color__img .options ul {
    max-height: 330px;
  }
}

.checkout-color__img .options ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.color-img-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #DCE3EB;
  height: 150px;
}

.color-img-container img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.variant-value {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  display: inline-block;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding: 0 10px;
}

.checkout_quantity__delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: -30px;
  bottom: 12px;
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  .checkout_quantity__delete {
    right: 0px;
  }
  .checkout_quantity__delete img {
    margin-left: 10px;
  }
}

.checkout_quantity__delete_product {
  display: -webkit-box;
  cursor: pointer;
}

.checkout_quantity__delete_product img {
  width: 14.61px;
  height: 14.61px;
  margin: -5px 10px 0 0;
}

.checkout_quantity__delete_product span {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
}

.checkout-color__img .options ul::-webkit-scrollbar {
  width: 10px;
  border-radius: 0px;
}

.checkout-color__img .options ul::-webkit-scrollbar-track {
  background: transparent;
}

.checkout-color__img .options ul::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #E3EAF4;
  -webkit-box-shadow: inset 0 0 6px #E3EAF4;
}

.checkout-color__img .options ul::-webkit-scrollbar-thumb:window-inactive {
  background: #E3EAF4;
}

.checkout-color__img .options ul::scrollbar-track-color {
  background: transparent;
}

.checkout-color__img .selected a span .color-img-container {
  display: none;
}

.btn-black {
  padding: 10px 0;
  cursor: pointer;
  width: 100%;
  margin: 20px 20px;
  margin-bottom: 0;
  border: none;
  background: #333;
  font: 600 16px/22px 'opensans', Arial, Helvetica, sans-serif;
  color: #FFF;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 0px;
}

.btn-black:hover {
  background: #FFD241;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
  color: #333;
  text-decoration: none;
}

.btn-black:active {
  background: #FFE884;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
  color: #333;
}

@media screen and (max-width: 992px) {
  .btn-black {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .btn-black {
    font: 600 16px/22px 'opensans', Arial, Helvetica, sans-serif;
  }
}

.btn-white-shadow {
  padding: 10px 0;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
  border: none;
  background: #fff;
  font: 600 16px/22px 'opensans', Arial, Helvetica, sans-serif;
  color: #333;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 0px;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
}

.btn-white-shadow:hover {
  background: #FFD241;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
  color: #333;
  text-decoration: none;
}

.btn-white-shadow:active {
  background: #FFE884;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
  color: #333;
}

@media screen and (max-width: 992px) {
  .btn-white-shadow {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .btn-white-shadow {
    font: 600 16px/22px 'opensans', Arial, Helvetica, sans-serif;
  }
}

.selected-option-item {
  border: 1px solid #DCE3EB;
}

.border-option-item {
  border: 1px solid #FFD241;
}

.active-combination::before {
  background-color: #FFD241 !important;
}

#combinationExample {
  width: 731px;
  height: 756px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  #combinationExample {
    width: 90vw;
  }
}

#combinationExample .carousel-item {
  -webkit-perspective: none !important;
          perspective: none !important;
  -webkit-backface-visibility: unset !important;
          backface-visibility: unset !important;
}

.carousel-combination-sm {
  position: absolute;
  display: grid;
  width: 100%;
  bottom: 16%;
  padding: 0 17%;
  grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
}

@media screen and (max-width: 767px) {
  .carousel-combination-sm {
    padding: 0 10%;
  }
}

.carousel-combination__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 95%;
}

.combination-indicators {
  bottom: 35px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .combination-indicators {
    bottom: 35px;
  }
}

.combination-indicators li {
  width: 85px;
  margin-top: 25px;
}

.combination-indicators .active {
  background: transparent !important;
}

.combination-indicators .active li {
  background: rgba(255, 204, 39, 0.9) !important;
}

.combination-indicators li {
  width: 92%;
  background: #DCE3EB;
}

@media screen and (max-width: 767px) {
  .combination-indicators li {
    width: 85%;
  }
}

.merch-combinations > li {
  display: grid;
  grid-auto-rows: 160px 1fr;
  position: relative;
}

.result-details {
  margin-top: 75px;
  font: 400 14px/21px 'opensans', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  color: #333;
}

.error-red {
  color: #dc3545;
  font-size: 16px;
  top: 5px;
  position: relative;
}

.custom-checkbox + .error-red {
  position: static;
}

.table-grey {
  font: 400 14px/18px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #A6B0BC;
  margin-right: 8px;
  padding-bottom: 18px !important;
  padding-top: 18px !important;
}

@media screen and (max-width: 767px) {
  .table-grey {
    margin-right: 0;
    padding-bottom: 0 !important;
    padding-top: 12px !important;
  }
}

.table-grey-pd0 {
  font: 400 12px/18px 'opensans', Arial, Helvetica, sans-serif;
  padding: 0 0rem 0.75rem 0 !important;
  font-weight: 600;
  text-align: center;
  color: #A6B0BC;
  padding: 0.75rem !important;
  border-bottom: none !important;
}

@media screen and (max-width: 767px) {
  .table-grey-pd0 {
    margin-right: 0;
    padding-bottom: 0 !important;
    padding-top: 12px !important;
  }
}

.confirmation-table-grey {
  font: 400 12px/18px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #A6B0BC;
  padding: 0 .75rem;
  font-weight: 600;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .confirmation-table-grey {
    margin-right: 0;
    padding-bottom: 0 !important;
    padding-top: 12px !important;
  }
}

.confirmation-table-black {
  font: 400 12px/18px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #333;
  padding: 0 .75rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .confirmation-table-black {
    margin-right: 0;
    padding-bottom: 0 !important;
    padding-top: 12px !important;
    text-align: center !important;
    display: grid !important;
    padding: 13px 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .confirmation-table-black {
    border-bottom: 1px solid #D5E5EB !important;
  }
}

.table-text-gold {
  font: 400 16px/22px 'opensans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #FFD241;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: will-change;
      -ms-transform: will-change;
          transform: will-change;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .table-text-gold {
    margin-right: 9px;
  }
}

.table-text-gold:hover {
  text-decoration: none;
}

.table-default-text {
  font: 400 14px/27px 'opensans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #333;
}

.table-default-text__success {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-default-text__success::before {
  content: '';
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../../img/landing/table-checked.svg");
}

@media screen and (max-width: 767px) {
  .table-default-text__success::before {
    top: 3px;
    margin-right: 0;
  }
}

.table-default-text__canceled {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-default-text__canceled::before {
  content: '';
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../../img/landing/table-canceled.svg");
}

@media screen and (max-width: 767px) {
  .table-default-text__canceled::before {
    top: 2px;
  }
}

@media screen and (max-width: 767px) {
  .table-default-text {
    margin-right: 0px;
    color: #A6B0BC;
  }
}

.table-order thead th {
  border-bottom: none;
  border-top: none;
}

@media screen and (max-width: 767px) {
  .table-order thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media screen and (max-width: 767px) {
  .table-order tbody td {
    border-bottom: none;
    display: block !important;
    text-align: right;
  }
  .table-order tbody td::before {
    content: attr(data-label);
  }
  .table-order tbody td:nth-child(odd) {
    text-align: left;
  }
  .table-order tbody td:nth-child(even) {
    text-align: right;
  }
  .table-order tbody td:nth-child(3) {
    border-top: none;
  }
  .table-order tbody td:nth-child(4) {
    border-top: none;
  }
  .table-order tbody tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 100%));
  }
  .table-order tbody tr:last-child {
    border-bottom: 1px solid #dee2e6;
  }
  .table-order tbody tr td {
    padding: .45rem .15rem;
  }
}

.t-right {
  text-align: right;
}

.table-checkout-action {
  width: 100%;
  height: 100%;
  display: block;
}

.table-checkout-action:hover {
  text-decoration: none;
}

.table-order tr:hover .table-text-gold {
  opacity: 1;
}

.table-order tr {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  will-change: transform;
}

.table-order tr:hover {
  background-color: rgba(248, 248, 248, 0.5);
}

.table-wrapper {
  overflow-x: auto;
}

.mobile-text-black {
  font: 400 14px/27px 'opensans', Arial, Helvetica, sans-serif;
  color: #333;
  position: relative;
  left: 8px;
}

.preloader {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: #0e0e0e33;
  top: 0;
  left: 0;
  z-index: 1050;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
  top: calc(50% - 20em);
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.validation-error-sizes {
  background: #ff000014;
}

.validation-error-select {
  border: 1px solid red;
}

.order-preview {
  text-align: center;
  position: relative;
}

.order-preview figcaption {
  margin-top: 15px;
  font: 600 16px/22px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
}

.order-preview img {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .order-preview img {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .order-preview {
    margin-top: 20px;
  }
  .order-preview::before {
    content: '';
    position: absolute;
    height: 1px;
    background: #D5E5EB;
    top: -17px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.order-border-bottom:not(:last-child) {
  border-bottom: 1px solid #D5E5EB;
}

@media screen and (max-width: 767px) {
  .order-border-bottom:not(:last-child) {
    border-bottom: none;
  }
}

.no-bt:not(:first-child)::before {
  content: none;
}

input:-webkit-autofill::first-line {
  font: 400 18px/1.5 'opensans', Arial, Helvetica, sans-serif;
}

#checkout-list .product-preview img {
  width: 100%;
  margin-top: 25px;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .about-text {
    top: -40px;
    z-index: 1;
    z-index: 1;
    position: relative;
  }
}

.carousel-banner .carousel-control {
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .carousel-banner .carousel-control {
    top: 17%;
    padding: 0 25px;
  }
}

@media screen and (max-width: 470px) {
  .carousel-banner .carousel-control {
    top: 20%;
  }
}

.first-screen .carousel-control .icomoon-ch-l, .icomoon-ch-r {
  color: black;
}

@media screen and (max-width: 767px) {
  .first-screen .carousel-control .icomoon-ch-l, .icomoon-ch-r {
    font-size: 24px;
  }
}

.about-header__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .about-header__item {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

.feedback-content {
  padding: 40px 15px 40px 15px;
}

.combination-checkbox {
  position: absolute;
  left: -9999px;
}

.combination-checkbox:checked + .merch-combinations__image {
  border: 1px solid #FFD241;
}

.combination-label {
  position: absolute;
  width: 100%;
  height: 100%;
}

.no-content {
  content: none;
}

.no-content::after {
  content: none;
}

.no-content::before {
  content: none;
}

.create-password {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.create-password__logo {
  margin-bottom: 110px;
  width: 190px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .create-password__logo {
    margin-bottom: 40px;
  }
}

.create-password__header {
  text-align: center;
}

.create-password__requirements {
  font: 400 16px/24px 'opensans', Arial, Helvetica, sans-serif;
  text-align: center;
  color: #333;
}

.main-login.create-login .create-password {
  max-width: 500px;
}

@media screen and (max-width: 767px) {
  .main-login.create-login .create-password {
    margin-top: 3vh;
  }
}

.create-login .password-group {
  max-width: 381px;
  margin: 0 auto;
  width: 100%;
}

.create-login .login-actions {
  max-width: 381px;
  margin: 0 auto;
  width: 100%;
}

.create-login .form-control {
  padding: 7px 16px;
}

.create-login form input[type="password"], input[type="text"] {
  padding-right: 0px;
  margin-bottom: 0 !important;
}

.password-modal.restore-modal {
  padding: 110px 30px 40px 30px;
}

@media screen and (max-width: 767px) {
  .password-modal.restore-modal {
    padding: 80px 10px 40px 10px;
  }
}

.password-modal {
  padding: 180px 30px;
  border-radius: 0;
  padding-bottom: 60px;
  max-width: 476px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media screen and (max-width: 767px), screen and (max-height: 840px) {
  .password-modal {
    padding: 50px 15px;
    padding-bottom: 15px;
  }
}

.password-modal__text {
  margin-bottom: 80px;
}

.password-modal h2 {
  font: 700 36px/44px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
  color: #333;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .password-modal h2 {
    margin-bottom: 30px;
  }
}

.password-modal__footer {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .password-modal__footer {
    margin-top: 10px;
  }
}

.password-modal__footer p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.password-modal__footer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  text-decoration: none;
  color: #333;
}

.password-modal__footer a img {
  margin-right: 10px;
}

.btn-goto {
  max-width: 352px;
}

.color-dark {
  color: #333 !important;
}

.sole-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  width: 100%;
  gap: 30px 84px;
  margin: 20px 0 70px 0;
}

@media screen and (max-width: 767px) {
  .sole-container {
    margin: 50px 0 70px 0;
  }
}

.sole-item {
  margin-top: auto;
  grid-auto-rows: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sole-item__images {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 155px;
  padding: 0 5%;
}

.sole-item__images img {
  display: block;
  width: 100%;
  height: auto;
}

.sole-item__description p {
  font: 600 14px/21px 'opensans', Arial, Helvetica, sans-serif;
  margin-left: 5px;
  color: #333;
  padding-right: 35%;
  margin-bottom: 0;
}

@media screen and (max-width: 1439px) {
  .sole-item__description p {
    padding-right: 0;
    text-align: center;
  }
}

@media (max-width: 1366px) and (hover: none) {
  .product-section .product-actions {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1366px) and (hover: none) {
  .products-section .card-section__item .hover-block {
    opacity: 1;
  }
}

.overflow-strick {
  overflow: hidden;
}

.overflow-strick::before {
  top: -1px;
  contain: strict;
}

.overflow-strick::after {
  bottom: -1px;
  contain: strict;
}

@media (max-width: 1366px) and (hover: none) {
  .card-section__item .hover-block {
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  #product-search-filter .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.user-review {
  position: absolute;
  top: -25px;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8%;
}

@media screen and (max-width: 1439px) {
  .user-review {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .user-review {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .user-review {
    padding: 0px 14%;
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .pb-main-mobile .slide img {
    -webkit-filter: drop-shadow(0px -10px 5px rgba(137, 150, 159, 0.13)) drop-shadow(0px 15px 70px rgba(137, 150, 159, 0.15));
            filter: drop-shadow(0px -10px 5px rgba(137, 150, 159, 0.13)) drop-shadow(0px 15px 70px rgba(137, 150, 159, 0.15));
    padding: 15px 75px;
  }
}

@media screen and (max-width: 767px) {
  .pb-main-mobile .slide img {
    padding: 50px;
  }
}

@media screen and (max-width: 576px) {
  .pb-main-mobile .slide img {
    padding: 25px 15px;
  }
}

@media screen and (max-width: 576px) {
  .no-pd-m {
    padding: 0;
  }
}

@media screen and (max-width: 576px) {
  .baseline-mobile {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.small-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.small-slider .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .bad__result--mobile {
    position: relative;
    margin-bottom: 30px;
    margin-top: 15px;
  }
}

.flex-container {
  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-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

#carouselShoesExample {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.open-cart {
  position: relative;
}

.open-cart .summary {
  position: absolute;
  background: #ffd241;
  border-radius: 50%;
  top: -8px;
  left: -12px;
  color: #333;
  min-width: 19px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.open-cart .summary span {
  padding: 1px;
}

.checkout-confirmation {
  font: 600 16px/22px 'opensans', Arial, Helvetica, sans-serif;
  position: relative;
  background: #333;
  color: #fff;
  text-align: center;
  border: none;
  width: 428px;
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .checkout-confirmation {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 576px) {
  .checkout-confirmation {
    width: 100%;
  }
}

.checkout-confirmation:hover {
  background-color: #FFD241;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
  color: #333;
  text-decoration: none;
}

.checkout-confirmation:active {
  background: #FFE884;
  -webkit-box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
          box-shadow: 2px 2px 20px rgba(71, 80, 84, 0.13);
  color: #333;
}

.confirmation-item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #D5E5EB;
}

@media screen and (max-width: 991px) {
  .confirmation-item {
    border-bottom: none;
  }
}

.confirmation-item__image {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .confirmation-item__border {
    border-bottom: 1px solid #D5E5EB;
    border-top: 1px solid #d5e5eb;
    padding: 20px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.confirmation-border-left {
  border-left: 1px solid #D5E5EB;
}

@media screen and (max-width: 991px) {
  .confirmation-border-left {
    border: none;
    margin-top: 20px;
    padding: 0;
  }
}

@media screen and (max-width: 576px) {
  .confirmation-border-left {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .table-grey-pd0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.table-confirmation {
  width: inherit;
  max-width: 100%;
  table-layout: fixed;
}

.table-confirmation::-webkit-scrollbar {
  width: 10px;
}

.table-confirmation::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.table-confirmation::-webkit-scrollbar-thumb {
  background: #888;
}

.table-confirmation::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.table-confirmation thead {
  display: block;
  width: 100%;
}

.table-confirmation tbody {
  display: block;
  width: 100%;
}

.table-confirmation thead th {
  border-bottom: none;
  border-top: none;
  width: 100px;
  max-width: 150px;
  min-width: 60px;
}

.table-confirmation thead th:first-child {
  min-width: 150px;
}

.table-confirmation tr {
  display: block;
  width: 100%;
  border-bottom: 1px solid #D5E5EB;
}

@media screen and (max-width: 767px) {
  .table-confirmation tr {
    grid-template-columns: repeat(1, minmax(100px, 100%));
  }
}

.table-confirmation tr td {
  width: 100px;
  max-width: 150px;
  min-width: 60px;
  padding: .75rem;
  border-top: none;
}

.table-confirmation tr td:first-child {
  min-width: 150px;
}

@media screen and (max-width: 767px) {
  .table-confirmation tr td:first-child {
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .table-confirmation thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media screen and (max-width: 767px) {
  .table-confirmation tbody td {
    border: none;
    display: block;
    text-align: right;
  }
  .table-confirmation tbody td::before {
    content: attr(data-label);
    margin-right: 8px;
    margin-bottom: 15px;
  }
  .table-confirmation tbody td:nth-child(odd) {
    text-align: left;
  }
  .table-confirmation tbody td:nth-child(even) {
    text-align: right;
  }
  .table-confirmation tbody td:nth-child(3) {
    border-top: none;
  }
  .table-confirmation tbody td:nth-child(4) {
    border-top: none;
  }
  .table-confirmation tbody tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 100%));
  }
}

@media screen and (max-width: 767px) and (max-width: 991px) {
  .table-confirmation tbody tr {
    grid-template-columns: repeat(1, minmax(100px, 100%));
  }
}

@media screen and (max-width: 767px) {
  .table-confirmation tbody tr:last-child {
    border-bottom: 1px solid #dee2e6;
  }
  .table-confirmation tbody tr td {
    padding: 15px 20px;
  }
  .table-confirmation tbody tr td:first-of-type {
    text-align: center;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .table-confirmation tbody tr td {
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .table-confirmation tbody tr {
    margin: 30px 0px;
    border: 1px solid #D5E5EB;
    border-bottom: none;
  }
}

@media screen and (max-width: 991px) {
  .mg-0-md {
    margin: 0;
  }
}

@media screen and (max-width: 991px) {
  .breadcrumbs__confirmation {
    padding-bottom: 0px;
  }
  .breadcrumbs__confirmation ul > *:not(:last-child) {
    display: none;
  }
  .breadcrumbs__confirmation ul li a.breadcrumb-active {
    color: #333;
  }
}

.validation-message {
  color: #dc3545;
  text-align: end;
  font-size: 13px;
}

.bg-grey-material.bg-grey-mobile {
  margin-top: -85px;
}

@media screen and (max-width: 767px) {
  .bg-grey-material.bg-grey-mobile {
    margin-top: -130px;
  }
}

.m-50 {
  margin: 50px !important;
}

@media screen and (max-width: 767px) {
  .d-sm-order-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 20px;
  }
}

.product-checkout__modal .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90vw;
  height: 100%;
  margin: 0 auto;
}

.product-checkout__modal .modal-content {
  border: none !important;
  border-radius: 0px !important;
}

.product-checkout__modal .modal-body {
  padding: 1rem 0rem;
  padding-top: 0rem;
}

.btn-relative__black {
  position: relative;
  top: 17px;
}

.selected-list-item .color-img-container {
  border: 1px solid #FFD241;
}

#exampleShoesModal.modal.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.carousel-control__about {
  width: 104%;
  left: -2%;
}

@media screen and (max-width: 992px) {
  .carousel-control__about {
    width: 45%;
    left: -2%;
  }
}

@media screen and (max-width: 991px) {
  .carousel-control__about {
    left: -3%;
    width: 106%;
  }
}

@media screen and (max-width: 767px) {
  .carousel-control__about {
    left: 0;
    width: 100%;
    top: 44% !important;
  }
}

@media screen and (max-width: 576px) {
  .carousel-control__about {
    top: 44% !important;
  }
}

.can-call {
  width: 70%;
  margin: 0 auto;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .can-call {
    font-size: 18px;
    width: 100%;
  }
}

.can-call a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767px) {
  .can-call a {
    font-size: 16px;
  }
}

.can-call a:hover {
  color: #FFD241;
}

.modal-align-center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-list .contacts {
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.contact-list .contacts:hover {
  color: #FFD241;
}

@media screen and (max-width: 576px) {
  .success-window .bad__result {
    position: relative;
    padding: 25px;
  }
}

.mt-80 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .mt-80 {
    margin-top: 0px;
  }
}

.mg-0 {
  margin: 0;
}

.news-col p {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .news-col {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .youtube-background {
    background-image: none !important;
  }
}

.select2-search + .select2-container .select2-selection--single {
  border: none !important;
}

.select2-search + .select2-container {
  padding: 7px 16px;
  -webkit-box-shadow: 2px 2px 25px rgba(201, 222, 230, 0.59);
          box-shadow: 2px 2px 25px rgba(201, 222, 230, 0.59);
}

.select2-search + .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #A6B0BC;
}

.select2-search + .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: 15px;
}

.select2-search + .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  margin: 0;
  padding: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  content: '';
  width: 14px;
  height: 9px;
  position: absolute;
  background: url(../../img/landing/arrow-down-dropdown.svg) no-repeat right center;
  right: 0;
  top: 13px;
  right: 20px;
}

.select2-search + .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 3px;
  right: 25px;
}

.select2-search + .select2-container--open .select2-selection__arrow b {
  -webkit-transform: rotate(180deg) !important;
      -ms-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}

.select2-results__option {
  font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  position: relative;
  right: 10px;
}

.select2-search__field {
  font: 400 1em/27px 'opensans', Arial, Helvetica, sans-serif;
  color: #333;
}

@media screen and (max-width: 767px) {
  .carousel-control-prev, .carousel-control-next__main {
    width: 25% !important;
  }
}

@media screen and (max-width: 767px) {
  .carousel-control-next, .carousel-control-next__main {
    width: 25% !important;
  }
}

.splide-center {
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider__modal .modal-dialog {
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  right: 0;
  max-width: 731px;
}

.slider__modal .modal-dialog .modal-body img {
  max-height: 95vh;
}

.slider__modal .modal-dialog .modal-body {
  padding: 0;
}

.slider__modal .modal-dialog .modal-body button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  position: absolute;
  right: 15px;
  width: 100%;
  top: 15px;
  text-align: right;
}

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

.splide__slide-top {
  position: absolute;
  top: 10%;
  font: 700 24px/29px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #000;
  padding: 0 15px;
  max-width: 320px;
}

.splide__slide-bottom {
  position: absolute;
  bottom: 15%;
  font: 700 18px/21px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #000;
  padding: 0 15px;
  max-width: 320px;
}

.splide__slide-bottom + p {
  position: absolute;
  bottom: 15%;
  font: 700 18px/21px 'montserrat', 'opensans', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #000;
  padding: 0 15px;
  max-width: 320px;
}

.products-slider {
  position: relative;
  width: 100%;
  margin-bottom: 20%;
}

.products-slider .block-1 {
  z-index: 1;
  position: fixed;
  height: 100vh;
  width: 5%;
  left: 0%;
  background: #0f0f0f;
}

.products-slider .block-2 {
  z-index: 1;
  position: fixed;
  height: 100vh;
  width: 25%;
  left: 25%;
  background: #0f0f0f;
}

.products-slider .block-3 {
  z-index: 1;
  position: fixed;
  height: 100vh;
  width: 5%;
  right: 0%;
  background: #0f0f0f;
}

.products-slider .slick-slide {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.84, 0, 0.08, 0.99);
  transition: -webkit-transform 0.7s cubic-bezier(0.84, 0, 0.08, 0.99);
  -o-transition: transform 0.7s cubic-bezier(0.84, 0, 0.08, 0.99);
  transition: transform 0.7s cubic-bezier(0.84, 0, 0.08, 0.99);
  transition: transform 0.7s cubic-bezier(0.84, 0, 0.08, 0.99), -webkit-transform 0.7s cubic-bezier(0.84, 0, 0.08, 0.99);
}

.products-slider .slick-slide.slick-center {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.8s 1.4s cubic-bezier(0.84, 0, 0.08, 0.99);
  transition: -webkit-transform 0.8s 1.4s cubic-bezier(0.84, 0, 0.08, 0.99);
  -o-transition: transform 0.8s 1.4s cubic-bezier(0.84, 0, 0.08, 0.99);
  transition: transform 0.8s 1.4s cubic-bezier(0.84, 0, 0.08, 0.99);
  transition: transform 0.8s 1.4s cubic-bezier(0.84, 0, 0.08, 0.99), -webkit-transform 0.8s 1.4s cubic-bezier(0.84, 0, 0.08, 0.99);
}

.pos-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  top: auto;
  bottom: auto !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100%;
  justify-content: center;
  align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.image-slide__product img {
  width: 100%;
  max-height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
}

.image-slider__products .slick-track {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.image-slider__products {
  z-index: 0;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  z-index: 50;
}

.slider-control__products {
  margin: 0%;
  position: absolute;
  z-index: 2;
  bottom: 0%;
  left: 15%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 65;
  width: 150px;
  height: 50px;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(106, 104, 104, 0.13);
}

.slider-control__products::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #fee884;
  position: absolute;
  left: 0;
  top: 0;
}

.slider-control__products::after {
  content: '';
  display: inline-block;
  width: 50%;
  height: 3px;
  background-color: #fee884;
  position: absolute;
  left: 0;
  top: 0px;
}

@media screen and (max-width: 767px) {
  .slider-control__products {
    left: 50%;
  }
}

.overlay-products-1 {
  z-index: 51;
  position: absolute;
  height: 100%;
  width: 32%;
  background: rgba(0, 0, 0, 0.78);
}

@media screen and (max-width: 1199px) {
  .overlay-products-1 {
    width: 49%;
  }
}

@media screen and (max-width: 767px) {
  .overlay-products-1 {
    display: none;
  }
}

.overlay-products-2 {
  z-index: 51;
  position: absolute;
  height: 100%;
  width: 32%;
  background: rgba(0, 0, 0, 0.78);
  right: 0;
}

@media screen and (max-width: 1199px) {
  .overlay-products-2 {
    display: none;
  }
}

.text-slider-wrapper {
  z-index: 60;
  position: absolute;
  width: 100%;
  top: 5%;
}

.text-slider__products {
  margin: 0%;
  padding: 0%;
  position: absolute;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .text-slider__products {
    width: 100%;
  }
}

.text-slide__product {
  position: relative;
}

@media screen and (max-width: 992px) {
  .text-slide__product {
    width: 100%;
  }
}

.text-slide__product h4 {
  color: #fff;
  font-size: 23px;
  left: 0;
  margin-left: 20%;
  font-weight: lighter;
  text-transform: uppercase;
  padding-left: 3%;
  background: #2f2f2fb3;
  max-width: 260px;
  border-radius: 0px;
  position: relative;
  padding-top: 15px;
  font-weight: bold;
  padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .text-slide__product h4 {
    margin-left: auto;
    margin-right: auto;
  }
}

.text-slide__product h4::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 100%;
  background-color: #fee884;
  position: absolute;
  left: 0;
  top: 0;
}

.text-slide__product h4::after {
  content: '';
  display: inline-block;
  width: 50%;
  height: 10px;
  background-color: #fee884;
  position: absolute;
  left: 0;
  top: 0px;
}

.text-slide__product p {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 19px;
  left: 0;
  margin-left: 20%;
  font-weight: lighter;
  text-transform: uppercase;
  padding-left: 3%;
  background: #2f2f2fb3;
  max-width: 265px;
  border-radius: 0px;
  padding-top: 15px;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: left;
  margin-top: 45%;
}

@media screen and (max-width: 991px) {
  .text-slide__product p {
    margin-left: auto;
    margin-right: auto;
  }
}

.prev1 {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.prev1:hover {
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: gold;
}

.prev1:hover::after {
  content: url(../../img/landing/arrow-prev.svg);
}

.prev1::after {
  content: url(../../img/landing/arrow-prev-orange.svg);
  position: relative;
  top: 10px;
  right: 0;
}

.next1 {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.next1:hover {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  background: gold;
}

.next1:hover::after {
  content: url(../../img/landing/arrow-next.svg);
}

.next1::after {
  content: url(../../img/landing/arrow-next-orange.svg);
  position: relative;
  top: 10px;
  left: 0;
}

.image-slide__product.slick-active:not(.slick-current) img {
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.unregistered-modal__text {
  text-align: center;
  color: #333333;
  font: 400 18px/1.5 'opensans', Arial, Helvetica, sans-serif;
}
