/*
    font face
 */
@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/OpenSans-Regular.woff");
}

@font-face {
  font-family: "Oswald-Bold";
  src: url("../fonts/Oswald-Bold.woff");
}

@font-face {
  font-family: "Oswald-Regular";
  src: url("../fonts/Oswald-Regular.woff");
}

/*
    general style
 */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

html {
  height: 100%;
}

body {
  background: -o-linear-gradient(358.33deg, rgba(252, 167, 228, 0.5) 0%, rgba(168, 126, 255, 0.5) 100%);
  background: linear-gradient(91.67deg, rgba(252, 167, 228, 0.5) 0%, rgba(168, 126, 255, 0.5) 100%);
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #000;
}

.container {
  width: 1140px;
  margin: 0 auto;
}

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

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

@media (max-width: 767px) {
  .container {
    width: 94%;
  }
}

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

a {
  display: block;
  text-decoration: none;
  text-align: center;
}

a:active, a:focus {
  outline: none;
}

img {
  display: block;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

h1, h2, h3, h5, h6 {
  font-family: "Oswald-Bold", sans-serif;
}

h1, h2, h3, h6 {
  color: #fff;
}

h1 {
  font-size: 96px;
  line-height: 142px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  width: 100%;
  top: 9.86%;
}

@media (max-width: 1899px) {
  h1 {
    font-size: 86px;
    line-height: 130px;
    top: 0;
  }
}

@media (max-width: 1599px) {
  h1 {
    font-size: 76px;
    line-height: 114px;
    top: -4%;
  }
}

@media (max-width: 1199px) {
  h1 {
    font-size: 60px;
    line-height: 92px;
    top: -8%;
  }
}

@media (max-width: 979px) {
  h1 {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 62px;
    line-height: 71px;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 48px;
    line-height: 55px;
  }
}

h2 {
  font-size: 64px;
  line-height: 76px;
  text-align: center;
}

@media (max-width: 767px) {
  h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 576px) {
  h2 {
    font-size: 36px;
    line-height: 43px;
  }
}

h3 {
  font-size: 48px;
  line-height: 71px;
}

h5 {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

h6 {
  line-height: 24px;
}

p.big {
  line-height: 24px;
}

.logo svg {
  display: block;
}

.logo {
  display: block;
  width: 100%;
  height: auto;
}

.logo img {
  position: static !important;
  display: block;
  margin: auto;

}

.sale span {
  font-family: "Oswald-Bold", sans-serif;
  font-size: 96px;
  line-height: 142px;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  color: #fff;
}

@media (max-width: 767px) {
  .sale span {
    font-size: 80px;
    line-height: 118px;
  }
}

@media (max-width: 576px) {
  .sale span {
    font-size: 64px;
    line-height: 95px;
  }
  .logo img {
    margin: 0;
  }
  .footer .logo img {
    margin: auto;
  }
}

.sale span strong {
  display: block;
  font-size: 72px;
  line-height: 107px;
  margin-top: -27px;
}

@media (max-width: 767px) {
  .sale span strong {
    font-size: 60px;
    line-height: 88px;
  }
}

@media (max-width: 576px) {
  .sale span strong {
    font-size: 48px;
    line-height: 71px;
  }
}



.price {
  text-align: center;
}

.price span {
  font-family: "Oswald-Bold", sans-serif;
}

.price span.old-price {
  font-size: 24px;
  line-height: 36px;
  display: inline-block;
  position: relative;
  margin-right: 44.08px;
}

@media (max-width: 767px) {
  .price span.old-price {
    font-family: "Oswald-Regular", sans-serif;
    margin-right: 8px;
  }
}

.price span.old-price:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-55%);
      -ms-transform: translateY(-55%);
          transform: translateY(-55%);
}

