.button {
    outline: none !important;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 30px;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    text-decoration: none !important;
    border: 1px solid #C80000;
    background: #C80000;
    color: #fff;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
}

.button:hover {
    background: #fff;
    color: #C80000;
}

.button-reversed {
    background: #fff;
    color: #C80000;C80000
}

.button-reversed:hover {
    background: #C80000;
    color: #fff;
}

.header {
    padding: 30px 0;
}

.header__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header__logo img {
    display: block;
    max-width: 100%;
}

.header__icons {
    /*display: flex;*/
    align-items: center;
}

.header__email {
    padding: 0 0 0 21px;
    position: relative;
    font-size: 16px;
    line-height: 21px;
    margin: 3px 0 5px 0;
}

.header__phone a {
    color: #000;
    font-size: 16px;
    display: inline-block;
    padding: 0 0 0 21px;
    position: relative;
    transition: 0.5s all ease;
}

.header__phone a:hover {
    color: #C80000;
    text-decoration: none !important;
}

.header__phone a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url(../images/telephone.png) no-repeat center;
    background-size: contain;
}

.header__email a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 16px;
    height: 16px;
    background: url(/bitrix/templates/novis/images/email.svg) no-repeat center;
    background-size: contain;
}

.header__email a {
    color: #3F3F3F;
    font-size: 16px;
    transition: 0.5s all ease;
}

.header__email a:hover {
    color: #C80000;
    text-decoration: none !important;
}

/*.header__menu{
	display:none;
}*/
.top-menu {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.top-menu__item-parent {
    position: relative;
}

.top-menu__submenu-wrapper {
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: 0.5s all ease;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 25px 0 0;
    z-index: 10;
}

@media screen and (min-width: 768px) {
    .top-menu__item-parent:hover .top-menu__submenu-wrapper {
        opacity: 1;
        visibility: visible;
        display: block;
    }
}

.top-menu__submenu-tri {
    width: 35px;
    height: 35px;
    position: absolute;
    overflow: hidden;
    box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
    top: -8px;
    left: 10px;
}

.top-menu__submenu-tri:after {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background: #fff;
    transform: rotate(45deg); /* Prefixes... */
    top: 25px;
    left: 0;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
}

.top-menu__submenu {
    background: #fff;
    padding: 20px;
    width: 360px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
}

.top-menu__submenu.top-menu__submenu-cols2 {
    width: 580px;
    display: flex;
    flex-wrap: wrap;
}

.top-menu__item {
    margin: 0 5px;
}

.top-menu__link {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: 0.5s all ease;
    color: #000;

    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.top-menu__link:hover {
    text-decoration: none;
    color: #C80000;
}

.top-menu__submenu.top-menu__submenu-cols2 .top-menu__submenu-item {
    width: 50%;
}

.top-menu__submenu-item {
    margin: 5px 0;
}

.top-menu__submenu-link {
    padding: 5px 0;
    color: #000;
    transition: 0.5s all ease;


    font-size: 18px;
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.top-menu__submenu-link:hover {
    text-decoration: none;
    color: #C80000;
}

.top-menu__submenu-icon {
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.top-menu__submenu-link:hover .top-menu__submenu-icon {
    stroke: #C80000;
}

.top-menu__submenu-icon {
    fill: none;
    stroke: #000;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-menu__submenu-text {
    display: block;
    width: calc(100% - 50px);
}

.top-menu__link-parent {
    position: relative;
    padding-right: 25px;
}

.top-menu__link-parent:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 10px;
    margin-top: -5px;
    background: url(../images/down-arrow.svg) no-repeat center / contain;
    display: none;
}

.header__controls {
    display: none;
}

.header__burger-label {
    text-transform: uppercase;
    font-size: 16px;
}

.mobile-menu-button {
    min-width: 25px;
    height: 15px;
    background: transparent;
    margin-right: 10px;
    position: relative;
}

.mobile-menu-button span {
    background: #000;
    width: 100%;
    height: 3px;
    display: block;
    right: 0;
    position: absolute;
    transition: 0.5s all ease;
}

.mobile-menu-button span:nth-child(1) {
    top: 0%;
}

.mobile-menu-button span:nth-child(2) {
    top: 50%;
    margin-top: -1.5px;
}

.mobile-menu-button span:nth-child(3) {
    top: auto;
    bottom: 0;
}

.mobile-menu-button.active span:nth-child(1) {
    transform: rotate(-45deg);
    top: 50%;
}

.mobile-menu-button.active span:nth-child(2) {
    transform: rotate(45deg);
    top: 50%;
    margin: 0;
}

.mobile-menu-button.active span:nth-child(3) {
    opacity: 0;
    transform: rotate(180deg);
}


.breadcrumbs {
    margin: 0 0 30px;
}


.bread {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: #98999b;
}

.bread__link {
    color: #98999b;
    transition: 0.5s all ease;
}

.bread__link:hover {
    color: #C80000;
    text-decoration: none !important;
}

.bread__item {
    margin: 0 8px 0 0;
}

.page-title {
    margin: 0 0 40px;
}

.page-title h1 {
    margin: 0;
}

.home-slider {
    margin: 0 0 100px;
}

.product-list__heading {
    text-align: center;
    margin: 0 0 30px;
    font-weight: bold;
    font-size: 30px;
}

.product-list {
    margin: 0 0 20px;
}

.product__list-item {
    margin-bottom: 30px;
}


.catalog-menu__submenu {
    display: none;
}

.catalog-menu__submenu,
.catalog-menu__list {
    padding: 0;
    list-style: none;
    margin: 0;
    list-style-type: none;
}

.catalog-menu__submenu {
    margin: 0 0 0 25px;
}

.catalog-menu {
    background: #f9f9f9;
    padding: 20px 10px;
}

.catalog-menu__link {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    transition: 0.5s all ease;
    color: #000;
}

.catalog-menu__item-active > .catalog-menu__link {
    color: #C80000;
}

.catalog-menu__link:hover {
    text-decoration: none;
    color: #C80000;
}

.catalog-menu__link-1 {
    font-weight: 700;
}

.catalog-menu__item {
    margin: 5px 0;
}

.catalog-menu__item-parent .catalog-menu__link {
    padding: 0 25px 0 0;
}

.catalog-menu__expander {
    background: url(../images/down-arrow.svg) no-repeat center / contain;
    width: 20px;
    height: 10px;
    display: block;
    right: 0;
    top: 50%;
    margin-top: -5px;
    cursor: pointer;
    position: absolute;
    transform: rotate(-90deg);

}

.catalog-menu__item-active > .catalog-menu__submenu {
    display: block;
}

.catalog-menu__item-active > .catalog-menu__link .catalog-menu__expander {
    transform: rotate(0deg);
}

.catalog-menu__item-active > .catalog-menu__link > .catalog-menu__expander,
.catalog-menu__link:hover .catalog-menu__expander {
    background-image: url(../images/down-arrow-hover.svg);
}


.product__thumb-link {
    display: block;
    height: 200px;
}

.product {
    text-align: center;
    margin-bottom: 40px;
    transition: 0.5s all ease;
}

.product:hover {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1)
}

.product__thumb {
}

.product__title-link {
    display: block;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.5s all ease;
    color: #000;
}

.product__thumb-link {
    display: block;
}

.product__thumb-link img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    transition: 0.5s all ease;
}

.product__title-link {
    padding: 15px 5px;
    min-height: 75px;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.product__title-link:hover {
    text-decoration: none;
    color: #C80000;
}


.product__thumb-link:hover img {
    transform: scale(1.05);
}

.certificates {
    text-align: center;
    margin-bottom: 40px;
    transition: 0.5s all ease;
}

.certificates:hover {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1)
}

.certificates__thumb {
}

.certificates__title-link {
    display: block;
    transition: 0.5s all ease;
    color: #000;
}

.certificates__thumb-link {
    display: block;
}

.certificates__thumb-link img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    transition: 0.5s all ease;
}

