

/* Start:/bitrix/templates/eshop_ssk72/css/main.css?1738155446106769*/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
/*ul[class],
ol[class] {
  padding: 0;
}*/

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

a[class]:hover, a[class]:focus {
    text-decoration: none;
}

/* Remove list styles on ul, ol elements with a class attribute */
/*ul[class],
ol[class] {
  list-style: none;
}*/

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
 -webkit-animation-duration: 0.01ms !important;
    -moz-animation-duration: 0.01ms !important;
      -o-animation-duration: 0.01ms !important;
         animation-duration: 0.01ms !important;
 -webkit-animation-iteration-count: 1 !important;
    -moz-animation-iteration-count: 1 !important;
      -o-animation-iteration-count: 1 !important;
         animation-iteration-count: 1 !important;
 -webkit-transition-duration: 0.01ms !important;
    -moz-transition-duration: 0.01ms !important;
      -o-transition-duration: 0.01ms !important;
         transition-duration: 0.01ms !important;
 scroll-behavior: auto !important;
  }
}


:root {
  --light-gray: #F1F1F1;
}

input, button {
    outline: none;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

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




@font-face {
    font-family: 'Montserrat';
    src: url('/bitrix/templates/eshop_ssk72/css/../fonts/Montserrat-Regular.eot');
    src: url('/bitrix/templates/eshop_ssk72/css/../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/eshop_ssk72/css/../fonts/Montserrat-Regular.woff') format('woff'),
         url('/bitrix/templates/eshop_ssk72/css/../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/bitrix/templates/eshop_ssk72/css/../fonts/Montserrat-Medium.eot');
    src: url('/bitrix/templates/eshop_ssk72/css/../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/eshop_ssk72/css/../fonts/Montserrat-Medium.woff') format('woff'),
         url('/bitrix/templates/eshop_ssk72/css/../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/*@font-face {
    font-family: 'Montserrat';
    src: url('/bitrix/templates/eshop_ssk72/css/../fonts/Montserrat-ExtraBold.eot');
    src: url('/bitrix/templates/eshop_ssk72/css/../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/eshop_ssk72/css/../fonts/Montserrat-ExtraBold.woff') format('woff'),
         url('/bitrix/templates/eshop_ssk72/css/../fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}*/

html {
    font-size: 16px;
    line-height: 24px;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

body.no-scroll {
    overflow: hidden;
    padding-right: 34px;
    margin-right: -17px;
}

a {
    text-decoration: none;
    color: #000;
}

a:focus {
    text-decoration: none;
    outline: 0;
    color: unset;
}

.container {
    position: relative;
    display: block;
    max-width: 1470px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-container {
    padding-top: 70px;
    padding-bottom: 70px;
}

h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}

header {
    background: #000000;
    color: #fff;
    padding: 16px 0;
}

.nav-catalog {
    display: none;
    position: absolute;
    top: 122px;
    /*width: calc(100% - 17px);*/
    width: 100%;
    height: -webkit-calc(100% - 122px);
    height: -moz-calc(100% - 122px);
    height: calc(100% - 122px);
    background: #000;
    z-index: 1000;
    /*padding-top: 30px;*/
    overflow: auto;
    padding-top: 15px;
}

.nav-catalog.active {
    display: block;
}


.padding-none {
    padding-bottom: 0 !important;
}

.border-bottom-active {
    border-bottom: 1px solid #F1F1F1;
}



.b-head--top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.b-head--center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
}

.b-head--center-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 15px;
}

.b-head--search-form {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.b-head-basket {
    position: relative;
}

.b-head-basket--quantity {
    position: absolute;
    top: 3px;
    right: 0;
    padding: 2px 4px;
    background: #C72B36;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    font-weight: 500;
    font-size: 9px;
    line-height: 9px;
}

header a,
header a:hover {
    color: #fff;
    text-decoration: none;
}

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

.justify-s-b {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

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

.hidden {
    display: none;
}

.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
    content: "" !important;
}

.b-head--top_nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
}
.b-head--top_nav-item {
    padding: 0 20px;
}

.b-head--top_nav-item a {
    font-size: 14px;
}

.b-head--logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.b-head--logo_img {
    padding-right: 16px;
}

.b-head--logo_img img {
    min-width: 67px;
}

.b-head--center_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.b-btn-catalog .btn-catalog {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 40px;
    padding: 8px 25px 8px 60px;
    background: #C72B36;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.b-btn-catalog .btn-catalog:before {
    position: absolute;
    content: "";
    left: 25px;
    background: url("/bitrix/templates/eshop_ssk72/css/../img/sprites/icons-btn-catalog.png") -46px -10px;
    width: 18px;
    height: 12px;
    margin-bottom: 1px;
}

.b-btn-catalog .btn-catalog.active:before {
    background: url("/bitrix/templates/eshop_ssk72/css/../img/sprites/icons-btn-catalog.png") -10px -10px;
    width: 16px;
    height: 15px;
}

.b-search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
}

.b-head--search-form .b-search-text input,
.b-head--search-form .b-search-btn input,
.b-head--search-form .b-search-btn button {
    height: 100%;
}

.b-head--search-form .b-search-text {
    width: 100%;
}

.b-head--search-form .b-search-text input {
    padding: 8px 16px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    min-width: 400px;
    color: #000;
    width: 100%;
}

.b-search-btn button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 94px;
    background: #C72B36;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}

.b-head-reg, .b-head-auth {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.b-head-reg {
    margin-right: 30px;
}

.b-head-reg--icon, .b-head-auth--icon {
    margin-right: 10px;
}

.b-head-reg--icon img {
    min-width: 20px;
}

.b-head-auth--icon img {
    min-width: 26px;
}

.b-head-auth {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.b-head-favorites {
    margin-right: 25px;
}

.b-head-favorites img {
    min-width: 24px;
}

.b-head-basket img {
    min-width: 27px;
}

.b-head--bottom {
    margin-top: 10px;
    height: 25px;
    overflow: hidden;
}

.b-head--bottom_nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

/*.b-head--bottom_nav-item:nth-child(even) {
    min-width: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
}*/

.b-head--bottom_nav-item:not(:first-child) {
    margin-left: 40px;
    padding-left: 40px;
    position: relative;
}

.b-head--bottom_nav-item:not(:first-child):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 23px;
    background: #fff;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}

.b-head--nav-border--vert {
    width: 2px;
    height: 23px;
    background: #fff;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}

.b-head--bottom_nav-item a {
    font-size: 18px;
    border-bottom: 1px solid #000;
    -webkit-transition: border .1s;
    -o-transition: border .1s;
    -moz-transition: border .1s;
    transition: border .1s;
    white-space: nowrap;
}

.b-head--bottom_nav-item a:hover {
    border-bottom: 1px solid #fff;
    text-decoration: none !important;
    color: #fff !important;
}

#banners {
    margin-top: 24px;
}

.b-banner-slider--wrapper {
    position: relative;
    height: 464px;
}

#banners .swiper-container {
    border-radius: 3px;
}

.swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.b-banner-slider--wrapper .swiper-slide a {
    height: 100%;
    overflow: hidden;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
}

.swiper-slide {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
       justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
       align-items: center;
}

.swiper-button-next, .swiper-button-prev {
    width: 42px !important;
    height: 42px !important;
    outline: none;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    background: url("/bitrix/templates/eshop_ssk72/css/../img/icon-arrow.svg") no-repeat;
    width: 42px;
    height: 42px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    left: -20px !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -20px !important;
}

.swiper-slide--wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper-slide--text-container {
    position: absolute;
    top: 45%;
    left: 9%;
    color: #fff;
    text-align: left;
    padding: 20px;
}

.b-banner--background {
    position: relative;
    width: 100%;
    height: 100%;
}

.b-banner--background:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.35;
}

.swiper-slide--title {
    font-weight: 600;
    font-size: 46px;
    line-height: 52px;
}

.swiper-slide--descr {
    margin-top: 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.swiper-slide a {
    width: 100%;
}

.swiper-slide img,
.swiper-slide source {
    width: 100%;
    height:  100%;
    /*height: 464px;*/
    -o-object-fit: cover;
       object-fit: cover;
}

.swiper-banner-pagination {
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.swiper-center-pagination {
    position: relative !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5px;
}

.swiper-pagination-bullet {
    background: var(--light-gray) !important;
    opacity: 1 !important;
    outline: none !important;
}

.swiper-pagination-bullet-active {
    width: 16px !important;
    height: 16px !important;
    background: transparent !important;
    border: 2px solid var(--light-gray);
}

.swiper-pagination-bullet:not(:last-child) {
    margin-right: 12px;
}

.section--main {
    padding: 70px 0;
}

.section-product-detail--main {
    padding: 0 0 70px;
}

.section--gray {
    background: var(--light-gray);
}

.b-categories--wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 75%;
    grid-template-columns: 25% 75%;
}

.b-categories--left {
    padding-right: 30px;
}

.b-title--wrapper {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.b-title--wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 48px;
    height: 4px;
    background: #C72B36;
}

.b-title--wrapper_two-column {
    display:  -webkit-box;
    display:  -webkit-flex;
    display:  -moz-box;
    display:  -ms-flexbox;
    display:  flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.b-title--more-text a {
    color: #a5a5a5;
}

.b-title--text {
    max-width: 190px;
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    color: #000000;
}

.b-title--text .b-count-title {
    font-size: 16px;
    line-height: 24px;
    color: #B9B9B9;
    margin-left: 8px;
    font-weight: normal;
}

h3.b-title--text {
    font-size: 24px;
    line-height: 28px;
}

.-full-width-title {
    max-width: 100%;
}

.-title-middle {
    font-size: 30px;
}

.b-categories-descr--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.b-categories-descr--text {
    margin-left: 18px;
    font-size: 18px;
    line-height: 24px;
    color: #B9B9B9;
}

.b-categories-btn-all--wrapper {
    margin-top: 45px;
}

.-btn-all--text {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    text-decoration: underline;
    padding-right: 20px;
    cursor: pointer;
}

.-btn-all--text:after {
    content: "";
    position: absolute;
    right: 0;
    background: url("/bitrix/templates/eshop_ssk72/css/../img/icon-arrow-cat.svg") no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    width: 14px;
    height: 14px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.-btn-all--text.active:after {
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

.b-categories-slider--wrapper {
    position: relative;
}

.b-categories-slider--wrapper.active {
    height: 100%;
}

.b-categories--item {
    width: 100%;
    height: 100%;
    max-height: 320px;
    min-height: 320px;
}

.swiper-slide-cat--wrapper {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: var(--light-gray);
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    padding: 24px 32px;
    text-align: left;
}

.swiper-slide-cat--title {
    z-index: 100;
}

.swiper-slide-cat--title a {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}

.swiper-slide-cat--img {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.swiper-slide-cat--img img {
    width: unset;
    max-width: 100%;
    max-height: 100%;
    height: 200px;
}

.swiper-slide-cat--hide-links {
    display: none;
}

.swiper-slide-cat--wrapper:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    padding: 24px 32px;
}

.swiper-slide-cat--wrapper:hover .swiper-slide-cat--title a {
    color: #fff;
}

.swiper-slide-cat--wrapper:hover .swiper-slide-cat--hide-links {
    display: block;
    position: relative;
    z-index: 100;
    height: 220px;
    margin-top: 10px;
    /*position: absolute;
    overflow: auto;
    top: 65px;
    width: calc(100% - 64px);*/
}

/*.swiper-slide-cat--wrapper.-big-indent:hover .swiper-slide-cat--hide-links {
    top: 100px;
    height: 180px;
}*/


.-cat--hide-link a {
    color: #fff;
    font-size: 16px;
}

.-cat--hide-link a:hover {
    text-decoration: underline;
}

.swiper-container--categories .swiper-slide {
    max-height: 320px;
}

.no-swiper-slider .swiper-container--categories {
    overflow: unset;
}

.no-swiper-slider .swiper-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-transform: unset !important;
       -moz-transform: unset !important;
        -ms-transform: unset !important;
         -o-transform: unset !important;
            transform: unset !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.no-swiper-slider .swiper-button-cat-next,
.no-swiper-slider .swiper-button-cat-prev,
.no-swiper-slider .swiper-center-pagination {
    display: none;
}

.no-swiper-slider .swiper-slide {
    margin-bottom: 25px;
    margin-right: 0 !important;
}

.b-products-item--wrapper {
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
}

.b-products-slider--wrapper {
    position: relative;
}

.b-products--item {
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px -8px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 30px -8px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 30px -8px rgba(34, 60, 80, 0.2);
}

.b-products--item_content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 600px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    height: 100%;
}

.b-products--item_content-wrapper.b-products--item__main_page {
    min-height: 680px;
    -webkit-transition: 400ms all;
    -o-transition: 400ms all;
    -moz-transition: 400ms all;
    transition: 400ms all;
}

.b-products--item_content-wrapper.b-products--item__main_page:hover {
    -webkit-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
       -moz-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
            box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
}

.b-products--item_main_content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px 30px;
}

.b-products--item_basket-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.b-products--item_basket {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid var(--light-gray);
    -webkit-border-radius: 0 0 10px 10px;
       -moz-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.b-products--item_basket span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
}

.b-products--item_content-wrapper:hover .b-products--item_basket {
    background: #C72B36;
    color: #fff;
}

.b-products--item_basket svg path {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.b-products--item_content-wrapper:hover .b-products--item_basket svg path {
    stroke: #fff;
}

.b-products--item_content-wrapper:hover .b-products--item_basket:hover {
    background: #e83441;
}

/*.b-products--item_basket span:before {
    position: absolute;
    content: "";
    background: url("/bitrix/templates/eshop_ssk72/css/../img/icon-basket-product.svg") no-repeat;
    width: 24px;
    height: 20px;
    left: 0;
    background-size: 24px;
}*/

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

.b-products--item_head--left {
    font-size: 16px;
    line-height: 24px;
}

.b-products--item_head--right svg {
    width: 24px;
    height: 24px;
}

.b-favorites--wrapper:hover svg,
.b-favorites--wrapper.active svg {
    fill: #C72B36;
}
.b-favorites--wrapper:hover svg path,
.b-favorites--wrapper.active svg path {
    stroke: #C72B36;
}

.b-products--item_img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-top: 20px;
    height: 220px;
}

.b-products--item_img img {
    max-width: 220px;
    max-height: 220px;
    -o-object-fit: contain;
       object-fit: contain;
}

.b-products--item_title {
    margin-top: 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.b-products--item_title a {
    text-decoration: none;
}

.b-products--item_descr {
    margin-top: 15px;
}

.b-products--item_descr ul {
    padding-left: 20px;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}

.b-properties--list span {
    font-weight: 500;
}

::marker {
    color: #C72B36;
    font-size: 20px;
}

.b-services {
	margin-top: 30px;
}

.b-products--item_price {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    padding: 0 30px;
}

.b-projects--list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: -15px;
    
}

.b-projects--item {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% - 30px*2)/2);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px*2)/2);
            flex: 0 0 calc((100% - 30px*2)/2);
    margin: 15px;
    height: 440px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}

