* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img{
    height:auto;
}
html {
    width: 100%;
    height: 100%;
}

html * {
    max-height: 999999px;
}

body {
    font-family: 'Fira Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    color: #32373E;
    font-size: 16px;
    font-weight: 300;
    height: 100%;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}

body * {
    outline: none;
}


h4:last-child {
    margin-bottom: 0;
}

.fa-odn::before {
    content: '\f263';
}

.fa-vk::before {
    content: '\f189';
}

.fa-inst::before {
    content: '\f16d';
}

.fa-fb::before {
    content: '\f09a';
}

.fa-yt::before {
    content: '\f167';
}

.fa-tme::before {
    content: '\f1d8';
}

.select-scroll {
    position: relative;
    max-height: 240px !important;
    overflow: hidden;
    padding-right: 15px;
}

.select-scroll .ps__rail-y {
    opacity: 1 !important;
    width: 3px !important;
    background: rgba(196, 196, 196, 0.1) !important;
    border-radius: 2px;
}

.select-scroll .ps__rail-y .ps__thumb-y {
    right: 0;
    width: 100%;
    background: #C4C4C4 !important;
    opacity: 0.3 !important;
    border-radius: 2px !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.select-scroll .ps__rail-y .ps__thumb-y:hover {
    opacity: 1 !important;
}


.fancybox-slide:before {
    margin-right: 0;
}

.search-modal {
    display: none;
    width: 100%;
    max-width: 820px;
    margin: 50px 0;
    padding: 33px;
    padding-right: 20px;
    vertical-align: top;
    border-radius: 10px;
}

.search-modal .fancybox-close-small {
    display: none;
}

.search-modal__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-modal__btn,
.search-modal__close {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.search-modal__input {
    border: 0;
    background: none;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
    margin: 0 25px;
    padding: 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    color: #000;
}

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

.search-modal__input::-moz-placeholder {
    opacity: 1;
    color: #000;
}

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

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

.search-modal__input::placeholder {
    opacity: 1;
    color: #000;
}

.fancybox-content, .fancybox-slide>* {
    position: relative;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box
}

.header {
    position: relative;
    background-color: #fff;
    z-index: 95;
}

.header__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 15px;
    top: calc(50% - 16px);
}

.header__controls-item {
    margin-right: 15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .2s;
    transition: .2s;
}

.header__controls-item:last-child {
    margin-right: 0;
}

.header__controls-item--menu {
    opacity: 1 !important;
    visibility: visible !important;
}

.header__controls-burger {
    position: relative;
    width: 100%;
    height: 100%;
}

.header__controls-burger span {
    position: absolute;
    left: calc(50% - 12px);
    top: calc(50% - 1px);
    display: block;
    width: 24px;
    height: 2px;
    background-color: #19398B;
    -webkit-transition: .2s;
    transition: .2s;
}

.header__controls-burger span:nth-child(1) {
    margin-top: -8px;
}

.header__controls-burger span:nth-child(3) {
    margin-top: 8px;
}

.header__controls-burger.active span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}

.header__controls-burger.active span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}

.header__controls-burger.active span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}

.header-top {
    padding: 14px 0 16px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    font-size: 14px;
}

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

.header-top__nav>ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top__nav>ul li {
    padding-left: 0;
}

.header-top__nav>ul li::before {
    display: none;
}

.header-top__nav>ul>li {
    margin-bottom: 0;
    margin-right: 30px;
    padding-left: 0;
}

.header-top__nav>ul>li:last-child {
    margin-right: 0;
}

.header-top__nav>ul>li>a {
    color: #6D7686;
    font-weight: 400;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.header-top__nav>ul>li.dropdown>a {
    position: relative;
    display: inline-block;
    padding-right: 13px;
}

.header-top__nav>ul>li.dropdown>a::before {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
    width: 7px;
    height: 7px;
    background: url(../img/menu-drop-arrow.svg) center center no-repeat;
    background-size: contain;
}

.header-top__city {
    font-weight: 400;
    color: #6D7686;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top__city>a {
    padding-left: 10px;
    font-weight: 500;
    color: #19398B;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top__city>a>img {
    margin-top: -1px;
    margin-left: 6px;
}

.header-top__tel a {
    font-weight: 500;
    font-size: 18px;
    color: #19398B;
}

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

.header-bottom__nav {
    position: relative;
    width: 100%;
}

.header-bottom__nav>ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-bottom__nav>ul>li {
    margin-bottom: 0;
    margin-right: 30px;
    padding-left: 0;
    line-height: 32px;
    position: static;
}

.header-bottom__nav>ul>li::before {
    display: none;
}

.header-bottom__nav>ul>li:last-child {
    margin-right: 0;
}

.header-bottom__nav>ul>li>a {
    display: inline-block;
    line-height: 32px;
    padding: 16px 0;
    color: #32373E;
    font-weight: 400;
    position: relative;
}

.header-bottom__nav>ul>li>a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #19398B;
    opacity: 0;
    visibility: hidden;
}

.header-bottom__nav>ul>li.active>a {
    color: #345fcc;
}

.header-bottom__nav>ul>li.active>a::after {
    opacity: 1;
    visibility: visible;
}

.header-bottom__nav>ul>li.header-bottom__sale>a {
    color: #BA4265;
}

.header-bottom__nav>ul>li.header-bottom__sale.active>a::after {
    background-color: #BA4265;
}

.header-bottom__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px;
    padding-right: 6px;
    position: relative;
}

.header-bottom__item {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 10px;
    position: relative;
}

.header-bottom__item:first-child {
    margin-right: 0;
}

.header-bottom__item svg path {
    -webkit-transition: stroke .2s;
    transition: stroke .2s;
}

.header-bottom__item.active svg path {
    stroke: #BA4265;
}

.header-bottom__item.active .cart-count {
    background-color: #BA4265;
}

.cart-count {
    position: absolute;
    top: 0;
    right: -6px;
    width: 20px;
    height: 20px;
    background-color: #BFE4EB;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 12px;
    padding-left: 1px;
    color: #fff;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.header-mob__top {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 6px;
    padding: 23px 15px;
    background-color: #F3F4F6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-mob__top .header-top__city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-mob__top .header-top__city>a {
    margin-left: 10px;
}

.header-mob__login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 40px;
}

.header-mob__login img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 9px;
}

.header-mob__login span {
    display: block;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #6D7686;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header-mob__controls {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-mob__contacts {
    margin-left: 18px;
    display: inline-block;
    padding: 5px 0;
    font-size: 15px;
    line-height: 17px;
    color: #19398B;
    font-weight: 400;
    border-bottom: 1px dashed #19398B;
}

.header-mob__drop-sub {
    padding: 14px 15px 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-mob__drop-sub img {
    border-radius: 50%;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.header-mob__drop-sub span {
    display: block;
    font-size: 24px;
    line-height: 26px;
    color: #19398B;
    font-weight: 400;
    margin-left: -34px;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 2px;
    text-align: center;
}

.header-login {
    position: absolute;
    right: 50px;
    top: calc(100% + 16px);
    width: 320px;
    background-color: #fff;
    -webkit-box-shadow: 0px 15px 70px rgba(34, 40, 55, 0.2);
    box-shadow: 0px 15px 70px rgba(34, 40, 55, 0.2);
    border: 1px solid rgba(25, 57, 139, 0.1);
    z-index: 90;
    border-radius: 3px;
    padding: 32px 32px 34px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s;
}

.header-login.active {
    opacity: 1;
    visibility: visible;
}

.header-login__arrow {
    position: absolute;
    right: 15px;
    bottom: 100%;
    height: 7px;
    width: 14px;
    overflow: hidden;
}

.header-login__arrow::before {
    content: '';
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 14px;
    height: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(25, 57, 139, 0.1);
    background-color: #fff;
    z-index: -1;
}

.header-login__sub {
    margin-bottom: 5px;
}

.header-login__desc {
    font-size: 15px;
    line-height: 18px;
}

.header-login__input input[type="text"] {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #E3E5E8;
    border-radius: 4px;
    padding: 15px 14px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
}

.header-login__input input[type="text"]::-webkit-input-placeholder {
    color: #D4D6DB;
    opacity: 1;
}

.header-login__input input[type="text"]::-moz-placeholder {
    color: #D4D6DB;
    opacity: 1;
}

.header-login__input input[type="text"]:-ms-input-placeholder {
    color: #D4D6DB;
    opacity: 1;
}

.header-login__input input[type="text"]::-ms-input-placeholder {
    color: #D4D6DB;
    opacity: 1;
}

.header-login__input input[type="text"]::placeholder {
    color: #D4D6DB;
    opacity: 1;
}

.header-login__input input[type="text"].error {
    border-color: #BA4265;
}

.header-login__input input[type="text"].error::-webkit-input-placeholder {
    color: #BA4265;
}

.header-login__input input[type="text"].error::-moz-placeholder {
    color: #BA4265;
}

.header-login__input input[type="text"].error:-ms-input-placeholder {
    color: #BA4265;
}

.header-login__input input[type="text"].error::-ms-input-placeholder {
    color: #BA4265;
}

.header-login__input input[type="text"].error::placeholder {
    color: #BA4265;
}

.header-login__input-tel {
    margin-top: 16px;
}

.header-login__btn {
    margin-top: 20px;
}

.header-login__btn .btn {
    min-width: 0;
    display: block;
    width: 100%;
}

.header-login__error {
    margin-top: 9px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #BA4265;
}

.header-login__agree {
    margin-top: 10px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #6D7686;
}

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

.header-login__code .header-login__input {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header-login__code .header-login__input input[type="text"]::-webkit-input-placeholder {
    color: #6D7686;
}

.header-login__code .header-login__input input[type="text"]::-moz-placeholder {
    color: #6D7686;
}

.header-login__code .header-login__input input[type="text"]:-ms-input-placeholder {
    color: #6D7686;
}

.header-login__code .header-login__input input[type="text"]::-ms-input-placeholder {
    color: #6D7686;
}

.header-login__code .header-login__input input[type="text"]::placeholder {
    color: #6D7686;
}

.header-login__again {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px;
}

.header-login__again a {
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #19398B;
}

.header-login__icon {
    margin-bottom: 17px;
}

.header-login__icon img {
    margin: 0 auto;
}

.header-login.header-login--logged-in {
    padding: 39px 20px 48px;
}

.header-login.header-login--logged-in .header-login__sub {
    text-align: center;
    margin-bottom: 0;
}

.city-modal {
    padding: 60px 40px 40px;
    width: 100%;
    max-width: 750px;
}

.city-modal__title {
    margin-bottom: 40px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
}

.city-modal__desc {
    margin-top: 20px;
    font-weight: 400;
    color: #19398B;
    line-height: 150%;
}

.city-modal__list {
    -moz-columns: 155px auto;
    -webkit-columns: 155px auto;
    columns: 155px auto;
    margin: 0 -5px 0;
}

.city-modal__col {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
    white-space: nowrap;
}

.city-modal__item {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 35px;
    position: relative;
}

.city-modal__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #b3b3b3;
}

.city-modal__item::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #19398B;
    display: none;
}

.city-modal__item.active {
    color: #32373E !important;
}

.city-modal__item.active::after {
    display: block;
}

.city-modal__item.active::before {
    border-color: #19398B;
}


.main-banner__slide {
    position: relative;
    overflow: hidden;
    color: #fff;
    border-radius: 20px;
    height: 520px;
}

.main-banner__slide__pink {
    background: linear-gradient(180deg, #fab2a280 0%, rgba(250, 178, 162, 0.25) 100%);
}

.main-banner__slide__blue {
    background: linear-gradient(180deg, #c0e5ec 0%, rgba(192, 229, 236, 0.25) 100%);
}

.main-banner__bg {
    height: 100%;
}

.main-banner__small {
    display: none;
}

.main-banner__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-banner__wrap {
    position: absolute;
    top: 84px;
    left: 72px;
    right: 72px;
    bottom: 72px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.main-banner__label {
    height: 23px;
    margin-bottom: 24px;
}

.main-banner__label span {
    background: #19398B;
    border-radius: 6px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 23px;
    font-weight: 600;
    padding: 4px 9px;
    font-family: 'Open Sans';
}

.main-banner__title {
    font-weight: 700;
    font-size: 62px;
    line-height: 1.1;
    max-width: 600px;
    margin-bottom: 16px;
}

.main-banner__preview {
    margin-bottom: 32px;
}

/* .main-banner__btn {
	margin-top: 30px;
} */
.main-banner__btn .btn {
    border-radius: 8px;
}

.main-banner__pagination {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-banner__pagination span {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main-banner__pagination span:last-child {
    margin-right: 0;
}

.main-banner__pagination span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    background-color: #6D7686;
    -webkit-transition: .2s;
    transition: .2s;
}

.main-banner__pagination span svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
}

.main-banner__pagination span svg circle {
    fill: none;
    stroke-width: 2px;
    stroke: #19398B;
    stroke-dasharray: 56;
    stroke-dashoffset: 56;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.main-banner__pagination span.active::before {
    width: 8px;
    height: 8px;
    background-color: #19398B;
}

.main-banner__pagination span.active svg circle {
    -webkit-transition: 5s linear;
    transition: 5s linear;
    stroke-dashoffset: 0;
}

.main-banner__pagination-hidden {
    display: none;
}

.advantages {
    padding: 85px 0 120px;
}

.advantages__row {
    margin-top: 63px;
    margin-bottom: -30px;
}

.advantages__col {
    width: 16.666666%;
    margin-bottom: 30px;
}

.advantages__item {
    text-align: center;
    position: relative;
}
.advantages__item .hidden_block {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    padding: 10px;
    top: calc(100% + 20px);
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.10);
    color:  #32373E;
    font-family: "Fira Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    width: 400px;
    max-width: 400px;
    height: auto;
}
.advantages__item:hover .hidden_block {
    opacity: 1;
    pointer-events: auto;
}
@media screen and (max-width: 1023px) {
    .advantages__item .hidden_block {
        display: none;
    }
}

.advantages__icon img {
    margin: 0 auto;
}

.advantages__sub {
    margin-top: 43px;
    line-height: 19px;
}

.advantages__sub:first-child {
    margin-top: 0;
}

.product-categories {
    padding-bottom: 120px;
}

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

.product-categories__col {
    width: 33.333333%;
}

.product-categories__item {
    display: block;
    text-align: center;
}

.product-categories__img img {
    width: 100%;
    border-radius: 10px;
}

.product-categories__sub {
    margin-top: 29px;
    font-weight: 800;
    font-size: 32px;
    line-height: 112%;
    color: #19398B;
}

.product-categories__inner {
    margin-top: 30px;
}

.product-additional {
    margin-top: 54px;
}

.product-additional:first-child {
    margin-top: 0;
}

.product-additional__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
}

.product-additional__col {
    width: 20%;
    margin-bottom: 10px;
    padding: 0 5px;
}

.product-additional__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    padding-left: 0;
    -webkit-box-shadow: 0px 24px 84px rgba(25, 57, 139, 0.05);
    box-shadow: 0px 24px 84px rgba(25, 57, 139, 0.05);
}

.product-additional__icon {
    width: 97px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
}

.product-additional__icon img {
    margin: 0 auto;
}

.product-additional__sub {
    font-size: 18px;
    line-height: 112%;
}

.banner {
    display: block;
    position: relative;
    /* background: -webkit-gradient(linear, left top, right top, from(#FAFAFA), color-stop(57%, #FAFAFA), color-stop(57%, #BFE4EB), to(#BFE4EB)); */
    /* background: linear-gradient(90deg, #FAFAFA 0%, #FAFAFA 57%, #BFE4EB 57%, #BFE4EB 100%); */
    height: 100%;
}

.banner__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
}

.banner__img {
    z-index: 10;
    margin-left: -100px;
    margin-top: 40px;
    margin-bottom: 40px;
    flex: 0 3 230px;
    height: 230px;
}

.banner__img img {
    height: 100%;
    width: auto;
}

.banner__left {
    width: calc(100% / 12 * 7);
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 58px 0 57px;
    padding-left: 76px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background-color: #FAFAFA;
}

.banner__right {
    height: 1381px;
    width: 1381px;
    border-radius: 1000px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 630px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: #BFE4EB;
    overflow: hidden;
}

.banner__right_wrapper {
    padding: 60px 50px 57px 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.banner__sub {
    font-weight: 300;
    font-size: 32px;
    line-height: 1;
    color: #19398B;
}

.banner__title {
    font-weight: 700;
    font-size: 82px;
    line-height: 110%;
    color: #19398B;
}

.banner__desc {
    margin-top: 18px;
    font-size: 18px;
    line-height: 22px;
}

.banner__left-bottom {
    margin-top: 20px;
    white-space: nowrap;
}

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

.banner__price>b {
    font-weight: 700;
    font-size: 52px;
    line-height: 110%;
    color: #19398B;
}

.banner__price-old {
    margin-top: 11px;
    font-weight: 200;
    font-size: 32px;
    line-height: 110%;
    color: #A5A5A5;
}

.banner__price-old>span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
}

.banner__price-old>span::before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #A5A5A5;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
    z-index: -1;
}

.banner__info {
    max-width: 500px;
    flex: 0 0 80px;
}

.banner__info-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    color: #19398B;
}

.banner__info-desc {
    margin-top: 6px;
    font-size: 19px;
    line-height: 112%;
    color: #19398B;
}

.banner__advantages {
    /* margin-top: 370px; */
    flex: 0 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 500px;
}

.banner__advantages-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}

.banner__advantages-item:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.banner__advantages-item>img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
}

.banner__advantages-item>span {
    font-size: 14px;
    line-height: 17px;
}

.banner__price-label {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 22px;
}

.price-label {
    width: 72px;
    height: 50px;
    background: url(../img/price-label.svg) center center no-repeat;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 700;
    font-size: 19px;
    line-height: 1;
    color: #fff;
    padding-left: 10px;
    padding-left: 14px;
}

.products-section {
    padding: 90px 0 120px;
}

.products-section__tabs {
    margin-top: 32px;
    margin-bottom: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.products-section__tabs-item {
    width: 224px;
    margin-right: 40px;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 40px;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    background-color: #FAFAFA;
    color: rgba(50, 55, 62, 0.5);
    padding: 13px 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .2s;
    transition: .2s;
}

.products-section__tabs-item:last-child {
    margin-right: 0;
}

.products-section__tabs-item.active {
    color: #19398B;
    border-color: #19398B;
    background-color: #fff;
}

.products-section__row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: -30px;
}

.products-section__col {
    width: 25%;
    margin-bottom: 30px;
}

.products-section__btn {
    margin-top: 90px;
    text-align: center;
}

