.swiper-pager {width: 100%;display: flex!important;position: initial!important;line-height: 45px;}
body,html{--white:#fff;--black:#000;--gray-100:#f6f6f6;--gray-200:#ddd;--gray-400:#dadde0;--gray-500:#828c98;--gray-600:#3b3b3b;--gray-800:#252525;--green-200:#d7fae2;--green-400:#2ed573;--green-500:#4cda64;--green-700:#25c065;--red-200:#fee8e3;--red-400:#e17055;--red-500:#f92c2c;--red-700:#d01616;--blue-100:#e2edfc;--blue-200:#eaf1ff;--blue-400:#1e90ff;--blue-500:#0076ff;--blue-700:#1a63d4;--yellow-500:#ffd500;--yellow-700:#ffc000;--orange-200:#fff1d9;--orange-500:#ffa502;--font-regular:400;--font-semibold:500;--font-bold:700;padding-right:0!important}
html {overflow-y: scroll;overflow-x: hidden;}
body {margin: 0;margin-right:0px!important;padding-right:0px!important}
.nav__sublist-item button {background:none;border:0px;}
.tabs__content img {
    width: 100%;
} 
.tabs__content img {max-width:100%!important}
.nav__link:hover, .nav__link:focus {text-decoration:none;color:#111316}

.grid {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.grid > * {
    min-width: 0;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid {
    margin: -1rem -5px
}

@media screen and (min-width:576px) {
    .grid {
        margin: -1rem -5px
    }
}

@media screen and (min-width:767.9px) {
    .grid {
        margin: -1rem -10px
    }
}

@media screen and (min-width:992px) {
    .grid {
        margin: -1rem -15px
    }
}

@media screen and (min-width:1200.2px) {
    .grid {
        margin: -1rem -15px
    }
}

.grid > * {
    padding: 1rem 5px
}

@media screen and (min-width:576px) {
    .grid > * {
        padding: 1rem 5px
    }
}

@media screen and (min-width:767.9px) {
    .grid > * {
        padding: 1rem 10px
    }
}

@media screen and (min-width:992px) {
    .grid > * {
        padding: 1rem 15px
    }
}

@media screen and (min-width:1200.2px) {
    .grid > * {
        padding: 1rem 15px
    }
}

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

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

.grid--bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.grid--nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.grid--gutter_xs {
    margin: -5px
}

.grid--gutter_xs > * {
    padding: 5px
}

.grid--gutter_0 {
    margin: 0
}

.grid--gutter_0 > * {
    padding: 0
}

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

.grid > .col--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
    max-width: none;
    min-width: auto
}

.grid > .col--top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.grid > .col--bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.grid > .col--stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch
}

.grid > .col--gutter_0 {
    margin: 0
}

.grid > .col--gutter_0 > * {
    padding: 0
}

.grid > .col-1 {
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .grid > .col-xs-1 {
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .grid > .col-2 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .grid > .col-xs-2 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .grid > .col-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .grid > .col-xs-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .grid > .col-4 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .grid > .col-xs-4 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .grid > .col-5 {
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .grid > .col-xs-5 {
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .grid > .col-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid > .col-xs-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid > .col-7 {
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .grid > .col-xs-7 {
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .grid > .col-8 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .grid > .col-xs-8 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .grid > .col-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .grid > .col-xs-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .grid > .col-10 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .grid > .col-xs-10 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .grid > .col-11 {
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .grid > .col-xs-11 {
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .grid > .col-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid > .col-xs-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid > .col-13 {
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .grid > .col-xs-13 {
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .grid > .col-14 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .grid > .col-xs-14 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .grid > .col-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .grid > .col-xs-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .grid > .col-16 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .grid > .col-xs-16 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .grid > .col-17 {
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .grid > .col-xs-17 {
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .grid > .col-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid > .col-xs-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid > .col-19 {
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .grid > .col-xs-19 {
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .grid > .col-20 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .grid > .col-xs-20 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .grid > .col-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .grid > .col-xs-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .grid > .col-22 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .grid > .col-xs-22 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .grid > .col-23 {
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .grid > .col-xs-23 {
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  @media screen and (min-width: 576px) {
    .grid > .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .grid > .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .grid > .col-sm-1 {
      flex: 0 0 4.16666667%;
      width: 4.16666667%;
      max-width: 4.16666667%;
    }
    .grid > .col-sm-2 {
      flex: 0 0 8.33333333%;
      width: 8.33333333%;
      max-width: 8.33333333%;
    }
    .grid > .col-sm-3 {
      flex: 0 0 12.5%;
      width: 12.5%;
      max-width: 12.5%;
    }
    .grid > .col-sm-4 {
      flex: 0 0 16.66666667%;
      width: 16.66666667%;
      max-width: 16.66666667%;
    }
    .grid > .col-sm-5 {
      flex: 0 0 20.83333333%;
      width: 20.83333333%;
      max-width: 20.83333333%;
    }
    .grid > .col-sm-6 {
      flex: 0 0 25%;
      width: 25%;
      max-width: 25%;
    }
    .grid > .col-sm-7 {
      flex: 0 0 29.16666667%;
      width: 29.16666667%;
      max-width: 29.16666667%;
    }
    .grid > .col-sm-8 {
      flex: 0 0 33.33333333%;
      width: 33.33333333%;
      max-width: 33.33333333%;
    }
    .grid > .col-sm-9 {
      flex: 0 0 37.5%;
      width: 37.5%;
      max-width: 37.5%;
    }
    .grid > .col-sm-10 {
      flex: 0 0 41.66666667%;
      width: 41.66666667%;
      max-width: 41.66666667%;
    }
    .grid > .col-sm-11 {
      flex: 0 0 45.83333333%;
      width: 45.83333333%;
      max-width: 45.83333333%;
    }
    .grid > .col-sm-12 {
      flex: 0 0 50%;
      width: 50%;
      max-width: 50%;
    }
    .grid > .col-sm-13 {
      flex: 0 0 54.16666667%;
      width: 54.16666667%;
      max-width: 54.16666667%;
    }
    .grid > .col-sm-14 {
      flex: 0 0 58.33333333%;
      width: 58.33333333%;
      max-width: 58.33333333%;
    }
    .grid > .col-sm-15 {
      flex: 0 0 62.5%;
      width: 62.5%;
      max-width: 62.5%;
    }
    .grid > .col-sm-16 {
      flex: 0 0 66.66666667%;
      width: 66.66666667%;
      max-width: 66.66666667%;
    }
    .grid > .col-sm-17 {
      flex: 0 0 70.83333333%;
      width: 70.83333333%;
      max-width: 70.83333333%;
    }
    .grid > .col-sm-18 {
      flex: 0 0 75%;
      width: 75%;
      max-width: 75%;
    }
    .grid > .col-sm-19 {
      flex: 0 0 79.16666667%;
      width: 79.16666667%;
      max-width: 79.16666667%;
    }
    .grid > .col-sm-20 {
      flex: 0 0 83.33333333%;
      width: 83.33333333%;
      max-width: 83.33333333%;
    }
    .grid > .col-sm-21 {
      flex: 0 0 87.5%;
      width: 87.5%;
      max-width: 87.5%;
    }
    .grid > .col-sm-22 {
      flex: 0 0 91.66666667%;
      width: 91.66666667%;
      max-width: 91.66666667%;
    }
    .grid > .col-sm-23 {
      flex: 0 0 95.83333333%;
      width: 95.83333333%;
      max-width: 95.83333333%;
    }
    .grid > .col-sm-24 {
      flex: 0 0 100%;
      width: 100%;
      max-width: 100%;
    }
  }
  @media screen and (min-width: 768px) {
    .grid > .col-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .grid > .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .grid > .col-md-1 {
      flex: 0 0 4.16666667%;
      width: 4.16666667%;
      max-width: 4.16666667%;
    }
    .grid > .col-md-2 {
      flex: 0 0 8.33333333%;
      width: 8.33333333%;
      max-width: 8.33333333%;
    }
    .grid > .col-md-3 {
      flex: 0 0 12.5%;
      width: 12.5%;
      max-width: 12.5%;
    }
    .grid > .col-md-4 {
      flex: 0 0 16.66666667%;
      width: 16.66666667%;
      max-width: 16.66666667%;
    }
    .grid > .col-md-5 {
      flex: 0 0 20.83333333%;
      width: 20.83333333%;
      max-width: 20.83333333%;
    }
    .grid > .col-md-6 {
      flex: 0 0 25%;
      width: 25%;
      max-width: 25%;
    }
    .grid > .col-md-7 {
      flex: 0 0 29.16666667%;
      width: 29.16666667%;
      max-width: 29.16666667%;
    }
    .grid > .col-md-8 {
      flex: 0 0 33.33333333%;
      width: 33.33333333%;
      max-width: 33.33333333%;
    }
    .grid > .col-md-9 {
      flex: 0 0 37.5%;
      width: 37.5%;
      max-width: 37.5%;
    }
    .grid > .col-md-10 {
      flex: 0 0 41.66666667%;
      width: 41.66666667%;
      max-width: 41.66666667%;
    }
    .grid > .col-md-11 {
      flex: 0 0 45.83333333%;
      width: 45.83333333%;
      max-width: 45.83333333%;
    }
    .grid > .col-md-12 {
      flex: 0 0 50%;
      width: 50%;
      max-width: 50%;
    }
    .grid > .col-md-13 {
      flex: 0 0 54.16666667%;
      width: 54.16666667%;
      max-width: 54.16666667%;
    }
    .grid > .col-md-14 {
      flex: 0 0 58.33333333%;
      width: 58.33333333%;
      max-width: 58.33333333%;
    }
    .grid > .col-md-15 {
      flex: 0 0 62.5%;
      width: 62.5%;
      max-width: 62.5%;
    }
    .grid > .col-md-16 {
      flex: 0 0 66.66666667%;
      width: 66.66666667%;
      max-width: 66.66666667%;
    }
    .grid > .col-md-17 {
      flex: 0 0 70.83333333%;
      width: 70.83333333%;
      max-width: 70.83333333%;
    }
    .grid > .col-md-18 {
      flex: 0 0 75%;
      width: 75%;
      max-width: 75%;
    }
    .grid > .col-md-19 {
      flex: 0 0 79.16666667%;
      width: 79.16666667%;
      max-width: 79.16666667%;
    }
    .grid > .col-md-20 {
      flex: 0 0 83.33333333%;
      width: 83.33333333%;
      max-width: 83.33333333%;
    }
    .grid > .col-md-21 {
      flex: 0 0 87.5%;
      width: 87.5%;
      max-width: 87.5%;
    }
    .grid > .col-md-22 {
      flex: 0 0 91.66666667%;
      width: 91.66666667%;
      max-width: 91.66666667%;
    }
    .grid > .col-md-23 {
      flex: 0 0 95.83333333%;
      width: 95.83333333%;
      max-width: 95.83333333%;
    }
    .grid > .col-md-24 {
      flex: 0 0 100%;
      width: 100%;
      max-width: 100%;
    }
  }
  @media screen and (min-width: 992px) {
    .grid > .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .grid > .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .grid > .col-lg-1 {
      flex: 0 0 4.16666667%;
      width: 4.16666667%;
      max-width: 4.16666667%;
    }
    .grid > .col-lg-2 {
      flex: 0 0 8.33333333%;
      width: 8.33333333%;
      max-width: 8.33333333%;
    }
    .grid > .col-lg-3 {
      flex: 0 0 12.5%;
      width: 12.5%;
      max-width: 12.5%;
    }
    .grid > .col-lg-4 {
      flex: 0 0 16.66666667%;
      width: 16.66666667%;
      max-width: 16.66666667%;
    }
    .grid > .col-lg-5 {
      flex: 0 0 20.83333333%;
      width: 20.83333333%;
      max-width: 20.83333333%;
    }
    .grid > .col-lg-6 {
      flex: 0 0 25%;
      width: 25%;
      max-width: 25%;
    }
    .grid > .col-lg-7 {
      flex: 0 0 29.16666667%;
      width: 29.16666667%;
      max-width: 29.16666667%;
    }
    .grid > .col-lg-8 {
      flex: 0 0 33.33333333%;
      width: 33.33333333%;
      max-width: 33.33333333%;
    }
    .grid > .col-lg-9 {
      flex: 0 0 37.5%;
      width: 37.5%;
      max-width: 37.5%;
    }
    .grid > .col-lg-10 {
      flex: 0 0 41.66666667%;
      width: 41.66666667%;
      max-width: 41.66666667%;
    }
    .grid > .col-lg-11 {
      flex: 0 0 45.83333333%;
      width: 45.83333333%;
      max-width: 45.83333333%;
    }
    .grid > .col-lg-12 {
      flex: 0 0 50%;
      width: 50%;
      max-width: 50%;
    }
    .grid > .col-lg-13 {
      flex: 0 0 54.16666667%;
      width: 54.16666667%;
      max-width: 54.16666667%;
    }
    .grid > .col-lg-14 {
      flex: 0 0 58.33333333%;
      width: 58.33333333%;
      max-width: 58.33333333%;
    }
    .grid > .col-lg-15 {
      flex: 0 0 62.5%;
      width: 62.5%;
      max-width: 62.5%;
    }
    .grid > .col-lg-16 {
      flex: 0 0 66.66666667%;
      width: 66.66666667%;
      max-width: 66.66666667%;
    }
    .grid > .col-lg-17 {
      flex: 0 0 70.83333333%;
      width: 70.83333333%;
      max-width: 70.83333333%;
    }
    .grid > .col-lg-18 {
      flex: 0 0 75%;
      width: 75%;
      max-width: 75%;
    }
    .grid > .col-lg-19 {
      flex: 0 0 79.16666667%;
      width: 79.16666667%;
      max-width: 79.16666667%;
    }
    .grid > .col-lg-20 {
      flex: 0 0 83.33333333%;
      width: 83.33333333%;
      max-width: 83.33333333%;
    }
    .grid > .col-lg-21 {
      flex: 0 0 87.5%;
      width: 87.5%;
      max-width: 87.5%;
    }
    .grid > .col-lg-22 {
      flex: 0 0 91.66666667%;
      width: 91.66666667%;
      max-width: 91.66666667%;
    }
    .grid > .col-lg-23 {
      flex: 0 0 95.83333333%;
      width: 95.83333333%;
      max-width: 95.83333333%;
    }
    .grid > .col-lg-24 {
      flex: 0 0 100%;
      width: 100%;
      max-width: 100%;
    }
  }
  @media screen and (min-width: 1200px) {
    .grid > .col-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .grid > .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .grid > .col-xl-1 {
      flex: 0 0 4.16666667%;
      width: 4.16666667%;
      max-width: 4.16666667%;
    }
    .grid > .col-xl-2 {
      flex: 0 0 8.33333333%;
      width: 8.33333333%;
      max-width: 8.33333333%;
    }
    .grid > .col-xl-3 {
      flex: 0 0 12.5%;
      width: 12.5%;
      max-width: 12.5%;
    }
    .grid > .col-xl-4 {
      flex: 0 0 16.66666667%;
      width: 16.66666667%;
      max-width: 16.66666667%;
    }
    .grid > .col-xl-5 {
      flex: 0 0 20.83333333%;
      width: 20.83333333%;
      max-width: 20.83333333%;
    }
    .grid > .col-xl-6 {
      flex: 0 0 25%;
      width: 25%;
      max-width: 25%;
    }
    .grid > .col-xl-7 {
      flex: 0 0 29.16666667%;
      width: 29.16666667%;
      max-width: 29.16666667%;
    }
    .grid > .col-xl-8 {
      flex: 0 0 33.33333333%;
      width: 33.33333333%;
      max-width: 33.33333333%;
    }
    .grid > .col-xl-9 {
      flex: 0 0 37.5%;
      width: 37.5%;
      max-width: 37.5%;
    }
    .grid > .col-xl-10 {
      flex: 0 0 41.66666667%;
      width: 41.66666667%;
      max-width: 41.66666667%;
    }
    .grid > .col-xl-11 {
      flex: 0 0 45.83333333%;
      width: 45.83333333%;
      max-width: 45.83333333%;
    }
    .grid > .col-xl-12 {
      flex: 0 0 50%;
      width: 50%;
      max-width: 50%;
    }
    .grid > .col-xl-13 {
      flex: 0 0 54.16666667%;
      width: 54.16666667%;
      max-width: 54.16666667%;
    }
    .grid > .col-xl-14 {
      flex: 0 0 58.33333333%;
      width: 58.33333333%;
      max-width: 58.33333333%;
    }
    .grid > .col-xl-15 {
      flex: 0 0 62.5%;
      width: 62.5%;
      max-width: 62.5%;
    }
    .grid > .col-xl-16 {
      flex: 0 0 66.66666667%;
      width: 66.66666667%;
      max-width: 66.66666667%;
    }
    .grid > .col-xl-17 {
      flex: 0 0 70.83333333%;
      width: 70.83333333%;
      max-width: 70.83333333%;
    }
    .grid > .col-xl-18 {
      flex: 0 0 75%;
      width: 75%;
      max-width: 75%;
    }
    .grid > .col-xl-19 {
      flex: 0 0 79.16666667%;
      width: 79.16666667%;
      max-width: 79.16666667%;
    }
    .grid > .col-xl-20 {
      flex: 0 0 83.33333333%;
      width: 83.33333333%;
      max-width: 83.33333333%;
    }
    .grid > .col-xl-21 {
      flex: 0 0 87.5%;
      width: 87.5%;
      max-width: 87.5%;
    }
    .grid > .col-xl-22 {
      flex: 0 0 91.66666667%;
      width: 91.66666667%;
      max-width: 91.66666667%;
    }
    .grid > .col-xl-23 {
      flex: 0 0 95.83333333%;
      width: 95.83333333%;
      max-width: 95.83333333%;
    }
    .grid > .col-xl-24 {
      flex: 0 0 100%;
      width: 100%;
      max-width: 100%;
    }
  }
  @media screen and (min-width: 1600px) {
    .grid > .col-uxl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .grid > .col-uxl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .grid > .col-uxl-1 {
      flex: 0 0 4.16666667%;
      width: 4.16666667%;
      max-width: 4.16666667%;
    }
    .grid > .col-uxl-2 {
      flex: 0 0 8.33333333%;
      width: 8.33333333%;
      max-width: 8.33333333%;
    }
    .grid > .col-uxl-3 {
      flex: 0 0 12.5%;
      width: 12.5%;
      max-width: 12.5%;
    }
    .grid > .col-uxl-4 {
      flex: 0 0 16.66666667%;
      width: 16.66666667%;
      max-width: 16.66666667%;
    }
    .grid > .col-uxl-5 {
      flex: 0 0 20.83333333%;
      width: 20.83333333%;
      max-width: 20.83333333%;
    }
    .grid > .col-uxl-6 {
      flex: 0 0 25%;
      width: 25%;
      max-width: 25%;
    }
    .grid > .col-uxl-7 {
      flex: 0 0 29.16666667%;
      width: 29.16666667%;
      max-width: 29.16666667%;
    }
    .grid > .col-uxl-8 {
      flex: 0 0 33.33333333%;
      width: 33.33333333%;
      max-width: 33.33333333%;
    }
    .grid > .col-uxl-9 {
      flex: 0 0 37.5%;
      width: 37.5%;
      max-width: 37.5%;
    }
    .grid > .col-uxl-10 {
      flex: 0 0 41.66666667%;
      width: 41.66666667%;
      max-width: 41.66666667%;
    }
    .grid > .col-uxl-11 {
      flex: 0 0 45.83333333%;
      width: 45.83333333%;
      max-width: 45.83333333%;
    }
    .grid > .col-uxl-12 {
      flex: 0 0 50%;
      width: 50%;
      max-width: 50%;
    }
    .grid > .col-uxl-13 {
      flex: 0 0 54.16666667%;
      width: 54.16666667%;
      max-width: 54.16666667%;
    }
    .grid > .col-uxl-14 {
      flex: 0 0 58.33333333%;
      width: 58.33333333%;
      max-width: 58.33333333%;
    }
    .grid > .col-uxl-15 {
      flex: 0 0 62.5%;
      width: 62.5%;
      max-width: 62.5%;
    }
    .grid > .col-uxl-16 {
      flex: 0 0 66.66666667%;
      width: 66.66666667%;
      max-width: 66.66666667%;
    }
    .grid > .col-uxl-17 {
      flex: 0 0 70.83333333%;
      width: 70.83333333%;
      max-width: 70.83333333%;
    }
    .grid > .col-uxl-18 {
      flex: 0 0 75%;
      width: 75%;
      max-width: 75%;
    }
    .grid > .col-uxl-19 {
      flex: 0 0 79.16666667%;
      width: 79.16666667%;
      max-width: 79.16666667%;
    }
    .grid > .col-uxl-20 {
      flex: 0 0 83.33333333%;
      width: 83.33333333%;
      max-width: 83.33333333%;
    }
    .grid > .col-uxl-21 {
      flex: 0 0 87.5%;
      width: 87.5%;
      max-width: 87.5%;
    }
    .grid > .col-uxl-22 {
      flex: 0 0 91.66666667%;
      width: 91.66666667%;
      max-width: 91.66666667%;
    }
    .grid > .col-uxl-23 {
      flex: 0 0 95.83333333%;
      width: 95.83333333%;
      max-width: 95.83333333%;
    }
    .grid > .col-uxl-24 {
      flex: 0 0 100%;
      width: 100%;
      max-width: 100%;
    }
  }
  
html {
    font-size: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    overflow-y: scroll;
    overflow-x: hidden;
}

/* html.is-noscroll {
    overflow-y: visible;
}

html.is-noscroll body {
    overflow-y: auto;
    position: fixed !important;
    width: 100%;
} */

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

body {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.02em;
    background: #fff;
    color: #111316;
    padding-top: 100px;
    min-width: 320px;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    color: inherit;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    cursor: pointer;
}

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

::selection {
    background: #e02e45;
    color: #fff;
}

a,
button {
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    -webkit-transition-property: color, border-color, background-color, opacity, -webkit-box-shadow;
    transition-property: color, border-color, background-color, opacity, -webkit-box-shadow;
    transition-property: color, border-color, background-color, opacity, box-shadow;
    transition-property: color, border-color, background-color, opacity, box-shadow, -webkit-box-shadow;
}

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

.object-fit-wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.object-fit-wrapper > img {
    visibility: hidden;
}

b, strong {
    font-weight: bold;
}

hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
    margin: 26px 0;
    border: 0;
    border-top: 1px solid #dce4e5;
    clear: both;
}



a {
    color: #e02e45;
    text-decoration: underline;
}

a:hover {
    color: #e02e45;
    text-decoration: none;
}

.hidden {
    display: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: inherit;
    text-decoration: none;
}

.btn {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 0px solid transparent;
    text-decoration: none;
    background: #e02e45;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    padding: 10px 29px 9px;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.btn_small {
    font-size: 12px;
    padding: 4px 9px 5px;
}

.btn_large {
    padding: 15px 40px;
}

.btn_border {
    border-color: #a1a7b3;
    background: transparent;
    color: #242529;
	border-radius: 30px;
}

.btn:hover {
    color: #fff;
}

.btn_border:hover {
    background: #e02e45;
    border-color: #e02e45;
    color: #fff;
}

.btn:active {

}

.btn[disabled],
.btn.is-disabled {
    opacity: .55;
    cursor: default;
    cursor: not-allowed;
}



figure {
    position: relative;
}

figure img {
    display: block;
    width: 100%;
    height: auto;
}

figcaption {
    font-size: 14px;
    line-height: 20px;
    color: #b3c2c4;
    margin-top: 10px;
}

.figcaption-right  {
    position: absolute;
    top: -5px;
    left: 100%;
    margin: 0 0 0 30px;
    width: 250px;
}

.lead {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

.lead p,
.lead figure {
    margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: bold;
    color: #2d2e32;
    line-height: 26px;
    margin: 0 0 18px 0;
}

h1,
.h1 {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 25px;
}

h2,
.g-h2 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 28px;
}

h3,
.g-h3 {
    font-size: 20px;
}

h4,
.g-h4 {
    font-size: 16px;
}

h5,
.g-h5 {
    font-size: 14px;
}

h6,
.g-h6 {
    font-size: 12px;
}

ul,
ol {
    margin: 0 0 26px 0;
    padding-left: 18px;
}



li ul,
li ol {
    margin-top: 14px;
    margin-bottom: 14px;
}

.reset-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 8px;
    margin-left: 0;
}


.color-blue {
    color: #729aa7;
}

.color-grey {
    color: #a8aaae;
}

.color-red {
    color: #e02e45;
}

.form-group {
    margin-bottom: 16px;
}

.form-group_large {
    margin-bottom: 37px;
}

.required-icon {
    color: #e02e45;
}

.form-group__label {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 18px;
}

.form-group_large .form-group__label {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.08em;
    margin-bottom: 17px;
}

.form-group_large .form-control {
    font-size: 20px;
    padding: 26px 25px;
    height: 80px;
}

.form-btn-row {
    margin-top: 26px;
}

.form-btn-row .btn {
    cursor: pointer;
    min-width: 210px;
    text-transform: uppercase;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    -webkit-transition-property: color, border-color, background-color, opacity, -webkit-box-shadow;
    transition-property: color, border-color, background-color, opacity, -webkit-box-shadow;
    transition-property: color, border-color, background-color, opacity, box-shadow;
    transition-property: color, border-color, background-color, opacity, box-shadow, -webkit-box-shadow;
}

.form-check {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 28px;
}

.form-check__label {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.form-check__input {
    position: absolute;
    opacity: 0;
}

.form-check__text {
    display: block;
    position: relative;
    padding: 2px 0 0 40px;
    min-height: 25px;
}

.form-check__small-text {
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #cdd0d9;
}

.form-check__text:before,
.form-check__text:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 0;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}

.form-check__text:before {
    width: 25px;
    height: 25px;
    border: 1px solid #cdd0d9;
    background: #fff;
    border-radius: 3px;
}

.form-check__input[type=radio] + .form-check__text:before {
    border-radius: 50%;
}

.form-check__text:after {
    opacity: 0;
}

.form-check__input[type=checkbox] + .form-check__text:after {
    width: 12px;
    height: 7px;
    border: 3px solid #fff;
    border-width: 0 0 3px 3px;
    margin: 7px 0 0 6px;
    -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
}

.form-check__input[type=radio] + .form-check__text:after {
    width: 9px;
    height: 9px;
    margin: 8px 0 0 8px;
    background: #fff;
    border-radius: 50%;
}

.form-check__input:checked + .form-check__text:before {
    background: #e02e45;
    border-color: #e02e45;
}

.form-check__input:checked + .form-check__text:after {
    opacity: 1;
    margin-top: -5px;
}

.form-check__input:disabled + .form-check__text {
    opacity: 0.5;
    cursor: default;
    cursor: not-allowed;
}

.form-check__input.error + .form-check__text:before {
    border-color: #e02e45;
}

.form-check__text .payment-icon {
    position: relative;
    top: -1px;
    margin-left: 10px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 11px 20px;
    font-size: 14px;
    line-height: 26px;
    height: 50px;
    color: #111316;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cdd0d9;
    border-radius: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}

.form-control:focus {
    border-color: #bdd4f7;
}

.form-control[disabled] {
    background-color: #f5f5f5;
    border-color: #cdd0d9;
    color: #888;
    cursor: default;
    cursor: not-allowed;
}

.form-control.error {
    border-color: #e02e45;
    color: #e02e45;
    background-color: #f6c6cc;
}

input[type=file].form-control {
    padding: 3px;
}

textarea.form-control {
    height: 100px;max-width:100%;
}

input[type='checkbox'].error,
input[type='radio'].error {
    outline: 1px dotted #e02e45;
}

label.error {
    display: block;
    color: #e02e45;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: -14px;
}

.form-control::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
}

.form-control:-ms-input-placeholder {
    color: inherit;
    opacity: 0.5;
}

.form-control::-ms-input-placeholder {
    color: inherit;
    opacity: 0.5;
}

.form-control::placeholder {
    color: inherit;
    opacity: 0.5;
}

.form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.form-control:focus:-ms-input-placeholder {
    color: transparent;
}

.form-control:focus::-ms-input-placeholder {
    color: transparent;
}

.form-control:focus::placeholder {
    color: transparent;
}

.jq-selectbox {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    color: #111316;
    height: auto;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-transition: none;
    transition: none;
}

.jq-selectbox__select {
    border: 2px solid #cdd0d9;
    padding: 11px 25px;
    height: 50px;
    background: #fff;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}

.jq-selectbox.disabled .jq-selectbox__select {
    background: #f5f5f5;
    cursor: default;
    cursor: not-allowed;
}

.jq-selectbox.error .jq-selectbox__select {
    border-color: #e02e45;
    color: #e02e45;
    background-color: #f6c6cc;
}

.jq-selectbox__select:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    right: 25px;
    border-style: solid;
    border-width:  0 3px 3px 0;
    border-color: transparent #000 #000 transparent;
    -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

.jq-selectbox.error .jq-selectbox__select:after {
    border-color: transparent #e02e45 #e02e45 transparent;
}

.jq-selectbox.opened .jq-selectbox__select:after {
    margin-top: -1px;
    -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
}

.jq-selectbox__select-text {
    color: #a1a7b3;
    font-size: 14px;
    text-transform: uppercase;
}

.jq-selectbox__select-text.placeholder {
    color: inherit;
}

.jq-selectbox__dropdown {
    width: 100%;
    border: 2px solid #cdd0d9;
    background: #fff;
    color: #111316;
    top: 48px;
}

.jq-selectbox__dropdown ul:not(.reset-list) > li,
.jq-selectbox__dropdown ol:not(.reset-list) > li {
    margin-bottom: 0;
    margin-left: 0;
}

.jq-selectbox__dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jq-selectbox li:first-child {
    font-weight: bold;
}

.jq-selectbox li {
    white-space: normal;
    padding: 11px 20px;
    cursor: pointer;
    margin: 0;
}

.jq-selectbox li.selected {
    background: #f2f3f5;
}

.jq-selectbox li:hover {
    background: #f2f3f5;
}

select.catalog-block__filter-items.js-styler {
    opacity: 0;
}

input[type=number] {
    width: 180px;
    height: 60px;
    text-align: center;
    border: 2px solid #dddfe5;
    border-radius: 30px;
    font-size: 22px;
    font-weight: bold;
    padding: 15px 40px;
}

.jq-number__field input {
    width: 100% !important;
    height: 100% !important;
}

.jq-number {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 60px;
    width: 180px;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-transition: none;
    transition: none;
}

.jq-number__spin  {
    position: absolute;
    cursor: pointer;
    width: 52px;
    height: 60px;
    top: 0;
}

.jq-number__spin.minus {
    left: 0;
}

.jq-number__spin.plus {
    right: 0;
}

.jq-number__spin:before,
.jq-number__spin.plus:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: #a1a7b3;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -9px;
}

.jq-number__spin.plus:after {
    width: 2px;
    height: 18px;
    margin: -9px 0 0 -1px;
}

.jq-number__spin:hover:before,
.jq-number__spin:hover:after {
    background: #111316;
}

.jq-number__field {
    height: 100%;
}

input.number-input-compact {
    width: 140px;
    text-align: left;
    font-size: 14px;
    padding: 15px 40px 15px 27px;
    text-align: center;
}

.jq-number.number-input-compact {
    width: 140px;
}

.jq-number.number-input-compact .jq-number__spin {
    width: 35px;
    height: 30px;
    left: auto;
    right: 0;
    top: auto;
}

.jq-number.number-input-compact .jq-number__spin.minus {
    bottom: 0;
}

.jq-number.number-input-compact .jq-number__spin.plus {
    top: 0;
}

.jq-number.number-input-compact .jq-number__spin.plus:after {
    display: none;
}

.jq-number.number-input-compact .jq-number__spin:before {
    left: 0;
    top: auto;
    background: none;
    width: 8px;
    height: 8px;
    margin: 0;
    border-style: solid;
    border-width: 0 0 2px 2px;
    border-color: transparent transparent #111316 #111316;
}

.jq-number.number-input-compact .jq-number__spin.plus:before {
    bottom: 4px;
    -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
}

.jq-number.number-input-compact .jq-number__spin.minus:before {
    top: 4px;
    -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
}



.fancybox-container {
    font-family: inherit;
}

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

.close-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border: none;
    background: none;
    padding: 0;
    width: 40px;
    height: 40px;
    color: #a1a7b2;
}

.close-btn:hover {
    color: #e02e45;
}

.close-btn:before,
.close-btn:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    border-bottom: 2px solid;
    margin: -1px 0 0 -6px;
    -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

.close-btn:after {
    -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
}

#popup-purchase-wrapper {
    position: relative;
}

#popup-purchase-wrapper .popup-window {
    text-align: center;
    margin-top: 20px;
}

button.mfp-close {
    border: 0;
    display: block;
    top: 11px;
    right: 11px;
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e02e45;
    color: #fff;
    text-indent: -9999px;
    position: absolute;
}

button.mfp-close:before,
button.mfp-close:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    border-bottom: 2px solid;
    margin: -1px 0 0 -8px;
    -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

button.mfp-close:after {
    -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
}

@media only screen and (max-width : 767.98px) {
    .menu-popup {

    }

    .menu-popup__bg {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 90001;
        background: rgba(0,0,0,0.5);
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    .menu-popup__inner {
        position: fixed;
        z-index: 90002;
        top: 0;
        bottom: 0;
        left: -250px;
        width: 250px;
        background: #fff;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    html.is-menu-open .menu-popup__bg {
        opacity: 1;
        visibility: visible;
    }

    html.is-menu-open .menu-popup__inner {
        -webkit-transform: translateX(100%);
            transform: translateX(100%);
    }

    .menu-popup__close {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

    .menu-popup__content {
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.tabs {

}

.tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2px;
    overflow-x: auto;
}

.tabs__nav-item {
    margin-right: 2px;
}

.tabs__nav-item:last-child {
    padding-right: 0;
}

.tabs__nav-link {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: block;
    height: 58px;
    line-height: 58px;
    padding: 0 34px;
    color: #242529;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    -webkit-transition: none;
    transition: none;
}

.tabs__nav-link:hover {

}

.tabs__nav-link.is-active {
    background: #fff;
}

.tabs__content {
    background: #fff;
    position: relative;
}


.tabs__content img {
    width: 100%;
} 


.tabs__item {
    padding: 54px 33px 29px;
    display: none;
}

.tabs__item:after {
    content: '';
    display: table;
    clear: both;
}

.tabs__item.is-open {
    display: block;
}

.container {
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 1200px) {
    .container {
        width: 1270px;
    }
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

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

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

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 100px;
    height: 100px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1001;
    background: #fff;
}

.header__logo {
    margin-right: 50px;
}

.logo {
    display: block;
    width: 200px;
}

.logo__wrapper {
    display: block;
    width: 200px;
    height: 58px;
    position: relative;
}

.logo__img {
    display: block;
    width: 100%;
    height: 100%;
}

.header__phone {
    margin-right: 32px;
}

.header-phone {

}

.header-phone__num {
    text-decoration: none;
    font-weight: 500;
    font-size: 19px;
    white-space: nowrap;
    color: inherit;
}

.header-phone__text {
    display: block;
    font-size: 12px;
    opacity: 0.3;
    letter-spacing: 0.08em;
    line-height: 14px;
    margin-bottom: 4px;
}

.header__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    min-height: 60px;
    padding-right: 20px;
}

.menu-popup__bg {
    display: none;
}

.header__nav {
    margin-right: 40px;
    margin-top: 1px;
}

.nav {
    font-size: 14px;
    line-height: 26px;
}

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

.nav__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    text-align: center;
}

.nav__item_social {
    display: none;
}

.nav__item_account {
    display: none;
}

.nav__item.has-sublist {

}

.nav__item.news {

}

.nav__item.services {

}

.nav__link {
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    color: #111316;
    position: relative;
    letter-spacing: 0.08em;
    padding: 12px 0 11px;
}

.nav__item_phone{
    display:none;
}

.nav__link:hover,
.nav__link.is-active {
    color: #e02e45;
}

.nav__link-text {
    position: relative;
}

.nav__sublist {
    position: absolute;
    left: 0;
    top: 100%;
    width: 265px;
    background: #fff;
    text-align: left;
    -webkit-box-shadow: 0 6px 13px rgba(0,0,0,0.15);
            box-shadow: 0 6px 13px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}

@media (min-width: 1280px) {
    .nav__link.is-active .nav__link-text:after {
        content: '';
        position: absolute;
        left: -4px;
        right: -4px;
        bottom: -12px;
        height: 4px;
        background: #e02e45;
    }

    .nav__item.has-sublist:hover .nav__link {
        -webkit-box-shadow: 0 6px 13px rgba(0,0,0,0.15);
                box-shadow: 0 6px 13px rgba(0,0,0,0.15);
    }

    .nav__item.has-sublist:hover .nav__sublist {
        opacity: 1;
        visibility: visible;
    }
}

.nav__item.has-sublist .nav__link:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-style: solid;
    border-width: 5px 4px 0;
    border-color: #8e9196 transparent;
    margin-left: 10px;
    top: -1px;
}

.nav__sublist-item {
    border-top: 1px solid #f2f3f5;
}

.nav__sublist-link {
    display: block;
    position: relative;
    color: #8e9196;
    text-decoration: none;
    padding: 11px 20px 12px;
}

.nav__sublist-link:hover,
.nav__sublist-link.is-active {
    color: #242529;
}

.nav__sublist-link-text {
    display: block;
    position: relative;
    padding-left: 20px;
}

.nav__sublist-link-text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    border-top: 5px solid;
}

.header__search {
    position: absolute;
    left: 0;
    right: 20px;
    top: 0;
    z-index: 1;
    -webkit-transform-origin: right center;
        transform-origin: right center;
    -webkit-transform: scaleX(0);
        transform: scaleX(0);
    visibility: hidden;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}

.search {
    position: relative;
}

.search__form {

}

@media (min-width: 1260px) {.search__input {border: 2px solid #cdd0d9!important;}}

.search__input {
    padding: 15px 105px 15px 56px;
    height: 60px;
    background-image: url('../images/icon-search.png');
    background-repeat: no-repeat;
    background-size: 19px 19px;
    background-position: 19px center;
}

.search__input + label.error {
    display: none !important;
}

.search__btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.08em;
    border: none;
    padding: 17px 21px;
    background: none;
    height: 60px;
}

.header__basket {

}

.basket-field-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.basket-field {
    position: fixed;
    left: 100%;
    top: 100px;
    bottom: 0;
    width: 500px;
    overflow-y: auto;
    background: #fff url('../images/basket-bg.png') right 47px top no-repeat;
    padding: 44px 65px;
    z-index: 101;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

html.is-basket-open .basket-field-bg {
    opacity: 1;
    visibility: visible;
}

html.is-basket-open .basket-field {
    -webkit-box-shadow: 0 8px 29px rgba(0, 0, 0, 0.08);
            box-shadow: 0 8px 29px rgba(0, 0, 0, 0.08);
    will-change: transform;
    -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
}

.basket-field__inner {

}

.basket-field__header {

}

.basket-field__title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.12em;
    margin-bottom: 30px;
}

.basket-field__content {

}

.basket-compact {
    display: table;
    width: 100%;
}

.basket-compact__item {
    display: table-row;
}

.basket-compact__cell {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 20px;
}

.basket-compact__cell_image {
    text-align: center;
    width: 120px;
}

.basket-compact__cell_content {
    padding-left: 29px;
}

.basket-compact__cell_remove {
    width: 40px;
}

.basket-compact__image-link {

}

.basket-compact__image {
    width: auto;
    height: auto;
    max-width: 120px;
    max-height: 120px;
}

.basket-compact__title {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.basket-compact__title-link {
    color: inherit;
    text-decoration: none;
}

.basket-compact__category {
    font-size: 12px;
    line-height: 16px;
    color: #a1a7b3;
}

.basket-compact__category-link {
    color: inherit;
    text-decoration: none;
}

.basket-compact__price-row {
    margin-top: 9px;
}

.basket-compact__price {
    font-size: 14px;
    font-weight: bold;
    margin-right: 8px;
}

.basket-compact__old-price {
    font-size: 14px;
    color: #a1a7b3;
    text-decoration: line-through;
}

.basket-compact__quantity {
    font-size: 14px;
    color: #a1a7b3;
}

.basket-compact__remove-btn {

}

.basket-compact-total {
    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;
    font-weight: bold;
    margin-top: 36px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.basket-compact-total__title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.12em;
}

.basket-compact-total__price {
    font-size: 30px;
    letter-spacing: 0.04em;
}

.basket-field__footer {
    text-align: center;
    padding-top: 33px;
}

.basket-field__btn-row {
    margin-bottom: 40px;
}

.basket-field__btn {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-width: 275px;
	border-radius: 5px;
	background: #63C544;
}

.basket-field__btn__disabled {
    background: #a1a7b3;
}

.header__control {

}

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

.control__item {

}

.control__item_menu {
    display: none;
}

.control__item_search {

}

.control__item_account {

}

.control__item_basket {

}

.control__btn {
    display: block;
    width: 100px;
    height: 100px;
    border: none;
    padding: 36px 0 37px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    color: #242529;
    text-decoration: none;
    background: none;
    position: relative;
    z-index: 1;
}

.control__btn_menu {

}

.control__btn_search {
    background: #e8e9ed;
}

.control__btn_account {
    width: 100px;
    background: #dddee4;
}

.control__btn_basket {
    width: 200px;
    background: #cdd0d9;
    letter-spacing: 0.08em;
}

.control__icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 26px;
    height: 26px;
}

.control__icon:before,
.control__icon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/control-btn-icon.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 60px;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}

.control__icon:before,
.control__btn:hover .control__icon:after {
    opacity: 1;
    visibility: visible;
}

.control__icon:after,
.control__btn:hover .control__icon:before {
    opacity: 0;
    visibility: hidden;
}

.control__icon_menu:before {
    background-position: 0 0;
}

.control__icon_menu:after {
    background-position: 0 -30px;
}

.control__icon_search:before {
    background-position: -30px 0;
}

.control__icon_search:after {
    background-position: -30px -30px;
}

.control__icon_account:before {
    background-position: -60px 0;
}

.control__icon_account:after {
    background-position: -60px -30px;
}

.control__icon_basket:before {
    background-position: -90px 0;
}

.control__icon_basket:after {
    background-position: -90px -30px;
}

.control__count {
    position: absolute;
    top: -6px;
    right: -9px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background: #e02e45;
    border-radius: 50%;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}

.control__text {
    margin-left: 10px;
	text-transform:uppercase;
}

.control__btn:hover {
    background: #e02e45;
    color: #fff;
}

.control__btn:hover .control__count {
    background: #fff;
    color: #242529;
}

html.is-basket-open .control__btn_basket {
    background: #e02e45;
    color: #fff;
}

html.is-basket-open .control__btn_basket {
    z-index: 102;
}

html.is-basket-open .control__btn_basket .control__count {
    background: #fff;
    color: #242529;
}

html.is-basket-open .control__btn_basket .control__icon:after {
    opacity: 1;
    visibility: visible;
}

html.is-basket-open .control__btn_basket .control__icon:before {
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 1260px) {
    html.is-search-open .control__btn_search {
        background: #e02e45;
        color: #fff;
    }

    html.is-search-open .control__btn_search .control__icon:after {
        opacity: 1;
        visibility: visible;
    }

    html.is-search-open .control__btn_search .control__icon:before {
        opacity: 0;
        visibility: hidden;
    }

    html.is-search-open .header__search {
        visibility: visible;
        -webkit-transform: scaleX(1);
            transform: scaleX(1);
    }
}

.payment-types-list {

}

.payment-types-list__item {
    display: inline-block;
    margin-right: 33px;
    margin-bottom: 10px;
}

.payment-types-list__item:last-child {
    margin-right: 0;
}

.payment-icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/payment-types.png');
    background-repeat: no-repeat;
}

.payment-icon_visa {
    width: 46px;
    height: 15px;
    background-position: 0 0;
}

.payment-icon_master {
    width: 38px;
    height: 23px;
    background-position: -60px 0;
}

.payment-icon_qiwi {
    width: 19px;
    height: 20px;
    background-position: -110px 0;
}

.payment-icon_yandex {
    width: 20px;
    height: 22px;
    background-position: -140px 0;
}

.payment-icon_p {
    width: 26px;
    height: 23px;
    background-position: -170px 0;
}

.payment-icon_text {
    background: none;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    border: 1px solid #000000;
    padding: 3px 7px;
    line-height: 13px;
    margin-top: 2px;
}

.social-list {

}

.social-list__item {
    display: inline;
    margin-right: 10px;
}

.social-list__item:last-child {
    margin-right: 0;
}

.social-icon {
    display: inline-block;
    vertical-align: middle;
    height: 26px;
    background-image: url('../images/social-icons.png');
    background-repeat: no-repeat;
    background-size: auto 26px;
}

.social-icon_vk {
    width: 32px;
    background-position: 0 0;
}

.social-icon_ig {
    width: 27px;
    background-position: -74px 0;
    display: none;
}

.social-icon_yt {
    width: 29px;
    background-position: -144px 0;
}

.social-icon_tg {
    width: 27px;
    background-position: -216px 0;
    display: none;
}

.footer {
    border-top: 3px solid #f2f3f5;
    padding: 62px 0 9px;
    margin-top: 30px;
}

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

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

.footer__cell {
    -ms-flex-preferred-size: 425px;
    flex-basis: 425px;
    max-width: 425px;
}

.footer__payment-types-field {
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
    max-width: 500px;
}

.footer-title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 3px 0;
}

.footer__payment-types-field {

}

.footer__payment-types {

}

.footer__payment-types-title {
    margin-bottom: 10px;
}

.footer__payment-types-list {

}

.footer__contacts-field {

}

.footer__contacts {

}

.footer__contacts-title {

}

.footer__contacts-text {
    color: #9aa1ae;
}

.footer__contacts-text a {
    color: inherit;
    text-decoration: none;
}

.footer__logo-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__logo {
    margin-right: 28px;
}

.footer__logo-link {

}

.footer__logo-img {

}

.footer__copyright {
    color: #9aa1ae;
}

.footer__social-field {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.footer__social-list {

}

.content {

}

.item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.item__image-block {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.item__image-wrapper {
    height: 0;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    background: #f2f3f5;
}





.item__image-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.item__overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(224,47,70,0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item__image-link:hover .item__overlay {
    opacity: 1;
    visibility: visible;
}

.item__overlay-inner {
    width: 100%;
    text-align: center;
}

.item__overlay-icon {
    display: block;
    width: 60px;
    height: 60px;
    background: url('../images/item-view-icon.png') center center no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.item__image-link:hover .item__overlay-icon {
    -webkit-transform: scale(1);
            transform: scale(1);
}

.item__overlay-content, .item__overlay-content-module {
    display: inline-block;
    vertical-align: top;
    margin-top: 45px;
    text-align: left;
}

.item__overlay-content-module{
    margin-top: 40px;
    font-size: 14px;
    line-height: 24px;
}

.item__overlay-content-row {
    margin-bottom: 1px;
}

.item__image {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@supports((-o-object-fit: contain) or (object-fit: contain)){
    .item__image {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
    }
}

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

.item__content, .item__content-module {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 27px;
    padding-bottom: 5px;
}

.item__content-module {
    padding-bottom: 3px;
}

.item__title {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.item__title a {

}

.item__text {
    font-size: 12px;
    line-height: 16px;
    color: #a1a7b3;
}

.item__text a {
    color: inherit;
    text-decoration: none;
}

.item__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 39px;
}

.item__price-block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: nowrap;
}

.item__price {
    font-size: 14px;
    font-weight: bold;
    margin-right: 7px;
}

.item__old-price {
    font-size: 14px;
    color: #a1a7b3;
    text-decoration: line-through;
}

.item__quantity {
    font-size: 14px;
    color: #a1a7b3;
    display: none;
}

.item__btn-block, .item__btn-block-module {
    -ms-flex-preferred-size: 118px;
    flex-basis: 118px;
    margin-left: auto;
}

.item__btn {
    width: 100%;
    font-size: 12px;
    padding: 4px 9px 3px;
    background: #a7adb8;
    text-transform: uppercase;
}

.item:hover .item__btn,
.item__btn:hover,
.item__btn.is-active {
    background: #e02e45;
}

.catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.catalog__item,  .catalog__item-module,  .catalog__item-module-bottom {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
            flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 12px;
    margin-bottom: 60px;
}

 .catalog__item-module  {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
}

 .catalog__item-module-bottom  {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
}

.catalog_full-width .catalog__item {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
}

.menu {
    max-width: 250px;
}

.menu__item {
    margin-bottom: 50px;
}

.menu__link {
    display: block;
    position: relative;
    padding-left: 72px;
    background: none;
    text-decoration: none;
    color: inherit;
}

.menu__link--active,
.menu__link:hover {
    text-decoration: none;
    color: #df2e45;
}

.menu__icon {
    color: #333;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    width: 50px;
    height: 60px;/*
    -webkit-mask-size: cover;
    mask-size: cover;*/
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    text-align: center;
}

.menu__link--active .menu__icon,
.menu__link:hover .menu__icon {
    color: #df2e45
}

.menu__icon:before,
.menu__icon:after {
    font-size: 50px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: url('../images/menu-icons.png.html') 0 0 no-repeat;*/
    /*background-size: 120px auto;*/
}

/*.menu__icon:before,
.menu__link:hover .menu__icon:after,
.menu__link--active .menu__icon:after {
    opacity: 1;
    visibility: visible;
}*/

/*.menu__icon:after,
.menu__link:hover .menu__icon:before {
    opacity: 0;
    visibility: hidden;
}*/

.menu__icon_trand:before {
    background-position: 0 0;
}

.menu__icon_trand:after {
    background-position: -60px 0;
}

.menu__icon_thiknesses:before {
    background-position: 0 -60px;
}

.menu__icon_thiknesses:after {
    background-position: -60px -60px;
}

.menu__icon_cases:before {
    background-position: 0 -120px;
}

.menu__icon_cases:after {
    background-position: -60px -120px;
}

.menu__icon_accessories:before {
    background-position: 0 -180px;
}

.menu__icon_accessories:after {
    background-position: -60px -180px;
}

.menu__icon_cup:before {
    background-position: 0 -240px;
}

.menu__icon_cup:after {
    background-position: -60px -240px;
}

.menu__icon_flags:before {
    background-position: 0 -300px;
}

.menu__icon_flags:after {
    background-position: -60px -300px;
}

.menu__icon_covers:before {
    background-position: 0 -360px;
}

.menu__icon_covers:after {
    background-position: -60px -360px;
}

.menu__icon_rugs:before {
    background-position: 0 -420px;
}

.menu__icon_rugs:after {
    background-position: -60px -420px;
}

.menu__icon_sets:before {
    background-position: 0 -480px;
}

.menu__icon_sets:after {
    background-position: -60px -480px;
}

.menu__title {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.menu__text {
    margin-right: 3px;
}

.menu__sticker {
    margin: -2px 0 -3px;
}

.menu__count {
    font-size: 14px;
    line-height: 20px;
    color: #a1a7b3;
    margin-top: 4px;
}

.mobile-menu {
    padding-top: 15px;
    display: none;
}

.mobile-menu .catalog-block__menu-header {
    border-color: #e02e45;
    background: #e02e45;
    color: #fff;
    display: none;
}

.mobile-menu .catalog-block__menu-header h3:before {
    background: none;
}

.mobile-menu .mobile-menu__content {
    background: #f2f3f5;
    padding: 50px 35px;
}

.mobile-menu .menu__item {
    /*margin-top: 25px;*/
    margin-bottom: 40px;
}

.sub-menu {
    list-style: none;
    margin: 25px 0;
    padding: 0;
}

.sub-menu__item {
    padding-left: 60px;
}

.sub-menu__link {
    color: #111316;
    text-decoration: none;
}

.sub-menu__link.active {
    color: #e02e45;
    font-weight: bold;
}



.load-more-btn-row {
    text-align: center;
    margin: 54px 0;
}

.load-more-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 60px;
    height: 60px;
    background: none;
    padding: 18px 0;
    text-align: center;
    border: 2px solid #dcdee3;
    border-radius: 50%;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #242529 !important;
    text-decoration: none;
}

.load-more-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #dcdee3;
    border-color: transparent transparent #dcdee3 #dcdee3;
    border-radius: 50%;
    margin: -17px;
    -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
}

.load-more-btn.is-loading:before {
    -webkit-animation: rotate 1.5s linear infinite;
    animation: rotate 1.5s linear infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(-45deg);
        transform:rotate(-45deg);
    }

    100% {
        -webkit-transform: rotate(315deg);
        transform:rotate(315deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(-45deg);
        transform:rotate(-45deg);
    }

    100% {
        -webkit-transform: rotate(315deg);
        transform:rotate(315deg);
    }
}

.load-more-btn__text {
    position: absolute;
    bottom: -48px;
    left: -100px;
    right: -100px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #a1a7b3;
    font-weight: normal;
}

.catalog-section {
    padding: 40px 0 98px;
}

.catalog-block {

}

.catalog-block__main {

}

.catalog-block__main:after {
    content: '';
    display: table;
    clear: both;
}

.catalog-block__aside {
    float: left;
    width: 20.266%;
    /*padding-top: 27px;*/
}

.catalog-block__menu {

}

.catalog-block__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    #display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 70px;
    height: 50px;
}

.catalog-block__filter-items {
    -ms-flex: 0 0 40%;
    -webkit-box-flex: 0;
            flex: 0 0 40%;
    max-width: 40%;
}

.filter-title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-right: 30px;
    text-transform: uppercase;
}

.catalog-block__menu-header {
    display: none;
}

.catalog-block__menu-title {

}

.catalog-block__menu-content {
    background: url('../images/menu-bg.png') right 16px center no-repeat;
}

.catalog-block__content {
    float: left;
    width: 79.734%;
}

.catalog-block__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 63px;
}

.catalog-block__header-title-field {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.catalog-block__title {
    margin: 0;
}

.catalog-block__header-btn-field {
    margin: -9px 0;
}

.catalog-block__header-btn {
	border-radius: 30px;
}

.catalog-block__footer {

}

.catalog-block__load-more-btn {

}

.section-title {
    text-align: center;
    font-size: 36px;
    line-height: 1.33;
    letter-spacing: 0.12em;
    font-weight: bold;
    margin: 0 0 64px 0;
}

.blog-section {
    padding: 89px 0 123px;
}

.blog-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.blog-catalog__item {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
            flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.catalog__item--medium {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
}

.blog-excerpt {
    background-color: #2d2e32;
    position: relative;
    overflow: hidden;
    color: #fff;
    height: 100%;
    font-size: 16px;
    line-height: 30px;
}

.blog-excerpt__bg {
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.blog-excerpt:hover .blog-excerpt__bg {
    -webkit-transform: scale(1.05);
        transform: scale(1.05);
}

.blog-excerpt__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    min-height: 300px;
    color: inherit;
    text-decoration: none;
    padding: 47px 42px 41px;
    position: relative;
}

.blog-excerpt__link:hover {
    text-decoration: none;
    color: inherit;
}

.blog-excerpt__header {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 330px;
}

.blog-excerpt__title {
    font-size: 22px;
    line-height: 30px;
    color: inherit;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.blog-excerpt__content {
    max-width: 300px;
}

.blog-catalog__footer {
    margin: 0 0 90px;
}

.blog-catalog__load-more-btn {
    border-color: #adb2bd;
}

.blog-catalog__load-more-btn:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 33px;
    height: 29px;
    margin: -15px 0 0 -16px;
    background: url("../images/icon-more-btn.png") center center no-repeat;
    background-size: 100% 100%;
}

.blog-catalog__load-more-btn:before {
    border-color: transparent transparent #adb2bd #adb2bd;
    -webkit-animation: rotate 1.5s linear infinite;
    animation: rotate 1.5s linear infinite;
}

.market-section {
    padding: 100px 0 0;
    overflow: hidden;
}

.market-section__inner {
    background: #f2f3f5;
    padding: 1px 0 77px;
}

.market-section__header {
    max-width: 700px;
    margin: -100px auto 53px;
    padding: 49px 40px 0;
    text-align: center;
    background: #f2f3f5;
}

.market-section__title {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 23px 0;
}

.market-section__header-text {
    font-size: 14px;
    line-height: 24px;
    color: #a1a7b3;
    max-width: 400px;
    margin: 0 auto 53px;
}

.market-section__social-list {

}

.market-section__social-list .social-icon {
    opacity: 0.37;
}

.market-section__social-list .social-icon:hover {
    opacity: 1;
}

.market-catalog {
    position: relative;
    margin: 0 -5px;
    z-index: 1;
}

.market-catalog:after {
    content: '';
    display: table;
    clear: both;
}

.market-catalog_instagramm:before {
    content: '';
    position: absolute;
    width: 1056px;
    height: 178px;
    background: url('../images/instagramm-bg.png') 0 0 no-repeat;
    background-size: 100% 100%;
    left: 50%;
    margin-left: 251px;
    top: -79px;
}

.market-catalog__item {
    float: left;
    position: relative;
    width: 22.22%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.market-catalog__item .market-catalog__item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.market-catalog__item_video {
    width: 55.56%;
}

.market-catalog__item_large {
    width: 33.33%;
}

.market-catalog__item_auto {
    width: auto;
    max-width: 33.33%;
}

.shipment-excerpt {

}

.shipment-excerpt__link {
    display: block;
    position: relative;
    text-decoration: none;
}

.shipment-excerpt__img--wrap {
    display: block;
    height: 295px;
    overflow: hidden;
}

.shipment-excerpt__img {
    display: block;
    width: 100%;
    height: auto;
}

.shipment-excerpt__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    color: #a1a7b3;
    background: #fff;
    padding: 4px 12px;
    letter-spacing: 0;
}

.more-btn-row {
    text-align: center;
    margin: 54px 0;
}

.more-btn {
    min-width: 260px;
}

.market-section__more-btn-row {
    margin-bottom: 0;
}

.market-section__more-btn {

}

.news-section {
    background: #f2f3f5;
    padding-top: 70px;
}

.news-section__inner {
    padding: 86px 0 179px;
    position: relative;
}

.news-section__inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url('../images/news-bg-1.png');
    width: 472px;
    height: 140px;
}

.news-section__inner:after {
    content: '';
    position: absolute;
    right: 0;
    top: -160px;
    z-index: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url('../images/news-bg-2.png');
    width: 140px;
    height: 580px;
}

.news-section_inner {
    padding-top: 103px;
}

.news-section_inner .news-section__inner:after {
    top: -23px;
}

.news-section__content {
    position: relative;
    z-index: 1;
}

.articles-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.articles-catalog__item {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.catalog__item--small {
    -ms-flex: 0 0 33%;
    -webkit-box-flex: 0;
            flex: 0 0 33%;
    max-width: 33%;
}

.article-excerpt {
    background: #fff;
    height: 100%;
}

.article-excerpt__image-link {
    display: block;
}

.article-excerpt__image-field {
    padding-top: 81.744%;
    position: relative;
    overflow: hidden;
}

.article-excerpt__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.article-excerpt:hover .article-excerpt__image {
    -webkit-transform: scale(1.05);
        transform: scale(1.05);
}

.article-excerpt__content {
    padding: 30px 24px 35px;
}

.article-excerpt__date {
    position: relative;
    padding-left: 32px;
    line-height: 25px;
    font-size: 12px;
    color: #a1a7b3;
    margin: 0 0 20px 0;
}

.article-excerpt__date:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background: url('../images/icon-time.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.article-excerpt__title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 14px 0;
}

.article-excerpt__text {
    font-size: 12px;
    line-height: 20px;
    color: #a1a7b3;
}

.news-section__more-btn-row {
    margin: 41px 0 0 0;
}

.news-section__more-btn {

}

.text-section {
    padding: 94px 0 51px;
    font-size: 16px;
    line-height: 28px;
    color: #a1a7b3;
    border-top: 2px solid #f3f3f5;
}

.text-section p {
    margin-bottom: 28px;
}



.main-slider-block__nav {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 100px;
    z-index: 101;
    width: 100px;
    overflow: hidden;
}

.main-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;
    -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.08em;
    /* height: 100px;
    width: 313px; */
    height: 70px;
    width: 283px;
}

.main-nav__item {

}

.main-nav__link {
    color: #fff;
    text-decoration: none;
}

.main-slider-block__social {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 101;
    width: 100px;
    background: #fff;
    padding-top: 92px;
}

.main-slider-block__social:after {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: #fff;
}

.main-slider-block__social-list {

}

.main-slider-block__social-list .social-list__item {
    display: block;
    margin: 0 0 35px 0;
    width: 100px;
    text-align: center;
}

.main-slider-block__social-list .social-list__item:last-child {
    margin-bottom: 0;
}

.main-slider-block__social-list .social-icon {
    -webkit-transform: scale(0.8);
        transform: scale(0.8);
    opacity: 0.25;
}

.main-slider-block__social-list .social-icon:hover {
    opacity: 1;
}

.main-slider {
    position: relative;
}

.main-slider:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    width: 200px;
    background: url('../images/slider-shadow.png') left top repeat-y;
}

.main-slider:after {
    content: '';
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 80px;
    background: #fff;
}

.main-slider__item {
    display: block !important;
    position: relative;
    overflow: hidden;
    /* height: 600px; */
    height: 520px;
    padding: 0 300px;
    padding-left: 280px;
    padding-right: 350px;
}

.main-slider__item + .main-slider__item {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}

.main-slider__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: right top;
    background-repeat: no-repeat;
}

.main-slider__item-inner {
    position: relative;
    height: 100%;
    padding-bottom: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-slider__bg-text {
    position: absolute;
    left: 260px;
    bottom: 0;
    top: 0;
}

.main-slider__bg-text img {
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    opacity: 1;
}

.main-slider__num {
    position: absolute;
    right: -39px;
    top: 68px;
    font-size: 186px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.06em;
}

.main-slider__image-wrapper {
    position: absolute;
    right: -25px;
    width: 786px;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main-slider__image {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.main-slider__content {
    position: relative;
    max-width: 600px;
}

.main-slider__subtitle {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin: 10px 0 9px 0;
}

.main-slider__title {
    color: inherit;
    font-size: 64px;
    line-height: 1.04;
    margin: 0 0 29px 0;
    letter-spacing: 0.02em;
}

.main-slider__btn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.04em;
    padding: 13px 44px 14px;
	border-radius: 30px;
}

.main-slider__btn strong {
    font-size: 20px;
}

.slick-dots {
    margin: 0;
    padding: 21px 0;
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    margin: 0 !important;
}

.slick-dots li button {
    width: 38px;
    height: 38px;
    border: none;
    background: none;
    padding: 0;
    position: relative;
    cursor: pointer;
    text-indent: -9999px;
}

.slick-dots li button:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    height: 9px;
    margin: -5px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.5;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

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

.slick-arrow {
    position: absolute;
    width: 50px;
    height: 80px;
    z-index: 11;
    text-indent: -9999px;
    border: none;
    padding: 0;
    background: transparent;
}

.slick-arrow.slick-disabled {

}

.slick-arrow:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 1px;
    border-style: solid;
    border-width: 0 0 3px 3px;
    border-color: transparent transparent #cdd0d9 #cdd0d9;
    -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.slick-next:after {
    -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    margin-left: -13px;
}

.slick-arrow:hover:after {
    border-color: transparent transparent #111316 #111316;
}

.main-slider .slick-arrow {
    bottom: 0;
    margin-right: -25px;
}

.main-slider .slick-prev {
    right: 150px;
}

.main-slider .slick-next {
    right: 100px;
}

.main-slider__image,
.main-slider__bg-text,
.main-slider__bg,
.main-slider__num {
    will-change: transform;
    -webkit-animation: 10s linear forwards;
            animation: 10s linear forwards;
}

.custom-animation .main-slider__image {
    -webkit-animation-name: slider-image;
            animation-name: slider-image;
}

.custom-animation .main-slider__bg-text {
    -webkit-animation-name: slider-bg-text;
            animation-name: slider-bg-text;
}

.custom-animation .main-slider__bg {
    -webkit-animation-name: slider-bg;
            animation-name: slider-bg;
}

.custom-animation .main-slider__num {
    -webkit-animation-name: slider-num;
            animation-name: slider-num;
}

@-webkit-keyframes slider-image {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes slider-image {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes slider-bg-text {
    0% {
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
    }
    100% {
        -webkit-transform: translateX(100px) scale(0.8);
        transform: translateX(100px) scale(0.8);
    }
}

@keyframes slider-bg-text {
    0% {
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
    }
    100% {
        -webkit-transform: translateX(100px) scale(0.8);
        transform: translateX(100px) scale(0.8);
    }
}

@-webkit-keyframes slider-bg {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
}

@keyframes slider-bg {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
}

@-webkit-keyframes slider-num {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
}

@keyframes slider-num {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
}

.social-buttons {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 2px solid #dddee4;
    border-bottom: 2px solid #dddee4;
}

.social-buttons__item {

}

.social-button {
    display: block;
    position: relative;
    height: 58px;
    width: 58px;
    opacity: 0.37;
}

.social-button:hover {
    opacity: 1;
}

.social-button:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('../images/social-buttons.png') 0 0 no-repeat;
}

.social-button_fb:before {
    width: 9px;
    height: 18px;
    margin: -9px 0 0 -4px;
    background-position: 0 0;
}

.social-button_tw:before {
    width: 18px;
    height: 15px;
    margin: -7px 0 0 -9px;
    background-position: -20px 0;
}

.social-button_ig:before {
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    background-position: -50px 0;
}

.header,
.logo__wrapper,
.control__btn,
.header__search,
.search__input,
.search__btn {
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}

html.is-compact-header .header {
    height: 65px;
    -webkit-box-shadow: 0 -1px 0 0 #f2f3f5 inset;
            box-shadow: 0 -1px 0 0 #f2f3f5 inset;
}

html.is-compact-header .control__btn {
    height: 65px;
    padding: 19px 0;
}

html.is-compact-header .basket-field {
    top: 65px;
}

html.is-compact-header .header__search {
    top: 5px;
}

html.is-compact-header .search__input {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 50px;
}

html.is-compact-header .search__btn {
    padding-top: 12px;
    padding-bottom: 12px;
    height: 50px;
}

html.is-compact-header .logo__wrapper {
    width: 170px;
    height: 47px;
}

html.is-compact-header .prmn-cmngr {
    top: -3px;
}

.page-header {
    background: #f2f3f5;
    padding: 27px 0 73px;
}

.breadcrumbs {
    margin: -12px 0 -8px;
    padding: 0;
    list-style: none;
    font-size: 12px;
    line-height: 20px;
    color: #8e9196;
}

.breadcrumbs__item {
    display: inline-block;
}

.breadcrumbs__item:after{
    content: '>';
}

.breadcrumbs__item:last-child:after{
    display: none;
}

.breadcrumbs__link {
    color: inherit;
    text-decoration: none;
}

.breadcrumbs__link:hover {

}

.page-title {
    text-align: center;
    margin: 25px 0 0 0;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.03em;
}

.page-title_search-results {
    font-weight: normal;
}

.page-content {
    padding: 70px 0;
}

.shipment-catalog-title {
    font-size: 22px;
    margin: 0 0 64px;
}

.shipment-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.shipment-catalog__item {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
            flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 5px;
    margin-bottom: 10px;
}

@media (min-width: 1400px) {
    .shipment-catalog__item {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
                flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 992px) {
    .article__main .container,
    .article__aside .container {
        max-width: none;
        padding: 0;
        margin: 0;
    }
}

.article {
    border-bottom: 2px solid #f2f3f5;
}

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

.article__main {
    -ms-flex: 0 0 73.34%;
    -webkit-box-flex: 0;
            flex: 0 0 73.34%;
    max-width: 73.34%;
    padding: 72px 69px 155px 0;
}



.entry__header,
.entry__content {
    padding-right: 98px;
}

.entry__header {
    margin-bottom: 25px;
}

.entry__header h1 {
    font-size: 48px;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}

.entry__content {
    position: relative;
}

.entry__share {
    position: absolute;
    right: 0;
    top: 0;
}

.share.likely {
    margin: 0;
    display: block;
}

.share .likely__widget {
    display: block;
    position: relative;
    background: none;
    margin: 0 0 10px;
    width: 48px;
    height: 48px;
}

.share .likely__icon,
.share .likely__button,
.share .likely__counter {
    display: none;
}

.share .likely__widget:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.share .likely__widget_vkontakte {
    background-image: url('../images/share-btn-vk.svg');
}

.share .likely__widget_odnoklassniki {
    background-image: url('../images/share-btn-ok.svg');
}

.share .likely__widget_twitter {
    background-image: url('../images/share-btn-tw.svg');
}

.share .likely__widget_facebook {
    background-image: url('../images/share-btn-fb.svg');
}

.entry-text {
    #max-width: 600px;
}

.entry figure {
    margin: 0 0 75px;
}

.entry figure img {
    display: block;
    width: 100%;
    height: auto;
}

.article__aside {
    -ms-flex: 0 0 26.67%;
    -webkit-box-flex: 0;
            flex: 0 0 26.67%;
    max-width: 26.67%;
    border-left: 2px solid #f2f3f5;
    padding: 132px 0 0 114px;
}

.article__aside-inner {
    margin-right: -83px;
}

.additional-articles-catalog {

}

.additional-articles-catalog__title {
    font-size: 30px;
    margin-bottom: 73px;
}

.additional-articles-catalog__content {

}

.additional-articles-catalog__item {
    margin-bottom: 10px;
}

.additional-catalog-block {
    padding: 103px 0 20px;
    position: relative;
    overflow: hidden;
}

.additional-catalog-block__inner {
    position: relative;
}

.additional-catalog-block__content {
    position: relative;
    z-index: 1;
}

.additional-catalog-block__title {
    margin-bottom: 63px;
}

.additional-catalog-block .load-more-btn-row {
    margin-bottom: 40px;
}

.additional-catalog-block_recommend .additional-catalog-block__inner:before {
    content: '';
    position: absolute;
    left: -107px;
    top: -8px;
    width: 148px;
    height: 504px;
    /* background: url('../images/look-bg.png') 0 0 no-repeat; */
    background-size: 100% 100%;
}

.additional-catalog-block_recommend .additional-catalog-block__inner:after {
    content: '';
    position: absolute;
    right: -95px;
    top: -5px;
    width: 777px;
    height: 140px;
    background: url('../images/useful-bg.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.additional-catalog-block_random .additional-catalog-block__inner:after {
    content: '';
    position: absolute;
    right: -95px;
    top: -15px;
    width: 900px;
    height: 161px;
    background: url('../images/useful-grey-bg.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.additional-catalog-block_trend .additional-catalog-block__inner:before {
    content: '';
    position: absolute;
    left: -107px;
    top: -8px;
    width: 148px;
    height: 504px;
    #background: url('../images/catalog-trend.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.additional-catalog-block_trend .additional-catalog-block__inner:after {
    content: '';
    position: absolute;
    right: -95px;
    top: -5px;
    width: 827px;
    height: 176px;
    background: url('../images/catalog-more.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.text-content {
    max-width: 1140px;
    position: relative;
}

.text-content__head {
    max-width: 933px;
    margin-bottom: 72px;
}

.text-content__lead {
    max-width: 820px;
    margin-bottom: 53px;
}

.text-gallery {
    padding-left: 40px;
}

.text-gallery:after {
    content: '';
    display: table;
    clear: both;
}

.text-gallery__col {
    float: left;
    width: 50%;
    padding-left: 72px;
}

.text-gallery__about {
    float: left;
    width: 70%;
    padding-left: 72px;
}

.text-gallery__head {
    margin-left: -112px;
    margin-bottom: 56px;
}

.text-gallery__item {
    line-height: 24px;
    margin-bottom: 50px;
}

.text-gallery__item:last-child {
    margin-bottom: 0;
}

.text-gallery__media {
    margin-bottom: 30px;
}

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

.gallery-slider {
    position: relative;
}

/*.gallery-slider.slick-slider {
    padding-top: 68px;
}*/

.gallery-slider {
    padding-top: 68px;
}

.gallery-slider .slick-arrow {
    top: 0;
    right: 0;
    margin-right: -25px;
    height: 36px;
}

.gallery-slider .slick-prev {
    right: 50px;
}

.gallery-slider .slick-next {

}

.gallery-slider__caption {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #b3c2c4;
}

.gallery-slider__caption strong {
    font-size: 26px;
    color: #111316;
}

.gallery-slider__item {

}

.gallery-slider__item + .gallery-slider__item {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}

.gallery-slider__image-wrapper {
    display: block;
    position: relative;
}

.gallery-slider__image-wrapper_video:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6) url('../images/play-icon.png') center center no-repeat;
    background-size: 80px 80px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.gallery-slider__image-wrapper_video:hover:after {
    background-color: rgba(0,0,0,0.4);
}

.gallery-slider__image {
    display: block;
    width: 100%;
    height: auto;
}

.video-play-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-top: 17px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #dce4e5;
    background: #fff;
    padding: 0;
}

.video-play-btn:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -5px;
    border-style: solid;
    border-width: 0 0 2px 2px;
    border-color: transparent transparent #111316 #111316;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
}

.blockquote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #dce4e5;
    border-bottom: 1px solid #dce4e5;
    margin: 68px 0;
    padding: 52px 0;
    font-size: 16px;
    line-height: 30px;
    color: #b3c2c4;
}

.blockquote__title {
    font-size: 20px;
    font-weight: bold;
    color: #111316;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -ms-flex: 0 0 32%;
    -webkit-box-flex: 0;
            flex: 0 0 32%;
}

.blockquote__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 66px;
    position: relative;
}

.blockquote__content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -17px;
    width: 44px;
    height: 34px;
    background: url('../images/quote.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.text-content__w-1 {
    max-width: 850px;
}

.text-content__w-2 {
    max-width: 590px;
}

.about-page {
    position: relative;
    overflow: hidden;
}

.about-page:before {
    content: '';
    position: absolute;
    right: 0;
    top: 256px;
    width: 490px;
    height: 183px;
    background: url('../images/project-bg.png') 0 0 no-repeat;
}

.search-main {
    position: relative;
    margin-bottom: 100px;
}

.search-main__form {

}

.search-main__input {
    border: 2px solid #f2f3f5;
    border-width: 0 0 2px;
    padding: 27px 70px 27px 0;
    font-size: 30px;
    line-height: 1;
    height: 95px;
}

.search-main__btn {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    padding: 0;
    background: none;
    width: 70px;
    height: 95px;
}

.search-main__btn:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    margin: -15px;
    background: url('../images/search-btn.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.search-results-page {
    position: relative;
    overflow: hidden;
}

.search-results-wrapper {
    position: relative;
}

.search-results-wrapper:before {
    content: '';
    position: absolute;
    right: -280px;
    top: -56px;
    width: 700px;
    height: 148px;
    background: url('../images/search-bg.png') 0 0 no-repeat;
}

.search-results {
    position: relative;
}

.info-page {
    overflow: hidden;
    position: relative;
}

.info-page__inner {

}

.info-page__inner:after {
    content: '';
    display: table;
    clear: both;
}

.info-page__aside {
    float: left;
    width: 200px;
    margin-right: -200px;
    position: relative;
}

.info-page__nav {

}

.info-page__nav-title {
    font-size: 50px;
    line-height: 1;
    font-weight: bold;
    border-bottom: 2px solid #dce4e5;
    padding-bottom: 24px;
    padding-top: 12px;
    margin-bottom: 23px;
}

.info-page__nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.info-page__nav-item {
    margin-bottom: 20px !important;
}

.info-page__nav-link {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding-left: 20px;
    color: #8e9196;
    text-decoration: none;
}

.info-page__nav-link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    border-top: 5px solid;
}

.info-page__nav-link:hover,
.info-page__nav-link.is-active {
    color: #111316;
}

.info-page__content {
    float: left;
    width: 100%;
    padding-left: 400px;
}

.info-page__section {
    position: relative;
    padding-bottom: 137px;
}

.info-page__section-inner {
    position: relative;
}

.info-page__section_office:before,
.info-page__section_delivery:before,
.info-page__section_payment:before,
.info-page__section_exchange:before,
.info-page__section_return:before {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 100%;
    margin-left: -291px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.info-page__section_office:before {
    width: 576px;
    height: 140px;
    background-image: url('../images/office-bg.png');
}

.info-page__section_delivery:before {
    width: 718px;
    height: 186px;
    background-image: url('../images/delivery-bg.png');
}

.info-page__section_payment:before {
    width: 768px;
    height: 178px;
    background-image: url('../images/payment-bg.png');
}

.info-page__section_exchange:before {
    width: 846px;
    height: 185px;
    background-image: url('../images/exchange-bg.png');
}

.info-page__section_return:before {
    width: 576px;
    height: 140px;
    background-image: url('../images/return-bg.png');
}

.contacts-page {
    padding-bottom: 100px;
    background: #f2f3f5;
}

.contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -11px;
}

.contacts__aside {
    -ms-flex: 0 0 40.21%;
    -webkit-box-flex: 0;
            flex: 0 0 40.21%;
    max-width: 40.21%;
    padding: 0 11px;
}

.contacts__aside-main {
    background: #fff;
    height: 100%;
    padding: 92px 100px 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contacts__aside-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.contacts__data {

}

.contacts__data-logo {
    max-width: 60px;
    width: auto;
    height: auto;
    display: block;
    float: left;
    margin: 4px 20px 4px -36px;
}


.contacts__data-item {
    padding-left: 36px;
    position: relative;
    margin-bottom: 38px;
}

.contacts__data-item_address {

}

.contacts__data-item_email {

}

.contacts__data-item_phone {

}

.contacts__data-footer {
    border-top: 1px solid #e8e9ea;
    padding-top: 48px;
    margin-top: 46px;
}

.contacts__data-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.contacts__data-item_address:before {
    width: 22px;
    height: 26px;
    background-image: url('../images/icon-contacts-address.png');
}

.contacts__data-item_info:before {
    width: 24px;
    height: 24px;
    background-image: url('../images/information.svg');
}

.contacts__data-item_email:before {
    width: 23px;
    height: 19px;
    background-image: url('../images/icon-contacts-email.png');
}

.contacts__data-item_phone:before {
    width: 16px;
    height: 27px;
    background-image: url('../images/icon-contacts-phone.png');
}

.contacts__data-title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}

.contacts__data-item_phone .contacts__data-title {
    font-size: 20px;
    margin-bottom: 7px;
}

.contacts__data-description {
    color: #9aa1ae;
}

.contacts__data-title a,
.contacts__data-description a {
    color: inherit;
    text-decoration: none;
}

.contacts__aside-footer {
    padding-top: 40px;
    margin-left: 35px;
    text-align: left;}

.contacts__social-list .social-icon {
    opacity: 0.37;
}

.contacts__social-list .social-icon:hover {
    opacity: 1;
}

.contacts__content {
    -ms-flex: 0 0 59.79%;
    -webkit-box-flex: 0;
            flex: 0 0 59.79%;
    max-width: 59.79%;
    padding: 0 11px;
    position: relative;
}

.contacts__map {
    height: 100%;
    min-height: 700px;
    background: #e8e8e8;
}

.order-page {
    padding-bottom: 150px;
    background: #f2f3f5;
    overflow: hidden;
}

.order {

}

.order__menu {
    max-width: 600px;
    margin: 28px auto 123px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.order__menu-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    position: relative;
    height: 8px;
    background: #cdd0d9;
}

.order__menu-item:first-child {
    max-width: 0;
}

.order__menu-item_basket {

}

.order__menu-item_payment {

}

.order__menu-item_success {

}

.order__menu-btn {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -23px;
    z-index: 1;
}

.order__menu-btn-icon {
    display: block;
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #cdd0d9;
}

.order__menu-btn-icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.order__menu-item_basket .order__menu-btn-icon:before {
    background-image: url('../images/icon-order-menu-basket.png');
}

.order__menu-item_payment .order__menu-btn-icon:before {
    background-image: url('../images/icon-order-menu-data.png');
}

.order__menu-item_success .order__menu-btn-icon:before {
    background-image: url('../images/icon-order-menu-success.png');
}

.order__menu-item_basket,
.order.is-step-2 .order__menu-item_payment,
.order.is-step-3 .order__menu-item_payment,
.order.is-step-3 .order__menu-item_success {
    background: #e02e45;
}

.order__menu-item_basket .order__menu-btn-icon,
.order.is-step-2 .order__menu-item_payment .order__menu-btn-icon,
.order.is-step-3 .order__menu-item_payment .order__menu-btn-icon,
.order.is-step-3 .order__menu-item_success .order__menu-btn-icon {
    background: #e02e45;
}

.order__menu-btn-text {
    position: absolute;
    left: -35px;
    right: -35px;
    top: 100%;
    margin-top: 16px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}

.order__content {
    position: relative;
}

.order__content:before {
    content: '';
    position: absolute;
    left: -69px;
    top: -90px;
    width: 764px;
    height: 176px;
    background: url('../images/basket-page-bg.png') 0 0 no-repeat;
}

.order__step {
    background: #fff;
    position: relative;
}

.order__step_basket {
    padding: 45px 84px 59px 100px;
}

.order__step_data {
    padding: 94px 0 76px 100px;
    display: none;
}

.order.is-step-2 .order__step_basket {
    display: none;
}

.order.is-step-2 .order__step_data {
    display: block;
}

.order__footer-cell_back {
    display: none;
}

.order.is-step-2 .order__footer-cell_back {
    display: block;
}

.basket {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
}

.basket__header {

}

.basket__header-row {

}

.basket__content {

}

.basket__item {

}

.basket__cell {
    padding: 12px 27px;
    border: none;
}

.basket__cell:first-child {
    padding-left: 0;
}

.basket__cell:last-child {
    padding-right: 0;
}

.basket__cell_image {
    width: 120px;
}

.basket__cell_title {

}

.basket__cell_count {
    width: 24.6%;
}

.basket__cell_price {
    width: 18.1%;
}

.basket__cell_total {
    width: 12.4%;
}

.basket__cell_remove {
    width: 40px;
    padding-left: 0;
    padding-right: 0;
}

.basket__header-cell {
    font-weight: normal;
    text-transform: uppercase;
    color: #a1a7b3;
    letter-spacing: 0.04em;
    padding-top: 0;
    padding-bottom: 32px;
}

.basket__image-link {

}

.basket__image {
    width: auto;
    height: auto;
    max-width: 120px;
    max-height: 120px;
}

.basket__title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
}

.basket__title-link {
    color: inherit;
    text-decoration: none;
}

.basket__category {
    font-size: 12px;
    line-height: 16px;
    color: #a1a7b3;
}

.basket__category-link {
    color: inherit;
    text-decoration: none;
}

.basket__count {

}

.basket__price {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}

.basket__total {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}

.basket__remove-btn {

}

.order-data {

}

.order-data:after {
    content: '';
    display: table;
    clear: both;
}

.order-data__col {
    float: left;
    width: 50%;
    padding-right: 200px;
}

.order-data__col_1 {

}

.order-data__col_2 {

}

.order-data__section {

}

.order-data__section + .order-data__section {
    margin-top: 72px;
}

.order-data__section-title {
    margin-bottom: 59px;
}

.order-data__delivery {

}

.order-data__delivery-content {

}

.order-data__delivery-total {
    border-top: 2px solid #cdd0d9;
    font-size: 14px;
    line-height: 20px;
    margin-top: 71px;
    max-width: 324px;
    padding: 25px 0 0 41px;
    display: none;
}

.order-data__delivery-total-title {
    display: inline;
    font-size: 12px;
    color: #cdd0d9;
    letter-spacing: 0.04em;
    margin-right: 15px;
}

.order-data__delivery-total-value {
    display: inline;
}

.order__footer {
    /*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;*/
    text-align: right;
    margin-top: 53px;
}

.order__footer-cell {

}

/*.order__footer-cell_total {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}*/

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

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

}

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

.order__total {
    font-weight: bold;
}

.order__total-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.12em;
    margin-right: 20px;
}

.order__total-price {
    font-size: 30px;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.order__back-btn {
    display: inline-block;
    border: none;
    padding: 0;
    background: none;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #111316;
    letter-spacing: 0.08em;
}

.order__back-btn-icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    margin-right: 15px;
}

.order__back-btn-icon:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -2px;
    border-style: solid;
    border-width: 0 0 2px 2px;
    border-color: transparent transparent #111316 #111316;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

.order__back-btn-text {

}

.order__promocode {
    position: relative;
    width: 300px;
}

.order__promocode-input {
    background: #cdd0d9;
    border-color: #cdd0d9;
    color: #fff;
    font-size: 12px;
    padding: 11px 60px 11px 40px;
    border-radius: 30px;
    height: 50px;
}

.order__promocode-input::-webkit-input-placeholder {
    opacity: 1;
}

.order__promocode-input:-ms-input-placeholder {
    opacity: 1;
}

.order__promocode-input::-ms-input-placeholder {
    opacity: 1;
}

.order__promocode-input::placeholder {
    opacity: 1;
}

.order__promocode-input:focus {
    border-color: #cdd0d9;
}

.order__promocode-btn {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    padding: 0;
    background: none;
    width: 60px;
    height: 50px;
}

.order__promocode-btn:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -5px;
    width: 10px;
    height: 8px;
    background: url('../images/promocode-btn.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.order__btn {
    padding-right: 40px;
    padding-left: 40px;
}

.order__btn_submit {
    display: none;
}

.order__success {
    text-align: center;
}

.order__success-header {
    margin-bottom: 44px;
}

.order__success-title {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 30px;
}

.order__success-subtitle {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    margin: 0 0 30px;
}

.order__success-number {
    max-width: 300px;
    margin: 0 auto;
}

.order__success-number-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

.order__success-number-num {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    border-color: #dce4e5;
    background: #dce4e5;
    border-radius: 30px;
    font-size: 30px;
    letter-spacing: 0.12em;
    padding: 4px 0 5px;
}

.order__success-number-btn {
    width: 100%;
}

.alert, .alert-notif {
    padding: 29px 39px 30px;
    border-radius: 5px;
    margin-bottom: 23px;
    font-weight: 500;
    background: #dcf2f9;
    color: #739aa7;
    position: relative;
    word-wrap: break-word;
}

.alert-notif{
    padding: 25px 70px 25px;
    margin-bottom: 10px;
    background: #1dafee;
    font-size: 14px;
    line-height:26px;
    color: #fff;
    border-radius: 0px;
}

.alert__error {
    padding: 29px 39px 30px;
    border-radius: 5px;
    margin-bottom: 23px;
    font-weight: 400;
    position: relative;
    word-wrap: break-word;
    background: #f9d5da;
}

.login .alert,
.registration .alert {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 50px;
}

.alert a {
    color: inherit;
    text-decoration: none;
}

.alert-link-icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    width: 19px;
    height: 20px;
    background: url('../images/alert-link-icon.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.login {
    max-width: 640px;
    margin: 0 auto;
}

.login-menu {
    max-width: 500px;
    margin: 0 auto 77px;
}

.login-menu:after {
    content: '';
    display: table;
    clear: both;
}

.login-menu__btn {
    float: left;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 50%;
    border: 2px solid #e02e45;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1f1f1f;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.08em;
    background: #f2f3f5;
    padding: 15px 0 14px;
    height: 59px;
}

.login-menu__btn:hover,
.login-menu__btn.is-active {
    background: #e02e45;
    color: #fff;
}

.login-form {

}

.login .form-group__label,
.login .form-control {
    text-align: center;
}

.login__footer {
    margin: -13px 0 35px 0;
}

.login__footer:after {
    content: '';
    display: table;
    clear: both;
}

.login__footer-check,
.login__footer-pass {
    float: left;
    width: 50%;
    padding: 9px 24px;
}

.login__footer-check {
    padding-left: 0 !important;
    text-align: right;
    border-right: 1px solid #cdd0d9;
}

.login__footer-pass {
    padding-right: 0 !important;
}

.login__footer-check .form-check {
    margin: 0;
}

.login__footer-check .form-check__label {
    text-align: left;
}

.login__pass-link {
    font-weight: 500;
}

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

.login__btn-row .btn {
    text-transform: uppercase;
    width: 100%;
    max-width: 310px;
}

.registration {
    max-width: 800px;
    margin: 0 auto;
}

.registration-form {

}

.registration__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 9px;
}

.registration__footer-btn {
    -ms-flex-preferred-size: 308px;
    flex-basis: 308px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 70px;
}

.registration__footer-btn .btn {
    width: 100%;
    text-transform: uppercase;
}

.registration__footer-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 14px;
    line-height: 22px;
    color: #a1a7b3;
    position: relative;
    padding-left: 60px;
}

.registration__footer-absolute {
    position: absolute;
    top: 5px;
    left: 15px;
}

.lk-page {

}

.lk-page__inner {

}

.lk-page__inner:after {
    content: '';
    display: table;
    clear: both;
}

.lk-page__aside {
    float: left;
    width: 300px;
    margin-right: -300px;
    position: relative;
}

.lk-page__content {
    float: left;
    width: 100%;
    padding-left: 400px;
}

.lk-page__nav {

}

.lk-page__nav-header {
    display: none;
}

.lk-page__nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 2px solid #f2f3f5;
}

.lk-page__nav-item {
    margin-bottom: 0 !important;
    border-bottom: 2px solid #f2f3f5;
}

.lk-page__nav-item:last-child {
    border-bottom: none;
}

.lk-page__nav-link {
    display: block;
    position: relative;
    padding: 24px 24px 22px 41px;
    color: #8e9196;
    text-decoration: none;
}

.lk-page__nav-link:before {
    content: '';
    position: absolute;
    left: 24px;
    top: 50%;
    width: 5px;
    border-top: 5px solid;
    margin-top: -1px;
}

.lk-page__nav-link:hover,
.lk-page__nav-link.is-active {
    color: #111316;
}

.lk-page__title {

}

.lk-data {
    max-width: 900px;
}

.product {
    background: #f2f3f5;
    padding-bottom: 30px;
}

.product__content {
    margin-left: -11px;
    margin-right: -11px;
}

.product__content:after {
    content: '';
    display: table;
    clear: both;
}

.product__header-field {
    float: right;
    width: 50%;
    padding: 0 11px;
}

.product__header {
    background: #fff;
    padding: 42px 37px 26px;
}

.product__meta {
    margin-bottom: 7px;
}

.product__art {
    font-size: 12px;
    line-height: 20px;
    color: #a1a7b3;
    display: inline;
    margin-right: 7px;
}

.product__stickers {
    display: inline;
}

.product__stickers .sticker {
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 2px;
}

.product__title {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0;
    max-width: 550px;
}

.product__gallery-field {
    float: left;
    width: 50%;
    padding: 0 11px;
}

.product-gallery {
    background: #fff;
    position: relative;
}

.product-gallery__stickers {
    position: absolute;
    z-index: 100;
    left: 34px;
    top: 42px;
    display: none;
}

.product-gallery__main {
    position: relative;
}

.product-gallery__main-item {
    vertical-align: top;
}

.product-gallery__main-item + .product-gallery__main-item {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}

.product-gallery__main-item-inner {
    padding-top: 70.09%;
    position: relative;
}

.product-gallery__main-img-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 55px;
    padding-bottom: 0px;
}

.product-gallery__main-img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@supports((-o-object-fit: contain) or (object-fit: contain)){
    .product-gallery__main-img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
    }
}

.product-gallery__thumbs {
    position: relative;
    border-top: 1px solid #f2f3f5;
}

.product-gallery__thumbs:after {
    content: '';
    display: table;
    clear: both;
}

.product-gallery__thumbs-item {
    float: left;
    width: 33.33%;
    border-left: 1px solid #f2f3f5;
    vertical-align: top;
    cursor: pointer;
    position: relative;
}

.product-gallery__thumbs-item:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.1);
    opacity: 0;
}