.b-projects--img img,
.b-projects--img source {
    height: 440px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}

.b-projects--img {
    position: relative;
}

.b-projects--img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px
}

.b-projects--info {
    position: absolute;
    top: 0;
    left: 20%;
    width: 60%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* padding: 120px 160px 0 120px; */
    color: var(--light-gray);
}

.b-projects--info-title {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.5rem;
    max-width: 400px;
    margin-bottom: 20px;
}

.b-projects--info-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -15px;
}

.b-projects--info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 15px;
}

.b-projects--info-item--icon img {
    min-width: 45px;
}

.b-projects--info-more {
    margin-top: 25px;
}

.b-projects--info-more a {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--light-gray);
    padding-right: 25px;
    text-decoration: underline;
}

.b-projects--info-more a:after {
    content: "";
    position: absolute;
    right: 0;
    width: 16px;
    height: 15px;
    background: url("/bitrix/templates/eshop_ssk72/css/../img/icon-arrow-more.svg") no-repeat;
}

.b-projects--info-item--text {
    margin-left: 16px;
}

.-info-item--text_top {
    font-weight: 500;
    font-size: 1.15rem;
    line-height: 1.5rem;
}

.-info-item--text_bottom {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #d2d2d2;
}

.b-information--wrapper {
    /*display: grid;
    grid-template-columns: 30% 70%;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -15px;
}

.b-information--wrapper > div {
    margin: 15px;
}

.b-information--left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.b-information--logo {
    margin-right: 35px;
}

.b-information--logo img {
    min-width: 100px;
}

.b-information--right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.b-information--descr-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.b-information--descr-info {
    font-size: 18px;
    line-height: 26px;
    margin-top: 4px;
}

.b-information--item {
    position: relative;
    padding-left: 35px;
    min-width: 240px;
}

.b-information--item:not(:first-child){
    margin-left: 30px;
}

.b-information--item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #C72B36;
}

/*.b-information--item:not(:last-child) {
    padding-right: 10px;
}*/

/*.b-information--item:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 150px;
    background: #C72B36;
    left: 0;
    top: 0;
}*/

/*.b-information--item-vert {
    width: 2px;
    height: 150px;
    background: #C72B36;
}*/

.b-information--item-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 52px;
    color: #C72B36;
}

