@font-face {
  font-family: 'OldStandard';
  src: url('/bitrix/templates/sr/fonts/OldStandard-Regular.woff2') format('woff2'),
       url('/bitrix/templates/sr/fonts/OldStandard-Regular.woff') format('woff'),
       url('/bitrix/templates/sr/fonts/OldStandard-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dance';
  src: url('/bitrix/templates/sr/fonts/dance-partner.woff2') format('woff2'),
       url('/bitrix/templates/sr/fonts/dance-partner.woff') format('woff'),
       url('/bitrix/templates/sr/fonts/dance-partner.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, address {
  display: block;
}

audio, canvas {
  display: inline-block;
}

video {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

address {
  font-style: normal;
}

ul, ol, li, form, fieldset, a, img, div, figure, address {
  margin: 0;
  padding: 0;
  border: 0;
}

ul {
  list-style: inside;
}

ol {
  list-style: inside;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal inside;
}

ol {
  padding: 10px 0;
}

ol li {
  margin: 0 0 20px 0;
}

body {
  height: 100%;
  position: relative;
  background: #fff;
}

body, td, input, textarea, butto {
  margin: 0px;
  padding: 0px;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
   font-family: 'OldStandard', serif;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

b,
strong {
  font-weight: 900;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.main {
  position: relative;
}

.cbc {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  min-height: 100%;
  width: 100%;
}

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

input::-moz-placeholder {
  opacity: 1;
  color: #000;
}

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

textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}

textarea::-moz-placeholder {
  opacity: 1;
  color: #000;
}

textarea:-ms-input-placeholder {
  opacity: 1;
  color: #000;
}

input[type="submit"] {
  cursor: pointer;
}

textarea,
button,
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  outline: none;
}

select {
  outline: none;
}

body, td, input, textarea, buttonn, select {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px;
}

.product-nav {
  width: 60px;
  max-height: 100%;
}

.product-nav .swiper-slide {
  width: 60px;
  height: 60px;
  cursor: pointer;
  overflow: hidden;
}
.swiper-pagination {
  display: flex;
  flex-flow: row wrap;
  bottom: 0!important;
}

.swiper-pagination-bullet {
  margin: 0!important;
  flex: 1 1;
  border-radius:0.2rem;
  height: 4px;
  transition: left 0.2s ease-in-out;
}

@media (max-width: 568px) {
  .product-for {
    width: 100%;
  }
  .product-nav {
    display: none;
  }
  .title-h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

.swiper-pagination-bullet-active {
  background-color: #bd1c5c;

}

.product-nav .swiper-slide-thumb-active {
  border: 1px solid #000;
}

.product-for {
  width: calc(100% - 100px);
}

.product-for .swiper-slide {
  position: relative;
}
.product-for .swiper-slide a:before {
  content:'';
  background-image: url('../images/zoom-in.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 0;
  left: calc(50% - (40px/2));
  top: calc(50% - (40px/2));
  display: none;
}

.product-for .slick-dots li {
  background-color: #000;
}
.product-for:hover .swiper-button-next,
.product-for:hover .swiper-button-prev{
  display: block;
}
.product-for .swiper-slide:hover a:before {
  display: block;
}

.swiper-button-next {
  background-image: url('../images/arrow.svg');
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  right: 10px;
  top: 50%;
  transition: 0.2s;
  display: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-prev {
  background-image: url('../images/arrow.svg');
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: rotate(-180deg);
  left: 10px;
  top: 50%;
  transition: 0.2s;
 
  display: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #fff;
  border-radius: 50%;
  background-size: 50%;
  background-position-x: 9px;
  border: 1px solid #000;
}
.product-for .slick-prev:active {
  transform: scale(-1);
}
.product__gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .row {
    margin: -10px;
  }
}

@media (max-width: 568px) {
  .row {
    margin: -5px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding: 20px;
}

@media (max-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding: 10px;
  }
}

@media (max-width: 568px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding: 5px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

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

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

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

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}

@media (min-width: 768px) {
    .swiper-pagination {
    display: none;
  }
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}

.no-gutters-left {
  padding-left: 0;
}

.no-gutters-right {
  padding-right: 0;
}

@media (min-width: 1200px) {
  .no-gutters-left-xl {
    padding-left: 0;
  }
  .no-gutters-right-xl {
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .no-gutters-left-lg {
    padding-left: 0;
  }
  .no-gutters-right-lg {
    padding-right: 0;
  }
}

@media (min-width: 767px) {
  .no-gutters-left-md {
    padding-left: 0;
  }
  .no-gutters-right-md {
    padding-right: 0;
  }
}

/* elements */
.title-h1,
.title-h2,
.title-h3 {
  padding: 0;
  margin: 0;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 600;
}

.title-h1 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 43px;
}

.title-h2 {
  font-size: 46px;
  margin-bottom: 75px;
  text-align: center;
}

@media (max-width: 1200px) {
  .title-h2 {
    font-size: 40px;
    margin-bottom: 60px;
  }
}

@media (max-width: 568px) {
    .product-for {
    width: 100%;
  }
  .product-gallery__hint.pad-left{
      padding-left: 0;
  }
  .product-nav {
    display: none;
  }
  .title-h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

.title-h3 {
  font-size: 23px;
}

@media (max-width: 568px) {
  .title-h3 {
    font-size: 20px;
  }
}

.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;
  padding: 0 30px;
  height: 40px;
  text-decoration: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  border: none;
  background: #000;
  white-space: nowrap;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 568px) {
  .button {
    padding: 0 10px;
  }
}

@media (max-width: 360px) {
  .button {
    font-size: 12px;
  }
}

.button:hover, .button.active {
  background: #ffd8cf;
  color: #000;
}

.button--white {
  border: 1px solid #000;
  color: #000;
  background: #fff;
}

.button--white:hover {
  color: #fff;
  background: #000;
}

.button--lg {
  height: 54px;
  font-size: 18px;
}

@media (max-width: 992px) {
  .button--lg {
    height: 46px;
    font-size: 16px;
  }
}

@media (max-width: 568px) {
  .button--lg {
    height: 40px;
    font-size: 14px;
    padding: 0 10px;
  }
}

@media (max-width: 360px) {
  .button--lg {
    font-size: 12px;
  }
}

.button--xl {
  height: 70px;
  font-size: 23px;
}

@media (max-width: 1200px) {
  .button--xl {
    height: 54px;
    font-size: 18px;
  }
}

@media (max-width: 568px) {
  .button--xl {
    height: 40px;
    font-size: 14px;
    padding: 0 10px;
  }
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 992px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 568px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section__title {
  text-align: center;
  margin-bottom: 70px;
}

@media (max-width: 1200px) {
  .section__title {
    margin-bottom: 60px;
  }
}

@media (max-width: 568px) {
  .section__title {
    margin-bottom: 30px;
  }
}

.typography {
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 992px) {
  .typography {
    font-size: 15px;
    line-height: 24px;
  }
}

.typography h1,
.typography h2,
.typography h3 {
  padding: 0;
  margin: 0;
  font-family: "Montserrat";
  font-weight: bold;
}

.typography h1,
.typography .h1 {
  font-size: 35px;
  font-weight: 700;
  line-height: 47px;
  margin: 0 0 30px;
}

.typography h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 15px;
}

@media (max-width: 992px) {
  .typography h2 {
    font-size: 16px;
    margin: 0 0 18px;
    line-height: 26px;
  }
}

.typography h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 20px;
}

@media (max-width: 992px) {
  .typography h3 {
    font-size: 14px;
    margin: 0 0 18px;
    line-height: 1.8;
  }
}

.typography h4 {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 20px;
  font-weight: 900;
}

@media (max-width: 992px) {
  .typography h4 {
    font-size: 15px;
    margin: 0 0 18px;
  }
}

.typography P {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 20px;
}

@media (max-width: 992px) {
  .typography P {
    font-size: 13px;
    line-height: 1.8;
    margin: 0 0 18px;
  }
}

.typography P:last-child {
  margin-bottom: 0;
}

.typography img {
  display: block;
  max-width: 100%;
}

.typography figure {
  display: block;
  margin: 40px 0;
}

@media (max-width: 568px) {
  .typography figure {
    margin: 20px -15px 20px;
  }
}

.typography figure:first-child {
  margin-top: 0;
}

.typography ul {
  margin-bottom: 30px;
}

.typography ul li {
  font-size: 16px;
  line-height: 26px;
  padding-left: 43px;
  margin-bottom: 10px;
  position: relative;
}

.typography ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 20px;
  height: 1px;
  background: #000;
}

@media (max-width: 992px) {
  .typography ul li {
    font-size: 13px;
    line-height: 19px;
  }
  .typography ul li::before {
    top: 12px;
  }
}

.typography ol {
  margin-bottom: 15px;
  padding-left: 15px;
  counter-reset: custom-counter;
  list-style: none;
}

.typography ol:last-child {
  margin-bottom: 0;
}

.typography ol li {
  font-size: 16px;
  line-height: 26px;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
  list-style: none;
}

@media (max-width: 992px) {
  .typography ol li {
    font-size: 13px;
    line-height: 19px;
  }
}

.typography ol li::before {
  content: counter(custom-counter) ".";
  counter-increment: custom-counter;
  position: absolute;
  left: 0;
  top: 0;
}

.typography table {
  width: 100%;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 576px) {
  .typography table {
    font-size: 15px;
    line-height: 20px;
  }
}

.typography table th {
  height: 80px;
}

.typography table td {
  border: 1px solid #000;
  padding: 20px;
}

@media (max-width: 576px) {
  .typography table td {
    padding: 15px;
  }
}

.typography table p {
  text-indent: 0;
}

.typography .row {
  margin-top: 15px;
}

.typography .button-box {
  margin-top: 40px;
}

@media (max-width: 568px) {
  .typography .button-box .button {
    width: calc(100% - 10px);
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  margin-bottom: 20px;
}

.breadcrumb__sepor {
  margin: 0 3px;
}

.pgn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.pgn__item {
  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;
  font-size: 16px;
  margin: 0 14px;
}

@media (max-width: 992px) {
  .pgn__item {
    font-size: 14px;
    margin: 0 10px;
  }
  .pgn__item.mob-hide {
    display: none;
  }
}

.pgn__nav {
  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;
  width: 51px;
  height: 66px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 77px;
}

.pgn__nav:first-child {
  margin-left: 0;
}

.pgn__nav:last-child {
  margin-right: 0;
}

@media (max-width: 992px) {
  .pgn__nav {
    width: 29px;
    height: 37px;
    margin: 0 45px;
  }
}

.pgn__nav.prev {
  background-image: url(../images/nav-arrow-prev.svg);
}

.pgn__nav.next {
  background-image: url(../images/nav-arrow-next.svg);
}

.underline {
  text-transform: uppercase;
  position: relative;
}

.underline::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #000;
}

.underline:hover::after {
  opacity: 0;
  width: 0;
}

.forms__label {
  display: block;
  font-size: 15px;
  margin-bottom: 12px;
  position: relative;
}

.forms textarea,
.forms input[type="text"],
.forms input[type="password"],
.forms input[type="email"],
.forms input[type="tel"],
.forms select {
  width: 100%;
  height: 46px;
  padding: 0 20px;
  font-size: 18px;
  text-align: left;
  color: #000;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.forms textarea::placeholder,
.forms input[type="text"]::placeholder,
.forms input[type="password"]::placeholder,
.forms input[type="email"]::placeholder,
.forms input[type="tel"]::placeholder {
    color: rgba(0,0,0,.5);
}
.forms textarea {
  padding: 17px 19px;
  resize: none;
  height: 168px;
}

.forms__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 10px;
}

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

.forms__text .button-plus,
.forms__text .button-minus {
  position: absolute;
  left: 100%;
  margin-left: 16px;
  top: 50%;
  margin-top: -12px;
}

@media (max-width: 992px) {
  .forms__text .button-plus,
  .forms__text .button-minus {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 8px 0 7px;
  }
}

.forms__row {
  margin: 0 -15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

@media (max-width: 767px) {
  .forms__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.forms__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .forms__field {
    display: block;
    margin-bottom: 15px;
  }
  .forms__field:last-child {
    margin-bottom: 0;
  }
}

.forms__field:last-child {
  margin: 0;
}

.forms__hint {
  font-size: 12px;
  text-transform: uppercase;
  margin: 5px 0;
}
.forms__hint a{
    border-bottom: 1px dashed #000;
}

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

.forms__check, .forms__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 992px) {
  .forms__check, .forms__radio {
    font-size: 12px;
    line-height: 18px;
  }
}

.forms__check span, .forms__radio span {
  display: inline-block;
  padding: 0px 0 0 5px;
}

.forms__check .checked ~ span, .forms__radio .checked ~ span {
  color: #000;
}

.forms__check a, .forms__radio a {
  position: relative;
}

.forms__check a::after, .forms__radio a::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: #000;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.forms__check a:hover, .forms__radio a:hover {
  color: #000;
}

.forms__check a:hover::after, .forms__radio a:hover::after {
  opacity: 1;
  background: #000;
}

.forms__radio .jq-radio {
  margin-right: 10px;
}

.forms__check .jq-checkbox {
  margin-right: 10px;
  top: 1px;
}

.forms__select .jq-selectbox {
  width: 100%;
}

.forms .button {
  height: 46px;
  font-size: 18px;
}

.radio-toggle {
  font-size: 16px;
}

.radio-toggle label {
  cursor: pointer;
}

.radio-toggle input {
  display: none;
}

.radio-toggle input:checked ~ span {
  font-weight: 600;
}

.radio-toggle input:disabled ~ span {
  color: gray;
  cursor: default;
}

.error {
  position: relative;
}

.error .error-text {
  display: block;
}

.error input,
.error textarea {
  color: red;
  border-color: red !important;
}

.error input::-webkit-input-placeholder {
  color: red;
}

.error input::-moz-placeholder {
  color: red;
}

.error input:-ms-input-placeholder {
  color: red;
}

.error textarea::-webkit-input-placeholder {
  color: red;
}

.error textarea::-moz-placeholder {
  color: red;
}

.error textarea:-ms-input-placeholder {
  color: red;
}

.error-text {
  display: none;
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: red;
  padding-top: 5px;
}

.burger-btn {
  width: 30px;
  height: 21px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  background: none;
  border: none;
  position: relative;
  outline: none;
}

.burger-btn span {
  position: absolute;
  left: 0;
  top: 9px;
  width: 30px;
  height: 3px;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.burger-btn::before, .burger-btn::after {
  content: '';
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.burger-btn::before {
  top: 0;
}

.burger-btn::after {
  bottom: 0;
}

.burger-btn.open {
  height: 30px;
  margin-top: -3px;
}

.burger-btn.open span {
  opacity: 0;
}

.burger-btn.open::before, .burger-btn.open::after {
  width: 28px;
  background: #000;
}

.burger-btn.open::before {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.burger-btn.open::after {
  bottom: 50%;
  margin-bottom: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hr {
  height: 1px;
  margin: 40px -1000px;
  background: #b4b4b4;
}

@media (max-width: 767px) {
  .hr {
    margin: 20px 0;
  }
}

/* plugins */
.fancybox-close-small {
  top: 15px;
  right: 15px;
  width: 18px;
  height: 18px;
  background: url(../images/icon-cross.png) center no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .fancybox-close-small {
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-size: 18px;
    background-color: #fff;
  }
}

.fancybox-close-small svg {
  display: none;
}

.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 567px) {
  .slick-dots {
    bottom: -15px;
  }
}

.slick-dots li {
    width: 60px;
    height: 5px;
    border-radius: 2.5px;
    background: #000;
    margin: 0 4px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.3;
    cursor: pointer;
}

@media (max-width: 767px) {
  .slick-dots li {
    width: 30px;
  }
}

@media (max-width: 567px) {
  .slick-dots li {
    width: 30px;
    height: 4px;
    margin: 0 2px;
  }
}

.slick-dots li.slick-active {
  opacity: 1;
}

.slick-dots button {
  width: 11px;
  height: 11px;
  background: none;
  border: none;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
}

.slick-arrow {
  position: absolute;
  z-index: 100;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  border: none;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
  transform: rotate(90deg);
  background-color: #fff;
  border-radius: 50%;
  background-size: 50%;  
  background-image: url(../images/arrow2.svg);
}
.slick-arrow:hover{
  opacity: 1;	
}

/*@media (max-width: 1200px) {
  .slick-arrow {
    width: 28px;
    height: 36px;
    margin-top: -18px;
  }
}*/

.slick-arrow:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.slick-prev {
  left: 20px;
  transform: rotate(270deg);
}

/*@media (max-width: 1200px) {
  .slick-prev {
    margin-left: 10px;
  }
}*/

.slick-next {
  right: 20px;
}

/*@media (max-width: 1200px) {
  .slick-next {
    margin-right: 10px;
  }
}*/

.slick-disabled {
  opacity: 0;
}

.slick-disabled:hover {
  -webkit-transform: none;
          transform: none;
}

@media (min-width: 993px) {
  .fix-scroll__fly.fixed {
    position: fixed;
    top: 77px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1000;
  }
  .fix-scroll__fly.fixed .fix-scroll__wrap {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

@media (max-width: 992px) {
  .fix-scroll {
    height: auto !important;
  }
}

/* support class style */
.flex-center {
  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;
}

.disp_none {
  display: none;
}

.full-bg {
  margin-left: -500px;
  margin-right: -500px;
  padding-left: 500px;
  padding-right: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 992px) {
  .full-bg {
    margin-left: -150px;
    margin-right: -150px;
    padding-left: 150px;
    padding-right: 150px;
  }
}

@media (max-width: 568px) {
  .full-bg {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.full-page {
  margin-left: -1000px;
  margin-right: -1000px;
}

.full-page__wrap {
  width: 100vw;
  margin: 0 auto;
}

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

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

.text-right {
  text-align: right;
}

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.white-bg {
  background-color: #fff;
}

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

.clr-white {
  color: #fff;
}

.clr-black {
  color: #000;
}

.w100p {
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.overflow-hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

.pt-0 {
  padding-top: 0;
}

/* ELEMENT LIST */
.element-list__wrap {
  width: 100%;
  max-width: 1280px;
  min-width: 992px;
  padding: 40px 40px 0;
  margin: 0 auto;
}

.element-list__item {
  margin: 60px 0;
}

.element-list a {
  color: #000;
  font-size: 24px;
  position: relative;
}

.element-list a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  height: 2px;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.element-list a.active::after, .element-list a:hover::after {
  opacity: 1;
  width: 100%;
}

.element-item__title {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 30px;
}

.element-item__title:last-child {
  margin-bottom: 0;
}

.element-item__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 15px;
}

.element-item__group:last-child {
  margin-bottom: 0;
}

.element-item__el {
  margin-right: 20px;
  position: relative;
}

.element-item__el:last-child {
  margin-right: 0;
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1600px;
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 992px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 568px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.container-catalog {
  margin-top: -100px;
}
@media (max-width: 1200px) {
  .container-catalog {
    margin-top: -30px;
  }
}
@media (max-width: 568px) {
  .container-catalog {
    margin-top: -58px;
  }
}

body.open-nav {
  overflow: hidden;
  height: 100%;
}

body.open-nav .cbc {
  overflow: hidden;
  height: 100%;
}

@media (max-width: 767px) {
  body.open-nav .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
}

/* page content */
/* header */
.header {
  height: 275px;
  padding-top: 30px;
  position: relative;
}

@media (max-width: 1200px) {
  .header {
    height: 175px;
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .header {
    height: auto;
    padding: 80px 0 30px;
  }
  .header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 55px;
    background: #000;
    z-index: 1;
  }
}

.header__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
}

@media (max-width: 1200px) {
  .header__wrap {
    height: 70px;
  }
}

@media (max-width: 767px) {
  .header__wrap {
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header__logo {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1600px) {
  .header__logo {
    top: 8px;
  }
}
@media (max-width: 1200px) {
  .header__logo {
    top: 6px;
  }
}
@media (max-width: 992px) {
  .header__logo {
    top: 6px;
  }
}

@media (max-width: 767px) {
  .header__logo {
    position: static;
  }
}

.header__logo img {
  display: block;
}

@media (max-width: 1200px) {
  .header__logo img {
    width: 280px;
  }
}

.header__left, .header__right {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .header__left, .header__right {
    position: absolute;
    top: -65px;
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}

@media (max-width: 767px) {
  .header__left {
    left: 0;
  }
  .header__left .h-icon-links {
    display: none;
  }
}

@media (max-width: 767px) {
  .header__right {
    right: 0;
  }
}
@media (min-width:993px){
  .header__pad {
    height: 100px;
  } 
}
@media (max-width: 767px) {
  .header__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: -500px;
    background: #fff;
    padding:90px 20px 550px 20px;
    margin: 0;
    width: 100%;
    overflow: auto;
  }
}

.header__burger {
  display: none;
}

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

.header__search {
  position: absolute;
  display: none;
  background-color: white;
  top:-1px;
  z-index: 9999;
}

@media (min-width: 1201px) {
  .header__search {
    bottom: 100%;
    right: 90px;
    margin-bottom: 27px;
  }
}
  .h-nav__topmenu {
    width: 100%;
  }

@media (max-width: 1200px) {
  .header__search {
    position: fixed;
    top: -40px;
    left: 0;
    right: 0;
    height: 40px;
  }
}

.h-nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 -20px;
}

@media (max-width: 1200px) {
  .h-nav__wrap {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .h-nav__wrap {
    display: block;
    justify-content: left;
  }
}

.h-nav__item {
  padding: 0 20px 20px;
  text-align: center;
}
@media (max-width: 767px) {
   .h-nav__item {
    margin-left:0;
    text-align: left;
   }
}
@media (max-width: 1200px) {
  .h-nav__item {
      font-family: Montserrat;
      font-style: normal;
      font-weight: normal;
      font-size: 24px;
    /*  font-variant: small-caps; */
      color:#000;
  }
  
}

@media (max-width: 1600px) {
 
  .outer-box.flowers-wrap .prod-card__title {
  height: 44px;
  overflow: hidden;
}
}

  .outer-box:not(.popular-list) .prod-card__thumb .img-wrap {
    height: 370px;
    max-height: 40vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
    align-items: center;
} 
 .outer-box:not(.popular-list) .prod-card__thumb img {
    
    width: auto !important;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 768px) {  
  
  .outer-box:not(.popular-list) .prod-card__thumb .img-wrap {
    max-height: 33vw;
    }
}
@media (min-width: 992px) {  
  
  .outer-box:not(.popular-list) .prod-card__thumb .img-wrap {
    max-height: 24vw;
    }
}



.h-nav__item:hover .h-nav__subn {
  display: block;
}

.h-nav__item:hover {
 
  color:#F3C3B9;
}

.h-nav__item:active {
  color:#F3C3B9;
}

.h-nav__link {
 
  font-size: 20px;
  font-weight: 400;
  position: relative;
  position: relative;
}

@media (max-width: 1200px) {
  .h-nav__link {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .h-nav__link {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .h-nav__link {
    font-size: 22px;
    font-weight:bold;
    text-align: left;
  }
}


.h-nav__link:active {
  color:#F3C3B9;
}

.h-nav__link.active::after {
  color:#F3C3B9;
}
.fa {
  display:inline;
	margin-left: 1px;
  font-size: 11px;
  vertical-align: middle;
  transition: 0.4s;
}
.fa_b {
	margin-left: 6px;
  transition: 0.4s;
  font-size: 14px;
  vertical-align: middle;
}


.open-subn:hover {
color: #F3C3B9;

}
.open-subn:active {
  color: #F3C3B9;
  }




.h-nav__subn {
  display:none;
  position: absolute;
  width: 140%;
  top: 100%;
  left: -20%;
  right:-20%;
  padding-left: 40px;
  padding-right: 40px;
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px rgba(25, 61, 81, 0.1);
  z-index: 999;
}
@media (max-width: 992px) {
  .h-nav__subn {
    display:none;
    width: 110%;
    left: -5%;
    right:-5%;
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

}
@media (max-width: 767px) {
  .h-nav__subn {
    display: block;
    position: static;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    border:none;
    box-shadow: none; 
  }
}

.h-subn {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .h-subn {
    background: white;
    color: #000;
  }
}

.h-subn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
  
padding-left:19%;
padding-right:10%;
padding-top: 1.4rem;
padding-bottom: 1.4rem; 
}
@media (max-width:1200px){
  .h-subn__wrap{
padding-left:19%;
padding-right:10%;
  } 
}
@media (max-width: 992px) {
  .h-subn__wrap {   
    padding-left:12%;
    padding-right:7%;
  }
  
  
}

@media (max-width: 767px) {
  .h-subn__wrap {
    display: block;
    padding-top: 0;
    padding-left: 1rem;
    justify-content: left;
    
  }
}

.h-subn__item {
  display: block;
    float:left;
    width: 29%;
  margin: 10px 20px;
  justify-content: left;
  text-align: left;
  
}

@media (max-width: 1200px) {
  .h-subn__item {
    display: block;
    float:left;
    width: 29%;
    margin: 10px;
    text-align: left;
  }
}

@media (max-width: 992px) {
  .h-subn__item {
    display: block;
    float:left;
    width: 28%;
    text-align: left;
    margin: 10px 5px;
  }
}

@media (max-width: 767px) {
  .h-subn__item {
    width: 100%;
    height: 100%;
    margin-bottom: 0.5rem;
    text-align: left;
    font-size: 22px;
  }
  .h-subn__item:last-child {
    margin-bottom: 1.6rem;
  }
  
}

.h-subn__link {
  font-size: 18px;
  text-transform: none;
  text-align: left;
  white-space: nowrap;
}

@media (max-width: 1600px) {
  .h-subn__link {
    font-size: 17px;
  }
}

@media (max-width: 1200px) {
  .h-subn__link {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .h-subn__link {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .h-subn__link {
    font-size: 20px;
    text-align: left;
  }
}

.h-subn__link:hover {
  color:#F3C3B9;
}

.h-icon-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -70px;
}
@media (max-width: 1630px) {
  .h-icon-links {
    margin: 0 -50px;
  }
}
@media (max-width: 1200px) {
  .h-icon-links {
    margin: 0 -20px;
  }
}
@media (max-width: 992px) {
  .h-icon-links {
    margin: 0 -10px;
  }
}
.h-icon-links__item {
  margin: 0 11px;
  height: 22px;
}

@media (max-width: 1200px) {
  .h-icon-links__item {
    margin: 0 10px;
  }
}
.h-icon-links__inst {

  background-image: url(https://shipirozi.com/bitrix/templates/sr/images/icon-inst.png);
  background-repeat: no-repeat;
}
.h-icon-links__fb {
  display:block;
  margin-top: -3px;
  margin-left: -25px;
}
@media (max-width: 1630px) {
  .h-icon-links__fb {

    margin-left: -7px;
  }
}
@media (max-width: 1200px) {
  .h-icon-links__fb {
    margin-top:-2px;
    margin-left: 22px;

  }
}
.h-icon-links__box {
  position:relative;
  margin-left:0;
  width: 22px;
  height: 22px;
}



.h-icon-links__box img {
  position:absolute;
  left: 0;
  top: 0;
}
.h-icon-links__box img:nth-child(n+1) {
 margin-left: - 10px;
} 
.h-icon-links__box img.first {
  opacity:1;
  filter:alpha (opacity=100);
} 

.h-icon-links__box:hover img.first {
  opacity:0;
  filter:alpha (opacity=0);
}
.h-icon-links__box img.second {
  opacity:0;
  filter:alpha (opacity=0);
}
.h-icon-links__box:hover img.second, .h-icon-links__box img.second:hover {
  opacity: 1;
  filter:alpha (opacity=100);
}


.h-icon-links img {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1200px) {
  .h-icon-links img {
    height: 24px;
  }
}

.h-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 25px;
}

@media (max-width: 1200px) {
  .h-icon {
    width: 25px;
  }
}
.h-icon--search {
  background-image: url(https://shipirozi.com/bitrix/templates/sr/images/icon-search.svg);
}
.h-icon--search.active, .h-icon--search:hover {
  background-image: url(https://shipirozi.com/bitrix/templates/sr/images/icon-search-active.svg);
}

.h-icon--user {
  background-image: url(https://shipirozi.com/bitrix/templates/sr/images/icon-user.svg);
}

.h-icon--user.active, .h-icon--user:hover {
  background-image: url(https://shipirozi.com/bitrix/templates/sr/images/icon-user-active.svg);
}

.h-icon--heart {
  background-image: url(https://shipirozi.com/bitrix/templates/sr/images/icon-heart.svg);
}

.h-icon--heart.active, .h-icon--heart:hover {
  background-image: url(https://shipirozi.com/bitrix/templates/sr/images/icon-heart-active.svg);
}

.h-icon--cart {
  width: 22px;
  background-image: url(https://shipirozi.com/bitrix/templates/sr/images/icon-cart.svg);
}

@media (max-width: 1200px) {
  .h-icon--cart {
    width: 22px;
  }
}

.h-icon--cart.active, .h-icon--cart:hover {
  background-image: url(https://shipirozi.com/bitrix/templates/sr/images/icon-cart-active.svg);
}

.h-open-search {
  cursor: pointer;
}

.h-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right:-11px;
}

@media (min-width: 1201px) {
  .h-search__text {
    width: 229px;
    height: 35px;
    color: darkgrey;
    border-bottom: 1px solid #707070;
    border-right: none;
    border-top: none;
    border-left: none;
    padding: 0 20px;
    background: #fff;
  }
  .h-search__button {
    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: 23px;
    height: 25px;
    cursor: pointer;
    padding-top: 3px;
    background: url(../images/icon-search.svg) center no-repeat;
    background-color: white;
    border: none;
  
  }
 
  .h-search__botton:hover {
    background: url(../images/icon-search-active.svg) center no-repeat;
  }
  .h-search input::-webkit-input-placeholder {
    opacity: 0;
  }
  .h-search input::-moz-placeholder {
    opacity: 0;
  }
  .h-search input:-ms-input-placeholder {
    opacity: 0;
  }
}

@media (max-width: 1200px) {
  .h-search {
    background: #fff;
    left: 0;
    right: 0;
    height: 40px;
    z-index: 1;
    position: absolute;
  }
  .h-search__text {
    width: 100%;
    height: 40px;
    border: none;
    padding: 0 20px;
    background: #fff;
  }
  .h-search__button {
    width: 24px;
    height: 24px;
    border: none;
    background: url(../images/icon-search.svg) center no-repeat;
    background-size: contain;
    overflow: hidden;
    text-indent: -1000px;
    padding: 0;
    margin: 7px 20px 10px 10px;
  }
}


.search-box-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}

.search-box-close {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 30px;
  z-index: 1;
  border: none;
  background: url(../images/chevron-down.svg) #fff center no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
  display: none;
}

.h-popup {
  position: absolute;
  top: 100%;
  left: -60px;
  right: -60px;
  padding: 30px 60px;
  background: #fff;
  z-index: 10000;
  text-align: center;
  display: none;
}

@media (max-width: 1200px) {
  .h-popup {
    left: -30px;
    right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .h-popup::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: -100000px;
    background: rgba(0, 0, 0, 0.8);
  }
}

@media (max-width: 992px) {
  .h-popup {
    left: -20px;
    right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.h-popup__close {
  position: absolute;
  right: 10px;
  top: -15px;
  width: 21px;
  height: 21px;
  cursor: pointer;
  background: url(../images/icon-cross.png) center no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1200px) {
  .h-popup__close {
    right: 20px;
    top: -5px;
  }
}

@media (max-width: 568px) {
  .h-popup__close {
    top: -35px;
  }
}

.h-popup__close:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.h-popup__header {
  margin-bottom: 45px;
}

.h-popup__title {
  padding: 0;
  margin: 0;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 23px;
}

.h-popup__subtitle {
  font-size: 18px;
}

.h-popup__login-form {
  width: 265px;
  margin: 0 auto 20px;
}

.h-popup__login-form .button {
  width: 100%;
}

.h-popup__reg-form {
  width: 670px;
  margin: 0 auto 20px;
}

@media (max-width: 767px) {
  .h-popup__reg-form {
    width: 265px;
  }
}

.h-popup__reg-form .button {
  margin: 0 auto;
}

.h-popup__hint {
  margin-bottom: 20px;
  font-size: 15px;
  position: relative;
}

.h-popup textarea,
.h-popup input[type="text"],
.h-popup input[type="password"],
.h-popup input[type="email"],
.h-popup input[type="tel"] {
  text-align: center;
}

/* CONTENT */
.outer-box {
  margin: 0px -60px;
  
  
}

@media (max-width: 1200px) {
  .outer-box {
    margin: 10px -30px;
   
  }
}

@media (max-width: 992px) {
  .outer-box {
    margin: 10px -20px;
    
  }
}

@media (max-width: 992px) {
  .outer-box--desktop {
    margin: 0;
  }
}

.mp-promo {
  margin-bottom: 10px;
  margin-top: -55px;
}
@media (max-width: 1200px) {
  .mp-promo {
    margin-bottom: 10px;
    margin-top: 0px;
  }
}

.mp-promo img {
  display: block;
  width: 100%;
}

.page-header {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 40px;
  font-weight: 600;
  text-align: center;
}

.page-cover {
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media (max-width: 992px) {
  .page-cover {
    height: auto;
    min-height: 400px;
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.page-cover__info {
  position: absolute;
  bottom: 115px;
  left: 0;
  right: 0;
}

@media (max-width: 992px) {
  .page-cover__info {
    position: static;
    bottom: 40px;
  }
}

.cover-info {
  text-transform: uppercase;
  text-align: center;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.8);
}

.cover-info__title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 12px;
}

.cover-info__title {
  font-size: 18px;
}

.sort-link {
  text-transform: none;
  font-weight: 600;
  font-size: 23px;
  position: relative;
}

@media (max-width: 767px) {
  .sort-link {
    font-size: 16px;
  }
}

.sort-link:hover {
  opacity: 0.7;
}

.sort-link::after {
  content: '';
  position: absolute;
  right: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background: url(../images/sort-asc.svg) center no-repeat;
  background-size: 18px;
  display: none;
}

.sort-link.asc {
  padding-right: 30px;
}

.sort-link.asc::after {
  display: block;
}

.sort-link.desc {
  padding-right: 30px;
}

.sort-link.desc::after {
  display: block;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content:left;
  margin-bottom: 55px;
  margin-top: -32px;
  margin-left: -102px;
}

@media (max-width: 1630px) {
  .filter-list {
    margin-left: -85px;
  }
}
@media (max-width: 1200px) {
  .filter-list {
    margin-left: -60px;
    margin-top: -45px;
    margin-bottom: 35px;
  }
}
@media (max-width: 620px) {
  .filter-list {
    margin-bottom: 30px;
  }
}

@media (max-width: 568px) {
  .filter-list {
    margin-top: -20px;
    margin-left: -45px;

  }
}

@media (max-width: 520px) {
  .filter-list {
    padding-left: 40px ;
  }
}
.filter-list__item__right {
  position: absolute;
  right: -6px;
}
@media (max-width: 1630px) {
  .filter-list__item__right {
    right: 17px ;
  }
}
@media (max-width: 1200px) {
  .filter-list__item__right {
    right: 8px ;
  }
}
@media (max-width: 992px) {
  .filter-list__item__right {
    margin-top: 11px;
  }
}

.filter-list__item {
  margin: 0 40px;
}


@media (max-width: 992px) {
  .filter-list__item {
    margin-left: 50px;
    margin-top: 12px;
    margin-bottom: -5px;
  }
}

@media (max-width: 767px) {

  .filter-list {
    position: relative;
    flex-wrap: wrap;
    justify-content: left;
    margin-bottom: 20px;
    margin-left: -45px;
  }

  .filter-list__item {
    margin-bottom: 11px;
    width: 42px;
  }

  .filter-list .sort-link.empty::after {
    top: 0;
  }

}

@media (max-width: 450px) {
  .filter-list__item {
    width: 50%;
  }
}

.filter__title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.filter__title:hover {
  opacity: 0.7;
}

.drop-list {
  position: relative;
}

.drop-list__title {
  font-family: Montserrat;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .drop-list__title {
    margin-left: 20px;
    font-size: 22px;

  }
}
@media (max-width: 520px) {
  .drop-list__title {
    font-size: 17px;
    margin-left: -40px;
  }
}
@media (max-width: 450px) {
  .drop-list__title {
    font-size: 18px;
    margin-left: -40px;
  }
}


.drop-list__title:hover {
  opacity: 0.7;
}
@media (max-width: 530px) {
  .drop-list__title__right {
    margin-left: -12px;
}
}
.drop-list__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
}


.drop-list__dropdown::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
}

.dl-dropdown {
  background: #fff;
  margin-left: 3px;
  padding-bottom: 25px;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 50px;
  box-shadow: 0px 3px 6px rgba(25, 61, 81, 0.1);
}
@media (max-width: 1630px) {
  .dl-dropdown {
    margin-left:-13px;
  }
}
@media (max-width: 1200px) {
  .dl-dropdown {
    margin-left:-8px;
  }
}
@media (max-width: 1200px) {
  .dl-dropdown {
    margin-left: 4px;
  }
}
@media (max-width: 767px) {
  .dl-dropdown {
    margin-left:-10px;
  }
}
@media (max-width: 520px) {
  .dl-dropdown {
    margin-left:-47px;
  }
}
.dl-dropdown__weight {
  width: 300px;
}
 {
  position: relative;
  z-index: 1;
  text-transform: none;
  padding: 8px 0;
  font-size: 18px;
  font-weight: 400;
}
.dl-dropdown__item {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  font-size: 20px;
  padding-right: 15px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .dl-dropdown__item {
    font-size: 16px;
    padding: 6px 0;
  }
}

.dl-dropdown__item a {
  position: relative;
}

.dl-dropdown__item a:hover {
  color:#F3C3B9;
}
.dl-dropdown__item a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  
}

.dl-dropdown__item a.active::after, .dl-dropdown__item a:hover::after {
  opacity: 1;
  width: 100%;
}
.dl-dropdown__right {
  background: #fff;
  padding-bottom: 25px;
  padding-top: 25px;
  padding-right: 20px;
  padding-left: 50px;
  width: 310px;
  margin-left: -200px;
  box-shadow: 0px 3px 6px rgba(25, 61, 81, 0.1);
}
@media (max-width:1630px){
  .dl-dropdown__right {
    margin-left: -186px;
  }
}
.dropdown__right {
  text-align: right;
  width: 310px;
  margin-left: -68px;
}
@media (max-width: 992px){
  .dropdown__right {
    text-align: right;
    width: 300px;
    margin-left: -58px;
  }
}
@media (max-width: 768px){
  .dropdown__right {
    text-align: right;
    width: 260px;
    margin-left: -60px;
  }
}
.insta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 992px) {
  .insta-list {
    margin-bottom: -70px;
  }
}

@media (max-width: 568px) {
  .insta-list {
    margin-bottom: -30px;
  }
}

.insta-list__item {
  width: 25%;
  overflow: hidden;
}

@media (max-width: 992px) {
  .insta-list__item {
    width: 50%;
  }
}

.insta-list__item:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.insta-list img {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: 1s;
  transition: 1s;
}

.contact-card {
  display: block;
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .contact-card {
    margin-bottom: 20px;
  }
}

@media (max-width: 568px) {
  .contact-card {
    margin: 15px 0;
  }
}

.contact-card__icon {
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .contact-card__icon {
    margin: 0 auto 40px;
  }
}

@media (max-width: 568px) {
  .contact-card__icon {
    margin-bottom: 20px;
  }
}

.contact-card__icon img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1200px) {
  .contact-card__icon img {
    height: 150px;
  }
}

@media (max-width: 992px) {
  .contact-card__icon img {
    height: 120px;
  }
}

@media (max-width: 568px) {
  .contact-card__icon img {
    height: 90px;
  }
}

.contact-card__title {
  display: block;
  font-size: 38px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1200px) {
  .contact-card__title {
    font-size: 26px;
  }
}

@media (max-width: 992px) {
  .contact-card__title {
    font-size: 20px;
  }
}

@media (max-width: 568px) {
  .contact-card__title {
    font-size: 16px;
  }
}

.contact-card:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.contact-card:hover .contact-card__title {
  opacity: 0.6;
}

.prod-card {
  margin-bottom: 30px;
}

.prod-card__thumb {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.popular-list .prod-card__thumb{
    max-height: 750px;
}
.popular-list .prod-card__thumb .img-wrap{
    max-height: 49vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
    align-items: center;
}
.popular-list .prod-card__thumb img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  max-height:100%;
}

@media (max-width: 1200px) {
  .prod-card__thumb {
    margin-bottom: 30px;
  }
}

.prod-card__thumb img {
  width: 100%;
  display: block;
  -webkit-transition: 2s;
  transition: 2s;
}



.prod-card__thumb:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.prod-card__fav {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.prod-card__info {
  text-align: center;
}

.prod-card__title {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;  
}

.outer-box:not(.flowers-wrap) .prod-card__title {
  height: 66px;
  overflow: hidden;
}

@media (max-width: 568px) {
  .outer-box:not(.flowers-wrap) .prod-card__title {
    height: auto;
    min-height: 66px; 
   }
}

.prod-card__descr {
  margin-bottom: 7px;
  font-size: 14px;
}

.prod-card__price-box {
  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;
  width: 230px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .prod-card__price-box {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 568px) {
  .prod-card__price-box {
    padding: 0;
  }
}

.prod-card__price {
  font-weight: 600;
  font-size: 27px;
  margin-bottom: 10px;
  white-space: nowrap;
}

@media (max-width: 568px) {
  .prod-card__price {
    font-size: 27px;
  }
  .prod-card__price-old + .prod-card__price {
    font-size: 17px;
  }
}

.prod-card__price-old {
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 10px;
  text-decoration: line-through;
  white-space: nowrap;
  margin-left: -15px;
  padding-right: 10px;
}

@media (max-width: 568px) {
  .prod-card__price-old {
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 12px;
    margin-left: 0;
    padding-right: 10px;
  }
}

.prod-card__button {
  max-width: 267px;
  width: 100%;
  margin: 0 auto;
}

.prod-card .button {
  width: 100%;
}

.prod-card--lg {
  margin-bottom: 45px;
}

@media (max-width: 568px) {
  .prod-card--lg {
    padding: 0 10px;
  }
}

.prod-card--lg .prod-card__thumb {
  margin-bottom: 65px;
}

@media (max-width: 1200px) {
  .prod-card--lg .prod-card__thumb {
    margin-bottom: 35px;
  }
}

.prod-card--lg .prod-card__fav {
  right: 20px;
  bottom: 20px;
}

@media (max-width: 568px) {
  .prod-card--lg .prod-card__fav {
    right: 10px;
    bottom: 10px;
  }
}

.prod-card--lg .prod-card__title {
  margin-bottom: 15px;
  font-size: 25px;
}

@media (max-width: 992px) {
  .prod-card--lg .prod-card__title {
    font-size: 20px;
  }
}

@media (max-width: 568px) {
  .prod-card--lg .prod-card__title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.prod-card--lg .prod-card__descr {
  font-size: 18px;
}

@media (max-width: 568px) {
  .prod-card--lg .prod-card__descr {
    font-size: 14px;
  }
}

.prod-card--lg .prod-card__price {
  margin-bottom: 15px;
  font-size: 36px;
}

@media (max-width: 992px) {
  .prod-card--lg .prod-card__price {
    font-size: 30px;
  }
}

@media (max-width: 568px) {
  .prod-card--lg .prod-card__price {
    font-size: 20px;
  }
}

.prod-card--lg .prod-card__button {
  max-width: 358px;
}

@media (max-width: 992px) {
  .prod-card--lg .prod-card__button {
    max-width: 300px;
  }
}

.fav-button {
  width: 20px;
  height: 18px;
  background: url(../images/icon-heart.png) center no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pad-left{
    padding-left: 87px;
}

.fav-button:hover, .fav-button.active {
  background-image: url(../images/icon-heart-active.png);
}

.fav-button--lg {
  width: 44px;
  height: 40px;
}

@media (max-width: 992px) {
  .fav-button--lg {
    width: 28px;
    height: 26px;
  }
}

@media (max-width: 568px) {
  .fav-button--lg {
    width: 20px;
    height: 18px;
  }
}

.delivery-info {
  margin-bottom: 70px;
}

.delivery-info__decor {
  margin-bottom: 70px;
}

@media (max-width: 992px) {
  .delivery-info__decor {
    margin-bottom: 50px;
  }
}

@media (max-width: 568px) {
  .delivery-info__decor {
    margin-bottom: 30px;
  }
}

.delivery-info__decor img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .delivery-info__decor img {
    width: 300px;
  }
}

@media (max-width: 568px) {
  .delivery-info__decor img {
    width: 50%;
  }
}

.delivery-info__text {
  max-width: 820px;
  margin: 0 auto;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 35px;
  line-height: 1.5;
}

.delivery-info__text br {
  display: none;
}

@media (max-width: 992px) {
  .delivery-info__text {
    text-align: center;
    font-size: 26px;
  }
  .delivery-info__text br {
    display: inline;
  }
}

@media (max-width: 568px) {
  .delivery-info__text {
    font-size: 20px;
  }
}

.advantage-card {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 568px) {
  .advantage-card {
    margin-bottom: 20px;
  }
}

.advantage-card__icon {
  height: 130px;
}

@media (max-width: 568px) {
  .advantage-card__icon {
    height: 80px;
    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: 10px;
  }
}

.advantage-card__icon img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 568px) {
  .advantage-card__icon img {
    width: 60px;
  }
}

.advantage-card__title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  height: 47px;
}

@media (max-width: 568px) {
  .advantage-card__title {
    font-size: 16px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.advantage-card__descr {
  max-width: 370px;
  font-size: 16px;
  margin: 0 auto;
}

@media (max-width: 568px) {
  .advantage-card__descr {
    font-size: 13px;
  }
}

.about-box {
  padding: 0;
  margin-bottom: 60px;
}

.about-box .col-md-7 {
  text-align: right;
}

@media (max-width: 1200px) {
  .about-box {
    padding: 0;
    margin-bottom: 30px;
  }
}

.about-box img {
  max-width: 90%;
}

.about-box__quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  .about-box__quote {
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .about-box__quote {
    padding-right: 0;
  }
}

.about-box__descr {
  margin-top: 90px;
  font-size: 28px;
  line-height: 40px;
}

@media (max-width: 1640px) {
  .about-box__descr {
    padding: 0 30px;
  }
}
@media (max-width: 1200px) {
  .about-box__descr {
    margin-top: 40px;
    font-size: 20px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .about-box__descr {
    font-size: 16px;
    text-align: center;
  }
}

.quote-list {
  width: 100%;
}

.user-quote {
  text-align: right;
}

@media (max-width: 767px) {
  .user-quote {
    text-align: center;
  }
}

.user-quote__text {
  font-size: 32px;
  line-height: 2;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .user-quote__text {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;	
    max-width: 93%;
  }
}

.user-quote__author {
  font-size: 25px;
}

@media (max-width: 1200px) {
  .user-quote__author {
    font-size: 20px;
  }
}

.user-quote__sign {
  position: relative;
}

.page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 35px;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: -10px;
}

@media (max-width: 1200px) {
  .page-nav {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .page-nav {
    display: block;
    text-align: center;
  }
}

.page-nav a {
  text-decoration: underline;
}

.page-nav a:hover {
  text-decoration: none;
}

.page-nav__info {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .page-nav__info {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .page-nav__info {
    margin: 15px 0;
  }
}

.cart-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 35px 60px 35px 70px;
  border-bottom: 1px solid #b4b4b4;
}

@media (max-width: 1200px) {
  .cart-card {
    padding: 30px;
  }
}

.cart-card:first-child {
  border-top: 1px solid #b4b4b4;
}

.cart-card__thumb {
  width: 330px;
  min-width: 330px;
  position: relative;
}

@media (max-width: 767px) {
  .cart-card__thumb {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
}

.cart-card__thumb img {
  display: block;
  width: 100%;
}

.cart-card__fav {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.cart-card__info {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-left: 110px;
  font-size: 20px;
}

@media (max-width: 1200px) {
  .cart-card__info {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .cart-card__info {
    display: block;
    padding-left: 20px;
    font-size: 16px;
  }
  .cart-card__info > * {
    margin-bottom: 10px;
  }
  .cart-card__info > *:last-child {
    margin-bottom: 0;
  }
}

.cart-card__action {
  font-size: 18px;
  white-space: nowrap;
}

@media (max-width: 992px) {
  .cart-card__action {
    padding-top: 5px;
  }
}

@media (max-width: 767px) {
  .cart-card__action {
    position: absolute;
    top: 20px;
    right: 30px;
  }
}

.cart-card__title {
  font-size: 28px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .cart-card__title {
    font-size: 18px;
  }
}

.cart-card__price-old {
  font-size: 20px;
  text-decoration: line-through;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .cart-card__price-old {
    font-size: 14px;
  }
}

.cart-card__price {
  font-size: 29px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .cart-card__price {
    font-size: 18px;
  }
}

.cart-card .button {
  width: 260px;
}

@media (max-width: 767px) {
  .cart-card .button {
    width: auto;
    padding: 0 20px;
  }
}

.cart-info {
  padding: 30px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 992px) {
  .cart-info {
    display: block;
    padding: 30px 0 0;
  }
}

.cart-info__total {
  padding-top: 45px;
}

@media (max-width: 992px) {
  .cart-info__total {
    padding-top: 0;
  }
}

@media (max-width: 992px) {
  .cart-info__action {
    padding-top: 45px;
    text-align: center;
  }
}

.cart-action__label {
  margin-bottom: 28px;
}

.cart-action__item {
  margin-bottom: 22px;
}

.cart-action__item:last-child {
  margin-bottom: 0;
}

.cart-action__item .button {
  width: 100%;
  height: 57px;
  width: 345px;
}

@media (max-width: 568px) {
  .cart-action__item .button {
    height: 40px;
    width: 100%;
  }
}

.cart-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  font-weight: 600;
  font-size: 31px;
  text-transform: uppercase;
}

@media (max-width: 568px) {
  .cart-total {
    font-size: 21px;
  }
}

.cart-total span {
  white-space: nowrap;
}

.cart-total span:first-child {
  width: 375px;
}

@media (max-width: 992px) {
  .cart-total span:first-child {
    width: 100%;
  }
}

.cart-total-param {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  font-size: 18px;
}

@media (max-width: 568px) {
  .cart-total-param {
    font-size: 14px;
  }
}

.cart-total-param span {
  white-space: nowrap;
}

.cart-total-param span:first-child {
  width: 265px;
}

@media (max-width: 992px) {
  .cart-total-param span:first-child {
    width: 100%;
  }
}
.postcard{
    padding: 30px 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;	
    align-items: flex-end;	
    border-bottom: 1px solid #b4b4b4;
    padding: 35px 60px 35px 70px;
    margin-bottom: 60px;
}
.section#basket .postcard .checkbox-block span{
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    padding-left: 65px;
}
@media (max-width: 568px) {
  .section#basket .postcard .checkbox-block span{
    font-size: 18px;
    }
}

.postcard .input-block{
    padding-top: 30px;
}
.postcard .checkbox-block input{
    width: 40px;
    height: 40px;
    float: left;
}
.section#basket .postcard .input-block span{	
    text-align: left;
    font-size: 18px;
}
.postcard .input-block input{	
    width: 820px;
    max-width: 100%;
    padding: 20px 40px;
    height: 56px;
    margin-top: 17px;
}
@media (max-width: 1200px) {
  .postcard{
      display: block;
  }
  .postcard .input-block input{
    width: 100%;
  }
  .post-button.cart-action__item{
      width: 100%;
      text-align: center;
      margin-top: 30px;
  }
  
}

.select-param {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.select-param__label {
  font-size: 29px;
  font-weight: 600;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .select-param__label {
    font-size: 18px;
  }
}

.remove-link {
  text-transform: uppercase;
  text-decoration: underline;
}

.remove-link:hover {
  text-decoration: none;
}

@media (max-width: 992px) {
  .remove-link {
    display: block;
    width: 21px;
    height: 21px;
    overflow: hidden;
    text-indent: -1000px;
    background: url(../images/icon-cross-red.png) center no-repeat;
  }
}

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

@media (max-width: 992px) {
  .product {
    display: block;
    text-align: center;
  }
}

.product__gallery {
  max-width: 690px;
  width: 50%;
  position: relative;
}

@media (max-width: 992px) {
  .product__gallery {
    width: auto;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.product__fav {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 38px;
  height: 35px;
  z-index: 2
}

@media (max-width: 992px) {
  .product__fav {
    top: 20px;
    bottom: auto;
  }
}

.product__info {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 690px;
  width: 50%;
  padding-left: 40px;
}

@media (max-width: 992px) {
  .product__info {
    width: auto;
    max-width: 100%;
    padding: 0;
  }
}

.product__title {
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .product__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

@media (max-width: 568px) {
  .product__title {
    font-size: 25px;
  }
}

.product__descr {
  font-size: 21px;
}

@media (max-width: 1200px) {
  .product__descr {
    font-size: 18px;
  }
}

@media (max-width: 568px) {
  .product__descr {
    font-size: 16px;
  }
}

.product__size {
  margin-bottom: 60px;
}

@media (max-width: 1200px) {
  .product__size {
    margin-bottom: 20px;
  }
}

.product__price {
  font-weight: 600;
  font-size: 54px;
}

@media (max-width: 1200px) {
  .product__price {
    font-size: 40px;
  }
}

@media (max-width: 568px) {
  .product__price {
    font-size: 36px;
  }
}

.product__buy {
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .product__buy {
    margin-bottom: 20px;
  }
}

@media (max-width: 568px) {
  .product__buy {
    margin-bottom: 30px;
  }
}

.product .button {
  width: 100%;
  max-width: 455px;
}

@media (max-width: 568px) {
  .product .button {
    max-width: 260px;
  }
}

@media (max-width: 992px) {
  .product .rado-params {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 992px) {
  .product-info-group {
    margin-bottom: 40px;
  }
}

.product-feedback__title {
  font-size: 23px;
  margin-bottom: 25px;
}

@media (max-width: 568px) {
  .product-feedback__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.rado-params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 31px;
}

@media (max-width: 1200px) {
  .rado-params {
    font-size: 22px;
  }
}

@media (max-width: 568px) {
  .rado-params {
    font-size: 18px;
  }
}

.rado-params__title {
  font-weight: 600;
  margin-right: 20px;
}

.rado-params__item {
  margin: 0 16px;
}

@media (max-width: 568px) {
  .rado-params__item {
    margin: 0 10px;
  }
}

.rado-params__item:last-child {
  margin-right: 0;
}

.product-gallery {
  position: relative;
}

.product-gallery img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.product-gallery__hint {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 30px;
  font-size: 22px;
}

@media (max-width: 1200px) {
  .product-gallery__hint {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .product-gallery__hint {
    position: static;
    margin-top: 15px;
  }
}

@media (max-width: 568px) {
  .product-gallery__hint {
    font-size: 14px;
  }
}

.order-box {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.order-box__group {
  position: relative;
  padding: 35px 0;
}

.order-box__group::before {
  content: '';
  position: absolute;
  top: 0;
  left: -400px;
  right: -400px;
  height: 1px;
  background: #b4b4b4;
}

.order-box .button,
.order-box textarea,
.order-box input[type="text"],
.order-box input[type="password"],
.order-box input[type="email"],
.order-box input[type="tel"],
.order-box select {
  height: 60px;
  padding: 0 25px;
  font-size: 18px;
}

.order-box textarea {
  height: 200px;
  padding: 15px 25px;
}

.order-box label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.order-box .forms__row {
  min-height: 60px;
}

.order-box .w270 {
  width: 270px;
}

@media (max-width: 568px) {
  .order-box .w270 {
    width: 100%;
  }
}

.order-box__total {
  padding-top: 30px;
}

.order-box__feedback {
  margin-bottom: 35px;
  padding-top: 3px;
}

@media (max-width: 767px) {
  .order-box__feedback {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 30px 0 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .order-box__finish {
    margin: 30px 0 0;
  }
}

.order-box__feedback, .order-box__finish {
  width: 100%;
}

.order-box__feedback .button, .order-box__finish .button {
  width: 100%;
}

@media (max-width: 767px) {
  .order-box__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.order-box .jq-selectbox__select {
  height: 60px;
}

.order-box .jq-selectbox__select-text {
  height: 58px;
}

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

.date-sel-box__day {
  min-width: 70px;
}

.date-sel-box__month {
  width: 100%;
  margin-left: 15px;
}

.date-sel-box .jq-selectbox {
  width: 100%;
}

.date-sel-box .jq-selectbox__select-text {
  font-size: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.order-total-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 40px;
  max-width: 290px;
}

@media (max-width: 568px) {
  .order-total-info {
    max-width: 100%;
    width: 100%;
  }
}

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

.order-total-info strong {
  font-weight: 600;
  text-decoration: underline;
}

.set-info {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .set-info {
    margin-bottom: 20px;
  }
}

.set-info__title {
  margin-bottom: 10px;
  font-size: 18px;
}

.set-info__value {
  font-size: 24px;
  font-weight: 600;
}

.time-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.time-list::after {
  content: '';
  position: absolute;
  top: 2px;
  bottom: 12px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  background: #d0d0d0;
}

.time-list label {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .time-list label {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .time-list label:nth-child(even) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.time-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 130px;
}

.pay-list label {
  text-transform: none;
  font-weight: normal;
  font-size: 23px;
  margin-bottom: 12px;
}

.icon-card {
  background: url(../images/icon-card.png) right center no-repeat;
  padding-right: 110px;
  min-height: 24px;
}

@media (max-width: 767px) {
  .fast-buy-button {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 15px;
  }
}

.flowerbook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -20px;
}

@media (max-width: 568px) {
  .flowerbook {
    margin-bottom: 0;
  }
}

.flowerbook__item {
  width: 50%;
}

.flower-card {
  display: block;
  overflow: hidden;
}

.flower-card img {
  width: 100%;
  display: block;
  -webkit-transition: 1s;
  transition: 1s;
}

.flower-card:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.accessories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  .accessories {
    margin-right: 1px;
  }
}

@media (max-width: 568px) {
  .accessories {
    margin-bottom: 0;
  }
}

.accessories__item {
  width: 25%;
}

@media (max-width: 1200px) {
  .accessories__item {
    width: 33.33%;
  }
}

@media (max-width: 992px) {
  .accessories__item {
    width: 50%;
  }
}

@media (max-width: 568px) {
  .accessories__item {
    width: 100%;
  }
}

.accessory-card {
  border: 1px solid gray;
  padding: 8px 30px 30px 30px;
  position: relative;
  margin: 0 -1px -1px 0;
}

@media (max-width: 1400px) {
  .accessory-card {
    padding-top: 15px;
  }
}

.accessory-card__title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin-bottom: 3px;
}

@media (max-width: 1400px) {
  .accessory-card__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

@media (max-width: 992px) {
  .accessory-card__title {
    font-size: 16px;
  }
}

@media (max-width: 568px) {
  .accessory-card__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.accessory-card__photo {
  overflow: hidden;
}

.accessory-card__more {
  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;
  border: 2px solid #000;
  background: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border: 2px solid black;
  cursor: pointer;
  width: 200px;
  height: 40px;
  position: absolute;
  left: 50%;
  bottom: 75px;
  margin-left: -100px;
}

.accessory-card__more:hover {
  background: #000;
  color: #fff;
}

.accessory-card img {
  display: block;
  width: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}

.accessory-card:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.popular-list {
  margin-bottom: -50px;
}

@media (max-width: 1200px) {
  .popular-list {
    margin-bottom: 0;
  }
}

/* user office */
.u-office {
  padding: 30px 0 70px;
}

@media (max-width: 568px) {
  .u-office {
    padding: 0;
  }
}

.u-office__wrap {
  max-width: 750px;
  margin: 0 auto;
}

@media (max-width: 568px) {
  .u-office__nav {
    border-bottom: 1px solid #b4b4b4;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 568px) {
  .uo-bottom {
    padding-top: 90px;
    position: relative;
  }
  .uo-bottom .row,
  .uo-bottom .row > div {
    position: static;
  }
}

.uo-bottom__label {
  margin-bottom: 25px;
}

@media (max-width: 568px) {
  .uo-bottom__save {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

.uo-bottom .button {
  font-size: 18px;
  height: 65px;
  width: 100%;
}

@media (max-width: 1200px) {
  .uo-bottom .button {
    height: 54px;
    font-size: 18px;
  }
}

@media (max-width: 568px) {
  .uo-bottom .button {
    height: 50px;
    font-size: 14px;
    padding: 0 10px;
  }
}

.uo-nav__title {
  display: inline-block;
  margin-bottom: 40px;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 568px) {
  .uo-nav__title {
    display: none;
  }
}

.uo-nav__title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 1px;
  background: #000;
}

.uo-nav__item {
  margin-bottom: 23px;
}

@media (max-width: 568px) {
  .uo-nav__item {
    margin-bottom: 10px;
  }
}

.uo-nav__link {
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
}

.uo-nav__link::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  height: 1px;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.uo-nav__link.active::after, .uo-nav__link:hover::after {
  opacity: 1;
  width: 100%;
}

@media (max-width: 568px) {
  .uo-nav__link {
    font-size: 14px;
  }
}

.uo-data {
  font-size: 18px;
}

@media (max-width: 568px) {
  .uo-data {
    font-size: 16px;
  }
}

.uo-data__title {
  margin-bottom: 35px;
}

.uo-data__group {
  margin-bottom: 40px;
}

.uo-data__label {
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.uo-data__sepor {
  height: 1px;
  margin: 30px -1000px 30px 0;
  background: #b4b4b4;
}

@media (max-width: 767px) {
  .uo-data__sepor {
    margin: 20px 0;
  }
}

.uo-data__params li {
  margin-bottom: 20px;
}

.uo-data__params li:last-child {
  margin-bottom: 0;
}

.uo-data input {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  border: 1px solid #000;
  background: #fff;
}

@media (max-width: 568px) {
  .uo-data input {
    height: 50px;
  }
}

.order-card__field {
  margin-bottom: 20px;
}

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

.order-card__title {
  font-weight: 600;
  margin-bottom: 15px;
}

/* POPUP */
.popup {
  display: none;
  padding: 55px 60px;
}

@media (max-width: 1200px) {
  .popup {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .popup {
    padding: 15px;
    font-size: 18px;
  }
}

.pp-confirm {
  max-width: 870px;
  width: 100%;
  text-align: center;
  padding: 70px 60px 80px;
}

@media (max-width: 1200px) {
  .pp-confirm {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .pp-confirm {
    padding: 15px;
  }
}

.pp-confirm__title {
  font-size: 33px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 35px;
}

@media (max-width: 992px) {
  .pp-confirm__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.pp-confirm__text {
  font-size: 25px;
  line-height: 37px;
  margin-bottom: 75px;
}

@media (max-width: 992px) {
  .pp-confirm__text {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 35px;
  }
}

@media (max-width: 568px) {
  .pp-confirm__text {
    font-size: 16px;
  }
}

.pp-confirm .button {
  height: 80px;
  font-size: 22px;
}

@media (max-width: 1200px) {
  .pp-confirm .button {
    height: 54px;
    font-size: 18px;
  }
}

@media (max-width: 568px) {
  .pp-confirm .button {
    height: 40px;
    font-size: 14px;
    padding: 0 10px;
  }
}

.store-list {
  padding-top: 0;
}

@media (max-width: 1200px) {
  .store-list {
    padding-top: 0;
  }
}

.store-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 740px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .store-card {
    width: auto;
  }
}

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

.store-card__photo {
  width: 50%;
}

@media (max-width: 767px) {
  .store-card__photo {
    width: auto;
    margin: -15px -15px 15px;
  }
}

.store-card__photo img {
  width: 370px;
  max-width: 100%;
}

.store-card__info {
  width: 50%;
  padding-left: 40px;
  text-align: center;
}

@media (max-width: 1200px) {
  .store-card__info {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .store-card__info {
    width: auto;
    padding-left: 0;
  }
}

.store-card__title {
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 25px;
}

.store-card__title.not-filled {
  text-transform: none;  
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .store-card__title {
    margin-bottom: 15px;
  }
}

.store-card__addr {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 35px;
  white-space: nowrap;
  text-decoration: underline;
  display: block;
}

.store-card__schedule {  
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .store-card__addr {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 25px;
  }
}

.store-card__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 260px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .store-card__contacts {
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.store-card__contacts img {
  display: block;
  max-width: 100%;
}

@media (max-width: 1200px) {
  .store-card__contacts img {
    width: 80px;
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .store-card__contacts img {
    width: 50px;
  }
}

.fly-contacts {
  position: fixed;
  right: 20px;
  bottom: 160px;
}

.fly-contacts__item {
  margin-top: 30px;
}

.fly-contacts img {
  display: block;
  width: 70px;
}

.fly-contacts-box {
  position: relative;
}

@media (max-width: 1200px) {
  .fly-contacts-box {
    display: none;
  }
}

.fly-contacts-box__label {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  cursor: pointer;
}

.fly-contacts-box__label.open {
  background: url(../images/icon-close.svg) #fff center no-repeat;
  background-size: 24px;
  border: 2px solid #000;
}

.fly-contacts-box__label.open img {
  opacity: 0;
}

.fly-contacts-box__list {
  position: absolute;
  bottom: 100%;
  left: 0;
  display: none;
}

.fly-button {
  display: block;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
  background-size: 27px;
  margin: 0 auto 20px;
  border-radius: 50%;
}

.fly-button--wa {
  background-image: url(../images/icon-wa.svg);
}

.fly-button--email {
  background-image: url(../images/icon-mail-white.png);
}

/* FOOTER */
.footer {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  background: #000;
}

@media (max-width: 568px) {
  .footer {
    margin-top: 0;
  }
}

.footer__wrap {
  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;
  height: 65px;
  margin: 0 -35px;
}

@media (max-width: 1200px) {
  .footer__wrap {
    display: block;
    text-align: center;
    height: auto;
    padding: 30px 0;
    margin: 0;
  }
}

@media (max-width: 567px) {
  .footer__wrap {
    padding: 20px 0 15px;
  }
}

.footer__nav {
  width: 86%;
}

@media (max-width: 1200px) {
  .footer__nav {
    width: 100%;
    margin-bottom: 20px;
  }
}

.footer__soc {
  width: 14%;
  padding-left: 25px;
}

@media (max-width: 1200px) {
  .footer__soc {
    width: 100%;
    padding-left: 0;
  }
}

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

@media (max-width: 1200px) {
  .f-soc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1200px) {
  .f-soc__item {
    margin: 0 10px;
  }
}

.f-soc__item img {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.f-soc__item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

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

@media (max-width: 1200px) {
  .f-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -5px;
  }
}

@media (max-width: 1200px) {
  .f-nav__item {
    margin: 5px;
  }
}

.f-nav__link {
  position: relative;
  font-size: 10px;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
}

.f-nav__link::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  height: 1px;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.f-nav__link.active::after, .f-nav__link:hover::after {
  opacity: 1;
  width: 100%;
}

.product {
  margin-top:-70px;
}
.flowers-wrap {
  margin-top: -40px;
 }
 @media (max-width: 1552px) {
  .flowers-wrap {
    margin-top: -45px;
   }
}
@media (max-width: 1200px) {
  .flowers-wrap {
    margin-top: 1px;
   }
}
.fa-chevron-down {
   transition: 0.5s; 
}
.filter-list__item .open .fa-chevron-down {
   transform: rotate(180deg);
transition: 0.5s;
display: inline-block; 
}
.filter-list__item__right .open .fa-chevron-down {
   transform: rotate(180deg);
transition: 0.5s;
display: inline-block; 
}
.h-nav__item:hover .fa-chevron-down {
      transform: rotate(180deg);
transition: 0.5s;
display: inline-block;  
}
/*# sourceMappingURL=style.css.map */
.prod-card {
    padding: 10px;
}

.title-s1 {
    font-family: "Montserrat";
    font-weight: 600;
    text-align: center;
    color: black;
	font-size: 40px;
}

.section-empty-result {
    display:block;
}
.section-empty-result-small {
    display:block;
	margin-left: auto;
    margin-right: auto;
}