.certificates__title-link {
    padding: 15px 5px;
    min-height: 75px;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.certificates__title-link:hover {
    text-decoration: none;
    color: #C80000;
}

.certificates__thumb-link:hover img {
    transform: scale(1.05);
}

.catalog {
    margin: 0 0 50px;
}

.catalog__text {
    margin: 0 0 40px;
}

.footer {
    margin: 0 0 40px;
}

.bottom {
    margin: 0 0 30px;
}

.bottom__copyrights {
    font-size: 16px;
    margin-bottom: 10px;
}

.bottom__pp {
    margin-bottom: 10px;
}

.bottom__pp a {
    color: #000;
    font-size: 16px;
    border-bottom: 1px solid #000;
    transition: 0.5s all ease;
}

.bottom__pp a:hover {
    border-color: transparent;
    text-decoration: none;
}


.request {
    margin: 50px auto 50px;
    position: relative;
    height: 250px;
    padding: 10px 40px;
    background-size: cover;
}

.request__wrapper {
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    width: 100%;
}

.request__banner {
    width: 100%;
}

.request__title {
    color: #C80000;
    display: block;
    width: 100%;
    letter-spacing: 1px;
    color: #C80000;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 20px;
}

.request__text {
    width: 100%;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 35px;
}

.section__gallery-big {
    margin: 0 0 15px;
    position: relative;
}

.slider-arr {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    z-index: 100;
    cursor: pointer;
    outline: none;
}

.slider-arr__icon {
    transition: 0.5s all ease;
}

.slider-arr:hover .slider-arr__icon {
    fill: #C80000;
}

.slider-arr-prev {
    left: 0;
    transform: rotate(90deg);
}

.slider-arr-next {
    right: 0;
    transform: rotate(-90deg);
}

.section__gallery-big-pagination-wrapper {
    display: none;
}

.section__gallery-big a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.section__gallery-big img {
    width: auto;
    max-width: 100%;
    height: 340px;
    object-fit: cover;
}

.section__gallery-thumbs {

    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

.section__gallery-thumb {
    font-size: 0;
    width: 80px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 13px 13px 0;
    padding: 5px;
    transition: 0.5s all ease;
    border: 1px solid transparent;
}

.section__gallery-thumb.active {
    border-color: #be0031;
}

.section__gallery-thumb img {
    display: block;
    width: auto;
    max-height: 100%;
}

.section__gallery-thumb:hover {
    box-shadow: 0px 0 10px rgba(152, 153, 155, 0.35);
}

.section__short-description {
    font-size: 18px;
}

.section__button {
    margin-bottom: 10px;
    max-width: 380px;
}

.section__button .button {
    width: 100%;
}

.section__tabs,
.section__top {
    margin-bottom: 50px;
}

.section__tabs-heading {
    display: flex;
    align-items: stretch;
    text-align: center;
    flex-direction: row;
}

.section__tab {
    padding: 5px 20px;
    font-size: 16px;
    transition: 0.5s all ease;
    color: #98999b;
    cursor: pointer;
    border: 1px solid #C0C0C0;
    margin: 0 -0.5px -1px -0.5px;
    background: #F9F9F9;
    z-index: 1000;
}

.section__tab:hover {
    color: #C80000;
}

.section__tab.active {
    color: #C80000;
    border-top: 2px solid #C80000;
    border-bottom: none;
    background: #ffffff;
}

.section__tab-content {
    font-size: 18px;
    display: none;
    overflow-x: auto;
    margin: 0 -0.5px;
}

.section__content-title {
    display: none;
}

.section__tab-content.active {
    display: block;
}

.section__tab-content table {
    width: 100%;
}

.section__tab-content table th,
.section__tab-content table td {
    padding: 10px 0;
    border-bottom: 1px solid #98999b;
    font-size: 18px;
}


.footer__menu-list-link {
    color: #000;
    text-transform: uppercase;
    transition: 0.5s all ease;
    display: inline-block;
}

.footer__menu-list-link:hover {
    color: #C80000;
    text-decoration: none;
}

.footer__menu-list-subitem {
    width: 50%;
}

.footer__submenu {
    display: flex;
    flex-wrap: wrap;
}

.footer__menu-list-sublink {
    display: inline-block;
    color: #000;
    transition: 0.5s all ease;
    font-size: 16px;
    /*font-weight: 700;*/
    padding: 4px 0;
}

.footer__menu-list-sublink:hover {
    transition: 0.5s all ease;
    text-decoration: none;
    color: #C80000;
}

.footer__menu {
    display: flex;
    flex-wrap: wrap;
}

.footer__menu-col:first-child {
    width: 65%;
}

.footer__menu-col:last-child {
    width: 30%;
}

.footer__contacts {
    text-align: right;
}

.footer__contacts .slam-easyform {
    text-align: right;
}

.footer__contacts-mail {
    margin: 0 0 10px;
}

.footer__contacts-phone {
    margin: 0 0 10px;
}

.footer__contacts-mail a {
    color: #000;
    transition: 0.5s all ease;
}

.footer__contacts-mail a:hover {
    color: red;
    text-decoration: none;
}

.footer__contacts-phone a {
    font-weight: 700;
    color: #000;
    transition: 0.5s all ease;
}

.footer__contacts-phone a:hover {
    color: red;
    text-decoration: none;
}

.popup-thanks,
.popup-form {
    max-width: 480px;
    width: 100%;
}

.popup-thanks .fancybox-close-small {
    display: none;
}

.popup-thanks .popup__footer-button {
    margin: 40px auto 0;
    max-width: 180px;
}

.popup__header {
    margin: 0 0 30px;
}

.popup__title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
}

.popup__subtitle {
    text-align: center;
    color: #98999b;
    font-size: 22px;
    margin: 10px 0 0 0;
}

.popup__footer {
    text-align: center;
}

.popup__footer-pp {
    font-size: 16px;
    color: #98999b;
    max-width: 320px;
    margin: 15px auto 0;
}

.popup__footer-pp a {
    font-size: 16px !important;
    text-decoration: none;
    border-bottom: 1px solid #C80000;
    transition: 0.5s all ease;
    color: #C80000;
}

.popup__footer-pp a:hover {
    border-color: transparent;
}

.popup__inputs .form-control {
    border-radius: 36px;
    padding: 18px 20px;
    height: auto;
    font-size: 16px;
}

.popup__inputs .control-label {
    font-size: 16px;
}

.popup__footer-button .button {
    width: 100%;
    padding: 19.5px 0;
    border-radius: 36px;
}

.popup__inputs .help-block {
    color: red;
    font-size: 16px;
    display: block;
    margin: 5px 0 0;
}

.home-slider {
    margin-bottom: 0;
}
.home-slider__pagination.slider-pagination {
    position: absolute;
    z-index: 5;
    bottom: 33px;
    margin: 0;
}
.home-slider__pagination .swiper-pagination-bullet {
    /*margin: 0;*/
    width: 11px;
    height: 11px;
    background: #fff !important;
    opacity: .2;
}
.home-slider__arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 51px;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.home-slider__arrows-prev, .home-slider__arrows-next {
    width: 51px;
    height: 51px;
    z-index: 10;
    position: absolute;
    background-image: url("/bitrix/templates/novis/images/icons/icon-arrow-slider.svg");
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    cursor: pointer;
}
.home-slider__arrows-next {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}
.home-slider__arrows-prev:before, .home-slider__arrows-next:before {
    content: '';
    background: #FFFFFF;
    opacity: .2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.home-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.home-slider__item {
    position: relative;
    background-size: cover;
    background-position: center;
}

.home-slider__item img {
    position: relative;
    display: block;
    float: right;
    /*padding: 50px 0;*/
    max-width: 668px;
    padding: 0;
    right: -50px;
}

.home-slider__wrapper {
    /*position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
    height: 100%;
    /*padding: 40px 60px;*/
    display: flex;
    align-items: center;
    line-height: 1.3;
    max-width: 1110px;
    margin: 0 auto;
}

.home-slider__content {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    width: 100%;
    position: relative;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-slider__text {
    float: left;
    position: relative;
    width: 50%;
    /*height: 30%;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    height: auto;
    top: 0;
    transform: none;
}
.home-slider__img {
    width: 50%;
    position: relative;
}

.home-slider__text .home-slider__container {
    font-family: 'FuturaMediumC';
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 100%;
    color: #fff;
    text-transform: none;
    margin-bottom: 40px;
    display: block;
}
.home-slider__link {
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #C80000;
    background: #FFFFFF;
    border-radius: 37px;
    padding: 17px 50px;
    font-weight: normal;
}
.home-slider__link:hover {
    text-decoration: none;
}

@media (max-width: 1024px) {
    .home-slider__img {
        display: none;
    }
    .home-slider__content {
        height: 523px;
    }
    .home-slider__slider {
        /*padding-bottom: 181px;*/
        height: auto;
    }
    .home-slider__pagination.slider-pagination {
        bottom: 63px;
        align-items: flex-start;
        padding: 0 50px;
        width: auto;
    }
    .home-slider__arrows {
        top: auto;
        transform: none;
        bottom: 96px;
        width: 105px;
        left: 50px;
    }
    .home-slider__content {
        padding: 64px 50px 181px !important;
        height: auto;
    }
    .home-slider__text {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .home-slider__content {
        padding: 64px 0 181px !important;
    }
    .home-slider__pagination.slider-pagination {
        padding: 0 20px;
    }
    .home-slider__arrows {
        left: 20px;
    }

}
@media (max-width: 530px) {
    .home-slider__text .home-slider__container {
        font-size: 42px;
    }

}

.slider-pagination {
    justify-content: center;
    display: flex;
    align-items: center;
    position: static;
    margin: 20px 0 0 0;
}

.slider-pagination .swiper-pagination-bullet {
    background: #C80000
}


.news-slider__item {
    position: relative;
    border: 1px solid #b2b2b2;
}

.news-slider__item img {
    display: block;
    width: 100%;
}

.news-slider__wrapper {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*padding: 40px 60px;*/
    display: flex;
    align-items: center;
    line-height: 1.3;
}

.news-slider__content {
    font-size: 16px;
    width: 100%;
}

.news {
    padding: 10px 30px 30px 30px;
}

.news_date {
    padding: 30px 30px 10px 30px;
    border-bottom: 1px solid #b2b2b2;
}

.partners-slider__item {
    position: relative;
}

.partners-slider__item img {
    display: block;
    width: 100%;
}

.partners-slider__wrapper {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.partners-slider__wrapper > img {
    max-height: 70px;
    object-fit: contain;
}

.partners-slider__content {
    font-size: 16px;
    width: 100%;
}

.certificates-slider__item {
    position: relative;
}

.certificates-slider__item img {
    display: block;
    width: 100%;
}

.certificates-slider__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.certificates-slider__wrapper > img {
    object-fit: contain;
}

.certificates-slider__content {
    font-size: 16px;
    width: 100%;
}


.header__location {
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 17px;
}

.header__city:before {
    content: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.88129 0.430664C2.36571 0.430664 0.319092 2.47728 0.319092 4.99285C0.319092 8.15466 4.88577 13.5557 4.88577 13.5557C4.88577 13.5557 9.44348 7.99917 9.44348 4.99285C9.44348 2.47728 7.39694 0.430664 4.88129 0.430664ZM6.2578 6.32866C5.87824 6.70814 5.3798 6.89791 4.88129 6.89791C4.38285 6.89791 3.88425 6.70814 3.50486 6.32866C2.74583 5.56971 2.74583 4.33476 3.50486 3.57573C3.8724 3.20803 4.3613 3.00552 4.88129 3.00552C5.40127 3.00552 5.8901 3.20811 6.2578 3.57573C7.01683 4.33476 7.01683 5.56971 6.2578 6.32866Z' fill='%23BE0132'/%3E%3C/svg%3E%0A");
    left: -15px;
    position: absolute;
}

.header__city {
    border-bottom: 1px solid #BE0132;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.header__city__ask:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #efefef transparent;
    content: '';
    display: block;
    margin-left: 50%;
    position: absolute;
    top: -6px;
    left: -6px;
}

.header__city__ask {
    background: #EFEFEF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    padding: 16px 12px;
    position: absolute;
    min-width: 220px;
    transform: translateX(-50%);
    margin: 10px 0 0 50%;
    z-index: 2;
}

.header__city__confirm, .header__city__change {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
    padding: 0 13px;
    background: #BE0132;
    cursor: pointer;
    margin: 10px 0 0 0;
}

.header__city__change {
    background: #3F3F3F;
}

.header__location__mobile {
    display: none;
}

.header__location__mobile > a:before {
    content: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.88129 0.430664C2.36571 0.430664 0.319092 2.47728 0.319092 4.99285C0.319092 8.15466 4.88577 13.5557 4.88577 13.5557C4.88577 13.5557 9.44348 7.99917 9.44348 4.99285C9.44348 2.47728 7.39694 0.430664 4.88129 0.430664ZM6.2578 6.32866C5.87824 6.70814 5.3798 6.89791 4.88129 6.89791C4.38285 6.89791 3.88425 6.70814 3.50486 6.32866C2.74583 5.56971 2.74583 4.33476 3.50486 3.57573C3.8724 3.20803 4.3613 3.00552 4.88129 3.00552C5.40127 3.00552 5.8901 3.20811 6.2578 3.57573C7.01683 4.33476 7.01683 5.56971 6.2578 6.32866Z' fill='%23BE0132'/%3E%3C/svg%3E%0A");
    vertical-align: middle;
    margin-right: 6px;
}

.location__section {
    padding-left: 23px;
    position: relative;
    line-height: 35px;
}

.location__section > a {
    font-size: 14px;
    display: block;
    color: #3f3f3f;
    outline: none;
}

.location__section__letter {
    position: absolute;
    top: 4px;
    left: 0;
    color: #C80000;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

#location__selector .location__section__letter {
    top: -3px;
}

.location__selector__title {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 22px;
    color: #3F3F3F;
    text-transform: uppercase;
}

#location__selector {
    max-width: 738px;
    width: 100%;
}

#location__selector .location__section {
    line-height: 21px;
    padding: 0 0 21px 24px;
}

input.search {
    border: 2px solid #dad0d0;
    border-radius: 500px;
    padding: 10px 20px;
    max-width: 960px;
    width: 100%;
}

input:focus {
    outline: 0;
}

.section__tab-content ol, .section__tab-content ol li {
    list-style-type: decimal;
}

.section__tab-content ul, .section__tab-content ul li {
    list-style-type: disc;
}

.section__tab-content ul {
    padding-left: 40px;
}


/* articles */
.articles {
    margin-bottom: 80px;
}

.articles__list {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.articles__item {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
    min-height: 347px;
}

.articles__block {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 5;
    height: 100%;
    justify-content: flex-end;
}

.articles__block:before {
    content: '';
    height: 50%;
    width: 100%;
    background: linear-gradient(360deg, rgba(4, 4, 4, 0.6) 44.83%, rgba(4, 4, 4, 0) 100%);
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.articles__block:hover {
    text-decoration: none;
}

.articles__block_notShadow:before {
    display: none;
}

.articles__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover !important;
}

.articles__date {
    z-index: 3;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 5px;
    color: #FFFFFF;
}

.articles__title {
    z-index: 3;
    font-family: 'FuturaDemiC', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    color: #FFFFFF;
}

.articles__info {
    padding: 0 18px 30px;
    z-index: 4;
}

.articles__loadMore {
    display: flex;
    width: 110px;
    margin: 0 auto 30px;
    cursor: pointer;
}

.articles__loadMore img {
    margin-right: 8px;
}

.articles__loadMore span {
    font-family: 'FuturaDemiC', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #C80000;
    border-bottom: 1px dashed;
}

.pagination__content {
    display: flex;
    justify-content: center;
}

.pagination__item {
    width: 30px;
    height: 30px;
    border: 1px solid #C80000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #C80000;
    transition: .3s;
    margin-right: 10px;
}

.pagination__item:last-of-type {
    margin-right: 0;
}

.pagination__item:hover, .pagination__item.active {
    text-decoration: none;
    color: #fff;
    background-color: #C80000;
}

.pagination__item_next, .pagination__item_last, .pagination__item_first, .pagination__item_prev {
    background-position: center;
    background-repeat: no-repeat;
}

.pagination__item_next, .pagination__item_prev {
    background-image: url("/bitrix/templates/novis/images/pagination-arrow.svg");
}

.pagination__item_next:hover, .pagination__item_prev:hover {
    background-image: url("/bitrix/templates/novis/images/pagination-arrow-white.svg");
}

.pagination__item_last, .pagination__item_first {
    background-image: url("/bitrix/templates/novis/images/pagination-double-arrow.svg");
}

.pagination__item_last:hover, .pagination__item_first:hover {
    background-image: url("/bitrix/templates/novis/images/pagination-double-arrow-white.svg");
}

.pagination__item_prev, .pagination__item_first {
    transform: rotate(180deg);
}

@media (max-width: 992px) {
    .articles__item {
        width: 50%;
        margin-bottom: 8px;
    }

    .articles__loadMore {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .articles__item {
        width: 100%;
        min-height: 201px;
        margin-bottom: 15px;
    }

    .articles__title {
        font-size: 16px;
        line-height: 1.2;
    }

    .articles__info {
        padding: 0 18px 25px;
    }

    .articles__block:before {
        height: 70%;
    }

    .pagination__item {
        width: 22px;
        height: 22px;
        font-size: 11px;
    }
}

.article__content {
    display: flex;
    margin: 0 -15px;
}

.article__left {
    width: 75%;
    padding: 0 110px 0 15px;
}

.article__right {
    width: 25%;
    padding: 0 15px;
}

.article__date {
    font-size: 18px;
    line-height: 28px;
    color: #8D8D8D;
    margin-bottom: 27px;
}

.article__info {
    font-size: 16px;
    line-height: 21px;
}

.article__info ul li {
    padding-left: 26px;
    position: relative;
    margin-bottom: 10px;
}

.article__info ul li:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
}

.article__info ol {
    counter-reset: list;
    padding-left: 0;
}

.article__info ol li {
    padding-left: 26px;
    position: relative;
    margin-bottom: 10px;
}

.article__info ol li:before {
    counter-increment: list 1;
    content: counter(list) ". ";
    position: absolute;
    left: 9px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    font-family: 'FuturaDemiC', Arial, Helvetica, sans-serif;
}

.article__section {
    padding: 25px 30px;
    background: #F3F3F3;
    margin: 50px 0;
}

.article__section-title {
    font-family: 'FuturaDemiC', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 8px;
}

.article__section-info {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 28px;
}

.article__section-info a {
    color: #C80000;
}

.articles__other-title {
    font-family: 'FuturaDemiC', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 30px;
}

.article__service {
    padding: 20px 18px;
    background: #F9F9F9;
    margin-bottom: 30px;
}

.article__service-title {
    font-family: 'FuturaDemiC', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 21px;
    margin-bottom: 19px;
}

.article__service-list {
    font-family: 'FuturaDemiC', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
}

.article__service-item {
    color: #000000;
    display: block;
}

.article__service-item:hover {
    color: #000000;
    text-decoration: none;
}

.article__service-link {
    position: relative;
    display: flex;
    align-items: center;
}

.article__service-link.active a {
    color: #000 !important;
}

.article__service-arrow {
    width: 6px;
    height: 6px;
    border: 1px solid #000;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
    margin-left: 5px;
    cursor: pointer;
}

.article__service-link.active .article__service-arrow {
    transform: rotate(135deg);
}

.article__service-child {
    display: none;
}

.article__service-child.active {
    display: block;
}

.article__service-child {
    padding-left: 5px;
}

.article__service-child .article__service-item {
    font-size: 16px;
    font-family: 'FuturaBookC', Arial, Helvetica, sans-serif;
    color: #000 !important;
}

.article__service-child .article__service-item:hover {
    color: #C80000 !important;
}

@media (max-width: 992px) {
    .article__right {
        display: none;
    }

    .article__left {
        width: 100%;
        padding-right: 0;
    }
}

@media (max-width: 576px) {
    .article__content {
        margin: 0;
    }

    .article__left {
        padding: 0;
    }

    .article__section {
        margin: 50px -15px;
    }

}


/*cases*/
.cases__content {
    margin-bottom: 81px;
}

.cases__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 22px;
}

.cases__item {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.cases__more {
    font-family: 'FuturaMediumC';
    font-size: 25px;
    line-height: 100%;
    color: #C80000;
}

.case {
    position: relative;
    padding-bottom: 99.1%;
    display: inline-block;
    z-index: 5;
    width: 100%;
    overflow: hidden;
}

.case__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transition: .5s ease-in-out;
}

.case__img:hover {
    transform: scale(1.1);
}

.case__img:before {
    content: '';
    background: rgba(33, 37, 41, 0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

.case__info {
    position: absolute;
    padding: 0 34px;
    top: 57%;
}

.case__title {
    font-size: 22px;
    line-height: 25px;
    color: #FFFFFF;
    font-family: 'FuturaDemiC', Arial, Helvetica, sans-serif;
    margin-bottom: 7px;
}

.case__more {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

@media (max-width: 1200px) {
    .cases__item {
        width: 50%;
    }

    .case {
        padding-bottom: 98.8%;
    }

    .case__info {
        top: 53%;
    }

    .case__title {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .cases__item {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .case__title {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 13px;
    }

    .cases__item {
        margin-bottom: 10px;
    }
}

.caseDetail__content {
    display: flex;
}

.caseDetail__left {
    width: 75%;
    padding-right: 15px;
}

.caseDetail__right {
    width: 25%;
    padding-left: 15px;
}

.caseDetail__slider .slick-slide {
    padding: 0 3px;
    outline: none !important;
    height: 200px;
}

.caseDetail__slider .slick-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.caseDetail__slider-arrow {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 13px;
}

.caseDetail__slider .slick-arrow {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    font-size: 0;
    background-image: url(/bitrix/templates/novis/images/caseDetail-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #AFAFAF;
    background-color: #fff;
    outline: none !important;
}

.caseDetail__slider .slick-arrow.slick-next {
    transform: rotate(180deg);
    margin-left: 11px;
}

.caseDetail__slider {
    margin-bottom: 70px;
}

.caseDetail__prop-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'FuturaDemiC', Arial, Helvetica, sans-serif;
}

.caseDetail__prop-list li {
    padding-left: 11px;
    position: relative;
    line-height: 1.5;
}

.caseDetail__prop-list li:before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #000;
    border-radius: 50%;
}

.caseDetail__props {
    display: flex;
    margin-bottom: 30px;
}

.caseDetail__prop {
    margin-right: 65px;
}

.caseDetail__prop:last-of-type {
    margin-right: 0;
}

.caseDetail__prop-file span {
    color: #C80000;
    display: block;
    text-align: center;
}

.caseDetail__prop-file:hover {
    text-decoration: none !important;
}

.caseDetail__tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.caseDetail__tag {
    font-size: 18px;
    line-height: 1;
    color: #000000;
    border-bottom: 1px dashed;
    margin-right: 28px;
    margin-bottom: 15px;
}

.caseDetail__tag:hover {
    text-decoration: none;
    color: #000000;
    border-bottom: 1px solid;
}

.caseDetail__otherWorks-title {
    font-size: 25px;
    line-height: 29px;
    font-family: 'FuturaDemiC', Arial, Helvetica, sans-serif;
    color: #212529;
    margin-bottom: 32px;
}

.caseDetail__otherWorks {
    margin-bottom: 72px;
}

.caseDetail__otherWorks .case__info {
    padding: 0 26px;
    top: 51%;
}

.caseDetail__otherWorks .case__title {
    font-size: 18px;
    line-height: 18px;
}

.cases .articles__loadContainer, .cases .articles__loadMore {
    display: none;
}

@media (max-width: 992px) {
    .caseDetail__right {
        display: none;
    }

    .caseDetail__left {
        width: 100%;
        padding: 0;
    }

    .caseDetail__otherWorks {
        margin-bottom: 0;
    }

    .caseDetail__slider {
        margin-bottom: 50px;
    }

}

@media (max-width: 767px) {
    .caseDetail__slider a:nth-child(n+5) {
        display: none;
    }

    .caseDetail__slider ._caseDetailSlider {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .caseDetail__slider a {
        width: 50%;
        display: inline-block;
        padding: 0 15px;
        margin-bottom: 12px;
    }

    .caseDetail__slider img {
        width: 100%;
        max-height: 150px;
        object-fit: cover;
        /*padding: 0 15px;*/
    }

    .caseDetail__props {
        flex-wrap: wrap;
    }

    .caseDetail__prop:first-of-type {
        width: 100%;
        margin-right: 0;
    }

    .caseDetail__prop-list {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .caseDetail__prop span {
        font-size: 14px;
    }

    .caseDetail__prop-file span {
        font-size: 16px;
    }
}

.catalog__cases-title {
    font-size: 25px;
    line-height: 29px;
    font-family: 'FuturaDemiC', Arial, Helvetica, sans-serif;
    margin-bottom: 19px;
}

.catalog__cases .case {
    width: 100%;
    height: 249px;
    padding: 0;
    display: inline-block;
    outline: none !important;
}

.catalog__cases .case__title {
    font-size: 18px;
    line-height: 18px;
}
.catalog__cases.article .case__title{
    font-size: 22px;
    line-height: 25px
}
.catalog__cases.article .case__more{
    font-size: 14px;
    line-height: 28px;
}
.catalog__cases.article .case__info{
    top: auto;
    bottom: 30px;
}

.catalog__cases .cases__item {
    margin-bottom: 0;
}

.catalog__cases .slick-arrow {
    width: 10px;
    height: 17px;
    background-image: url(/bitrix/templates/novis/images/caseDetail-arrow.svg);
    padding: 0;
    font-size: 0;
    display: inline-block;
    outline: none;
    border: none;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.catalog__cases .slick-next.slick-arrow {
    left: auto;
    transform: translateY(-50%) rotate(180deg);
    right: 0;
}

.catalog__cases .slick-dots {
    display: flex;
    justify-content: center;
}

.catalog__cases .slick-dots button {
    font-size: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
    border: none;
    outline: none;
    display: inline-block;
    background: #F8CCD6;
    padding: 0;
}

.catalog__cases .slick-dots .slick-active button {
    background: #C80000;
}

.catalog__cases {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .catalog__cases .case {
        width: 246px;
        height: 244px;
        text-align: left;
    }

    .catalog__cases .cases__list {
        margin: auto;
    }

    .catalog__cases .cases__item {
        text-align: center;
    }

}

/*Таблицы Химической стоимости*/
.filter_table_items {
    background: #F9F9F9;
    padding: 18px 0 10px 18px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.filter_table_items .filter_name {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
}

.filter_table_item {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.filter_table_item .filter_item {
    border: 1px solid #C80000;
    box-sizing: border-box;
    border-radius: 100px;
    width: max-content;
    padding: 8px 17px;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    background: white;
    color: black;
}

.filter_table_item .filter_item:hover, .filter_table_item .filter_item.active {
    background: #C80000;
    color: white;
}

.filter_table_item.two .filter_item {
    padding: 3px 11px;
}

.him_table .him_st {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 18px;
    color: #212029;
    margin-top: 15px;
}

.him_table .him_st .table_ring {
    background: #F4F4F4;
    width: 33px;
    padding: 9px 12px;
    border-radius: 100%;
    font-size: 15px;
    line-height: 17px;
    height: 33px;
    margin-right: 10px;
}

.him_table {
    margin-bottom: 20px;
}

.him_table .him_table_name {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    max-width: 260px;
}

.tables_him .tables_him_item .name_sredy {
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 21px;
}

.tables_him .tables_him_item .koncentraciya {
    display: block;
}

.tables_him .tables_him_item .koncentraciya span {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.tables_him .tables_him_item .table_table {
    margin-top: 22px;
    margin-bottom: 22px;
}

.tables_him .tables_him_item .table_table table {
    width: 600px;
}

.tables_him .tables_him_item .table_table table thead {
    background: #F9F9F9;
}

.tables_him .tables_him_item .table_table table thead td {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.tables_him .tables_him_item .table_table table td {
    border: 0;
    height: 60px;
    width: 100px;
    padding: 0;
    text-align: center;
}

.tables_him .tables_him_item .table_table table tbody tr:nth-child(even) {
    background: #F9F9F9;
}

.tables_him .tables_him_item .table_table table tbody td {
    font-size: 16px;
    line-height: 18px;
}

/*Таблицы Химической стоимости*/


.product-list__wrapper.product-categories .product {
    text-align: inherit;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 5px;
    background: #f9f9f9;
    padding: 10px 34px 10px 14px;
    margin-bottom: 10px;
    min-height: 73px;
    border: 1px solid transparent;
}

.product-list__wrapper.product-categories .product:hover {
    border: 1px solid #d8d8d8;
    box-shadow: none;
}

.product-list__wrapper.product-categories .product:hover:after {
    content: url("data:image/svg+xml,%3Csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2942 8.99994C11.2942 9.21184 11.2306 9.42356 11.1141 9.58234L5.82007 17.5235C5.62949 17.8095 5.31173 18.0001 4.94123 18.0001H1.76476C1.18236 18.0001 0.705811 17.5235 0.705811 16.9411C0.705811 16.7294 0.769402 16.5177 0.885922 16.3589L5.78828 8.99994L0.885922 1.64116C0.769402 1.48238 0.705811 1.27067 0.705811 1.05876C0.705811 0.476548 1.18236 0 1.76476 0H4.94123C5.31173 0 5.62949 0.19058 5.82007 0.476548L11.1141 8.41772C11.2306 8.57651 11.2942 8.78822 11.2942 8.99994Z' fill='%23C80000'/%3E%3C/svg%3E%0A");
}

.product-list__wrapper.product-categories .product:last-child {
    margin-bottom: 40px;
}

.product-list__wrapper.product-categories .product:after {
    content: url("data:image/svg+xml,%3Csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2942 8.99994C11.2942 9.21184 11.2306 9.42356 11.1141 9.58234L5.82007 17.5235C5.62949 17.8095 5.31173 18.0001 4.94123 18.0001H1.76476C1.18236 18.0001 0.705811 17.5235 0.705811 16.9411C0.705811 16.7294 0.769402 16.5177 0.885922 16.3589L5.78828 8.99994L0.885922 1.64116C0.769402 1.48238 0.705811 1.27067 0.705811 1.05876C0.705811 0.476548 1.18236 0 1.76476 0H4.94123C5.31173 0 5.62949 0.19058 5.82007 0.476548L11.1141 8.41772C11.2306 8.57651 11.2942 8.78822 11.2942 8.99994Z' fill='%23DEDEDE'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.product-list__wrapper.product-categories .product-categories__title {
    font-family: 'FuturaDemiC', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #212529;
    margin-bottom: 18px;
}

.product-list__wrapper.product-categories .product__title {
    font-family: 'FuturaBookC', Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #222;
}

.product-list__wrapper.product-categories .product__thumb {
    display: block;
    position: relative;
    margin-right: 8px;
    width: 53px;
    height: 53px;
    min-width: 53px;
    min-height: 53px;
}

.product-list__wrapper.product-categories .product__thumb img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
}

.product-list__wrapper.product-categories .product__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .product-list__wrapper.product-categories .product__title {
        font-size: 16px;
    }

    .product-list__wrapper.product-categories .product:last-child {
        margin-bottom: 30px;
    }

    .product-list__wrapper.product-categories .product__thumb {
        width: 32px;
        height: 32px;
        min-width: 32px;
        min-height: 32px;
    }
}

@media screen and (max-width: 575px) {
    .product-list__wrapper.product-categories .product-categories__title {
        font-size: 18px;
    }
}

/* Редизайн главной */
.header {
    padding: 35px 0 51px;
}
.header__wrapper {
    display: flex;
    margin: 0 -15px;
}
.header__left {
    width: 27%;
    padding: 0 15px;
}
.header__right {
    width: 73%;
    padding: 0 15px;
}
.header__top {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 24px;
}
.header__bottom {
    display: flex;
    justify-content: flex-end;
}
.header__top .header__location {
    display: flex;
}
.header__top .header__city:before,
.header__contacts .header__phone a:before,
.header__contacts .header__email a:before {
    display: none;
}
.header__top .header__city,
.header__top .header__search_icon,
.header__contacts .header__phone a,
.header__contacts .header__email a
{
    font-size: 16px;
    line-height: 100%;
    color: #424242;
    border-bottom: none;
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.header__top .header__city img,
.header__top .header__search_icon img,
.header__contacts .header__phone a img,
.header__contacts .header__email a img {
    margin-right: 6px;
    width: 20px;
    height: 20px;
}
.header__contacts {
    display: flex;
    align-items: center;
}
.header__contacts .header__email,
.header__contacts .header__phone a {
    padding: 0;
}
.header__contacts .header__email a {
    margin-right: 0;
}
.header__bottom .slam-easyform {
    margin: 0;
    padding: 0;
}
.header__bottom button.btn.btn-primary {
    padding: 0;
    width: auto;
    height: auto;
    background-color: #fff;
    color: #C80000;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    font-family: 'FuturaBookC', Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    border: none;
}
.header__bottom .top-menu {
    margin-right: 35px;
}
.header__bottom .top-menu__item {
    margin: 0 35px 0 0;
}
.header__bottom .top-menu__item:last-of-type {
    margin-right: 0;
}
.header__bottom .top-menu__link {
    font-size: 20px;
    line-height: 100%;
    color: #000000;
    padding: 0;
    text-transform: none;
}
.header__bottom .top-menu__link a {
    color: #000000;
    text-decoration: none;
}
.header__bottom .top-menu__link-parent {
    padding-right: 13px;
}
.header__bottom .top-menu__link-parent:after {
    background-image: url('/bitrix/templates/novis/images/icons/icon-arrow-menu.svg');
    width: 10px;
    height: 6px;
    top: 12px;
}
.header__mobile {
    display: none;
}
.header__mobile.active {
    display: block;
}
.header__burger {
    display: none;
}
.top-menu__link-arrow {
    width: 10px;
    height: 6px;
    background: url(../images/icons/icon-arrow-menu.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.top-menu__submenu-back {
    display: none;
    padding: 15px 0;
    border-bottom: 1px solid #CECECE;
}

@media (max-width: 1200px) {
    .header {
        padding: 15px 0;
    }
    .header .container {
        max-width: 100%;
    }
    .header__bottom {
        display: none;
    }
    .header__left .header__logo {
        margin-bottom: 0;
    }
    .header__left .header__logo img {
        height: 100%;
    }
    .header__top {
        margin-bottom: 0;
    }
    .header__top .header__location,
    .header__top .header__search_icon {
        display: none;
    }
    .header__top .header__burger {
        display: inline-block;
    }
    .header__left {
        width: 33.33%;
    }
    .header__right {
        width: 66.66%;
    }
    .header__top .mobile-menu-button {
        width: 54px;
        height: 54px;
        padding: 16px 14px;
        margin: 0;
        background: #E0E0E0;
        border-radius: 2px;
    }
    .header__top .mobile-menu-button span {
        max-width: 26px;
        height: 5px;
        background-color: #fff;
        border-radius: 58px;
        left: 50%;
        transform: translateX(-50%);
    }
    .header__top .mobile-menu-button span:nth-child(1) {
        top: 16px;
    }
    .header__top .mobile-menu-button span:nth-child(2) {
        transform: translate(-50%, -50%);
        margin-top: 0;
    }
    .header__top .mobile-menu-button span:nth-child(3) {
        bottom: 16px;
    }
    .header__contacts {
        margin-right: 52px;
    }
    .header__top .mobile-menu-button.active span:nth-child(2) {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .header__top .mobile-menu-button.active span:nth-child(1) {
        transform: translate(-50%, -50%) rotate(-45deg);
        top: 50%;
    }
    .header__mobile .header__menu {
        display: none;
    }
    .header__mobile {
        width: 100%;
        border-top: 2px solid #E0E0E0;
        margin-top: 15px;
    }
    .header__mobile .top-menu {
        justify-content: flex-start;
    }
    .header__mobile .top-menu__item {
        width: 100%;
        margin: 0;
        padding: 0 15px;
    }
    .header__mobile .top-menu__link {
        padding: 15px 0;
        width: 100%;
        border-bottom: 1px solid #CECECE;
        font-weight: 600;
        font-size: 18px;
        line-height: 21px;
        color: #212529;
        font-family: 'FuturaDemiC';
        text-transform: none;
    }
    .header__mobile .top-menu__link a {
        color: #212529;
    }
    .header__mobile .header__location {
        text-align: left;
    }
    .header__mobile .header__city,
    .header__mobile .header__search_icon,
    .header__mobile .header__phone,
    .header__mobile .header__email {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #CECECE;
        margin: 0;
    }
    .header__mobile .header__city:before {
        display: none;
    }
    .header__mobile-content {
        padding: 0 15px;
    }
    .header__mobile .header__contacts {
        flex-direction: column;
        align-items: flex-start;
        margin-right: 0;
    }
    .header__mobile button.btn.btn-primary {
        padding: 0;
        width: auto;
        height: auto;
        background-color: #fff;
        color: #C80000;
        font-size: 14px;
        line-height: 120%;
        text-transform: uppercase;
        font-family: 'FuturaBookC', Arial, Helvetica, sans-serif;
        letter-spacing: 0;
        border: none;
        display: inline-block !important;
    }
    .header__mobile .primary.desc_none {
        display: none;
    }
    .top-menu__link-arrow {
        height: 17px;
        width: 17px;
        background-size: 10px;
        transform: translateY(-50%) rotate(-90deg);
    }
    .top-menu__submenu-wrapper {
        right: -100%;
        width: 100%;
        top: 125px;
        left: auto;
        bottom: 0;
        overflow: auto;
        transition: .5s;
        background-color: #fff;
        padding: 0;
        animation: hideMenu ease-in .5s;
    }
    .top-menu__item-parent:hover .top-menu__submenu-wrapper {
        opacity: 0;
        visibility: hidden;
        display: none;
    }
    .top-menu__submenu-tri {
        display: none;
    }
    .top-menu__submenu {
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
    }
    .top-menu__item-parent.viewSubMenu > .top-menu__submenu-wrapper {
        position: fixed;
        opacity: 1;
        visibility: visible;
        display: block;
        right: 0;
        animation: swipeMenu ease-in .5s;
        padding: 0 15px;
    }
    .top-menu__submenu-item {
        margin: 0;
        padding: 15px 0;
        border-bottom: 1px solid #CECECE;
    }
    .top-menu__submenu-link {
        padding: 0;
    }
    .top-menu__submenu-link .top-menu__submenu-text {
        padding: 0;
        color: #424242 !important;
        font-weight: normal;
    }
    .top-menu__submenu-back {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .top-menu__submenu-back b {
        font-family: 'FuturaDemiC';
        font-weight: 600;
        font-size: 18px;
        line-height: 21px;
        color: #212529;
    }
    .header__mobile-content .slam-easyform {
        padding: 15px 0;
    }
    .header__search_input {
        display: flex;
        padding: 15px 0;
        border-bottom: 1px solid #cecece;
    }
    .header__search_input img {
        margin-right: 10px;
    }
    .header__search_input form {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .header__search_input input {
        border: none;
    }
    .header__search_input button {
        opacity: 0;
        font-size: 18px;
        line-height: 100%;
        text-align: right;
        color: #C80000;
        background-color: transparent;
        border: none;
    }
    .header__search_input button.active {
        opacity: 1;
    }
}
@media (max-width: 767px) {
    .header__contacts .header__phone {
        margin-bottom: 0;
    }
    .header__contacts {
        margin-right: 30px;
    }
    .header__mobile .top-menu__item {
        border-bottom: none;
    }
    .header__location__mobile .top-menu__link {
        font-family: 'FuturaBookC';
        display: flex;
        align-items: center;
    }
    .header__location__mobile > a:before {
        content: url("/bitrix/templates/novis/images/icons/icon-place.svg");
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .header__location__mobile.active .top-menu__submenu-wrapper {
        opacity: 1;
        visibility: visible;
        display: block;
    }
    .header__location__mobile.active .top-menu__link {
        border-bottom: none;
        color: #212529 !important;
    }
    .header__location__mobile.active .location__section {
        padding: 0;
        margin-bottom: 25px;
    }
    .header__location__mobile.active .location__section__letter {
        position: static;
        color: #424242;
        font-family: 'FuturaDemiC';
        font-size: 18px;
        line-height: 100%;
        margin-bottom: 15px;
    }
    .header__location__mobile.active a {
        color: #424242 !important;
        line-height: 1;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .header__left, .header__right {
        width: 50%;
    }
    .header__contacts {
        flex-direction: column;
        margin-right: 38px;
    }
    .header__contacts .header__email, .header__contacts .header__phone a {
        margin-right: 0;
    }
}
@media (max-width: 530px) {
    .header__contacts .header__phone a img,
    .header__contacts .header__email a img {
        width: 30px;
        height: 30px;
        margin-right: 0;
        object-fit: cover;
    }
    .header__contacts .header__phone span,
    .header__contacts .header__email span {
        display: none;
    }
    .header__mobile-content .header__phone a img,
    .header__mobile-content .header__email a img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .header__mobile-content .header__phone a span,
    .header__mobile-content .header__email a span {
        display: block;
    }
    .header__contacts {
        flex-direction: row;
        margin-right: 30px;
    }
    .header__contacts .header__phone a {
        margin-right: 24px;
    }
    .header__top .mobile-menu-button {
        width: 40px;
        height: 40px;
        padding: 12px 11px;
    }
    .header__top .mobile-menu-button span:nth-child(1) {
        top: 12px;
    }
    .header__top .mobile-menu-button span:nth-child(3) {
        bottom: 12px;
    }
    .header__top .mobile-menu-button span {
        height: 4px;
        max-width: 20px;
    }
}

@keyframes swipeMenu {
    0% {
        display: block;
        right: -100%;
    }
    100% {
        right: 0;
    }
}
@keyframes hideMenu {
    0% {
        right: 0;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: fixed !important;
    }
    100% {
        right: -100%;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: fixed !important;
    }

}




.products__list {
    display: flex;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto 133px;
    border-top: 1px solid #F0F0F0;
    flex-wrap: wrap;
}
.products__item {
    width: 25%;
    position: relative;
    background-color: #FDFDFD;
    transition: .3s;
    border-bottom: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
}
.products__item:nth-child(4n) {
    border-right: none;
}
.products__item:hover {
    background-color: #fff;
}
.products__item:hover .products__item-img {
    opacity: .2;
}
.products__item:hover .products__item-text {
    opacity: 1;
    pointer-events: auto;
}
.products__item-link {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 2;
}
.products__item-img {
    text-align: center;
    padding: 15px;
    transition: .3s;
}
.products__item-img img {
    object-fit: contain;
    width: 100%;
}
.products__item-text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #000000;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 30px;
    opacity: 0;
    pointer-events: none;
    max-height: calc(100% - 180px);
    overflow: hidden;
}
.products__item-name {
    font-size: 23px;
    line-height: 100%;
    text-align: center;
    color: #000000;
    padding: 15px 20px 40px;
}
@media (max-width: 1024px) {
    .products__item {
        width: 50%;
    }
    .products__item-text {
        display: none;
    }
    .products__item:nth-child(2n) {
        border-right: none;
    }
    .products__list {
        margin-bottom: 74px;
    }
}
@media (max-width: 767px) {
    .products__item-img img {
        width: 205px;
        height: 205px;
    }
    .products__item-name {
        padding: 10px 20px;
    }
    .products__list {
        margin-bottom: 82px;
    }
}
@media (max-width: 530px) {
    .products__item-img img {
        width: 135px;
        height: 135px;
    }
    .products__item-name {
        font-size: 15px;
        line-height: 100%;
    }
    .products__list {
        margin-bottom: 58px;
    }
}

.mainPage__title,
.footer-new-text .footet-header,
.footer-new-text .footet-subheader {
    font-family: 'FuturaMediumC';
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 34px;
    text-transform: none;
    text-align: left;
}
.mainPage .cases {
    margin-bottom: 43px;
}
@media (max-width: 1200px) {
    .mainPage .cases {
        margin-bottom: 59px;
    }
    .mainPage__title,
    .footer-new-text .footet-header,
    .footer-new-text .footet-subheader {
        margin-bottom: 50px;
    }
    .mainPage .cases__item {
        display: none;
    }
    .mainPage .cases__item:nth-child(1),
    .mainPage .cases__item:nth-child(2) {
        display: block;
    }
}
@media (max-width: 530px) {
    .mainPage__title,
    .footer-new-text .footet-header,
    .footer-new-text .footet-subheader {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .mainPage .cases__item:nth-child(2) {
        display: none;
    }
    .mainPage .cases {
        margin-bottom: 70px;
    }
}

.services {
    margin-bottom: 128px;
}
.services__list {
    display: flex;
    flex-wrap: wrap;
}
.services__item {
    width: 33.33%;
    position: relative;
}
.services__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.services__item-img {
    width: 100%;
    height: 168px;
}
.services__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services__item-name {
    padding: 24px 0;
    margin-bottom: 23px;
    font-size: 21px;
    line-height: 100%;
}
@media (max-width: 1024px) {
    .services__item {
        width: 50%;
    }
    .services {
        margin-bottom: 120px;
    }
}
@media (max-width: 767px) {
    .services__item-img {
        width: 100%;
        height: 124px;
    }
    .services__item-name {
        padding: 20px 0;
        margin-bottom: 31px;
        font-size: 18px;
    }
}
@media (max-width: 530px) {
    .services {
        margin-bottom: 70px;
    }
    .services__item-img {
        width: 100%;
        height: 80px;
    }
    .services__item-name {
        font-size: 12px;
        line-height: 130%;
    }
}

.application .request {
    margin: 0;
    padding: 0;
    height: auto;
}
.application .request__wrapper {
    display: none;
}
.application__content {
    position: relative;
    margin-bottom: 78px;
}
.application__content:before {
    content: '';
    background: #9F0404;
    position: absolute;
    top: 96px;
    right: 0;
    bottom: 96px;
    left: 0;
    z-index: -1;
}
.application__content .container {
    display: flex;
    align-items: center;
}
.application__title {
    font-family: 'FuturaDemiC';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 17px;
}
.application__text {
    font-family: 'FuturaLightC';
    font-size: 23px;
    line-height: 100%;
    color: #FFFFFF;
}
.application__left {
    display: flex;
    align-items: center;
    width: 75%;
    padding-right: 15px;
}
.application__info {
    max-width: 486px;
    margin-right: 58px;
}
.application__img {
    width: 25%;
    padding-left: 15px;
    display: flex;
    justify-content: flex-end;
}
.application__button .btn {
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #C80000;
    background-color: #fff;
    padding: 17px 42px;
    border-radius: 37px;
}
.application_v2 .application__content:before {
    top: 128px;
    bottom: 128px;
}
.application_v2 .application__content .container {
    flex-direction: row-reverse;
}
.application_v2 .application__left {
    padding-left: 15px;
    padding-right: 0;
}
.application_v2 .application__right {
    padding-left: 0;
    padding-right: 15px;
}
.application_v2 .application__img {
    justify-content: flex-start;
}
.application_v2 .application__left {
    justify-content: flex-end;
}
@media (max-width: 1200px) {
    .application__content {
        margin-bottom: 120px;
    }
    .application__content:before {
        top: 56px;
        bottom: 56px;
    }
    .application__left {
        width: 66.66%;
        flex-direction: column;
        align-items: flex-start;
    }
    .application__img {
        width: 33.33%;
    }
    .application__info {
        max-width: 457px;
        margin-right: 0;
        margin-bottom: 23px;
    }
    .application_v2 .application__content:before {
        top: 92px;
        bottom: 85px;
    }
    .application_v2 .application__content .container {
        flex-direction: row;
    }
    .application_v2 .application__left {
        padding-left: 0;
        padding-right: 15px;
    }
    .application_v2 .application__right {
        padding-left: 15px;
        padding-right: 0;
    }
    .application_v2 .application__img {
        justify-content: flex-end;
    }
    .application_v2 .application__left {
        justify-content: flex-start;
    }
}
@media (max-width: 767px) {
    .application__img {
        display: none;
    }
    .application__left {
        width: 100%;
        padding-right: 0;
    }
    .application__content:before {
        top: 0;
        bottom: 0;
    }
    .application__content {
        padding: 38px 0;
    }
    .application__info {
        max-width: 100%;
    }
    .application_v2 .application__content:before {
        top: 0;
        bottom: 0;
    }
}
@media (max-width: 530px) {
    .application__content {
        margin-bottom: 70px;
    }
}


.advantages__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 76px;
}
.advantages__item {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 57px;
}
.advantages__img {
    width: 70px;
    height: 70px;
    margin-bottom: 35px;
}
.advantages__text {
    max-width: 280px;
    font-family: 'FuturaLightC';
    font-size: 23px;
    line-height: 135%;
    color: #010101;
}
@media (max-width: 1024px) {
    .advantages__item {
        width: 50%;
        margin-bottom: 38px;
    }
}
@media (max-width: 530px) {
    .application__content {
        margin-bottom: 70px;
    }
    .advantages__item {
        display: flex;
        width: 100%;
        margin-bottom: 50px;
    }
    .advantages__img {
        margin: 0 20px 0 0;
    }
    .advantages__list {
        margin-bottom: 20px;
    }
}


.partners-new__content {
    margin-bottom: 133px;
}
.partners-new__list {
    display: flex;
    align-items: center;
    margin: 0 -24px;
    justify-content: space-between;
}
.partners-new__item {
    max-width: 208px;
    padding: 0 24px;
}
.partners-new__item:hover a {
    filter: grayscale(0);
}
.partners-new__item a {
    display: block;
    filter: grayscale(1);
    transition: .3s;
}
.partners-new__item img {
    height: auto;
    object-fit: contain;
    width: 100%;
}
@media (max-width: 1200px) {
    .partners-new__content {
        margin-bottom: 120px;
    }
    .partners-new__item {
        padding: 0 15px;
        margin-bottom: 36px;
    }
    .partners-new__list {
        margin: 0 -15px;
    }
}
@media (max-width: 767px) {
    .partners-new__list {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}
@media (max-width: 530px) {
    .partners-new__content {
        margin-bottom: 70px;
    }
}

.certificates-new {
    margin-top: 133px;
    margin-bottom: 42px;
}
@media (max-width: 1200px) {
    .certificates-new {
        margin-top: 120px;
        margin-bottom: 120px;
    }
}
@media (max-width: 530px) {
    .certificates-new {
        margin-top: 70px;
        margin-bottom: 70px;
    }
}


.lb-nav a.lb-next,
.lb-nav a.lb-prev {
    opacity: 1 !important;
}
/* /Редизайн главной */

.lb-nav a.lb-prev {
    background: url(/bitrix/templates/novis/images/arrow/left.svg) left 48% no-repeat !important;
    width: 10% !important;
    position: absolute;
    left: -50px !important;
}

.lb-nav a.lb-next {
    background: url(/bitrix/templates/novis/images/arrow/right.svg) right 48% no-repeat !important;
    width: 10% !important;
    position: absolute;
    right: -50px !important;
}

@media (max-width: 440px) {
    .lb-nav a.lb-prev {
        left: 0 !important;
    }
    .lb-nav a.lb-next {
        right: 0!important;
    }
}

.responsive-image {
  width: 100%;
  height: 400px; /* высота для десктопной версии */
  background-image: url('/upload/medialibrary/91e/8swueoug0p50nqmhc53jtsyk3j11rjp5.jpg');
  background-size: cover;
  background-position: center;
}

/* Для мобильных устройств (до 768px) */
@media (max-width: 768px) {
  .responsive-image {
    height: 200px; /* высота для мобильной версии */
    background-image: url('/upload/medialibrary/4b4/c23pel40v203vgtsizbfyq2gz7lmutv9.jpeg');
  }
}

.responsive-image2 {
  width: 100%;
  height: 400px; /* высота для десктопной версии */
  background-image: url('/upload/medialibrary/73b/v68ma27idlrshz4hlgeqgkdqasi0opq5.jpg');
  background-size: cover;
  background-position: center;
}

/* Для мобильных устройств (до 768px) */
@media (max-width: 768px) {
  .responsive-image {
    height: 200px; /* высота для мобильной версии */
    background-image: url('/upload/medialibrary/f8d/vokh5s90s7xomdm82lnznuwzcub5budt.jpeg');
  }
}


/* Стандартный размер заголовка для всех устройств */
h2.custom-title {
  font-size: 32px;
}

/* Мобильная версия: размер уменьшается только у h2 с классом custom-title */
@media (max-width: 768px) {
  h2.custom-title {
    font-size: 18px; /* уменьшенный размер для мобильных устройств */
  }
}