.b-information--item-descr {
    font-size: 24px;
    line-height: 32px;
    margin-top: 10px;
}

#reviews {
    overflow: hidden;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#reviews .swiper-container {
    overflow: visible;
    width: auto;
}

.b-reviews--item {
    width: 100%;
    height: 100%;
}

.b-reviews-slider--wrapper {
    position: relative;
    /*display: grid;*/
}

@media (min-width: 700px) {
    .b-reviews-slider--wrapper .swiper-slide {
        height: unset;
    }
}

.b-reviews-slider--relative {
    position: relative;
    height: 100%;
}

.swiper-slide-reviews--wrapper {
    position: relative;
    height: 100%;
    /*min-height: 370px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: var(--light-gray);
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    padding: 24px;
    text-align: left;
}

.swiper-slide-reviews--head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.swiper-slide-reviews--head-icon img {
    width: 49px;
    height: 52px;
}

.swiper-slide-reviews--head-icon {
    margin-right: 25px;
}

.swiper-slide-reviews--head-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.swiper-slide-reviews--head-date {
    color: #B9B9B9;
    margin-top: 4px;
}

.swiper-slide-reviews--content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 25px;
}

.swiper-slide-reviews--foot {
    justify-self: flex-end;
    margin-top: 25px;
}

.swiper-slide-reviews--more {
    width: unset !important;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 25px;
    text-decoration: underline;
    font-weight: 600;
}

.swiper-slide-reviews--more:after {
    content: "";
    position: absolute;
    background: url("/bitrix/templates/eshop_ssk72/css/../img/icon-arrow-more-black.svg") no-repeat;
    width: 18px;
    height: 15px;
    right: 0;
}

.swiper-reviews-pagination {
    margin-top: 15px;
}

/*#main_contacts {
    margin-bottom: 70px;
}*/

.b-contacts-main--wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 50px auto;
    grid-template-columns: 25% auto;
    gap: 50px;
    grid-gap: 50px;
}

.b-contacts--wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 30px 25% 30px auto;
    grid-template-columns: 25% 25% auto;
    gap: 30px;
    grid-gap: 30px;
}

.b-contacts-info-item {
    border: 1px solid #F1F1F1;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    padding: 24px;
}

.b-contacts--info-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.b-contacts--info-item:not(:last-child) {
    margin-bottom: 25px;
}

.b-contacts--info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.b-contacts--info-item-icon {
    margin-right: 20px;
    min-width: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.b-contacts--info-item-title {
    font-size: 18px;
    line-height: 28px;
}

.b-contacts--info-item-title {
    font-weight: 600;
}

.b-contacts--map {
    width: 100%;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    overflow: hidden;
}

.b-contacts--info-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #C72B36;
    margin-bottom: 24px;
}

/*.link-email:hover {
    text-decoration: underline;
}*/

.link-email {
    border-bottom: 1px solid #000;
}

.b-soc-contacts {
    margin-top: 35px;
}

.b-soc-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -15px;
}

.b-soc-item {
    margin: 0 15px;
}

footer {
    background: #000000;
    color: #fff;
}

footer a {
    color: #fff;
}

footer a:hover {
    text-decoration: underline;
}

.b-footer--head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 70px;
    border-bottom: 1px solid #FFFFFF;
}

.b-footer--head-logo {
    margin-right: 30px;
}

.b-footer--head-logo img {
    width: 210px;
    height: 210px;
}