.product {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product__tags {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    display: block;
}

.product__tag-item {
    margin-bottom: 6px;
}

.product__tag-item:last-child {
    margin-bottom: 0;
}

.product__tag-item .price-label {
    width: 43px;
    height: 30px;
    font-size: 12px;
    padding-left: 8px;
}

.product__img {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 80%;
}

.product__img img {
    border-radius: 4px 4px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.product__content {
    padding: 20px 28px 33px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product__desc {
    font-size: 17px;
    line-height: 24px;
}

.product__name {
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
    margin-top: 3px;
    color: #19398B;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product__name:first-child {
    margin-top: 0;
}

.product__price {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}


.product__price>b span {
    font-weight: 300;
}



.product__specifications {
    margin-top: 11px;
}

.product__specifications-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.product__specifications-item:last-child {
    margin-bottom: 0;
}

.product__specifications-item span,
.product__specifications-item b {
    font-weight: 400;
}

.product__specifications-item span {
    color: #6D7686;
    padding-right: 5px;
}

.product__specifications-item b {
    color: #32373E;
}



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

.product__btn a {
    padding: 7px 12px;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #6D7686;
    border: 2px solid #BFE4EB;
    border-radius: 4px;
}








.product__mob-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product__advantages {
    margin-top: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: -15px;
}

.product__advantages-col {
    width: 25%;
    margin-bottom: 15px;
}

.product__advantages-icon {
    position: relative;
}

.product__advantages-icon img {
    margin: 0 auto;
}

.product__advantages-icon>span {
    position: absolute;
    left: 0;
    top: calc(50% - 6px);
    width: 100%;
    font-weight: 500;
    font-size: 9px;
    line-height: 12px;
    white-space: nowrap;
    color: #a7a8aa;
    text-align: center;
}

.product__advantages-icon--spec>span {
    top: 50%;
}

.product__advantages-sub {
    margin-top: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.product__reviews {
    margin-top: 25px;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    color: #19398B;
}

.product__reviews a {
    border-bottom: 1px dashed #19398B;
}

.product-tag {
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    white-space: nowrap;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    background-color: #19398B;
    border-radius: 3px;
    padding: 5px 9px 3px;
}

.product-tag--lite {
    background-color: #B7D6E5;
}

.product-tag--border {
    border: 1px solid #19398B;
    background-color: transparent;
    color: #19398B;
    padding: 4px 8px 2px;
}

.home-about {
    background-color: #FAFAFA;
    padding: 109px 0 97px;
}

.home-about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.home-about__video {
    width: calc(100% / 12 * 6 - 48px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: block;
}

.home-about__video img {
    width: 100%;
    border-radius: 4px;
}

.home-about__video::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/play-btn.svg) center center no-repeat;
    background-size: 84px;
}

.home-about__info {
    padding-left: 110px;
}

.home-about__title {
    text-align: left;
    margin-bottom: 20px;
}

.home-about__desc {
    max-width: 518px;
}

.home-about__desc p,
.home-about__desc li {
    font-size: 20px;
    line-height: 130%;
}

.home-about__link {
    margin-top: 30px;
}

.home-about__link a {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #19398B;
}

.home-banner {
    padding: 72px 0 118px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    margin-bottom: 92px;
    padding: 95px;
    min-height: 550px;
}

.home-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(0%, #C4C4C4), color-stop(0.01%, rgba(255, 255, 255, 0.82)), color-stop(39.75%, rgba(255, 255, 255, 0.77)), color-stop(68.9%, rgba(255, 255, 255, 0.12)), color-stop(73.5%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #FFFFFF 0%, #C4C4C4 0%, rgba(255, 255, 255, 0.82) 0.01%, rgba(255, 255, 255, 0.77) 39.75%, rgba(255, 255, 255, 0.12) 68.9%, rgba(255, 255, 255, 0) 73.5%);
    z-index: -1;
}

.home-banner__wrap {
    max-width: 530px;
}

.home-banner__title {
    text-align: left;
    margin-bottom: 20px;
}

.home-banner__desc {
    font-size: 20px;
    line-height: 130%;
}

.home-banner__btn {
    margin-top: 27px;
}

.home-banner__btn a.btn {
    border-radius: 8px;
}

.home-banner__call {
    margin-top: 77px;
    font-size: 18px;
    line-height: 22px;
}

.home-banner__call a {
    font-weight: 600;
    color: #19398B;
    white-space: nowrap;
}

.home-banner__img {
    margin: 30px 0;
}

.home-banner__img img {
    border-radius: 10px;
    width: 100%;
}

.reviews {}

.wrap_slides {
    padding: 15px 0;
    border-radius: 4px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-right: 28px;
}

.reviews__slider-wrapper {
    margin-left: auto;
    max-width: 570px;
    position: relative;
    margin-right: 30px;
}

.reviews__slide {
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #19398B;
}

.reviews__block {
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    padding-top: 36px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 25px;
    border-radius: 4px;
}

.reviews__title {
    font-size: 32px;
    line-height: 44px;
    font-weight: 500;
    margin-bottom: 30px;
}

.reviews__desc {
    color: #19398B;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 12px;
}

.reviews__desc .more {
    display: inline;
    margin-top: 25px;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 25.5px;
    /* or 160% */
    text-decoration: none;
    color: #BA4265;
}

.reviews__desc .more:hover {
    text-decoration: underline;
}

.reviews__desc p,
.reviews__desc li {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

.reviews__info {
    margin-top: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #19398B;
}

.reviews__author {
    color: #19398B;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
}

.reviews__product {
    font-weight: 400;
    margin-bottom: 23px;
}

.reviews__product .top_to_prod {
    display: inline-block;
    font-weight: 400;
}

.reviews__product a {
    text-decoration: underline;
    font-weight: 700;
}

.reviews__bottom {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

.reviews__bottom-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.reviews__rating-num {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #19398B;
}

.reviews__bottom-img {
    box-shadow: 0px 24px 84px rgba(25, 57, 139, 0.15);
    border-radius: 8px;
}

.reviews__rating-list {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews__rating-list span {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/rating.png) center center no-repeat;
    background-size: contain;
    margin-right: 5px;
}

.reviews__rating-list span:last-child {
    margin-right: 0;
}

.reviews__prev,
.reviews__next {
    position: absolute;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #19398B;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: calc(50% - 30px);
    z-index: 9;
}

.reviews__prev {
    left: -30px;
}

.reviews__next {
    right: -30px;
}

.post {
    padding-bottom: 60px;
}


.post-title {
    margin-top: 43px;
}

.post-content {
    padding-top: 25px;
}

.catalog-desc {
    margin-top: 17px;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 30px;
}

.catalog-tags {
    margin-top: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.catalog-tags.active .catalog-tags__item:nth-child(1n + 6) {
    display: block;
}

.catalog-tags__item {
    display: block;
    background-color: transparent;
    border-radius: 40px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    padding: 11px 25px;
    color: #6D7686;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .2s;
    transition: .2s;
    border: 2px solid #F9F9F9;
    border-radius: 40px;
    background: #F9F9F9;
    margin: 0 5px;
    margin-bottom: 10px;
}

.catalog-tags__item_all {
    background: #19398B !important;
    color: #FFFFFF !important;
}

.catalog-tags__item_all:hover {
    color: #FFFFFF !important;
}

.catalog-tags__item.active {
    color: #1D3A86;
    background: #fff;
    border: 2px solid #19398B;
    border-radius: 40px;
}

.catalog-tags__item:nth-child(1n + 6) {

}
.swiper_sleep_products .product__tag-item.hidden-xs{
    display:none;
}
.faq{
    display: none;
}

.catalog-tags__dropdown {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.catalog-tags__dropdown{
    display: none!important
}
.catalog-tags__dropdown_more {
    color: #19398B;
    border: 2px solid #19398B;
    background: #FFFFFF;
}

.catalog-tags__dropdown_more i span {
    background-color: #19398B !important;
    opacity: 1 !important;
}

.catalog-tags__dropdown i {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-tags__dropdown i span {
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #6D7686;
    opacity: 0.3;
    margin-right: 4px;
    -webkit-transition: .2s;
    transition: .2s;
}

.catalog-tags__dropdown i span:last-child {
    margin-right: 0;
}

.catalog-tags__dropdown>span span:last-child {
    display: none;
}

.catalog-tags__dropdown.active-list>span span:first-child {
    display: none;
}

.catalog-tags__dropdown.active-list>span span:last-child {
    display: block;
}

.catalog-top {
    margin-top: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.catalog-top__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-top__sort-sub {
    margin-right: 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #6D7686;
}

.catalog-top__sort-select {
    margin-right: 40px;
}

.catalog-top__sort-select:last-child {
    margin-right: 0;
}


.catalog-top__btn {
    margin-left: 30px;
}

.catalog-top__btn .btn {
    min-width: 288px;
}

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

.catalog-top__mob-col {
    width: calc(50% - 5px);
}

.catalog-top__mob-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(109, 118, 134, 0.3);
    border-radius: 4px;
    padding: 9px 5px;
}

.catalog-top__mob-btn img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
}

.catalog-top__mob-btn span {
    font-size: 14px;
    line-height: 17px;
    color: #6D7686;
    font-weight: 400;
}

.catalog-wrap {
    margin-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.catalog-wrap__aside {
    width: 288px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px;
}

.catalog-wrap__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product_page_main_card_meta_head_size{

    position:relative;
}


.catalog-filter__col {
    margin-bottom: 5px;
    border-radius: 4px;
    overflow: hidden;
}

.catalog-filter__col:last-child {
    margin-bottom: 0;
}

.catalog-filter__sub {
    position: relative;
    font-weight: 400;
    padding: 16px 47px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #6D7686;
    background-color: #F9FAFB;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .2s, background-color .2s;
    transition: color .2s, background-color .2s;
}

.catalog-filter__sub::before {
    content: '';
    position: absolute;
    left: 20px;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    background: url(../img/filter-dropdown-arrow.svg) center center no-repeat;
    background-size: contain;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.catalog-filter__sub.active {
    background-color: #F3F4F6;
    color: #19398B;
}

.catalog-filter__sub.active::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.catalog-filter__dropdown {
    display: none;
    background-color: #F3F4F6;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.catalog-filter__dropdown-wrap {
    padding: 3px 20px 30px;
}

.catalog-filter__list {
    padding-right: 10px;
    max-height: 300px;
    position: relative;
    overflow: hidden;
}

.catalog-filter__list .ps__rail-y {
    opacity: 1 !important;
    width: 4px;
    background-color: rgba(216, 219, 224, 0.5);
    border-radius: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.catalog-filter__list .ps__rail-y .ps__thumb-y {
    opacity: 1 !important;
    background-color: #D8DBE0;
    border-radius: 10px;
    width: 100%;
    right: 0;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.catalog-filter__list .ps__rail-y .ps__thumb-y:hover {
    background-color: #a7aaaf;
}

.catalog-filter__bottom {
    margin-top: 30px;
}

.catalog-filter__bottom-sub {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #19398B;
    margin-bottom: 14px;
}

.catalog-filter__delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #F2F2F2;
}

.catalog-filter__delete>span {
    font-size: 16px;
    line-height: 110%;
    color: #6D7686;
}

.catalog-filter__delete-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .5;
}

.catalog-filter__delete-all {
    margin-top: 19px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-filter__delete-all>img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
}

.catalog-filter__delete-all>span {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #19398B;
}

.catalog-filter__price {
    padding: 0 20px 26px;
}

.catalog-filter__header {
    padding: 28px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.catalog-filter__header-sub {
    font-size: 24px;
    line-height: 26px;
    color: #19398B;
    font-weight: 400;
}

.catalog-filter__close {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.catalog-filter__show {
    position: fixed;
    left: 15px;
    right: 15px;
    bottom: 15px;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s, visibility .2s;
    transition: opacity .2s, visibility .2s;
}

.catalog-filter__show.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .2s .4s, visibility .2s .4s;
    transition: opacity .2s .4s, visibility .2s .4s;
}

.catalog-filter__show .btn {
    display: block;
    width: 100%;
}

.catalog-filter__notification {
    background-color: #BA4265;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    padding: 10px 15px;
    white-space: nowrap;
    display: block;
    border-radius: 4px;
    color: #fff;
    position: absolute;
    left: calc(50% + 218px);
    top: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s, visibility .2s;
    transition: opacity .2s, visibility .2s;
}

.catalog-filter__notification.active {
    opacity: 1;
    visibility: visible;
}

.catalog-filter__notification span {
    color: #FFA3BE;
}

.catalog-filter__notification b {
    font-weight: 400;
    color: #fff;
}

.catalog-filter__notification::before {
    content: '';
    position: absolute;
    left: calc(100% - 11px);
    top: calc(50% - 7px);
    z-index: -1;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    background-color: #BA4265;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

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

.filter-price__row::before {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(50% - 5px);
    height: 1px;
    width: 10px;
    background-color: #D8DBE0;
}

.filter-price__item {
    width: calc(50% - 15px);
}

.filter-price__item input {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #E3E5E8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 11px 15px;
    font-size: 15px;
    line-height: 18px;
    color: #6D7686;
    font-weight: 400;
}

.filter-price__slider {
    margin-top: 15px;
}

.main-range {
    padding-bottom: 12px;
}

.main-range__slider {
    top: 6px;
    height: 4px;
    background: rgba(109, 118, 134, 0.2);
    border-radius: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 4px;
    border: 0;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-range__slider .noUi-connect {
    background: #19398B;
}

.main-range__slider .noUi-handle {
    top: -6px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 10px rgba(109, 118, 134, 0.2);
    box-shadow: 0px 5px 10px rgba(109, 118, 134, 0.2);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
}

.main-range__slider .noUi-handle .noUi-touch-area,
.main-range__slider .noUi-handle::before,
.main-range__slider .noUi-handle::after {
    display: none;
}




.recommend {
    margin-top: 80px;
}

.recommend__title {
    margin-bottom: 30px;
}

.recommend__row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: -30px;
}

.recommend__col {
    width: 25%;
    margin-bottom: 30px;
}

.recommend__more {
    margin-top: 20px;
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
    line-height: 24px;
    color: #6D7686;
    padding: 13px 15px;
    border: 1px solid #D4D6DB;
    border-radius: 4px;
}

.recommend__more span {
    display: block;
}

.recommend__more span:last-child {
    display: none;
}

.recommend__more.active span:first-child {
    display: none;
}

.recommend__more.active span:last-child {
    display: block;
}

.catalog-info {
    margin-top: 62px;
}

.catalog-info ul li{
    padding-left: 10px;
}
.catalog-info ul li:before{
    top:10px;
}

.catalog-info__more {
    margin-top: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 13px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.catalog-info__more::before {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    background: url(../img/catalog-info-arrow.svg) center center no-repeat;
    background-size: contain;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.catalog-info__more span {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #19398B;
}

.catalog-info__more span:last-child {
    display: none;
}

.catalog-info__more.active::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.catalog-info__more.active span:first-child {
    display: none;
}

.catalog-info__more.active span:last-child {
    display: block;
}

.catalog-info__hide-content {
    display: none;
}

.catalog-list {
    margin-top: 44px;
}

.catalog-list__row {
    margin-bottom: -40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catalog-list__col {
    width: 25%;
    margin-bottom: 40px;
}

.catalog-list__item {
    display: block;
    max-width: 260px;
    margin: 0 auto;
}

.catalog-list__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #BFE4EB;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.catalog-list__img img {
    position: absolute;
    max-width: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.catalog-list__sub {
    margin-top: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    color: #19398B;
}

.catalog-list-n {
    margin-top: 70px;
}

.catalog-list-n__row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -40px;
}

.catalog-list-n__col {
    width: 20%;
    margin-bottom: 40px;
}

.catalog-list-n__item {
    display: block;
}

.catalog-list-n__img {
    border-radius: 5px;
    position: relative;
    padding-bottom: 134%;
    background-color: #E9F6F8;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.catalog-list-n__img img {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.not-found__row {
    height: 610px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}

.not-found__info {
    max-width: 454px;
}

.not-found__img {
    position: absolute;
    right: -140px;
    top: 10%;
    z-index: -1;
}

.not-found__img>img {
    position: relative;
    max-width: none;
    width: 600px;
}

.not-found__error {
    font-weight: 800;
    font-size: 435px;
    line-height: 1;
    color: #D4D6DB;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: -210px;
}

.not-found__search {
    margin-top: 67px;
    position: relative;
}

.not-found__search input[type="text"] {
    display: block;
    width: 100%;
    border: 2px solid rgba(212, 214, 219, 0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
    background-color: #fff;
    padding: 21px 30px;
    padding-left: 66px;
    font-size: 14px;
    line-height: 17px;
    color: #32373E;
    font-weight: 400;
    color: #32373E;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
}

.not-found__search input[type="text"]::-webkit-input-placeholder {
    color: #6D7686;
    opacity: .5;
    -webkit-transition: .1s;
    transition: .1s;
}

.not-found__search input[type="text"]::-moz-placeholder {
    color: #6D7686;
    opacity: .5;
    -moz-transition: .1s;
    transition: .1s;
}

.not-found__search input[type="text"]:-ms-input-placeholder {
    color: #6D7686;
    opacity: .5;
    -ms-transition: .1s;
    transition: .1s;
}

.not-found__search input[type="text"]::-ms-input-placeholder {
    color: #6D7686;
    opacity: .5;
    -ms-transition: .1s;
    transition: .1s;
}

.not-found__search input[type="text"]::placeholder {
    color: #6D7686;
    opacity: .5;
    -webkit-transition: .1s;
    transition: .1s;
}

.not-found__search input[type="text"]:focus::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.not-found__search input[type="text"]:focus::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
}

.not-found__search input[type="text"]:focus:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.not-found__search input[type="text"]:focus::-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.not-found__search input[type="text"]:focus::placeholder {
    opacity: 0;
    visibility: hidden;
}

.not-found__search input[type="text"]:focus {
    border-color: #19398B;
}

.not-found__search button {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 38px;
    top: calc(50% - 8px);
}

.page-info__title {
    font-weight: 300;
    color: #6D7686;
    margin-bottom: 20px;
}

.page-info__desc p,
.page-info__desc li {
    font-size: 20px;
    color: #6D7686;
}

.page-info__btns-wrap {
    margin-top: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-info__btn {
    margin-right: 15px;
}

.page-info__btn:last-child {
    margin-right: 0;
}

.page-info__btn .btn {
    min-width: 214px;
}

.popular-categories__title {
    margin-bottom: 30px;
}

.popular-categories__item {
    display: block;
}

.popular-categories__img {
    width: 100%;
}

.popular-categories__img img {
    width: 100%;
    border-radius: 50%;
}

.popular-categories__sub {
    font-weight: 400;
}

.popular-categories__slider-wrap {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.popular-categories__prev,
.popular-categories__next {
    position: absolute;
    top: calc(50% - 40px);
    z-index: 9;
    width: 38px;
    height: 38px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #19398B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .2s;
    transition: .2s;
}

.popular-categories__prev.swiper-button-disabled,
.popular-categories__next.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}

.popular-categories__prev {
    left: -10px;
}

.popular-categories__next {
    right: -10px;
}

.watched-products {
    margin-top: 120px;
}

.watched-products__title {
    margin-bottom: 25px;
}
.watched-products.products-section, .container.home-banner{
    display:none!important;
}
.watched-products .products-section {
    padding: 0;
}

.empty {
    padding: 120px 0;
}

.empty__info {
    max-width: 710px;
}

.search-result {
    margin-top: 21px;
}

.search-result__title span {
    font-weight: 200;
}

.search-result__title b {
    font-weight: 500;
}

.search-result__sub {
    margin-bottom: 17px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #6D7686;
}

.search-result__sub b {
    font-weight: 400;
    color: #32373E;
}

.search-result__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.search-result__top:last-child {
    margin-bottom: 0;
}

.search-result__form {
    width: calc(100% / 12 * 4);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 50px;
    position: relative;
}

.search-result__form:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.search-result__form input[type="text"] {
    display: block;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E3E5E8;
    border-radius: 4px;
    font-size: 15px;
    line-height: 18px;
    padding: 15px;
    padding-right: 55px;
    font-weight: 400;
}

.search-result__form input[type="text"]::-webkit-input-placeholder {
    color: #6D7686;
    opacity: .5;
    -webkit-transition: .1s;
    transition: .1s;
}

.search-result__form input[type="text"]::-moz-placeholder {
    color: #6D7686;
    opacity: .5;
    -moz-transition: .1s;
    transition: .1s;
}

.search-result__form input[type="text"]:-ms-input-placeholder {
    color: #6D7686;
    opacity: .5;
    -ms-transition: .1s;
    transition: .1s;
}

.search-result__form input[type="text"]::-ms-input-placeholder {
    color: #6D7686;
    opacity: .5;
    -ms-transition: .1s;
    transition: .1s;
}

.search-result__form input[type="text"]::placeholder {
    color: #6D7686;
    opacity: .5;
    -webkit-transition: .1s;
    transition: .1s;
}

.search-result__form input[type="text"]:focus::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.search-result__form input[type="text"]:focus::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
}

.search-result__form input[type="text"]:focus:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.search-result__form input[type="text"]:focus::-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.search-result__form input[type="text"]:focus::placeholder {
    opacity: 0;
    visibility: hidden;
}

.search-result__form button {
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 20px;
}

.search-result__select {
    width: calc(50% - 15px);
}


.search-result__wrap .recommend__col:nth-child(1n + 2) {
    display: block;
}

.main-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.main-sort__sub {
    margin-right: 20px;
}

.main-sort__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-sort__item {
    display: block;
    margin-right: 33px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #6D7686;
    padding: 3px 0;
    border-bottom: 1px dashed #000;
    position: relative;
}

.main-sort__item::before {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    width: 10px;
    height: 10px;
    background: url(../img/main-sort-icon.svg) center center no-repeat;
    background-size: contain;
    opacity: 0;
    visibility: hidden;
}

.main-sort__item:last-child {
    margin-right: 0 !important;
}

.main-sort__item.active {
    border-color: transparent;
    color: #32373E;
    padding-right: 15px;
    margin-right: 18px;
}

.main-sort__item.active::before {
    opacity: 1;
    visibility: visible;
}

.card-title span {
    font-weight: 200;
    color: #32373E;
}

.card-title b {
    color: #19398B;
    font-weight: 500;
}

.card-modal-base{
    padding:0!important;
}

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

.card__left {
    width: calc(100% / 12 * 7);
}

.card__right {
    width: calc(100% / 12 * 5);
}

.card__wrap {
    padding: 20px 0 32px;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
}


 .card-price__sale{
     display:none!important;
 }

.card-delivery__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
}

.card-delivery__info {
    color: #19398B;
}

.card-delivery__info p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
}

.card-delivery__info p b {
    font-weight: 500;
}

.card__gallery {
    max-width: calc(100% - 106px);
}

.card-pic {
    max-width: 100%;
    margin-top: 30px;
}

.card-pic__item--video a {
    display: block;
    position: relative;
}

.card-pic__item img {
    object-fit: contain;
    margin: 0 auto;
}

.card-pic__item--video a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5) url(../img/card-thumbs-video.svg) center center no-repeat;
    background-size: 60px;
}

.card-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 15px;
}

.card-thumbs__item {
    width: 76px;
    height: 64px;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 2px;
    -webkit-transition: .2s;
    transition: .2s;
}

.card-thumbs__item:last-child {
    margin-left: 0;
}

.card-thumbs__item:not(.card-thumbs__video) img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.card-thumbs__item img {
    opacity: .3;
    -webkit-transition: .2s;
    transition: .2s;
}

.card-thumbs__item.active {
    border-color: #19398B;
}

.card-thumbs__item.active img {
    opacity: 1;
}

.card-thumbs__video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.card-thumbs__video img {
    opacity: 1;
}

.card-thumbs__video span {
    margin-top: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #19398B;
}

.card-advantages {
    width: 106px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

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

.card-advantages__item:last-child {
    margin-bottom: 0;
}

.card-advantages__icon {
    position: relative;
}

.card-advantages__icon img {
    margin: 0 auto;
}

.card-advantages__icon .wrap_img svg{
    height: inherit;
}

.card-advantages__sub {
    margin-top: 9px;
    font-weight: 400;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
}

.card-controls__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-controls__tags-item {
    margin-right: 12px;
}

.card-controls__tags-item:last-child {
    margin-right: 0;
}


.card-controls__btn:last-child {
    margin-right: 0;
}

.card-controls__btn svg,
.card-controls__btn img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 4px;
}

.card-controls__btn svg path {
    -webkit-transition: .2s;
    transition: .2s;
}

.card-controls__btn>span {
    padding-top: 2px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #B8BBC0;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.card-controls__btn.active>span {
    color: #19398B;
}

.card-controls__btn:first-child.active svg path {
    stroke: #BA4265;
}

.card-controls__btn:last-child.active svg path {
    fill: #BA4265;
}

.card-adv {
    padding: 69px 0 67px;
}

.card-adv__title {
    margin-bottom: 48px;
}

.card-adv__row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: -30px;
}

.card-adv__col {
    width: 25%;
    margin-bottom: 30px;
}

.card-adv__item {
    max-width: 230px;
    margin: 0 auto;
}

.card-adv__icon {
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card-adv__desc {
    margin-top: 30px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

.section-bottom {
    margin-bottom: -120px;
}

.card-bottom {
    background-color: #FAFAFA;
    padding: 70px 0;
}

.card-bottom__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card-bottom__info p,
.card-bottom__info li {
    font-size: 17px;
    line-height: 1.5;
}

.card-bottom__info .card-info__link {
    font-size: 17px;
    font-weight: 700;
}

.card-bottom__info ul {
    margin: 0;
}

.card-bottom__info ul.active li:nth-child(1n + 3) {
    display: block;
}

.card-bottom__info ul li {
    padding-left: 40px;
}

.card-bottom__info ul li:nth-child(1n + 3) {
    display: none;
}

.card-bottom__info ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background: url(../img/card-list-icon.svg) center center no-repeat;
    background-size: contain;
}

.card-bottom__more {
    margin-top: 30px;
    display: inline-block;
    border-bottom: 1px dashed #19398B;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.card-bottom__more span {
    display: block;
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
    color: #19398B;
}

.card-bottom__more span:last-child {
    display: none;
}

.card-bottom__more.active span:first-child {
    display: none;
}

.card-bottom__more.active span:last-child {
    display: block;
}

.card-bottom__col {
    width: calc(50% - 50px);
}

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

.card-bottom__block {
    width: calc(50% - 15px);
    background: #fff;
    -webkit-box-shadow: 0px 4px 30px rgba(212, 214, 219, 0.3);
    box-shadow: 0px 4px 30px rgba(212, 214, 219, 0.3);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px;
}

.card-bottom__block img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 27px;
}

.card-bottom__block span {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    color: #19398B;
}

.card-modal {
    display: none;
    border-radius: 3px;
}

.card-modal .fancybox-close-small {
    display: none;
}

.card-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .3;
}

.qr-modal {
    padding: 55px 37px 0;
    width: 100%;
    max-width: 455px;
}

.qr-modal__title {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    color: #19398B;
    text-align: center;
    margin-bottom: 10px;
}

.qr-modal__img {
    margin-left: -37px;
    margin-right: -37px;
}

.qr-modal__desc {
    font-weight: 400;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    margin-top: 10px;
}

.three-modal {
    padding: 23px 15px 68px;
    width: 100%;
    max-width: 668px;
    background-color: #fff;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.three-modal__toggle {
    margin-bottom: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.three-modal__toggle-btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #6D7686;
    border-radius: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 13px 25px 12px;
    -webkit-transition: .2s;
    transition: .2s;
}

.three-modal__toggle-btn.active {
    background-color: #BFE4EB;
    color: #19398B !important;
}

.three-modal__wrap {
    margin-left: -15px;
    margin-right: -15px;
    height: 450px;
}

.three-modal__help-text {
    margin-top: 10px;
    color: #949494;
    text-align: center;
}

.three-modal__help-text span {
    display: inline-block;
    border: 1px solid #b4b4b4;
    padding: 6px 20px;
}

.three-modal iframe {
    display: block;
}

.three-modal iframe:last-child {
    display: none;
}

.three-modal.active iframe:first-child {
    display: none;
}

.three-modal.active iframe:last-child {
    display: block;
}

.select-scroll .ps__rail-x {
    display: none !important;
}

.card-slider__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0 20px;
}

.card-slider__pagination span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c0c0c0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 !important;
    margin-right: 12px !important;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.card-slider__pagination span:last-child {
    margin-right: 0 !important;
}

.card-slider__pagination span.active {
    background-color: #19398B;
}

.compare-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

.compare-top__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.compare-top__item {
    font-size: 16px;
    line-height: 110%;
    padding: 13px 25px;
    color: #6D7686;
    border-radius: 40px;
    font-weight: 400;
    -webkit-transition: .2s;
    transition: .2s;
}

.compare-top__item span {
    -webkit-transition: color .2s;
    transition: color .2s;
    color: #D4D6DB;
}

.compare-top__item.active {
    background-color: #BFE4EB;
    color: #19398B;
}

.compare-top__item.active span {
    color: #19398B;
}

.compare-top__arrows {
    margin-left: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.compare {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
}

.compare__left {
    width: calc((100% + 30px) / 12 * 3 - 30px);
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.compare__right {
    width: calc((100% + 30px) / 12 * 9 - 30px);
}

.compare__prev,
.compare__next {
    width: 38px;
    height: 38px;
    border-radius: 4px;
    border: 1px solid #ECEEF0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 6px;
    -webkit-transition: .2s;
    transition: .2s;
}

.compare__prev:last-child,
.compare__next:last-child {
    margin-right: 0;
}

.compare__prev.swiper-button-disabled,
.compare__next.swiper-button-disabled {
    cursor: default;
    opacity: .5;
    background-color: transparent !important;
    border: 1px solid #ECEEF0 !important;
}

.compare__prev.swiper-button-disabled svg path,
.compare__next.swiper-button-disabled svg path {
    stroke: #6D7686 !important;
}

.compare__delete {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.compare__slide {
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.compare__slide:last-child .compare__list-item::before {
    display: none;
}

.compare__item {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0;
    padding: 0;
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.compare__item .product__price>b {
    font-size: 24px;
}

.compare__item .product__img {
    border: 1px solid #ECEEF0;
    border-radius: 4px;
}

.compare__item .product__content {
    padding-left: 0;
    padding-right: 0;
}

.compare__list-item {
    font-size: 17px;
    line-height: 24px;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 64px;
    position: relative;
}

.compare__list-item--empty {
    color: #D4D6DB;
}

.compare__list-item:nth-child(odd) {
    background-color: #FAFAFA;
}

.compare__labels .compare__list-item {
    padding-left: 25px;
}

.compare__labels .compare__list-item:nth-child(odd)::before {
    content: '';
    position: absolute;
    left: 100%;
    width: 100vw;
    height: 100%;
    background-color: #FAFAFA;
}

.compare__controls {
    margin-bottom: 30px;
}

.compare__show {
    font-size: 16px;
    line-height: 110%;
    font-weight: 400;
}

.compare__radio-list {
    margin-top: 17px;
}

.compare__radio {
    font-size: 16px;
    line-height: 110%;
    color: #6D7686;
    margin-bottom: 11px;
}

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

.compare__radio a {
    display: inline-block;
    position: relative;
    padding-left: 34px;
}

.compare__radio a::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E3E5E8;
    border-radius: 50%;
}

.compare__radio a::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #19398B;
    display: none;
}

.compare__radio a.active::before {
    border-width: 2px;
    border-color: #19398B;
}

.compare__radio a.active::after {
    display: block;
}

.compare__btn-wrap {
    margin-top: 40px;
}

.compare__btn {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #6D7686;
    font-weight: 400;
    border: 1px solid #D4D6DB;
    border-radius: 4px;
    padding: 13px 34px;
}

.card-specif {
    background-color: #fff;
    padding: 70px 0;
}

.card-specif__title {
    font-weight: 600;
    margin-bottom: 30px;
}

.card-specif__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.card-specif__left {
    width: 57%;
    padding-right: 40px;
}

.card-specif__right {
    width: 43%;
}

.card-specif__item {
    font-size: 17px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.card-specif__item--spec {
    position: relative;
    z-index: 2;
}

.card-specif__item:last-child {
    margin-bottom: 0;
}

.card-specif__item span,
.card-specif__item b {
    font-weight: 400;
}

.card-specif__item>span {
    color: #747474;
    width: 43%;
    position: relative;
    z-index: 1;
}

.card-specif__item>span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 100%;
    height: 1px;
    background: transparent linear-gradient(to right, #CCC 0px, #CCC 1px, transparent 1px, transparent 3px) repeat-x scroll 0% 0%/3px 1px;
    z-index: -1;
}

.card-specif__item>span>span {
    background-color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 8px;
}

.card-specif__item>span>span img {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.card-specif__item>b {
    padding-left: 8px;
    color: #000;
    width: 57%;
}

.card-specif__item>b>a {
    margin-left: 5px;
    font-weight: 600;
    color: #19398B;
    font-size: 14px;
    border-bottom: 1px dashed #19398b4d;
}

.card-specif__info-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 6px;
    position: relative;
}

.card-specif__info-block:hover .card-specif__info-block-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.card-specif__info-block-content {
    position: absolute;
    left: calc(100% + 15px);
    top: calc(50% - 31px);
    background-color: #19398B;
    padding: 10px 15px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 150%;
    width: 350px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: .2s;
    transition: .2s;
}

.card-specif__info-block-content::before {
    content: '';
    border-top: 10px solid transparent;
    border-right: 10px solid #19398B;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: calc(50% - 10px);
    right: calc(100% - 1px);
}

.card-specif__files-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding-left: 55px;
}

.card-specif__files-item:nth-child(1n + 6) {
    display: none;
}

.card-specif__files-item>img {
    position: absolute;
    left: 0;
    top: 10px;
}

.card-specif__files-item>span {
    display: block;
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 15px 0;
}

.card-specif .card-bottom__more {
    margin-top: 25px;
}

.card-specif__files.active .card-specif__files-item:nth-child(1n + 6) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card-info-modal {
    width: 100%;
    max-width: 660px;
    padding: 45px 25px 30px;
}

.card-info-modal__title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.card-info-modal__img {
    margin-top: 15px;
}

.card-info-modal__img img {
    margin: 0 auto;
}

.card-modal-credit {
    width: 100%;
    max-width: 520px;
    padding-top: 50px;
    padding-bottom: 60px;
}

.card-modal-credit__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.card-modal-credit__img {
    width: 162px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
}

.card-modal-credit__img img {
    width: 100%;
    max-width: 130px;
    margin: 0 auto;
}

.card-modal-credit__title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 20px;
}

.card-modal-credit__header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-modal-credit__price {
    color: #19398B;
    font-size: 24px;
    font-weight: 600;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 125px;
}

.card-modal-credit__count {
    margin-left: 10px;
}

.card-modal-credit__content {
    margin-top: 20px;
    padding: 20px 30px 0;
    border-top: 1px solid #D5D5D5;
}

.card-modal-credit__radio {
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    margin-bottom: 8px;
    margin-left: 28px;
}

.card-modal-credit__radio:last-child {
    margin-bottom: 0;
}

.card-modal-credit__radio input {
    display: none;
}

.card-modal-credit__radio input:checked+.card-modal-credit__radio-row::before {
    border-color: #19398B;
}

.card-modal-credit__radio input:checked+.card-modal-credit__radio-row::after {
    background-color: #19398B;
    opacity: 1;
    visibility: visible;
}

.card-modal-credit__radio::before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    display: block;
    width: 100%;
    height: auto;
    border-bottom: 1px dashed #000;
}

.card-modal-credit__radio-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.card-modal-credit__radio-row span {
    white-space: nowrap;
    font-size: 14px;
    background-color: #fff;
    padding: 5px;
    font-weight: 400;
    line-height: 16px;
}

.card-modal-credit__radio-row span:first-child {
    padding-left: 0;
}

.card-modal-credit__radio-row span:last-child {
    padding-right: 0;
}

.card-modal-credit__radio-row::before {
    content: '';
    position: absolute;
    right: calc(100% + 10px);
    top: 3px;
    width: 18px;
    height: 18px;
    border: 2px solid #DFDFDF;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .1s;
    transition: .1s;
}

.card-modal-credit__radio-row::after {
    content: '';
    position: absolute;
    right: calc(100% + 16px);
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #DFDFDF;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .1s;
    transition: .1s;
}

.card-modal-credit__sub {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 14px;
    font-weight: 600;
}

.card-modal-credit__sub:first-child {
    margin-top: 0;
}

.card-modal-credit__sub:last-child {
    margin-bottom: 0;
}

.card-modal-credit__form {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: -20px;
}

.card-modal-credit__col {
    width: 50%;
    margin-bottom: 20px;
}

.card-modal-credit__input input {
    font-size: 13px;
    line-height: 34px;
    padding: 0 15px;
    display: block;
    width: 100%;
    border: 1px solid #D5D5D5;
}

.card-modal-credit__input input::-webkit-input-placeholder {
    font-weight: 300;
    -webkit-transition: .1s;
    transition: .1s;
}

.card-modal-credit__input input::-moz-placeholder {
    font-weight: 300;
    -moz-transition: .1s;
    transition: .1s;
}

.card-modal-credit__input input:-ms-input-placeholder {
    font-weight: 300;
    -ms-transition: .1s;
    transition: .1s;
}

.card-modal-credit__input input::-ms-input-placeholder {
    font-weight: 300;
    -ms-transition: .1s;
    transition: .1s;
}

.card-modal-credit__input input::placeholder {
    font-weight: 300;
    -webkit-transition: .1s;
    transition: .1s;
}

.card-modal-credit__input input:focus::-webkit-input-placeholder {
    opacity: 1;
    visibility: hidden;
}

.card-modal-credit__input input:focus::-moz-placeholder {
    opacity: 1;
    visibility: hidden;
}

.card-modal-credit__input input:focus:-ms-input-placeholder {
    opacity: 1;
    visibility: hidden;
}

.card-modal-credit__input input:focus::-ms-input-placeholder {
    opacity: 1;
    visibility: hidden;
}

.card-modal-credit__input input:focus::placeholder {
    opacity: 1;
    visibility: hidden;
}

.card-modal-credit__btn {
    margin-top: 20px;
}

.card-modal-credit__btn .btn {
    font-size: 16px;
    font-weight: 400;
    padding-left: 40px;
    padding-right: 40px;
    min-width: 0;
}

.card-modal-credit__agree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
}

.card-modal-credit__agree label {
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.card-modal-credit__agree label input {
    display: none;
}

.card-modal-credit__agree label input:checked+span::before {
    background-color: #19398B;
}

.card-modal-credit__agree label input:checked+span::after {
    opacity: 1;
    visibility: visible;
}

.card-modal-credit__agree label span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    color: #999;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.card-modal-credit__agree label span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #DFDFDF;
    border-radius: 50%;
    -webkit-transition: .1s;
    transition: .1s;
}

.card-modal-credit__agree label span::after {
    content: '';
    position: absolute;
    top: 9px;
    left: 10px;
    display: block;
    opacity: 0;
    visibility: hidden;
    width: 9px;
    height: 5px;
    border-left: 2px solid #FAFAFA;
    border-bottom: 2px solid #FAFAFA;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: .1s;
    transition: .1s;
}

.card-modal-credit__agree label span a {
    color: #1C409C;
}

.main-count {
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 120px;
    height: 30px;
}

.main-count__input {
    border: 0;
    background: none;
    width: calc(100% - 56px);
    text-align: center;
    font-size: 14px;
    padding: 0 5px;
    font-weight: 400;
}

.main-count__btn {
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.main-count__btn::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: 1px;
    border-width: 5px 5px 0 5px;
    border-color: #D5D5D5 transparent transparent transparent;
}

.main-count__plus::before {
    border-width: 0px 5px 5px 5px;
    border-color: transparent transparent #D5D5D5 transparent;
}

.card-modal-base {
    width: 100%;
    max-width: 820px;
    padding: 50px 50px 46px;
    padding-right: 38px;
}

.card-modal-base__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card-modal-base__left {
    width: calc(100% - 124px);
    max-width: 550px;
    padding-right: 30px;
}

.card-modal-base__title {
    margin-bottom: 10px;
    font-weight: 400;
}

.card-modal-base__right {
    width: 124px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.card-modal-base__desc {
    margin-top: 10px;
    font-weight: 300;
    font-size: 20px;
    line-height: 110%;
    color: #000;
    max-width: 460px;
}

.card-modal-base__desc b {
    font-weight: 500;
}

.card-modal-base__price {
    margin-top: 18px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #19398B;
}

.modals {
    display: none;
}

.overlay {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
    z-index: 99999;
}
.fancybox-container{
    font-family: inherit;
}

.overlay.open {
    opacity: 1;
    pointer-events: inherit;
}

.overlay .modals {
    display: block;
    background: white;
    padding: 40px 80px;
    /* box-shadow: 0px 1px 10px rgba(255, 255, 255, 0.35); */
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
    max-width: 100%;
    position: relative;
    width: 100%;
    max-width: 878px;
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
}

.overlay .modals.open {
    opacity: 1;
    pointer-events: inherit;
}

.overlay .modals.open .content {
    transform: translate(0, 0px);
    opacity: 1;
}

.overlay .modals .content {
    transform: translate(0, -10px);
    opacity: 0;
    transition: 0.35s ease-in-out;
}

.overlay .modals .reviews__info {
    margin-top: 0;
}

.overlay .modals .reviews__info .reviews__desc {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    /* or 160% */
    color: #19398B;
}

.overlay .modals .reviews__info .read_link {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    /* or 160% */
    text-decoration-line: underline;
    color: #19398B;
    margin-top: 25px;
    display: flex;
}

.overlay .modals .content .reviews__author {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #19398B;
    text-align: left;
    margin-bottom: 25px;
}

.overlay .modals .content .reviews__rating-list {
    margin-left: 0;
    margin-bottom: 25px;
}

.overlay .modals .title {
    margin-top: 0;
}

.modals .close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    padding: 0;
    outline: none;
    background: none;
    width: 25px;
    height: 25px;
    min-width: auto;
    right: 8px;
    top: 7px;
    opacity: .5;
}

.modals .close-modal:after {
    content: '';
    height: 100%;
    width: 2px;
    background: grey;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
    transition: .5s;
}

.modals .close-modal:before {
    content: '';
    height: 100%;
    width: 2px;
    background: grey;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: .5s;
}

.modals .close-modal:hover:before,
.modals .close-modal:hover:after {
    opacity: .5;
}

.modals .close-modal:hover {
    background: transparent;
}

.b24-window-panel-pos-center {
    height: fit-content !important;
    margin: auto 0 !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

.b24-window-panel>div>.b24-window-scrollable {
    height: fit-content;
    margin: auto;
    position: relative !important;
}

.b24-window-close {
    top: 6px !important;
    right: 6px !important;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .catalog-wrap__content {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: calc(100% - 318px);
    }
}

@media screen and (-ms-high-contrast: active) and (max-width: 1023px),
(-ms-high-contrast: none) and (max-width: 1023px) {
    .catalog-wrap__content {
        width: 100%;
    }
}

@media (max-width: 1271px) {
    .header-bottom__col {
        margin-left: 50px;
    }

    .header-bottom__nav {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .header-bottom__nav>ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header-bottom__nav>ul>li {
        margin-right: 0;
    }

    .main-banner__wrap {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .catalog-filter__notification {
        left: auto;
        right: 310px;
    }
}

@media (min-width: 1200px) {
    .card-slider__pagination {
        display: none;
    }
}

@media (max-width: 1199px) {
    .header-bottom__nav>ul>li {
        font-size: 14px;
    }

    .header-top__tel {
        display: none;
    }

    .header-top__city {
        display: block;
    }

    .header-top__city>span {
        display: block;
        margin-bottom: 2px;
    }

    .header-top__city>a {
        padding-left: 0;
    }

    .main-banner__title {
        font-size: 40px;
    }

    .product-additional__row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .product-additional__col {
        width: 33.3333333%;
    }

    .products-section__col {
        width: 33.3333333%;
    }

    .home-about__info {
        padding-left: 60px;
    }



    .recommend {
        max-width: calc(100% - 318px);
    }

    .recommend__col {
        width: 50%;
    }

    .card-info {
        padding-left: 30px;
    }

    .card__row {
        display: block;
    }

    .card__left,
    .card__right {
        width: 100%;
    }

    .card-info {
        padding: 0;
    }

    .card-thumbs {
        display: none;
    }

    .card__wrap {
        display: block;
        padding: 0;
        border: 1px solid #ECEEF0;
        margin: 0 -10px 0 -10px;
    }

    .card-advantages {
        margin-top: 15px;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 22px;
    }

    .card-advantages__item {
        margin-right: 60px;
        margin-bottom: 0;
    }

    .card-advantages__item:last-child {
        margin-right: 0;
    }

    .card-controls {
        position: static;
        margin: 21px 11px 0 11px;
    }

    .card__right {
        margin-top: 24px;
    }


    .card__gallery {
        margin-top: 15px;
    }

    .card-info {
        border-left: 0;
    }

    .search-result__wrap .recommend__col {
        width: 33.333333%;
    }

    .card__gallery {
        max-width: 100%;
    }


}

@media (min-width: 1024px) {
    .btn-small {
        -webkit-transition: background-color .2s;
        transition: background-color .2s;
    }

    .btn-small:hover {
        background-color: #345fcc;
    }

    .header-bottom__item:hover svg path {
        stroke: #BA4265;
    }

    .header-bottom__item.active:hover svg path {
        stroke: #19398B;
    }

    .btn {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .btn:hover {
        background-color: #345fcc;
    }

    .btn-white:hover {
        background-color: #19398B;
        color: #fff;
    }

    .btn-border:hover {
        background-color: #19398B;
        border-color: #19398B;
        color: #fff;
    }

    .btn-border-grey:hover {
        background-color: transparent;
        border-color: #19398B;
        color: #19398B;
    }

    .btn-border-grey:hover svg path {
        fill: #19398B;
    }

    .btn-red:hover {
        background-color: #e24170;
    }

    .product-categories__sub {
        -webkit-transition: color .2s;
        transition: color .2s;
    }

    .product-categories__item:hover .product-categories__sub {
        color: #BA4265;
    }

    .product-additional__sub {
        -webkit-transition: color .2s;
        transition: color .2s;
    }

    .product-additional__item {
        -webkit-transition: -webkit-box-shadow .2s;
        transition: -webkit-box-shadow .2s;
        transition: box-shadow .2s;
        transition: box-shadow .2s, -webkit-box-shadow .2s;
    }

    .product-additional__item:hover {
        -webkit-box-shadow: 0px 24px 84px rgba(25, 57, 139, 0.15);
        box-shadow: 0px 24px 84px rgba(25, 57, 139, 0.15);
    }

    .product-additional__item:hover .product-additional__sub {
        color: #19398B;
    }

    .products-section__tabs-item:hover {
        color: #19398B;
    }

    .product {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .product:hover {
        -webkit-box-shadow: 0px 0px 20px rgba(25, 57, 139, 0.1);
        box-shadow: 0px 0px 20px rgba(25, 57, 139, 0.1);
    }

    .product__name a {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .product__name a:hover {
        color: #1C409C;
    }

    .home-about__link a {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .home-about__link a:hover {
        color: #1C409C;
    }

    .home-about__video::before {
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
    }

    .home-about__video:hover::before {
        opacity: .7;
    }

    .home-banner__call a {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .home-banner__call a:hover {
        color: #1C409C;
    }


    .header-top__nav>ul>li {
        position: relative;
    }

    .header-top__nav>ul>li>ul {
        position: absolute;
        left: -26px;
        top: calc(100% + 24px);
        margin: 0;
        padding: 26px;
        -webkit-box-shadow: 0 20px 30px rgba(25, 57, 139, 0.1);
        box-shadow: 0 20px 30px rgba(25, 57, 139, 0.1);
        border: 1px solid rgba(25, 57, 139, 0.1);
        background-color: #fff;
        width: 310px;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .header-top__nav>ul>li>ul::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 100%;
        width: 100%;
        height: 25px;
        background: none;
    }

    .header-top__nav>ul>li>ul li {
        font-size: 16px;
        line-height: 22px;
    }

    .header-top__nav>ul>li>ul li a {
        font-weight: 400;
        color: #32373E;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .header-top__nav>ul>li>ul li a:hover {
        color: #19398B;
    }

    .header-top__nav>ul>li>ul li ul {
        margin-top: 0;
        display: none;
    }

    .header-top__nav>ul>li>ul li ul li:first-child {
        padding-top: 10px;
    }

    .header-top__nav>ul>li>ul li.active>a {
        color: #19398B;
    }

    .header-top__nav>ul>li:hover>a {
        color: #234AAD;
    }

    .header-top__nav>ul>li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .header-bottom__drop-block {
        position: absolute;
        left: 0;
        top: calc(100% - 3px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-color: #19398B;
        width: 100%;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .2s;
        transition: .2s;
    }
    li:nth-child(3) .header-bottom__drop-block{
        width:fit-content;
        left: auto;
    }
    li:nth-child(3) .header-bottom__drop-block .header-bottom__drop-col{
        width:100%;
    }
    .header-bottom__drop-block ul {
        padding: 0;
        margin: 0 0 35px;
    }

    .header-bottom__drop-block ul:last-child {
        margin-bottom: 0;
    }

    .header-bottom__drop-block ul li {
        font-size: 15px;
        padding-left: 0;
    }

    .header-bottom__drop-block ul li::before {
        display: none;
    }

    .header-bottom__drop-block ul li a {
        font-weight: 400;
        color: #fff;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .header-bottom__drop-block ul li a:hover {
        opacity: .6;
    }

    .header-bottom__drop-col {
        width: 33.333333%;
        padding: 50px 35px 75px;
    }

    .header-bottom__drop-sub {
        margin-bottom: 16px;
        color: #A2C4E4;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.3;
    }

    .header-bottom__catalog-dropdown::before {
        content: '';
        position: absolute;
        left: calc(50% - 5px);
        top: calc(100% - 8px);
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #19398B;
        -webkit-transition: .2s;
        transition: .2s;
        opacity: 0;
        visibility: hidden;
    }

    .header-bottom__nav>ul>li>a {
        -webkit-transition: color .2s;
        transition: color .2s;
    }

    .header-bottom__nav>ul>li:hover>a {
        color: #234AAD;
    }

    .header-bottom__nav>ul>li:hover>a::before {
        opacity: 1;
        visibility: visible;
    }

    .header-bottom__nav>ul>li:hover .header-bottom__drop-block {
        opacity: 1;
        visibility: visible;
    }

    .header__mob {
        display: none;
    }

    .header-top__city>a {
        -webkit-transition: color .2s;
        transition: color .2s;
    }

    .header-top__city>a:hover {
        color: #1C409C;
    }

    .mob-element {
        display: none;
    }

    .product__icon:hover svg path {
        fill: #BA4265;
    }

    .product__icon:hover svg line {
        stroke: #BA4265;
    }

    .products-section .product .product__controls,
    .products-section .product .product__select,
    .products-section .product .product__specifications {
        display: none;
    }

    .search-modal__btn svg path,
    .search-modal__close svg path {
        -webkit-transition: stroke .2s;
        transition: stroke .2s;
    }

    .search-modal__btn:hover svg path,
    .search-modal__close:hover svg path {
        stroke: #BA4265;
    }

    .catalog-tags__item:hover {
        color: #19398B;
    }

    .catalog-tags__item:hover i span {
        opacity: 1;
        background-color: #19398B;
    }

    .catalog-tags {
        padding-right: 200px;
    }

    .catalog-tags__dropdown {
        position: absolute;
        right: 0;
        top: 0;
    }

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

    .product.product--single .product__s-wrap .product__content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product.product--single .product__s-wrap .product__content .product__name {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .product.product--single .product__s-wrap .product__content .product__specifications {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .product.product--single .product__specifications {
        margin-top: 18px;
    }

    .product.product--single .product__specifications-item {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 10px;
        align-items: center;
    }

    .product.product--single .product__specifications-item span {
        width: 65%;
    }

    .product.product--single .product__specifications-item:last-child {
        margin-bottom: 0;
    }


    .product.product--single .product__price {
        margin-top: 38px;
    }


    .product.product--single .product__controls {
        margin-top: 20px;
    }

    .product.product--single .product__icon-wrap {
        margin-left: 22px;
    }

    .product.product--single .product__btn a {
        font-size: 14px;
        padding: 12px 24px;
    }

    .catalog-top__mob {
        display: none;
    }

    .product__mob {
        display: none;
    }

    .catalog-filter__sub:hover {
        background-color: #F3F4F6;
        color: #19398B;
    }



    .catalog-filter__delete-icon {
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
    }

    .catalog-filter__delete>span {
        -webkit-transition: color .2s;
        transition: color .2s;
    }

    .catalog-filter__delete:hover>span {
        color: #32373E;
    }

    .catalog-filter__delete:hover .catalog-filter__delete-icon {
        opacity: 1;
    }

    .catalog-filter__delete-all:hover>span {
        text-decoration: underline;
    }

    .catalog-filter__header {
        display: none;
    }

    .catalog-filter__show {
        display: none;
    }




    .catalog-info__more:hover span {
        text-decoration: underline;
    }

    .catalog-list__img,
    .catalog-list__sub {
        -webkit-transition: .5s;
        transition: .5s;
    }

    .catalog-list__item:hover .catalog-list__img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .catalog-list__item:hover .catalog-list__sub {
        color: #BA4265;
    }

    .catalog-list-n__item .catalog-list__sub {
        -webkit-transition: color .2s;
        transition: color .2s;
    }

    .catalog-list-n__item:hover .catalog-list__sub {
        color: #BA4265;
    }

    .popular-categories__item:hover .popular-categories__sub {
        color: #BA4265;
    }

    .popular-categories__prev:hover,
    .popular-categories__next:hover {
        background-color: #BA4265;
    }

    .main-sort__item:hover {
        color: #32373E;
    }

    .search-result__select {
        display: none;
    }

    .header-login__agree a:hover {
        text-decoration: underline;
    }

    .header-login__again a:hover {
        text-decoration: underline;
    }

    .card-info__link {
        -webkit-transition: border-color .2s;
        transition: border-color .2s;
    }

    .card-info__link:hover {
        border-color: transparent;
    }

    .card-colors__item:hover {
        border-color: #19398B;
    }

    .card-thumbs__item:hover img {
        opacity: 1;
    }

    .card-controls__btn:first-child:hover svg path {
        stroke: #BA4265;
    }

    .card-controls__btn:last-child:hover svg path {
        fill: #BA4265;
    }

    .card-controls__btn:hover span {
        color: #19398B;
    }

    .card-bottom__more {
        -webkit-transition: border-color .2s;
        transition: border-color .2s;
    }

    .card-bottom__more:hover {
        border-color: transparent;
    }

    .card-bottom__block {
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
    }

    .card-bottom__block:hover {
        opacity: .7;
    }

    .card-modal__close {
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
    }

    .card-modal__close svg path {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .card-modal__close:hover {
        opacity: 1;
    }

    .card-modal__close:hover svg path {
        fill: #BA4265 !important;
    }

    .three-modal__toggle-btn:hover {
        color: #19398B;
    }

    .catalog-filter__notification:hover b {
        text-decoration: underline;
    }

    .city-modal__item {
        -webkit-transition: color .2s;
        transition: color .2s;
    }

    .city-modal__item::before {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .city-modal__item:hover {
        color: #19398B;
    }

    .city-modal__item:hover::before {
        border-color: #19398B;
    }

    .reviews__product a:hover {
        text-decoration: none;
    }

    .reviews__prev,
    .reviews__next {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .reviews__prev:hover,
    .reviews__next:hover {
        background-color: #BA4265;
    }

    .product-categories__item:hover .product-categories__img img {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    .product-categories__img {
        overflow: hidden;
        border-radius: 10px;
    }

    .product-categories__img img {
        -webkit-transition: -webkit-transform 1.5s;
        transition: -webkit-transform 1.5s;
        transition: transform 1.5s;
        transition: transform 1.5s, -webkit-transform 1.5s;
    }

    .catalog-list-n__img-wrap {
        border-radius: 5px;
        overflow: hidden;
    }

    .catalog-list-n__img-wrap .catalog-list-n__img {
        -webkit-transition: -webkit-transform 1.5s;
        transition: -webkit-transform 1.5s;
        transition: transform 1.5s;
        transition: transform 1.5s, -webkit-transform 1.5s;
    }

    .catalog-list-n__item:hover .catalog-list-n__img-wrap .catalog-list-n__img {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    .popular-categories__img {
        border-radius: 50%;
        overflow: hidden;
    }

    .popular-categories__img img {
        -webkit-transition: -webkit-transform 1.5s;
        transition: -webkit-transform 1.5s;
        transition: transform 1.5s;
        transition: transform 1.5s, -webkit-transform 1.5s;
    }

    .popular-categories__item:hover .popular-categories__img img {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    .product__btn a {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .product__btn a:hover {
        color: #fff;
        background-color: #19398B;
        border-color: #19398B;
    }

    .compare-top__item:hover {
        color: #19398B;
    }

    .compare-top__item:hover span {
        color: #19398B;
    }

    .compare__prev,
    .compare__next {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .compare__prev svg path,
    .compare__next svg path {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .compare__prev:hover,
    .compare__next:hover {
        background-color: #19398B;
        border-color: #19398B;
    }

    .compare__prev:hover svg path,
    .compare__next:hover svg path {
        stroke: #fff;
    }

    .compare__delete {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .compare__delete svg path {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .compare__delete:hover {
        background-color: #19398B;
    }

    .compare__delete:hover svg path {
        fill: #fff;
    }

    .product__reviews a {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .product__reviews a:hover {
        color: #BA4265;
        border-color: #BA4265;
    }

    .compare__btn {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .compare__btn:hover {
        color: #19398B;
        border-color: #19398B;
    }

    .card-specif__item>b>a {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .card-specif__item>b>a:hover {
        opacity: .7;
    }

    .card-specif__info-block>img {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .card-specif__info-block:hover img {
        -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 231, 255, 0.8)) !important;
        opacity: 0.94;
    }

    .card-specif__files-item {
        -webkit-transition: color .2s;
        transition: color .2s;
    }

    .card-specif__files-item:hover {
        color: #19398B;
    }

    .card-modal-credit__title a:hover {
        text-decoration: underline;
    }

    .main-count__btn::before {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .main-count__btn:hover::before {
        border-color: #19398B transparent transparent transparent;
    }

    .main-count__plus:hover::before {
        border-color: transparent transparent #19398B transparent;
    }

    .card-modal-credit__agree label span a:hover {
        text-decoration: underline;
    }
}

@media (max-width: 1023px) {
    body.menu-open {
        overflow: hidden;
        height: auto;
    }

    .header-top__btn {
        display: none;
    }

    .header-top .header-top__city,
    .header-top .header-top__nav {
        display: none;
    }

    .header-top {
        padding: 17px 0 13px;
        height: 54px;
        position: relative;
        z-index: 2;
    }

    .header-top__logo {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .header.menu-open .header__controls-item {
        opacity: 0;
        visibility: hidden;
    }

    .header-bottom {
        position: absolute;
        left: 0;
        top: 54px;
        width: 100%;
        height: calc(100vh - 54px);
        background-color: #fff;
        padding-bottom: 100px;
        overflow-y: auto;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0s .4s, visibility 0s .4s, -webkit-transform .4s;
        transition: opacity 0s .4s, visibility 0s .4s, -webkit-transform .4s;
        transition: transform .4s, opacity 0s .4s, visibility 0s .4s;
        transition: transform .4s, opacity 0s .4s, visibility 0s .4s, -webkit-transform .4s;
    }

    .header-bottom.active {
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .header-bottom.dropdown-open {
        overflow: hidden;
    }

    .header-bottom__col {
        display: none;
    }

    .header-bottom__nav>ul {
        display: block;
    }

    .header-bottom__nav>ul>li {
        font-size: 18px;
        border-bottom: 1px solid #D4D6DB;
    }

    .header-bottom__nav>ul>li:last-child {
        border-color: transparent;
    }

    .header-bottom__nav>ul>li>a {
        padding: 9px 0;
        padding-right: 30px;
        display: block;
        width: 100%;
    }

    .header-bottom__nav>ul>li>a::after {
        display: none;
    }

    .header-bottom__nav>ul>li>a.header-bottom__catalog-dropdown::before {
        content: '';
        position: absolute;
        top: calc(50% - 7px);
        right: -2px;
        width: 14px;
        height: 14px;
        background: url(../img/dropdown-arrow-menu.svg) center center no-repeat;
        background-size: contain;
    }

    .header-bottom__nav>ul>li.active>a {
        color: #19398B;
    }

    .header-bottom__nav>ul>li .header-bottom__drop-block {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        background-color: #fff;
        padding-bottom: 88px;
        z-index: 1;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }

    .header-bottom__nav>ul>li .header-bottom__drop-block.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .header-bottom__drop-sub {
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        color: #19398B;
        background-color: #F3F4F6;
        padding: 9px 15px;
        margin-bottom: 20px;
    }

    .header-bottom__drop-col {
        margin-bottom: 30px;
    }

    .header-bottom__drop-col:last-child {
        margin-bottom: 0;
    }

    .header-bottom__drop-col>ul {
        margin: 0 0 30px;
        padding: 0 15px;
    }

    .header-bottom__drop-col>ul:last-child {
        margin-bottom: 0;
    }

    .header-bottom__drop-col>ul>li {
        padding: 0;
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .header-bottom__drop-col>ul>li:last-child {
        margin-bottom: 0;
    }

    .header-bottom__drop-col>ul>li::before {
        display: none;
    }

    .header-bottom__drop-col>ul>li>a {
        font-weight: 400;
        color: #32373E;
    }

    .header-bottom__nav {
        position: static;
    }

    .header-top__nav {
        margin-top: 36px;
    }

    .header-top__nav>ul {
        display: block;
    }

    .header-top__nav>ul>li {
        margin-right: 0;
        font-size: 18px;
        border-bottom: 1px solid #D4D6DB;
    }

    .header-top__nav>ul>li:last-child {
        border-color: transparent;
    }

    .header-top__nav>ul>li>a {
        padding: 9px 0;
        padding-right: 30px;
        line-height: 32px;
        display: block;
        width: 100%;
        color: #32373E;
        -webkit-transition: color .2s;
        transition: color .2s;
    }

    .header-top__nav>ul>li.dropdown>a {
        padding-right: 30px;
        display: block;
    }

    .header-top__nav>ul>li.dropdown>a::before {
        display: none;
    }

    .header-top__nav>ul>li.dropdown>a::after {
        content: '';
        position: absolute;
        top: calc(50% - 7px);
        right: 0;
        width: 14px;
        height: 14px;
        background: url(../img/dropdown-arrow-menu.svg) center center no-repeat;
        background-size: contain;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }

    .header-top__nav>ul>li.dropdown>a.active {
        color: #19398B;
    }

    .header-top__nav>ul>li.dropdown>a.active::after {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .header-top__nav>ul>li.active>a {
        color: #19398B;
    }

    .header-top__nav>ul>li ul {
        margin: 0;
        padding: 0;
    }

    .header-top__nav>ul>li ul li {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .header-top__nav>ul>li ul li:last-child {
        margin-bottom: 0;
    }

    .header-top__nav>ul>li ul li a {
        font-weight: 400;
        color: #32373E;
        -webkit-transition: color .2s;
        transition: color .2s;
    }

    .header-top__nav>ul>li>ul {
        padding-bottom: 20px;
        display: none;
    }

    .header-top__nav>ul>li>ul>li>ul {
        display: none;
    }

    .header-top__nav>ul>li>ul>li>ul>li:first-child {
        padding-top: 15px;
    }

    .dropdown-lvl-2.active>a {
        color: #19398B;
    }

    .main-banner__title {
        font-size: 36px;
    }

    /* .main-banner__btn {
    margin-top: 20px;
  } */
    .main-banner__pagination {
        display: none;
    }

    .main-banner__bg {
        display: none;
    }

    .main-banner__small {
        display: block;
        height: 100%;
    }

    .main-banner__small img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .main-banner__bgc {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    .main-banner__bgc img {
        height: auto;
        width: auto;
    }

    h1,
    .title {
        font-size: 32px;
    }

    h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }



    .col {
        padding-left: 5px;
        padding-right: 5px;
    }

    .product-categories__sub {
        margin-top: 20px;
        font-size: 24px;
    }

    .advantages {
        padding: 42px 0 50px;
    }

    .advantages__row {
        margin-top: 28px;
    }

    .advantages__col {
        width: 33.333333%;
    }

    .advantages__sub {
        margin-top: 15px;
    }

    .product-additional {
        display: none;
    }

    .product-categories {
        padding-bottom: 50px;
    }

    /* .banner {
    background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), color-stop(50%, #FAFAFA), color-stop(50%, #BFE4EB), to(#BFE4EB));
    background: linear-gradient(180deg, #FAFAFA 0%, #FAFAFA 50%, #BFE4EB 50%, #BFE4EB 100%);
  } */
    .banner__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding: 50px 0;
        min-height: 740px;
    }

    .banner__left {
        min-height: 0;
        display: block;
        width: 100%;
        height: 100vw;
        min-height: 480px;
        max-height: 550px;
        z-index: 1;
        padding: 50px 15px;
    }

    .banner__img {
        max-width: unset;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0px;
        transform: translateY(-50%);
        max-width: 95%;
    }

    .banner__img img {
        max-width: 100%;
    }

    .banner__right {
        width: 100%;
        height: 90vw;
        max-height: 400px;
        padding: 0;
        background: none;
        display: block;
        position: relative;
        border-radius: 0px;
        left: unset;
        top: unset;
        transform: unset;
        margin-top: 0;
        overflow: unset;
        background-color: #BFE4EB;
    }

    .banner__right_wrapper {
        display: flex;
        flex-direction: column;
        padding: 50px 17px 45px 17px;
        justify-content: flex-end;
        height: 100%;
    }

    .banner__sub {
        font-size: 24px;
        line-height: 26px;
    }

    .banner__title {
        font-size: 62px;
        line-height: 68px;
    }

    .banner__desc {
        margin-top: 10px;
    }

    .banner__left-bottom {
        margin-top: 26px;
    }

    .banner__price>b {
        font-size: 42px;
        line-height: 46px;
    }

    .banner__price-old {
        margin-top: 6px;
        line-height: 35px;
        height: 35px;
    }

    .banner__advantages {
        margin-top: 20px;
    }

    .products-section__tabs {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .products-section__tabs-item {
        margin-right: 20px;
        width: 33.3333333%;
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .home-about {
        padding: 50px 0;
    }

    .home-about__wrap {
        display: block;
    }

    .home-about__info {
        padding-left: 0;
    }

    .home-about__desc {
        max-width: 100%;
    }

    .home-about__desc p,
    .home-about__desc li {
        font-size: 18px;
    }

    .home-about__link {
        margin-top: 10px;
    }

    .home-about__video {
        margin-top: 20px;
        width: 100%;
    }

    .home-about__title {
        margin-bottom: 10px;
    }

    .products-section {
        padding: 50px 0;
    }

    .home-banner {
        padding: 50px 15px;
    }

    .home-banner::before {
        width: 1000px;
    }

    .home-banner__call {
        margin-top: 30px;
    }

    .home-banner__desc {
        font-size: 18px;
    }

    .products-section__col {
        width: 50%;
    }

    .products-section .product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 15px;
    }

    .products-section .product .product__content {
        width: 100%;
    }

    .products-section .product .product__tags {
        position: static;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .products-section .product .product__tags .product__tag-item {
        margin-right: 6px;
        margin-bottom: 6px;
    }

    .products-section .product .product__img {
        width: 160px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: auto;
        padding-bottom: 0;
        margin-bottom: 16px;
    }

    .products-section .product .product__img img {
        border-radius: 4px;
        position: static;
    }

    .products-section .product .product__content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0;
    }

    .product__desc {
        font-size: 15px;
        line-height: 24px;
    }

    .product__name {
        margin-top: 0;
        font-size: 18px;
        line-height: 24px;
    }

    .product-tag {
        height: 22px;
    }

    .product__tag-item .price-label {
        width: 34px;
        height: 19px;
        font-size: 9px;
        font-weight: 400;
        padding-left: 6px;
    }



    .post-title {
        margin-top: 20px;
    }

    .post {
        padding-bottom: 80px;
    }

    .catalog-desc {
        display: none;
    }

    .catalog-tags__item {
        font-size: 14px;
        line-height: 15px;
        padding: 9px 15px;
    }

    .catalog-top {
        margin-top: 15px;
        display: block;
    }

    .catalog-filter {
        margin: 0;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 98;
        background-color: #fff;
        padding: 0 15px 75px;
        overflow-y: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s;
    }

    .catalog-filter.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

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

    .catalog-filter__bottom {
        margin-top: 0;
        margin-bottom: 30px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

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

    .catalog-filter__list {
        max-height: 35vh;
    }

    .catalog-wrap {
        margin-top: 30px;
        display: block;
    }

    .catalog-top__sort {
        display: none;
    }

    .catalog-top__btn {
        margin: 0 0 24px;
    }

    .catalog-top__btn .btn {
        display: block;
        width: 100%;
    }

    .product.product--single .product__content {
        padding-bottom: 0;
    }

    .product.product--single .product__content .product__specifications,
    .product.product--single .product__content .product__controls {
        display: none;
    }

    .product__mob {
        margin-top: 17px;
    }

    .recommend {
        margin-top: 60px;
    }

    .recommend__title {
        margin-bottom: 20px;
    }

    .catalog-info {
        margin-top: 50px;
    }

    .catalog-info__more {
        margin-top: 20px;
    }

    .catalog-info__more span {
        font-size: 16px;
    }

    .catalog-list__col {
        width: 33.333333%;
    }

    .catalog-list__sub {
        font-size: 20px;
        line-height: normal;
        margin-top: 16px;
    }

    .catalog-list {
        margin-top: 30px;
    }

    .catalog-list-n {
        margin-top: 40px;
    }

    .catalog-list-n__row {
        margin-bottom: -30px;
    }

    .catalog-list-n__col {
        width: 33.3333333%;
        margin-bottom: 30px;
    }

    .not-found__img>img {
        display: none;
    }

    .not-found__img {
        top: 0;
        right: auto;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .not-found__error {
        position: static;
        font-size: 390px;
    }

    .not-found__row {
        padding: 60px 0;
        height: auto;
    }

    .page-info__title {
        font-size: 40px;
    }

    .not-found__search {
        margin-top: 40px;
    }

    .watched-products {
        margin-top: 80px;
    }

    .empty {
        padding: 60px 0 30px;
    }

    .search-result__top {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .search-result__sort {
        display: none;
    }

    .search-result__form {
        margin-right: 0;
        width: calc(50% - 15px);
    }

    .card .price-label {
        width: 36px;
        height: 22px;
        font-size: 10px;
        font-weight: 500;
        padding-left: 6px;
    }

    .card-controls__btn>span {
        display: none;
    }



    .card-adv__col {
        width: 50%;
    }

    .card-adv__desc {
        margin-top: 20px;
    }

    .card-adv {
        padding: 60px 0;
    }

    .section-bottom {
        margin-bottom: -80px;
    }

    .card-bottom__row {
        display: block;
    }

    .card-bottom__block {
        width: 100%;
        margin-bottom: 15px;
    }

    .card-bottom__block:last-child {
        margin-bottom: 0;
    }

    .card-bottom__info {
        display: block;
    }

    .card-bottom__col {
        width: 100%;
        margin-bottom: 30px;
    }

    .card-bottom__col:last-child {
        margin-bottom: 0;
    }

    .card-bottom,
    .card-specif {
        padding: 60px 0;
    }

    .card-bottom__more {
        margin-top: 20px;
    }

    .catalog-filter__notification {
        display: none;
    }

    .city-modal__title {
        margin-bottom: 30px;
    }

    .reviews__title {
        line-height: normal;
        margin-bottom: 20px;
    }

    .reviews__bottom {
        margin-top: 30px;
    }

    .product.product--single .product__select-wrap {
        margin-top: 33px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .product.product--single .product__select-wrap .product__mob {
        margin: 0;
        margin-top: -4px;
        padding: 0;
    }

    .product.product--single .product__select-wrap .product__select {
        margin-top: 0;
    }

    .product.product--single .product__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product.product--single>.product__mob {
        padding-top: 0;
        margin-top: 0;
    }

    .recommend {
        max-width: 100%;
    }

    .search-result__wrap .recommend__col {
        width: 50%;
    }

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

    .compare__left {
        width: 230px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .compare__right {
        width: calc(100% - 260px);
    }

    .card-info__colors-info {
        display: none;
    }

    .products-section .product__name {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .products-section .product__specifications {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .card-specif__row {
        display: block;
    }

    .card-specif__col {
        width: 100%;
    }

    .card-specif__right {
        margin-top: 60px;
    }

    .card-specif__title {
        margin-bottom: 25px;
        font-weight: 400;
    }

    .page__body .b24-widget-button-inner-container,
    .page__body .b24-widget-button-popup {
        display: none;
    }
}

@media (min-width: 768px) {
    .home-banner__img {
        display: none;
    }

    .recommend__more {
        display: none;
    }
}

@media (max-width: 767px) {
    .product-categories__sub {
        margin-top: 18px;
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
    }

    .products-section__tabs-item {
        margin-right: 10px;
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .home-about__desc p,
    .home-about__desc li {
        font-size: 15px;
    }

    .home-banner {
        background: none !important;
        padding: 50px 15px 40px 15px;
        height: auto;
        min-height: auto;
        margin-bottom: 0;
    }

    .watched-products.products-section {
        margin-top: 0;
    }

    .home-banner__wrap {
        max-width: 100%;
    }

    .home-banner__btn {
        margin: 0;
    }

    .home-banner__btn .btn {
        display: block;
        width: 100%;
    }

    .home-banner__title {
        margin-bottom: 10px;
    }

    .home-banner__desc {
        font-size: 15px;
        line-height: 21px;
    }

    .home-banner__call {
        margin-top: 14px;
        font-size: 15px;
        line-height: 21px;
        font-weight: 300;
    }

    .home-banner__call a {
        font-weight: 400;
    }

    .product.product--single {
        padding: 20px;
    }

    .product.product--single .product__s-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .product.product--single .product__img {
        width: 144px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 24px;
        padding: 0;
    }

    .product.product--single .product__img img {
        position: static;
        border-radius: 4px;
    }

    .product.product--single .product__mob,
    .product.product--single .product__content {
        padding: 0;
    }

    .product.product--single .product__tags {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product.product--single .product__tags .product__tag-item {
        margin-bottom: 6px;
        margin-right: 6px;
    }




    .recommend__col {
        width: 100%;
    }

    .recommend__col:nth-child(1n + 2) {
        display: none;
    }

    .recommend__row.active .recommend__col:nth-child(1n + 2) {
        display: block;
    }

    .catalog-list__col {
        width: 50%;
    }

    .catalog-list-n__col {
        width: 50%;
    }

    .page-info__desc p,
    .page-info__desc li {
        font-size: 18px;
    }

    .page-info__title {
        font-size: 34px;
    }

    .not-found__error {
        font-size: 260px;
    }

    .reviews__slider-wrapper {
        max-width: 100%;
        margin-left: 30px;
    }

    .reviews__block {
        padding-left: 30px;
        padding-right: 30px;
    }

    .reviews__bottom-rating {
        margin-right: 40px;
    }

    .reviews__prev {
        left: -20px;
    }

    .reviews__next {
        right: -20px;
    }

    .reviews__prev,
    .reviews__next {
        width: 40px;
        height: 40px;
    }

    .reviews__prev img,
    .reviews__next img {
        max-width: 16px;
    }

    .reviews__slider-wrapper {
        margin-left: 20px;
        margin-right: 20px;
    }

    .reviews__info {
        font-size: 16px;
        line-height: 28px;
    }

    .product.product--single .product__select-wrap .product__mob {
        margin-top: 0;
    }

    .product.product--single .product__select-wrap {
        margin-top: 20px;
        margin-left: -167px;
    }

    .products-section__col {
        width: 100%;
    }

    .products-section .product {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .products-section .product .product__content {
        width: auto;
    }

    .products-section .product .product__img {
        margin-bottom: 0;
        margin-right: 16px;
    }

    .search-result__wrap .recommend__col {
        width: 100%;
    }

    .product__s-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .compare-top__tabs {
        margin-bottom: -5px;
    }

    .compare-top__item {
        font-size: 14px;
        padding: 8px 10px;
        margin-bottom: 5px;
    }

    .card-specif__item {
        font-size: 15px;
    }

    .card-specif__item>span,
    .card-specif__item>b {
        width: 50%;
    }

    .card-specif__item>b>a {
        font-size: 12px;
    }

    .card-modal-base {
        padding: 60px 20px 50px;
    }


}

@media (max-width: 575px) {
    .main-banner__slide {
        height: 410px;
    }

    .card-advantages__item {}

    .card-advantages__icon {
        opacity: .4;
    }

    .card-advantages__icon .wrap_img {
        height: 40px;
        display: flex;
        align-items: center;
    }

    .card-advantages__sub {
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;

        /* Black */
        color: #32373E;
    }

    .card-advantages__icon img {
        max-width: 37px;
        filter: grayscale(1);
    }

    .card-advantages__icon>span {
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 9.06271px;
        line-height: 11px;
        text-align: center;
        color: #22252A;
    }

    .main-banner__wrap {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        position: absolute;
        height: auto;
        top: 38px;
        left: 21px;
        right: 21px;
        bottom: 38px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .main-banner__wrap__top {
        justify-content: flex-start;
    }

    .main-banner__wrap__bottom {
        justify-content: flex-end;
    }

    .main-banner__label {
        margin-bottom: 16px;
    }

    .main-banner__title {
        font-size: 32px;
        margin-bottom: 11px;
    }

    .main-banner__preview {
        margin-bottom: 23px;
    }

    .btn {
        min-width: 0;
        padding-left: 35px;
        padding-right: 35px;
    }

    .advantages__sub {
        font-size: 12px;
        margin-top: 14px;
    }

    .products-section__btn .btn {
        display: block;
        width: 100%;
    }

    .header-mob__controls {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .products-section .product {
        border-radius: 0;
        border: 0;
        margin-left: -15px;
        margin-right: -15px;
        border-bottom: 1px solid #ECEEF0;
    }

    .products-section .product .product__price {
        display: block;
    }

    .products-section .product .product__price b {
        display: block;
    }

    .products-section .product .product__price s {
        margin-top: 4px;
        margin-left: 0;
    }

    .products-section .products-section__col:last-child .product {
        border-bottom: 0;
    }

    .products-section__row {
        margin-bottom: 0;
    }

    .products-section__col {
        margin-bottom: 0;
    }

    .search-modal {
        padding: 20px 15px;
    }

    .search-modal__input {
        margin: 0 20px;
        font-size: 16px;
    }

    .search-modal {
        margin: 0;
        vertical-align: middle;
    }

    .post {
        padding-bottom: 50px;
    }

    .product.product--single .product__price {
        display: block;
    }



    .product.product--single {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product.product--single .product__img {
        margin-right: 15px;
    }

    .product__mob .product__icon-wrap {
        margin-left: 15px;
    }

    .catalog-list__row {
        margin-bottom: -30px;
    }

    .catalog-list__col {
        margin-bottom: 30px;
    }

    .catalog-list__sub {
        font-size: 18px;
    }

    .not-found__error {
        padding-top: 40px;
        font-size: 200px;
    }

    .not-found__row {
        padding: 50px 0;
    }

    .watched-products {
        margin-top: 60px;
    }

    .empty {
        padding: 30px 0 0;
    }

    .page-info__btns-wrap {
        margin-top: 25px;
        display: block;
    }

    .page-info__btn {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .page-info__btn .btn {
        display: block;
        width: 100%;
    }

    .search-result__top {
        display: block;
    }

    .search-result__form,
    .search-result__select {
        width: 100%;
    }

    .search-result__form {
        margin-bottom: 15px;
    }

    .card-advantages {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .card-advantages__item {
        margin-right: 0;
        width: 80px;
        margin-bottom: 20px;
        width: 60px;
        margin: 0;
    }

    .card-info__characteristics,
    .card-info__dops {
        display: block;
    }

    .card-info__dops-case {
        margin-top: 20px;
    }

    .card-info__color {
        margin-top: 20px;
    }

    .card-info__btns-wrap {
        display: block;
    }

    .card-info__btn {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .card-info__btn:last-child {
        margin-bottom: 0;
    }

    .card-info__btn .btn {
        display: block;
        width: 100%;
    }

    .card-price__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .card-info__dops-main {
        width: 100%;
    }

    .card-info__size {
        width: 100%;
    }

    .card-adv__col {
        width: 100%;
    }

    .section-bottom {
        margin-bottom: -50px;
    }

    .card-bottom__block {
        height: 100px;
    }

    .card-bottom__block span {
        font-size: 24px;
    }

    .card-bottom__block img {
        margin-right: 20px;
    }

    .qr-modal__title {
        font-size: 24px;
    }

    .qr-modal {
        padding-left: 20px;
        padding-right: 20px;
    }

    .three-modal {
        padding-top: 40px;
    }

    .three-modal__toggle-btn {
        font-size: 14px;
        padding: 10px 15px;
    }

    .city-modal {
        padding-left: 15px;
        padding-right: 15px;
    }

    .qr-modal__img {
        margin-left: -20px;
        margin-right: -20px;
    }

    .reviews__prev,
    .reviews__next {
        display: none;
    }

    .reviews__desc p,
    .reviews__desc li {
        font-size: 15px;
        line-height: 21px;
    }

    .reviews__block {
        padding: 0px;
        padding-bottom: 40px;
    }

    .reviews__block>* {
        margin: 0 8px 0 20px;
    }

    .reviews__desc {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .reviews__title {
        font-size: 24px;
        line-height: 1.1;
        font-weight: 400;
        margin: 0 0 45px 0;
    }

    .reviews__desc .more {
        font-size: 15px;
        line-height: 21px;
    }

    .reviews__slider-wrapper {
        margin: 0;
    }

    .reviews__bottom {
        margin-top: 30px;
    }

    .reviews__bottom-rating {
        margin-right: 0;
    }

    .reviews__bottom-img {
        box-shadow: 0px 24px 84px rgba(25, 57, 139, 0.09);
    }

    .product.product--single .product__select-wrap {
        margin-top: 20px;
        margin-left: -160px;
    }

    .card-pic__item--video a::before {
        background-size: 50px;
    }

    .compare {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .compare__left {
        margin-right: 0;
        width: calc(50% - 7px);
    }

    .compare__right {
        width: calc(50% - 7px);
    }

    .compare__slider {
        padding-right: 1px;
    }

    .compare__item .product__price>b {
        font-size: 20px;
        display: block;
    }


    .compare__item .product__price {
        display: block;
        margin-top: 10px;
    }

    .product__reviews {
        margin-top: 15px;
    }

    .compare__item .product__content {
        padding-top: 15px;
        padding-bottom: 25px;
    }

    .compare__labels .compare__list-item {
        padding-left: 15px;
    }

    .compare__list-item {
        font-size: 14px;
        line-height: 130%;
        min-height: 54px;
    }

    .compare__btn-wrap {
        margin-top: 30px;
    }

    .compare__btn {
        font-size: 14px;
        padding: 10px 15px;
    }

    .compare__radio {
        font-size: 14px;
    }

    .compare__radio a {
        padding-left: 30px;
    }

    .product__reviews {
        font-size: 14px;
        line-height: 22px;
    }

    .compare__delete {
        top: 5px;
        right: 5px;
    }

    .card-specif__item {
        font-size: 12px;
    }

    .card-specif__item>span {
        width: 60%;
    }

    .card-specif__item>b {
        width: 40%;
    }

    .card-specif__item>span::before {
        top: 10px;
    }

    .card-specif__info-block-content {
        font-size: 12px;
        padding: 6px 10px;
        width: calc(100vw - 115px);
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .card-specif__info-block:hover .card-specif__info-block-content {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .card-modal-credit__header {
        display: block;
    }

    .card-modal-credit__header-col {
        margin-top: 15px;
    }

    .card-modal-credit__content {
        padding-left: 0;
        padding-right: 0;
    }

    .card-modal-credit__img img {
        margin: 0;
    }

    .card-modal-credit__col {
        width: 100%;
    }

    .card-modal-credit {
        padding-top: 40px;
        padding-bottom: 45px;
    }

    .card-modal-credit__btn .btn {
        display: block;
        width: 100%;
    }

    .card-modal-base {
        padding-left: 10px;
        padding-right: 10px;
    }

    .card-modal-base__left {
        padding-right: 15px;
    }

    .card-modal-base__desc {
        font-size: 14px;
        line-height: 125%;
    }

    .card-modal-base__price {
        margin-top: 15px;
        font-size: 20px;
    }

    .wrap_slides {
        background-image: unset !important;
        padding: 0;
    }

    .product__price{
        margin-top:6px;
    }
}

@media (max-width: 374px) {


    .home-about__video::before {
        background-size: 60px;
    }

    .header__controls {
        right: 10px;
    }

    .header-mob__top {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-mob__controls {
        display: block;
        text-align: center;
    }

    .header-mob__contacts {
        margin-left: 0;
        margin-top: 10px;
    }

    .header-bottom__drop-sub {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-bottom__drop-col>ul {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-mob__drop-sub {
        padding-left: 10px;
        padding-right: 10px;
    }

    .products-section .product {
        margin-left: -10px;
        margin-right: -10px;
    }

    .products-section .product .product__img {
        width: 100px;
    }

    .catalog-filter {
        padding-left: 10px;
        padding-right: 10px;
    }

    .catalog-filter__show {
        left: 10px;
        right: 10px;
    }



    .popular-categories__slider-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .popular-categories__prev {
        left: -5px;
    }

    .popular-categories__next {
        right: -5px;
    }

    h1,
    .title {
        font-size: 28px;
    }
}

.header-mob__top {
    position: relative;
}

.header-mob__login--form {
    display: none;
    position: absolute;
    right: 10px;
    top: 100%;
    background: #fff;
    z-index: 1;
    max-width: 250px;
    padding: 15px;
    border: 1px solid #D4D6DB;
    border-radius: 5px;
}

.header-mob__login--form.active {
    display: block;
}

.b24-form .b24-window-widget {
    width: 375px;
}


a[href="/usloviya-rassrochki/"] {
    display: none !important;
}

ul.strong_list li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

ul.strong_list li .date {
    width: 40px;
    margin-right: 30px;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #19398B;
    position: relative;
    height: 27px;
    display: flex;
    align-items: center;
}

ul.strong_list li .date:after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 1px;
    background: #19398B;
    top: 0;
    bottom: 0;
    margin: auto;
    left: calc(100% + 7px);
}

ul.strong_list li .cont {
    flex: 0 0 auto;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    /* or 159% */
    color: #32373E;
    max-width: calc(100% - 70px);
}

.product-information-block ul li:before {
    position: absolute;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    top: 6px;
    left: -32px;
    background: url(/local/templates/strong/img/blue-new-interface/list-style-2.png) center center no-repeat;
}

ul.strong-small {
    padding-left: 20px;
    margin-bottom: 24px;
    list-style: none;
}

.more-post__item-status {
    display: none;
}

.span-like-a-general {
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #19398B;
}

.span-like-a-general .link-requisites {
    font-size: 16px;
}


div.head p.perpage {
    float: right;
    color: #333;
    position: relative;
    top: 10px;
}

div.head p.perpage b {
    font-weight: 600;
    margin-left: 10px;
}

div.head p.perpage a {
    color: #0d2c92;
    margin-left: 10px;
}

div.reviews div.item div.head {
    margin-bottom: 15px;
}

div.reviews div.item div.head div.stars {
    float: right;
    padding-top: 12px;
}

div.reviews div.item div.head p.date {
    font-style: italic;
    color: #989898;
    font-size: 12px;
    margin: 0;
}

div.articles div.head {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    margin-bottom: 25px;
    position: relative;
    top: -5px;
}

div.articles div.head div.search {
    float: left;
}

div.articles div.articlesContent {
    float: left;
    width: 100%;
    padding-top: 5px;
    max-width: 870px;
}

div.articles div.articlesContent div.item {

    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
}

div.articles div.articlesContent div.item p.title {
    color: #315bae;
}

div.articles div.articlesContent div.item p.title a {
    color: #315bae;
}

div.articles div.articlesContent div.item div.info {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

div.articles div.articlesContent div.item div.info span.date {
    margin-right: 15px;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: rgba(25, 57, 139, 0.6);
}

div.articles div.articlesContent div.item div.info div.icons {
    float: none;
    position: relative;
    order: 1;
}

div.articles div.articlesContent div.item div.info div.icons span {
    margin-left: 20px;
}


div.articles div.articlesContent div.item div.pic {
    margin-bottom: 20px;
    float: left;
    width: 150px;
    margin-right: 20px;
}

div.articles div.articlesContent div.item div.pic img {
    width: 100%;
}

div.articles div.articlesAside {
    float: right;
    width: 270px;
}

div.cataloglistIn div.item {
    float: left;
    margin-right: 20px;
    margin-bottom: 23px;
}

div.cataloglistIn div.item img {
    border-right: 1px solid #dfe6f3;
    display: block;
    border-left: 1px solid #dfe6f3;
    border-bottom: 2px solid #90ace2;
    margin-top: 12px;
}

div.cataloglistIn div.item a {
    color: #315bae;
    font-size: 15px;
}

.item .item-text b {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.item .item-text div {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.accept_filter {
    border: 2px solid #19398B;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #19398B;
    display: none;
}

.accept_filter.active {
    display: flex;
}



.faq {
    background: #FAFAFA;
    padding: 92px 0 100px 0;
    margin: 0 0 85px 0;
}

.faq .big_title {
    margin: 0 0 39px 0;
}

.faq_wrapper {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 50px 50px 43px 50px;
}

.faq_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    color: #19398B;
    margin: 0 0 5px 0;
    transition: .3s;
    padding: 0 20px 0 0;
}

.faq_item a {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    color: #19398B;
    transition: .3s;
}

.faq_text {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
    color: #32373E;
    max-width: 868px;
    display: none;
}

.faq_item {
    position: relative;
    padding: 0px 0 30px 0;
    margin: 0 0 19px 0;
    border-bottom: 1px solid #F2F2F2;
    cursor: pointer;
}

.faq_item:hover .faq_title,
.faq_item a:hover {
    color: #345fcc;
}

.faq_icon {
    position: absolute;
    top: 0;
    right: 0;
    transition: .3s;
}

.faq_item.open .faq_icon {
    transform: rotate(-180deg);
}

.big_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 110%;
    color: #1D3A86;
    margin: 0 0 21px 0;
}

.faq .big_title {
    margin: 0 0 39px 0;
}

.additionals_ico {
    display: flex;
    gap: 10px;
}

.additionals_ico .it {}

.additionals_ico .it img {
    width: 90px;
}

.additionals_ico .text b {
    font-weight: 500;
}



.article_image_block {
    width: 100%;
    height: 420px;
    max-height: 420px;
    margin: 30px 0 10px 0;
}

.article_image_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.article_block p {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    color: #32373E;
    margin: 0 0 10px 0;
}

.article_block p:last-of-type {
    margin: 0;
}

.article_block table {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    margin: 0 0 30px 0;
}

.article_block table th {
    border-bottom: 2px solid #19398B;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: #32373E;
    text-align: left;
    padding: 0 20px 11px 20px;
}

.article_block table td {
    width: 50%;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #32373E;
    padding: 18px 20px;
}

.article_block table tr:nth-child(even) {
    background: #ECF7F9;
}

.article_block .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.article_block .items .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    padding: 18px 8px 43px 8px;
    flex: 0 0 calc(33% - 10px);
}

.article_block .items .item .subtitle {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    color: #32373E;
}

.article_block .items .item .title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    color: rgba(25, 57, 139, 1);
}

.article_block .items .item .cost {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    color: #32373E;
    margin: 0 0 26px 0;
}

.article_block .items .item .cost span {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 28px;
    color: #32373E;
}

.article_block .items .item .btn_more {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6D7686;
    border: 2px solid #BFE4EB;
    border-radius: 4px;
    width: 124px;
    height: 40px;
    transition: .3s;
}

.article_block .items .item .btn_more:hover {
    background: #BFE4EB;
    color: #fff;
}

.article_block .items .item .image {
    width: 100%;
    height: 173px;
    max-height: 173px;
}

.article_block .items .item .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}



.article_block blockquote {
    width: 100%;
    background: #ECF7F9;
    padding: 40px 60px;
    margin: 30px 0;
}

.article_block blockquote p {
    font-family: 'Fira Sans';
    font-style: italic !important;
    font-weight: 300;
    font-size: 19px;
    line-height: 150%;
    color: #32373E;
    margin: 0;
    padding: 0;
}

.article_block .items_second {
    margin: 0 0 49px 0;
}

.article_block .items_second .item_second {
    display: flex;
    gap: 40px;
    background: #FFFFFF;
    border: 1px solid #ECEEF0;
    border-radius: 10px;
    padding: 20px 52px 20px 20px;
    margin: 0 0 20px 0;
}

.article_block .items_second .item_second:last-of-type {
    margin: 0;
}

.article_block .items_second .item_second .image {
    border-radius: 10px;
    overflow: hidden;
    min-width: 300px;
    max-width: 300px;
    min-height: 225px;
    max-height: 225px;
}

.article_block .items_second .item_second .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.article_block .items_second .item_second .item_second_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #1D3A86;
    margin: 0 0 10px 0;
}

.article_block .items_second .item_second .item_second_text {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    color: #32373E;
}

.article_block h2 {
    margin: 50px 0 14px 0 !important;
}



.article_block figcaption {
    font-family: 'Fira Sans';
    font-style: italic !important;
    font-weight: 300 !important;
    font-size: 17px !important;
    line-height: 28px !important;
    color: #32373E;
    margin: 0 0 12px 0 !important;
}

.article_block h4 {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    color: #1D3A86;
    margin: 32px 0 10px 0 !important;
}

.article_block .faq_block_2_block {
    width: 100%;
    height: 100%;
}

@media(max-width:700px) {
    .card-advantages__item {}

    .card-advantages__icon {
        opacity: .4;
    }

    .card-advantages__icon .wrap_img {
        height: 40px;
        display: flex;
        align-items: center;
    }

    .card-advantages__sub {
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;

        /* Black */
        color: #32373E;
    }

    .card-advantages__icon img {
        max-width: 37px;
        filter: grayscale(1);
    }

    .card-advantages__icon>span {
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 9.06271px;
        line-height: 11px;
        text-align: center;
        color: #22252A;
    }

    .article_block .items .item {
        flex: 0 0 100%;
    }

    .article_block .items {
        row-gap: 20px;
    }

    .article_block blockquote {
        padding: 20px 30px;
        margin: 20px 0;
    }

    .article_block .items .item {
        padding-bottom: 20px;
        padding-top: 5px;
    }

    .article_block .items .item .image {
        height: 140px;
        max-height: 140px;
    }

    .article_block .items .item .subtitle {
        font-size: 15px;
    }

    .article_block .items .item .title {
        font-size: 18px;
        margin: 0 0 10px 0;
    }

    .article_block .items .item .cost {
        font-size: 24px;
        margin: 0 0 15px 0;
    }

    .article_block table td {
        font-size: 13px;
        padding: 12px;
    }

    .article_block table th {
        padding: 0 12px 12px 12px;
        font-size: 14px;
    }

    .article_block .items_second .item_second {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }

    .article_block .items_second .item_second .item_second_text {
        font-size: 14px;
    }

    .article_block .items_second .item_second .image {
        height: 200px;
        max-height: 200px;
        width: 100%;
        max-width: 100%;
        min-width: auto;
        min-height: auto;
    }

    .article_image_block {
        height: 230px;
        max-height: 230px;
    }

    .article_block blockquote p {
        font-size: 13px !important;
    }

    .article_block figcaption {
        font-family: 'Fira Sans';
        font-style: italic !important;
        font-weight: 300 !important;
        font-size: 13px !important;
        line-height: 20px !important;
        color: #32373E;
        margin: 0 0 16px 0 !important;
    }

    .article_block h2 {
        margin-top: 40px !important;
        margin-bottom: 5px !important;
    }

    .card-advantages__item {}

    .card-advantages__icon .wrap_img {}

    .card-advantages__icon img {}

    .card-advantages__icon>span {}
}



.shield-discount span {
    width: 72px;
    height: 50px;
    background: url(/local/templates/main/assets/css/../img/price-label.svg) center center no-repeat;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 700;
    font-size: 19px;
    line-height: 1;
    color: #fff;
    padding-left: 10px;
    padding-left: 14px;
    position: absolute;
    left: 18px;
    top: 0;
}

/*
.faq_item:nth-child(1) .faq_text, .faq_item:nth-child(2) .faq_text, .faq_item:nth-child(3) .faq_text{
    display: block;
}

.faq_item:nth-child(1) .faq_icon, .faq_item:nth-child(2) .faq_icon, .faq_item:nth-child(3) .faq_icon {
  transform:rotate(180deg);
}

.faq_item:nth-child(1).open .faq_icon, .faq_item:nth-child(2).open .faq_icon, .faq_item:nth-child(3).open .faq_icon{
  transform:rotate(0deg);
}*/

.menu_swiper {
    width: 100%;
    height: 100%;
    background: #19398B;
}

.swiper_block_ban {
    width: 100%;
    max-width: calc(66.6666% - 50px);
    height: 294px;
    max-height: 294px;
    background: #19398B;
    position: relative;
    margin: 78px 50px 0 0;
    overflow: hidden;
    margin-bottom:50px;
}

.swiper_block_ban.w100 {
    max-width: 100%;
    width: 100%;
    margin: -28px 40px 40px 40px;
    height: 256px;
    max-height: 256px;
}

.banner_matras_wrapper_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 130%;
    color: #213886;
    margin-bottom: 17px;
    position: relative;
    z-index: 3;
    max-width: 199px;
}

.banner_matras.w100 .banner_matras_wrapper_title {
    max-width: 100%;
}

.banner_matras_wrapper_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 124px;
    height: 40px;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    background: #19398B;
    border-radius: 4px;
    transition: .3s;
    position: relative;
    z-index: 3;
}

.banner_matras_wrapper_btn:hover {
    background: #fff;
    color: #19398B;
}

.banner_matras_wrapper_image {
    position: absolute;
    bottom: 0;
    right: -60px;
    z-index: 2;
    max-width: 361px;
    width: 100%;
}

.banner_matras.w100 .banner_matras_wrapper_image {
    max-width: 396px;
    width: 100%;
    right: -5px;
}

.cloud_cost {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #BA4265;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    right: 217px;
    bottom: 26px;
    z-index: 2;
}

.banner_matras.w100 .cloud_cost {
    right: 319px;
}

.cloud_cost .cloud_cost_new {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.cloud_cost_old {
    display: flex;
    align-items: center;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #F89BB6;
    position: relative;
    margin-right: 15px;
}

.cloud_cost_old::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #F89BB6;
    position: absolute;
    left: 0;
    transform: rotate(15deg);
}

.header-bottom__drop-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner_matras.catalog {
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    padding: 26px 20px;
    height: 354px;
    max-height: 354px;
    background: linear-gradient(180deg, #FAB2A2 0%, rgba(250, 178, 162, 0.25) 100%);
    border-radius: 4px;
    margin: 32px 0 0 0;
}

.banner_matras.catalog .banner_matras_wrapper_title span {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 110%;
    color: #1D3A86;
}

.banner_matras.catalog .banner_matras_wrapper_title {
    display: flex;
    flex-direction: column;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 110%;
    color: #1D3A86;
    margin-bottom: 18px;
    max-width: 100%;
}

.banner_matras.catalog .banner_matras_wrapper_image {
    max-width: 262px;
    right: -5px;
}

.banner_matras.catalog .cloud_cost {
    right: 178px;
    width: 90px;
    height: 90px;
    bottom: 22px;
}

.banner_matras.catalog .cloud_cost .cloud_cost_new {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #FFFFFF;
}

.banner_matras.catalog .cloud_cost .cloud_cost_old {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #F89BB6;
}

.menu_swiper_item {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.menu_swiper_item img {
    width: 100%;
    height: 100%;
}

.cat_swiper {
    overflow: hidden;
}

.swiper_block_cat {
    margin-top: 30px;
}

.info-table__row {
    column-gap: 50px;
    margin-bottom: 20px;
}

.info-table__row .info-table__title {
    font-size: 18px;
    font-weight: 700;
    min-width: 250px;
}

.info-table__row .info-table__content {
    font-size: 16px;
    font-weight: 400;
    max-width: 450px;
    margin-bottom: 0px !important;
}

@media screen and (max-width: 1200px) {
    .banner_matras {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        max-width: 55%;
        height: 387px;
        max-height: 387px;
        background: linear-gradient(180deg, #FAB2A2 0%, rgba(250, 178, 162, 0.25) 100%);
        background-color: #fff;
        border-radius: 16px;
        padding: 29px 30px 30px 20px;
        position: relative;
        margin: 78px 40px 0 0;
        overflow: hidden;
    }

    .banner_matras_wrapper_title {
        display: flex;
        flex-direction: column;
    }

    .banner_matras_wrapper_title span {
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        line-height: 110%;
        color: #1D3A86;
    }

    .banner_matras.w100 .banner_matras_wrapper_title span {
        max-width: 100%;
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 45px;
        line-height: 130%;
        color: #213886;
        position: relative;
        z-index: 3;
    }

    .swiper_block_ban,
    .swiper_block_ban.w100 {
        height: auto;
        max-height: none;
    }
}



@media screen and (max-width: 992px) {
    .header-bottom__drop-block {
        display: block;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .banner_matras_wrapper_title span {
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 45px;
        line-height: 130%;
        color: #213886;
    }

    .banner_matras.w100 .banner_matras_wrapper_title span {
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 45px;
        line-height: 130%;
        color: #213886;
        position: relative;
        z-index: 3;
    }

    .swiper_block_ban,
    .swiper_block_ban.w100 {
        background: #fff;
        max-width: 100%;
        max-height: none;
        padding: 0 15px;
        margin: 0;
    }

    .swiper_block_ban.w100 .swiper-slide {
        max-width: 100%;
    }

    .swiper_block_ban .swiper-slide {
        width: auto;
    }

    .menu_swiper {
        background: #fff;
    }

    .menu_swiper {
        overflow: hidden;
    }

    .swiper_block_cat {
        margin-top: 0;
    }

    .cat_swiper {
        overflow: hidden;
    }

    .cat_swiper .swiper-slide {
        width: auto;
    }

    .info-table__row .info-table__content {
        max-width: 350px;
    }
}

@media screen and (max-width: 767px) {
    .swiper_block_ban .swiper-slide {
        max-width: 100%;
    }

    .info-table__row .info-table__content {
        max-width: 100%;
    }

    .info-table__row .info-table__title {
        min-width: 1px;
        width: 100%;
        max-width: 100%;
    }

    .info-table__row {
        flex-direction: column;
        row-gap: 5px;
    }
}

.catalog_list_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 70px;
    margin: 0 -15px;
}

.catalog_list_big_col {
    width: 100%;
    max-width: 33.3333%;
    padding: 0 15px;
}

.catalog_list_big_title {
    margin-top: 29px;

    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
    text-align: center;
    color: #19398B;
}

.catalog_list_big_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    max-height: 506px;
    background: #E9F6F8;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s;
}

.catalog_list_big_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}

.catalog_list_small_col {
    width: 100%;
    max-width: 20%;
    padding: 0 15px;
}

.catalog_list_small_col_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    max-height: 302px;
    background: #E9F6F8;
    border-radius: 5px;
    overflow: hidden;
}

.catalog_list_small_col_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}

.catalog_list_small_col_title {
    margin-top: 20px;
    padding: 0 5px;

    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    color: #19398B;

    transition: .3s;
}

.catalog_list_small_col:hover .catalog_list_small_col_title,
.catalog_list_big_col:hover .catalog_list_big_title {
    color: #BA4265;
}

.catalog_list_small_col:hover .catalog_list_small_col_img img,
.catalog_list_big_col:hover .catalog_list_big_img img {
    transform: scale(1.1);
}

@media screen and (max-width:1200px) {
    .catalog_list_small_col_title {
        font-size: 20px;
        margin-top: 20px;
    }

    .catalog_list_big_title {
        font-size: 28px;
        margin-top: 20px;
    }

}

@media screen and (max-width:992px) {
    .catalog_list_big_title {
        font-size: 24px;
        margin-top: 15px;
    }

    .catalog_list_row {
        row-gap: 40px;
    }

    .catalog_list_small_col {
        max-width: 33.3333%;
    }

    .catalog_list_small_col_title,
    .catalog_list_big_title {
        font-size: 20px;
        margin-top: 15px;
        padding: 0;
    }

    .catalog_list_small_col_img,
    .catalog_list_big_img {
        border-radius: 10px;
        min-height: 190px;
    }
}

@media screen and (max-width:550px) {
    .catalog_list_small_col {
        max-width: 50%;
        padding: 0 7.5px;
    }

    .catalog_list_small_col_img,
    .catalog_list_big_img {
        min-height: 204px;
        height: 204px;
    }

    .catalog_list_big_col {
        max-width: 50%;
        padding: 0 7.5px;
    }

    .catalog_list_row {
        row-gap: 30px;
        margin: 0 -7.5px;
    }

    .catalog_list_small_col_title,
    .catalog_list_big_title {
        font-size: 16px;
    }
}



/* Адаптив лендинга */

.rek_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #1D3A86;
    border-radius: 5px;
    padding: 47px 52px 45px 53px;
    margin-top: 60px;
}

.rek_block_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 46px;
    color: #FFFFFF;
    max-width: 500px;
}

.rek_block_link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 11px 56px 15px 56px;

    background: #FFFFFF;
    border-radius: 8px;

    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #19398B;
}

.reviews__bottom-img {
    box-shadow: none !important;
}

.reviews__bottom img {
    width: 155px;
    max-width: 155px;
    height: auto;
}

.banner__right {
    left: auto;
    right: 0;
    width: 600px;
    height: 1000px;
    border-radius: 500px 0 0 500px;
}


@media screen and (max-width: 1200px) {
    .rek_block_link {
        padding: 10px 40px;
    }

    .rek_block_title {
        font-size: 24px;
        line-height: 34px;
        padding-right: 15px;
    }

    .rek_block {
        padding: 35px;
    }

    .banner__advantages {
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }

    .banner__advantages-item {
        width: 100%;
        max-width: 50%;
        padding: 0 10px;
        margin-right: 0px;

    }
}

@media screen and (max-width: 1023px) {
    .text-new-design {
        flex-direction: column;
    }

    .faq_left {
        width: 100% !important;
    }

    .faq_right_big {
        width: 100% !important;
        padding-left: 0px;
        padding-top: 60px;
    }

    .banner__right {
        width: 100%;
        height: 90vw;
        max-height: 400px;
        padding: 0;
        background: none;
        display: block;
        position: relative;
        border-radius: 0px;
        left: unset;
        top: unset;
        transform: unset;
        margin-top: 0;
        overflow: unset;
        background-color: #BFE4EB;
    }

}

@media screen and (max-width: 768px) {
    .banner__wrap {
        display: block;
        position: relative;
        padding: 0;
        min-height: 270px;
        height: 270px;
    }
    .banner-slider__slide {
        min-height: unset;
    }
    .banner__advantages {
        display: none !important;
    }
    .ad_cloud_block {
        display: none !important;
    }
    .banner__left {
        padding: 40px 15px 35px 15px !important;
        min-height: unset;
        height: 100%;
        background-color: #BFE4EB;
    }
    .banner__left-bottom {
        margin-top: 18px;
    }
    .banner__right {
        position: absolute;
        inset: 0;
        padding: 0;
        background-color: transparent;
        min-height: unset;
        height: 100%;
    }
    .banner__right_wrapper {
        padding: 0;
    }
    .banner__price > b {
        font-size: 14px;
        font-weight: 700;
        line-height: 16px;
    }
    .banner__price-old {
        /*line-height: 18px;*/
        display: none !important;
    }
    .banner__price-old > span {
        /*font-size: 13px;*/
        /*line-height: 15px;*/
    }
    .banner__price-label {
        margin-left: 10px;
    }
    .price-label {
        width: 29px;
        height: 16px;
        font-size: 8px !important;
        line-height: 10px !important;
        padding-left: 6px;
    }
    .banner__sub {
        font-size: 16px;
        font-weight: 300;
        line-height: 18px;
        margin-bottom: 12px;
    }
    .banner__title {
        font-size: 24px;
        font-weight: 700;
        line-height: 26px;
    }
    .banner__desc {
        font-size: 14px;
        font-weight: 300;
        line-height: 17px;
        margin-top: 0;
    }
    .banner__info {
        position: absolute;
        bottom: 25px;
        left: 15px;
    }
    .banner__info-title {
        font-size: 14px;
        line-height: 16px;
        font-weight: 500;
        max-width: 70%;
    }
    .banner__img {
        left: 40%;
        top: 50%;
        height: 45%;
    }
    .banner__img img {
        transform: scale(-1, 1);
        height: 100%;
        width: auto;
    }
}


@media screen and (max-width: 650px) {
    .rek_block {
        flex-direction: column;
        row-gap: 30px;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 25px;
    }

    .reviews__bottom img {
        max-width: 130px;
    }

    .advantages__col {
        width: 50%;
    }
}

.strong_partner_block {
    width: 100%;
    max-width: calc(100% - 10px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 5px;
    background: linear-gradient(180deg, #166341 0%, #134931 100%);
    box-shadow: 0px 0px 4px 0px rgba(14, 0, 99, 0.06);
    position: relative;
    padding: 17px 80px 17px 17px;
    margin-top: 45px;
}

.strong_partner_block .text {
    color: #FFF;
    font-family: Fira Sans;
    font-size: 16.358px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.strong_partner_block .icon {
    display: flex;
    position: absolute;
    right: -10px;
    width: 116px;
    height: 116px;
    max-width: 116px;
    max-height: 116px;
}

.strong_partner_block .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width:1400px) {
    .strong_partner_block .icon {
        right: -15px;
    }

    .strong_partner_block {
        max-width: calc(100% - 15px);
    }
}

@media screen and (max-width:1200px) {
    .strong_partner_block .text {
        font-size: 13px;
    }

    .strong_partner_block .icon {
        max-width: 80px;
        max-height: 80px;
    }

    .strong_partner_block {
        padding: 10px 90px 10px 10px;
    }
}

@media screen and (max-width:767px) {
    .strong_partner_block .text {
        font-size: 8px;
    }

    .strong_partner_block .icon {
        max-width: 55px;
        max-height: 55px;
        right: -10px;
    }

    .strong_partner_block {
        padding: 6px 50px 6px 6px;
        border-radius: 2.275px;
        background: linear-gradient(180deg, #166341 0%, #134931 100%);
        box-shadow: 0px 0px 1.82013px 0px rgba(14, 0, 99, 0.06);
        max-width: calc(100% - 10px);
    }
}


.ad_cloud_block {
    position: absolute;
    bottom: 20px;
    padding: 0 20px;
    gap: 5px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    z-index: 20;
}

.ad_cloud_block .cloud_ad_title {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 2px 15px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.55);
    color: #32373E;
    text-align: center;
    font-family: Fira Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    /* 200% */
}

.ad_cloud_block .cloud_ad_text {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 6px 15px;
    border-radius: 6px;
    background: #fff;
    color: #32373E;
    text-align: center;
    font-family: Fira Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    user-select: none;
    pointer-events: none;
    max-width: 600px;
    /* 200% */

    margin-top: 10px;
    opacity: 0;
    transition: .3s;
}

.ad_cloud_block .cloud_ad_title:hover~.cloud_ad_text {
    opacity: 1;
}

.fly_video {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 150px;
    right: -120px;
    width: 115px;
    height: 115px;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    z-index: 30;
    transition: .6s;
}

.fly_video.active {
    opacity: 1;
    visibility: visible;
    right: 38px;
}

.fly_video .close {
    display: flex;
    position: absolute;
    bottom: 8px;
    transition: .3s;
}

.fly_video .close:hover {
    opacity: .5;
}

.fly_video .preview_video {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    background: black;
}

.fly_video .preview_video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fancybox-slide--video .fancybox-content {
    height: 100% !important;
    max-height: 670px;
    width: 100% !important;
    max-width: 378px;
    border: none;
    outline: none;
    background: transparent;
}

.fancybox__html5video {
    border-radius: 8px;
    overflow: hidden;
}

.fancybox__html5video:focus-visible {
    border: none;
    outline: none;
}

.fancybox-slide--video .fancybox-content .f-button.is-close-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.10);
    border-radius: 50px;
    right: auto;
    left: 100%;
}

.fancybox-slide--video .fancybox-content .f-button.is-close-btn svg {
    width: 15px;
    height: auto;
}

.fancybox__backdrop {
    background: rgba(0, 0, 0, 0.5);
}

.custom_cloud_video {
    display: flex;
    justify-content: center;
    padding: 7px 17px;
    border-radius: 8px;
    background: rgba(50, 55, 62, 0.60);

    color: #FFF;
    text-align: center;
    font-family: "Fira Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 15.6px */

    position: absolute;
    bottom: calc(100% + 12px);

    width: max-content;
    max-width: 157px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.custom_cloud_video::after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' viewBox='0 0 10 5' fill='none'%3E%3Cpath opacity='0.6' d='M4.29289 4.29289L0 0H10L5.70711 4.29289C5.31658 4.68342 4.68342 4.68342 4.29289 4.29289Z' fill='%2332373E'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -5px;
}

@media (hover:hover) {
    .fly_video:hover .custom_cloud_video {
        opacity: 1;
        visibility: visible;
    }
}



@media screen and (max-width:992px) {
    .fancybox-slide--video .fancybox-content .f-button.is-close-btn {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        top: calc(100% + 15px);
        width: 52px;
        height: 52px;
    }

    .fancybox-slide--video .fancybox-content .f-button.is-close-btn svg {
        width: 13px;
    }

    .fancybox-slide--video .fancybox-content {
        margin-bottom: 75px;
    }

    .fly_video {
        bottom: 140px;
        width: 134px;
        height: 134px;
        right: -135px;
    }

    .fly_video.active {
        right: 17px;
    }

    .fly_video .close {
        bottom: 5px;
    }

    .fly_video .close svg {
        width: 35px;
        height: auto;
    }

    .fly_video .close svg rect {
        opacity: .5;
    }
}
.main.other_page .product-categories .product-additional__row{
    justify-content:center;}



@media screen and (min-width: 1024px) {
    .header-bottom__nav>ul>li.first-item .header-bottom__drop-block {
        padding: 40px;
        column-gap: 20px;
    }

    .header-bottom__nav>ul>li.first-item .header-bottom__drop-col {
        width: 100%;
        max-width: calc(20% - 20px);
        padding: 0px;
    }

    .header-bottom__nav>ul>li.first-item .swiper_block_ban {
        margin: 35px 0 0 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1271px) {
    .header-bottom__nav>ul>li.first-item .header-bottom__drop-block {
        padding: 30px 25px;
    }

    .header-bottom__nav>ul>li.first-item .header-bottom__drop-sub {
        font-size: 16px;
    }

    .header-bottom__nav>ul>li.first-item .header-bottom__drop-block ul li {
        font-size: 13px;
    }
}

@media screen and (min-width: 1024px) {
    .header-bottom__nav>ul>li.first-item .header-bottom__drop-block {
        padding: 40px;
        column-gap: 20px;
    }

    .header-bottom__nav>ul>li.first-item .header-bottom__drop-col {
        width: 100%;
        max-width: calc(20% - 20px);
        padding: 0px;
    }

    .header-bottom__nav>ul>li.first-item .swiper_block_ban {
        margin: 35px 0 0 0;
    }
}

@media screen and (max-width: 1023px) {
    .header-bottom__nav>ul>li.first-item .header-bottom__drop-col {
        width: 100%;
        max-width: 100%;
    }

    .header-bottom__nav>ul>li.first-item .header__mob {
        max-width: 100%;
        width: 100%;
    }

    .header-bottom__nav>ul>li.first-item .swiper_block_ban.w100 {
        background: #fff;
        max-width: 100%;
        max-height: none;
        margin: 0 15px;
        padding: 0px;
        width: auto;
    }

    .menu_swiper {
        overflow: hidden;
        background: #fff;
    }

}


/* Стили для кнопки консультация */

.btn-small.custom_btn_social {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    padding-left: 21px;
    padding-right: 21px;
}
.btn-small.custom_btn_social:hover {
    background: #19398B;
}

.btn-small.custom_btn_social .icon  {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 20px;
    height: 20px;
    transition: .4s;
}

.btn-small.custom_btn_social .icon:hover {
    opacity: .7;
}

.btn-small.custom_btn_social .icon svg {
    width: 100%;
    height: 100%;
}
.card-pic__item--video .js-card-video-trigger img{
    display:none;
}
.promocode-wrapper .check1 img:first-of-type{
    display:none;
}
@media screen and (max-width: 1440px) {
    .btn-small.custom_btn_social {
        padding-left: 16px;
        padding-right: 16px;
    }

    .btn-small.custom_btn_social .icon  {
        width: 18px;
        height: 18px;
    }
}



/* �������� �� ���� */
.coockies_accept {
    position: fixed;
    bottom: 0px;
    left: -30px;
    margin: 30px;
    margin: clamp(1rem, -3.375rem + 5.8333333333vw, 1.875rem);
    padding: 20px;
    padding: clamp(1rem, -0.25rem + 1.6666666667vw, 1.25rem);
    display: flex;
    align-items: center;
    column-gap: 24px;
    column-gap: clamp(1.25rem, 0rem + 1.6666666667vw, 1.5rem);
    z-index: 2;
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.16);
    width: 100%;
    max-width: 360px;
    opacity: 0;
    visibility: hidden;
    z-index: 101;
    transition: 0.5s;
}

@media screen and (max-width: 1199px) {
    .coockies_accept {
        margin: 16px;
        column-gap: 20px;
        max-width: 310px;
        border-radius: 12px;
    }
}

@media screen and (max-width: 767px) {
    .coockies_accept {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        max-width: 440px;
        margin: 0;
        border-radius: 10px 10px 0px 0px;
        bottom: -100px;
    }
}

.coockies_accept.active {
    opacity: 1;
    visibility: visible;
    left: 0;
}

@media screen and (max-width: 767px) {
    .coockies_accept.active {
        left: 50%;
        bottom: 0%;
    }
}

.coockies_accept-text {
    color: #000;
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.8333333333vw, 1rem);
    font-weight: 400;
    line-height: 26px;
    line-height: clamp(1.375rem, 0.125rem + 1.6666666667vw, 1.625rem);
}

@media screen and (max-width: 1199px) {
    .coockies_accept-text {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .coockies_accept-text {
        font-size: 12px;
        line-height: 18px;
        flex: 1 1 50%;
    }
}

.coockies_accept-text a {
    color: #19398B;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: 0.4s;
}

@media (hover: hover) {
    .coockies_accept-text a:hover {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .coockies_accept-text a:active {
        opacity: 0.7;
    }
}

.coockies_accept-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-shrink: 0;
    padding: 5px 32px;
    padding: 5px clamp(1.625rem, -0.25rem + 2.5vw, 2rem);
    height: 50px;
    height: clamp(2.75rem, 0.875rem + 2.5vw, 3.125rem);
    border-radius: 16px;
    border-radius: clamp(0.75rem, -0.5rem + 1.6666666667vw, 1rem);
    background: #19398B;
    color: #FFF;
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.8333333333vw, 1rem);
    font-weight: 500;
    line-height: 22px;
    line-height: clamp(1.25rem, 0.625rem + 0.8333333333vw, 1.375rem);
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .coockies_accept-btn {
        height: 44px;
        font-size: 14px;
        line-height: 20px;
        padding: 5px 26px;
        border-radius: 12px;
    }
}

@media screen and (max-width: 767px) {
    .coockies_accept-btn {
        padding: 5px 16px;
        height: 34px;
        flex: 1 1 50%;
    }
}

@media (hover: hover) {
    .coockies_accept-btn:hover {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .coockies_accept-btn:active {
        opacity: 0.7;
    }
}


.first_screen_wrap_right {
    display: flex;
    border-radius: 14px;
    border-radius: clamp(0.625rem, -0.625rem + 1.6666666667vw, 0.875rem);
    overflow: hidden;
    height: 100%;
    position: relative;
    padding: 30px;
    border-radius: 14px;
    background: #F3F2EF;
    flex-direction: column;
}
.first_screen_wrap_right .top{
    position: relative;
}
.first_screen_wrap_right .bottom{
    margin-top: auto;
}
.first_screen_wrap_right .bottom .bottom_top{
    background: linear-gradient(180deg, #6D7684 0%, #ADB2BB 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* 1440/text/H1 */
    font-family: "Fira Sans";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; /* 112% */
}
.first_screen_wrap_right .bottom .text{
    background: linear-gradient(180deg, #6D7684 0%, #ADB2BB 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Commissioner;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.first_screen_wrap_right .img{
    margin-top: auto;
}
.first_screen_wrap_right .top .title{
    background: linear-gradient(180deg, #6D7684 0%, #ADB2BB 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    padding-right: 90px;
}
.first_screen_wrap_right .top .icon{
    position: absolute;
    right: 0;
    top: 10px;
    right: 0;
}
@media screen and (max-width: 1199px) {
    .first_screen_wrap_right {
        border-radius: 10px;
        padding: 16px;
    }
    .first_screen_wrap_right .top .title{
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        padding-right: 45px;
    }
    .first_screen_wrap_right .top .icon{}
    .first_screen_wrap_right .top .icon svg{
        width: 39px;
        height: 50px;
    }
    .first_screen_wrap_right .bottom .bottom_top{
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 112%;
    }
    .first_screen_wrap_right .bottom .text{
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }
}

.swiper-button-lock{opacity:0;}

#wrapper .cart_info_wrap p.strong{
    line-height: 1.2;
    font-size: 16px;
}
.main-text-page__right-text  .columns{
display:flex;
margin:1rem 0 ;
}
.main-text-page__right-text  .columns .column{
    flex: 0 0 33.3333%;
}


.city-modal__item{
color:gray;}




#anchor_spec

    overflow: hidden;
    padding-bottom: 34px;
    margin-bottom: -35px;


}

.product_page_spec_left_list_it-title{
    display: inline-flex;
    max-width: 300px;
}
.product_page_spec_left_list_it-value{
padding-left:20px;
background:#fff;
}
html .product_page_spec_left_list_it-title::before{
    width: 500px;
    top: 13px;
}

.medium-text.--big b{
    color: var(--black, #32373E);
    font-family: Commissioner;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    padding-left: 30px;
    padding-left: clamp(0.875rem, -4.125rem + 6.6666666667vw, 1.875rem);
    margin-bottom: 16px;
    margin-bottom: clamp(0.5rem, -2rem + 3.3333333333vw, 1rem);
    display: block;
}
.fancybox-slide--iframe .fancybox-content{
    background: #fff;
    height: 100%;
    margin-bottom: 44px;
    margin: 0;
    padding: 8px;
    padding-top: 34px;
    background: rgb(0 0 0 / 40%);
}
.fancybox-slide--iframe .fancybox-content{
min-height:100%;
min-width:100%;
}
html .product_page_descr_left  b{
padding:0!important;}

html .product_page_descr_left  b p{
margin:0;}

.swiper-slide.medium-text.--big{
margin-right:10px;}


.card-controls__tags-item{
    margin-right:10px;
}
.card-controls__tags{
    position: absolute;
    top: 0;
    z-index: 5;
    padding: 20px;
    width: 100%;
}
.card-controls__tags .product-tag{
    border-radius: 8px;
    background: #BA4265;
    color: #FFF;
    font-family: Commissioner;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    padding: 0;
    height: 28px;
    padding: 0 9px;
    display: flex
;
    align-items: center;
}
.card-controls__tags .product-tag.product-tag--border{
    padding: 0 6px;
    border-radius: 8px;
    border: 1px solid var(--blue, #19398B);
    color: var(--blue, #19398B);
    font-family: Commissioner;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    background:#fff;
}

.card-controls__tags .price-label{
    width: 52px;
    height: 35.862px;
    color: #FFF;
    font-family: Commissioner;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}


.card-controls__tags-item.price_tag{
    order: 1;
    margin-left: auto;
    margin-right: 0;
}

.card-controls__btn:last-child.active svg path{
fill:#fff;}

.product_page_also_card-image img{
    width: 100%!important;
    height: 100%!important;
    transition: 0.6s;
    object-fit: cover;
}
.sub-menu-block.bed .sub-menu-block_swiper{
display:none!important;}




body #wrapper .strong-slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    margin: 0px auto;
}

body #wrapper .strong-slick-dots>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 0;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    width: 5px;
    margin: 0 5px;
}

body   .strong-slick-dots>li::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(25, 57, 139, 0.3);
    top: 0px;
    border-radius: 50%;
    left: 0px;
    transition: .5s;
}

body  .strong-slick-dots>li.slick-active::before {
    background: #19398B;
    transform: scale(1.4);
}

body .strong-slick-dots>li>button {
    display: none;
}

body   .strong-slick-arrow {
    position: absolute;
    bottom: 0;
    width: 44px;
    height: 44px;
    cursor: pointer;
    border-radius: 50%;
}

body   .strong-slick-arrow.prev {
    background-image: url(/local/templates/strong/new_site/css/../img/prev.png);
    z-index: 2;
    border-radius: 50%;
    background: #19398B url(/local/templates/strong/images/left.png) no-repeat;
    background-position: 42% center;
    left: calc(25% - 44px);
}

body  .strong-slick-arrow.next {
    z-index: 2;
    position: absolute;
    margin: auto;
    background: #19398B url(/local/templates/strong/images/right.png) no-repeat;
    background-position: center;
    border-radius: 50%;
    right: calc(25% - 44px);
}

body   .strong-slick-arrow.prev:hover {
    opacity: 0.7;
}

body  .strong-slick-arrow.next:hover {
    opacity: 0.7;
}

.header_wrap_navs_subs-nav > ul > li:last-child > a{
    color: #bb4265;
}

.swiper-button-prev,
.swiper-button-next {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0 !important;
}



/* Дополнительно: показывать кнопки при наведении на слайдер */
.swiper:hover .swiper-button-prev:not(.swiper-button-disabled),
.swiper:hover .swiper-button-next:not(.swiper-button-disabled) {
    opacity: 1;
}


   [id^="Vector_37"],
        [id^="Vector_38"],
        [id^="Vector_39"],
        [id^="Vector_40"],
        [id^="Vector_41"],
        [id^="Vector_46"],
        [id^="Vector_47"],
        [id^="Vector_48"],
        [id^="Vector_49"],
        [id^="Vector_50"],
        [id^="Vector_51"],
        [id^="Vector_52"],
        [id^="Vector_53"],
        [id^="Vector_54"],
        [id^="Vector_55"] {
          animation: gentleFlow 8s ease-in-out infinite;
          transform-origin: center;
        }

        /* Animate potential smile/mouth features - targeting paths that might be facial features */
        [id="Vector_43"],
        [id="Vector_42"] {
          animation: gentleSmile 6s ease-in-out infinite;
          transform-origin: center bottom;
        }

        [id^="Vector_37"] { animation-delay: 0.5s; }
        [id^="Vector_38"] { animation-delay: 1.2s; }
        [id^="Vector_39"] { animation-delay: 0.8s; }
        [id^="Vector_40"] { animation-delay: 2.1s; }
        [id^="Vector_41"] { animation-delay: 1.6s; }
        [id^="Vector_46"] { animation-delay: 0.3s; }
        [id^="Vector_47"] { animation-delay: 1.9s; }
        [id^="Vector_48"] { animation-delay: 0.7s; }
        [id^="Vector_49"] { animation-delay: 2.5s; }
        [id^="Vector_50"] { animation-delay: 1.1s; }
        [id^="Vector_51"] { animation-delay: 1.8s; }
        [id^="Vector_52"] { animation-delay: 0.4s; }
        [id^="Vector_53"] { animation-delay: 2.2s; }
        [id^="Vector_54"] { animation-delay: 1.4s; }
        [id^="Vector_55"] { animation-delay: 0.9s; }

        @keyframes gentleFlow {
          0%, 100% {
            transform: translateY(0px) scale(1);
          }
          25% {
            transform: translateY(-0.5px) scale(1.005);
          }
          50% {
            transform: translateY(-1px) scale(1.01);
          }
          75% {
            transform: translateY(-0.5px) scale(1.005);
          }
        }

        @keyframes gentleSmile {
          0%, 100% {
            transform: scaleY(1) translateY(0px);
          }
          25% {
            transform: scaleY(1.02) translateY(-0.2px);
          }
          50% {
            transform: scaleY(1.05) translateY(-0.5px);
          }
          75% {
            transform: scaleY(1.02) translateY(-0.2px);
          }
        }



 @keyframes scaleAnim {
            0% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.02);
            }
            100% {
                transform: scale(1);
            }
        }
#mooner{
  animation: scaleAnim 3s ease-in-out infinite;
}

  @keyframes scaleAnim {
            0% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.02);
            }
            100% {
                transform: scale(1);
            }
        }
@media screen and (max-width:768px){
	.product_page_related-slider .card_mattress_content_btns{
margin-top:15px!important;}
	.product_page_spec_left_list{
overflow:hidden;
}
.product_page_main_card_meta_head_size{

max-width:304px!important;
}
.product.product--single .product__price, .card_mattress_content_btns{
margin:0!important;
}
.card_mattress_content_btns{}

	.card_mattress_content_info_hardness_meta .medium-text{
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    max-width: 100px;
}
.card_mattress_content_btns{
margin-top:auto;
}
	.product.product--single .product__price{
display:flex;}
	.product.product--single .product__select-wrap{
order:0;
margin:0;}

	.catalog-filter__delete-all svg{
display:none;
}
	.catalog-top__mob{
display:none;}
	.catalog-top__sort-select ~ .catalog-top__sort-select{

display:none;
}

	.main-text-page__right-text{
padding:0 15px!important;}

	.swiper_block_cat{
display:none;}
	.catalog-filter__bottom-sub, .catalog-filter__delete, .catalog-filter__show{

display:none!important;
}
	.catalog-filter{
padding-bottom:0;}
}
.accept_filter{
display:flex;
}
.expanded{
    -webkit-line-clamp: unset!important;
    display: block;
}         .fly_menu .bottom-panel__col {
            display: flex;
         }
.catalog_page_wrap_body_content_list .prouct_ban_wrap-img{
height:auto!important;
}

.catalog-top__mob-select{
display:none!important;}
.catalog-top__mob-btn.js-filter-open{
margin-top:10px;}



.first_screen_wrap_slider_sw_item.top_pos{
    justify-content: flex-start;
}


@media screen and (max-width:768px){

.first_screen_wrap_slider_sw_item.top_pos{
    padding-top: 32px;
}

}




.swiper-slide .labels_block{
    display: flex;
    gap: 12px;
    margin-bottom: 13px;
}

.swiper-slide .labels_block .label_item{
    padding: 2px 9px 4px 9px;
    color: #FFF;
    font-family: Commissioner;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px; /* 140% */
    letter-spacing: 0.2px;
    text-transform: uppercase;
    border-radius: 8px;
    background:  #19398B;
    padding-top: 3px;
}
.swiper-slide .labels_block .sale_item{
    position: relative;
}
.swiper-slide .labels_block .sale_item span{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-family: Commissioner;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 1; /* 140% */
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    justify-content: center;
    padding-left: 6px;
    padding-bottom: 3px;
}

@media screen and (max-width:768px){

}

.adb_notice{
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--black, #32373E);

border-radius: 100px;
background: rgba(255, 255, 255, 0.40);
backdrop-filter: blur(12px);
    font-family: Commissioner;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    padding: 0 10px 4px 10px;

}




.prouct_ban_wrap .wrap_prices{
    display: flex;
    flex-direction: column;
    width: fit-content;
    position: relative;
    gap: 4px;
}
.prouct_ban_wrap_left-old-price{
    color: var(--grey-blue, #6D7686);
    font-family: Commissioner;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-decoration: line-through;
}
.prouct_ban_wrap_left-discount{
    position: absolute;
    height: fit-content;
    display: flex;
    left: calc(100% + 24px);
    top: 25px;
}
.prouct_ban_wrap_left-discount span{
    color: #FFF;

/* 1440/Buttons and labels/Small buttons */
    font-family: Commissioner;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1; /* 157.143% */
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    height: 100%;
    padding-left: 11px;
}


@media screen and (max-width: 768px){
    .prouct_ban_wrap_left-old-price{
        display:none;
    }
    .prouct_ban_wrap_left-discount{
    top: 16px;
    left: calc(100% + 12px);
    }
    .prouct_ban_wrap_left-discount svg{
        height: 28px;

    }
     .prouct_ban_wrap_left-discount span{
         color: #FFF;
font-family: Commissioner;
font-size: 10px;
font-style: normal;
font-weight: 500;
line-height: 14px; /* 140% */
     }
}
.prouct_ban{
position:relative;}
.prouct_ban_wrap_left-badge{

color: var(--black, #32373E);
    font-family: Commissioner;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: flex
;
    padding: 0 10px 4px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(12px);
    right: 10px;
    bottom: 10px;
    position: absolute;
    z-index: 9;

}

.prouct_ban_wrap-img.right{right:0;}




.swiper.swiper_add_offers{
    overflow:visible;
    height:fit-content;
}
.product_page_main_card_meta_bottom_case-image .buttons{
    position: relative;
    display: flex;
    gap: 12px;
    margin-top: 12px;
}
.product_page_main_card_meta_bottom_case-image .buttons div{
    opacity: 1;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0;


    width: 46px;
    height: 46px;
    display: flex;
    border-radius: 14px;
    box-shadow: 0 0 26px 0 rgba(0, 67, 101, 0.08);

}
.product_page_main_card_meta_bottom_case-image .buttons div:after{
    display:none;
}
.product_page_main_card_meta_bottom_case-image .buttons div.swiper-button-disabled{
    opacity:.5!important;
}
.product_page_main_card_meta_bottom_case-image .buttons div svg{
    width: 12px;
    height: 10px;
}
.swiper.swiper_add_offers .swiper-slide{
    opacity:0!important;
}
.swiper.swiper_add_offers .swiper-slide.swiper-slide-active{
    opacity:1!important;
}

.product_page_main_card_meta_bottom_case_content-cost{
    font-weight:normal!important;
    color:#19398B!important;
}

.header_card .header_card-title{
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#anchor_reviews, #anchor_description, #anchor_spec, #anchor_pay, #anchor_map{
    scroll-margin-top: 200px;

}



.adb_notice + .notice{
     position: absolute;
    top: 55px;
    right: 20px;
    color: var(--black, #32373E);

border-radius: 100px;
background: rgba(255, 255, 255, 0.40);
backdrop-filter: blur(12px);
    font-family: Commissioner;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    padding: 0 10px 4px 10px;
    opacity:0;
    transition:.3s;

}
.adb_notice:hover + .notice{
    opacity:1;
}

.first_screen_wrap_right .adb_notice + .notice{
    font-size: 11px;
    top: 53px;}


@media screen and (max-width:768px){
.product__tag-item .price-label{
width: 36px;
        height: 19px;
        font-size: 9px;
        font-weight: 400;
        padding-left: 6px;
        /* font-size: 8px !important; */
        line-height: 8px !important;
        padding-top: 2px;
        background-size: cover !important;
        border-radius: 6px;
}
	.product.product--single .product__tags{
position:absolute;
}
	.sub-menu-block-header-title{
background:#fff;
}
	.adb_notice{
right:10px;
top:10px;}
	.adb_notice + .notice{
font-size:11px;}
}

.pop_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 25%);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.poper {
    border-radius: 14px;
    background: var(--white, #FFF);
    padding-top: 30px;
    padding-left: 40px;
    padding-bottom: 30px;
    padding-right: 50px;
    position: relative;
    display: flex;
    gap: 25px;
}
.poper .closer {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #19398B;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.poper .closer:hover {
    background-color: #f0f4ff;
}
.poper .closer svg {}
.poper .wrap {}
.poper .wrap .title {
    color: var(--blue, #19398B);
    font-family: "Fira Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 24px;
}
.poper .wrap .text {
    color: var(--black, #32373E);
    font-family: Commissioner;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.poper .wrap .text p {}
.poper .right {
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
}
.poper .right svg {}



@media screen and (max-width:768px){
    .poper .right {
        display:none;
    }
    .poper{
        padding:16px;
          width:345px;
    }
    .poper .wrap .title{
        color: var(--blue, #19398B);
        font-family: "Fira Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 137.5% */
        margin-bottom: 16px;
    }
    .poper .wrap .text{
        color: var(--black, #32373E);

/* 1440/text/Small text */
font-family: Commissioner;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 171.429% */
    }
    .poper .closer{
        width: 30px;
height: 30px;
    }

}
.news-detail__content{

max-width:100%;
}


.news-detail__content video[name="media"] {
    max-height: 500px;
    margin: auto;
width:100%;

    display: block;
    margin: 10px auto;
}