@font-face {
    font-family: 'GilroyRegular';
    src: url(../fonts/GilroyRegular.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'GilroyMedium';
    src: url(../fonts/GilroyMedium.ttf);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GilroySemibold';
    src: url(../fonts/GilroySemibold.ttf);
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'GilroyBold';
    src: url(../fonts/GilroyBold.ttf);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'GilroyExtrabold';
    src: url(../fonts/GilroyExtrabold.ttf);
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'GilroyBlack';
    src: url(../fonts/GilroyBlack.ttf);
    font-weight: 900;
    font-style: normal;
}

a, p, h1, h2, h3, h4, h5, ul, ol, body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    background: #fff;
    /*padding-top: 40px;*/
}

body, body * {
    position: relative;
    box-sizing: border-box;
}

.d_flex {
    display: flex;
}

.flex_dir_col {
    flex-direction: column;
}

.flex_dir_row {
    flex-direction: row;
}

.jus_cont_sb {
    justify-content: space-between;
}

.align_center {
    align-items: center;
}

.jus_cont_end {
    justify-content: end;
}

.jus_cont_center {
    justify-content: center;
}

.jus_cont_end {
    justify-content: end;
}

.animate {
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    -moz-transition: .4s linear;
    transition: .4s linear;
}

section {
    position: relative;
    background: #fff;
    box-sizing: border-box;
}

.hidden {
    overflow: hidden;
}

.padd100 {
    padding: 100px 0;
}

.padd_bot0, .padd100.padd_bot0 {
    padding-bottom: 0;
}

:root {
    --container-width: 1400px;
    --color-light-grey: #8D8D8D;
    --color-light-dark--grey: #616161;
    --color--green: #5bb521;
    --color--blue: #179bd7;
    --color--dark--blue: #2C679F;
    --background--green: #5bb521;
    --background--blue: #179bd7;
    --very--dark--shade--blue: #2C679F;
    --very--dark--shade--gray: #1B1B1B;
}

.bg__dark__blue {
    background: var(--very--dark--shade--blue);
}

.wrap {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

body::-webkit-scrollbar {
    width: 12px;
    height: 8px;
    background-color: var(--color-light-grey);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--background--blue);
    border-radius: 3px;
}