.b-footer--head-navigation {
    max-width: 810px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.b-footer-nav-list:not(:first-child) {
    margin-left: 25px;
}

.b-footer-nav-item:not(:first-child) {
    margin-top: 10px;
}

.b-footer--foot {
    padding-top: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.b-footer--foot-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
}

.b-footer--foot-city {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
}

.b-footer--foot-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.b-footer--foot-social-list,
.b-footer--foot-payment-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.b-footer--foot-social-list {
    margin-right: 150px;
}

.b-footer--foot-social-item:not(:first-child) {
    margin-left: 55px;
}

.b-footer--foot-payment-item:not(:first-child) {
    margin-left: 25px;
}




.b-modal.fancybox-content {
    max-width: 520px;
    width: 100%;
}


form {
  /*font: 14px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
input {
  /*font: 14px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  margin: 0;
}
.account-info {
    width: 100%;
}
.account-info label {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #B9B9B9;
    font-weight: normal;
}
.account-info label sup {
    position: absolute;
    top: -2px;
    color: #C72B36;
}
.account-info input {
    background: #fff;
    border: 1px solid #B9B9B9;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    margin-top: 6px;
    width: 100%;
}
.account-action {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5px;
}

.btn--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #C72B36;
    border: 1px solid #C72B36;
    outline: none;
    font-size: 18px;
    line-height: 24px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn--wrapper:hover:not(.btn--white) {
    background: #DE2633;
    border: 1px solid #DE2633;
}

.red-mini-button {
    padding: 8px 38px;
}

.red-big-button {
    padding: 24px 38px;
}

.b-btn-add-basket {
    padding: 24px 38px;
    font-weight: 500;
}

.b-btn-add-basket,
.b-btn-add-basket:hover,
.b-btn-add-basket:focus,
.b-btn-add-basket:active {
    color: #fff;
}

.b-btn-add-compare, .btn--continue-shopping {
    padding: 24px 38px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.b-btn-add-compare:hover,
.btn--continue-shopping:hover {
    border: 1px solid #d4d2d2;
}

.b-btn-add-basket img,
.b-btn-add-compare img {
    margin-right: 10px;
}

.btn--white {
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    color: #000000;
}

.red-switch-button {
    padding: 8px 20px;
}

.account-action label {
  color: #7c7c80;
  font-size: 12px;
  float: left;
  margin: 10px 0 0 20px;
}

.fancybox-button svg path {
    fill: #B9B9B9;
}

/*

Styles for animated modal
=========================

*/

/* Start state */
.animated-modal {
    max-width: 550px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    overflow: hidden;
    background: -webkit-linear-gradient(45deg, #543093 32%, #d960ae 100%);
    background: -moz-linear-gradient(45deg, #543093 32%, #d960ae 100%);
    background: -o-linear-gradient(45deg, #543093 32%, #d960ae 100%);
    background: linear-gradient(45deg, #543093 32%, #d960ae 100%);

    -webkit-transform: translateY(-80px);

       -moz-transform: translateY(-80px);

        -ms-transform: translateY(-80px);

         -o-transform: translateY(-80px);

            transform: translateY(-80px);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s; /* Should match `data-animation-duration` parameter */
}

.animated-modal * {
    color: #000;
}

.animated-modal h2,
.animated-modal p {
    -webkit-transform: translateY(-40px);
       -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
         -o-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;

    -webkit-transition-property: opacity, -webkit-transform;

    transition-property: opacity, -webkit-transform;

    -o-transition-property: opacity, -o-transform;

    -moz-transition-property: transform, opacity, -moz-transform;

    transition-property: transform, opacity;

    transition-property: transform, opacity, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .3s;
       -moz-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;
}

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition-duration: .3s;
       -moz-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;
}

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h2 {
    -webkit-transition-delay: .1s;
       -moz-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s;
}

.fancybox-slide--current .animated-modal p {
    -webkit-transition-delay: .4s;
       -moz-transition-delay: .4s;
         -o-transition-delay: .4s;
            transition-delay: .4s;
}

.fancybox-slide--current .animated-modal p:first-of-type {
    -webkit-transition-delay: .2s;
       -moz-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
}




.b-sort--wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.b-sort--select {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

select, select:focus, select:active {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.b-sort--select select,
.b-sort--select select:focus,
.b-sort--select select:active {
    border: 1px solid #F1F1F1;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    padding: 4px 25px 4px 8px;
}

.b-cnt--select select,
.b-cnt--select select:focus,
.b-cnt--select select:active {
    border: 1px solid #F1F1F1;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    padding: 8px 32px 8px 28px;
    width: 95px;
}

.b-sort--select:after {
    position: absolute;
    content: "";
    right: 6px;
    background: url("/bitrix/templates/eshop_ssk72/css/../img/icon-select-arrow.svg") no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    width: 12px;
    height: 16px;
    pointer-events: none;
}

.b-cnt--select:after {
    position: absolute;
    content: "";
    right: 10px;
    background: url("/bitrix/templates/eshop_ssk72/css/../img/icon-select-arrow.svg") no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    width: 12px;
    height: 16px;
    pointer-events: none;
}

.b-cnt--select:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    height: 100%;
    background: #F1F1F1;
    pointer-events: none;
}

.b-grid--switch {
    margin-left: 30px;
}

.b-grid--switch-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.b-grid--switch-item:not(:first-child) {
    margin-left: 12px;
}

.b-page-products--wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 340px 30px auto;
    grid-template-columns: 340px auto;
    gap: 30px;
    grid-gap: 30px;
}

.b-filter-products--wrapper form {
    margin-bottom: 0;
}

.b-fast-categories--wrapper {
    margin-bottom: 30px;
}

.b-fast-categories--list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -8px -15px;
}

.b-fast-categories--item {
    margin: 8px 15px;
}

.b-fast-categories--item a {
    display: block;
    padding: 8px 20px;
    border: 1px solid #F1F1F1;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    color: #B9B9B9;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.b-fast-categories--item a:hover {
    color: #000000;
    background: #F1F1F1;
    border: 1px solid #F1F1F1;
    text-decoration: none !important;
}

.b-items-products--wrapper {
    display: -ms-grid;
    display: grid;
    /*grid-template-columns: repeat(3, 1fr);*/
    grid-template-columns: repeat(auto-fill, minmax(295px, 1fr));
    max-width: 100%;
    gap: 30px;
    grid-gap: 30px;
    margin-bottom: 50px;
}

.catalog-block-header {
    font-size: 15px;
}

.b-filter-products--item {
    border-top: 1px solid var(--light-gray);
}

.b-filter-products--item_title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    cursor: pointer;
}

.b-filter-products--item_title:after {
    position: absolute;
    content: "";
    right: 0;
    background: url("/bitrix/templates/eshop_ssk72/css/../img/icon-arrow-filter.svg") no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    width: 20px;
    height: 12px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.b-filter-products--item.active .b-filter-products--item_title:after {
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

.b-filter-products--item.active .b-filter-products--item_values {
    display: block;
}

.b-filter-products--item_values {
    display: none;
    margin: 15px 0;
    max-height: 230px;
    /*overflow-y: auto;*/
}

.b-filter-products--item_values .scrollbar-inner {
    max-height: 230px;
}

/*.b-filter-products--item_values::-webkit-scrollbar {
    width: 12px;
}

.b-filter-products--item_values::-webkit-scrollbar-track {
    background: #fff;
}

.b-filter-products--item_values::-webkit-scrollbar-thumb {
    background: #F1F1F1;
    border-radius: 10px;
}

.b-filter-products--item_values::-webkit-scrollbar-thumb:hover {
    background: #C72B36;
}*/

.b-filter-values--item:not(:last-child) {
    margin-bottom: 10px;
}


.b-input-wrapper input[type="checkbox"],
.b-input-wrapper input[type="radio"] {
    display: none;
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}

.b-input-wrapper input[type="checkbox"] + label,
.b-input-wrapper input[type="radio"] + label {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    cursor: pointer;
    padding: 0 0 0 35px;
}

.b-input-wrapper input[type="checkbox"] + label:before,
.b-input-wrapper input[type="radio"] + label:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    border: 1px solid #B9B9B9;
}

.b-input-wrapper.error input[type="checkbox"] + label:before,
.b-input-wrapper.error input[type="radio"] + label:before {
    border: 1px solid #d4171f;
}

.b-input-wrapper input[type="checkbox"] + label:after,
.b-input-wrapper input[type="radio"] + label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 3px;
    width: 12px;
    height: 12px;
    background: #C72B36;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.b-input-wrapper input[type="checkbox"]:checked + label:after,
.b-input-wrapper input[type="radio"]:checked + label:after {
    opacity: 1;
}

.b-filter--numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.b-input-number {
    border: 1px solid #B9B9B9;
    padding: 5px;
}

.b-filter--numbers label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.b-filter--numbers label input {
    width: 100%;
    padding-left: 8px;
}

.b-filter--numbers .b-input-number {
    width: 47%;
}

.b-filter-btn-wrapper {
    padding-top: 24px;
    border-top: 1px solid var(--light-gray);
}

.b-btn-wrapper .b-btn-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 40px;
    border: 1px solid #B9B9B9;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    -webkit-transition: background .3s ease-in-out, border .3s ease-in-out, color .2s ease-in-out;
    -moz-transition: background .3s ease-in-out, border .3s ease-in-out, color .2s ease-in-out;
    -o-transition: background .3s ease-in-out, border .3s ease-in-out, color .2s ease-in-out;
    transition: background .3s ease-in-out, border .3s ease-in-out, color .2s ease-in-out;
}

.b-btn-white .b-btn-content {
    background: #FFFFFF;
}

.b-btn-white .b-btn-content:hover {
    color: #FFFFFF;
    background: #C72B36;
    border: 1px solid #C72B36;
}

.b-btn-red .b-btn-content {
    background: #c72b36;
    color: #fff;
    border: 1px solid #c72b36;
}

.b-btn-red .b-btn-content:hover {
    background: #e83441;
    border: 1px solid #e83441;
}

.b-btn-filter {
    width: 100%;
}

.b-more--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
}

.b-pagination--wrapper {
    margin-top: 24px;
}

.b-pagination--list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -4px;
}

.b-pagination--item {
    margin: 0 4px;
}

.b-pagination--item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #B9B9B9;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.b-pagination--item:hover a,
.b-pagination--item.active:not(.b-pagination-arrow) a {
    background: #C72B36;
    color: #fff;
    border: 1px solid #C72B36;
}

.b-pagination-arrow:not(.active) svg path {
    stroke: #B9B9B9;
}

.pagination-arrow--left svg {
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

.b-pagination-arrow:hover svg path {
    stroke: #fff;
}

.b-faq--wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60% 75px auto;
    grid-template-columns: 60% auto;
    gap: 75px;
    grid-gap: 75px;
}

.b-faq-descr--text {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 50px;
}

.b-faq-question--wrapper {
    padding-right: 45px;
    border-right: 1px solid #B9B9B9;
}

.b-accordion--list {
    /*padding: 10px 30px 65px 30px;*/
    padding: 0;
    position: relative;
    background: #fff;
    -webkit-border-radius: 8px 8px 0 0;
       -moz-border-radius: 8px 8px 0 0;
            border-radius: 8px 8px 0 0;
    list-style: none;
}

.b-accordion--item {
    padding: 2px 10px;
    margin: 0 !important;
}

.b-accordion--item:not(:last-child) {
    border-bottom: 1px solid #B9B9B9;
}

.b-accordion--item a.toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 100%;
    /*background: #fff;*/
    font-weight: 600;
    color: #263238;
    font-size: 18px;
    padding: 16px 70px 16px 16px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

.b-accordion--item a.toggle:after {
    position: absolute;
    content: "";
    right: 16px;
    background: url(/bitrix/templates/eshop_ssk72/css/../img/icon-arrow-filter.svg) no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    width: 20px;
    height: 12px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.b-accordion--item a.toggle.active:after {
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

.b-accordion--item .inner {
    padding: 0 16px 16px;
    overflow: hidden;
    display: none;
    border: 1px solid #fff;
    opacity: 0;
}

.b-accordion--item .inner.show {
    opacity: 1;
}

.standart-form-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.standart-form-info .b-input-wrapper {
    margin-bottom: 24px;
}

.standart-form-info textarea,
.standart-form-info input {
    width: 100%;
    padding: 16px;
    border: 1px solid #B9B9B9;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    outline: none;
}

.standart-form-info textarea {
    resize: none;
    min-height: 120px;
}

.standart-form-agreement {
    margin-bottom: 24px;
}

.standart-form-agreement label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}



.morphing-btn {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: background .3s, color .2s .2s, width .2s 0s;
    -moz-transition: background .3s, color .2s .2s, width .2s 0s;
    -o-transition: background .3s, color .2s .2s, width .2s 0s;
    -webkit-transition: color .3s .2s, width .2s 0s;
    -o-transition: color .3s .2s, width .2s 0s;
    -moz-transition: color .3s .2s, width .2s 0s;
    transition: color .3s .2s, width .2s 0s;
    white-space: nowrap;
}

.morphing-btn-clone {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
         backface-visibility: hidden;
    background: #ff5268;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    position: fixed;
    -webkit-transition: all .5s cubic-bezier(.65, .05, .36, 1);
    -moz-transition: all .5s cubic-bezier(.65, .05, .36, 1);
    -o-transition: all .5s cubic-bezier(.65, .05, .36, 1);
    transition: all .5s cubic-bezier(.65, .05, .36, 1);
    z-index: 3;
}

#morphing-content {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
         backface-visibility: hidden;
    background: transparent;
    line-height: 2;
    margin: 0;
    padding: 6em 10vw;
    position: relative;
    z-index: 3;
}



.b-columns-content--wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 30px 390px;
    grid-template-columns: auto 390px;
    gap: 30px;
    grid-gap: 30px;
}

.b-basket-info-block:not(:last-child) {
    margin-bottom: 40px;
}

.b-basket-product--wrapper {
    padding-top: 30px;
}