.slick-current .product-gallery__thumbs-item:after {
    opacity: 1;
}

.product-gallery__thumbs-item + .product-gallery__thumbs-item {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}

.product-gallery__thumbs-item-inner {
    padding-top: 71.43%;
    position: relative;
}

.product-gallery__thumbs-img-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
}

.product-gallery__thumbs-img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@supports((-o-object-fit: contain) or (object-fit: contain)){
    .product-gallery__thumbs-img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
    }
}

.product-gallery .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 53px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
}

.product-gallery .slick-prev {
    left: 24px;
}

.product-gallery .slick-next {
    right: 24px;
}

.product-gallery .slick-prev:after {
    margin-left: -4px;
}

.product-gallery .slick-next:after {
    margin-left: -7px;
}

@media (min-width: 768px) {
    .product-gallery__main .slick-arrow {
        top: 0;
        margin: 0;
        height: 100%;
        background: transparent;
        border-radius: 0;
    }

    .product-gallery__main .slick-arrow:hover {
        background: rgba(0,0,0,0.2);
    }

    .product-gallery__main .slick-prev {
        left: 0;
    }

    .product-gallery__main .slick-next {
        right: 0;
    }
}

.product__data-field {
    clear: right;
    float: right;
    width: 50%;
    padding: 0 11px;
}