.b-header {
    width: 100%;
    z-index: 50;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

.b-header__top {
    z-index: 6;
    background: #fff;
    padding: 17px 0 24px 0;
}

.b-header__logo {
    margin-top: -17px;
    width: 100%;
    max-width: 100px;
    height: 104px;
}

.b-header__logo img {
    width: 100%;
    height: 100%;
}

.b-header__city__icon {
    margin-top: 3px;
}

.b-header__city__name {
    color: var(--very--dark--shade--gray);
    font-family: 'GilroyRegular';
    font-size: 20px;
    line-height: normal;
    cursor: pointer;
    gap: 10px;
}

.b-header__search {
    margin-top: 20px;
}

.b-header__search__input {
    border-radius: 2px;
    border: 1px solid var(--very--dark--shade--blue);
    width: 100%;
    max-width: 200px;
    height: 28px;
    color: var(--color-light-grey);
    font-family: 'GilroyRegular';
    font-size: 14px;
    line-height: normal;
    outline: none;
    padding-left: 12px;
    padding-right: 32px;
}

.b-header__search__input::placeholder {
    color: var(--color-light-grey);
}

.b-header__search__input:hover {
    box-shadow: 0px 0px 12px 0px rgb(23 155 215 / 47%);
}

.b-header__search__submit {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    color: transparent;
    background: url(../image/search_icon.svg);
    border: unset;
    cursor: pointer;
    z-index: 1;
}

.b-header__contact__icon {
    width: 32px;
    height: 32px;
}

.b-header__contact {
    gap: 12px;
}

.b-header__inform__title {
    color: var(--very--dark--shade--gray);
    font-family: 'GilroySemibold';
    font-size: 14px;
    line-height: normal;
}

.b-header__inform__subtitle {
    text-decoration: none;
    color: var(--very--dark--shade--gray);
    font-family: 'GilroyRegular';
    font-size: 14px;
    line-height: normal;
    margin-top: 2px;
}

.b-header__box, .b-header__container {
    gap: 40px;
}

.b-header__social {
    gap: 12px;
}

.b-header__social__link {
    display: block;
    text-decoration: none;
    width: 24px;
    height: 24px;
}

.b-header__social__link img {
    width: 100%;
    height: 100%;
	border-radius: 50%;
}

.b-header__contact__adress .b-header__inform__subtitle {
    width: 100%;
    max-width: 262px;
}

.b-header__icons {
    justify-content: end;
    gap: 30px;
}

.b-header__icon {
    text-decoration: none;
    width: 60px;
    height: 60px;
    background: #ECF3F6;
    border-radius: 50%;
}

.b-header__icon:hover {
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgb(23 155 215 / 47%);
}

.button__green {
    text-decoration: none;
    width: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: var(--background--green);
    color: #FFF;
    font-family: 'GilroyMedium';
    font-size: 12px;
    line-height: normal;
    height: 30px;
}

.button__green:hover {
    background: var(--background--blue);
}

.b-header__item__last .button__green {
    width: 100%;
    max-width: 134px;
    margin: 0 auto;
}

.b-header__item__last {
    width: 100%;
    max-width: 145px;
}

.b-header__phone {
    gap: 8px;
}

.b-header__phone__link {
    text-decoration: none;
    color: var(--very--dark--shade--gray);
    font-family: 'GilroyBold';
    font-size: 16px;
    line-height: normal;
    text-align: center;
}

.b-header__bottom {
    width: 100%;
    padding: 9px 0;
}

.b-header__catalog__btn {
    cursor: pointer;
    background-color: var(--background--blue);
    width: 100%;
    max-width: 155px;
    padding: 0 20px;
    gap: 8px;
    height: 32px;
}

.b-header__catalog__title {
    color: #FFF;
    font-family: 'GilroyMedium';
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
}

.b-header__catalog__btn:hover {
    background: var(--background--green);
}

.b-header__menu__list {
    width: 100%;
    margin: 0;
    padding: 0 28px 0 46px;
}

.b-header__menu__item {
    list-style-type: none;
}

.b-header__menu__link {
    text-decoration: none;
    color: #FFF;
    font-family: 'GilroyRegular';
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
}

.b-header__menu__link:hover {
    color: var(--color--green);
}

.b-home__s1__icons {
    gap: 5px;
    margin-bottom: 40px;
}

.b-home__s1__icons img {
    min-width: 48px;
    min-height: 48px;
	max-width: 140px;
}

.b-home__s1__title h2, .b-home__s1__title h3, .b-home__s1__title h4, .b-home__s1__title h5, .b-home__s1__title strong {
    color: var(--color--dark--blue);
    font-family: 'GilroyBlack';
    font-size: 48px;
    line-height: 48px;
}

.b-home__s1__description {
    color: #000;
    font-family: 'GilroyRegular';
    font-size: 24px;
    line-height: normal;
    margin-top: 44px;
}

.b-home__s1 .button__green {
    text-decoration: none;
    color: #FFF;
    font-family: 'GilroyBold';
    font-size: 24px;
    width: 100%;
    border-radius: 2px;
    max-width: 290px;
    height: 65px;
    margin-top: 75px;
}

/*
.b-home__s1{
    padding-top: 40px;
}*/
.b-home__s1 .slick_slide {
    overflow: hidden;
    opacity: 1;
    border-radius: 20px;
    min-height: 602px;
}

.b-home__s1__text {
    z-index: 2;
    width: 100%;
    height: 100%;
    max-width: 660px;
    padding: 71px 33px 106px 113px;
}

.b-home__s1__text:before {
    content: "";
    position: absolute;
    right: -17%;
    top: 50%;
    width: 950px;
    transform: translateY(-50%);
    height: 153%;
    border-radius: 50%;
    background: #ECF3F6;
    z-index: -1;
}

.b-home__s1__img__fly {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    max-width: 972px;
}

.b-home__s1__text__fly {
    background-color: var(--background--blue);
    position: absolute;
    z-index: 3;
    border-radius: 50%;
    text-align: center;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-family: 'GilroyExtrabold';
    font-size: 20px;
    line-height: 26px;
    width: 100%;
    max-width: 234px;
    height: 234px;
    padding: 6px;
    top: 53%;
    left: 54%;
    transform: translate(-50%, -50%);
	box-shadow: -15px 14px 20px -7px rgba(23,155,215,0.75);
	-webkit-box-shadow: -15px 14px 20px -7px rgba(23,155,215,0.75);
	-moz-box-shadow: -15px 14px 20px -7px rgba(23,155,215,0.75);
}

.b-home__s1__text__fly img, .b-home__s1__text__fly svg {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.slick-list, .b-home__s1 .slider {
    overflow: hidden;
}

.slick-track {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.b-home__s1 .slick-active {
    z-index: 2;
    opacity: 1;
}

.b-home__s2__h1 {
    color: var(--color--dark--blue);
    font-family: 'GilroyExtrabold';
    font-size: 36px;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

.b-home__s2__box {
    gap: 30px;
}

.b-home__s2__img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 156px;
    height: 156px;
	border-radius: 50%;
}

.b-home__s2__name {
    color: #000;
    font-family: 'GilroySemibold';
    font-size: 16px;
    line-height: normal;
    margin-top: 20px;
    text-align: center;
}

.b-home__s2__subtitle {
    color: var(--color-light-dark--grey);
    font-family: 'GilroyRegular';
    font-size: 14px;
    text-align: center;
    line-height: normal;
    margin-top: 8px;
}

.s__title__all {
    color: var(--very--dark--shade--gray);
    font-family: 'GilroySemibold';
    font-size: 32px;
    line-height: normal;
    text-transform: uppercase;
}

.s__title__box__line {
    width: 100%;
    height: 1px;
    background: var(--very--dark--shade--blue);
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    right: 0;
    max-width: 100% !important;
}

.s__title__box {
    overflow-x: hidden;
}

.s__title__box_alt {
    justify-content: center;
    align-items: center;
}

.s__title__box_alt .s__title__all{
    white-space: nowrap;
    padding-right: 20px;
}

.s__title__box__line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background: var(--very--dark--shade--blue);
}

.s__title__box__line_alt {
    width: 100%;
    height: 1px;
    background: var(--very--dark--shade--blue);
    top: 50%;
    margin-top: -0.5px;
    right: 0;
}


.s__title__box__line_alt::before {
    content: "";
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: var(--very--dark--shade--blue);
    display: inline-block;
    position: absolute;
}

.b-home__s3__box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding-bottom: 10px;
}

.b-home__s3__item {
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    padding: 0 30px 30px 30px;
}

.b-home__s3__item:hover {
    box-shadow: 0px 0px 12px 0px rgb(23 155 215 / 100%);
}

.b-home__s3__img {
    width: 100%;
    object-fit: contain;
    max-width: 249px;
    height: 249px;
}

.b-home__s3__link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.b-home__s3__name {
    color: var(--very--dark--shade--gray);
    text-align: center;
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: normal;
    margin-top: 12px;
}

.b-all__slider .slick-list, .b-review .slick-list, .b-video__slider .slick-list, .modal__catalog .slick-list {
    margin-left: -20px;
    margin-right: -20px;
}

.b-all__slider .slick_slide {
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
    margin: 0 20px;
}

.b-all__slider .slick_slide:hover, .b-sert__slider .b-sert__slider__item:hover, .b-review__item:hover {
    box-shadow: 0px 0px 12px 0px rgb(23 155 215 / 100%);
}

.b-all__slider__box__img {
    width: 100%;
    overflow: hidden;
    height: 137px;
}

.b-all__slider__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.b-all__slider .slick_slide:hover .b-all__slider__img {
    transform: scale(1.2);
}

.b-all__slider__sale {
    border-radius: 50%;
    background: var(--background--blue);
    width: 40px;
    height: 40px;
    padding: 9px 3px;
    color: #FFF;
    font-family: 'GilroyMedium';
    font-size: 12px;
    line-height: normal;
    position: absolute;
    right: 2px;
    top: 4px;
    z-index: 2;
}

.b-all__slider__name {
    color: var(--very--dark--shade--gray);
    text-decoration: none;
    font-family: 'GilroyMedium';
    font-size: 16px;
    line-height: normal;
    margin-top: 20px;
    min-height: 38px;
}

.b-all__slider__review {
    gap: 8px;
    margin-top: 8px;
}

.b-all__slider__star__text {
    color: #AFAFAF;
    font-family: 'GilroySemibold';
    font-size: 14px;
    line-height: normal;
}

.b-all__slider__vendor {
    color: #AFAFAF;
    font-family: 'GilroyRegular';
    font-size: 14px;
    line-height: normal;
    margin-top: 12px;
}

.b-all__slider__availability {
    gap: 8px;
    margin-top: 12px;
}

.b-all__slider__availability__text {
    color: var(--unnamed, #1B1B1B);
    font-family: 'GilroySemibold';
    font-size: 14px;
    line-height: normal;
}

.b-all__slider__availability__icon {
    gap: 2px;
}

.b-all__slider .slider, .b-sert__slider {
    padding-bottom: 10px;
}

.b-all__slider .slick-track, .b-sert__slider .slick-track, .b-review .slick-track {
    padding: 13px 0;
}

.b-all__slider__bottom {
    margin-top: 32px;
}

.b-all__slider__price__text {
    color: #939393;
    width: fit-content;
    font-family: 'GilroyRegular';
    font-size: 12px;
    line-height: normal;
    margin-bottom: 5px;
    padding-bottom: 3px;
    border-bottom: 1px solid #939393;
}

.b-all__slider__price__box {
    gap: 21px;
}

.b-all__slider__price__actual {
    color: var(--unnamed, #1B1B1B);
    font-family: 'GilroyBold';
    font-size: 20px;
    line-height: normal;
}

.b-all__slider__price__old {
    display: flex;
    align-items: end;
    color: #AFAFAF;
    font-family: 'GilroySemibold';
    font-size: 14px;
    line-height: normal;
    text-decoration-line: line-through;
}

.b-all__slider__icons {
    align-items: end;
    gap: 12px;
}

.b-all__slider__icons__link {
    cursor: pointer;
    background: #ECF3F6;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.b-all__slider__icons__link.active svg:nth-child(2) {
    display: block;
}

.b-all__slider__icons__link:hover {
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgb(23 155 215 / 47%);
}

.b-all__slider__add__cart {
    margin-top: 20px;
}

.b-all__slider__add__cart .button__green {
    color: #FFF;
    font-family: 'GilroySemibold';
    font-size: 16px;
    line-height: normal;
    max-width: 160px;
    height: 35px;
}

.b-all__slider__counter {
    gap: 10px;
}

.b-all__slider__counter__input {
    -webkit-appearance: none;
    appearance: none;
    color: #000;
    font-family: 'GilroySemibold';
    font-size: 20px;
    line-height: normal;
    border: unset;
    outline: none;
    text-align: center;
    width: 30px;
}

.b-all__slider__counter__input::-webkit-inner-spin-button,
.b-all__slider__counter__input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.b-all__slider__counter__input[type=number] {
    -moz-appearance: textfield;
}

.b-all__slider__counter__input::-webkit-inner-spin-button,
.b-all__slider__counter__input::-webkit-outer-spin-button {
    display: none;
}

.b-all__slider__counter__btn {
    cursor: pointer;
    height: 35px;
}

.b-all__slider .slick-dots, .b-sert__slider .slick-dots, .b-product__s1 .slick-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin-top: 32px;
}

.b-all__slider .slick-dots li, .b-sert__slider .slick-dots li, .b-video__slider .slick-dots li, .b-product__s1 .slick-dots li {
    cursor: pointer;
    list-style-type: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #D9D9D9;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    -moz-transition: .4s linear;
    transition: .4s linear;
}

.b-all__slider .slick-dots li.slick-active, .b-all__slider .slick-dots li:hover,
.b-sert__slider .slick-dots li.slick-active, .b-sert__slider .slick-dots li:hover,
.b-video__slider .slick-dots li.slick-active, .b-video__slider .slick-dots li:hover,
.b-product__s1 .slick-dots li.slick-active, .b-product__s1 .slick-dots li:hover {
    background-color: var(--very--dark--shade--blue);
}

.b-all__slider .slick-dots li button, .b-sert__slider .slick-dots li button, .b-video__slider .slick-dots li button, .b-product__s1 .slick-dots li button {
    cursor: pointer;
    background: transparent;
    color: transparent;
    width: 100%;
    height: 100%;
    padding: 0;
    border: unset;
    outline: none;
    display: none;
}

.b-all__slider .slick-arrow, .b-sert__slider .slick-arrow, .b-review .slick-arrow, .b-video__slider .slick-arrow {
    display: none !important;
}

.b-all__slider__arrow .arrow, .b-sert__slider__arrow .arrow, .b-review__arrow .arrow {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: var(--very--dark--shade--blue);
    /**/
    margin-top: -20px;
}

.b-all__slider__arrow .arrow:hover, .b-sert__slider__arrow .arrow:hover, .b-review__arrow .arrow:hover {
    background-color: var(--background--green);
}

.b-all__slider__arrow, .b-sert__slider__arrow, .b-review__arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
    /**/
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    z-index: 2;
    height: 0;
}

.b-all__slider__slick_prev, .b-sert__slider__slick_prev, .b-review__slick_prev {
    margin-left: -30px;
}

.b-all__slider__slick_next, .b-sert__slider__slick_next, .b-review__slick_next {
    margin-right: -30px;
}

.bg__dark__blue .s__title__all {
    color: #FFF;
}

.bg__dark__blue .s__title__box__line, .bg__dark__blue .s__title__box__line::before {
    background: #fff;
}

.b-latest__slider .arrow {
    background: var(--background--green);
}

.b-latest__slider .arrow:hover {
    background: var(--background--blue);;
}

.b-latest__slider .slick-dots li {
    background: #ADADAD;
}

.b-latest__slider .slick-dots li.slick-active, .b-latest__slider .slick-dots li:hover {
    background: #fff;
}

.b-latest__slider .slick-dots {
    margin-bottom: 50px;
}

.b-all__slider__list {
    margin-top: 11px;
}

.b-all__slider__list__item {
    gap: 20px;
    padding: 9px 0;
    border-bottom: 1px solid #EAEAEA;
}

.b-all__slider__list__small {
    color: var(--very--dark--shade--gray);
    font-family: 'GilroyRegular';
    font-size: 12px;
    line-height: normal;
    text-align: left;
}

.b-all__slider__list__bold {
    color: var(--unnamed, #1B1B1B);
    text-align: right;
    font-family: 'GilroyBold';
    font-size: 12px;
    line-height: normal;
}

.b-latest__slider .slick_slide:hover {
    box-shadow: 0px 0px 12px 0px rgb(255 255 255);
}

.b-home__s7__title {
    color: var(--very--dark--shade--gray);
    font-family: 'GilroySemibold';
    font-size: 32px;
    line-height: normal;
    text-transform: uppercase;
}

.b-home__s7__title svg {
    position: absolute;
    right: -16px;
    top: 20px;
}

.b-home__s7__info {
    color: var(--unnamed, #616161);
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
}

.b-home__s7__text {
    width: 100%;
    max-width: 560px;
}

.b-home__s7__text .button__green {
    max-width: 320px;
    height: 60px;
    color: #FFF;
    font-family: 'GilroySemibold';
    font-size: 16px;
    line-height: normal;
    margin-top: auto;
    text-decoration: none;
    border-radius: 2px;
}

.b-home__s7__play {
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    max-width: 720px;
    height: 420px;
}

.b-home__s7__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.b-home__s7__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.b-home__s7__play:hover .b-home__s7__icon circle {
    fill: var(--background--green);
}

.b-home__s7 {
    background: #ECF3F6;
    padding: 50px 0;
}

.b-home__s8__box {
    gap: 10.5%;
}

.b-home__s8__img {
    width: 100%;
    max-width: 521px;
    height: 537px;
}

.b-home__s8__inform {
    width: 100%;
}

.b-home__s8__text {
    color: var(--unnamed, #616161);
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: 23px;
}

.b-home__s8__number {
    margin: 40px 0;
}

.b-home__s8__number {
    padding-left: 24px;
}

.b-home__s8__number::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 100%;
    background: var(--background--blue);
}

.b-home__s8__number__text {
    color: var(--very--dark--shade--gray);
    font-family: 'GilroyMedium';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 7px;
}

.b-home__s8__number__count {
    color: var(--color--green);
    font-family: 'GilroyBold';
    font-size: 128px;
    font-style: normal;
    font-weight: 700;
    line-height: 104.4px;
}

.b-home__s8__number__count span {
    color: var(--unnamed, #1B1B1B);
    font-family: 'GilroyRegular';
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.b-home__s9__box {
    width: 100%;
    background: url(../image/b_home__s9__bg_img.png);
    background-size: cover;
    background-position: center;
}

.b-home__s9__box .wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding-bottom: 40px;
    max-width: 1200px;
}

.b-home__s9__item {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    max-width: 270px;
}

.b-home__s9__item:hover .b-home__s9__img {
    transform: scale(1.2);
}

.b-home__s9__name {
    color: #FFF;
    text-align: center;
    font-family: 'GilroyBold';
    font-size: 27.346px;
    line-height: 33px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.b-home__s9__item:hover:hover .b-home__s9__name {
    text-shadow: 0px 4px 13px #5bb521, 0px -3px 13px #179bd7;
}

.b-home__s9__link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.b-home__s9__circle {
    width: 100%;
    max-width: 282px;
    position: absolute;
    z-index: 2;
}

.b-home__s9__circle__first {
    background: url(../image/b_home__s9__circle__first_img.svg);
    background-repeat: no-repeat;
}

.b-home__s9__circle__second {
    background: url(../image/b_home__s9__circle__second_img.svg);
    background-repeat: no-repeat;
}

.b-home__s9__circle__box {
    border-radius: 50%;
    width: 100%;
    max-width: 180px;
    height: 180px;
}

.b-home__s9__circle__icon {
    display: block;
    margin: 0 auto;
}

.b-home__s9__circle__name {
    color: #FFF;
    text-align: center;
    font-family: 'GilroySemibold';
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
}

.b-home__s9__circle__first .b-home__s9__circle__box {
    background: var(--background--green);
}

.b-home__s9__circle__second .b-home__s9__circle__box {
    background: var(--background--blue);
}

.b-home__s9__circle__first {
    left: 19.5%;
    top: 21%;
}

.b-home__s9__circle__second {
    right: 21.1%;
    bottom: 16%;
}

.b-sert__slider .slick-list {
    margin-left: -13px;
    margin-right: -13px;
}

.b-sert__slider__item {
    text-align: center;
    border-radius: 2px;
    background: #FFF;
    height: initial;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    padding: 16px;
    margin: 0 13px;
}

.b-sert__slider__cont {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 325px;
}

.b-sert__slider__name {
    font-family: 'GilroyMedium';
    color: #40475E;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    min-height: 32px;
    margin-top: 22px;
}

.b-sert__slider__link {
    gap: 8px;
    text-decoration: unset;
    color: var(--color--dark--blue);
    text-align: center;
    font-family: 'GilroyRegular';
    font-size: 12px;
    line-height: 16px;
    margin: 0 auto;
    margin-top: 12px;
}

.b-sert__slider__cont .big {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.b-sert__slider__cont .loop {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.b-question__answer__text {
    display: none;
}

.b-question__answer__text.active {
    display: block;
}

.b-question__answer__icon.active {
    transform: rotate(134deg);
}

.b-question__answer__title {
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    font-family: 'GilroyBold';
    font-size: 20px;
    line-height: 26px;
    gap: 20px;
    padding: 15px 24px 15px 40px;
}

.b-question__answer__title:not(.active):hover {
    background: var(--background--green);
}

.b-question__answer__title.active {
    border-radius: 5px 5px 0px 0px;
}

.b-question__answer__box {
    gap: 8px;
}

.b-question__answer__text {
    background: #ECF3F6;
    border-radius: 0px 0px 5px 5px;
    padding: 32px 40px;
}

.b-question__answer__small {
    color: var(--very--dark--shade--gray);
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: 24px;
}

.b-question__answer__item {
    border-radius: 5px;
    overflow: hidden;
}

.b-our__partners__slider .slick-track {
    justify-content: unset;
}

.b-our__partners__slider {
    display: flex;
    flex-direction: column;
    pointer-events: none;
    gap: 20px;
}

#b-our__partners__slider1 .slick-list, 
#b-our__partners__slider3 .slick-list, 
#b-our__partners__slider2 .slick-list {
    padding: 0 15px;
}

#b-our__partners__slider1 .slick-track, #b-our__partners__slider3 .slick-track {
    direction: rtl;
    gap: 40px;
}

#b-our__partners__slider2 .slick-track {
    direction: ltr;
    gap: 40px;
}

#b-our__partners__slider2 .slick-list {
   /* margin-left: -100px;*/
}

.b-our__partners__item {
    height: 70px;
    border-radius: 5px;
    background: #ECF3F6;
    width: 200px !important;
}

.b-our__partners__item img {
    object-fit: contain;
    object-position: center;
	max-height: 70px;
}

.b-review__info {
    gap: 12px;
}

.b-review__item {
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    padding: 32px 40px 40px 40px;
    margin: 0 20px;
}

.b-review__item__img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.b-review__client {
    gap: 5px;
}

.b-review__item__name {
    color: var(--very--dark--shade--gray);
    font-family: 'GilroySemibold';
    font-size: 16px;
    line-height: normal;
}

.b-review__item__date {
    color: var(--color-light-dark--grey);
    font-family: 'GilroyRegular';
    font-size: 12px;
    line-height: 15.6px;
}

.b-review__text {
    color: var(--very--dark--shade--gray);
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: normal;
    margin-top: 24px;
}

.b-review__text a, .b-review__text span {
    text-decoration: none;
    color: var(--color--dark--blue);
    font-family: 'GilroySemibold';
    font-size: 16px;
    line-height: normal;
}

.b-cf__polikarb {
    width: 100%;
    background: url(../image/b_cf__polikarb_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    margin-top: 100px;
}

.b-cf__polikarb__title {
    color: #FFF;
    font-family: 'GilroyBold';
    font-size: 32px;
    line-height: 40px;
}

.b-cf__polikarb__subtitle {
    color: #FFF;
    font-family: 'GilroyMedium';
    font-size: 18px;
    line-height: normal;
    margin-top: 20px;
}

.b-cf__polikarb__line {
    display: grid;
    grid-template-columns: 1fr;
}

.b-cf__polikarb__line__first {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.b-cf__polikarb .input__all {
    width: 100%;
    border: unset;
    outline: none;
    background: 0 0;
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, .5);
    border-bottom: 2px solid #fff;
    padding-bottom: 7px;
}

.b-cf__polikarb__box {
    width: 100%;
    max-width: 600px;
    gap: 40px;
    margin-top: 60px;
}

.b-cf__polikarb .input__all::placeholder {
    color: rgba(255, 255, 255, .5);
}

.check {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.img_check {
    max-width: 16px;
    width: 100%;
    height: 16px;
    position: relative;
    z-index: 2;
    background: url(../image/popup_img_not_check.png);
    margin-right: 9px;
    cursor: pointer;
}

.img_check.move {
    position: relative;
    background: url(../image/popup_img_check.png);
}

.info_check, .info_check a {
    color: rgba(255, 255, 255, 0.80);
    font-family: 'GilroyRegular';
    font-size: 14px;
    line-height: 18.2px;
}

.info_check a {
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    text-decoration: unset;
    font-family: 'GilroyBold';
}

.info_check a:hover {
    color: var(--color--blue);
}

.b-cf__polikarb .button__green {
    border: none;
    outline: none;
    cursor: pointer;
    max-width: 320px;
    height: 60px;
    color: #FFF;
    font-family: 'GilroySemibold';
    font-size: 16px;
    line-height: normal;
    margin-top: 20px;
}

.b-mailing__stock {
    width: 43%;
    padding-left: 0;
    background: var(--background--blue);
    padding-top: 20px;
    padding-bottom: 26px;
}

.b-mailing__offer {
    width: 57%;
    padding-right: 0;
    background: var(--background--green);
    padding-top: 20px;
    padding-bottom: 26px;
    gap: 60px;
}

.b-mailing__stock__title {
    color: #FFF;
    font-family: 'GilroySemibold';
    font-size: 20px;
    line-height: normal;
}

.b-mailing__stock__subtitle {
    color: var(--unnamed, #FFF);
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: normal;
    margin-top: 8px;
}

.b-mailing__stock .button__green {
    text-decoration: none;
    max-width: 117px;
    height: 33px;
    color: #FFF;
    font-family: 'GilroySemibold';
    font-size: 14px;
    line-height: normal;
    margin-top: 20px;
}

.b-mailing__stock .button__green:hover {
    background: var(--very--dark--shade--blue);
}

.b-mailing__stock__sale {
    position: absolute;
    right: 59px;
    top: 15px;
    z-index: 1;
}

.b-mailing__stock__sale__big {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    font-family: 'GilroyMedium';
    font-size: 24px;
    line-height: normal;
    background: var(--background--green);
}

.b-mailing__stock__sale__small {
    background: var(--very--dark--shade--blue);
    border-radius: 50%;
    width: 47px;
    height: 47px;
    color: #FFF;
    text-align: center;
    font-family: 'GilroyMedium';
    font-size: 16px;
    line-height: normal;
    position: absolute;
    bottom: -28px;
    right: -19px;
}

.b-mailing__offer__text {
    gap: 16px;
    color: #FFF;
    font-family: 'GilroySemibold';
    font-size: 20px;
    line-height: normal;
}

.b-mailing__list__form {
    width: 100%;
    max-width: 343px;
}

.b-mailing__list__input {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    outline: none;
    color: rgba(255, 255, 255, 0.53);
    font-family: 'GilroyRegular';
    font-size: 14px;
    line-height: normal;
    border: 1px solid #fff;
    background: transparent;
    padding-right: 58px;
}

.b-mailing__list__input::placeholder {
    color: rgba(255, 255, 255, 0.53);
}

.b-mailing__list__input:hover {
    box-shadow: 0px 0px 12px 0px rgb(23 155 215 / 100%);
}

.b-mailing__list__btn {
    position: absolute;
    border: unset;
    outline: none;
    color: transparent;
    cursor: pointer;
    width: 34px;
    height: 42px;
    background: url(../image/s_mailing_btn_cf_img.svg);
    background-repeat: no-repeat;
    background-position: center center;
    right: 22px;
    top: 0;
}

.b-mailing__list__privacy, .b-mailing__list__privacy a {
    color: #E7E7E7;
    font-family: 'GilroyRegular';
    font-size: 12px;
    line-height: normal;
    text-decoration: none;
}

.b-mailing__list__privacy {
    margin-top: 14px;
}

.b-mailing__list__privacy a:hover {
    color: var(--very--dark--shade--blue);
}

.b-footer {
    padding: 45px 0;
}

.b-footer__logo {
    width: 100%;
    max-width: 128px;
    height: 132px;
}

.b-footer__logo__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.b-footer__organization {
    margin-top: 16px;
    gap: 4px;
}

.b-footer__organization__info {
    color: #C5C5C5;
    font-family: 'GilroyRegular';
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
}

.b-footer__menu__bold {
    text-decoration: none;
    color: #FFF;
    font-family: 'GilroySemibold';
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
}

.b-footer__menu__list {
    gap: 8px;
    margin-top: 16px;
}

.b-footer__menu__item, .b-footer__menu__middle__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.b-footer__menu__link {
    color: #FFF;
    font-family: 'GilroyRegular';
    text-decoration: none;
    font-size: 16px;
    line-height: normal;
}

.b-footer__menu__link:hover, .b-footer__menu__middle__link:hover {
    color: var(--color--blue);
}

.b-footer__menu__middle__list {
    margin: 0;
    padding: 0;
    gap: 16px;
}

.b-footer__menu__middle__link {
    text-decoration: none;
    color: var(--unnamed, #FFF);
    font-family: 'GilroySemibold';
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
}
.b-footer__menu__contact{
	align-items: baseline;
}
.b-footer__menu {
    width: 100%;
    gap: 10%;
    max-width: 823px;
}

.b-footer__menu__contact {
    width: 100%;
    max-width: 225px;
    gap: 16px;
}

.b-footer__menu__contact__item {
    gap: 12px;
}

.b-footer__menu__contact__info {
    gap: 3px;
}

.b-footer__menu__contact__title {
    color: #fff;
    font-family: 'GilroySemibold';
    font-size: 14px;
    line-height: normal;
}

.b-footer__menu__contact__subtitle, a.b-footer__menu__contact__subtitle {
    text-decoration: none;
    color: #fff;
    font-family: 'GilroyRegular';
    font-size: 14px;
    line-height: normal;
}

.b-footer__menu__site {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    align-items: center;
    margin-top: 15px;
    color: #fff;
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: normal;
    gap: 19px;
}

.b-footer__phone {
    color: #fff;
    font-family: 'GilroyBold';
    font-size: 16px;
    line-height: normal;
    text-decoration: none;
    margin-bottom: 8px;
}

.b-footer__callback {
    max-width: 140px;
    height: 34px;
    color: #fff;
    font-family: 'GilroyMedium';
    font-size: 12px;
    line-height: normal;
    margin-top: 12px;
}

.b-footer__social {
    gap: 8px;
    margin-top: 20px;
}

.b-footer__social__link {
    width: 24px;
    height: 24px;
}

.b-footer__social__link img {
    width: 100%;
    height: 100%;
}

.b-footer__razrab {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    text-decoration: none;
    color: #ECEBEB;
    font-family: 'GilroyRegular';
    font-size: 12px;
    line-height: normal;
}

.b-footer__razrab img {
    width: 100%;
    max-width: 72px;
    margin-top: 8px;
}

.b-header__catalog__box {
    position: relative;
}

.b-header__catalog__menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #FFF;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 0 20px 20px;
    z-index: 20;
    width: 320px;
}

.b-header__catalog__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.b-header__catalog__list li {
    list-style-type: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.b-header__catalog__list li a {
    text-decoration: none;
    color: #000;
    font-family: 'GilroySemibold';
    font-size: 16px;
    line-height: normal;
}

.b-header__catalog__list li a:hover {
    color: var(--color--dark--blue);
}

.b-header__catalog__list li a {
    color: #333;
    text-decoration: none;
}

.b-header__catalog__submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    gap: 12px;
    padding: 20px;
    width: 250px;
}

.b-header__catalog__submenu li {
    padding-right: 20px;
}

.b-header__catalog__submenu li a {
    text-decoration: none;
    color: #000;
    font-family: 'GilroySemibold';
    font-size: 16px;
    line-height: normal;
}

.b-header__catalog__menu.visible, .b-header__catalog__submenu.visible {
    display: flex;
    flex-direction: column;
}

.b-header__catalog__arrow {
    z-index: 2;
    /*width: 7px;
    height: 10px;
    margin: 11px 11px;*/
    width: 30px;
    height: 30px;
}

.b-header__item__form {
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    width: 272px;
    padding: 20px;
    position: absolute;
    bottom: -157px;
    right: 0;
    visibility: hidden;
    opacity: 0;
}

.b-header__item__button:hover .b-header__item__form {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.b-header__item__form__input {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    outline: none;
    color: rgba(0, 0, 0, 0.53);
    font-family: 'GilroyRegular';
    font-size: 14px;
    line-height: normal;
    border: 1px solid #2C679F;
    background: transparent;
    padding-right: 58px;
}

.b-header__item__form__input:hover, .b-header__item__form__input:focus {
    box-shadow: 0px 0px 12px 0px rgb(23 155 215 / 100%);
}

.b-header__item__form__btn {
    position: absolute;
    border: unset;
    outline: none;
    color: transparent;
    cursor: pointer;
    width: 34px;
    height: 42px;
    background: url(../image/b_header__item__form__btn_cf.svg);
    background-repeat: no-repeat;
    background-position: center center;
    right: 22px;
    top: 0;
}

.b-header__item__form__privacy, .b-header__item__form__privacy a {
    color: #ACACAC;
    font-family: 'GilroyRegular';
    font-size: 12px;
    line-height: normal;
    text-decoration: none;
}

.b-header__item__form__privacy {
    margin-top: 12px;
}

.b-header__item__form__privacy a:hover, .b-header__city__link:hover {
    color: var(--very--dark--shade--blue);
}

.b-header__city__list {
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 27px;
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
    position: absolute;
    top: calc(100% + 7px);
    left: 0;
    z-index: 4;
}

.b-header__city__link {
    text-decoration: none;
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: normal;
    color: #333;
}

.b-header__city__list.active {
    display: grid;
}

.b-header__city__icon.transform {
    transform: rotate(180deg);
}

.b-header__item:nth-child(2) {
    gap: 12px;
}

.menu-btn {
    display: none;
}

.b-header__item .button__callback.mobile, .b-header__menu__mobile, .b-header__catalog__list__item.hidden {
    display: none;
}

.b-breadcrumbs {
    margin-bottom: 20px;
}

.b-breadcrumbs__list {
    width: 100%;
    width: 100%;
    flex-wrap: wrap;
    gap: 9px;
}

.b-breadcrumbs * {
    text-decoration: none;
    color: var(--color-light-dark--grey);
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: normal;
}

.b-breadcrumbs__item {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.b-breadcrumbs__item:last-of-type * {
    pointer-events: none;
}

.b-catalog__s1__box {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 40px;
}

.b-catalog__s1__item {
    text-align: center;
    border-radius: 5px;
    background: #ECF3F6;
    text-decoration: none;
    color: var(--very--dark--shade--gray);
    font-family: 'GilroyRegular';
    font-size: 14px;
    line-height: normal;
    padding: 8px 20px;
}

.b-catalog__s1__item:hover {
    background: var(--background--blue);
    color: #fff;
}

.b-catalog__s2__aside {
    width: 100%;
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    padding: 17px 24px 30px 24px;
    gap: 8px;
}

.b-catalog__s2__aside__link {
    text-decoration: none;
    color: var(--color-light-dark--grey);
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: normal;
}

.b-catalog__s2__aside__link.active {
    color: var(--color--blue);
    font-family: 'GilroySemibold';
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
}

.b-catalog__s2__aside__link:not(.active):hover {
    color: var(--color--blue);
}

.b-catalog__s2 .wrap {
    padding-top: 24px;
    gap: 40px;
}

.b-catalog__s2__filter {
    margin-top: 24px;
}

.b-catalog__s2__filter__title {
    color: var(--very--dark--shade--gray);
    font-family: 'GilroySemibold';
    font-size: 24px;
    line-height: normal;
}

.b-catalog__s2__sorting__list {
    gap: 20px;
}

.b-catalog__s2__sorting__title {
    color: var(--very--dark--shade--gray);
    font-family: 'GilroySemibold';
    font-size: 16px;
    line-height: normal;
    margin-right: 40px;
}

.b-catalog__s2__sorting__item {
    cursor: pointer;
    color: var(--color-light-dark--grey);
    font-family: 'GilroyRegular';
    font-size: 14px;
    line-height: normal;
}

.b-catalog__s2__sorting__item:hover {
    color: var(--color--blue);
    font-family: 'GilroySemibold';
}

.b-catalog__s2__widget {
    width: 100%;
    max-width: 320px;
}

.b-catalog__s2__content {
    width: 100%;
}

.b-catalog__s2__icon__list {
    gap: 16px;
}

.b-catalog__s2__icon__item {
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.b-catalog__s2__icon__item.active svg path, .b-catalog__s2__icon__item:hover svg path {
    stroke: #5BB521;
}

.b-catalog__s2__grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 20px;
}

.b-catalog__s2__grid.row {
    grid-template-columns: 1fr;
    gap: 20px;
}

.b-catalog__s2__grid .slick_slide {
    margin: 0;
}

.b-catalog__s2__grid .b-all__slider__list {
    display: none;
}

.b-catalog__s2__grid.row .b-all__slider__list {
    display: flex;
}

.b-catalog__s2__grid.row .slick_slide {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    padding-right: 34px;
}

.b-catalog__s2__grid.row .b-all__slider__top {
    flex-direction: row;
    justify-content: space-between;
    grid-column: 4 span;
    gap: 40px;
}

.b-catalog__s2__grid.row .b-all__slider__box__img {
    max-width: 220px;
}

.b-catalog__s2__grid.row .b-all__slider__box__cont {
    width: 100%;
}

.b-catalog__s2__grid.row .b-all__slider__add__cart {
    flex-direction: column;
    margin: 0;
    gap: 12px;
}

.b-catalog__s2__grid.row .b-all__slider__bottom {
    margin-top: 0;
}

.b-catalog__s2__grid.row .b-all__slider__inform .b-all__slider__icons, .b-catalog__s2__grid .b-all__slider__add__cart .b-all__slider__icons {
    display: none;
}

.b-catalog__s2__grid.row .b-all__slider__add__cart .b-all__slider__icons {
    display: flex;
    margin-top: 8px;
    order: 3;
}

.b-catalog__s2__grid.row .b-all__slider__counter {
    order: 1;
}

.b-catalog__s2__grid.row .b-all__slider__add__cart .button__green, .b-catalog__s2__grid.row .b-all__slider__add__cart .button__gray {
    order: 2;
}

.b-catalog__s2__grid.row .b-all__slider__sale {
    right: unset;
    left: 220px;
}

.b-catalog__s2__grid.row .b-all__slider__name {
    margin-top: 0;
    min-height: unset;
}

.button__gray {
    pointer-events: none;
    width: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #AFAFAF;
    color: #FFF;
    font-family: 'GilroySemibold';
    font-size: 16px;
    line-height: normal;
    max-width: 160px;
    height: 35px;
}

.b-catalog__s2__pagination {
    grid-column: 3 span;
    width: 100%;
}

.b-catalog__s2__pagination__list, .b-catalog__s2__pagination {
    gap: 60px;
}

.b-catalog__s2__pagination__list {
    list-style-type: none;
}

.b-catalog__s2__pagination__link, .b-catalog__s2__pagination__link span {
    color: #E1E1E1;
    font-family: 'GilroyExtrabold';
    text-decoration: none;
    font-size: 24px;
    line-height: normal;
}

.b-catalog__s2__pagination__link.is-current, .b-catalog__s2__pagination__link.is-current span, .b-catalog__s2__pagination__link:hover span {
    color: var(--color--dark--blue);
}

.b-catalog__s2__grid.row .b-catalog__s2__pagination {
    grid-column: 1 span;
    margin-top: 20px;
}

.b-catalog__s3__text, .b-catalog__s3__text a {
    color: var(--very--dark--shade--gray);
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: 21px;
}

.b-catalog__s3__text a {
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    -moz-transition: .4s linear;
    transition: .4s linear;
    text-decoration: none;
}

.b-catalog__s3__text a:hover {
    color: var(--color--blue);
}

.b-catalog__s3__related {
    gap: 74px;
}

.b-catalog__s3__related__list {
    width: 100%;
    flex-wrap: wrap;
    max-width: 650px;
    gap: 12px;
}

.b-catalog__s3__related__item {
    text-decoration: none;
    border-radius: 5px;
    background: #ECF3F6;
    color: var(--unnamed, #1B1B1B);
    font-family: 'GilroyRegular';
    font-size: 14px;
    line-height: normal;
    padding: 8px 20px;
}

.b-catalog__s3__related__item:hover {
    background: var(--background--blue);
    color: #fff;
}

.b-article__slider__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.b-video__slider .slick_slide {
    overflow: hidden;
    cursor: pointer;
    margin: 0 20px;
    border-radius: 10px;
    height: 257px;
}

.b-video__slider .slick_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.b-video__slider__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.b-video__slider .slick_slide:hover .b-video__slider__icon circle {
    fill: var(--background--green);
}

.modal__catalog {
    z-index: 26;
    background: #fff;
    margin: 0 auto;
    position: relative;
    border-radius: 2px;
    width: 100%;
    max-width: 1160px;
    padding: 40px;
}

.b-modal {
    width: 100%;
    height: 100%;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 30;
    top: 0;
    left: 0;
}

.b-modal.active {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 13% 0 6% 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.b-modal::-webkit-scrollbar-thumb {
    background-color: var(--background--blue);
    border-radius: 3px;
}

.b-modal::-webkit-scrollbar {
    width: 12px;
    height: 8px;
    background-color: var(--color-light-grey);
}

.modal__close {
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
}

.modal__close:hover path {
    stroke: var(--very--dark--shade--blue);
}

.modal__title {
    color: var(--color--dark--blue);
    font-family: 'GilroySemibold';
    font-size: 24px;
    line-height: normal;
    text-transform: uppercase;
}

.modal__catalog .modal__product.b-all__slider .slick_slide:hover, .modal__catalog .modal__product.b-all__slider .slick_slide {
    box-shadow: none;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 40px;
    gap: 20px;
}

.button__blue_border {
    text-decoration: none;
    width: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    border: 1px solid var(--very--dark--shade--blue);
    color: #000;
    font-family: 'GilroyRegular';
    font-size: 14px;
    line-height: normal;
}

.button__blue_border:hover {
    background: var(--very--dark--shade--blue);
    color: #fff;
}

.modal__catalog .button__blue_border, .modal__catalog .modal__product .button__green {
    max-width: 100%;
    height: 35px;
}

.modal__catalog .modal__product .b-all__slider__box__img {
    max-width: 220px;
}

.modal__catalog .modal__product .b-all__slider__top {
    gap: 40px;
}

.modal__catalog .modal__product .b-all__slider__name {
    margin-top: 0;
    min-height: unset;
}

.modal__catalog .modal__product .b-all__slider__sale {
    right: unset;
    left: 200px;
    top: -16px;
}

.modal__product {
    margin-top: 40px;
}

.modal__catalog .modal__product .b-all__slider__bottom {
    margin-top: 0;
}

.modal__catalog .modal__product .b-all__slider__counter {
    margin-top: 18px;
}

.modal__catalog .modal__product .b-all__slider__add__cart {
    margin-top: 0;
    gap: 13px;
    width: 100%;
    max-width: 160px;
}

.modal__catalog .slick_slide {
    margin: 0 20px;
}

.modal__catalog .box .slick-arrow {
    display: none !important;
}

.modal__catalog .box {
    margin-top: 40px;
}

.modal__catalog .slider_slick .slick_slide .b-all__slider__availability {
    display: none;
}

.modal__catalog .slider_slick .slick_slide .b-all__slider__bottom {
    margin-top: 15px;
}

.toner, .b-modal__toner {
    z-index: 25;
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: initial;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
}

.toner.active, .b-modal__toner.active {
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.b-modal__toner.active {
    width: calc(100% - 12px);
}

.overflow_h {
    overflow: hidden;
}

.b-product__s1 .slick-list {
    margin: 0 -20px;
}

.b-product__s1 .slick_slide {
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    height: 422px;
    margin: 0 10px;
}

.b-product__s1__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.b-product__s1__box, .b-product__s1__list {
    width: 100%;
    max-width: 660px;
}

.b-product__s1 .slick-arrow {
    display: none !important;
}

.b-product__s1 .wrap {
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    padding: 40px 60px;
}

.b-product__s1__detail {
    gap: 121px;
}

.b-product__s1__inform {
    width: 100%;
    max-width: 540px;
}

.b-product__s1__title {
    color: var(--very--dark--shade--gray);
    font-family: 'GilroyMedium';
    font-size: 24px;
    line-height: normal;
    padding-right: 55px;
}

.b-product__s1__inform .b-all__slider__review {
    margin-top: 12px;
}

.b-product__s1__inform .b-all__slider__vendor {
    margin-top: 16px;
}

.b-product__s1__inform .b-all__slider__list {
    width: 100%;
    max-width: 250px;
    margin-top: 32px;
}

.b-product__s1__inform .b-all__slider__inform {
    margin-top: 40px;
}

.b-product__s1__inform .b-all__slider__price__text {
    font-size: 16px;
}

.b-product__s1__inform .b-all__slider__price__actual {
    font-size: 24px;
}

.b-product__s1__inform .b-all__slider__price__old {
    font-size: 20px;
}

.b-product__s1__inform .b-all__slider__add__cart {
    gap: 40px;
}

.b-product__s1__link {
    text-decoration: none;
    color: var(--unnamed, #1B1B1B);
    font-family: 'GilroyRegular';
    font-size: 14px;
    line-height: normal;
    gap: 16px;
    margin-left: 20px;
}

.b-product__s1__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 85px;
}

.b-product__s1__list__item {
    gap: 16px;
}

.b-product__s1__list__icon {
    width: 40px;
    height: 40px;
}

.b-product__s1__list__text {
    color: var(--unnamed, #1B1B1B);
    font-family: 'GilroyRegular';
    font-size: 14px;
    line-height: normal;
}

.b-product__s1__detail__bottom {
    margin-top: 40px;
}

.button__green_border {
    text-decoration: none;
    width: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    border: 1px solid var(--background--green);
    color: #fff;
    font-family: 'GilroyRegular';
    font-size: 14px;
    line-height: normal;
}

.button__green_border:hover {
    background: var(--background--green);
}

.b-product__s1__questions__btn {
    max-width: 180px;
    height: 35px;
}

.b-product__s1__questions {
    width: 100%;
    max-width: 480px;
    gap: 30px;
    padding: 24px 40px;
}

.b-product__s1__questions__box {
    gap: 8px;
}

.b-product__s1__questions__title {
    color: #FFF;
    font-family: 'GilroySemibold';
    font-size: 20px;
    line-height: normal;
}

.b-product__s1__questions__subtitle {
    color: #FFF;
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: normal;
}

.b-product__s1 {
    margin-top: 40px;
}

.b-product__s2__tabs, .b-product__s3__tabs {
    gap: 12px;
}

.b-product__s2__tabs__title, .b-product__s3__tabs__title {
    cursor: pointer;
    border-radius: 5px;
    background: #ECF3F6;
    text-align: center;
    color: var(--very--dark--shade--gray);
    font-family: 'GilroySemibold';
    font-size: 16px;
    line-height: normal;
    padding: 8px 20px;
}

.b-product__s2__tabs__title.active, .b-product__s2__tabs__title:hover, .b-product__s3__tabs__title.active, .b-product__s3__tabs__title:hover {
    background: var(--very--dark--shade--blue);
    color: #fff;
}

.b-product__s2__tabs__box, .b-product__s2__tabs__box * {
    text-decoration: none;
    color: var(--very--dark--shade--gray);
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: normal;
}

.b-product__s2__tabs__box b, .b-product__s2__tabs__box strong {
    color: var(--very--dark--shade--gray);
    font-family: 'GilroySemibold';
    font-size: 16px;
    line-height: normal;
}

.b-product__s2__tabs__content, .b-product__s3__tabs__content {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    padding-top: 40px;
    width: 100%;
}

.b-product__s3__tabs__content {
    padding-top: 0;
}

.b-product__s2__tabs__content.visible, .b-product__s3__tabs__content.visible {
    visibility: visible;
    position: relative;
    opacity: 1;
}

.b-product__s2__tabs__list {
    width: 100%;
    max-width: 920px;
}

.b-product__s2__tabs__list__item {
    color: var(--unnamed, #1B1B1B);
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: normal;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #EAEAEA;
    display: grid;
    grid-template-columns: 27% 1fr;
}

.b-product__s2__tabs__list__item:first-of-type {
    padding-top: 0;
}

.b-product__s2__tabs__list__bold {
    font-family: 'GilroySemibold';
}

.b-product__s2__tabs__content__delivery {
    display: grid;
    grid-template-columns: 41% 1fr;
    gap: 40px;
}

.b-product__s2__tabs__delivery__type {
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    padding: 32px;
}

.b-product__s2__tabs__delivery__title, .b-product__s2__tabs__pay__title {
    color: var(--color--dark--blue);
    font-family: 'GilroySemibold';
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
}

.b-product__s2__tabs__delivery__text, .b-product__s2__tabs__delivery__city__price {
    text-decoration: none;
    color: var(--unnamed, #1B1B1B);
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}

.b-product__s2__tabs__delivery__text.bold, .b-product__s2__tabs__pay__item__text.bold {
    font-family: 'GilroySemibold';
}

.b-product__s2__tabs__delivery__text img, .b-product__s2__tabs__delivery__text svg {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.b-product__s2__tabs__delivery__jobs {
    margin-top: 12px;
    gap: 20px;
}

.b-product__s2__tabs__delivery__jobs__item {
    width: 100%;
    border-radius: 5px;
    background: var(--background--green);
    color: #FFF;
    text-align: center;
    font-family: 'GilroyMedium';
    font-size: 14px;
    line-height: normal;
    text-align: center;
    padding: 8px;
    max-width: 132px;
}

.b-product__s2__tabs__content__delivery a:hover {
    color: var(--color--blue);
}

.b-product__s2__tabs__delivery__type:nth-child(1) {
    grid-row: span 2;
    grid-column: 1;
}

.b-product__s2__tabs__delivery__type:nth-child(3) {
    grid-column: 1/2;
}

.b-product__s2__tabs__delivery__type:nth-child(2) {
    grid-column: 2;
    grid-row: 1/4;
}

.b-product__s2__tabs__delivery__city {
    gap: 12px;
    margin-top: 20px;
}

.b-product__s2__tabs__delivery__city__price {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 40px;
}

.b-product__s2__tabs__delivery__city__price::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 24px;
    height: 20px;
    background: url(../image/b_product__s2__tabs__delivery__city_icon.svg);
}

.b-product__s2__tabs__delivery__city__price span {
    font-family: 'GilroyMedium';
    color: var(--color--dark--blue);
}

.b-product__s2__tabs__pay__box {
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    padding: 32px;
}

.b-product__s2__tabs__pay__type {
    gap: 28px;
    margin-top: 20px;
}

.b-product__s2__tabs__pay__item {
    gap: 16px;
}

.b-product__s2__tabs__pay__item img {
    width: 60px;
    height: 60px;
}

.b-product__s2__tabs__pay__item__text {
    color: var(--unnamed, #1B1B1B);
    font-family: 'GilroyRegular';
    font-size: 14px;
    line-height: normal;
}

.b-product__s2__tabs__pay__item__text.bold {
    font-family: 'GilroySemibold';
    font-size: 16px;
    line-height: 24px;
}

.b-product__s2__tabs__content__installation .b-product__s2__tabs__list__item a {
    color: var(--color--dark--blue);
    text-decoration: none;
}

.b-product__s2__tabs__content__installation .b-product__s2__tabs__list__item:hover a {
    color: var(--color--green);
}

.b-product__s2__tabs__content__installation .b-product__s2__tabs__list__item {
    grid-template-columns: 1fr;
}

.b-product__s2__tabs__content__installation .b-product__s2__tabs__list {
    max-width: 1053px;
}

.b-product__s2__tabs__content .b-video__slider .slider, .b-product__s2__tabs__content .b-sert__slider__slick, .b-product__s2__tabs__content .b-review__box,
.b-product__s5 .b-catalog__s3__related {
    margin-top: 0;
}

.b-product__s3__cont__tabs {
    margin-bottom: -40px;
    margin-top: 60px;
}

.popup_mm .info_check a, .popup_mm .info_check a:hover {
    color: #fff;
}

.popup_mm {
    z-index: 27;
    position: fixed;
    min-height: 400px;
    height: unset;
    max-width: 480px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    background: var(--very--dark--shade--blue);
    border-radius: 10px;
}

.popup_mm.active {
    visibility: visible;
    opacity: 1;
}

.popup_mm .check {
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.popup_mm .img_check {
    max-width: 30px;
    width: 100%;
    height: 30px;
    position: relative;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 9px;
    cursor: pointer;
}

.popup_mm .info_check {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #fff;
}

.popup_mm .info_check a {
    text-decoration: unset;
    opacity: 1;
    color: #fff;
    font-weight: 700;
    background-image: unset;
}

.popup_mm .title {
    margin-top: 10px;
    font-size: 32px;
    text-align: center;
    line-height: 35px;
    margin-bottom: 28px;
    color: #fff;
    font-family: 'GilroyMedium';
}

.popup_mm .all_cf {
    font-family: 'GilroyMedium';
    background: #fff;
    width: 100%;
    height: 60px;
    padding-left: 14px;
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 18px;
    outline: none;
    border: unset;
    box-sizing: border-box;
    border-radius: 10px;
}

.popup_mm .btn_cf {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.popup_mm .btn_cf:hover {
    color: #fff;
}

.popup_mm .cont_popup {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
    box-sizing: border-box;
	flex-direction: column;
}

@media (max-width: 1200px) {
    .popup_mm .cont_popup {
        max-width: 100%;
    }
}

.popup_mm .check {
    display: flex;
    cursor: pointer;
}

.popup_mm .closepopup {
    background: url(../image/closepopup.png);
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
    z-index: 2;
}

.popup_mm.white-bg .closepopup {
    background: url(../image/close-white-popup.svg);
    background-size: 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
    z-index: 2;
}

.popup_mm .cont_input {
    position: relative;
    width: 100%;
}

.popup_mm .cont_input .name_input {
    position: absolute;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #404040;
    left: 22px;
    top: -8px;
    padding: 0 7px;
    background: #fff;
    z-index: 1;
    border-radius: 20px;
    font-family: 'GilroyRegular';
}

.popup_mm .btn_cf {
    font-size: 18px;
    border: unset;
    height: 55px;
    border-radius: 10px;
    font-family: 'GilroySemibold';
}

.d-popup {
    padding: 37px 0 20px;
    border-bottom: 1px solid #EAEAEA;
	align-items: center;
}

.b-set-items {
    min-width: 200px;
}

.gap-40 {
    gap: 40px;
}

.b-img-prod {
    position: relative;
    max-width: 220px;
}

.button__green.add-btn {
    height: 35px;
}

.quantity-btns {
    margin-top: 20px;
}

.b-add-btn {
    margin-top: 8px;
}

.b-sale {
    right: -14px;
    top: -14px;
}

.b-wrap-price-btn {
    display: flex;
    gap: 73px;
}

.b-img-prod-wrap {
    min-width: 230px;
}

@media (max-width: 1200px) {
    .b-wrap-price-btn {
        flex-direction: column;
        justify-content: space-between;
    }
}

@media (max-width: 960px) {

    .b-img-set {
        justify-content: space-between;
        flex-direction: column;
    }

    .b-img-prod {
        max-width: 320px;
    }
}


@media (max-width: 760px) {
    .d-popup {
        gap: 20px;
    }
    .popup_mm.white-bg .closepopup {
        top: 20px;
        right: 20px;
    }
}

@media (max-width: 650px) {
    .d-popup {
        flex-direction: column;
    }

    .b-img-prod {
        max-width: 100%;
    }

    .b-wrap-price-btn {
        flex-direction: row;
    }

    .gap-40 {
        gap: 20px;
    }

    .b-set-items {
        min-width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .b-wrap-price-btn {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    .b-img-prod-wrap {
        min-width: inherit;
    }
}

header.zindex {
    z-index: 25;
}

/* .b-contact__s2__box .wrap{*/
.b-contact__s2__box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 30px;
}

.b-contact__s2__item {
    gap: 32px;
}

.b-contact__s2__box__icon::before, .b-contact__s2__item:nth-child(7) .b-contact__s2__box__icon::before {
    content: "";
    position: absolute;
    left: 26px;
    top: 50%;
    margin-top: -0.5px;
    height: 1px;
    width: 4000px;
    background: #179BD7;
    z-index: -1;
}

.b-contact__s2__item:nth-child(4) .b-contact__s2__box__icon::before, .b-contact__s2__item:nth-child(7) .b-contact__s2__box__icon::before {
    left: -1000px;
}

.b-contact__s2__box__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 135px);
    background: url(../image/b_contact__s2__box__icon__after.svg);
    width: 15px;
    height: 18px;
    margin-top: -9px;
    left: 167%;
}

.b-contact__s2__item:nth-child(3n+3) .b-contact__s2__box__icon::after {
    left: 150%;
}

.b-contact__s2__item:last-child .b-contact__s2__box__icon::before {
    background: #fff;
}

.b-contact__s2__item:last-child .b-contact__s2__box__icon::after {
    display: none;
}

.b-contact__s2__item:nth-child(7), .b-contact__s2__item:last-child:nth-child(9) {
    justify-content: end;
    gap: 15%;
}

.b-contact__s2__box__icon {
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 200px;
}

.b-contact__s2__icon {
    margin: 0 auto;
    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
}

.b-contact__s2__text {
    text-align: center;
    color: #000;
    font-family: 'GilroySemibold';
    font-size: 20px;
    line-height: normal;
}

.b-contact__s3__list {
    gap: 32px;
}

.b-contact__s3__list::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--background--blue);
}

.b-contact__s3__item {
    list-style-type: none;
    color: var(--very--dark--shade--gray);
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: 21px;
    padding-left: 64px;
}

.b-contact__s3__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: url(../image/b_contact__s3__item__before.svg);
}

.b-contact__s3__item b, .b-contact__s3__item strong {
    font-family: 'GilroySemibold';
}

.b-contact__s3__link {
    text-decoration: none;
    color: var(--very--dark--shade--gray);
    font-family: 'GilroySemibold';
    font-size: 32px;
    line-height: normal;
    text-transform: uppercase;
    width: fit-content;
    gap: 40px;
    margin-top: 66px;
}

.b-our_team__box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 13px;
}

.b-our_team__item {
    text-align: center;
    gap: 8px;
}

.b-our_team__img {
    width: 100%;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    max-width: 156px;
    height: 156px;
	border-radius: 50%;
}

.b-our_team__name, .b-our_team__phone {
    text-decoration: none;
    color: #000;
    font-family: 'GilroySemibold';
    font-size: 16px;
    line-height: normal;
    margin-top: 12px;
}

a.b-our_team__phone {
    margin-top: 0;
}

a.b-our_team__phone:hover {
    color: var(--color--blue);
}

.b-our_team__post {
    color: var(--color-light-dark--grey);
    text-align: center;
    font-family: 'GilroyRegular';
    font-size: 14px;
    line-height: normal;
}

.b-contact__s2 .s__title__all br {
    display: none;
}

.b-page-contact__s1__box {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 600px;
    margin-top: 40px;
}

.b-page-contact__s1__map {
    width: 100%;
    height: 100%;
}

.b-page-contact__s1__fly {
    position: absolute;
    right: 120px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 440px;
    padding: 40px;
    gap: 32px;
}

.b-page-contact__s1__text {
    gap: 8px;
}

.b-page-contact__s1__title {
    text-decoration: none;
    color: var(--very--dark--shade--gray);
    font-family: 'GilroySemibold';
    font-size: 16px;
    line-height: normal;
}

.b-page-contact__s1__subtitle {
    text-decoration: none;
    color: var(--very--dark--shade--gray);
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: normal;
}

.b-page-contact__s1__title.bold {
    font-family: 'GilroyBold';
}

.b-page-contact__s1__item {
    gap: 20px;
}

.b-page-contact__s1__btn {
    width: 135px;
    height: 30px;
    margin-top: 8px;
}

.b-page-contact__s1__social {
    margin-left: 20px;
    gap: 12px;
}

.b-page-contact__s1__social__link {
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

.b-page-contact__s2__list {
    display: grid;
    grid-template-columns: 48% 1fr;
    margin-top: 40px;
    gap: 12%;
}

.b-page-contact__s2__box {
    gap: 18px;
}

.b-page-contact__s2__item {
    display: grid;
    grid-template-columns: 38% 47%;
}

.b-page-contact__s2__text {
    color: var(--very--dark--shade--gray);
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: 21px;
}

.b-page-contact__s2__text.bold {
    font-family: 'GilroySemibold';
}

.b-page-contact__s2__btn {
    margin: 0 auto;
    font-size: 16px;
    margin-top: 40px;
    max-width: 280px;
    height: 40px;
    gap: 12px;
}

.b-page-contact__s1 .b-product__s2__tabs__content__delivery, .b-page-contact__s2 .b-product__s2__tabs__content {
    padding-bottom: 3px;
}

.b-page-contact__s3__box {
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    padding: 32px;
    margin-top: 40px;
    margin-bottom: 3px;
    gap: 32px;
}

.b-page-contact__s3__inform {
    width: 100%;
    max-width: 1013px;
    gap: 12px;
}

.b-page-contact__s3__title {
    color: var(--color--dark--blue);
    font-family: 'GilroySemibold';
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

.b-page-contact__s3__subtitle {
    color: var(--very--dark--shade--gray);
    font-family: 'GilroyRegular';
    font-size: 14px;
    line-height: normal;
}

.b-page-contact__s3__text {
    color: var(--color-light-dark--grey);
    font-family: 'GilroyRegular';
    font-size: 14px;
    line-height: normal;
    margin-top: 12px;
}

.b-page-contact__s3__text a {
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    -moz-transition: .4s linear;
    transition: .4s linear;
    text-decoration: none;
    color: var(--color--blue);
}

.b-page-contact__s3__text a:hover {
    color: var(--color--green);
}

.b-page-contact__s1 .s__title__all br, .b-page-contact__s3 .s__title__all br {
    display: none;
}

.b-stock__s1__box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 3px;
    gap: 40px;
    margin-top: 40px;
}

.b-stock__s1__item {
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 20px 32px 20px;
}

.b-stock__s1__box__img {
    overflow: hidden;
    width: 100%;
    height: 220px;
}

.b-stock__s1__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.b-stock__s1__item:hover .b-stock__s1__img {
    transform: scale(1.1);
}

.b-stock__s1__date {
    color: var(--color-light-dark--grey);
    font-family: 'GilroyRegular';
    font-size: 14px;
    line-height: normal;
    margin-top: 20px;
}

.b-stock__s1__title {
    color: var(--very--dark--shade--blue);
    font-family: 'GilroySemibold';
    font-size: 19px;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 24px;
}

.b-stock__s1__item:hover {
    background: var(--very--dark--shade--blue);
}

.b-stock__s1__item:hover .b-stock__s1__date, .b-stock__s1__item:hover .b-stock__s1__title {
    color: #fff;
}

.b-stock__s1__inform {
    visibility: hidden;
    opacity: 0;
    background: var(--very--dark--shade--blue);
}

.b-stock__s1__inform__box::before, .b-stock__s1__inform__box::after {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    background: var(--very--dark--shade--blue);
    height: 100%;
    width: 20px;
    z-index: -1;
}

.b-stock__s1__inform__box::after {
    left: unset;
    right: -20px;
}

.b-stock__s1__inform__box {
    width: 100%;
    background: var(--very--dark--shade--blue);
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
}

.b-stock__s1__item:hover .b-stock__s1__inform {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    left: 0;
}

.b-stock__s1__text {
    color: #FFF;
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: normal;
    margin-top: 16px;
}

.b-stock__s1__btn {
    max-width: 203px;
    height: 35px;
    font-family: 'GilroySemibold';
    font-size: 16px;
    margin: 35px 0;
}

.b-stock-inner__s1__box__img {
    width: 100%;
    margin-top: 40px;
}

.b-stock-iiner__s1__img {
    width: 100%;
    height: auto;
    object-fit: contain;
	max-width: 500px;
}

.b-stock-inner__s1__text {
    margin-top: 60px;
}

.b-stock-inner__s1__text * {
    color: var(--very--dark--shade--gray);
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: normal;
}

.b-stock-inner__s1__text a {
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    -moz-transition: .4s linear;
    transition: .4s linear;
    text-decoration: none;
}

.b-stock-inner__s1__btn {
    font-family: 'GilroySemibold';
    font-size: 16px;
    max-width: 320px;
    height: 60px;
    margin-top: 40px;
}

.b-stock-inner__s1__date {
    color: var(--unnamed, #616161);
    font-family: 'GilroyRegular';
    font-size: 14px;
    line-height: normal;
    margin-top: 20px;
}

.b-wishlist__s1__box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-bottom: 10px;
    gap: 40px;
    margin-top: 40px;
}

.b-wishlist__s1.b-all__slider .slick_slide {
    margin: 0;
}

.b-news_s1__box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding-bottom: 10px;
    padding-top: 0;
    margin-top: 40px;
}

.b-news_s1 .b-product__s2__cont__tabs {
    margin-top: 40px;
}

.b-news_s1.b-product__s2 .b-product__s2__tabs {
    flex-wrap: wrap;
}

.b-news_s1__item {
    cursor: pointer;
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 20px 32px 20px;
    gap: 20px;
    height: 100%;
}

.b-news_s1__item:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}

.b-news_s1__box__img {
    overflow: hidden;
    width: 100%;
    height: 137px;
}

.b-news_s1__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.b-news_s1__item:hover .b-news_s1__img {
    transform: scale(1.2);
}

.b-news_s1__title {
    color: var(--very--dark--shade--gray);
    font-family: 'GilroyMedium';
    font-size: 16px;
    line-height: normal;
}

.b-news_s1__text {
    color: var(--color-light-dark--grey);
    font-family: 'GilroyRegular';
    font-size: 14px;
    line-height: normal;

}

.b-news_s1__btn {
    font-size: 16px;
    font-family: 'GilroySemibold';
    max-width: 173px;
    height: 35px;
}

.b-news_s1__inform {
    visibility: hidden;
    opacity: 0;
    background: #fff;
    height: 35px;
    position: absolute;
}

.b-news_s1__inform__box {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    padding: 0 20px;
}

.b-news_s1__inform__box::before, .b-news_s1__inform__box::after {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    background: transparent;
    height: 100%;
    width: 20px;
    z-index: -1;
}

.b-news_s1__inform__box::after {
    left: unset;
    right: -20px;
}

.b-news_s1__box__item:hover .b-news_s1__inform {
    visibility: visible;
    opacity: 1;
    left: 0;
    background: #fff;
    height: 55px;
    position: absolute;
    width: 100%;
    top: calc(100% - 12px);
    z-index: 43;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.35);
}

.b-news_s1 .b-catalog__s2__pagination {
    margin-top: 40px;
}

.b-order-formed__s1__box {
    width: fit-content;
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    padding: 32px;
    margin-top: 40px;
    gap: 17px;
    margin-bottom: 6px;
}

.b-order-formed__s1__title {
    color: var(--color--dark--blue);
    font-family: 'GilroySemibold';
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
}

.b-order-formed__s1__text {
    color: #000;
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: normal;
}

.b-order-formed__s1__text .text__bold {
    font-family: 'GilroySemibold';
}

.b-order-formed__s1__text br, .b-order-formed__s1__title .s__title__all br, .b-order-formed__s1__title br {
    display: none;
}

.b-order-formed__s1__btn {
    font-family: 'GilroySemibold';
    font-size: 16px;
    max-width: 288px;
    height: 45px;
    margin-top: 23px;
}

.b-thanks__s1 .s__title__all br {
    display: none;
}

.b-news-inner_s1__inform {
    flex-wrap: wrap;
    gap: 60px;
    margin-top: 30px;
}

.b-news-inner_s1__author, .b-news-inner_s1__reading, .b-news-inner_s1__view {
    gap: 12px;
}

.b-news-inner_s1__inform * {
    color: #AFAFAF;
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: 16px;
}

.b-news-inner_s1__author__img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.b-news-inner_s1__box__img {
    overflow: hidden;
    border-radius: 5px;
    margin-top: 30px;
}

.b-news-inner_s1__img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}

.b-news-inner_s1__box__text.b-news-inner_s1__box_keep h2, .b-news-inner_s1__box__text.b-news-inner_s1__box_keep h3, .b-news-inner_s1__box__text.b-news-inner_s1__box_keep h4, .b-news-inner_s1__box__text.b-news-inner_s1__box_keep h5 {
    color: var(--color--dark--blue);
    font-family: 'GilroySemibold';
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.b-news-inner_s1__box__text *, .b-news-inner_s1__box__text ul li {
    color: var(--very--dark--shade--gray);
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: 24px;
}

.b-news-inner_s1__box__text ul {
    padding: 0;
    margin: 10px 0;
    gap: 10px;
}

.b-news-inner_s1__box__text ul li {
    list-style-type: none;
    padding-left: 28px;
}

.b-news-inner_s1__box__text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: var(--background--green);
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.b-news-inner_s1__box__text h2, .b-news-inner_s1__box__text h3, .b-news-inner_s1__box__text h4, .b-news-inner_s1__box__text h5 {
    color: var(--very--dark--shade--blue);
    font-family: 'GilroySemibold';
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 24px;
}

.b-news-inner_s1__box__text p {
    margin-top: 8px;
}

.b-news-inner_s1 {
    margin-bottom: 64px;
}

.b-news-inner_s2__box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.b-news-inner_s2__img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
    height: 257px;
}

.b-news-inner_s2__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.b-news-inner_s2__item {
    cursor: pointer;
}

.b-news-inner_s2__item:hover .b-news-inner_s2__icon circle {
    fill: var(--background--green);
}

.button__blue {
    text-decoration: none;
    width: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: var(--very--dark--shade--blue);
    color: #FFF;
    font-family: 'GilroyRegular';
    font-size: 12px;
    line-height: normal;
    height: 30px;
}

.button__blue:hover {
    background: var(--background--blue);
}

.b-news-inner_s3 {
    background: #ECF3F6;
    padding: 20px 0;
    margin-top: 60px;
}

.b-news-inner_s3__box {
    width: 50%;
    gap: 24px;
    margin-left: 80px;
}

.b-news-inner_s3__btn {
    border-radius: 5px;
    font-size: 14px;
}

.b-news-inner_s3 .button__green {
    max-width: 140px;
    height: 35px;
    gap: 12px;
}

.b-news-inner_s3 .button__green.active, .b-news-inner_s3 .button__blue.active {
    background: #42771F;
}

.b-news-inner_s3 .button__blue {
    max-width: 165px;
    height: 35px;
    gap: 12px;
}

.b-cart__s2__icon {
    margin: 0 auto;
    margin-bottom: 80px;
    transform: translateX(-17px);
}

.b-cart__s2 .s__title__all {
    width: 100%;
    text-align: center;
}

.b-cart__s2__btn {
    margin: 0 auto;
    font-size: 16px;
    max-width: 280px;
    height: 45px;
    margin-top: 40px;
}

.b-cart__s3 .b-catalog__s2__grid.row {
    margin-top: 40px;
}

.b-cart__s3 .b-catalog__s2__grid.row .b-all__slider__top {
    grid-column: 4 span;
}

.b-cart__s3 .b-catalog__s2__grid.row .slick_slide {
    grid-template-columns: repeat(6, minmax(60px, 1fr));
    padding: 20px;
}

.b-cart__s3__delete {
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: end;
    grid-column: 7;
    width: 60px;
}

.b-cart__s3__delete svg {
    cursor: pointer;
}

.b-cart__s3__delete__icon:hover path {
    stroke: var(--very--dark--shade--blue);
}

.b-cart__s3 .b-all__slider__list__item {
    width: 100%;
    max-width: 280px;
}

.b-cart__s3 .b-all__slider__vendor {
    margin-top: 0;
}

.b-cart__s3__delete__text {
    z-index: 4;
    cursor: pointer;
    display: none;
    text-decoration: underline;
    color: #2C679F;
    font-family: 'GilroyRegular';
    font-size: 14px;
    line-height: normal;
}

.b-cart__s3 .b-catalog__s2__grid.row .slick_slide.delete:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #fff;
    opacity: 0.4;
}

.b-cart__s3 .b-catalog__s2__grid.row .slick_slide.delete {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}

.b-cart__s3__checkout {
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    padding: 32px 20px;
    margin-top: 50px;
}

.b-cart__s3__coupon {
    width: 48%;
    gap: 40px;
}

.b-cart__s3__input__coupon {
    width: 100%;
    outline: none;
    border: unset;
    border-bottom: 1px solid var(--very--dark--shade--blue);
    color: var(--very--dark--shade--blue);
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: normal;
    padding-bottom: 7px;
    max-width: 320px;
}

.b-cart__s3__input__coupon::placeholder {
    color: #AFAFAF;
}

.b-cart__s3__btn__coupon {
    border: unset;
    outline: none;
    color: #FFF;
    font-family: 'GilroySemibold';
    font-size: 16px;
    line-height: normal;
    height: 35px;
    max-width: 160px;
}

.b-cart__s3__order {
    justify-content: end;
    width: 48%;
    gap: 30px;
}

.b-cart__s3__total {
    color: var(--very--dark--shade--gray);
    font-family: 'GilroyMedium';
    font-size: 16px;
    line-height: normal;
}

.b-cart__s3__total__bold {
    color: var(--very--dark--shade--gray);
    font-family: 'GilroyBold';
    font-size: 32px;
    line-height: normal;
    margin-left: 22px;
}

.b-cart__s3__btn {
    font-size: 16px;
    max-width: 240px;
    height: 45px;
}
.b-cart__s3__btn.animate.button__green{
    border: none;
}

.b-cart__s3__print {
    margin-top: 32px;
    gap: 20px;
}

.b-cart__s3__print__btn {
    color: #2C679F;
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: 16px;
    max-width: 240px;
    height: 50px;
    gap: 8px;
}

.b-cart__s3__print__btn:hover .b-cart__s3__print__icon path {
    stroke: #fff;
}

.b-cart__s3__print__warning {
    color: #AFAFAF;
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: 16px;
}

.b-modal__print__contact {
    gap: 30px;
}

.b-modal__print__logo {
    width: 100%;
    max-width: 100px;
    height: 104px;
}

.b-modal__print__logo__img {
    width: 100%;
    height: 100%;
}

.b-modal__print__phone {
    gap: 8px;
}

.b-modal__print__phone__link {
    text-decoration: none;
    color: var(--very--dark--shade--gray);
    font-family: 'GilroyBold';
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0.3px;
}

.b-modal__print__title {
    color: var(--very--dark--shade--gray);
    font-family: 'GilroySemibold';
    font-size: 20px;
    line-height: normal;
    margin-top: 40px;
}

.b-modal__print__box__table {
    margin-top: 24px;
}

.b-modal__print__list {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-bottom: 1px solid #EAEAEA;
    width: 100%;
    gap: 25px;
}

.b-modal__print__item:nth-child(2) {
    display: flex;
    grid-column: 3 span;
}

.b-modal__print__item:nth-child(3), .b-modal__print__item:nth-child(4) {
    text-align: right;
}

.b-modal__print__item:last-child {
    text-align: center;
}

.b-modal__print__item, .b-modal__print__item a {
    list-style-type: none;
    color: var(--very--dark--shade--gray);
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: normal;
    padding: 20px 0;
}

.b-modal__print__item a {
    padding: 0;
    text-decoration: none;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    -moz-transition: .4s linear;
    transition: .4s linear;
}

.b-modal__print__item.bold {
    color: var(--very--dark--shade--gray);
    font-family: 'GilroySemibold';
    font-size: 16px;
    line-height: normal;
}

.b-modal__print .modal__print {
    padding: 60px 80px;
}

.b-modal__print .modal__close {
    right: -47px;
    top: -26px;
}

.b-modal__print__inform {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.b-modal__print__inform__item.big {
    gap: 60px;
}

.b-modal__print__inform__item.small {
    gap: 20px;
}

.b-modal__print__inform__text__bold {
    color: var(--very--dark--shade--gray);
    font-family: 'GilroySemibold';
    font-size: 16px;
    line-height: normal;
}

.b-modal__print__inform__text {
    color: var(--very--dark--shade--gray);
    font-family: 'GilroyRegular';
    font-size: 16px;
    line-height: normal;
}

.b-modal__print__inform__item:nth-child(2n+2) {
    justify-content: end;
}

.b-modal__print__inform__item:nth-child(2n+2) .b-modal__print__inform__text {
    text-align: right;
    min-width: 68px;
}

.b-modal__print .b-cart__s3__print__btn {
    margin: 0 auto;
    margin-top: 40px;
    max-width: 240px;
    height: 50px;
}

.b-cart__s3__column {
    grid-column: 2 span;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 15px;
}

.b-page-review__s1__box {
    padding-bottom: 2px;
}

.b-page-review__s1__item:first-of-type {
    margin-top: 0;
}

.b-page-review__s1__item {
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    padding: 32px 40px;
    margin-top: 20px;
}

.b-page-review__s1__img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}

.b-page-review__s1__client {
    gap: 5px;
}

.b-page-review__s1__fio {
    color: #1B1B1B;
    font-family: 'GilroySemibold';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.b-page-review__s1__date {
    color: var(--color-light-dark--grey);
    font-family: 'GilroyRegular';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
}

.b-page-review__s1__info {
    padding-bottom: 16px;
    border-bottom: 1px solid #2C679F;
}

.b-page-review__s1__text, .b-page-review__s1__text > * {
    color: #1B1B1B;
    font-family: 'GilroyRegular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.b-page-review__s1__text {
    margin-top: 20px;
}

.b-page-review__s1__text span {
    color: var(--color--dark--blue);
    font-family: 'GilroySemibold';
}

.b-page-review__s1__box, .b-page-review__s2__box, .b-page-comparisons__s1__cont {
    margin-top: 40px;
}

.b-page-review__s2__form {
    width: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 5px;
    padding: 32px;
    max-width: 528px;
}

.b-page-review__s2__form__title {
    color: var(--color--dark--blue);
    font-family: 'GilroySemibold';
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

.b-page-review__s2__input__text {
    border: unset;
    outline: none;
    color: #AFAFAF;
    font-family: 'GilroyRegular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 7px;
    border-bottom: 1px solid #AFAFAF;
    margin: 32px 0 24px 0;
}

.b-page-review__s2__input__textarea {
    border: unset;
    outline: none;
    color: #AFAFAF;
    font-family: 'GilroyRegular';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    border-bottom: 1px solid #AFAFAF;
    resize: unset;
    padding-bottom: 40px;
}

.b-page-review__s2__btn {
    border: unset;
    outline: none;
    color: #FFF;
    font-family: 'GilroySemibold';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    max-width: 200px;
    height: 35px;
    margin-top: 40px;
}

.b-page-review__s2__input__textarea::-webkit-scrollbar {
    width: 6px;
    height: 8px;
    background-color: var(--color-light-grey);
}

.b-page-review__s2__input__textarea::-webkit-scrollbar-thumb {
    background-color: var(--background--blue);
    border-radius: 3px;
}

.b-page-comparisons__s1__delete {
    cursor: pointer;
    color: #AFAFAF;
    font-family: 'GilroyRegular';
    font-size: 14px;
    font-style: normal;
    line-height: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.b-page-comparisons__s1__delete:hover {
    color: var(--color--dark--blue);
}

.b-page-comparisons__s1__delete:hover svg path {
    stroke: var(--color--dark--blue);
}

.b-page-comparisons__s1__delete img {
    width: 24px;
    height: 24px;
}

.b-page-comparisons__s1__column_left {
    width: 100%;
    max-width: 345px;
    align-items: start;
}

.b-page-comparisons__s1__column_right, .b-page-comparisons__s1__column_right .b-all__slider, .b-page-comparisons__s1__desktop {
    width: 100%;
}

.b-page-comparisons__s1__cont {
    display: grid;
    grid-template-columns: 25% 75%;
    justify-content: space-between;
}

.b-page-comparisons__s1__char__title {
    color: var(--color--dark--blue);
    font-family: 'GilroySemibold';
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.b-page-comparisons__s1__items {
    box-sizing: border-box;
    color: #1B1B1B;
    font-family: 'GilroySemibold';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    padding: 20px 0;
}

.b-page-comparisons__s1__for__desktop__char {
    display: flex;
    box-sizing: border-box;
    color: #1B1B1B;
    text-align: center;
    font-family: 'GilroyRegular';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    border-left: 1px solid #EAEAEA;
    padding: 20px 20px 20px 20px;
}

.b-page-comparisons__s1__for__desktop__char span {
    display: none;
}

.b-page-comparisons__s1__for__desktop__star {
    margin-right: 2px;
}

.b-page-comparisons__s1__for__desktop__star:last-of-type {
    margin-right: 0;
}

.b-all__slider__nav__desktop .not__active {
    -webkit-transition: 0s linear;
    -o-transition: 0s linear;
    -moz-transition: 0s linear;
    transition: 0s linear;
    opacity: 0;
    pointer-events: none;
}

.b-page-comparisons__s1__for__desktop {
    margin-top: 40px;
}

.b-page-comparisons__s1__char {
    width: 100%;
    /* margin-bottom: 67px;*/
}

.b-page-comparisons__s1__items:before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    height: 1px;
    width: 700%;
    background: #EAEAEA;
}

.b-page-comparisons__s1__items:last-of-type::after {
    content: "";
    position: absolute;
    left: -100%;
    bottom: 0;
    height: 1px;
    width: 700%;
    background: #EAEAEA;
}

.b-all__slider__nav__desktop .slider__item {
    box-sizing: border-box;
    padding: 20px;
}

.b-all__slider__nav__desktop .slick-list {
    margin: 0;
}

.b-all__slider__nav__desktop .slick_slide {
    margin: 0;
}

.b-all__slider__nav__desktop .b-all__slider__slick_next {
    margin-right: -10px;
}

.b-all__slider__nav__desktop .b-all__slider__slick_prev {
    margin-left: -10px;
}

.b-all__slider__nav__desktop .slick-track {
    padding-top: 0;
}

.b-page-comparisons__s1__for__desktop__char__text {
    height: max-content;
}

.b-page-comparisons__s1__for__desktop__char:last-of-type {
    overflow-y: auto;
}

.b-page-comparisons__s1__for__desktop__char:last-of-type::-webkit-scrollbar {
    width: 3px;
    height: 8px;
    background-color: var(--color-light-grey);
}

.b-page-comparisons__s1__for__desktop__char:last-of-type::-webkit-scrollbar-thumb {
    background-color: var(--background--blue);
    border-radius: 3px;
}

.b-page-comparisons__s1__column_mobile__title, .b-page-comparisons__s1__desktop__delete__mobile {
    display: none;
}

.b-all__slider__nav__mob__add__img {
    display: none;
}

.b-page-comparisons__s1 .dots-container {
    display: none;
}

.b-page-order__s1__box {
    display: grid;
    grid-template-columns: 57% auto;
    gap: 40px;
    margin-top: 40px;
}

.b-page-order__s1__processing {
    width: 100%;
    gap: 20px;
}

.b-page-order__s1__items {
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    padding: 32px;
}

.b-page-order__s1__items:hover, .b-page-order__s1__items.active {
    box-shadow: 0px 0px 12px 0px rgb(23 155 215 / 100%);
}

.b-page-order__s1__box__title {
    gap: 10px;
}

.b-page-order__s1__items__title {
    color: var(--color--dark--blue);
    font-family: 'GilroySemibold';
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

.b-page-order__s1 {
    padding-bottom: 5px;
}

.b-page-order__s1__items.active .rotate {
    transform: rotate(180deg);
}

.b-page-order__s1__content {
    display: none;
    margin-top: 32px;
}

.b-page-order__s1__items.active .b-page-order__s1__content {
    display: flex;
}

.b-page-order__s1 .input__all {
    border: unset;
    outline: none;
    color: #AFAFAF;
    font-family: 'GilroyRegular';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    padding-bottom: 7px;
    border-bottom: 1px solid #AFAFAF;
    width: 100%;
    max-width: 528px;
}

.b-page-order__s1__items-first .input__tel {
    margin-top: 32px;
}

.b-page-order__s1__items .button__green {
    width: 100%;
    max-width: 200px;
    height: 45px;
    color: #FFF;
    font-family: 'GilroySemibold';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    margin-left: auto;
}

.b-page-order__s1__box__button {
    margin-top: 40px;
}

.b-page-order__s1__total {
    height: max-content;
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    padding: 40px 80px;
}

.b-page-order__s1__total__item {
    box-sizing: border-box;
    border-bottom: 1px solid #EAEAEA;
    padding: 20px 0;
    gap: 10px;
}

.b-page-order__s1__total__name {
    color: #000;
    font-family: 'GilroyRegular';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

.b-page-order__s1__total__keep {
    color: #000;
    font-family: 'GilroySemibold';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

.b-page-order__s1__total__item__last .b-page-order__s1__total__name {
    color: #2C679F;
    font-family: 'GilroySemibold';
    font-size: 20px;
    font-style: normal;
    line-height: normal;
}

.b-page-order__s1__total__item__last .b-page-order__s1__total__keep {
    color: #2C679F;
    text-align: right;
    font-family: 'GilroySemibold';
    font-size: 20px;
    font-style: normal;
    line-height: normal;
}

.b-page-order__s1__total__item__last {
    border-color: transparent;
    padding-bottom: 0;
}

.b-page-order__s1 .prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 200px;
    height: 45px;
    color: #000;
    font-family: 'GilroySemibold';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    border: 1px solid #77B94C;
}

.b-page-order__s1 .prev:hover {
    border-color: #2C679F;
}

.b-page-order__s1__items-second__list {
    gap: 32px;
}

.b-page-order__s1__items-second__list__item {
    gap: 12px;
}

.b-page-order__s1__items-second__circle {
    position: relative;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: 1px solid #2C679F;
}

.b-page-order__s1__items-second__circle::before {
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    -moz-transition: .4s linear;
    transition: .4s linear;
    opacity: 0;
    visibility: hidden;
}

.b-page-order__s1__items-second__list__item.active .b-page-order__s1__items-second__circle::before, .b-page-order__s1__items-second__list__item:hover .b-page-order__s1__items-second__circle::before {
    content: "";
    visibility: visible;
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3px;
    margin-top: -3px;
    border-radius: 50%;
    background: #2C679F;
    width: 6px;
    height: 6px;
}

.b-page-order__s1__items-second__list__name {
    font-family: 'GilroyRegular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.b-page-order__s1__items-second__list__item:hover .b-page-order__s1__items-second__list__name {
    color: var(--color--blue);
}

.b-page-order__s1__tabs__content {
    flex-direction: column;
    margin-top: 40px;
}

.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 600px;
}

.custom-select select {
    display: none;
}

.custom-select > * {
    font-family: 'GilroyRegular';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

.custom-select .select-style {
    width: 100%;
    display: inline-block;
    padding: 0 8px 10px 0;
    border-bottom: 1px solid #AFAFAF;
    cursor: pointer;
    position: relative;
}

.custom-select .arrow {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    transition: transform 0.4s ease;
}

.custom-select .dropdown {
    background: #fff;
    z-index: 3;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    border: 1px solid #ccc;
    border-top: none;
}

.custom-select .dropdown-item {
    padding: 5px 10px;
    cursor: pointer;
}

.custom-select .dropdown .dropdown-item:hover {
    background: var(--background--blue);
    color: #fff;
}

.custom-select .active.arrow {
    transform: translateY(-50%) rotate(180deg);
}

.b-page-order__s1__tabs__content {
    display: none;
}

.b-page-order__s1__tabs__content .input__all {
    color: #000;
    font-family: 'GilroyRegular';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    padding-bottom: 7px;
    border-bottom: 1px solid #AFAFAF;
}

.b-page-order__s1__tabs__content .input__all::placeholder {
    color: #AFAFAF;
}

.b-page-order__s1__tabs__content #calendar-container {
    position: absolute;
    left: 0;
    top: 100%;
}

#ui-datepicker-div {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}

.custom-select__courier .dropdown, .custom-select__region .dropdown, .custom-select__pickup .dropdown {
    height: 117px;
    overflow: auto;
}

.custom-select__courier .dropdown::-webkit-scrollbar, .custom-select__region .dropdown::-webkit-scrollbar, .custom-select__pickup .dropdown::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: var(--color-light-grey);
}

.custom-select__courier .dropdown::-webkit-scrollbar-thumb, .custom-select__region .dropdown::-webkit-scrollbar-thumb, .custom-select__pickup .dropdown::-webkit-scrollbar-thumb {
    background-color: var(--background--blue);
    border-radius: 3px;
}

.b-page-order__s1__box__calendar {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 40px;
    max-width: 380px;
    margin-top: 40px;
}

.b-page-order__s1__box__calendar input {
    outline: none;
}

.b-page-order__s1__box__calendar .hasDatepicker {
    border: unset;
    border-bottom: 1px solid #AFAFAF;
    font-family: 'GilroyRegular';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    padding: 0 8px 10px 0;
}

.custom-select__courier .select-style__courier p, .b-page-order__s1__box__calendar .hasDatepicker::placeholder, .b-page-order__s1__box__calendar .hasDatepicker {
    font-family: 'GilroySemibold';
    color: #000;
}

.b-page-order__s1_company__title {
    color: var(--color--dark--blue);
    font-family: 'GilroySemibold';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

.b-page-order__s1_company {
    gap: 40px;
    margin-top: 32px;
}

.b-page-order__s1_company__box {
    gap: 32px;
}

.b-page-order__s1_company__item {
    gap: 12px;
}

.b-page-order__s1_company__circle {
    position: relative;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: 1px solid #2C679F;
}

.b-page-order__s1_company__circle::before {
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    -moz-transition: .4s linear;
    transition: .4s linear;
    opacity: 0;
    visibility: hidden;
}

.b-page-order__s1_company__item.active .b-page-order__s1_company__circle::before, .b-page-order__s1_company__item:hover .b-page-order__s1_company__circle::before {
    content: "";
    visibility: visible;
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3px;
    margin-top: -3px;
    border-radius: 50%;
    background: #2C679F;
    width: 6px;
    height: 6px;
}

.b-page-order__s1_company__name {
    font-family: 'GilroyRegular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.b-page-order__s1_company__item:hover .b-page-order__s1_company__name {
    color: var(--color--blue);
}

/**/
.b-page-order__s1__list__pay {
    gap: 35px;
    margin-top: 24px;
}

.b-page-order__s1__pay__item {
    gap: 12px;
}

.b-page-order__s1__pay__circle {
    position: relative;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: 1px solid #2C679F;
}

.b-page-order__s1__pay__circle::before {
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    -moz-transition: .4s linear;
    transition: .4s linear;
    opacity: 0;
    visibility: hidden;
}

.b-page-order__s1__pay__item.active .b-page-order__s1__pay__circle::before, .b-page-order__s1__pay__item:hover .b-page-order__s1__pay__circle::before {
    content: "";
    visibility: visible;
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3px;
    margin-top: -3px;
    border-radius: 50%;
    background: #2C679F;
    width: 6px;
    height: 6px;
}

.b-page-order__s1__pay__name {
    font-family: 'GilroyRegular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.b-page-order__s1__pay__item:hover .b-page-order__s1__pay__name {
    color: var(--color--blue);
}

.input__mail__pay {
    display: none;
    margin-top: 32px;
}

.b-page-order__s1__box .confirm__order {
    border-radius: 2px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 45px;
    color: #FFF;
    font-family: 'GilroySemibold';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    margin-top: 12px;
}

.b-page-order__s1__items .button__green.disabled {
    pointer-events: none;
    background: #AFAFAF;
}

.b-page-order__s1__box .confirm__order__mobile {
    display: none;
}


.b-all__slider .slider, .b-home__s3__box, .b-home__s2__box, .b-home__s8__box, .b-home__s9__box, .b-sert__slider__slick, .b-question__answer__box, .b-our__partners__slider,
.b-review__box, .b-catalog__s3__text, .b-catalog__s3__related, .b-video__slider .slider, .b-contact__s2__box, .b-contact__s3__list, .b-our_team__box {
    margin-top: 60px;
}

a.b-header__inform__subtitle:hover, .b-header__phone__link:hover, .b-home__s3__item:hover .b-home__s3__name, .b-all__slider__name:hover, a.b-footer__menu__contact__subtitle:hover,
a.b-footer__menu__site:hover, .b-footer__phone:hover, .b-footer__razrab:hover, .b-header__city__name:hover, .b-breadcrumbs__item:not(:last-of-type) *:hover, .b-product__s1__link:hover,
.b-contact__s3__link:hover, .b-page-contact__s1__item a:hover, .b-stock-inner__s1__text a:hover, .b-modal__print__phone__link:hover, .b-modal__print__item a:hover {
    color: var(--color--blue);
}

:root {
    --container-width: 1400px;
    --color-light-grey: #8D8D8D;
    --color-light-dark--grey: #616161;
    --color--green: #5bb521;
    --color--blue: #179bd7;
    --color--dark--blue: #2C679F;
    --background--green: #5bb521;
    --background--blue: #179bd7;
    --very--dark--shade--blue: #2C679F;
    --very--dark--shade--gray: #1B1B1B;
}

.hidden {
    display: none;
}

@media screen and (max-width: 1650px) {
    .b-home__s1 .slick_slide {
        min-height: 550px;
    }

    .b-home__s1__text {
        padding: 55px 33px 60px 90px;
    }

    .b-home__s1__title h2, .b-home__s1__title h3, .b-home__s1__title h4, .b-home__s1__title h5, .b-home__s1__title strong {
        color: var(--color--dark--blue);
        font-family: 'GilroyBlack';
        font-size: 40px;
        line-height: 41px;
    }

    .b-home__s2__h1 {
        font-size: 34px;
    }

    .s__title__all {
        font-size: 30px;
    }
}

@media screen and (max-width: 1559px) {
    :root {
        --container-width: 92%;
    }

    .b-header__icons {
        gap: 20px;
    }

    .b-header__icon {
        width: 43px;
        height: 43px;
    }

    .b-header__icon svg {
        width: 55%;
        height: 55%;
    }

    .b-header__logo {
        margin-top: -5px;
        max-width: 86px;
        height: 91px;
    }

    .b-header__menu__link, .b-header__catalog__title {
        font-size: 18px;
    }

    .b-home__s1__title h2, .b-home__s1__title h3, .b-home__s1__title h4, .b-home__s1__title h5, .b-home__s1__title strong {
        color: var(--color--dark--blue);
        font-family: 'GilroyBlack';
        font-size: 37px;
        line-height: 40px;
    }

    .b-home__s1__text__fly {
        left: 58%;
    }

    .b-home__s7__play {
        max-width: 640px;
    }

    #b-our__partners__slider1 .slick-track, #b-our__partners__slider3 .slick-track, #b-our__partners__slider2 .slick-track {
        gap: 30px;
    }

    .b-mailing__offer__text {
        gap: 18px;
    }

    .b-footer__menu {
        max-width: 785px;
    }

    .padd100 {
        padding: 40px 0;
    }

    .b-all__slider__add__cart .button__green, .b-catalog__s2__grid .slick_slide .button__gray {
        max-width: 140px;
    }

    .b-catalog__s2__filter__title {
        font-size: 20px;
    }

    .b-modal.active {
        padding: 200px 0 50px 0;
    }

    .b-product__s1__box {
        max-width: 600px;
    }

    .b-product__s1__detail {
        gap: 111px;
    }

    .b-product__s1__detail__bottom {
        gap: 50px;
    }

    .b-product__s2__tabs__pay__type {
        gap: 28px;
    }

    .b-product__s2__tabs__pay__item__text br {
        display: none;
    }

    .b-product__s2__tabs__pay__item {
        width: 25%;
    }

    .b-contact__s3__link {
        font-size: 26px;
    }

    .b-page-order__s1__items__title {
        font-size: 18px;
    }

    .b-page-order__s1__total {
        padding: 40px 60px;
    }


}

@media screen and (max-width: 1439px) {
    .padd100 {
        padding: 20px 0;
    }

    .b-home__s1__text__fly {
        left: 61%;
    }

    .b-home__s1__title h2, .b-home__s1__title h3, .b-home__s1__title h4, .b-home__s1__title h5, .b-home__s1__title strong {
        color: var(--color--dark--blue);
        font-family: 'GilroyBlack';
        font-size: 32px;
        line-height: 37px;
    }

    .b-home__s1 .button__green {
        margin-top: 55px;
    }

    .b-home__s1 .slick_slide {
        min-height: 450px;
    }

    .b-home__s2__h1 {
        font-size: 28px;
    }

    .s__title__all, .b-home__s7__title {
        font-size: 27px;
    }

    .b-all__slider .slider, .b-home__s3__box, .b-home__s2__box, .b-home__s8__box, .b-home__s9__box, .b-sert__slider__slick, .b-question__answer__box, .b-our__partners__slider, .b-review__box,
    .b-catalog__s3__text, .b-catalog__s3__related, .b-video__slider .slider, .b-contact__s2__box, .b-contact__s3__list, .b-our_team__box {
        margin-top: 50px;
    }

    .b-home__s3__box {
        gap: 25px;
    }

    .b-all__slider .slick_slide, .b-video__slider .slick_slide, .modal__catalog .slick_slide {
        margin: 0 13px;
    }

    .b-all__slider .slick-list, .b-review .slick-list, .b-video__slider .slick-list, .modal__catalog .slick-list {
        margin-left: -13px;
        margin-right: -13px;
    }

    .b-all__slider__counter__input {
        width: 40px;
        font-size: 18px;
    }

    .b-home__s7__play {
        max-width: 45%;
    }

    .b-sert__slider__cont .big {
        object-fit: contain;
    }

    .b-cf__polikarb__title {
        font-size: 29px;
        line-height: 35px;
    }

    .b-mailing__offer {
        gap: 25px;
    }

    .b-mailing__offer__text {
        gap: 18px;
        font-size: 17px;
        width: 100%;
        max-width: 305px;
    }

    .b-mailing__stock__title {
        font-size: 18px;
    }

    .b-mailing__stock__sale {
        right: 35px;
    }

    .b-footer__menu {
        max-width: 759px;
    }

    .b-mailing__list__form {
        max-width: 326px;
    }

    .b-header__city__name {
        font-size: 17px;
    }

    .b-header__box, .b-header__container {
        gap: 25px;
    }

    .b-home__s7__play {
        height: 350px;
    }

    .b-home__s7__text .button__green {
        margin-top: 30px;
    }

    .b-mailing__stock {
        padding-right: 112px;
    }

    .b-home__s1__text:before {
        height: 950px;
    }

    .b-home__s1__description {
        font-size: 21px;
    }

    .b-review__item {
        margin: 0 13px;
    }

    .b-cf__polikarb {
        margin-top: 70px;
    }

    .b-catalog__s2__grid {
        gap: 25px;
    }

    .b-catalog__s2__grid .slick_slide {
        margin: 0;
    }

    .b-catalog__s2__pagination {
        margin-top: 12px;
    }

    .b-catalog__s2__pagination__link, .b-catalog__s2__pagination__link span {
        font-size: 20px;
    }

    .b-product__s1__detail, .b-product__s1__detail__bottom {
        gap: 80px;
    }

    .b-product__s1__box, .b-product__s1__list {
        max-width: 50%;
    }

    .b-product__s1__list {
        gap: 22px 32px;
    }

    .b-product__s1__questions {
        max-width: 440px;
        padding: 24px 30px;
    }

    .b-product__s1__list__text {
        font-size: 13px;
    }

    .b-contact__s2__text {
        font-size: 18px;
    }

    .b-contact__s2__icon {
        max-width: 180px;
        height: 180px;
    }

    .b-contact__s2__box__icon::after {
        left: 152%;
    }

    .b-contact__s2__item:nth-child(3n+3) .b-contact__s2__box__icon::after {
        left: 126%;
    }

    .b-contact__s2__box {
        gap: 30px;
    }

    .b-stock__s1__box, .b-wishlist__s1__box, .b-news_s1__box {
        gap: 25px;
    }

    .b-stock-inner__s1__text {
        margin-top: 40px;
    }

    .b-news-inner_s1__box__text h2, .b-news-inner_s1__box__text h3, .b-news-inner_s1__box__text h4, .b-news-inner_s1__box__text h5 {
        margin-top: 40px;
    }

    .b-news-inner_s1 {
        margin-bottom: 32px;
    }

    .b-cart__s2__icon {
        margin-bottom: 60px;
    }

    .b-all__slider__nav__desktop .slick_slide, .b-all__slider__nav__desktop .slick-list {
        margin: 0;
    }

    .b-all__slider__nav__desktop .slider__item {
        padding: 10px;
    }

    .b-all__slider__nav__desktop .b-all__slider__slick_next {
        margin-right: -20px;
    }

    .b-all__slider__nav__desktop .b-all__slider__slick_prev {
        margin-left: -20px;
    }

    .b-page-comparisons__s1__cont {
        margin-right: -1px;
    }

}

@media screen and (max-width: 1359px) {
    .b-header__contact__adress {
        max-width: 207px;
    }

    .b-home__s2__h1 {
        font-size: 26px;
    }

    .s__title__all, .b-home__s7__title {
        font-size: 24px;
    }

    .b-all__slider__box__img {
        height: 170px;
    }

    .b-home__s7__play {
        max-width: 41%;
    }

    .b-home__s8__box {
        gap: 4%;
    }

    .b-cf__polikarb__title {
        font-size: 27px;
        line-height: 33px;
    }

    .b-home__s9__name {
        font-size: 25px;
        line-height: 30px;
    }

    .b-home__s2__item {
        justify-content: start;
    }

    .b-home__s9__box .wrap {
        max-width: 92%;
    }

    .b-catalog__s2__pagination {
        grid-column: 2 span;
    }

    .b-catalog__s2__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .b-all__slider__add__cart .button__green, .b-catalog__s2__grid .slick_slide .button__gray {
        max-width: 170px;
    }

    .b-modal.active {
        padding: 220px 0 50px 0;
    }

    .b-product__s1__inform .b-all__slider__add__cart {
        gap: 18px;
    }

    .b-product__s1__link {
        margin-left: 0;
    }

    .b-product__s1__questions {
        flex-direction: column;
        text-align: center;
        max-width: 37%;
        gap: 20px;
    }

    .b-product__s2__cont__tabs, .b-product__s3__cont__tabs {
        overflow: auto;
        padding-bottom: 10px;
    }

    .b-product__s2__tabs, .b-product__s3__tabs {
        flex-wrap: nowrap;
        width: max-content;
    }

    .b-product__s2__cont__tabs::-webkit-scrollbar, .b-product__s3__cont__tabs::-webkit-scrollbar {
        width: 12px;
        height: 4px;
        background-color: var(--color-light-grey);
    }

    .b-product__s2__cont__tabs::-webkit-scrollbar-thumb, .b-product__s3__cont__tabs::-webkit-scrollbar-thumb {
        background-color: var(--background--blue);
        border-radius: 3px;
    }

    .b-contact__s2__box__icon::after {
        left: 145%;
    }

    .b-stock__s1__title {
        font-size: 17px;
    }

    .b-stock__s1__box__img {
        height: 205px;
    }

    .b-wishlist__s1__box {
        grid-template-columns: repeat(3, 1fr);
    }

    .b-news_s1__box {
        grid-template-columns: repeat(3, 1fr);
    }

    .b-news-inner_s1__box__text h2, .b-news-inner_s1__box__text h3, .b-news-inner_s1__box__text h4, .b-news-inner_s1__box__text h5 {
        font-size: 20px;
        line-height: 25px;
    }

    .b-cart__s3 .b-catalog__s2__grid.row .slick_slide {
        gap: 17px;
    }

    .b-page-order__s1__total {
        padding: 25px 35px;
    }

    .b-page-order__s1__items-second__list {
        gap: 15px;
    }

    .b-page-order__s1__items-second__list__name {
        font-size: 15px;
    }

    .b-page-order__s1__items {
        padding: 31px 25px;
    }

    .b-page-order__s1_company__title {
        font-size: 15px;
    }

    .b-page-order__s1_company {
        gap: 20px;
    }

    .b-page-order__s1_company__box {
        gap: 22px;
    }

    .b-page-order__s1__box {
        gap: 30px;
    }


}

@media screen and (max-width: 1279px) {
    /* Гамбургер иконка */
    header .menu-btn {
        width: 30px;
        height: 30px;
        position: relative;
        z-index: 5;
        overflow: hidden;
        cursor: pointer;
        display: none;
    }

    header .menu-btn span {
        width: 30px;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #008AB3;
        transition: all 0.5s;
    }

    header .menu-btn span:nth-of-type(2) {
        top: calc(50% - 5px);
    }

    header .menu-btn span:nth-of-type(3) {
        top: calc(50% + 5px);
    }

    /* Меняем гамбургер иконку, когда меню открыто */
    header .menu-btn.active span:nth-of-type(1) {
        display: none;
    }

    header .menu-btn.active span:nth-of-type(2) {
        top: 50%;
        transform: translate(-50%, 0%) rotate(45deg);
    }

    header .menu-btn.active span:nth-of-type(3) {
        top: 50%;
        transform: translate(-50%, 0%) rotate(-45deg);
    }

    header .right.active .menu {
        box-sizing: border-box;
        flex-direction: column;
        gap: 20px;
        margin-top: 45px;
    }

    header .right.active .menu li {
        margin-right: 0;
    }

    /* Меню, которое будет появляться */
    header .right {
        position: fixed;
        z-index: 4;
        top: 0;
        left: -5000px;
        width: 100%;
        max-width: unset;
        height: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, .7);
        transform: translateX(-100%);
        transition: transform 0.5s;
    }

    header .right.active {
        transform: translateX(0);
        left: 0;
        display: flex;
        justify-content: end;
    }

    header .menu-btn.active {
        top: 0;
        right: 0;
    }

    .header.active_header .menu-btn.active {
        top: 0;
        right: 0;
    }

    header .right .b-header__container {
        max-width: 400px;
        width: 100%;
        background: #fff;
        display: flex;
        flex-direction: column;
        padding: 12px 22px;
        justify-content: start;
    }

    header .right.active .header__social__mobile {
        display: flex;
        width: 100%;
        max-width: 205px;
        margin-top: 20px;
    }

    header .right .b-header__container .b-header__item:nth-child(1) {
        margin-top: 50px;
    }

    header .menu-btn.active span {
        background: var(--background--green);
    }

    /* Меню, которое будет появляться */
    .b-header__item, header .right .b-header__container {
        gap: 20px;
    }

    .b-header__icons {
        justify-content: start;
    }

    .b-header__search {
        margin-top: 0;
    }

    .b-header__item__button, .b-header__item__form {
        display: none;
    }

    .b-header__logo {
        height: 70px;
    }

    .b-header__top {
        padding: 12px 0;
    }

    .b-header__top .wrap {
        align-items: center;
    }

    .b-header__menu__link, .b-header__catalog__title {
        font-size: 16px;
    }

    .b-home__s1__text {
        padding: 40px 32px 40px 40px;
        max-width: 540px;
    }

    .b-home__s1__text:before {
        height: 800px;
        width: 800px;
    }

    .b-home__s1__text__fly {
        left: 55%;
        max-width: 210px;
        height: 210px;
        font-size: 19px;
        line-height: 21px;
        transform: unset;
        top: 51%;
        margin-top: -105px;
    }

    .b-home__s1__text__fly {
        left: 55%;
        max-width: 210px;
        height: 210px;
        font-size: 19px;
        line-height: 21px;
        transform: unset;
        top: 51%;
        margin-top: -105px;
    }

    .b-home__s2__box {
        gap: 20px;
    }

    .b-home__s2__subtitle br {
        display: none;
    }

    .b-home__s3__box {
        grid-template-columns: repeat(3, 1fr);
    }

    .b-home__s8__box {
        flex-direction: column;
    }

    .b-home__s7__text {
        max-width: 49%;
    }

    .b-home__s7__title svg {
        position: absolute;
        right: -65px;
        top: 20px;
        width: 100%;
        max-width: 239px;
    }

    .b-home__s8__img {
        width: 100%;
        max-width: 450px;
        height: 381px;
        object-fit: contain;
    }

    .b-home__s9__name {
        font-size: 22px;
        line-height: 27px;
    }

    .b-home__s9__circle__second {
        right: 21.1%;
        bottom: unset;
        top: 21%;
    }

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

    .b-mailing__offer {
        flex-direction: column;
        justify-content: center;
    }

    .b-footer {
        padding: 30px 0;
    }

    .b-footer__logo {
        width: 100%;
        max-width: 106px;
        height: 106px;
    }

    .b-footer__menu {
        max-width: 590px;
        gap: 3%;
    }

    .b-footer__menu__link, .b-footer__menu__middle__link {
        font-size: 14px;
    }

    .b-header__search__input, .b-header__contact__adress .b-header__inform__subtitle {
        max-width: 100%;
    }

    .b-header__item .button__callback.mobile {
        display: flex;
        font-family: 'GilroyMedium';
        font-size: 16px;
        line-height: normal;
        height: 50px;
    }

    .b-header__menu__list {
        padding-right: 0;
    }

    .b-home__s1__text {
        padding: 20px;
        max-width: 400px;
    }

    .b-home__s1__icons {
        margin-bottom: 12px;
    }

    .b-home__s1__title h2, .b-home__s1__title h3, .b-home__s1__title h4, .b-home__s1__title h5, .b-home__s1__title strong {
        color: var(--color--dark--blue);
        font-family: 'GilroyBlack';
        font-size: 25px;
        line-height: 32px;
    }

    .b-header__search__input {
        height: 35px;
    }

    .b-catalog__s2__widget {
        max-width: 280px;
    }

    .b-catalog__s2 .wrap {
        gap: 26px;
    }

    .b-all__slider__add__cart .button__green, .b-catalog__s2__grid .slick_slide .button__gray {
        max-width: 140px;
    }

    .b-catalog__s2__pagination__link, .b-catalog__s2__pagination__link span {
        font-size: 18px;
    }

    .b-catalog__s2__grid.row .b-all__slider__top {
        flex-direction: column;
        gap: 20px;
    }

    .b-catalog__s2__grid.row .slick_slide {
        grid-template-columns: repeat(3, 1fr);
    }

    .b-catalog__s2__grid.row .b-all__slider__top {
        grid-column: 2 span;
    }

    .b-modal.active {
        padding: 168px 0 50px 0;
    }

    .modal__catalog {
        max-width: 96%;
        padding: 30px;
    }

    .b-product__s1__detail, .b-product__s1__detail__bottom {
        gap: 54px;
    }

    .b-product__s1__title {
        padding-right: 0;
        font-size: 21px;
    }

    .b-product__s1__inform .b-all__slider__add__cart {
        flex-wrap: wrap;
    }

    .b-product__s1 .wrap {
        padding: 40px;
    }

    .b-product__s1__inform .b-all__slider__inform {
        margin-top: 20px;
    }

    .b-product__s2__tabs, .b-product__s3__tabs {
        flex-wrap: wrap;
    }

    .b-product__s2__tabs__delivery__jobs {
        gap: 10px;
    }

    .b-product__s2__tabs__content__delivery {
        gap: 20px;
    }

    .b-product__s2__tabs__delivery__type {
        padding: 20px;
    }

    .b-product__s2__tabs__pay__type {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .b-product__s2__tabs__pay__item {
        width: 100%;
    }

    .b-our_team__box {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .b-contact__s2__item, .b-contact__s2__item:nth-child(7), .b-contact__s2__item:last-child:nth-child(9) {
        justify-content: space-between;
    }

    .b-contact__s2__box__icon::after {
        left: 123%;
    }

    .b-contact__s2__item:nth-child(3n+3) .b-contact__s2__box__icon::after {
        left: 115%;
    }

    .b-page-contact__s1__fly {
        right: 65px;
    }

    .b-stock__s1__box {
        grid-template-columns: repeat(2, 1fr);
    }

    .b-stock-inner__s1 .s__title__all {
        width: 90%;
    }

    .b-news-inner_s2__box {
        grid-template-columns: repeat(2, 1fr);
    }

    .b-cart__s3 .b-catalog__s2__grid.row .slick_slide {
        grid-template-columns: repeat(4, minmax(60px, 1fr));
    }

    .b-cart__s3 .b-catalog__s2__grid.row .b-all__slider__top {
        flex-direction: row;
    }

    .b-cart__s3__coupon {
        width: 40%;
    }

    .b-cart__s3__btn {
        max-width: 200px;
    }

    .b-cart__s3__total__bold {
        font-size: 24px;
    }

    .b-cart__s3__column {
        flex-direction: column;
        justify-content: unset;
    }

    .b-page-order__s1__items-second__list, .b-page-order__s1__list__pay {
        flex-wrap: wrap;
    }

    .b-page-order__s1_company {
        flex-direction: column;
    }

    .b-page-order__s1__list__pay, .b-page-order__s1__items-second__list, .b-page-order__s1_company__box {
        gap: 12px 23px;
    }


}

@media screen and (max-width: 999px) {
    .b-home__s1__title h2, .b-home__s1__title h3, .b-home__s1__title h4, .b-home__s1__title h5, .b-home__s1__title strong {
        color: var(--color--dark--blue);
        font-family: 'GilroyBlack';
        font-size: 22px;
        line-height: 28px;
    }

    .b-home__s1__description {
        font-size: 18px;
        margin-top: 16px;
    }

    .b-home__s1 .button__green {
        margin-top: 20px;
        font-size: 18px;
        max-width: 270px;
        height: 55px;
    }

    .b-home__s1__text__fly {
        max-width: 180px;
        height: 180px;
        font-size: 15px;
        line-height: 18px;
        top: 51%;
        margin-top: -90px;
    }

    .b-home__s1 .slick_slide {
        min-height: 326px;
    }

    .b-home__s1__text:before {
        height: 620px;
        width: 515px;
    }

    .b-home__s2__h1 {
        font-size: 20px;
    }

    .b-home__s2__box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 19px;
    }

    .b-home__s2__subtitle br {
        display: block;
    }

    .b-all__slider .slick_slide, .b-video__slider .slick_slide, .modal__catalog .slick_slide {
        margin: 0 10px;
    }

    .b-all__slider .slick-list, .b-review .slick-list, .b-video__slider .slick-list, .modal__catalog .slick-list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .b-all__slider__slick_prev, .b-sert__slider__slick_prev, .b-review__slick_prev {
        margin-left: -25px;
    }

    .b-all__slider__slick_next, .b-sert__slider__slick_next, .b-review__slick_next {
        margin-right: -25px;
    }

    .b-all__slider .slider, .b-home__s3__box, .b-home__s2__box, .b-home__s8__box, .b-home__s9__box, .b-sert__slider__slick, .b-question__answer__box, .b-our__partners__slider, .b-review__box,
    .b-catalog__s3__text, .b-catalog__s3__related, .b-video__slider .slider, .b-contact__s2__box, .b-contact__s3__list, .b-our_team__box {
        margin-top: 30px;
    }

    .b-home__s7 .wrap {
        flex-direction: column-reverse;
        gap: 34px;
    }

    .b-home__s7__text, .b-home__s7__play {
        max-width: 100%;
        text-align: center;
    }

    .b-home__s7__title svg {
        display: none;
    }

    .b-home__s7__text .button__green {
        margin: 0 auto;
        margin-top: 30px;
    }

    .b-home__s9__circle {
        display: none;
    }

    .b-question__answer__title {
        padding: 15px;
        font-size: 18px;
        line-height: 20px;
    }

    .b-question__answer__text {
        padding: 20px 15px;
    }

    .b-home__s9__name {
        font-size: 19px;
        line-height: 24px;
    }

    .b-home__s9__box .wrap {
        gap: 25px;
    }

    .b-footer__menu {
        max-width: 52%;
        gap: 3%;
    }

    .b-footer__menu .b-footer__item:nth-child(3) {
        display: none;
    }

    .b-header__menu__mobile {
        display: flex;
        cursor: pointer;
        background-color: var(--background--green);
        width: 100%;
        max-width: 155px;
        gap: 8px;
        height: 32px;
        padding: 0 10px;
    }

    .b-header__menu__mobile:hover {
        background-color: var(--background--blue);
    }

    .b-header__menu__mobile__btn {
        font-size: 16px;
        color: #FFF;
        font-family: 'GilroyMedium';
        text-transform: uppercase;
    }

    .b-header__menu__list {
        display: none;
    }

    .b-header__menu__list.mobile {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        right: 0;
        background: #FFF;
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
        padding: 30px 20px 20px 20px;
        z-index: 20;
        width: fit-content;
        gap: 12px;
    }

    .b-header__menu__list.mobile .b-header__menu__link {
        color: #333;
        font-family: 'GilroySemibold';
        text-transform: unset;
    }

    .b-header__menu__list.mobile .b-header__menu__link:hover {
        color: var(--color--dark--blue);
    }

    .b-header__menu__list.mobile .b-header__menu__item {
        list-style-type: none;
        display: flex;
        justify-content: end;
        width: 100%;
    }

    .b-catalog__s2 .wrap {
        flex-direction: column;
    }

    .b-catalog__s2__grid .slick_slide {
        margin: 0;
    }

    .b-catalog__s2__grid.row .b-all__slider__top {
        grid-column: 4 span;
        flex-direction: row;
    }

    .b-catalog__s2__grid.row .slick_slide {
        grid-template-columns: repeat(5, 1fr);
    }

    .b-catalog__s2__grid.row .slick_slide {
        padding: 20px;
        gap: 20px;
    }

    .b-catalog__s2__grid.row .b-all__slider__box__img {
        max-width: 200px;
        height: 143px;
    }

    .b-catalog__s2__grid.row .b-all__slider__sale {
        left: 192px;
    }

    .b-catalog__s3__related {
        flex-direction: column;
        gap: 25px;
    }

    .b-catalog__s3__related__list {
        max-width: 100%;
    }

    .b-modal.active {
        padding: 80px 0 30px 0;
    }

    .modal__catalog .modal__product.b-all__slider .slick_slide:hover, .modal__catalog .modal__product.b-all__slider .slick_slide {
        flex-wrap: wrap;
        justify-content: unset;
    }

    .modal__catalog .modal__product .b-all__slider__add__cart {
        justify-content: space-between;
    }

    .modal__catalog .modal__product .b-all__slider__counter {
        margin-top: 6px;
    }

    .b-product__s1__detail, .b-product__s1__detail__bottom {
        gap: 30px;
        flex-direction: column;
    }

    .b-product__s1__box, .b-product__s1__list {
        max-width: 100%;
    }

    .b-product__s1 .slick_slide {
        height: 388px;
    }

    .b-product__s1__inform {
        max-width: 100%;
    }

    .b-product__s1__questions {
        flex-direction: row;
        max-width: 78%;
        text-align: left;
    }

    .b-product__s3__cont__tabs {
        margin-bottom: 0;
        margin-top: 40px;
    }

    .b-product__s2__tabs__content, .b-product__s3__tabs__content {
        padding-top: 30px;
    }

    .b-product__s2 .b-video__slider {
        padding: 13px 0;
    }

    .b-product__s3 .slider {
        margin-top: 0;
    }

    .b-product__s2__tabs__delivery__jobs__item {
        max-width: 48%;
    }

    .b-product__s2__tabs__content__delivery {
        grid-template-columns: repeat(4, 1fr);
    }

    .b-product__s2__tabs__delivery__type:nth-child(1) {
        grid-column: 2 span;
        grid-row: 1/4;
    }

    .b-product__s2__tabs__delivery__type:nth-child(2) {
        grid-column: 4 span;
        grid-row: 4/4;
    }

    .b-product__s2__tabs__delivery__type:nth-child(3) {
        grid-row: 1/4;
        grid-column: 2 span;
    }

    .b-product__s2__tabs__delivery__text, .b-product__s2__tabs__delivery__city {
        margin-top: 13px;
    }

    .b-product__s2__tabs__title, .b-product__s3__tabs__title {
        padding: 10px 23px;
    }

    .b-catalog__s3__related .s__title__all br {
        display: none;
    }

    .b-our_team__box {
        grid-template-columns: repeat(3, 1fr);
    }

    .b-contact__s2__box {
        grid-template-columns: repeat(2, 1fr);
    }

    .b-contact__s2__item:nth-child(4) .b-contact__s2__box__icon::before, .b-contact__s2__item:nth-child(5) .b-contact__s2__box__icon::before,
    .b-contact__s2__item:nth-child(7) .b-contact__s2__box__icon::before {
        left: -1000px;
    }

    .b-contact__s2__item:last-child:nth-child(9) {
        justify-content: end;
        gap: 32px;
    }

    .b-contact__s2__item:last-child .b-contact__s2__box__icon::before {
        background: #179BD7;
        left: -100%;
        width: 114%;
    }

    .b-contact__s2__icon {
        max-width: 155px;
        height: 155px;
    }

    .b-contact__s2__box__icon::after {
        display: none;
    }

    .b-page-contact__s1__box {
        height: unset;
        flex-direction: column-reverse;
        padding-top: 3px;
    }

    .b-page-contact__s1__map {
        border-radius: 5px;
        overflow: hidden;
        margin-top: 20px;
        height: 350px;
    }

    .b-page-contact__s1__fly {
        position: relative;
        top: unset;
        right: unset;
        transform: unset;
        margin: 0 auto;
        max-width: 99%;
        padding: 27px 20px;
    }

    .b-page-contact__s2__list {
        grid-template-columns: 1fr;
        margin-top: 30px;
        gap: 18px;
    }

    .b-page-contact__s3__box {
        flex-direction: column;
        text-align: center;
    }

    .b-page-contact__s3__icon {
        display: block;
        margin: 0 auto;
    }

    .b-page-contact__s3__box, .b-wishlist__s1__box, .b-news_s1__box, .b-news_s1 .b-product__s2__cont__tabs, .b-order-formed__s1__box, .b-news-inner_s2__box,
    .b-cart__s3 .b-catalog__s2__grid.row, .b-page-review__s1__box, .b-page-review__s2__box, .b-page-comparisons__s1__cont {
        margin-top: 30px;
    }

    .b-stock__s1__box, .b-stock-inner__s1__box__img, .b-stock-inner__s1__text, .b-stock-inner__s1__btn {
        margin-top: 30px;
    }

    .b-wishlist__s1__box {
        grid-template-columns: repeat(2, 1fr);
    }

    .b-news_s1__box {
        padding-top: 0;
        grid-template-columns: repeat(2, 1fr);
    }

    .b-news-inner_s2__img {
        height: 205px;
    }

    .b-cart__s3 .b-catalog__s2__grid.row .b-all__slider__top {
        grid-column: 5 span;
    }

    .b-cart__s3__column {
        grid-column: 1 span;
    }

    .b-cart__s3__order {
        width: 55%;
    }

    .b-cart__s3__total__bold {
        font-size: 22px;
    }

    .b-modal__print__box__table {
        overflow-x: scroll;
    }

    .b-modal__print__item:nth-child(2) {
        width: 330px;
    }

    .b-modal__print__list {
        width: max-content;
    }

    .b-modal__print__box__table::-webkit-scrollbar {
        width: 12px;
        height: 8px;
        background-color: var(--color-light-grey);
    }

    .b-modal__print__box__table::-webkit-scrollbar-thumb {
        background-color: var(--background--blue);
        border-radius: 3px;
    }

    .b-all__slider__nav__desktop .slick_slide {
        padding: 10px;
    }

    .b-all__slider__nav__desktop .slick_slide, .b-all__slider__nav__desktop .slick-list {
        margin: 0 10px;
    }

    .b-all__slider__nav__desktop .slider__item {
        padding: 0;
    }

    .b-all__slider__nav__desktop .slick-track {
        padding-top: 13px;
    }

    .b-all__slider__nav__desktop .b-all__slider__add__cart .button__green {
        max-width: 110px;
        font-size: 14px;
    }

    .b-page-order__s1__box {
        grid-template-columns: 1fr;
    }

    .b-page-order__s1__box .confirm__order__desktop {
        display: none;
    }

    .b-page-order__s1__box .confirm__order__mobile {
        display: flex;
        margin-top: 0;
    }

    .b-page-order__s1 .input__all {
        max-width: 100%;
    }


}

@media screen and (max-width: 764px) {
    header .right .b-header__container {
        max-width: 360px;
    }

    .b-header__phone {
        gap: 4px;
    }

    .b-header__top {
        padding: 8px 0;
    }

    .b-home__s1__img__fly {
        position: unset;
        height: 267px;
    }

    .b-home__s1__title h2, .b-home__s1__title h3, .b-home__s1__title h4, .b-home__s1__title h5, .b-home__s1__title strong {
        font-size: 24px;
    }

    .b-home__s1 .slick_slide {
        min-height: unset;
        display: flex;
        flex-direction: column-reverse;
        height: max-content;
    }

    .b-home__s1__text__fly {
        max-width: 160px;
        height: 160px;
        font-size: 13px;
        line-height: 15px;
        top: 39%;
        margin-top: -100px;
        left: unset;
        right: 23px;
    }

    .b-home__s1__text:before {
        height: 155%;
        width: 138%;
        right: -28%;
        transform: translateY(-49%);
    }

    .b-home__s1 .button__green {
        max-width: 100%;
    }

    .b-home__s2__box {
        grid-template-columns: 1fr;
    }

    .b-home__s3__cont {
        overflow-x: scroll;
        padding: 0 0 7px 0;
    }

    .b-home__s3__box {
        display: flex;
        flex-direction: row;
        width: max-content;
        padding: 11px;
    }

    .b-home__s3__item {
        width: 100%;
        max-width: 270px;
        padding: 0 15px 15px 15px;
    }

    .b-all__slider__slick_next, .b-sert__slider__slick_next, .b-review__slick_next {
        margin-right: -10px;
    }

    .b-all__slider__slick_prev, .b-sert__slider__slick_prev, .b-review__slick_prev {
        margin-left: -10px;
    }

    .b-all__slider .slick-list, .b-review .slick-list, .b-video__slider .slick-list, .modal__catalog .slick-list {
        margin-left: 5px;
        margin-right: 5px;
    }

    .padd100 {
        padding: 15px 0;
    }

    .b-home__s7__play {
        height: 220px;
    }

    .s__title__all, .b-home__s7__title {
        font-size: 20px;
    }

    .b-home__s8__number {
        margin: 20px 0;
    }

    .b-home__s8__number__count {
        font-size: 96px;
        line-height: 88px;
    }

    .b-home__s9__box .wrap {
        gap: 23px 17px;
        grid-template-columns: repeat(2, 1fr);
    }

    .b-sert__slider .slick-list {
        margin: 0 auto;
        width: 95%;
    }

    .b-question__answer__title {
        display: grid;
        grid-template-columns: 80% 30px;
        gap: 0;
    }

    .b-review__item {
        padding: 24px 21px;
    }

    .b-question__answer__small {
        line-height: 21px;
    }

    .b-cf__polikarb__title {
        font-size: 20px;
        line-height: 25px;
        text-align: center;
    }

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

    .b-cf__polikarb__line__first {
        grid-template-columns: 1fr;
    }

    .b-cf__polikarb__box {
        gap: 20px;
        margin-top: 40px;
    }

    .b-cf__polikarb .button__green {
        max-width: 100%;
        margin-top: 0;
    }

    .b-mailing__list {
        flex-direction: column;
    }

    .b-mailing__stock, .b-mailing__offer {
        width: 100%;
    }

    .b-mailing__offer {
        padding: 15px !important;
    }

    .b-footer .wrap {
        flex-direction: column;
        gap: 17px;
    }

    .b-footer__item.first {
        justify-content: center;
    }

    .b-footer__logo {
        margin: 0 auto;
    }

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

    .b-footer__menu {
        max-width: 100%;
        gap: 20px;
        flex-wrap: wrap;
    }

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

    .b-footer__menu__list {
        margin-top: 12px;
        gap: 16px;
    }

    .b-footer__item__inform {
        text-align: center;
        justify-content: center;
    }

    .b-footer__callback {
        margin: 0 auto;
        margin-top: 12px;
    }

    .b-footer__social, .b-footer__menu__site, .b-footer__menu__contact__item {
        justify-content: center;
    }

    .b-footer__razrab img {
        margin: 0 auto;
        margin-top: 8px;
    }

    .b-footer__menu .b-footer__item:nth-child(3) {
        display: flex;
        margin: 0 auto;
        width: 100%;
    }

    .b-footer__menu__contact {
        max-width: 100%;
    }

    .b-latest__slider .slick-dots {
        margin: 25px;
    }

    .b-header__catalog__list li {
        flex-wrap: wrap;
    }

    .b-header__catalog__arrow {
        z-index: 2;
        width: 30px;
        height: 30px;
        border: 1px solid #179bd7;
        margin-right: 5px;
        border-radius: 4px;
        padding-left: 2px;
    }

    .b-header__catalog__submenu {
        position: unset;
        padding-bottom: 6px;
        padding-top: 6px;
    }

    .b-header__catalog__submenu li:before {
        content: "";
        position: absolute;
        left: -19px;
        top: 50%;
        margin-top: 1px;
        width: 12px;
        background-color: var(--background--blue);
        height: 2px;
    }

    .b-header__catalog__list li a {
        width: 85%;
    }

    .b-header__catalog__submenu li {
        width: 100%;
    }

    .b-header__catalog__list__item.hidden {
        display: block;
    }

    #b-our__partners__slider1 .slick-track, #b-our__partners__slider3 .slick-track, #b-our__partners__slider2 .slick-track,
    .b-our__partners__slider {
        gap: 15px;
    }

    .b-question__answer__title {
        font-size: 16px;
    }

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

    .b-catalog__s2__aside {
        max-width: 100%;
    }

    .b-catalog__s2__widget {
        max-width: 100%;
    }

    .b-catalog__s2__filter__title {
        font-size: 18px;
    }

    .b-catalog__s2__sorting__list {
        gap: 13px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .b-catalog__s2__sorting__title {
        margin-right: 0;
        width: 100%;
        text-align: center;
    }

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

    .b-catalog__s2__grid {
        grid-template-columns: 1fr;
    }

    .b-catalog__s2__pagination {
        grid-column: 1 span;
    }

    .b-catalog__s2__pagination__list, .b-catalog__s2__pagination {
        gap: 24px;
    }

    .b-catalog__s2__icon__list {
        display: none;
    }

    .b-video__slider .slick_slide {
        height: 224px;
    }

    .b-video__slider .slick_slide .b-video__slider__icon {
        width: 60px;
        height: 60px;
    }

    .b-all__slider .slick-dots, .b-sert__slider .slick-dots, .b-product__s1 .slick-dots {
        margin-top: 15px;
    }

    .modal__title {
        font-size: 20px;
    }

    .modal__catalog .modal__product.b-all__slider .slick_slide:hover, .modal__catalog .modal__product.b-all__slider .slick_slide, .modal__catalog .modal__product .b-all__slider__top {
        flex-direction: column;
        gap: 20px;
    }

    .modal__catalog .modal__product.b-all__slider .slick_slide:hover, .modal__catalog .modal__product.b-all__slider .slick_slide {
        margin-bottom: 20px;
    }

    .modal__catalog .modal__product .b-all__slider__box__img {
        max-width: 100%;
    }

    .modal__catalog .modal__product .b-all__slider__sale {
        right: unset;
        left: calc(100% - 20px);
    }

    .b-modal.active {
        padding: 163px 0 30px 0;
    }

    .modal__catalog .modal__product .b-all__slider__add__cart {
        justify-content: space-between;
        flex-direction: row;
        max-width: 100%;
        flex-wrap: nowrap;
    }

    .modal__catalog .button__blue_border, .modal__catalog .modal__product .button__green {
        max-width: 100%;
        height: 45px;
        padding: 0 5px;
        text-align: center;
    }

    .modal__catalog .slick-list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .modal__catalog .b-all__slider__slick_prev {
        margin-left: -26px;
    }

    .modal__catalog .b-all__slider__slick_next {
        margin-right: -26px;
    }

    .modal__product {
        margin-top: 20px;
    }

    .modal__catalog .box {
        margin-top: 10px;
    }

    .b-product__s1 .wrap {
        padding: 17px;
    }

    .b-product__s1 .slick-list, .b-product__s1 .slick_slide {
        margin: 0;
    }

    .b-product__s1 .slick_slide {
        height: auto;
    }

    .b-product__s1__title {
        font-size: 20px;
    }

    .b-product__s1__questions {
        flex-direction: column;
        max-width: 100%;
        text-align: center;
        padding: 18px 10px;
    }

    .b-product__s1__questions__btn {
        height: 40px;
    }

    .b-product__s1__inform .b-all__slider__list {
        max-width: 100%;
    }

    .b-product__s1__inform .b-all__slider__inform, .b-product__s1__inform .b-all__slider__add__cart {
        justify-content: center;
    }

    .b-product__s1__list {
        gap: 24px 20px;
    }

    .b-product__s2__tabs__list__item {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 10px;
        padding: 12px 0;
    }

    .b-product__s2__tabs__content__delivery {
        grid-template-columns: 1fr;
    }

    .b-product__s2__tabs__delivery__type:nth-child(1), .b-product__s2__tabs__delivery__type:nth-child(3) {
        grid-column: 1 span;
        grid-column: unset;
        grid-row: unset;
    }

    .b-product__s2__tabs__delivery__type:nth-child(2) {
        grid-column: 1 span;
        grid-row: 3/3;
    }

    .b-product__s2__tabs__pay__type {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .b-product__s2__tabs__pay__box {
        text-align: center;
        padding: 25px 20px;
    }

    .b-product__s2__tabs__pay__item {
        flex-direction: column;
        text-align: center;
    }

    .b-product__s1__questions__btn {
        max-width: 200px;
    }

    .b-product__s1__detail, .b-product__s1__detail__bottom {
        gap: 20px;
    }

    .popup_mm .info_check {
        font-size: 13px;
        text-align: left;
    }

    .popup_mm .zag_popup {
        font-size: 23px;
    }

    .popup_mm .check {
        width: 100%;
    }

    .popup_mm {
        width: 97%;
        transform: translate(-50%, -62%);
        min-height: unset;
    }

    .popup_mm .cont_popup {
        max-width: 88%;
    }

    .popup_mm .title {
        font-size: 25px;
        line-height: 27px;
    }

    .popup_mm .all_cf {
        height: 50px;
        font-size: 17px;
    }

    .b-contact__s2__item:nth-child(7), .b-contact__s2__item:last-child:nth-child(9) {
        gap: 32px;
    }

    .b-contact__s2__box__icon::before {
        display: none;
    }

    .b-contact__s2__box {
        grid-template-columns: 1fr;
    }

    .b-contact__s3__item {
        padding-left: 35px;
    }

    .b-contact__s3__list {
        gap: 15px;
    }

    .b-our_team__box {
        grid-template-columns: 1fr 1fr;
    }

	.b-our_team__img{
		max-width: 140px;
    	height: 140px;
	}

    .b-our_team__item:nth-child(1), .b-our_team__item:nth-child(3), .b-our_team__item:nth-child(5) {
        margin-right: auto;
    }

    .b-our_team__item:nth-child(2), .b-our_team__item:nth-child(4) {
        margin-left: auto;
    }

    .b-contact__s3__link {
        font-size: 20px;
        width: 100%;
        gap: 15px;
        flex-direction: column;
        text-align: center;
        margin-top: 30px;
    }

    .b-contact__s2 .s__title__all br {
        display: block;
    }

    .b-page-contact__s1__item:last-of-type {
        flex-wrap: wrap;
    }

    .b-page-contact__s1__social {
        margin-left: 0;
    }

    .b-page-contact__s2__item {
        grid-template-columns: 1fr;
        text-align: center;
        padding-bottom: 14px;
        border-bottom: 1px solid #EAEAEA;
    }

    .b-page-contact__s2__box {
        gap: 14px;
    }

    .b-page-contact__s1 .s__title__all br, .b-page-contact__s3 .s__title__all br {
        display: block;
    }

    .b-page-contact__s3__box {
        padding: 20px;
        gap: 20px;
    }

    .b-page-contact__s3__text {
        margin-top: 0;
    }

    .b-product__s2__tabs__delivery__jobs__item:nth-child(3) {
        max-width: 100%;
    }

    .b-product__s2__tabs__delivery__jobs {
        flex-wrap: wrap;
    }

    .b-stock__s1__box {
        grid-template-columns: 1fr;
    }

    .b-stock-inner__s1__btn {
        margin: 0 auto;
        margin-top: 30px;
    }

    .b-stock-inner__s1__date {
        text-align: center;
    }

    .b-wishlist__s1__box {
        grid-template-columns: 1fr;
    }

    .b-news_s1__box {
        grid-template-columns: 1fr;
    }

    .b-news_s1__box__img {
        height: 164px;
    }

    .b-order-formed__s1__text br, .b-order-formed__s1__title br, .b-thanks__s1 .s__title__all br {
        display: block;
    }

    .b-order-formed__s1__text {
        text-align: center;
    }

    .b-order-formed__s1__box {
        width: 100%;
        padding: 28px 20px;
    }

    .b-order-formed__s1__title {
        text-align: center;
    }

    .b-order-formed__s1__btn {
        margin: 0 auto;
        margin-top: 10px;
    }

    .b-news-inner_s1__inform {
        gap: 15px;
        flex-wrap: wrap;
    }

    .b-news-inner_s1__img {
        height: 200px;
    }

    .b-news-inner_s2__box {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .b-news-inner_s3 .wrap {
        width: 100%;
        flex-direction: column;
    }

    .b-news-inner_s3__box {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .b-news-inner_s3 .button__green, .b-news-inner_s3 .button__blue {
        max-width: 48%;
    }

    .b-news-inner_s1__box__text h2, .b-news-inner_s1__box__text h3, .b-news-inner_s1__box__text h4, .b-news-inner_s1__box__text h5 {
        margin-top: 30px;
    }

    .b-cart__s2__icon {
        margin-top: 10px;
        margin-bottom: 30px;
        width: 130px;
        height: 130px;
        transform: translateX(-6px);
    }

    .b-cart__s2__btn {
        margin-top: 25px;
    }

    .b-cart__s3 .b-catalog__s2__grid.row .slick_slide {
        grid-template-columns: 1fr;
    }

    .b-cart__s3 .b-catalog__s2__grid.row .b-all__slider__top {
        grid-column: 1 span;
    }

    .b-cart__s3__delete, .b-cart__s3 .b-catalog__s2__grid.row .b-all__slider__top {
        grid-column: unset;
        flex-direction: column;
    }

    .b-cart__s3 .b-catalog__s2__grid.row .b-all__slider__box__img, .b-cart__s3 .b-all__slider__list__item {
        max-width: 100%;
    }

    .b-cart__s3 .b-catalog__s2__grid.row .b-all__slider__sale {
        left: unset;
        right: 2px;
    }

    .b-catalog__s2__grid .b-all__slider__list {
        display: flex;
    }

    .b-all__slider__list__item {
        flex-direction: column;
        gap: 8px;
    }

    .b-all__slider__list__small, .b-all__slider__list__bold {
        text-align: center;
        font-size: 14px;
    }

    .b-cart__s3__column {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .b-cart__s3__delete {
        margin: 0 auto;
        align-items: center;
    }

    .b-cart__s3 .b-all__slider__availability {
        flex-wrap: wrap;
    }

    .b-cart__s3__delete__text {
        font-size: 16px;
    }

    .b-cart__s3__delete__icon {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: var(--background--blue);
        padding: 4px;
    }

    .b-cart__s3__delete__icon:hover path, .b-cart__s3__delete__icon path {
        stroke: #fff;
    }

    .b-cart__s3__checkout, .b-cart__s3__coupon, .b-cart__s3__order {
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }

    .b-cart__s3__total {
        display: flex;
        flex-direction: column;
        text-align: center;
        font-size: 19px;
        gap: 7px;
    }

    .b-cart__s3__total__bold {
        font-size: 25px;
        margin: 0;
    }

    .b-cart__s3__input__coupon, .b-cart__s3__btn__coupon {
        margin: 0 auto;
        max-width: 100%;
        height: 45px;
    }

    .b-cart__s3__print__btn {
        margin: 0 auto;
    }

    .b-cart__s3__btn__coupon, .b-cart__s3__btn {
        max-width: 240px;
    }

    .b-modal__print .modal__print {
        padding: 60px 15px;
    }

    .b-modal__print__phone__link {
        font-size: 17px;
    }

    .b-modal__print .modal__close {
        right: -4px;
        top: -28px;
    }

    .b-modal__print .modal__print {
        padding: 38px 15px;
    }

    .b-modal__print__inform {
        grid-template-columns: 1fr;
    }

    .b-modal__print__inform__item.big {
        gap: 10px;
    }

    .b-modal__print__inform__item:nth-child(2n+2) {
        justify-content: start;
    }

    .b-modal__print__inform__item:nth-child(2n+2) .b-modal__print__inform__text {
        min-width: unset;
        text-align: left;
    }

    .b-modal__print__box__table {
        margin-top: 10px;
    }

    .b-modal__print__contact {
        gap: 20px;
    }

    .b-page-review__s1__item, .b-page-review__s2__form {
        padding: 25px 20px;
    }

    .b-page-review__s2__input__textarea {
        padding-bottom: 20px;
    }

    .b-page-review__s2__form__title {
        text-align: center;
    }

    .b-page-review__s2__btn {
        margin: 0 auto;
        margin-top: 25px;
    }

    .b-page-comparisons__s1__column_left {
        display: none;
    }

    .b-page-comparisons__s1__cont {
        margin-right: 0;
        display: flex;
        flex-direction: column;
    }

    .b-page-comparisons__s1__column_right {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 0;
    }

    .b-all__slider__nav__desktop .slick_slide, .b-all__slider__nav__desktop .slick-list {
        margin: 0;
    }

    .b-all__slider__nav__desktop .b-all__slider__slick_next, .b-all__slider__nav__desktop .b-all__slider__slick_prev, .b-all__slider__nav__desktop .b-all__slider__review,
    .b-all__slider__nav__desktop .b-all__slider__vendor, .b-all__slider__nav__desktop .b-all__slider__availability {
        display: none;
    }

    .b-all__slider__nav__desktop .b-all__slider__bottom {
        margin-top: 15px;
    }

    .b-page-comparisons__s1__for__desktop__char {
        padding: 16px 10px;
    }

    .b-page-comparisons__s1__for__desktop__char:last-of-type {
        overflow-x: hidden;
        padding: 16px 4px;
    }

    .b-page-comparisons__s1__for__desktop {
        margin-top: 0;
    }

    .b-page-comparisons__s1__desktop .b-page-comparisons__s1__column_mobile__title {
        color: var(--color--dark--blue);
        font-family: 'GilroySemibold';
        font-size: 20px;
        font-style: normal;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 20px;
    }

    .b-page-comparisons__s1__desktop .b-page-comparisons__s1__column_mobile__title {
        display: block;
        margin-bottom: 20px;
    }

    .b-page-comparisons__s1__desktop:last-child .b-page-comparisons__s1__column_mobile__title {
        opacity: 0;
    }

    .b-all__slider__nav__desktop .b-all__slider__slick_next, .b-all__slider__nav__desktop .b-all__slider__slick_prev {
        display: none !important;
    }

    .b-page-comparisons__s1__desktop .b-all__slider__icons {
        display: none;
    }

    .b-page-comparisons__s1__desktop .b-all__slider__box__img {
        height: 80px;
    }

    .b-all__slider__nav__desktop .slider__item {
        padding: 5px;
    }

    .b-all__slider__nav__desktop .b-all__slider__name {
        font-size: 14px;
    }

    .b-page-comparisons__s1__for__desktop__char {
        border: unset;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .b-page-comparisons__s1__for__desktop__char span {
        display: block;
        font-family: 'GilroyBold';
    }

    .b-page-comparisons__s1__for__desktop__char:before {
        content: "";
        position: absolute;
        left: -100%;
        top: 0;
        height: 1px;
        width: 700%;
        background: #EAEAEA;
    }

    .b-page-comparisons__s1__for__desktop__char:last-of-type:before {
        display: none;
    }

    .b-page-comparisons__s1__for__desktop__char:last-of-type {
        border-top: 1px solid #EAEAEA;
    }

    .b-page-comparisons__s1__desktop__delete__mobile {
        display: block;
    }

    .b-all__slider__nav__desktop .b-all__slider__counter, .b-all__slider__nav__desktop .b-all__slider__add__cart .button__green span {
        display: none;
    }

    .b-all__slider__nav__desktop .b-all__slider__add__cart {
        align-items: center;
        justify-content: start;
        gap: 20px;
    }

    .b-all__slider__nav__mob__add__img {
        display: block;
    }

    .b-all__slider__nav__desktop .b-all__slider__add__cart .button__green {
        border-radius: 2px;
        max-width: 80px;
    }

    .b-page-comparisons__s1__for__desktop__char__text {
        width: 100%;
        font-size: 14px;
    }

    .b-all__slider__nav__desktop .b-all__slider__price__actual {
        font-size: 16px;
    }

    .b-all__slider__nav__desktop .b-all__slider__price__old {
        font-size: 12px;
    }

    .b-all__slider__nav__desktop .sliders {
        display: flex;
        flex-direction: column-reverse;
    }

    .b-all__slider__nav__desktop .sliders .slick-dots {
        margin-top: 4px;
        margin-bottom: 8px;
        gap: 7px;
    }

    .b-all__slider__nav__desktop .sliders .slick-dots li {
        width: 7px;
        height: 7px;
    }

    .b-page-comparisons__s1 .dots-container {
        display: flex;
        justify-content: center;
        color: #AFAFAF;
        font-family: 'GilroyMedium';
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .b-page-order__s1__items {
        padding: 20px 16px;
    }

    .b-page-order__s1__items__title {
        font-size: 16px;
    }

    .b-page-order__s1__box__button {
        margin-top: 30px;
    }

    .custom-select .select-style {
        padding-right: 20px;
    }

    .custom-select .arrow {
        transform: translateY(calc(-50% - 5px));
    }

    .b-page-order__s1__items.active {
        padding: 20px 16px 40px 16px;
    }

    .b-page-order__s1__box__button {
        gap: 10px;
    }

    .b-page-order__s1__box__calendar {
        grid-template-columns: 1fr;
    }

    .b-page-order__s1_company__box {
        flex-wrap: wrap;
    }

    .b-page-order__s1__tabs__content #calendar-container {
        width: 100%;
        top: 30px;
    }

    #ui-datepicker-div {
        width: 100%;
    }

    .b-page-order__s1__items:last-of-type .b-page-order__s1__box__button, .b-page-order__s1__items:first-of-type .b-page-order__s1__box__button {
        display: flex;
        justify-content: center;
    }

    .b-page-order__s1__total {
        padding: 20px 16px;
    }

    .b-page-order__s1__items:first-of-type .button__green {
        margin-left: unset;
    }

    .b-page-order__s1__total__item {
        padding: 14px 0;
    }

    .b-page-order__s1__tabs__content, .b-page-order__s1__box__calendar, .b-page-order__s1_company {
        margin-top: 24px;
    }

    .b-page-order__s1__box__calendar, .b-page-order__s1_company {
        gap: 24px;
    }

    .b-page-order__s1__items .button__green, .b-page-order__s1 .prev {
        font-size: 15px;
    }


}

@media screen and (max-width: 410px) {
    header .right .b-header__container {
        max-width: 320px;
    }

    .b-home__s1__title h2, .b-home__s1__title h3, .b-home__s1__title h4, .b-home__s1__title h5, .b-home__s1__title strong {
        font-size: 21px;
        line-height: 26px;
    }

    .b-home__s7__play {
        height: 200px;
    }

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

    .b-header__phone__link {
        font-size: 14px;
    }

    .b-product__s1__list {
        gap: 10px;
        grid-template-columns: repeat(1, 1fr);
    }

    .popup_mm .cont_popup {
        max-width: 90%;
    }


}

@media screen and (max-width: 374px) {
    .b-footer__menu {
        max-width: 100%;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

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

    .b-video__slider .slick_slide {
        height: 200px;
    }

    .modal__catalog .modal__product .b-all__slider__add__cart {
        flex-direction: column;
    }

    .popup_mm .info_check {
        font-size: 12px;
    }

    .popup_mm .zag_popup {
        margin-top: 40px;
        font-size: 24px;
    }

    .popup_mm .check {
        align-items: center;
    }

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

    .b-page-contact__s1__map {
        height: 300px;
    }

    .b-stock__s1__box__img {
        height: 170px;
    }

    .b-page-comparisons__s1__desktop .b-page-comparisons__s1__column_mobile__title {
        font-size: 17px;
    }

    .b-page-comparisons__s1__for__desktop__char, .b-page-comparisons__s1__for__desktop__char span {
        font-size: 14px;
    }

    .b-page-comparisons__s1__for__desktop__char {
        padding: 10px 5px;
    }


}

@media screen and (max-width: 320px) {
    .b-header__menu__mobile, .b-header__catalog__btn {
        max-width: 132px;
    }

    .b-header__menu__mobile__btn, .b-header__catalog__title {
        font-size: 15px;
    }

    header .right .b-header__container {
        max-width: 300px;
    }

    .b-header__city__list {
        gap: 12px 11px;
        padding: 12px;
        width: 100%;
    }

    .b-home__s9__box .wrap {
        grid-template-columns: 1fr;
    }

    .b-home__s9__item {
        max-width: 175px;
    }

    .b-home__s9__box {
        background-position: right;
    }

    .b-cf__polikarb__title {
        font-size: 18px;
    }

    .b-video__slider .slick_slide {
        height: 187px;
    }

    .s__title__all, .b-home__s7__title {
        font-size: 18px;
    }

    .modal__title {
        font-size: 18px;
    }

    .modal__catalog .slider_slick .b-all__slider__price__box {
        flex-direction: column;
        gap: 3px;
    }

    .modal__catalog .slider_slick .b-all__slider__add__cart {
        flex-direction: column-reverse;
        gap: 15px;
    }

    .modal__catalog .slider_slick .b-all__slider__add__cart .button__green {
        max-width: 100%;
    }

    .modal__catalog .slider_slick .b-all__slider__icons {
        justify-content: center;
    }

    .modal__catalog .slider_slick .b-all__slider__counter {
        justify-content: center;
    }

    .b-product__s1__title, .b-product__s1__questions__title, .b-product__s2__tabs__delivery__title, .b-product__s2__tabs__pay__title {
        font-size: 18px;
    }

    .popup_mm .info_check {
        font-size: 10px;
    }

    .popup_mm .zag_popup {
        margin-top: 40px;
        font-size: 21px;
    }

    .popup_mm .title {
        font-size: 22px;
        line-height: 22px;
    }

    .b-order-formed__s1__title {
        font-size: 18px;
    }

    .b-all__slider__add__cart .button__green, .b-catalog__s2__grid .slick_slide .button__gray {
        max-width: 120px;
        font-size: 14px;
    }

    .b-modal__print__title {
        font-size: 18px;
    }

    .b-modal__print__logo {
        max-width: 80px;
        height: 80px;
    }

    .b-modal__print__contact {
        flex-direction: column;
    }

    .b-all__slider__nav__desktop .b-all__slider__add__cart .button__green {
        max-width: 67px
    }
}

.item-add-cart-slide {
    border: 1px solid #EAEAEA;
    padding: 20px;
    margin: 0 10px;
}

.recomind-title {
    position: relative;
}

.modal-add-subtitle {
    font-family: 'GilroySemibold', sans-serif;
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
}

.modal-add-subtitle {
    max-width: 343px;
    padding: 40px 0 32px;
}

.modal-add-subtitle::after {
    position: absolute;
    content: '';
    right: -18px;
    top: 48px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2C679F;
}

.modal-add-subtitle::before {
    position: absolute;
    content: '';
    width: 1000%;
    height: 1px;
    bottom: 45px;
    right: -1004%;
    background: #2C679F;
}

.popup-list > div.active {
    overflow: hidden;
}

.recomind-product-wrap .box .slider .slick-list .slick-track .slick_slide .b-all__slider__vendor,
.recomind-product-wrap .box .slider .slick-list .slick-track .slick_slide .b-all__slider__availability{
    display: none;
}

.recomind-product-wrap .box .slider .slick-list .slick-track .slick_slide .b-all__slider__add__cart {
    gap: 22px;
}

@media (max-width: 768px) {
    .modal-add-subtitle::after,
    .modal-add-subtitle::before{
        display: none;
    }
}

.recomind-product-wrap .box .b-all__slider__slick_prev {
    margin-left: -19px;
}

.recomind-product-wrap .box .b-all__slider__slick_next {
    margin-right: -19px;
}

.b-product__s1__inform .r__add__cart{
	justify-content: space-between;
}

.b-product__s1__inform .b-all__slider__inform{
	margin-bottom: 20px;
}

.b-all__slider__star__text{
	display: none;
}

.row {
	margin-right: inherit !important;
	margin-left: inherit !important;
}