.b--cloud {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #F1F1F1;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    padding: 40px 20px;
}

.b--cloud-red {
    background: #C72B36;
}

.b-basket-product--list {
    padding: 0 22px;
}

.b-basket-product--item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
       -moz-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
}

.b-basket-product--item:not(:last-child) {
    border-bottom: 1px solid #B9B9B9;
}

.b-basket-product--item_img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 80px;
    max-height: 80px;
}

.b-basket-product--item_img img {
    max-width: 80px;
    max-height: 80px;
}

.b-basket-product--item_infoblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.b-basket-product--item_title {
    margin-left: 20px;
    max-width: 340px;
    width: 100%;
}

.b-basket-product--item_title a {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.b-basket-product--item_cnt {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    margin-left: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
}

.b-basket-product--item_cnt-wrapper {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid #efefef;
}

.b-basket-product--item_cnt-wrapper_notice {
    position: absolute;
    top: -25px;
    font-size: 14px;
}

.b-basket-product--item_cnt-wrapper_notice.success {
    color: #339F00;
}

.b-basket-product--item_cnt-wrapper_notice.error {
    color: #ff0214;
}

.b-basket-product--item_cnt-wrapper input {
    padding: 4px;
    width: 40px;
    text-align: center;
}

.b-basket-product--item_cnt-wrapper button {
    width: 25px;
    background: #efefef;
}

.b-basket-product--item_cnt-wrapper .switch-minus {
    -webkit-border-radius: 5px 0 0 5px;
       -moz-border-radius: 5px 0 0 5px;
            border-radius: 5px 0 0 5px;
}

.b-basket-product--item_cnt-wrapper .switch-plus {
    -webkit-border-radius: 0 5px 5px 0;
       -moz-border-radius: 0 5px 5px 0;
            border-radius: 0 5px 5px 0;
}

.b-basket-product--item:nth-child(1) .b-basket-product--item_cnt:before,
.b-basket-product--item:nth-child(1) .b-basket-product--item_price:before,
.b-basket-product--item:nth-child(1) .b-basket-product--item_sum:before {
    position: absolute;
    top: -30px;
    font-size: 14px;
    font-weight: normal;
    color: #B9B9B9;
}

.b-basket-product--item:nth-child(1) .b-basket-product--item_cnt:before {
    content: "Количество";
}
.b-basket-product--item:nth-child(1) .b-basket-product--item_price:before {
    content: "Цена";
}
.b-basket-product--item:nth-child(1) .b-basket-product--item_sum:before {
    content: "Сумма";
}

.b-basket-product--item_price {
    margin-left: 30px;
}

.b-basket-product--item_price_base {
    text-decoration: line-through;
    color: #C72B36;
}

.b-basket-product--item_price_end {
    font-size: 20px;
}

.b-basket-product--item_sum {
    margin-left: 50px;
}

.b-basket-product--item_price,
.b-basket-product--item_sum {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
    min-width: 100px;
}

.b-basket-product--item_del {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    margin-left: 50px;
    cursor: pointer;
}

.b-title-middle {
    margin-bottom: 24px;
}

.b-basket--list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
    grid-gap: 30px;
}

.b-basket--list_delivery {
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
}

.b-basket--item {
    /*margin: 15px;*/
    /*width: calc(25% - ((30px*3)/4));*/
    /*background: #F1F1F1;*/
    border: 2px solid #B9B9B9;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.b-basket--item.active,
.b-basket--item:hover,
.b-basket--item:active,
.b-basket--item:focus {
    background: #FFFFFF;
    border: 2px solid #339F00;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}

.b-basket-delivery--item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 20px 24px;
}

.b-basket-payment--item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px 22px;
}

.delivery-title--way {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.delivery-title--descr {
    font-size: 14px;
    margin-top: 4px;
}

.b-basket--delivery--img {
    margin-bottom: 10px;
}

.b-basket--delivery--img img {
    max-height: 60px;
}

.b-basket--delivery--sum {
    margin-top: 15px;
    font-weight: 500;
}

.b-basket--payment--img {
    margin-bottom: 15px;
}

.b-basket--payment--img img {
    max-height: 50px;
}

.b-basket--payment--title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

/*.b-basket--form-fio .b-basket--item {
    border: none;
    background: unset;
    box-shadow: unset;
    margin-bottom: 45px;
}*/

.b-basket--input-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
    grid-gap: 30px;
}

.b-basket--input-list:not(:first-child) {
    margin-top: 15px;
}

.b-basket--input-item.error label {
    color: #c72b36;
}

.b-basket--input-item.error input {
    border: 1px solid #c72b36;
}

.b-basket--form-fio label {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #B9B9B9;
    font-weight: normal;
}

.b-basket--form-fio input {
    margin-top: 6px;
}

.b-basket-confirm--wrapper {
    margin-top: 30px;
}

.b-confirm--panel {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
}

.b-basket-confirm--head_name {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.b-basket-confirm--head_value {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
}

.b-basket-confirm--panel_head {
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #B9B9B9;
}

.b-basket-confirm--list_info {
    margin-top: 30px;
}

.b-basket-confirm--item_info:not(:first-child) {
    margin-top: 12px;
}

.b-basket-confirm--item_value {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.-price-discount {
    color: #C72B36;
}

.b-basket-confirm--sum {
    margin: -10px;
}

.b-basket-confirm--sum > div {
    margin: 10px;
}

.b-basket-confirm--sum_name {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.b-basket-confirm--sum_value {
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    white-space: nowrap;
}

.b-basket-confirm--btn {
    margin-top: 20px;
}

.b-confirm--error {
    margin-top: 10px;
    color: #c72b36;
}

.b-product-info-main--wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 65% 30px auto;
    grid-template-columns: 65% auto;
    margin-bottom: 120px;
    gap: 30px;
    grid-gap: 30px;
}

.swiper-container.b-product-preview-images {
    height: 100%;
    max-height: 522px;
    padding: 3px 15px;
}

.b-product-imgs--wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 30px auto;
    grid-template-columns: 100px auto;
    gap: 30px;
    grid-gap: 30px;
}

.b-product-imgs--list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-height: 500px;
    margin-top: 55px;
}

.b-product-img--current {
    overflow: hidden;
}

.b-product-imgs--list .swiper-button-preview-imgs--next {
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: -48px !important;
}

.swiper-button-next.swiper-button-preview-imgs--next:after,
.swiper-button-prev.swiper-button-preview-imgs--prev:after {
    background: url(/bitrix/templates/eshop_ssk72/css/../img/icon-arrow-preview.svg) no-repeat;
    width: 36px;
    height: 38px;
}

.b-product-imgs--list .swiper-button-preview-imgs--prev {
    left: auto !important;
    right: auto !important;
    top: -30px !important;
    bottom: auto !important;
}

.gallery-preview-imgs-thumbs .product_preview_images_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.gallery-preview-imgs-thumbs img,
.swiper-container-preview--imgs img {
    width: auto;
}

.swiper-container-preview--imgs img {
    width: unset;
    height: unset;
    max-width: 90%;
    max-height: 90%;
}

.gallery-preview-imgs-thumbs .swiper-slide {
    cursor: pointer;
}

.gallery-preview-imgs-thumbs .swiper-slide img {
    max-height: 100%;
}

.b-product-rating--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
}

.b-product-rating--list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
}

.b-product-rating--item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    margin-right: 3px;
}

.b-product-rating--item.active svg path,
.b-product-rating--item:hover svg path {
    fill: #C72B36;
}

.b-product-rating--cnt-reviews {
    color: #C72B36;
    text-decoration: underline;
    cursor: pointer;
}

.b-product-short--params ul {
    padding-left: 24px;
}

.b-product-short--params ul li::marker {
    font-size: 24px;
}

.b-product-short--params {
    margin-bottom: 24px;
}

.b-product-available span {
    font-weight: 500;
    white-space: nowrap;
}

.green--text {
    color: #339F00;
}

.red--text {
    color: red;
}

.b-product-info-switch--btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -5px -12px;
    margin-bottom: 45px;
}

.b-product-info-switch--btn {
    margin: 5px 12px;
    font-size: 16px;
    line-height: 24px;
}

.b-product-info-switch--btn:not(.active):not(:hover) {
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    color: #000000;
}

/*.b-product-info-switch--btn:not(.active):hover {
    background: #C72B36;
    border: 1px solid #C72B36;
    color: #FFFFFF;
}*/

.b-product-info-switch--item {
    display: none;
}

/*.b-product-info-switch--item.active {
    display: block;
}*/

.b-product-params--list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.b-product-params--item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.b-product-params--title {
    position: relative;
    width: 470px;
    word-break: break-word;
    margin-right: 8px;
    margin-bottom: 8px;
}