.product__data {
    background: #fff;
}

.product__data-content {
    margin-bottom: 15px;
}

.product__price-field {
    border-top: 1px solid #d5d8dd;
    border-bottom: 1px solid #d5d8dd;
    font-size: 30px;
    line-height: 1;
    padding: 24px 37px 25px;
    margin-bottom: 34px;
}

.product__price {
    font-weight: bold;
    color: #e02e45;
    margin-right: 6px;
}

.product__old-price {
    color: #a1a7b3;
    text-decoration: line-through;
    white-space: nowrap;
}

.product__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 22px;
    padding-left: 26px;
    padding-right: 26px;
}

.product__count-field,
.product__basket-btn-field,
.product__quick-btn-field {
    padding: 0 11px;
    margin-bottom: 13px;
}

.product__count-field {
    -ms-flex: 0 0 162px;
    -webkit-box-flex: 0;
            flex: 0 0 162px;
    max-width: 162px;
}

.product__basket-btn-field {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.product__quick-btn-field {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.product__count,
input.product__count {
    width: 140px;
}

.product__basket-btn {
    width: 100%;
    padding: 15px 0;
    text-transform: uppercase;
    #background: #6ec24b;
    font-size: 14px;
    line-height: 26px;
}

.product__quick-btn {
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
    line-height: 26px;
}

.product__quick-btn:before {
    #content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 33px;
    height: 29px;
    background: url('../images/icon-quick-btn.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    margin: -3px 16px -3px -6px;
}

.product__quick-btn:hover:before {
    background: url('../images/icon-quick-btn-hover.svg') 0 0 no-repeat;
}

.product__price-block {
    margin-bottom: 25px;
}

.product__price-block-title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 11px;
}

.product__price-list {
    display: table;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.08em;
}

.product__price-list-row {
    cursor: pointer;
    display: table-row;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    -webkit-transition-property: background-color;
    transition-property: background-color;
}

.product__price-list-row:nth-child(odd) {
    background: #f8f8f9;
}

.product__price-list-row:hover{
    background: #e8e9ed;
}

.product__price-list-row.is-active {
    background: #e8e9ed;
    font-weight: 600;
}

.product__price-list-title,
.product__price-list-value {
    display: table-cell;
    vertical-align: top;
    padding: 7px 20px;
}

.product__price-list-title {
    padding-left: 74px;
}

.product__price-list-value {
    text-align: center;
    padding-right: 30px;
}

.product__links {
    font-size: 14px;
    line-height: 20px;
}

.product__links-item {
    border-top: 2px solid #f2f3f5;
}

.product__links-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #111316;
    text-decoration: none;
    padding: 23px 39px 24px;
}

.product__links-icon {
    display: block;
    width: 28px;
    height: 28px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: -4px 9px -4px 0;
}

.product__links-icon-pic {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.product__links-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product__data-footer {
    background: #dddfe5;
    padding: 19px 61px 20px 71px;
}

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

.product__benefits-item {
    -ms-flex: 0 0 140px;
    -webkit-box-flex: 0;
            flex: 0 0 140px;
    max-width: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
}

.product__benefits-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 61px;
    font-size: 14px;
    position: relative;
    margin-right: 9px;
}

.product__benefits-icon_rus:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 42px;
    height: 23px;
    margin: -11px 0 0 -21px;
    background: url('../images/benefits-rus.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.product__benefits-text {

}

.product__description {
    float: left;
    clear: left;
    width: 50%;
    padding: 0 11px;
    margin-top: 58px;
}

.quick-basket {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
}

.quick-basket__header {

}

.quick-basket__header-row {

}

.quick-basket__cell {
    padding: 12px 27px;
    border: none;
}

.quick-basket__cell_image {
    width: 88px;
    padding-left: 0;
    padding-right: 0;
}

.quick-basket__cell_image.quick-basket__header-cell {
    text-align: center;
}

.quick-basket__cell_count {
    padding-left: 71px;
}

.quick-basket .jq-number.number-input-compact,
.quick-basket input.number-input-compact {
    width: 130px;
}

.quick-basket__cell_price {
    width: 111px;
}

.quick-basket__cell_total {
    width: 188px;
}

.quick-basket__cell_total-title {
    padding-right: 10px;
}

.quick-basket__cell_total-value {

}

.quick-basket__header-cell {
    font-weight: normal;
    color: #a1a7b3;
    letter-spacing: 0.04em;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f8f8f9;
}

.quick-basket__foot-cell {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f8f8f9;
}

.quick-basket__content {

}

.quick-basket__item {

}

.quick-basket__image-link {

}

.quick-basket__image {
    width: auto;
    height: auto;
    max-width: 88px;
    max-height: 88px;
}

.quick-basket__item-count {

}

.quick-basket__item-price {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}

.quick-basket__item-total {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}

.quick-basket__foot {

}

.quick-basket__foot-row {

}

.quick-basket__total-title {
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.quick-basket__total-value {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}

.quick-order-data {
    margin-top: 25px;
}

.quick-order-data__title {

}

.quick-order-data__form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 7px;
}

.quick-order-data__btn-field {
    -ms-flex-preferred-size: 196px;
    flex-basis: 196px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 25px;
}

.quick-order-data__info-field {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.quick-order-data__btn {
    width: 100%;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}

.quick-order-data__info {
    font-size: 12px;
    line-height: 22px;
    color: #a1a7b3;
}

.video {
    margin-bottom: 50px;
}


.video-wrapper {
    padding-top: 56%;
    position: relative;
}

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

.page-404 {
    padding-bottom: 150px;
    background: #f2f3f5;
}

.page-404__image {
    display: block;
    margin: 0 auto 116px;
    max-width: 100%;
    height: auto;
}

.page-404__text {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 34px;
}

.page-404__text a {
    color: inherit;
}

.autocalc-product-quantity{
    font-size: 22px;
    display: none;
    white-space: pre;
}

.alert-notif {
    -webkit-transition: 400ms;
    transition:         400ms;
}



.product__delivery-info {
    padding: 26px 4% 0 90px;
    list-style: inside;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 8px -1em 20px;
    position: relative;
}

.product__delivery-info::after {
    content: "";
    position: absolute;
    left: 104px;
    right: 5%;
    height: 1px;
    top: 0;
    background-color: #dce4e5;
}

.product__delivery-info .product__delivery-info-item a {
    color: #8e9196;
    font-size: 16px;
    margin: 0;
    /* max-width: 380px; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: .25em 1em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}

@media screen and (max-width: 1199.87px) {
    .product__delivery-info {
        padding: 26px 0 0 0;
        margin-left: 0;
        margin-right: 0;
    }

    .product__delivery-info::after {
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 1399.87px) {
    .product__delivery-info .product__delivery-info-item a {
        font-size: 14px;
	    line-height: 20px;
    }
}

@media screen and (min-width: 1199.87px) {
    .product__delivery-info-item a::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 1px;
        margin-top: -25px;
        height: 50px;
        background-color: #dce4e5;
    }

    .product__delivery-info-item:last-child a::after {
        display: none;
    }
}

.product__delivery-info-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
    /* min-width: 300px; */
}

.product__delivery-info-item.grow a {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.product__delivery-info .product__delivery-info-item a img {
    margin-right: 20px;
    -ms-flex-item-align: center;
        align-self: center;
}

/* .product__delivery-info .product__delivery-info-item + .product__delivery-info-item {
    margin-top: 20px
}

@media screen and (max-width:1600px) {
    .product__delivery-info {
        display: inline-block;
        margin-top: 20px
    }

    .product__delivery-info .product__delivery-info-item + .product__delivery-info-item {
        margin-top: 20px
    }
} */

.product__data-content .product__delivery-info--mobile-only {
    display: none
}

.product__data-content .product__delivery-info--mobile-only .product__delivery-info {
    margin: 5px 0 40px;
    padding-left: 45px;
    padding-right: 31px
}

.product__data-content .product__delivery-info--pc-only {
    display: block
}

@media screen and (max-width:1600px) {
    .product__data-content .product__delivery-info--mobile-only {
        display: block
    }

    .product__data-content .product__delivery-info--pc-only {
        display: none
    }
}

.alert-notif {
    padding: 25px 35px 25px 35px;
    max-height: 999px;
    overflow: hidden
}

@media screen and (max-width:992px) {
    .alert-notif {
        padding: 25px 10px
    }
}

.product .alert-notif.alert-notif--hidden {
    margin: 0;
    max-height: 0;
    visibility: hidden;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: 0s;
    transition: 0s
}


@media screen and (max-width:768px) {
    .product__price-block-title{
        display: none;
    }
}

.product__options-table {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
}

.product__option-row {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    min-width: 40%;
    max-width: 100%;
    margin-bottom: 20px;
}

.product__option-row label {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 11px;
}

@media screen and (max-width:600px) {
    .product__option-row {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.product__options-note {
    font-size: 12px;
    color: #a1a7b3;
    padding: 10px 0 20px;
    border-bottom: 1px solid #a1a7b3;
    margin: 0 0 25px
}

.product__price-block-title {
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 1em;
    text-transform: uppercase
}

.product__price-list-row:nth-child(2n+1) {
    /* background-color: #fff */
}

.product__price-list-row.is-active,
.product__price-list-row:hover {
    background-color: #e8e9ed
}

/* Category menu */

.category-menu {
    background-color: #fff;
    margin-right: 50px
}

.category-menu__item-icon {
    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;
    vertical-align: middle;
    height: 24px;
    width: 24px;
    margin-right: 15px
}

.category-menu__item-icon img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto
}

.category-menu__list {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-shadow: 0 6px 16.38px 1.62px rgba(0, 0, 0, .1);
            box-shadow: 0 6px 16.38px 1.62px rgba(0, 0, 0, .1)
}

.category-menu__list > .category-menu__item {
    display: block;
    border-bottom: 1px solid #f2f3f5;
    margin: 0
}

.category-menu__list > .category-menu__item:last-child {
    border-bottom: none
}

.category-menu__item--small > .category-menu__link {
    font-size: 14px;
    padding-left: 28px
}

.category-menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 12px 24px;
    color: #111316;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
    text-decoration: none;
    line-height: 32px;
    font-size: 16px
}

.category-menu__link.active,
.category-menu__link:active,
.category-menu__link:focus,
.category-menu__link:hover {
    text-decoration: none;
    outline: 0
}

.category-menu__icon-right {
    -webkit-transition: fill .4s ease;
    transition: fill .4s ease;
    margin-left: auto;
    fill: #cdd0d9;
    height: 15px;
    width: auto;
    padding-left: 10px
}

.category-menu__list > .category-menu__item.active > .category-menu__link {
    color: #df2e45
}

.category-menu__list > .category-menu__item.active > .category-menu__link > .category-menu__icon-right {
    fill: #df2e45
}

.category-menu__link:active > .category-menu__icon-right,
.category-menu__link:hover > .category-menu__icon-right {
    fill: #df2e45
}

.category-menu__back-btn {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    font-size: 14px
}

.category-menu__icon-back {
    position: absolute;
    left: 24px;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    width: 30px;
    -webkit-transition: fill .4s ease;
    transition: fill .4s ease
}

.category-menu__back-btn:hover > .category-menu__icon-back {
    fill: #df2e45
}

.grid .category-menu {
    margin-right: 0
}

[disabled=disabled] {
    pointer-events: none
}


/* Sity picker */

#prmn-cmngr-cities .prmn-cmngr-cities__city-name {
    display: block;
    padding: 4px 0;
    color: #8e9196;
    text-decoration: none
}

#prmn-cmngr-cities .prmn-cmngr-cities__city-name:hover {
    color: #242529;
    text-decoration: none
}

#prmn-cmngr-cities .prmn-cmngr-cities .prmn-cmngr-cities__city {
    margin: 0
}