.price span.new-price {
  font-size: 48px;
  line-height: 71px;
  background: -o-linear-gradient(356.73deg, #fe5555 0.08%, #fe9255 99.94%);
  background: linear-gradient(93.27deg, #fe5555 0.08%, #fe9255 99.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fe5555;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .price span.new-price {
    background: transparent;
  }
}

.to-order a, .to-order button, .form-group.order a, .form-group.order button {
  font-family: "Oswald-Bold", sans-serif;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 16px 0 17px;
  border: none;
  position: relative;
  z-index: 9;
}

.to-order a:before, .to-order a:after, .to-order button:before, .to-order button:after, .form-group.order a:before, .form-group.order a:after, .form-group.order button:before, .form-group.order button:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.to-order a:before, .to-order button:before, .form-group.order a:before, .form-group.order button:before {
  background: -o-linear-gradient(356.73deg, #fe5555 0.08%, #fe9255 99.94%);
  background: linear-gradient(93.27deg, #fe5555 0.08%, #fe9255 99.94%);
}

.to-order a:after, .to-order button:after, .form-group.order a:after, .form-group.order button:after {
  background: -o-linear-gradient(356.7deg, #fe9255 0%, #fe5555 100%);
  background: linear-gradient(93.3deg, #fe9255 0%, #fe5555 100%);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.to-order a:hover:after, .to-order button:hover:after, .form-group.order a:hover:after, .form-group.order button:hover:after {
  opacity: 1;
}

.to-order {
  margin: 32px auto 0;
  max-width: 250px;
}

@media (max-width: 576px) {
  .to-order {
    width: 81%;
    min-width: 250px;
    max-width: 380px;
  }
}

.to-order p {
  text-align: center;
  margin-top: 32px;
}

@media (max-width: 979px) {
  .to-order p {
    margin-top: 13px;
  }
}

.gallery, .photo {
  position: relative;
  z-index: 11;
}

.gallery__content, .photo__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1920px;
  padding: 0 6px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 767px) {
  .gallery__content, .photo__content {
    padding: 0 15px;
  }
}

.gallery__content > a, .photo__content > a {
  width: 19.2%;
  max-width: 365px;
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.25));
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gallery__content > a, .photo__content > a {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  }
}

@media (max-width: 1599px) {
  .gallery__content > a, .photo__content > a {
    width: 19%;
  }
}

.gallery__content > a img, .photo__content > a img {
  width: 100%;
}

.owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.owl-dots button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 7px;
  height: 7px;
  background: transparent !important;
  border: 1px solid #fff !important;
  border-radius: 50%;
  margin-right: 9px;
}

.owl-dots button.active {
  background: #fff !important;
}

a.cart {
  width: 90px;
  height: 90px;
  background: -o-linear-gradient(356.73deg, #fe5555 0.08%, #fe9255 99.94%);
  background: linear-gradient(93.27deg, #fe5555 0.08%, #fe9255 99.94%);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 576px) {
  a.cart {
    width: 50px;
    height: 50px;
    right: 15px;
  }
}

a.cart:after {
  content: "";
  display: block;
  width: 50px;
  height: 44px;
  background: url("../img/cart.png") no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 576px) {
  a.cart:after {
    width: 28px;
    height: 26px;
  }
}

a.cart:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: -o-linear-gradient(358.33deg, #fca7e4 0%, #a87eff 100%);
  background: linear-gradient(91.67deg, #fca7e4 0%, #a87eff 100%);
  z-index: 99999;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.loader__snow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/snowflake1.png"), url("../img/snowflake2.png"), url("../img/snowflake3.png");
  -webkit-animation: snow 20s linear infinite;
          animation: snow 20s linear infinite;
}

@-webkit-keyframes snow {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}

@keyframes snow {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}

/*
    header style
 */
.header {
  background: url("../img/header/bg.jpg") no-repeat center/cover;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  padding: 52px 0 55px;
  position: relative;
  z-index: 25;
}

@media (max-width: 1199px) {
  .header {
    background-position: left top;
  }
}

@media (max-width: 979px) {
  .header {
    background-image: url("../img/header/bg-md.jpg");
    padding: 35px 0 0;
  }
}

.header__content {
  position: relative;
}

.header__content .logo svg {
  display: block;
  height: 49px;
  margin: 0 auto;
}

@media (max-width: 979px) {
  .header__content .logo svg {
    margin: 0;
  }
}

@media (max-width: 576px) {
  .header__content .logo svg {
    height: 36px;
  }
}

.header__content .logo svg path {
  fill: #000;
}

@media (max-width: 979px) {
  .header__content .logo svg path {
    fill: #fff;
  }
}

.header__content .logo svg:nth-child(1) {
  width: 88px;
}

@media (max-width: 576px) {
  .header__content .logo svg:nth-child(1) {
    width: 64px;
  }
}

.header__content .logo svg:nth-child(2) {
  width: 186px;
  margin-top: 6px;
}

@media (max-width: 576px) {
  .header__content .logo svg:nth-child(2) {
    width: 135px;
    margin-top: 4px;
  }
}

.header__content .sale {
  position: absolute;
  top: -10px;
}

.header__content .sale:nth-child(2) {
  left: 0;
}

@media (max-width: 979px) {
  .header__content .sale:nth-child(2) {
    display: none;
  }
}

.header__content .sale:nth-child(3) {
  right: 0;
}

@media (max-width: 979px) {
  .header__content .sale:nth-child(3) {
    top: -35px;
  }
}

@media (max-width: 576px) {
  .header__content .sale:nth-child(3) {
    top: -30px;
  }
}

.header__content h2 {
  color: #9968ff;
  max-width: 610px;
  margin: 30.39px auto 17px;
}

@media (max-width: 1199px) {
  .header__content h2 {
    color: #fff;
  }
}

@media (max-width: 979px) {
  .header__content h2 {
    margin: 106.52px auto -3px;
  }
}

@media (max-width: 979px) {
  .header__content .to-order {
    margin: 6px auto -48px;
  }
}

@media (max-width: 576px) {
  .header__content .to-order {
    margin-bottom: -10%;
  }
}

.header__content img {
  position: absolute;
}

.header__content img.white {
  bottom: -104.16px;
  left: 46.08px;
}

@media (max-width: 1199px) {
  .header__content img.white {
    left: 0;
  }
}

@media (max-width: 979px) {
  .header__content img.white {
    position: relative;
    top: 38px;
    left: 0;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .header__content img.white {
    left: -20px;
  }
}

@media (max-width: 576px) {
  .header__content img.white {
    width: 60%;
    left: -5%;
  }
}

.header__content img.black {
  bottom: -115.44px;
  right: 51.2px;
}

@media (max-width: 1199px) {
  .header__content img.black {
    right: 0;
  }
}

@media (max-width: 979px) {
  .header__content img.black {
    bottom: -55px;
  }
}

@media (max-width: 767px) {
  .header__content img.black {
    right: -25px;
  }
}

@media (max-width: 576px) {
  .header__content img.black {
    width: 61%;
    min-width: 177px;
    right: -5%;
  }
}

/*
    advantages style
 */
.advantages {
  padding: 85px 0 25px;
  position: relative;
}

@media (max-width: 979px) {
  .advantages {
    padding: 55px 0 35px;
  }
}

.advantages__content {
  position: relative;
}

.advantages__content h3 {
  text-align: center;
  color: #a87eff;
}

@media (max-width: 767px) {
  .advantages__content h3 {
    font-size: 42px;
    line-height: 61px;
  }
}

@media (max-width: 576px) {
  .advantages__content h3 {
    font-size: 36px;
    line-height: 53px;
  }
}

.advantages__content-block {
  max-width: 750px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .advantages__content-block {
    display: block;
  }
}

.advantages__content-block figure {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 32%;
  max-width: 236px;
  padding: 22px 27px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  .advantages__content-block figure {
    width: 81%;
    min-width: 236px;
    max-width: 100%;
    margin: 0 auto 20px;
  }
}

.advantages__content-block figure h5 {
  color: #9968ff;
  margin: 11px auto 10px;
}

.advantages__content-block figure p {
  line-height: 18px;
}

.advantages__content .logo {
  position: absolute;
  top: 115px;
}

@media (max-width: 1599px) {
  .advantages__content .logo {
    top: 135px;
  }
}

@media (max-width: 1199px) {
  .advantages__content .logo {
    display: none;
  }
}

.advantages__content .logo svg {
  height: 88px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1599px) {
  .advantages__content .logo svg {
    height: 72px;
  }
}

@media (max-width: 1599px) {
  .advantages__content .logo svg {
    height: 57px;
  }
}

.advantages__content .logo svg path {
  fill-opacity: .1;
}

.advantages__content .logo svg:nth-child(1) {
  width: 157px;
}

@media (max-width: 1599px) {
  .advantages__content .logo svg:nth-child(1) {
    width: 127px;
  }
}

@media (max-width: 1599px) {
  .advantages__content .logo svg:nth-child(1) {
    width: 100px;
  }
}

.advantages__content .logo svg:nth-child(2) {
  width: 333px;
  margin-top: 10px;
}

@media (max-width: 1599px) {
  .advantages__content .logo svg:nth-child(2) {
    width: 270px;
  }
}

@media (max-width: 1599px) {
  .advantages__content .logo svg:nth-child(2) {
    width: 213px;
  }
}

.advantages__content .logo:nth-child(3) {
  left: -227.95px;
}

@media (max-width: 1899px) {
  .advantages__content .logo:nth-child(3) {
    left: -200px;
  }
}

@media (max-width: 1599px) {
  .advantages__content .logo:nth-child(3) {
    left: -26px;
  }
}

.advantages__content .logo:nth-child(4) {
  right: -273px;
}

@media (max-width: 1899px) {
  .advantages__content .logo:nth-child(4) {
    right: -200px;
  }
}

@media (max-width: 1599px) {
  .advantages__content .logo:nth-child(4) {
    right: -26px;
  }
}

.advantages:before {
  content: "";
  display: block;
  width: 100%;
  height: 1062px;
  background: url("../img/frozen.jpg") no-repeat center/cover;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: 0;
  left: 0;
}

/*
    video style
 */
.video {
  padding: 55px 0;
  position: relative;
}

@media (max-width: 979px) {
  .video {
    padding: 35px 0;
  }
}

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

@media (max-width: 979px) {
  .video__content {
    display: block;
  }
}

.video__content-clip {
  width: 553px;
}

@media (max-width: 979px) {
  .video__content-clip {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .video__content-clip {
    width: 100%;
    max-width: 553px;
  }
}

.video__content-clip figure {
  height: 304px;
  position: relative;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.25));
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .video__content-clip figure {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  }
}

@media (max-width: 767px) {
  .video__content-clip figure {
    height: auto;
    padding-bottom: 55%;
  }
}

.video__content-clip figure .video-play {
  width: 62px;
  height: 62px;
  background: url("../img/video/video-play.png") no-repeat center/cover;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 576px) {
  .video__content-clip figure .video-play {
    width: 33px;
    height: 33px;
  }
}

.video__content-clip figure:hover .video-play {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

.video__content-info {
  width: 458px;
}

@media (max-width: 1199px) {
  .video__content-info {
    width: 380px;
  }
}

@media (max-width: 979px) {
  .video__content-info {
    width: 100%;
    margin: 20px auto 0;
  }
}

.video__content-info h3 {
  margin-bottom: 20px;
}

@media (max-width: 979px) {
  .video__content-info h3 {
    text-align: center;
  }
}

.video:before {
  content: "";
  display: block;
  width: 100%;
  height: 506px;
  background: url("../img/snow.png") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/*
    gallery style
 */
@media (max-width: 979px) {
  .gallery__content > a {
    width: 32%;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .gallery__content > a {
    width: 48%;
    min-width: 141px;
    margin-bottom: 10px;
  }
}

@media (max-width: 979px) {
  .gallery__content > a:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 979px) {
  .gallery__content > a:nth-child(2) {
    display: none;
  }
}

@media (max-width: 979px) {
  .gallery__content > a:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 979px) {
  .gallery__content > a:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (max-width: 979px) {
  .gallery__content > a:nth-child(5) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media (max-width: 979px) {
  .gallery__content > a:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media (max-width: 576px) {
  .gallery__content > a:nth-child(6) {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
    margin-bottom: 0;
    margin-top: 10px;
  }
}

@media (max-width: 979px) {
  .gallery__content > a:nth-child(8) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media (max-width: 576px) {
  .gallery__content > a:nth-child(8) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
    margin-bottom: 0;
    margin-top: 10px;
  }
}

.gallery__content-block {
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 59.6%;
  max-width: 1135px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  position: relative;
}

@media (max-width: 979px) {
  .gallery__content-block {
    width: 100%;
    padding: 7px 10px 20px;
    background: url("../img/gallery/big-s.jpg") no-repeat top/cover;
    margin-top: 0;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
}

@media (max-width: 576px) {
  .gallery__content-block {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    padding: 7px 0 20px;
  }
}

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

@media (max-width: 979px) {
  .gallery__content-block img {
    display: none;
  }
}

.gallery__content-block h1, .gallery__content-block .price, .gallery__content-block .to-order {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 979px) {
  .gallery__content-block h1, .gallery__content-block .price, .gallery__content-block .to-order {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.gallery__content-block .price {
  width: 100%;
  top: 47.12%;
}

@media (max-width: 1899px) {
  .gallery__content-block .price {
    top: 38.12%;
  }
}

@media (max-width: 1599px) {
  .gallery__content-block .price {
    top: 34.12%;
  }
}

@media (max-width: 1199px) {
  .gallery__content-block .price {
    top: 26.12%;
  }
}

.gallery__content-block .to-order {
  width: 250px;
  bottom: 9.86%;
}

@media (max-width: 1599px) {
  .gallery__content-block .to-order {
    bottom: 5.86%;
  }
}

@media (max-width: 979px) {
  .gallery__content-block .to-order {
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  .gallery__content-block .to-order {
    width: 81%;
    min-width: 250px;
    max-width: 380px;
  }
}

/*
    catalog style
 */
.catalog {
  padding: 55px 0;
}

@media (max-width: 979px) {
  .catalog {
    padding: 35px 0;
  }
}

.catalog .container {
  position: relative;
}

.catalog .container:before, .catalog .container:after {
  content: "";
  display: block;
  width: 194px;
  height: 1135px;
  background: url("../img/catalog/logo.png") no-repeat center/cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

.catalog .container:before {
  left: -267px;
}

@media (max-width: 1899px) {
  .catalog .container:before {
    left: -214px;
  }
}

@media (max-width: 1599px) {
  .catalog .container:before {
    display: none;
  }
}

.catalog .container:after {
  right: -267px;
}

@media (max-width: 1899px) {
  .catalog .container:after {
    right: -214px;
  }
}

@media (max-width: 1599px) {
  .catalog .container:after {
    display: none;
  }
}

.catalog .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  top: 10px;
  right: 30px;
}

@media (max-width: 979px) {
  .catalog .price {
    display: block;
    text-align: center;
    position: static;
  }
}

.catalog .price span.old-price {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin: -3px 0 0;
}

.catalog .price span.new-price {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.catalog form {
  width: 250px;
}

@media (max-width: 576px) {
  .catalog form {
    width: 81%;
    min-width: 250px;
    max-width: 380px;
    margin: 0 auto;
  }
}

.catalog form .form-group input {
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 5px 10px;
  background: transparent;
  border: 1px solid #000;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.catalog form .form-group input::-webkit-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  opacity: 1;
}

.catalog form .form-group input::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  opacity: 1;
}

.catalog form .form-group input:-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  opacity: 1;
}

.catalog form .form-group input::-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  opacity: 1;
}

.catalog form .form-group input::placeholder {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  opacity: 1;
}

.catalog form .form-group input:active, .catalog form .form-group input:focus, .catalog form .form-group input:required {
  outline: none;
}

.catalog form .form-group input:active, .catalog form .form-group input:focus {
  color: #fe5555;
  border: 1px solid #fe5555;
}

.catalog form .form-group.tel {
  margin: 10px auto;
}

.catalog__shoe {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 29px 30px 30px;
  background: url("../img/frozen.jpg") no-repeat center/cover;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}

@media (max-width: 979px) {
  .catalog__shoe {
    padding: 20px 0;
  }
}

.catalog__shoe .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 459px;
  margin-left: auto;
}

@media (max-width: 979px) {
  .catalog__shoe .logo {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}

.catalog__shoe .logo svg {
  height: 39px;
}

.catalog__shoe .logo svg:nth-child(1) {
  width: 69px;
  margin-right: 13.85px;
}

.catalog__shoe .logo svg:nth-child(2) {
  width: 146px;
}

.catalog__title {
  width: 309px;
  font-family: inherit;
  font-size: 36px;
  font-weight: bold;
  margin-left: auto;
  line-height: 1.4;
  color: #9968ff;
  padding-right: 150px;
}

.catalog__shoe-title {
  width: 459px;
  margin: 10px 0 15px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 979px) {
  .catalog__shoe-title {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 11px auto -7px;
  }
}

.catalog__shoe-title figure:nth-child(1) img {
  width: 32px;
}

.catalog__shoe-title figure:nth-child(2) {
  margin-top: 7px;
}

.catalog__shoe-title h5 {
  color: #9968ff;
  margin: 0 23px 0 13px;
}

.catalog__shoe-img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 560px;
  padding: 50px 0 30px 19px;
  background: -o-linear-gradient(313.19deg, rgba(168, 126, 255, 0.8) 0%, rgba(252, 167, 228, 0.8) 100%);
  background: linear-gradient(136.81deg, rgba(168, 126, 255, 0.8) 0%, rgba(252, 167, 228, 0.8) 100%);
  position: absolute;
  top: 0;
  left: 0;

  height: 100%;
}

@media (max-width: 1199px) {
  .catalog__shoe-img {
    width: 435px;
    padding-left: 15px;
  }
}

@media (max-width: 979px) {
  .catalog__shoe-img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    margin: 20px auto;
  }
}

.catalog__shoe-img .color {
  width: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 30px;
  right: 22px;
  z-index: 15;
}

@media (max-width: 979px) {
  .catalog__shoe-img .color {
    right: 130px;
  }
  .catalog__title {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 576px) {
  .catalog__shoe-img .color {
    right: 12px;
  }
}

.catalog__shoe-img .color span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 36px;
  height: 36px;
  background: transparent;
  border: 2px solid transparent;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.catalog__shoe-img .color span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.catalog__shoe-img .color span.white:before {
  background: #fff;
}

.catalog__shoe-img .color span.white.active {
  border: 2px solid #fff;
}

.catalog__shoe-img .color span.black:before {
  background: #000;
}

.catalog__shoe-img .color span.black.active {
  border: 2px solid #000;
}


.catalog__shoe-img .color span.gold:before {
    background: #ffd087;
}

.catalog__shoe-img .color span.gold.active {
    border: 2px solid #ffd087;
}

.catalog__shoe-img .color span.grey:before {
    background: #a9a9a9;
}

.catalog__shoe-img .color span.grey.active {
    border: 2px solid #a9a9a9;
}


.catalog__shoe-img img.big {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -75px;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

@media (max-width: 1199px) {
  .catalog__shoe-img img.big {
    width: 345px;
    right: -30px;
  }
}

@media (max-width: 979px) {
  .catalog__shoe-img img.big {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (max-width: 576px) {
  .catalog__shoe-img img.big {
    width: 86%;
    min-width: 251px;
  }
}

.catalog__shoe-img .images {
  margin-bottom: 10px;
}

@media (max-width: 979px) {
  .catalog__shoe-img .images {
    max-width: 460px;
    margin: 22px auto 20px;
  }
}

@media (max-width: 576px) {
  .catalog__shoe-img .images {
    width: 86%;
    min-width: 250px;
    max-width: 380px;
  }
}

.catalog__shoe-img .images .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 979px) {
  .catalog__shoe-img .images .owl-stage {
    display: block;
  }
}

.catalog__shoe-img .images .owl-item {
  margin-bottom: 10px;
}

@media (max-width: 979px) {
  .catalog__shoe-img .images .owl-item {
    margin-bottom: 0;
  }
}

.catalog__shoe-img .images .owl-item:last-child {
  margin-bottom: 0;
}

.catalog__shoe-img .images a {
  width: 100px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 979px) {
  .catalog__shoe-img .images a {
    width: auto;
  }
}

.catalog__shoe-img .images a img {
  width: 100%;
}

.catalog__shoe-img .images a:last-child {
  margin-bottom: 0;
}

.catalog__shoe-img .images .owl-dots {
  margin: 10px auto 0;
}

@media (max-width: 979px) {
  .catalog__shoe-img h6 {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .catalog__shoe-img h6 {
    width: 48%;
    margin: 0 auto;
  }
}

.catalog__shoe ul {
  width: 459px;
  margin-left: auto;
}

@media (max-width: 979px) {
  .catalog__shoe ul {
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .catalog__shoe ul {
    width: 254px;
  }
}

.catalog__shoe ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.catalog__shoe ul li span {
  line-height: 24px;
  display: block;
}

@media (max-width: 576px) {
  .catalog__shoe ul li span {
    font-size: 12px;
    line-height: 20px;
  }
}

.catalog__shoe ul li span:nth-child(1) {
  width: 289px;
}

@media (max-width: 979px) {
  .catalog__shoe ul li span:nth-child(1) {
    width: 249px;
  }
}

@media (max-width: 576px) {
  .catalog__shoe ul li span:nth-child(1) {
    width: 42%;
    min-width: 109px;
  }
}

.catalog__shoe ul li span:nth-child(2) {
  width: calc(100% - 160px);
}

@media (max-width: 979px) {
  .catalog__shoe ul li span:nth-child(2) {
    width: calc(100% - 249px);
  }
}

@media (max-width: 576px) {
  .catalog__shoe ul li span:nth-child(2) {
    width: 58%;
  }
}

.catalog__shoe-info {
  width: 459px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 27px 0 0 auto;
}

@media (max-width: 979px) {
  .catalog__shoe-info {
    margin: 46px auto 0;
  }
}

@media (max-width: 576px) {
  .catalog__shoe-info {
    width: 100%;
    display: block;
  }
}

.catalog__shoe-info .size {
  width: 92px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 576px) {
  .catalog__shoe-info .size {
    width: 251px;
    margin: 0 auto 20px;
  }
}

.catalog__shoe-info .size p {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 36px;
  padding: 7.5px 0;
  border: 1px solid #000;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 9;
}

.catalog__shoe-info .size p span {
  text-align: left;
  color: #a87eff;
  display: block;
  width: 55px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -65px;
  cursor: auto;
  opacity: 0;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

@media (max-width: 576px) {
  .catalog__shoe-info .size p span {
    text-align: center;
    top: -26px;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.catalog__shoe-info .size p:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: -o-linear-gradient(315deg, #fca7e4 0%, #a87eff 100%);
  background: linear-gradient(135deg, #fca7e4 0%, #a87eff 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.catalog__shoe-info .size p.active {
  color: #fff;
}

.catalog__shoe-info .size p.active span {
  opacity: 1;
}

.catalog__shoe-info .size p.active:before {
  opacity: 1;
}

.catalog__shoe-info .size p:nth-child(odd) span {
  right: -121px;
}

.catalog__shoe-info .size p:nth-child(3), .catalog__shoe-info .size p:nth-child(4) {
  margin: 20px 0;
}

@media (max-width: 576px) {
  .catalog__shoe-info .size p:nth-child(3), .catalog__shoe-info .size p:nth-child(4) {
    margin: 0;
  }
}

.catalog__shoe-info .size p:last-child span {
  right: -65px;
}

.catalog__shoe {
  margin: 20px auto;
}

@media (max-width: 979px) {
  .catalog__shoe.sneakers .catalog__shoe-img {
    padding-top: 105px;
  }
}

@media (max-width: 979px) {
  .catalog__shoe.sneakers .catalog__shoe-img .images {
    margin-top: 35px;
  }
}

.catalog__spray {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0 41px;
  background: url("../img/frozen.jpg") no-repeat center/cover;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  position: relative;
}

@media (max-width: 979px) {
  .catalog__spray {
    padding: 2px 0 20px;
  }
}

.catalog__spray h3 {
  text-transform: uppercase;
  color: #000;
  margin: 0 0 65px 300px;
  font-size: 36px;
}

@media (max-width: 979px) {
  .catalog__spray h3 {
    margin: 0 auto;
    text-align: center;
  }
}

.catalog__spray .price {
  margin: 0 auto 20px;
}

.catalog__spray-img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  padding: 16px 27.5px 23px;
  background: -o-linear-gradient(313.19deg, rgba(168, 126, 255, 0.8) 0%, rgba(252, 167, 228, 0.8) 100%);
  background: linear-gradient(136.81deg, rgba(168, 126, 255, 0.8) 0%, rgba(252, 167, 228, 0.8) 100%);
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 979px) {
  .catalog__spray-img {
    position: static;
    width: 100%;
    padding: 20px 0;
  }
}

.catalog__spray ul {
  width: 249px;
  position: absolute;
  top: 129px;
  right: 0;
}

@media (max-width: 979px) {
  .catalog__spray ul {
    position: static;
    margin: 40px auto 20px;
  }
}

.catalog__spray ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.catalog__spray ul li span {
  display: block;
  line-height: 24px;
}

.catalog__spray ul li span:nth-child(1) {
  width: 115px;
}

.catalog__spray ul li span:nth-child(2) {
  width: calc(100% - 115px);
}

.catalog__spray p {
  width: 436px;
  margin-left: 300px;
}

@media (max-width: 1199px) {
  .catalog__spray p {
    width: 356px;
  }
}

@media (max-width: 979px) {
  .catalog__spray p {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .catalog__spray p {
    padding: 0 15px;
  }
}

.catalog__spray p:nth-of-type(2) {
  margin: 41.5px 0 41.5px 300px;
}

@media (max-width: 979px) {
  .catalog__spray p:nth-of-type(2) {
    margin: 20px auto;
  }
}

.catalog__spray form {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

@media (max-width: 979px) {
  .catalog__spray form {
    position: static;
    margin: 20px auto 0;
  }
}

/*
    photo style
 */
@media (max-width: 979px) {
  .photo__content a {
    width: 24%;
  }
}

@media (max-width: 576px) {
  .photo__content a {
    width: 48%;
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .photo__content a:nth-child(3) {
    margin-bottom: 0;
  }
}

@media (max-width: 979px) {
  .photo__content a:last-child {
    display: none;
  }
}

@media (max-width: 576px) {
  .photo__content a:last-child {
    margin-bottom: 0;
  }
}

/*
    review style
 */
.review {
  padding: 55px 0 35px;
  position: relative;
}

@media (max-width: 979px) {
  .review {
    padding-top: 35px;
  }
}

.review__content h3 {
  text-align: center;
}

@media (max-width: 576px) {
  .review__content h3 {
    line-height: 46px;
  }
}

@media (max-width: 576px) {
  .review__content h3 span {
    display: block;
    font-size: 36px;
    line-height: 35px;
  }
}

.review__content-slider {
  position: relative;
}

@media (max-width: 1199px) {
  .review__content-slider {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 25px;
  }
}

@media (max-width: 979px) {
  .review__content-slider {
    padding: 0;
  }
}

.review__content-slider .owl-stage-outer {
  margin: 0 -20px;
}

.review__content-slider .owl-stage {
  margin: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
}

.review__content-slider figure {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 34px 45px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  position: relative;
}

@media (max-width: 767px) {
  .review__content-slider figure {
    padding: 20px 12px;
  }
}

.review__content-slider figure h5 {
  text-align: left;
  margin-bottom: 27px;
}

.review__content-slider figure:after {
  content: "";
  display: block;
  width: 95px;
  height: 15px;
  background: url("../img/star.png") no-repeat center/cover;
  position: absolute;
  top: 46px;
  right: 49px;
}

@media (max-width: 1199px) {
  .review__content-slider figure:after {
    right: 15px;
  }
}

@media (max-width: 767px) {
  .review__content-slider figure:after {
    top: 32px;
    right: 12px;
  }
}

.review__content-slider .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.review__content-slider .owl-nav button.owl-prev {
  left: -42px;
}

@media (max-width: 1599px) {
  .review__content-slider .owl-nav button.owl-prev {
    left: -25px;
  }
}

@media (max-width: 1199px) {
  .review__content-slider .owl-nav button.owl-prev {
    left: 0;
  }
}

.review__content-slider .owl-nav button.owl-next {
  -webkit-transform: translateY(-50%) scale(-1, 1);
      -ms-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  right: -42px;
}

@media (max-width: 1599px) {
  .review__content-slider .owl-nav button.owl-next {
    right: -25px;
  }
}

@media (max-width: 1199px) {
  .review__content-slider .owl-nav button.owl-next {
    right: 0;
  }
}

.review:before {
  content: "";
  display: block;
  width: 100%;
  height: 506px;
  background: url("../img/snow.png") no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*
    footer style
 */
.footer {
  background: url("../img/footer/bg.jpg") no-repeat center/cover;
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.25));
  padding: 55px 0 59px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .footer {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  }
}

@media (max-width: 979px) {
  .footer {
    padding: 35px 0;
  }
}

@media (max-width: 767px) {
  .footer {
    background: transparent;
    position: relative;
    z-index: 9;
  }
}

.footer .delivery h3 {
  text-align: center;
}

@media (max-width: 576px) {
  .footer .delivery h3 {
    line-height: 46px;
  }
}

.footer .delivery__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 928px;
  margin: 20px auto 0;
}

@media (max-width: 767px) {
  .footer .delivery__content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 540px;
  }
}

@media (max-width: 767px) {
  .footer .delivery__content figure {
    width: 48%;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .footer .delivery__content figure {
    width: 100%;
  }
}

.footer .delivery__content figure p {
  text-align: center;
  color: #fff;
  margin-top: 1px;
}

@media (max-width: 767px) {
  .footer .delivery__content figure p br {
    display: none;
  }
}

@media (max-width: 576px) {
  .footer .delivery__content figure p br {
    display: block;
  }
}

@media (max-width: 767px) {
  .footer .delivery__content figure:nth-child(3) {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .footer .delivery__content figure:nth-child(3) {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .footer .delivery__content figure:last-child {
    margin-bottom: 0;
  }
}

.footer .information {
  width: 500px;
  margin: 55px 0 0 auto;
  position: relative;
}

@media (max-width: 979px) {
  .footer .information {
    margin: 35px auto 0;
  }
}

@media (max-width: 576px) {
  .footer .information {
    width: 100%;
  }
}

.footer .information .logo {
  position: absolute;
  top: 50%;
  left: -649px;
  transform: translateY(-50%);
}

.footer .information .logo img {
  width: 200px;
}

@media (max-width: 1199px) {
  .footer .information .logo {
    left: -449px;
  }
}

@media (max-width: 979px) {
  .footer .information .logo {
    position: static;
    transform: none;
  }
}

.footer .information .logo svg {
  height: 96px;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .footer .information .logo svg {
    height: 60px;
  }
}

.footer .information .logo svg path {
  fill: #fff;
}

.footer .information .logo svg:nth-child(1) {
  width: 172px;
  margin-bottom: 9px;
}

@media (max-width: 576px) {
  .footer .information .logo svg:nth-child(1) {
    width: 107px;
    margin-bottom: 7px;
  }
  .catalog__spray h3 {
    font-size: 30px;
  }
}

.footer .information .logo svg:nth-child(2) {
  width: 363px;
}

@media (max-width: 576px) {
  .footer .information .logo svg:nth-child(2) {
    width: 226px;
  }
}

@media (max-width: 979px) {
  .footer .information h2 {
    margin: 20px auto -2px;
  }
}

.footer .information .price {
  margin: 17px auto 33px;
}

@media (max-width: 979px) {
  .footer .information .price {
    margin: 0 auto 0;
  }
}

.footer .information .price span.old-price {
  color: #fff;
}

.footer .information .price span.old-price:after {
  background: #fff;
}

.footer .information .to-order {
  margin: 0 auto;
}

@media (max-width: 979px) {
  .footer .information .to-order {
    margin-top: 6px;
  }
}

.footer .information .to-order p {
  color: #fff;
}

@media (max-width: 767px) {
  .footer:before {
    content: "";
    display: block;
    width: 1920px;
    height: 100%;
    background: url("../img/footer/bg-s.jpg") no-repeat center/cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
}

/*# sourceMappingURL=style.css.map */

label.error {
  display: none !important;
}

.popup {
  max-width: 600px;
  padding: 20px !important;

}

.popup h2 {
  margin: 0 0 15px;
  font-size: 24px;

  text-align: center;
  color: #000;
  line-height: 1.3;
}

.popup p {
  margin: 15px 0;
}

.footer-info {
  text-align: center;
  color: #fff;
  padding: 15px 0;
  background-color:#412e5b;
}

.footer-info a {
  color: inherit;
  text-decoration: underline;
}

.change-prod-feature .item {
  opacity: 0.6;
}

.change-prod-feature .item.active {
  font-weight: bold;
  opacity: 1;
}

.change-prod-feature select {
  border: none;
  border-bottom: 1px solid #222;
  outline: none;
  background: none;
  cursor: pointer;
  /*padding-left: 0;*/
}

.catalog__shoe {
    min-height: 530px;
}

.product-not-available {
    width: 100%;
    font-weight: 500;
    font-size: 22px;
    color: #ff5252;
    text-align: center;
}