.b-product-params--title:before {
    content: "";
    display: block;
    left: 0;
    bottom: .2em;
    position: absolute;
    width: 100%;
    border-bottom: 1px dotted #d6dbe0;
}

.b-product-params--title span {
    padding-right: 3px;
    background: #fff;
    position: relative;
    display: inline;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.b-product-params--value {
    font-weight: 500;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.b-product-info--descr p {
    margin-bottom: 12px;
}

.b-product-confirm--panel_head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 25px;
}

.b-product-confirm--price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.b-product-confirm--favorites {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}

.b-product-confirm--favorites_title {
    font-size: 14px;
    line-height: 24px;
    margin-right: 10px;
}

.b-product-confirm--price_old {
    text-decoration: line-through;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 2px;
}

.b-product-confirm--price_new {
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
}

.b-product-confirm--panel_btns .b-btn-add-basket {
    margin-bottom: 8px;
}

.b-product-confirm--panel_btns {
    margin-bottom: 27px;
}

.b-product-confirm--delivery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
}

.b-product-confirm--delivery_main {
    margin-bottom: 25px;
}

.b-product-confirm--delivery_icon {
    margin-right: 13px;
}

.b-product-confirm--delivery_text {
    font-weight: 500;
}

.b-product-confirm--delivery_text span {
    font-weight: 600;
}

.b-about--descr-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: -15px;
}

.b-about--descr-item {
    margin: 15px;
}

.b-about--descr-item img {
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
}

.b-similar {
    margin-top: 50px;
}

.b-modal--add-basket--btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: -5px -15px;
}

.b-modal--add-basket--btns .btn--wrapper {
    margin: 5px 15px;
    padding: 7px;
    font-size: 14px;
    line-height: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
}

.b-modal--add-basket--btns .btn--wrapper img {
    margin-right: 10px;
}

.b-personal--wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30% 30px auto;
    grid-template-columns: 30% auto;
    gap: 30px;
    grid-gap: 30px;
}

.b-personal--item:not(:last-child) {
    margin-bottom: 16px;
}