.prmn-cmngr-cities__city-link {
    display: block;
    padding: 4px 0;
    text-decoration: none
}

.prmn-cmngr-cities__city-link:hover {
    color: #242529;
    text-decoration: none
}

.prmn-cmngr-cities__search-block {
    position: relative
}


/* Service slider */

.service-slider:not(.slick-initialized) {
    visibility: hidden
}

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

.service-slider .slick-slide {
    height: auto
}

.service-slider .slick-slide > div {
    height: 100%;
    -webkit-transition: .1s;
    transition: .1s;
    padding: 20px 0 80px
}

@media screen and (min-width:992px) {
    .service-slider .slick-slide:hover > div {
        padding: 0 0 60px
    }

    .service-slider .slick-slide:hover > div .service-item__icon {
        bottom: -40px
    }
}

.service-slider__arrow {
    position: absolute;
    top: 50%;
    margin: -22px 0 0;
    height: 44px;
    width: 44px;
    background-color: #fff;
    padding: 0;
    outline: 0;
    border: none;
    border-radius: 44px
}

.service-slider__arrow::after {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px
}

.service-slider__arrow-left {
    left: -22px
}

.service-slider__arrow-right {
    right: -22px
}

.service-item {
    height: 100%;
    min-height: 300px;
    text-decoration: none;
    outline: 0;
    -webkit-transition: .1s;
    transition: .1s;
    position: relative;
    color: #fff
}

.service-item__wrapper {
    padding: 45px 40px;
    -webkit-transition: .1s;
    transition: .1s;
    background-color: #aaa;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: 100%
}

.service-item__title {
    font-size: 22px;
    font-weight: 700;
    color: inherit;
    margin: 0 0 1em
}

.service-item__text {
    font-size: 16px;
    color: inherit
}

.service-item:active,
.service-item:focus,
.service-item:hover {
    color: #fff;
    text-decoration: none;
    outline: 0
}

.service-item__icon {
    height: 240px;
    width: 240px;
    right: 20px;
    bottom: -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;
    position: absolute;
    -webkit-transition: .1s;
    transition: .1s
}

.service-item__icon img {
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%
}

@media screen and (max-width:1600px) {
    .service-item__icon {
        height: 228px;
        width: 228px;
        margin-bottom: 5px
    }
}

/* Catalog block */

.catalog-block {
    position: relative
}

.catalog-block__content {
    position: relative
}

.catalog-block__preloader {
    visibility: hidden;
    background-color: rgba(255, 255, 255, .6);
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 10;
    overflow: hidden
}

.catalog-block__preloader img {
    display: block;
    position: fixed;
    margin-top: -32px;
    margin-left: -32px
}

.catalog-block--loading .catalog-block__preloader {
    visibility: visible;
    opacity: 1
}