.b-personal--value {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.b-personal-edit--wrapper {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 5px;
}

.b-personal--title {
    font-size: 14px;
    color: #000;
}

.b-personal-edit--title {
    margin-right: 10px;
}

.b-personal-edit--link a {
    font-size: 13px;
    border-bottom:  1px solid #B9B9B9;
    color: #B9B9B9;
}

.b-personal--name {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.b-orders--table_wrapper{
	overflow-x:auto;
}	
.b-orders--table {
    border-collapse: separate;
    border-spacing: 8px;
    width: 100%;
}

.b-orders--table th, .b-orders--table td {
	text-align: left;
    font-weight: normal;
    vertical-align: baseline;
}

.b-orders--table th {
    font-size: 14px;
    color: #B9B9B9;
}

.b-orders--table tr:not(:first-child) td {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #F1F1F1;
}

.b-order--basket_items:not(:first-child) {
    margin-top: 5px;
}

.b-order--basket_items a {
    text-decoration: underline;
}

.text-quantity {
    white-space: nowrap;
}

.b-orders--hint {
    margin-bottom: 30px;
}

.b-order-number {
    font-weight: bold;
}

.b-order-status {
    margin-bottom: 5px;
}

.text-green {
    color: #339F00;
}

.text-red {
    color: #C72B36;
}

.input-wrapper {
    position: relative;
}

.input-wrapper:not(:first-child) {
    margin-top: 20px;
}

.input-hidden {
    display: none;
}

.input-wrapper.error input, .modal .input-wrapper.error textarea {
    background-image: none !important;
    border: 1px solid #d4171f;
}

.input-wrapper.error .status-message {
    color: #d51820;
}

.input-wrapper .status-message {
    position: absolute;
    right: 0;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-align: right;
    padding-top: 2px;
}

.form-notice--text {
    font-size: 15px;
    color: #d51820;
    margin-top: 8px;
}

.account-action {
    margin-top: 15px;
}

.b-manager-info {
    margin-top: 15px;
}

.b-manager--title {
    margin-bottom: 5px;
}

.b-manager--photo {
    margin-top: 10px;
}

.b-manager--photo img {
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}

.b-manager--phones {
    margin-top: 20px;
}

.b-manager--emails {
    margin-top: 10px;
}

.b-manager--prop a {
    color: #5fabff;
}


/* card products */




/* end card products */

.bx-green .btn.btn-default {
    background-color: #c72b36;
    border-color: #c72b36;
}

@media (max-width: 1450px) {
    .b-head--logo_text {
        display: none;
    }
}

@media (max-width: 1400px) {
    .b-head--search-form .b-search-text input {
        min-width: unset;
    }
    .b-columns-content--wrapper {
        -ms-grid-columns: auto 30px 360px;
        grid-template-columns: auto 360px;
    }
}

@media (max-width: 1300px) {
    .b-basket-product--item_price, .b-basket-product--item_sum {
        min-width: unset;
    }
    .b-basket-product--item_sum {
        margin-left: 30px;
    }
}

@media (max-width: 1200px) {
    .b-head--center_right {
        margin-left: 0;
    }
    .b-product-imgs--list {
        max-height: 350px;
    }
    .b-basket-product--item_title a {
        font-size: 16px;
        line-height: 22px;
    }
    .b-basket-product--item_price {
        display: none;
    }
}

@media (max-width: 1100px) {
    .b-footer--foot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .b-footer--foot-descr {
        margin-bottom: 30px;
    }
    .b-footer--foot-social-list {
        margin-right: 30px;
    }
    .b-footer--foot-info {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        width: 100%;
    }
    .b-product-info-main--wrapper {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        margin-bottom: 50px;
    }
    .b-product-short-descr--wrapper {
        margin-top: 50px;
    }
    .b-product-params--title {
        width: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .b-product-params--value {
        -webkit-box-flex: unset;
        -webkit-flex: unset;
           -moz-box-flex: unset;
            -ms-flex: unset;
                flex: unset;
    }
    .b-basket-product--item_infoblock {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-left: 30px;
    }
    .b-basket-product--item_infoblock > div {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
    }
    .b-basket-product--item_infoblock > div:not(:first-child) {
        margin-top: 10px;
    }
    .b-basket-product--item_infoblock .b-basket-product--item_cnt {
        margin-top: 20px !important;
    }
    .b-basket-product--item:nth-child(1) .b-basket-product--item_cnt:before,
    .b-basket-product--item:nth-child(1) .b-basket-product--item_sum:before,
    .b-basket-product--item:nth-child(1) .b-basket-product--item_price:before {
        display: none;
    }
    
    .b-personal--wrapper {
        display: block;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
    
    .b-personal-info--wrapper {
        margin-top: 30px;
    }
}

@media (max-width: 1080px) {
    .b-head-reg--text,
    .b-head-auth--text {
        display: none;
    }
    
    .b-head-reg--icon, .b-head-auth--icon {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .b-contacts-main--wrapper {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

@media (max-width: 950px) {
    #categories .b-categories--wrapper {
        display: block;
    }
    #categories .b-categories--wrapper .b-categories--left {
        padding-right: 0;
    }
    #categories .b-categories--wrapper .swiper-button-next,
    #categories .b-categories--wrapper .swiper-button-prev {
        top: 42%;
    }
}

@media (max-width: 900px) {
    .b-head--top {
        display: none;
    }
    
    .b-head--center {
        margin-top: 0;
    }
    
    .b-btn-catalog span {
        display: none;
    }
    
    .b-btn-catalog .btn-catalog {
        padding: 8px 0 8px 50px;
    }
    
    .b-btn-catalog .btn-catalog:before {
        left: 15px;
    }
    
    .b-head--bottom_nav-list {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        overflow-y: auto;
    }
    .b-columns-content--wrapper {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .b-product-confirm--wrapper {
        margin-bottom: 50px;
    }
    .b-confirm-product--panel {
        position: relative;
        -webkit-box-shadow: unset;
           -moz-box-shadow: unset;
                box-shadow: unset;
        border: none;
        top: 0;
        padding: 0;
    }
    .b-page-products--wrapper {
        -ms-grid-columns: 300px 30px auto;
        grid-template-columns: 300px auto;
    }
    
}

@media (max-width: 850px) {
    .b-information--item {
        min-width: unset;
    }
    .b-information--item-title{
        font-size: 40px;
        line-height: 44px;
    }
    
    .b-information--item-descr {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 800px) {
    .b-projects--item{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc((100% - 30px*1)/1);
           -moz-box-flex: 0;
            -ms-flex: 0 0 calc((100% - 30px*1)/1);
                flex: 0 0 calc((100% - 30px*1)/1);
    }
    .b-banner-slider--wrapper .swiper-slide--text-container {
        padding: 25px;
    }
    
    .b-banner-slider--wrapper .swiper-slide--title {
        font-size: 32px;
        line-height: 38px;
    }
    .b-banner-slider--wrapper .swiper-slide--descr {
        margin-top: 15px;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }
    
    .b-footer--head {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
           -moz-box-orient: horizontal;
           -moz-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
    .b-footer--head-logo {
        margin-right: 0;
        margin-left: 30px;
    }
    .b-footer--head-navigation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .b-footer-nav-list:not(:first-child) {
        margin-left: 0;
    }
    .b-footer-nav-list:not(:first-child) .b-footer-nav-item {
        margin-top: 10px;
    }
    
}

@media (max-width: 760px) {
    .b-head--search-form .b-search-text {
        display: none;
    }

    .b-head--bottom {
        height: 22px;
    }
    
    .b-head--bottom_nav-item a {
        font-size: 14px;
    }
    
    .b-head--bottom_nav-item:not(:first-child) {
        margin-left: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 700px) {
    .b-page-products--wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        grid-gap: 10px;
    }
}

@media (max-width: 650px) {
    .b-footer--foot-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .b-footer--foot-social-list {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 620px) {
    .b-information--item:not(:first-child) {
        margin-left: 20px;
    }
    
    .b-information--item {
        padding-left: 20px;
    }
    
    .b-information--item-title{
        font-size: 34px;
        line-height: 38px;
    }
    
    .b-information--item-descr {
        font-size: 16px;
        line-height: 24px;
    }
    
    .b-footer--foot-social-item:not(:first-child) {
        margin-left: 40px;
    }
}

@media (max-width: 600px) {
    .b-head--logo_img img {
        min-width: 50px;
        width: 50px;
    }
    
    .b-head--bottom {
        margin-top: 12px;
    }
    
    .b-search-btn button {
        min-width: 50px;
    }
    
    .b-head--search-form {
        margin-left: 5px;
    }
    
    .b-banner-slider--wrapper .swiper-slide--text-container {
        top: 20%;
    }
    .b-product-imgs--wrapper {
        gap: 15px;
        grid-gap: 15px;
    }
}

@media (max-width: 576px) {
    .b-information--right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .b-information--item:not(:first-child) {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media (max-width: 500px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /*.b-head-favorites {
        display: none;
    }*/
    
    .b-head-reg {
        display: none;
    }
    
    .b-head-auth--icon {
        margin-top: 3px;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: -10px !important;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: -10px !important;
    }

    .b-information--left {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .b-information--descr {
        margin-top: 10px;
    }
    
    .b-footer--head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    
    .b-footer--head-logo {
        display: none;
        /*margin-left: 0;
        margin-bottom: 30px;*/
    }
    
    /*.b-footer--head-logo img {
        width: 150px;
        height: 150px;
    }*/
    
    .b-basket-product--item {
        padding: 15px 0;
    }
    
    /*.b-basket-product--item_img {
        width: 40px;
        height: 40px;
    }
    
    .b-basket-product--item_img img {
        max-width: 40px;
        max-height: 40px;
    }*/
    
    .b-basket-product--item_infoblock {
        margin-left: 15px;
    }
    
    .b-basket-product--item_title a {
        font-size: 14px;
        line-height: 20px;
    }
    
    .b-basket-product--item_price, .b-basket-product--item_sum {
        font-size: 16px;
        line-height: 22px;
    }
    
    .b-basket-product--item_price_end {
        font-size: 18px;
    }
    
    .b-basket-product--item_del {
        margin-left: 15px;
    }
    
    .standart-form-info textarea, .standart-form-info input {
        padding: 10px;
    }
}

@media (max-width: 400px) {
    .b-head--center_right {
        margin-left: 8px;
    }
    .b-head--center-item {
        margin: 0 7px;
    }
    .b-head-favorites {
        margin-right: 12px;
    }
    
    .b-head--logo_img {
        padding-right: 0;
    }
    
    .b-head--logo_img img {
        min-width: 40px;
        width: 40px;
    }

    .b-basket-product--item {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .b-basket-product--item_img {
        width: 100%;
        height: 100%;
        max-height: 150px;
        margin-bottom: 10px;
    }
    
    .b-basket-product--item_img img {
        max-width: 100%;
        max-height: 150px;
    }
    
    .b-banner-slider--wrapper .swiper-slide--title {
        font-size: 20px;
        line-height: 28px;
    }
    .b-banner-slider--wrapper .swiper-slide--descr {
        font-size: 14px;
        line-height: 22px;
    }
    
    .b-title--text {
        font-size: 24px;
        line-height: 28px;
    }
    .b-btn-add-basket,
    .b-btn-add-compare, .btn--continue-shopping {
        padding: 16px 10px;
    }
    .b-product-params--item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 4px;
        padding-bottom: 4px;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .b-product-params--title:before {
        display: none;
    }
    .b-product-params--title {
        margin-bottom: 0;
    }
    .b-basket--list_delivery {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
    
    .b-items-products--wrapper {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }


    .b-basket-confirm--head_name {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .b-basket-confirm--sum_value {
        font-size: 24px;
        line-height: 28px;
    }
    .b-basket-confirm--btn .btn--wrapper {
        padding: 15px 30px;
    }
}
/* End */


/* Start:/bitrix/templates/eshop_ssk72/css/swiper-bundle.min.css?173815544613916*/
/**
 * Swiper 6.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 5, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/bitrix/templates/eshop_ssk72/css/jquery.fancybox.min.css?173815544612795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/bitrix/templates/eshop_ssk72/css/OverlayScrollbars.min.css?173815544620009*/
/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.13.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 02.08.2020
 */
html.os-html,html.os-html>.os-host{display:block;overflow:hidden;box-sizing:border-box;height:100%!important;width:100%!important;min-width:100%!important;min-height:100%!important;margin:0!important;position:absolute!important}html.os-html>.os-host>.os-padding{position:absolute}body.os-dragging,body.os-dragging *{cursor:default}.os-host,.os-host-textarea{position:relative;overflow:visible!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.os-host-flexbox{overflow:hidden!important;display:-webkit-box;display:-ms-flexbox;display:flex}.os-host-flexbox>.os-size-auto-observer{height:inherit!important}.os-host-flexbox>.os-content-glue{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}.os-host-flexbox>.os-size-auto-observer,.os-host-flexbox>.os-content-glue{min-height:0;min-width:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:auto;flex-basis:auto}#os-dummy-scrollbar-size{position:fixed;opacity:0;-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';visibility:hidden;overflow:scroll;height:500px;width:500px}#os-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}#os-dummy-scrollbar-size:before,#os-dummy-scrollbar-size:after,.os-content:before,.os-content:after{content:'';display:table;width:.01px;height:.01px;line-height:0;font-size:0;flex-grow:0;flex-shrink:0;visibility:hidden}#os-dummy-scrollbar-size,.os-viewport{-ms-overflow-style:scrollbar!important}.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,.os-viewport-native-scrollbars-invisible.os-viewport{scrollbar-width:none!important}.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner{display:none!important;width:0!important;height:0!important;visibility:hidden!important;background:0 0!important}.os-content-glue{box-sizing:inherit;max-height:100%;max-width:100%;width:100%;pointer-events:none}.os-padding{box-sizing:inherit;direction:inherit;position:absolute;overflow:visible;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.os-host-overflow>.os-padding{overflow:hidden}.os-viewport{direction:inherit!important;box-sizing:inherit!important;resize:none!important;outline:0!important;position:absolute;overflow:hidden;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.os-content-arrange{position:absolute;z-index:-1;min-height:1px;min-width:1px;pointer-events:none}.os-content{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:100%;height:100%;width:100%;visibility:visible}.os-content>.os-textarea{box-sizing:border-box!important;direction:inherit!important;background:0 0!important;outline:0 transparent!important;overflow:hidden!important;position:absolute!important;display:block!important;top:0!important;left:0!important;margin:0!important;border-radius:0!important;float:none!important;-webkit-filter:none!important;filter:none!important;border:0!important;resize:none!important;-webkit-transform:none!important;transform:none!important;max-width:none!important;max-height:none!important;box-shadow:none!important;-webkit-perspective:none!important;perspective:none!important;opacity:1!important;z-index:1!important;clip:auto!important;vertical-align:baseline!important;padding:0}.os-host-rtl>.os-padding>.os-viewport>.os-content>.os-textarea{right:0!important}.os-content>.os-textarea-cover{z-index:-1;pointer-events:none}.os-content>.os-textarea[wrap=off]{white-space:pre!important;margin:0!important}.os-text-inherit{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;font-variant:inherit;text-transform:inherit;text-decoration:inherit;text-indent:inherit;text-align:inherit;text-shadow:inherit;text-overflow:inherit;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;unicode-bidi:inherit;direction:inherit;color:inherit;cursor:text}.os-resize-observer,.os-resize-observer-host{box-sizing:inherit;display:block;visibility:hidden;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}.os-resize-observer-host{padding:inherit;border:inherit;border-color:transparent;border-style:solid;box-sizing:border-box}.os-resize-observer-host.observed{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.os-resize-observer-host>.os-resize-observer,.os-resize-observer-host.observed>.os-resize-observer{height:200%;width:200%;padding:inherit;border:inherit;margin:0;display:block;box-sizing:content-box}.os-resize-observer-host.observed>.os-resize-observer,.os-resize-observer-host.observed>.os-resize-observer:before{display:flex;position:relative;flex-grow:1;flex-shrink:0;flex-basis:auto;box-sizing:border-box}.os-resize-observer-host.observed>.os-resize-observer:before{content:'';box-sizing:content-box;padding:inherit;border:inherit;margin:0}.os-size-auto-observer{box-sizing:inherit!important;height:100%;width:inherit;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;-webkit-box-flex:inherit;-ms-flex-positive:inherit;flex-grow:inherit;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:0;flex-basis:0}.os-size-auto-observer>.os-resize-observer{width:1000%;height:1000%;min-height:1px;min-width:1px}.os-resize-observer-item{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:-1;opacity:0;direction:ltr!important;-webkit-box-flex:0!important;-ms-flex:none!important;flex:none!important}.os-resize-observer-item-final{position:absolute;left:0;top:0;-webkit-transition:none!important;transition:none!important;-webkit-box-flex:0!important;-ms-flex:none!important;flex:none!important}.os-resize-observer{-webkit-animation-duration:.001s;animation-duration:.001s;-webkit-animation-name:os-resize-observer-dummy-animation;animation-name:os-resize-observer-dummy-animation}object.os-resize-observer{box-sizing:border-box!important}@-webkit-keyframes os-resize-observer-dummy-animation{0%{z-index:0}to{z-index:-1}}@keyframes os-resize-observer-dummy-animation{0%{z-index:0}to{z-index:-1}}.os-host-transition>.os-scrollbar,.os-host-transition>.os-scrollbar-corner{-webkit-transition:opacity .3s,visibility .3s,top .3s,right .3s,bottom .3s,left .3s;transition:opacity .3s,visibility .3s,top .3s,right .3s,bottom .3s,left .3s}html.os-html>.os-host>.os-scrollbar{position:absolute;z-index:999999}.os-scrollbar,.os-scrollbar-corner{position:absolute;opacity:1;-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';z-index:1}.os-scrollbar-corner{bottom:0;right:0}.os-scrollbar{pointer-events:none}.os-scrollbar-track{pointer-events:auto;position:relative;height:100%;width:100%;padding:0!important;border:0!important}.os-scrollbar-handle{pointer-events:auto;position:absolute;width:100%;height:100%}.os-scrollbar-handle-off,.os-scrollbar-track-off{pointer-events:none}.os-scrollbar.os-scrollbar-unusable,.os-scrollbar.os-scrollbar-unusable *{pointer-events:none!important}.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle{opacity:0!important}.os-scrollbar-horizontal{bottom:0;left:0}.os-scrollbar-vertical{top:0;right:0}.os-host-rtl>.os-scrollbar-horizontal{right:0}.os-host-rtl>.os-scrollbar-vertical{right:auto;left:0}.os-host-rtl>.os-scrollbar-corner{right:auto;left:0}.os-scrollbar-auto-hidden,.os-padding+.os-scrollbar-corner,.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-corner,.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal,.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-corner,.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical,.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical+.os-scrollbar-corner,.os-scrollbar-horizontal+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner,.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner{opacity:0;visibility:hidden;pointer-events:none}.os-scrollbar-corner-resize-both{cursor:nwse-resize}.os-host-rtl>.os-scrollbar-corner-resize-both{cursor:nesw-resize}.os-scrollbar-corner-resize-horizontal{cursor:ew-resize}.os-scrollbar-corner-resize-vertical{cursor:ns-resize}.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize{cursor:default}.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical{top:0;bottom:0}.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal{right:0;left:0}.os-scrollbar:hover,.os-scrollbar-corner.os-scrollbar-corner-resize{opacity:1!important;visibility:visible!important}.os-scrollbar-corner.os-scrollbar-corner-resize{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);background-repeat:no-repeat;background-position:100% 100%;pointer-events:auto!important}.os-host-rtl>.os-scrollbar-corner.os-scrollbar-corner-resize{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.os-host-overflow{overflow:hidden!important}.os-theme-none>.os-scrollbar-horizontal,.os-theme-none>.os-scrollbar-vertical,.os-theme-none>.os-scrollbar-corner{display:none!important}.os-theme-none>.os-scrollbar-corner-resize{display:block!important;min-width:10px;min-height:10px}.os-theme-dark>.os-scrollbar-horizontal,.os-theme-light>.os-scrollbar-horizontal{right:10px;height:10px}.os-theme-dark>.os-scrollbar-vertical,.os-theme-light>.os-scrollbar-vertical{bottom:10px;width:10px}.os-theme-dark.os-host-rtl>.os-scrollbar-horizontal,.os-theme-light.os-host-rtl>.os-scrollbar-horizontal{left:10px;right:0}.os-theme-dark>.os-scrollbar-corner,.os-theme-light>.os-scrollbar-corner{height:10px;width:10px}.os-theme-dark>.os-scrollbar-corner,.os-theme-light>.os-scrollbar-corner{background-color:transparent}.os-theme-dark>.os-scrollbar,.os-theme-light>.os-scrollbar{padding:2px;box-sizing:border-box;background:0 0}.os-theme-dark>.os-scrollbar.os-scrollbar-unusable,.os-theme-light>.os-scrollbar.os-scrollbar-unusable{background:0 0}.os-theme-dark>.os-scrollbar>.os-scrollbar-track,.os-theme-light>.os-scrollbar>.os-scrollbar-track{background:0 0}.os-theme-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle{min-width:30px}.os-theme-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle{min-height:30px}.os-theme-dark.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{-webkit-transition:background-color .3s;transition:background-color .3s}.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-dark>.os-scrollbar>.os-scrollbar-track,.os-theme-light>.os-scrollbar>.os-scrollbar-track{border-radius:10px}.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{background:rgba(0,0,0,.4)}.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{background:rgba(255,255,255,.4)}.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle{background:rgba(0,0,0,.55)}.os-theme-light>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle{background:rgba(255,255,255,.55)}.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active{background:rgba(0,0,0,.7)}.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active{background:rgba(255,255,255,.7)}.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;display:block}.os-theme-dark.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-dark.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before{display:none}.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before{top:-6px;bottom:-2px}.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before{left:-6px;right:-2px}.os-host-rtl.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-host-rtl.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before{right:-6px;left:-2px}
/* End */


/* Start:/bitrix/templates/eshop_ssk72/css/scrollbar.css?17381554463761*/
/*************** SCROLLBAR BASE CSS ***************/
 
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
 
 
 
/*************** SIMPLE INNER SCROLLBAR ***************/
 
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 12px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
 
/*.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}*/
 
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #fff; }
.scrollbar-inner > .scroll-element .scroll-bar { 
    background-color: #F1F1F1;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    
}
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #C72B36; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #C72B36; }
 
 
/* update scrollbar offset if both scrolls are visible */
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
 
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }
/* End */


/* Start:/bitrix/templates/eshop_ssk72/components/bitrix/menu/head_nav_catalog/style.css?17381554461186*/
.b-nav--header ul {
	list-style: none;
	padding-left: 0;
}

.b-nav--header ul li {
	list-style-type: none;
}


.nav-catalog--wrapper .b-nav__list {
    position: relative;
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 30px;
}

.nav-catalog--wrapper .b-nav__item {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
}

.b-nav__link {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
}

@media(max-width: 950px) {
    .nav-catalog--wrapper .b-nav__list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media(max-width: 550px) {
    .nav-catalog--wrapper .b-nav__list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
/* End */
/* /bitrix/templates/eshop_ssk72/css/main.css?1738155446106769 */
/* /bitrix/templates/eshop_ssk72/css/swiper-bundle.min.css?173815544613916 */
/* /bitrix/templates/eshop_ssk72/css/jquery.fancybox.min.css?173815544612795 */
/* /bitrix/templates/eshop_ssk72/css/OverlayScrollbars.min.css?173815544620009 */
/* /bitrix/templates/eshop_ssk72/css/scrollbar.css?17381554463761 */
/* /bitrix/templates/eshop_ssk72/components/bitrix/menu/head_nav_catalog/style.css?17381554461186 */