.catalog-block__aside {
    will-change: min-height
}


/* Main slider fix */

@media screen and (max-width:650px) {
    .main-slider__item::after {
        z-index: 1;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: rgba(0, 0, 0, .07)
    }

    .main-slider__content {
        z-index: 2
    }
}


/* Container fix */

@media (max-width:1599.98px) {
    .page-content .container {
        max-width: none
    }
}

.mega-container {
    max-width: 1725px;
    min-width: 310px;
    width: 100%;
    margin: 0 auto;
    padding: 0 5px
}

@media screen and (min-width:576px) {
    .mega-container {
        padding: 0 5px
    }
}

@media screen and (min-width:767.9px) {
    .mega-container {
        padding: 0 10px
    }
}

@media screen and (min-width:992px) {
    .mega-container {
        padding: 0 15px
    }
}

@media screen and (min-width:1200.2px) {
    .mega-container {
        padding: 0 15px
    }
}


/* Hidden */

.hide {
    display: none !important
}

@media screen and (min-width:1200.2px) and (max-width:1600px) {
    .hide-xl {
        display: none !important
    }
}

@media screen and (min-width:992px) and (max-width:1200.2px) {
    .hide-lg {
        display: none !important
    }
}

@media screen and (min-width:767.9px) and (max-width:992px) {
    .hide-md {
        display: none !important
    }
}

@media screen and (min-width:576px) and (max-width:767.9px) {
    .hide-sm {
        display: none !important
    }
}

@media screen and (max-width:576px) {
    .hide-xs {
        display: none !important
    }
}


/* Product galley fixes */

.product-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.product-gallery__thumbs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    margin-left: 20px;
    border: none;
    margin-top: 20px;
    margin-bottom: 20px
}

.product-gallery__thumbs-item {
    border-left: none
}

.product-gallery__thumbs-img-wrapper {
    position: static;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px
}

.product-gallery__thumbs-item-inner {
    padding: 0 !important
}

.product-gallery__main-img-wrapper {
    padding: 0;
    position: static;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px
}

.product-gallery__main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
        align-self: center
}

.product-gallery__main-item-inner {
    padding: 0 !important
}

.product-gallery__thumbs .slick-prev {
    display: none !important;
    left: 50%;
    margin-left: -24px;
    top: 0;
    bottom: auto;
    margin-top: -24px
}

.product-gallery__thumbs .slick-prev::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.product-gallery__thumbs .slick-next {
    right: auto;
    left: 50%;
    margin-left: -24px;
    top: auto;
    bottom: 0;
    margin-bottom: -24px
}

.product-gallery__thumbs .slick-next::after {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}

.product-gallery__thumbs .slick-arrow {
    width: 48px;
    background: 0 0
}

.product-gallery__thumbs .slick-arrow::after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px
}

.product-gallery__thumbs .slick-vertical .slick-slide {
    border: none
}

@media screen and (min-width:992px) {
    .product-gallery__main .slick-arrow {
        top: 20px;
        bottom: 20px;
        height: auto;
        width: 60px
    }

    .product-gallery__main .slick-arrow:hover {
        background-color: rgba(0, 0, 0, .2)
    }

    .product-gallery__main .slick-prev {
        left: 20px
    }

    .product-gallery__main .slick-next {
        right: 20px
    }
}

@media screen and (max-width:992px) {
    .product-gallery__main .slick-arrow {
        top: 0;
        bottom: 0;
        height: auto;
        border-radius: 0;
        background-color: rgba(0, 0, 0, .1);
        margin: 0;
        width: 40px
    }

    .product-gallery__main .slick-arrow:hover {
        background-color: rgba(0, 0, 0, .2)
    }

    .product-gallery__main .slick-prev {
        left: 0
    }

    .product-gallery__main .slick-next {
        right: 0
    }

    .product-gallery__main-img-wrapper {
        padding: 0
    }
}

@media screen and (max-width:576px) {
    .product-gallery__main .slick-arrow {
        width: 35px
    }
}

.product__control {
    padding: 0;
    margin: 0
}

.product__quick-btn-field {
    width: 100%;
    margin: 0
}

.product__controls {
    margin-bottom: 30px;
    padding: 0 26px
}

@media (max-width:600px) {
    .product__count-field {
        max-width: 120px
    }
}

@media (max-width:374px) {
    .product__count-field {
        max-width: none
    }
}


/* Custom select */

.jq-selectbox li:first-child {
    font-weight: 400
}

.select2-container {
    max-width: 100%;
    width: auto !important;
    display: block
}

.select2-container--default .select2-selection--single {
    border: 1px solid #cdd0d9;
    padding: 11px 12px;
    height: 50px;
    background: #fff;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

.select2-container--default .select2-selection--single::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    right: 15px;
    border-style: solid;
    border-width: 0 3px 3px 0;
    border-color: transparent #000 #000 transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .15s;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    visibility: hidden
}

.select2-container--open.select2-container--default .select2-selection--single::after {
    margin-top: -3px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.select2-results__options {
    border: 1px solid #cdd0d9;
    border-top: none;
    background: #fff;
    color: #111316
}

.select2-results__options .select2-results__option {
    white-space: normal;
    padding: 11px 20px;
    cursor: pointer;
    margin: 0
}

.select2-results__options .select2-results__option.select2-results__option--highlighted {
    background-color: #e1e3e8;
    color: #111316
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f2f3f5
}

.select2-dropdown {
    border: none
}


/* Catalog main menu */

@media (min-width:1280px) {
    .nav__item.has-sublist:hover .nav__sublists-row {
        opacity: 1;
        visibility: visible
    }
}

.nav__sublists-row {
    left: 0;
    /* width: 100%; */
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 16.38px 1.62px rgba(0, 0, 0, .1);
            box-shadow: 0 6px 16.38px 1.62px rgba(0, 0, 0, .1);
    white-space: nowrap;
    margin-top: -11px;
    padding: 20px 0;
}

@media (max-width:1259.98px) {
    .nav__sublists-row {
        display: none;
        position: static;
        opacity: 1;
        visibility: visible;
        width: auto;
        background: 0 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        margin: 0
    }
}

@media (max-width:1259.98px) {
    .nav__item.is-open .nav__sublists-row {
        display: block
    }
}

.nav__sublist-row-item {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%
}

.nav__sublist-row-item .nav__sublist-item {
    border: none;
    margin: 0
}

.nav__sublist-row-item .nav__sublist-link {
    padding: 9px 24px;
    line-height: 32px;
    text-align: left
}

.nav__sublist-row-item .nav__sublist-link.is-active {
    color: #e02e45
}

.nav__sublist-row-item .nav__sublist-link-text {
    text-align: left;
    padding: 0;
    display: inline-block
}

.nav__sublist-row-item .nav__sublist-link-text::before {
    display: none
}

@media (max-width:1259.98px) {
    .nav__item.has-sublist.is-open .nav__link:after {
        border-color: transparent #a7a9b4 #a7a9b4 transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .nav__sublist-row-item .nav__sublist-link {
        padding-left: 3.5rem
    }
}

.nav__sublist-row-item .nav__sublist-row-item {
    display: none
}

@media (max-width:1259.98px) {
    .nav__sublist-row-item .nav__sublist-row-item {
        display: block
    }

    .nav__sublist-row-item .nav__sublist-row-item .nav__sublist-link {
        padding-left: 5.5rem;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 13px
    }
}


/* Sidebar */

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

@media screen and (min-width:767.9px) {
    .catalog-block__aside {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

.main-page__catalog-sidebar {
    margin-bottom: -340px
}

@media screen and (max-width:1600px) {
    .main-page__catalog-sidebar {
        margin-bottom: -250px
    }
}

@media screen and (max-width:1200.2px) {
    .main-page__catalog-sidebar {
        margin-bottom: -190px
    }
}


/* Dropdown */
.swiper-viewport {border-radius: 0px!important;box-shadow: 0 0px 0px rgba(0,0,0,.2)!important;border: 0px solid #fff!important;}
html{overflow-y:scroll;overflow-x: hidden;}
body {margin-right:0px !important}

.btn:active, .btn:focus {outline: none!important;border:0px}


.ow-module-rating-stars {
    margin-bottom: 10px;
}
.tab-content label {
    font-weight: 400;
    font-size: 13px;
}


.btn:hover,.btn:focus,.btn:active {color:#fff;}
.ow-module-rating-star {background: url(../images/star-grey.svg) no-repeat;width: 14px;height: 12px;display: inline-block;cursor: pointer;}
.d-none {display: none!important;}
.ow-module-rating-star + .ow-module-rating-star {margin-left: 2px;}
.ow-module-rating-star-is {background: url(../images/star.svg) no-repeat;}
.review-list {padding-bottom:15px}
.dropdown-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: #fff;
    z-index: 1000
}

.dropdown-menu > li {
    margin: 0 !important;
    padding: 0;
    -webkit-transition: .2s;
    transition: .2s
}

.dropdown-menu > li > a,
.dropdown-menu > li > span {
    display: block;
    color: #333;
    text-decoration: none;
    padding: .375em 1em
}

.dropdown-menu li:hover {
    background-color: #dadada
}

.dropdown-menu li:hover > a {
    color: inherit;
    text-decoration: none
}

.basket__product-option {
    font-weight: normal;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.basket__product-option img {
    display: block;
    margin-left: 6px;
    border-radius: 20px;
    -o-object-fit: cover;
       object-fit: cover;
}

.basket__product-options {
    margin: 5px 0 5px;
}

.checkout-agree {
    max-width: 365px; text-align: left;
}

.quick-order-data__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gallery-slider__image-wrapper_video{
    position: relative;
    display: block;
}

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

.slick-slider.slick-vertical .slick-track {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.slick-slide {
    height: auto;
}

.slick-slide > div {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-gallery__thumbs .gallery-slider__image-wrapper_video:after {
    background-size: 32px 32px;
}

.order__footer #agreement_checkbox {
    float: right;
    margin: 0;
}

@media (max-width: 767.98px) {
    .order__footer #agreement_checkbox {
        margin-top: 40px;
    }
}


/* Product Gallery */

.product-images .item__stickers {
    right: 24px;
    top: 24px;
}
.product-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
  background-color: #fff;
  position: relative;
}
.product-images__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.product-images__nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 0;
  margin-right: 20px;
}
@media (max-width: 991.98px) {
    .main-images__image {
        max-height: 340px;
    }
}
@media (max-width: 549.98px) {
  .product-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-images__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .product-images__nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100% !important;
    margin: 20px 0 0;
  }
}
.slick-initialized .main-images__item,
.slick-initialized .nav-images__item {
    display: block;
}
.main-images__item,
.nav-images__item {
    display: none;
    min-width: 0;
}
.main-images,
.nav-images {
  position: relative;
}
.slick-initialized .main-images__image,
.slick-initialized .nav-images__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
     padding: 0 1px;
}
.nav-images__wrapper {
  /* margin: -5px 0; */
}
.nav-images__item {
  padding: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  margin-bottom: 2px;
}

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

.slick-slide, .zoo-item img {
    min-width: 0;
}



.nav-images__item::after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(255,255,255,0);
    -webkit-transition: .2s;
    transition: .2s;
    border: 2px solid transparent;
    position: absolute;
}

.slick-current .nav-images__item::after {
    background-color: rgba(255,255,255,.6);
    border-color: #3d4453;
}
.nav-images__arrow {
  position: static;
  height: auto;
  width: 100%;
  border: none;
  padding: 0;
  background: transparent;
}
/* .nav-images__arrow-prev {
    display: none !important;
} */
.nav-images__arrow::after {
  display: none;
}
@media (max-width: 991.98px) {
  .nav-images__wrapper {
    margin: 0;
  }
  .nav-images__arrow {
    display: none;
  }
}
.main-images__arrow {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 40px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  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: none;
  padding: 0;
}
.main-images__arrow::after {
  display: none;
}
.main-images__arrow-prev {
  left: 0;
}
.main-images__arrow-next {
  right: 0;
}
.main-images__arrow:hover .icon-arrow {
  background-color: rgba(0, 0, 0, 0.4);
}

.main-images__arrow:hover .icon-arrow {
  border-color: transparent transparent #111316 #111316;
}
.main-images__arrow--round {
  height: 40px;
  top: 50%;
  margin-top: -20px;
  border-radius: 40px;
}
.icon-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0);
}
.icon-arrow::after {
  content: "";
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 0 0 4px 4px;
  border-color: transparent transparent #cdd0d9 #cdd0d9;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  display: block;
  margin: 0 auto;
}
.icon-arrow--top {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}
.icon-arrow--bottom::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.icon-arrow--right::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    position: relative;
    right: 2px;
}
.icon-arrow--left::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: relative;
    left: 2px;
}
.video-image {
  position: relative;
}
.video-image .video-image__video {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-image.video-image--active .video-image__video {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.video-image__video iframe {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  display: block;
}


.product__option-row.product__option-row--radio {
  width: 100%;
  min-width: 100%;
}
/* @media screen and (max-width: 767.98px) {
  .product__option-row {
    padding: 12px 20px;
  }
} */

.radio-option__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.radio-option .radio-option__item {
  cursor: pointer;
  padding: 0;
  border-radius: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid #dddfe5;
  margin: 2px 15px 2px 0;
  text-align: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-transform: none;
}
.radio-option .radio-option__item:hover {
  border-color: #e75a6d;
}
.radio-option .radio-option__item-text {
  line-height: 48px;
  min-width: 48px;
  white-space: nowrap;
  display: block;
  padding: 0 12px;
  font-size: 12px;
}
.radio-option .radio-option__item-image {
  display: block;
}
.radio-option .radio-option__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.radio-option input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + .radio-option__item {
  border-color: #e02e45;
}

.payment-fail {
    text-align: center;
    padding: 40px 0;
}

.catalog__item-module-bottom {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}

.catalog__item-module-wide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571428571429%;
            flex: 0 0 14.28571428571429%;
    max-width: 14.28571428571429%;
}

.catalog__item-module-bottom .item__overlay-content {
    display: none;
}

.articles-catalog.catalog .articles-catalog__item .article-excerpt {
    background-color: #f2f3f5;
}

.articles-catalog__item {
    margin-bottom: 35px;
}

.nav__link.is-active .nav__link-text:after {
    display: none;
}

.nav__link:hover, .nav__link.is-active {
    color: #111316;
}

.item {
    position: relative;
}

.item__chart {
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 5px;
    border-radius: 200px;
    min-width: 2.3em;
    height: 2.3em;
    line-height: 2.3em;
    padding-left: .15em;
    padding-right: .15em;
    background-color: #e02e45;
    color: #fff;
    text-align: center;
}

.cart__empty-text {
    text-align: center;
    font-size: 22px;
    /*font-weight: bold;*/
    margin: 0 0 50px;
}

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

.nav-images__arrow-prev {
    display: none !important;
}

.product__price-list-row > * {
    border-bottom: 1px solid #e8e9ed;
}

.product__price-list-row:last-child > * {
    border-bottom: none;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 300px;
}

.product-page__description .tabs__item {
    max-width: 835px;
}

.item__title {
    color: #2d2e32;
    line-height: 26px;
}

.item__title a {
    color: inherit;
    text-decoration: none;
}

.item__title a:hover {
    color: #e02e45;
    text-decoration: none;
}


/* Product Page */

.page-container {
    max-width: 1100px;
    min-width: 310px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  @media screen and (max-width: 565.98px) {
    .page-container {
      padding: 0 5px;
    }
  }
  @media screen and (max-width: 767.98px) {
    .page-container {
      padding: 0 10px;
    }
  }
  @media screen and (max-width: 991.98px) {
    .page-container {
      padding: 0 15px;
    }
  }
  @media screen and (max-width: 1199.98px) {
    .page-container {
      padding: 0 15px;
    }
  }
  @media screen and (min-width: 1000px) and (max-width: 1199.98px) {
    .price-table {
      margin-top: 15px;
    }
  }
  .st-label {
    display: inline-block;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
    background-color: #a1a7b3;
    position: relative;
    text-decoration: none;
    border: 1px solid #a1a7b3;
    margin-right: 6px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  a.st-label:hover,
  button.st-label:hover,
  .st-label.active {
    text-decoration: none;
    color: #fff;
    background-color: #e02e45;
    border-color: #e02e45;
  }
  .st-label::after {
    color: #a1a7b3;
    position: absolute;
  }
  .st-label--right {
    margin-right: 9px;
  }
  .st-label--right::after {
    content: "";
    left: 100%;
    top: -1px;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 10px solid currentColor;
  }
  .st-label--xs {
    font-size: 12px;
  }
  @media screen and (max-width: 1199.98px) {
    .st-label--xs {
        font-size: 11px;
      }
  }
  .st-label--xs.st-label--right::after {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
  .st-label--lg {
    font-size: 18px;
  }
  .st-label--sm {
      font-size: 12px;
      padding: 4px 6px;
  }
  .st-label--lg.st-label--right::after {
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
  }
  .st-label--primary {
    background-color: #e02e45;
    border-color: #e02e45;
  }
  .st-label--primary::after {
    color: #e02e45;
  }
  .st-label--success {
    background-color: #6ec24b;
    border-color: #6ec24b;
  }
  .st-label--success::after {
    color: #6ec24b;
  }
  .st-label--warning {
    background-color: #ff852b;
    border-color: #ff852b;
  }
  .st-label--warning::after {
    color: #ff852b;
  }
  .st-label--doted {
    background-color: #fff;
    color: #323437;
    font-weight: 500 !important;
    border: 1px dashed #323437;
  }
  .light-bg {
    background-color: #f2f3f5;
  }
  .b-crumbs {
    padding-top: 20px;
   padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .b-crumbs h1 {
      margin-bottom: 30px;
  }

  .b-crumbs__list {
    display: block;
    font-size: 0;margin-left:3px;
    line-height: 1;
  }
  .b-crumbs__list span {
      line-height: 1.7;
  }
  @media screen and (max-width: 767.98px) {
    .b-crumbs {
        padding-bottom: 25px;
    }
  }
  .b-crumbs__list > li {
    display: inline;
    font-size: 12px;
    line-height: 16px;
  }
  .b-crumbs__list > li + li::before {
    content: '>';
    margin: 0 4px;
  }
  .b-crumbs__item {
    text-decoration: none;
    color: #8e9196;
  }
  .b-crumbs__item:hover {
    text-decoration: none;
    color: #e02e45;
  }
  .b-crumbs__list > li:last-child > .b-crumbs__item {
    color: #42444b;
  }
  .flex-row {
    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;
  }
  .flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .mb-2 {
    margin-bottom: 10px;
  }
  .mb-3 {
    margin-bottom: 40px;
  }
  .mb-4 {
    margin-bottom: 50px;
  }
  .mb-1 {
    margin-bottom: 10px;
  }
  .product-page {
    background-color: #f2f3f5;
  }
  .product-page__title {
    font-size: 26px;
    color: #1f1f1f;
    font-weight: 900;
    margin: 1.75em 0 1.5em;
    line-height: 1.2;
    text-align: center;
  }
  @media screen and (max-width: 767.98px) {
    .product-page__title {
      margin: 1.25em 0 1.25em;
      font-size: 25px;
    }
  }
  .product-page__about {
    position: relative;
  }
  .product-page__about-text {
    position: absolute;
    z-index: 5;
    padding: 14px;
    -webkit-box-shadow: 0px 6px 16.38px 1.62px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 6px 16.38px 1.62px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    line-height: 18px;
    background-color: #fff;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    right: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    pointer-events: none;
  }
  .product-page__location {
    cursor: pointer;
  }
  .product-page__location:hover + .product-page__about-text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
  }
  .product-page__btn-oneclick {
    margin-bottom: 50px;
  }
  @media screen and (max-width: 1599.98px) {
    .product-page__btn-oneclick {
      margin-bottom: 30px;
    }
  }

  @media screen and (max-width: 1199.98px) {
    .product-page__shop-info li.product__delivery-info-item--pc {
      display: none;
    }

    .product__delivery-info {
        margin-top: 0;
        margin-bottom: 20px;
    }
	
	.product__delivery-info .product__delivery-info-item a{
		font-size: 16px;
		line-height: 26px;
	}
  }

  @media screen and (max-width: 767.98px) {
    .product__delivery-info-item a {
        padding-left: 30px;
        padding-right: 20px;
    }
}
  
  .product-page__gallery {
    padding: 0;
  }
  .product-page__sku {
    color: #a1a7b3;
    font-size: 16px;
    margin-right: 0.5em;
    padding: 0.5em 0;
  }
  @media screen and (max-width: 1199.98px) {
    .product-page__sku {
    font-size: 14px;
    margin-right: 0.375em;
    }
  }
  .product-page__location {
    font-weight: 700;
  }
  .product-page__price {
    font-size: 40px;
    font-weight: bold;
    color: #323437;
    margin-bottom: 12px;
  }
  @media screen and (max-width: 767.98px) {
    .product-page__price {
      font-size: 36px;
    }
  }
  .product-page__video {
    margin-bottom: 20px;
  }
  @media screen and (max-width: 767.98px) {
    .product-page__video {
        padding-top: 20px;
      }
  }
  .product-page__total-quantity {
    margin-right: 1.5em;
    margin-bottom: 15px;
  }
  .product-page__info {
    padding-bottom: 60px;
    background-color: #fff;
  }
  .product-page__description {
    padding: 40px 0;
  }
  .count-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
  }
  .count-input input {
    line-height: 55px;
    padding: 0 14px;
    font-size: 18px;
    border: 1px solid #cdd0d9;
    text-align: center;
    outline: none;
    max-width: 83px;
  }
  .count-input__text {
    background-color: #cdd0d9;
    border: 1px solid #cdd0d9;
    line-height: 55px;
    padding: 0 18px;
    margin: 0 4px 0 0;
  }
  .count-input__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -2px 0;
  }
  .count-input__btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 10px;
            flex: 1 1 10px;
    padding: 0 7px;
    border: 1px solid #cdd0d9;
    background-color: transparent;
    margin: 2px 0;
  }
  .count-input__btn:hover {
    background-color: #cdd0d9;
  }
  .btn-primary {
    border-radius: 0;
    background-color: #2aa9ed;
    color: #fff;
    line-height: 50px;
    padding: 0 1em;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    border: 0px solid #2aa9ed;
  }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #59bcf1;
    border-color: #59bcf1;color: #fff;
  }
   
  .alert-dismissable .close, .alert-dismissible .close {
    top: 0px;
    right: 0px;
}
    .btn-default {
    border-radius: 0;
    background-color:#a7adb8;
    color: #fff;
    line-height: 50px;
    padding: 0 1em;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    border: 0px solid #2aa9ed;
  }
  .btn-default:hover, .btn-default:active, .btn-default:focus {
    background-color:#e02e45;
    border-color: #e02e45;color: #fff;
  }
  
  
  .btn-block {
    width: 100%;
  }
  .btn-outline-secondary {
    border-radius: 0;
    background-color: transparent;
    color: #3d4453;
    line-height: 53px;
    padding: 0 1em;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    border: 2px solid #3d4453;
  }
  .btn-outline-secondary:hover {
    background-color: #3d4453;
    color: #fff;
  }
  .product__price-header {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.08em;
    font-size: 14px;
    color: #242529;
    padding: 22px 30px 20px;
    background-color: #e8e9ed;
    width: 100%;
  }
  .product__price-list-title,
  .product__price-list-value {
    padding: 15px 30px 13px;
    font-size: 16px;
  }
  .product__price-list-value {
    text-align: right;
  }
  .product__price-list-row.is-active {
    background-color: #e6586a;
    color: #fff;
  }
  .price-table {
    -webkit-box-shadow: 0px 6px 16.38px 1.62px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 6px 16.38px 1.62px rgba(0, 0, 0, 0.1);
  }
  .alert-success {
    background-color: #2aa9ed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 30px;
    margin-top: 10px;
  }
  .alert-success__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    color: #fff;
    font-size: 13px;
    line-height: 1.538;
    font-weight: 500;
	letter-spacing: 0.04rem;
  }
  .alert-success__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 12px;
    padding: 5px;
    background-color: #fff;
    border-radius: 50%;
  }
  .alert-success__image img {
    display: block;
    height: 40px;
    width: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product__delivery-info-item a {
      text-decoration: none;
      color: #8e9196;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
  .product__delivery-info-item a:hover {
    text-decoration: none;
    color: #8e9196;
  }
  .product__delivery-info-item img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-width: 0;
  }
  
@media screen and (max-width: 767.98px) {
    .product-page__about {
        margin-top: 20px;
    }
}

/* CONTACTS */

.contacts-panel {
    background-color: #fff;
    margin: 0 0 20px;
    padding: 30px 30px 30px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #242529;
  }
  .contacts-panel__cities {
    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;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .contacts-panel__title {
    line-height: 2;
    font-size: 14px;
    font-weight: bold;
    margin: 0 2px 0 0;
    padding: 12px;
    white-space: nowrap;
  }
  .contacts-panel__item {
    color: #242529;
    display: block;
    padding: 0.75em 1.5em;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #f8f8f9;
    margin: 5px;
  }
  .contacts-panel__item.active,
  .contacts-panel__item:hover {
    background-color: #cdd0d9;
    text-decoration: none;
    color: #242529;
  }
  @media screen and (max-width: 992px) {
    .contacts-panel {
      display: none;
    }
  }
  .contacts-gallery {
    margin: -5px;
    padding: 20px 0;
  }
  .contacts-gallery a {
    outline: none;
    display: inline-block;
    line-height: 1;
    margin: 5px;
  }
  .contacts-gallery a img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contacts-gallery > a {
    display: none;
  }
  .contacts-gallery > a:first-child {
    display: block;
  }
  .contacts-gallery .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -50px;
  }
  .contacts-gallery .slick-next {
    right: 0;
  }
  .contacts-gallery .slick-prev {
    left: 0;
  }
  .contacts__data-item_open:before {
    width: 24px;
    height: 24px;
    top: 1px;
    background-image: url("../images/icon-open.svg");
  }
  .contacts__data-item:before {
    top: 0;
  }
  .contacts__data-title {
    padding-top: 2px;
    line-height: 22px;
  }
  .contacts__aside-main {
    padding: 0;
  }
  .contacts__aside-content {
    padding: 50px 70px;
  }
  @media screen and (max-width: 768px) {
    .contacts__aside-content {
      padding: 50px 40px 20px;
    }
  }
  @media screen and (max-width: 552px) {
    .contacts__aside-content {
      padding: 50px 30px 0;
    }
  }
  .contacts__aside-footer {
    margin: 0;
    padding: 40px 70px;
  }
  @media screen and (max-width: 768px) {
    .contacts__aside-footer {
      padding: 40px 40px;
    }
  }
  @media screen and (max-width: 552px) {
    .contacts__aside-footer {
      padding: 30px 30px;
    }
  }
  .contacts__data-item {
    margin-bottom: 45px;
  }
  .contacts__data-item_phone .contacts__data-title {
    font-size: 16px;
  }
  .contacts__data-item_email:before {
    top: 3px;
  }
  .contacts__data-item_phone:before {
    height: 26px;
    width: 15px;
    left: 3px;
  }
  
  @media screen and (max-width: 767.5px) {
    .order__footer#buttons {
        width: auto;
        padding: 0;
        margin-top: 45px;
    }
    .order__footer#buttons #agreement_checkbox {
        float: none;
        margin: 40px auto 0;
    }
  }
  .alert-success {
    padding: 28px 18px;
  }
  @media screen and (max-width: 552px) {
  .alert-success {
    padding: 20px 12px;
  }
  .product-page__info {
      padding-bottom: 50px;
  }
  }


  .logo__city {
      display: none;
      height: 17px;
      opacity: 1;
      -webkit-transition: 0.15s ease-in-out;
      transition: 0.15s ease-in-out;
      font-size: 12px;
      margin-top: 3px;
      margin-bottom: 4px;
      visibility: visible;
  }

  .logo__city img {
      height: 18px;
      margin-right: 8px !important;
  }

  .logo__city .prmn-cmngr__city {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }

  .is-compact-header .logo__city {
    height: 0;
    opacity: 0;
    visibility: hidden;
    margin: 0;
  }

  @media (max-width: 565.98px) {
    .logo__city {
        display: block;
    }

    .header__content {
        padding: 0;
    }
  }

  #forpvz {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
  }


  .hide-pc {
      display: none;
  }

  .button-cart-container {
      visibility: hidden;
      position: fixed;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 10;
      -webkit-transition: .3s;
      transition: .3s;
      -webkit-transform: translateY(100%) scale(.5);
              transform: translateY(100%) scale(.5);
      opacity: 0;
      -webkit-box-shadow: 0px 6px 16.38px 1.62px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 6px 16.38px 1.62px rgba(0, 0, 0, 0.1);
      margin: 0;
      padding: 20px 15px;
      background-color: rgba(255,255,255,.8);
  }


  @media (max-width: 767.98px) {
    .hide-pc {
        display: block;
    }

    .ajax-catalog {
        display: none !important;
    }

  .button-cart-container.fixed {
      visibility: visible;
      -webkit-transform: translateY(0) scale(1);
              transform: translateY(0) scale(1);
      opacity: 1;
  }

  .button-cart-container.fixed #button-cart {
      border-radius: 5px;
  }
  }

    .btn-danger {
    border-radius: 0;

    color: #fff;
    line-height: 50px;
    padding: 0 1em;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    border: 0px solid #2aa9ed;
  }
  .btn-danger:hover, .btn-danger:active, .btn-danger:focus {

 color: #fff;
  }

  .item:hover .item__btn.btn-danger {
    background-color: #ff852b;
  }

  .additional-catalog-block_trend {
      margin-bottom: 100px;
  }


  .quick-order-data__btn {
    border-radius: 30px;
  }

  .popup-window form {
      padding: 0;
      margin: 0;
  }

#simplecheckout_button_prev {
    visibility: hidden;
    opacity: 0;
}

.btn__cart {
    margin-top: 20px;
    border-radius: 30px;
}

.category-header__title {
    font-size: 40px;
    color: #1f1f1f;
    font-weight: 900;
    margin: 15px 0 15px;
    line-height: 1.2;
}

@media screen and (max-width: 1199.98px) {
    .category-header__title {
        font-size: 32px;
        line-height: 1.1;
    }
}

@media screen and (max-width: 767.98px) {
    .category-header__title {
        font-size: 28px;
    }
}



.additional-catalog-block_random {
    padding-top: 90px;
    padding-bottom: 100px;
    margin-bottom: 0;
}

.product-gallery__video {
    text-align: center;
    display: block;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dadada;
}

.video-image__wrapper {
position: relative;
z-index: 2;
}
.video-image__wrapper::after {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.2) url("../images/play-icon.png") center center no-repeat;
background-size: 80px 80px;
-webkit-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out;
}
.video-image--active .video-image__wrapper::after {
display: none;
}
.video-image--active .video-image__placeholder {
opacity: 0;
}
.video-image__wrapper {
cursor: pointer;
}
.video-image__placeholder {
    max-width: 100%;
    width: auto;
    height: auto;
}

.product-page__gallery .video-image__wrapper::after {
    display: none;
}

@media screen and (max-width: 767.98px) {
    .product-gallery__video {
        display: none;
    }

    .product-page__gallery .video-image__wrapper::after {
        display: block;
    }

    .category-header__title {
        margin-bottom: 10px;
    }
}

.btn-sm {
    font-size: 12px;
    padding: 4px 9px 3px;
    text-transform: uppercase;
}

.product-page__delivery-time {
    /* font-weight: 500; */
    letter-spacing: 0.031em;
}

.product-page__comments {
    background-color: #fff;
    
    padding: 54px 33px 29px;
    margin-bottom: 20px;
}

.additional-catalog-block_random .additional-catalog-block__inner:after {
    right: -10px;
}

@media screen and (min-width: 1600px) {
    .catalog-block__aside {
        padding-right: 35px;
    }
}

@media screen and (max-width: 767.98px) {
    .catalog-block__aside {
        margin-top: 20px;
        padding-right: 5px;
    }

    .catalog-section .catalog-block__footer.load-more-btn-row {
        display: none;
    }

    .catalog-section .catalog-block__aside {
        margin: 0 0 -30px;
    }

    .service-slider__arrow-right {
        right: -12px;;
    }
    
    .service-slider__arrow-left {
        left: -12px;;
    }
}

#load_more {
    display: none;
    opacity: 0;
    visibility: hidden;
}

#load_more .load-more-btn {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.basket-discount {
    text-align: left;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -65px 20px;
    background-image: url('../images/discount-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 65px 26px;
}

@media (max-width: 767.98px) {
    .basket-discount {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.basket-discount__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-width: 0;
    margin-right: 12px;
}

.basket-discount__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
}

.filter__remove-btn {
    margin: 0 4px 4px 0;
}

.shipment-catalog {
    margin-bottom: 30px;
}

.product-page__add-blocks {
    padding-top: 60px;
}

@media (max-width: 991.98px) {
    .product-page__add-blocks {
        padding-top: 0;
    }
}

.review-item {
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f1;
  }
  .review-item:last-child {
    border-bottom: none;
    margin-bottom: 30px;
  }
  .review-item header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
        -webkit-box-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .review-item__rating {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
        -webkit-box-align: center;
            align-items: center;
    margin-right: 15px;
	margin-top: -46px;
    padding-bottom: 20px;
  }
  .review-item__rating > * {
    margin-right: 4px;
  }
  .review-item__rating > *:last-child {
    margin-right: 0;
  }
  .review-item__name {
    margin: 0;
    font-size: 15px;
  }
  .review-item__date {
    font-size: 13px;
    color: #8e9196;
    margin-left: auto;
  }
  .review-item__content {
    font-size: 16px;
	margin-top: 15px;
  }
  .rating-input {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
        -webkit-box-align: center;
            align-items: center;
    line-height: 1;
  }
  .rating-input__item {
    height: 20px;
    width: 24px;
    position: relative;
  }
  .rating-input__item svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
  }
  .rating-input__item .rating-input__star-fill {
    opacity: 0;
    visibility: hidden;
  }
  .rating-input__item .rating-input__star-empty {
    opacity: 1;
    visibility: visible;
  }
  .rating-input__item.active .rating-input__star-fill {
    opacity: 1;
    visibility: visible;
  }
  .rating-input__item.active .rating-input__star-empty {
    opacity: 0;
    visibility: hidden;
  }
  
  .order__success-number-btn {
      border-radius: 30px;
  }

  .product__price-info {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
  }


  .alert-discount .h4 {
      color: #fff;
  }

  .alert-discount a {
      color: #fff;
      text-decoration: none;
  }

  .alert-discount {
      background-color: rgba(42, 168, 237, .9);
  }

  .basket-compact-total__old-price {
      display: block;
      font-size: 16px;
      text-decoration: line-through;
      text-align: right;
      color: #a1a7b3;
      font-weight: normal;
  }

  .order__total {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
  }

  .order__total-title {
      line-height: 1;
  }

.font-weight-500 {
    font-weight: 500;
}
.infoblock {
    padding: 20px;
    background-image: url('../images/product-discount-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 26px;
    border-radius: 20px;
    position: relative;
    text-decoration: none;
    transition: .15s;
}

.infoblock:hover {
    background-size: auto 150%;
}

.infoblock__icon {
    margin-right: 12px;
}

.infoblock__icon img {
    display: block;
}

.infoblock__close {
    position: absolute;
    right: 20px;
    top: 18px;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #202328;
    opacity: .6;
    transition: .15s;
    font-size: 24px;
    line-height: 1;
}

.infoblock__close:hover {
    opacity: 1;
}

.infoblock__title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 2px;
    color: #202328;
}

.infoblock__text {
    font-size: 14px;
    line-height: 20px;
    color: #202328;
}

.infoblock__text a {
    color: #202328;
}

.infoblock__text a:hover {
    color: #202328;
}


.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 25px;
}

.custom-select {
    opacity: 0;
}

.text-primary {
    background-color: #e6586a;
    display: inline-block;
    color: #fff;
    padding: 0px 3px 0px 3px;
    border-radius: 2px;
}



.category-controls .select2-container--default .select2-selection--single {
    height: 50px;
    padding: 12px 12px;
}

.text-muted {
    color: #9b9b9b;
}

.category-controls .select2-container--default .select2-selection--single::after {
    border-color: transparent #9b9b9b #9b9b9b transparent;
}

.st-label--light {
    background-color: transparent;
    color: #1f1f1f;
	border: 1px solid #cdd0d9;
}

.st-label--light:hover {
    color: #fff;
    background-color: #e02e45;
    border-color: #e02e45;
}

.category-label {
    padding: 8px 15px;
    margin: 0 5px 5px 0;
    font-size: 13px;
	border-radius: 15px;
}

.category-description {
    margin-top: 14px;
    line-height: 24px;
    font-size: 16px;
    max-height: 84px;
    position: relative;
    overflow: hidden;
    /* margin-bottom: 10px; */
    color: #a1a7b3;
}

.mt-0 {
    margin-top: 0;
}

@media (min-width: 768px) {
    .category-description {
        margin-top: -13px;
    }
}

.category-description::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    
    height: 56px;
    background: linear-gradient(to bottom,rgba(255,255,255,0),#fff 95%);
}

.category-description__controls {
    text-align: right;
    visibility: hidden;
    opacity: 0;
}

.category-description__show-more {
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    border: none;
    background-color: transparent;
    margin-bottom: 10px;
    color: #1f1f1f;
    margin-right: 20px;
}

@media (min-width: 768px) {
    .category-description__show-more {
        border-bottom: 1px dashed currentColor;
        margin-right: 0;
    }
}


.category-description__show-more:hover {
    color: #e02e45;
}

.category-description.show::after {
    display: none;
}

.category-description:not(.show) + .category-description__controls,
.category-description.active + .category-description__controls {
    visibility: visible;
    opacity: 1;
}

.basket-discount__quantity {
    display: inline-block;
    background-color: #202228;
    color: #fff;
    padding: 0px 6px;
    font-weight: bold;
}

.promobonus {
    background-color: #2aa9ed;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-decoration: none;
    padding: 20px 0;
    background-image: url('../images/promobonus-bg.png');
    background-position: center;
    z-index: 10;
}

.promobonus:hover {
    text-decoration: none;
    color: #fff;
}

.promobonus__body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.promobonus__text {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.promobonus__image {
    margin-left: 24px;
}

.main-menu-bg {
    position: fixed;
    left: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #000;
    pointer-events: none;
    transition: opacity .15s;
    z-index: 200;
}

.main-menu-bg.active {
    left: 0;
    opacity: .5;
    visibility: visible;
}

.search-not-found {
    text-align: center;
    margin-top: 10px;
    color: #a1a7b3;
    padding: 0 30px;
}

.search-results-found {
    font-size: 18px;
    padding: 0 30px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
}

.category-pagination .pagination {
    justify-content: center;
}


@media screen and (min-width: 768px) {
    .category-pagination .pagination {
        justify-content: flex-end;
    }
}

.product-page__total-quantity {
    background-color: #e6586a;
    padding: 5px 10px;
    border: none;
    margin-right: 20px;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-decoration: line-through;
}

.st-label--lg.product-page__total-quantity::after {
    border-top: 14px solid transparent;
    color: #e6586a;
    border-bottom: 14px solid transparent;
    right: -9px;
    top: 0;
}

.nav__item {
    -webkit-overflow-scrolling: touch;
}

.b-crumbs__list a {text-decoration:none!important}

/* Стикеры */
.label-product{color:#fff;text-align:center;line-height:23px;padding:0 9px;position:absolute;min-width:46px;text-transform:uppercase;font-size:11px;z-index:3;border-radius:0px}
.label-product span{display:block}
.label_action{background:#de6767;color:#fff}
.label_new{background:#8bad49;color:#fff}
.label_sale{background:#4889cc;color:#fff}
.label_hit{background:#ba86ae;color:#fff}
.label-product:nth-child(1){top:20px}.label-product:nth-child(2){top:47px}.label-product:nth-child(3){top:74px}.label-product:nth-child(4){top:101px}



.pag {z-index:0;text-align:-webkit-center;margin-top: 20px;}
.pagination>li>a, .pagination>li>span {padding: 0 1rem;min-width: 35px;height: 36px;font-weight: bold;font-size: 14px;display: -ms-flexbox;display: flex;-ms-flex-pack: center;justify-content: center;-ms-flex-align: center;align-items: center;text-align: center;border: 1px solid #ddd;border-radius: 1rem;transition: all 0.4s;}
.pagination>.active>span {background: #252525;color: #fff;pointer-events: none;cursor: default;}
.pagination>li:first-child>a, .pagination>li:first-child>span {border-top-left-radius: 1rem;border-bottom-left-radius: 1rem;}
.pagination>li:last-child>a, .pagination>li:last-child>span {border-top-right-radius: 1rem;border-bottom-right-radius: 1rem;}
.pagination>li {display:inline-block;margin-right:3px;margin-left:3px;}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {color: #fff;background-color: #2aa9ed;border-color: #2aa9ed;}
.pagination>li>a, .pagination>li>span {color:#000}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {background-color:#2aa9ed;border-color: #2aa9ed;}
.pagination>li>a i {color:#dadde0;font-size:16px}
.pagination>li>a:focus i, .pagination>li>a:hover i, .pagination>li>span:focus i, .pagination>li>span:hover i {color: #fff}

.payment {
    width: 58px;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}

#product .product-radio__label, .product-check-box__label {
    display: inline-block;
    text-align: center;
    font-weight: 400;
    color: #999;
    font-size: 13px;
    padding: 5px 15px;
    background: #fff;
    margin: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #f0f0f0;
    transition: color .5s,border .5s,background .5s;
    cursor: pointer;
    border-radius: 10px;
}
#product .product-radio__labelimg, .product-check-box__label {
    display: inline-block;
    text-align: center;
    font-weight: 400;
    color: #999;
    font-size: 13px;
    padding: 5px;
    background: #fff;
    margin: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #f0f0f0;
    transition: color .5s,border .5s,background .5s;
    cursor: pointer;
    border-radius: 50px;
}
.product-radio__image {border-radius:50px;max-width:40px;}
#product .product-radio__input:checked+.product-radio__label, #product .product-check-box__input:checked+.product-radio__label, #product .product-radio__input:checked+.product-check-box__label, #product .product-check-box__input:checked+.product-check-box__label {
    color: #f1594b;
    border-color: #f1594b;
}
#product .product-radio__input:checked+.product-radio__labelimg, #product .product-check-box__input:checked+.product-radio__labelimg, #product .product-radio__input:checked+.product-check-box__label, #product .product-check-box__input:checked+.product-check-box__label {
    color: #f1594b;
    border-color: #f1594b;
}
#product .product-radio__input, #product .product-check-box__input {
    display: none;
}

#product .checkbox * {cursor:pointer;}
#product .checkbox label {display:table-cell;vertical-align: middle;position: relative;padding-left: 5px;}
#product .checkbox label::before {content: "";display: inline-block;position: absolute;width: 18px;height: 18px;left: 0;margin-left: -20px;border: 1px solid #555;background-color: #fff;-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;transition: border 0.15s ease-in-out, color 0.15s ease-in-out;}
#product .checkbox label::after {line-height: 1.5;display: inline-block;position: absolute;width: 18px;height: 18px;left: 0;top:1px;margin-left: -22px;padding-left: 6px;padding-top: 1px;font-size: 11px;color: #555555;}
#product .checkbox input[type="checkbox"] {opacity: 0;z-index: 1;width: 18px;height: 18px;}
#product .checkbox input[type="checkbox"]:checked + label::after {font-family: "FontAwesome";content: "\f00c";}
#product .checkbox-red input[type="checkbox"]:checked + label::after {color: #5f6061;}
#product .checkbox-red input[type="checkbox"] + label::before {background-color: #fff;border-color:#dfe4eb;}

.product__delivery-info .product__delivery-info-item  img {
    margin-right: 20px;
    -ms-flex-item-align: center;
    align-self: center;
}
.product__delivery-info .product__delivery-info-item {
    color: #8e9196;
    font-size: 16px;
    margin: 0;
    /* max-width: 380px; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .25em 1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.product__delivery-info-item {
    text-decoration: none;
    color: #8e9196;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.well h2 {font-size:20px}
.well {
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
    border: 1px solid #dfe4eb;
    border-radius: 0px;
}
.list-group-item {
    border: 1px solid #dfe4eb;
}
.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.table-bordered {
    border: 1px solid #dfe4eb!important;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #dfe4eb!important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #dfe4eb!important;
}

.simplecheckout-cart {
    border-top: 1px solid #dfe4eb!important;
    border-right: 1px solid #dfe4eb!important;
    border-left: 1px solid #dfe4eb!important;
}
.simplecheckout-cart th {
    padding: 8px;
    border-bottom: 1px solid #dfe4eb!important;
    background-color: #F8F8F8!important;
}
.simplecheckout-cart-total {
    border-right: 1px solid #dfe4eb!important;
    border-bottom: 1px solid #dfe4eb!important;
    border-left: 1px solid #dfe4eb!important;
}
.simplecheckout-cart td {
    border-bottom: 1px solid #dfe4eb!important;
}
.simple-content .checkout-heading {
    background-color: #F8F8F8!important;
    border-color: #dfe4eb!important;
    color: #333;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
}
#simplecheckout_customer, #simplecheckout_shipping_address, #simplecheckout_shipping, #simplecheckout_payment, #simplecheckout_comment {border: 1px solid #dfe4eb!important;}
#simplecheckout_comment .simplecheckout-block-content {padding: 10px!important;display:flex;}
#simplecheckout_comment textarea {margin: 15px!important;}
.simplecheckout-block-content {padding: 20px!important;}
.simplecheckout-button-block {background: none!important;}
.simpleregister-button-block {background: none!important;}
.simplecheckout-error-text {color: #e58b8b!important;font-size: 13px;}
.simple-content {
    margin: 0px!important;
}

.menu-popup__content .form-control {border: 0;}


#information-contact .sc-block__list {margin: 0;padding: 0;display: block;list-style-type: none;}
#information-contact .sc-block__item {margin-right: 7px;display: inline-block;padding: 0;}
#information-contact .sc-block__link {width:25px;height: 34px;display: -ms-flexbox;display: flex;-ms-flex-pack: center;justify-content: center;-ms-flex-align: center;align-items: center;font-size:11px;color:#fff;transition: all 0.4s;}
#information-contact .sc-block__link:hover {color:#fff}
#information-contact .sc-block__link {width: 25px;height: 34px;display: -ms-flexbox;display: flex;-ms-flex-pack: center;justify-content: center;-ms-flex-align: center;align-items: center;font-size: 11px;transition: all 0.4s;}
#information-contact .social a {background: var(--gray-100);border: 7px solid var(--gray-100);border-radius:0px;display: block;height: 47px;margin-right: 10px;width: 47px;}
@media (min-width: 992px){
#information-contact .social a {border: 7px solid var(--gray-100);height: 47px;transition: all .4s;width:47px;}
}
#information-contact .social a:last-of-type {margin-right: 0;}
@media (min-width: 992px){
#information-contact  .social a:hover {background: #f2f3f5;border-color:#f2f3f5}
}

#information-contact  svg, #information-contact  .icon {
    width: 3em;
    height: 3em;padding: 3px;
    display: inline-block;
    color: inherit;
    fill: currentColor;
}
.social {margin-bottom:15px;}

.footer ul {
    padding-left: 0;
    list-style: none;
}

.bbtm {padding-bottom:15px;}
.strng {font-weight:500}
#review img {margin-top:5px}


.price_block {
    margin: 20px 0;
}
.price_item.old {
    padding: 0 20px 0 0;
    text-align: right;
}
.price_item {
    float: left;
    width: 50%;
    color: #fff;
}
.price_item .text {
    margin: 0 0 5px;
    font-size: 12px;
    line-height: 12px;
}
.price_item .oldv {
    text-decoration: line-through;
    font-size: 30px;
    line-height: 30px;
}
.price_item .value {
    font-size: 28px;
}
.price_item .value {
    font-size: 40px;
    line-height: 40px;
}
.price_item.new {
    padding: 0 0 0 20px;
}
.price_item {
    float: left;
    width: 50%;
    color: #000000;
}


.timer {
font-size: 0;
text-align: center;
margin-bottom: 30px;
}
.timervert {
    font-size: 16px;
    color: #444444;
    display: inline-block;
    vertical-align: middle;
}
.timer .timer_container {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    position: relative;
}
.timer_container .count {
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #00aaf3;
}
.timer_container .count:not(:last-child):after {
    content: ':';
    font-size: 30px;
    line-height: 27px;
    color: #2c7ae2;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.timer .timer_container:after {
    content: '';
    width: 35px;
    height: 49px;
    background: url('../images/timer_arrow.png') 50% 50% no-repeat;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 -10px 12px;
}
</style><style>
.sup-cont {
    list-style: none;
    padding: 20px 40px 20px;
    margin: auto;
}
.sup-cont>li {
    margin: 0 0 15px;
    padding: 0 0 0 39px;
    background: url('../images/list_icon_1.png') left top no-repeat;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;

}

input[type=checkbox], input[type=radio] {
    margin: 4px 5px 0;
}

/* Витрина категорий, бренды, подкатегории */
.catalog-section2{display:block;border:0px solid #f0f0f0;margin:0 0 20px 0}
.catalog-section2,.catalog-section2:hover{text-decoration:none;color:#464646;border-radius: 10px;}
.catalog-section2:hover .catalog-section__caption{color:#2D2C38;}
.catalog-section2:hover {-webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 5%);box-shadow: 0 10px 30px rgb(0 0 0 / 5%);}
.catalog-section__image{height:120px;max-height:120px;position:relative;padding:10px;background:#fff;border-top-left-radius: 4px;border-top-right-radius: 4px;}
.catalog-section__img{max-width:100%!important;display:block;padding:10px;max-height:inherit;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.catalog-section__caption{font-weight:bold;background: #fff;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;padding:10px;text-align:center;font-size:15px;color:#464646}
.catalog-section__caption span{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-height:1.1;height: 35px;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.catalog-section__image img {max-width:100%!important}
.swiper-pager {width: 100%;display: flex!important;position: initial!important;line-height: 45px;}

.catalog-section2 {
    -webkit-box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
    display: block;
    border: 1px solid #f0f0f0;
    margin: 0 0 20px 0;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}
.form-horizontal .form-group {
    margin-right: -10px;
    margin-left: -10px;
}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{padding-right:10px;padding-left:10px}