/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/


/* Examples (uncomment to use):*/


/* Expand site width */


/* body .wrapper { max-width: 1400px !important;  } */


/* Set site background image */


/* body {  background: url(image_source) top no-repeat; }
/*jivo chat */

#headerfixed {
    top: -100%;
}

#headerfixed .header-fixed-wrapper .logo-block .logo {
    margin-right: 24px;
}

#headerfixed .header-fixed-wrapper .logo-block .logo img {
    max-height: 56px;
}

#headerfixed .header-fixed-wrapper .logo-block .logo a {
    display: block;
    height: 100%;
}

#headerfixed .header-fixed-wrapper .logo-row .logo-block {
    max-width: unset;
}

.header-fixed-wrapper .logo-row .top-description.addr {
    color: #9299A5;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.phone-mobaile_bottom {
    display: none;
}

#headerfixed .data-block {
    display: flex;
    gap: 18px;
    align-items: center;
}

#headerfixed .data-block .desk-phones a,
#headerfixed .data-block .email a {
    margin: 0;
    color: #2B2A29;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

#headerfixed .buttons {
    display: flex;
    align-items: center;
    gap: 12px;
}

#headerfixed .contacts-lang__block .map-lang {
    margin: 0 0 0 12px;
    width: fit-content;
}

#headerfixed .logo-row .callback-block {
    margin: 0;
}

#headerfixed .logo_and_menu-row .callback-block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    height: 100%;
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: unset;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

#headerfixed .logo_and_menu-row .callback-block:hover {
    color: #0c54a0;
    background: #fff;
}

#headerfixed .buttons .inline-block {
    height: 48px;
}

#headerfixed .logo_and_menu-row .logo-row {
    padding: 12px 0 0;
}

#headerfixed .header-fixed-whatsup {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 4px;
    background: #E7F9ED;
}

#headerfixed .menu-wrap {
    gap: 40px;
}

#mobileheader .mobileheader-kbtech .mobileheader-kbtech__topheader {
    display: flex;
    flex-direction: column;
    height: fit-content;
    padding-bottom: 24px;
    background-color: #fff;
}

#mobileheader .search-top .search-form form {
    height: 48px;
}

body #mobileheader .mobileheader-kbtech {
    padding-top: 126px;
}

#mobileheader .mobileheader-kbtech__top-part {
    padding: 15px 0;
}

#mobileheader .logo-contacts {
    height: unset;
}

.custom-tooltip {
    position: absolute;
    font-family: 'Inter';
    width: 127px;
    top: 67px;
    left: -20px;
    background: white;
    box-shadow: 0px 0px 6px -2px #00000008;
    box-shadow: 0px 8px 14px -4px #00000014;
    padding: 6px 10px;
    border-radius: 10px;
    color: #383838;
    font-size: 13px;
    font-weight: 500;
    display: none;
}

.video-popup__rutube {
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
    z-index: 99;
    width: fit-content;
}

.video-popup__rutube svg:hover rect {
    fill: #1364B9;

}

.video-popup__rutube:hover .custom-tooltip {
    display: block;
}

.block-phone {
    margin-left: 20px;
    border-radius: 4px;
    padding: 8px 10px 6px;
    border: 1px solid var(--color-main);
    width: 271px;
    display: flex;
    max-width: 100%;
    align-items: center;
    gap: 7px;
    justify-content: center;
}

.block-phone p {
    color: #383838;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    margin: 0px;

}

.block-phone a {
    color: #383838;
    font-weight: 400;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.block-phone a:hover {
    color: var(--color-main);
    ;
}

.jqmWindow.popup {
    filter: none !important;
}

@media screen and (max-width: 500px) {
    .phone-mobaile_bottom {
        background: rgba(255, 255, 255, 1);
        border-top: 1px solid rgba(225, 225, 225, 1);
        padding: 16px;
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 3;
        gap: 12px;
    }

    .phone-mobaile_bottom a {
        text-decoration: unset;
        background: rgba(0, 142, 57, 1);
        border-radius: 6px;
        text-align: left;
        width: 100%;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;

        & span {
            font-family: Roboto;
            font-size: 18px;
            font-weight: 500;
            line-height: 21.09px;
            letter-spacing: 0.04em;
            color: rgba(255, 255, 255, 1);


        }


    }
}


/*cookies*/
.cookie-notification {
    --font-cookie: 'Roboto', 'sans-serif';
    --main-color-cookie: #E41B41;
    --bg-notice: white;
}


body .cookie-notification {
    position: fixed;
    width: 100%;
    max-width: 669px;
    color: white;
    padding: 24px;
    z-index: 999;
    font-size: 16px;
    border-radius: 10px;
    background: var(--bg-notice);
    box-shadow: 4px 4px 32px 0px rgba(0, 0, 0, 0.12);

    display: flex;
    flex-direction: column;
    align-items: center;

    transform: translate(-50%);
    left: 50%;
    bottom: 24px;

}

body .cookie-notification_hidden_yes {
    display: none;
}

.cookie-notification__header {
    margin-bottom: 10px;
    font-size: 23px;
}

.cookie-notification__body {
    display: flex;
    align-items: center;
}

.cookie-notification__body p {
    color: #333;
    font-family: var(--font-cookie);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
    width: 453px;
}

.cookie-notification__body a {
    color: #0C54A0;
    font-family: var(--font-cookie);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-decoration-line: underline;
}

.cookie-notification__button.btn {
    border: unset;
    transition: 0.3s;
    margin-left: 48px;
    border: 1px solid #FFF;

    border-radius: 8px;
    background: #008E39;

    color: #FFF;
    font-family: var(--font-cookie);
    font-style: normal;
    line-height: 130%;
    padding: 12px 24px;
    text-transform: unset;
    width: 120px;

    font-weight: 700;
    font-size: 16px;
    line-height: 130%;

    &:hover {
        color: white;
        cursor: pointer;
    }
}


@media (max-width: 768px) {
    .cookie-notification__body {
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
    }

    .cookie-notification__button {
        padding: 8px 24px;
    }

    body .cookie-notification {
        padding: 16px 24px;
        box-sizing: border-box;
        width: calc(100% - 20px);
        left: 50%;
        bottom: 10px;
        transform: translate(-50%);
        background: #FFFFFF;

        border-radius: 8px;
    }

    .cookie-notification__body p {
        color: #333;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        /* 19.5px */

        flex-direction: column;
        width: unset;
    }

    .cookie-notification__button {
        margin: 0;
    }

    .cookie-notification__body br {
        display: none;
    }

    .cookie-notification__body a {
        color: #0C54A0;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }
}

/* Hide compare button */

.fast_view_button {
    display: none;
}

.product-detail-gallery .product-detail-gallery__thmb-container.text-center {
    display: none;
}

.shop-detail1 .social-block>.wrap:before {
    display: none;
}

.product-detail-gallery .owl-carousel.short-nav .owl-nav,
.product-detail-gallery .owl-carousel.visible-nav .owl-nav {
    left: -18px;
    right: -18px;
    visibility: visible;
}

.product-detail-gallery .owl-carousel.owl-theme.owl-bg-nav .owl-nav {
    display: flex;
}

/* a.compare_item { display: none !important;  }*/
.product-forms.active .show-toggle.show-more.detail-page__product .arrow {
    top: 0;
}

.product-forms .product-form.hide-item {
    display: none;
}

.captcha_reload {
    display: none;
}

.product-phones {
    display: flex;
    flex-direction: column;
}

.product-view--mix.product-view--mix-wide .buy_block .counter_wrapp.list {
    display: flex;
}

.rutube a {
    background: unset;
}


html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.iti--allow-dropdown {
    width: 100%;
}

ul:not([id*="bx_"])>li:before {
    display: none;
}

#company_video_iframe {
    position: relative !important;
    top: 164px !important;
}

.popup .form textarea {
    min-height: 100px;
}

.popup .form-control {
    margin-bottom: 15px;
}

.popup .form .form_head {
    padding-top: 40px;
}

.popup .form .form_footer {
    margin-bottom: 10px;
}

.popup .form .form_body {
    padding-top: 15px;
}

.top_slider_wrapp .flexslider .slides>.banner-328:not(.image) .img img {
    position: relative;
    bottom: auto;
}

.top_slider_wrapp .flexslider .slides>.banner-330:not(.image) .img img {
    /* bottom: auto;
    top: 99px;	 */
    position: relative;
    bottom: auto;
}

.flexslider .bottom-slide .btn-ticket {
    color: #333;
    width: 199px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
    background: #F8E800;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 2px;
}

.flexslider .bottom-slide .date {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-weight: bold;
    font-size: 38px;
    margin-top: 15px;
    margin-left: 55px;
}

.flexslider .bottom-slide .date .dot {
    display: inline-block;
    vertical-align: top;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #F8E800;
    margin: 0 8px;
    margin-top: 10px;
}

.flexslider .banner-notice {
    font-size: 16px;
    font-weight: bold;
    background: #3F9018;
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block;
    margin-top: 10px;
}

.flexslider .banner-text-inner {
    margin-bottom: 0;
}

.bottom-slide {
    margin-top: 20px;
}

.top_slider_wrapp .flexslider .slides .banner-328 {
    height: 427px !important;
}

.top_slider_wrapp .flexslider .slides .banner-328 td {
    height: 427px !important;
}

.flexslider .left .banner_buttons .banner-328 {
    margin-top: 0;
}

.flexslider .banner_buttons .btn-ticket {
    background: #B39571;
    color: #fff;
    max-width: 160px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
}

.fixed .mega-menu table td .wrap>a {
    text-transform: none;
}

.fixed .phones-block {
    padding-left: 22px;
    position: relative;
}

.fixed .phones-block:before {
    content: '';
    width: 13px;
    height: 13px;
    display: block;
    background: url('../images/phone-icon3.png') no-repeat center;
    position: absolute;
    top: 5px;
    left: 0;
}

.fixed .phones-block a {
    font-size: 17px;
    font-weight: normal;
    color: #222;
    white-space: nowrap;
    font-weight: bold;
}

.header-mobile-phone {
    display: none;
}

.contact-block .phone .descr {
    font-size: .8em;
    font-weight: 400;
    padding-top: 6px;
    color: #999;
    white-space: normal;
    margin-bottom: 15px;
}

.addition-contacts {
    float: left;
    padding-top: 6px;
}

.addition-contacts a {
    display: inline-block;
}

.addition-contacts .viber-icon {
    display: block;
    width: 20px;
    height: 20px;
    background: url('../images/viber.png') no-repeat center;
}

.addition-contacts .whatapp-icon {
    display: block;
    width: 20px;
    height: 20px;
    background: url('../images/whatapp.png') no-repeat center;
}

.social-icons ul li.whatapp a,
footer .social-icons ul li.whatapp a {
    background-color: transparent;
    background-position: -330px -236px;
}

.social-icons ul li.viber a,
footer .social-icons ul li.viber a {
    background-color: transparent;
    background-position: -330px -188px;
}

.chars-row {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
}

.chars-row .char_block {
    flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
}

.chars-row .product-advants {
    flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.catalog_detail .char_block {
    padding-top: 0;
}

.catalog_detail .props_list tr td.char_value,
.catalog_detail .props_list tr td {
    padding: 23px 32px;
    line-height: 1.42857143;
    vertical-align: middle;
    background: rgba(12, 84, 160, 0.03);
    ;
}

.catalog_detail .props_list {
    font-size: 18px;
    font-weight: normal;
}

.catalog_detail .props_list tr:nth-child(even)>td.char_value,
.catalog_detail .props_list tr:nth-child(even)>td {
    background: none;
}

.catalog_detail .props_list td>span,
.catalog_detail .props_list td>.txt,
.catalog_detail .props_list .props_item span {
    background: none;
}

.catalog_detail .props_list tr td.char_value {
    font-weight: 500;
    color: #2B2A29;
    text-align: right;
}

.product-detail-gallery__slider .product-detail-gallery__item {
    /*    border: 1px solid #E1E1E1;
    border-radius: 8px; */
}

.product-container .product-detail-gallery__item.product-detail-gallery__item--thmb {
    display: flex;
}

.product-advants-title {
    color: #2B2A29;
    font-weight: bold;
    font-size: 32px;
    line-height: normal;
    margin-bottom: 25px;
    padding-left: 0px;
}

.product-forms-info-title {
    color: #2B2A29;
    font-size: 32px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 20px;
}

.product-forms {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.product-forms>div {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.prod-form-name {
    text-align: left;
    font-size: 20px;
    /*font-family: Roboto-Medium;*/
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 12px;
    height: 77px;
    display: flex;
    justify-content: left;
    align-items: center;
    border-top: 1px solid #E1E1E1;
    padding: 0 32px;
    padding-top: 30px;
}

.prod-form-block {
    display: flex;
    /* justify-content: space-between; */
    background: #fff;
    border-radius: 8px;
    box-shadow: none;
    min-height: 225px;
    flex-direction: column;
    border: 1px solid #E1E1E1;
}

.prod-form__pic {
    display: flex;
    width: 100%;
    height: 340px;
}

.prod-form__pic img {
    object-fit: contain;
}

.prod-form__desc {
    border-left: 0;
    padding: 0 32px;
    text-align: right;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.prod-form__desc_title {
    font-size: 16px;
    margin-bottom: 5px;
    flex: 0 0 100%;
    text-align: left;
    font-weight: normal;
    color: #686868;
}

.prod-form__desc .value:after {
    content: '/';
    padding-left: 2px;
    padding-right: 2px;
    color: #E1E1E1;
    display: inline-block;
}

.prod-form__desc .value {
    color: #2B2A29;
}

.prod-form__desc .value:last-child:after {
    display: none;
}

.prod-form__desc p {
    margin: 0;
}

.items_wrapper .performance {
    display: none;
}

.items_wrapper .owl-carousel .performance {
    display: block;
    font-size: 16px;
    color: #AFAFAF;
    padding-top: 4px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 25px;
}

.catalog_block.owl-carousel .sa_block {
    display: none;
}

.catalog_block.owl-carousel .item-title a {
    font-weight: 700;
    color: #2B2A29;
    font-size: 16px;
}

.items_wrapper .owl-carousel .performance_sticker {
    display: none;
}

.catalog_block.owl-carousel .catalog_item>div .item_info {
    padding-bottom: 10px;
}

.section-video {
    position: relative;
}

.section-video iframe {
    margin-left: 0;
}

.section-video .video__buttons {
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-video .link-group-youtube a {
    width: 178px;
    display: block;
    height: 50px;
    background: #FF0000;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-left: 55px;
    border-radius: 5px;
    line-height: 50px;
    position: relative;
}

.section-video .link-group-youtube a:before {
    content: '';
    width: 27px;
    height: 42px;
    background: url(../images/youtube-icon.svg) no-repeat center;
    position: absolute;
    left: 18px;
    top: 4px;
}

.section-video .link-group-dzen a {
    width: 178px;
    display: block;
    height: 50px;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding-left: 55px;
    border-radius: 5px;
    line-height: 48px;
    position: relative;
}

.section-video.btns .link-group-dzen a {
    border: 2px solid rgba(225, 225, 225, 1);
}

.section-video .link-group-dzen a:before {
    content: '';
    width: 27px;
    height: 38px;
    background: url(../images/dzen-icon.svg) no-repeat center;
    position: absolute;
    left: 18px;
    top: 4px;
}

.section-video.full .link-group-dzen a {
    line-height: 50px;
}

.section-video.full .link-group-dzen a:before {
    height: 41px;
}

.section-viewed-title {
    color: #2B2A29;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 20px;
}

.section-viewed {
    margin-bottom: 40px;
}

.product-forms.active .show-toggle .arrow {
    transform: rotate(180deg);
    display: inline-block;
}

.product-forms .product-form {
    display: none;
    display: flex;
}

.product-forms .product-form:nth-child(-n+3) {
    display: flex;
}

.product-forms.active .product-form {
    display: flex;
}

.product-forms .product-form {
    flex: 0 0 25%;
}

.product-forms .product-form__wrapper {
    display: flex;
    flex: 0 0 100%;
}

.prod-form-block {
    flex: 0 0 100%;
}

.td-table {
    display: flex;
    gap: 40px;
    width: 400px;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .product-forms>div {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .product-forms>div {
        width: 100%;
    }

    .popup .form .form_footer {
        padding: 0 30px 25px;
    }

    .td-table {
        gap: 0px;
        justify-content: center;
        align-items: baseline;
        flex-direction: column;
    }
}

@media (max-width: 990.99px) {
    .header-mobile-phone {
        display: block;
    }

    .header-desktop-phone {
        display: none;
    }

    .banner-330 .target {
        background: url(/images/image2.jpg) no-repeat center;
    }

    .banner-330 .wrapper_inner {
        display: none;
    }

    .top_slider_wrapp .flexslider .slides .banner-330 {
        background: #1a6401;
    }

    .mobileheader-kbtech .mobile-lang .lang-switch:before {
        display: none;
    }

    .phone-mobile-block {
        line-height: 1.2;
        padding-left: 17px;
        padding-right: 5px;
        position: relative;
    }

    .phone-mobile-block:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background: url('../images/phone-icon4.png') no-repeat center;
        position: absolute;
        top: 3px;
        left: 0;
    }

    .phone-mobile-block .value {
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        line-height: 1;
        margin-bottom: 2px;
    }

    .phone-mobile-block .value a {
        color: #fff;
    }

    .phone-mobile-block .caption {
        color: #A1A09D;
        font-size: 12px;
        line-height: 1;
    }

    .mobileheader-kbtech .menu-title {
        display: none !important;
    }

    .product-forms .product-form {
        flex: 0 0 50%;
    }
}


/* @media (max-width: 1200px) {
	.flexslider .left .banner-328 .banner_buttons, 
	.flexslider .left .banner-328 .banner_text, 
	.flexslider .left .banner-328 .banner_title {
		margin-left: 30px;
	}
	
	.top_slider_wrapp .flexslider .banner_title .head-title{
		font-weight: bold;
	}
	
	.top_slider_wrapp .flexslider .slides>.banner-330:not(.image) .img{
		display: none;
	}
	
	.flexslider .banner-330 .banner-notice:before{
		display: block;
		content: '';
		width: 241px;
		height: 172px;
		background: url(../images/kb.png) no-repeat center;
		float: left;
	}
	
	
	.top_slider_wrapp .flexslider .banner-330 .banner_title .head-title {
		font-weight: bold;
		text-transform: uppercase;
	}

	.flexslider .banner-330 .banner-notice{
		background: transparent;
		
	}
	
	.flexslider .banner-330 .banner-notice-txt{
		padding-left: 300px;
		display: block;
		font-size: 20px;
	}
	
	.flexslider .banner-330 .banner-notice-txt span{
		font-weight: 400;
		font-size: 20px;
		display: block;
	}
	
	.flexslider .banner-330 .banner-notice-txt .stand{
		display: none;
	}
	
	.flexslider .banner-330 .banner-text-inner{
		display: none;
	}
	
	.top_slider_wrapp .flexslider .slides>li.banner-330	{
		height: auto !important;
		background-position: top right;
		background-repeat: no-repeat;
		background-size: initial;
	}
	
	.flexslider .banner-330 .banner_text{
		max-height: initial;
	}
	
} */

.person_wrap,
#mobileheader .wrap_cabinet,
#mobileheader .wrap_basket,
#mobilemenu .menu.middle>ul>li>a[href*="/personal/"],
#mobilemenu .menu.middle>ul>li>a[href*="/basket/"] {
    display: none;
}

.logo_and_menu-row .callback-block {
    border: 2px solid #00aea0;
    display: inline-block;
    padding: 10px 20px;
    font-size: .8em;
    transition: .3s;
}

.logo_and_menu-row .callback-block:hover {
    color: #fff;
    background: #00aea0;
}

#header .phone-block {
    display: flex;
    align-items: center;
}

.block-items.flexbox .owl-item .block-item:not(.box-shadow-sm) {
    border: 0;
    background: transparent;
}

.viewed_product_block .viewed-wrapper .block-item .item {
    background: transparent;
}

.wrapper1 .menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu ul.menu-wrapper>li {
    width: 20%;
    padding: 0;
}

.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu ul.menu-wrapper>li.has_img .menu_img {
    position: unset;
    margin: 0 auto;
    width: 160px;
}

.auth_wr_inner .dropdown-menu li a,
.mega-menu table .dropdown-menu li a {
    padding: 14px 7px 14px 7px !important;
}

.dropdown-menu {
    width: 100%;
}

footer .social-icons ul li.vk a {
    background-position: 0 -188px;
}

footer .social-icons ul li.instagram a {
    background-position: -141px -329px;
}

footer .social-icons ul li.ytb a {
    background-position: -94px -329px;
}

footer .social-icons ul li.odn a {
    background-position: -47px -188px;
}

.logo_and_menu-row .callback-block {
    border: 2px solid #0c54a0;
}

.logo_and_menu-row .callback-block:hover {
    background: #0c54a0;
}

.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu ul.menu-wrapper>li.has_img .menu_img>a>img {
    max-height: 133px;
}

.request-want-block {
    display: flex;
    align-items: center;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 8px 30px 8px 10px;
}

.request-want-block p {
    margin: 0;
    /*line-height: 16px;*/
}

.request-want-block p.want-title {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 14px;
    color: #222222;
    letter-spacing: -0.3px;
}

.logo-row .row>div:first-of-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-row .top-description.addr {
    color: #222222;
    font-size: 14px;
    line-height: normal;
    padding-top: 0;
    display: none;
}

#headerfixed .logo-row .top-description.addr {
    display: block;
}

.logo_and_menu-row .callback-block {
    margin: 0 0 0 30px;
}

.contacts-lang__block .email,
.mobileheader-kbtech .email {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.contacts-lang__block .email a,
.mobileheader-kbtech .email a {
    font-size: 15px;
    line-height: 17px;
    color: #222222;
    white-space: nowrap;
    font-weight: bold;
}

.contacts-lang__block .email a {
    font-size: 18px
}

.contacts-lang__block .email:before,
.mobileheader-kbtech .email:before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 27px;
    margin-right: 10px;
    flex-shrink: 0;
    mask: no-repeat center url("/local/templates/aspro_max/images/svg/kb-mail.svg");
    -webkit-mask: no-repeat center url("/local/templates/aspro_max/images/svg/kb-mail.svg");
    background: #0C54A0;
}

.map-lang a {
    white-space: nowrap;
    font-size: 14px;
    line-height: 17px;
    color: #222222;
    border-bottom: 1px dashed rgba(34, 34, 34, 0.5);
}

.map-lang .lang-switch,
.lang-switch {
    border-bottom: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.lang-switch.lang-en:before {
    background: no-repeat center url("/local/templates/aspro_max/images/flag_eng.png");
}

.lang-switch.lang-ru:before {
    background: no-repeat center url("/local/templates/aspro_max/images/flag_ru.png");
}

.lang-switch:before {
    display: inline-block;
    content: '';
    width: 22px;
    height: 22px;
    margin-right: 2px;
}

.contacts-lang__block .map-lang {
    display: flex;
}

.paddings .float_wrapper {
    padding-right: 30px;
}

.contacts-lang__block .map-lang>a:first-of-type {
    margin-right: 20px;
}

.vert-hr {
    width: 1px;
    height: 90px;
    background: #E3E3E3;
    display: inline-block;
}

#header .phone-block {
    flex-direction: column;
    align-items: baseline;
}

#header .phone-block .phone,
.mobileheader-kbtech .phone {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-weight: normal;
    font-size: 21px;
    line-height: 24px;
    color: #222222;
    margin-bottom: 5px;
}

#header .phone-block .phone:last-of-type {
    margin-bottom: 0;
}

#header .phone-block .phone:before,
.mobileheader-kbtech .phone:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    mask: no-repeat center url("/local/templates/aspro_max/images/svg/kb-phone.svg");
    -webkit-mask: no-repeat center url("/local/templates/aspro_max/images/svg/kb-phone.svg");
    background: #0C54A0;
    margin-right: 9px;
}

#header .phone-block .phone>span,
.mobileheader-kbtech .phone>span {
    font-weight: 600;
    margin-left: 4px;
}

#header .phone-block .descr,
.mobile-phones .descr {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #999999;
    margin-bottom: 12px;
}

.paddings .logo-block {
    display: flex;
    align-items: center;
    padding-right: 0;
}

.logo-row .top-description {
    height: auto;
}

.logo-block .logo {
    margin-right: 20px;
}

.logo_and_menu-row .callback-block {
    background: #0c54a0;
    color: #fff;
}

.logo_and_menu-row .callback-block:hover {
    background: #fff;
    color: #0c54a0;
}

.logo_and_menu-row .logo-row {
    padding: 12px 0;
}

.footer_button {
    display: none !important;
}

body .top_slider_wrapp .flexslider .flex-direction-nav .flex-nav-next {
    right: 16px;
}

body .top_slider_wrapp .flexslider .flex-direction-nav .flex-nav-prev {
    left: 0;
}

body .about_advantages {
    width: 100%;
    min-height: 500px;
    margin: 0px auto;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
    padding-bottom: 25px;
}

body .advantages_title {
    background: url('../images/title_star.png') no-repeat center;
    background-size: 243px 32px;
    width: 100%;
    height: 32px;
    margin: 0 auto;
}

body .advantages_title h1 {
    font-weight: 300;
    font-size: 28px;
    text-align: center;
    padding-top: 55px;
}

body .star_advantages {
    margin: 100px auto;
    background: url('../images/about_gears.png') no-repeat center;
    background-size: 753px 327px;
    width: 1200px;
    height: 327px;
}

body .star_advantages p {
    position: absolute;
    text-align: center;
}

body .star_p1 {
    margin-top: 75px;
    margin-left: 75px;
}

body .star_p2 {
    margin-top: 75px;
    margin-left: 835px;
}

body .star_p3 {
    margin-top: 330px;
    margin-left: 410px;
}

body .about_advantages p {
    font-size: 14px;
    line-height: 17px;
}

.about_work {
    width: 100%;
    min-height: 575px;
    margin: 0px auto;
    position: relative;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 25px;
}

.about_work_title {
    background: url('../images/title_options.png') no-repeat center;
    background-size: 243px 28px;
    width: 100%;
    height: 28px;
    margin: 25px auto;
}

.about_work_title h1 {
    font-weight: 300;
    font-size: 28px;
    text-align: center;
    padding-top: 55px;
}

.about_work_content {
    width: 100%;
    margin: 0 auto;
}

.work_line {
    margin: 150px auto;
    position: relative;
    background: url('../images/work_line.png') no-repeat;
    background-size: contain;
    width: 86%;
    height: 42px;
}

.work_block {
    width: 20%;
    height: 200px;
    display: flex;
    justify-content: center;
}

.work_block p {
    text-align: center;
    margin-top: 175px;
}

.work_circle {
    position: absolute;
    width: 150px;
    height: 150px;
    background: #fff;
    border: 1px solid #2a2a2a;
    border-radius: 500px;
}

.work_min_circle {
    margin: 10px auto;
    width: 130px;
    height: 130px;
    border-radius: 500px;
}

.work_icon1 {
    background: #eeeeee url('../images/about_icon1.png') no-repeat center;
    background-size: 44px 60px;
}

.work_icon2 {
    background: #eeeeee url('../images/about_icon2.png') no-repeat center;
    background-size: 68px 55px;
}

.work_icon3 {
    background: #eeeeee url('../images/about_icon3.png') no-repeat center;
    background-size: 60px 40px;
}

.work_icon4 {
    background: #eeeeee url('../images/about_icon4.png') no-repeat center;
    background-size: 56px 48px;
}

.work_icon5 {
    background: #eeeeee url('../images/about_icon5.png') no-repeat center;
    background-size: 54px 53px;
}


/*.work_circle_pos1{margin-top:-100px;}*/


/*.work_circle_pos2{margin-top:-100px;}*/


/*.work_circle_pos3{margin-top:-100px;}*/


/*.work_circle_pos4{margin-top:-100px;}*/


/*.work_circle_pos5{margin-top:-100px;}*/

.work_blocks {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 17px;
    margin-top: -100px;
}

.top_slider_wrapp .flexslider .banner_title .head-title {
    font-size: 2.3666em;
}

.top_big_one_banner.short_block .flexslider .banner_text {
    font-size: 16px;
}

.btn {
    font-size: .8333em;
}

.mega-menu table td .wrap>a {
    font-size: .967em;
}

.dropdown-menu {
    font-size: 15px;
}

.font_md {
    font-size: 1.1667em;
}

.font_xs {
    font-size: .967em;
}

h3 {
    font-size: 1.7em;
}

.font_upper {
    font-size: .767em;
}

.font_upper_md {
    font-size: .833em;
}

.font_sm {
    font-size: 1.033em;
}

.item-views.news2 .item-wrapper .item .inner-text .title {
    font-size: 1.0334em;
}

footer .bottom-menu .item .title {
    font-size: .967em;
}

footer .info .phone .more_phone {
    font-size: 1.1666em;
}

.catalog_detail .props_list td {
    font-size: 1.1em;
}

footer .pays {
    display: none;
}

.btn_turnkey__block {
    background: url('/local/templates/aspro_max/images/kb-block1_board.png') no-repeat center center;
    /*background-size: 618px 247px;*/
    width: 618px;
    height: 247px;
    margin: 30px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 80px;
    max-width: 100%;
    background-size: contain;
}

.turnkey_desc {
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 300;
    line-height: 17px;
    color: #000;
}

.wrapper_inner_half.shop-detail1 .contacts_map {
    max-height: 550px;
}

.property .value {
    font-size: 16px;
}

.property.email .value,
.property.phone .value a {
    font-weight: 700;
    font-size: 18px
}

.feedback.item table a {
    font-size: 16px;
    position: relative;
    font-weight: bold;
    color: #777;
    top: -15px;
}

.viewed_product_block .block-item__title span {
    font-size: .8em;
    line-height: 1.2;
}

.list-styled>li {
    margin: 8px 0 0 0;
    padding: 0 0 0 50px;
    left: 0;
}

.list-styled>li:before {
    content: '' !important;
    background-image: url('/upload/medialibrary/545/gal.png');
    width: 10px;
    height: 10px;
    position: absolute;
    background-size: cover;
    top: 7px;
}

.performance_sticker {
    bottom: 15px;
    left: 50%;
    background: unset;
    color: #0C54A0;
    transform: translate(-50%, 0%);
    position: absolute;
    z-index: 111;
    width: 100%;
    text-align: center;
    font-weight: 600;
}


.product-detail-gallery .performance_sticker {
    /* padding: 4px 7px; */
    bottom: 30px;
    /* bottom: unset; */
    /* right: 60px; */
    left: 50%;
    background: unset;
    color: #0C54A0;
    right: unset;
    transform: translate(-50%, -50%);
    font-weight: 600;
}

.sticker_sovetuem {
    display: none !important;
}

.main-catalog-wrapper .element_1 .left_block {
    display: none !important;
}

.right_block:not(.catalog_page_detail_with_left) .product-view--side-left,
.right_block:not(.catalog_page_detail_with_left) .product-view--side-right {
    width: 100%;
}

#mobileheader .mobile-phone {
    background: url(../images/mobileheader-phone.png) center left no-repeat;
    color: #FFFFFF;
    font-size: 12px;
    float: right;
    width: auto;
    line-height: 32px;
    padding-left: 20px;
    margin-right: 15px;
}

.cost.prices {
    display: none;
}

.mobile-link-items {
    display: none;
}

.load_more {
    margin: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
    text-align: center;
}

.logo_and_menu-row .callback-block {
    background: #008E39;
    border-color: #008E39;
    border-radius: 5px;
    font-size: 16px;
    text-transform: none;
    padding: 18px 20px;
}

.request-want-block {
    border: 0;
}

.request-want-block .want-text {
    display: flex;
    flex-wrap: wrap;
    width: 327px;
}

.request-want-block p {
    margin: 0;
    padding-right: 25px;
    padding-bottom: 5px;
}

.request-want-block p:last-child {
    padding-right: 0;
}

.request-want-block p a {
    font-family: 'Roboto', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #225278;
}

.fill_bg_n .menu-row.bgcolored {
    background: #fff;
    border: 1px solid #E1E1E1;
}

.menu-row.bgcolored .menu-only {
    background: #fff;
}

.menu-row.middle-block:not(.bglight) .mega-menu table td .wrap>a {
    color: #2B2A29;
    padding: 25px 15px;
    height: 72px;
}

.menu-row.bgcolored .mega-menu table td:hover {
    background: #fff;
}

.menu-row.middle-block:not(.bglight) .mega-menu table td.active .wrap>a,
.menu-row.middle-block:not(.bglight) .mega-menu table td:hover .wrap>a {
    color: #0C54A0;
}

.menu-row.bgcolored .mega-menu table td.active {
    background-color: #fff;
}

.mega-menu table td .wrap>a {
    text-transform: none;
    font-size: 18px;
    font-weight: normal;
}

.menu-row.middle-block .mega-menu table td .wrap>a {
    letter-spacing: normal;
}

.mega-menu .toggle-arrow {
    line-height: 1;
    position: relative;
    top: -2px;
}

.search-top .search-form {
    display: none;
}

.search-col {
    width: 65px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-row.middle-block .mega-menu {
    height: 72px;
}

.search-col:before {
    content: '';
    background: #E1E1E1;
    width: 1px;
    height: 42px;
}

.menu-wrap {
    display: flex;
}

.menu-wrap .menu-col {
    flex-grow: 1;
}

.search-top {
    display: flex;
    cursor: pointer;
}

.search-top.active .search-form {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: #fff;
}

.search-top .search-field {
    width: 100%;
    border: 0;
    background: none;
    padding-left: 35px;
    padding-right: 35px;
    height: 72px;
    outline: none;
}

.search-top .search-field:focus {
    border: 0;
}

.search-top .form-control1 {
    position: relative;
}

.search-top .close-btn {
    display: block;
    width: 24px;
    height: 24px;
    background: url('../images/close-icon.svg') no-repeat center;
    position: absolute;
    top: 21px;
    right: 10px;
}

.search-top .search-btn {
    background: transparent;
    border: 0;
    position: absolute;
    left: 0;
    top: 25px;
}

.item-views.tizers .item-wrapper>.item {
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    border: 1px solid #E1E1E1;
    border-radius: 9px;
}

.item-views.tizers .item-wrapper>.item .image {
    max-height: 72px;
}

.item-views .item .title:not(.muted) {
    color: #2B2A29;
    font-weight: bold;
}

.item-views .item .value {
    color: #2B2A29;
    font-size: 18px;
    font-weight: 400;
}

.title-search-result {
    width: 100%;
}

.title-search-result td {
    padding: 5px 15px;
    vertical-align: middle;
}

.title-search-result .title-search-preview {
    display: none;
}

.title-search-result .picture {
    text-align: center;
}

.owl-carousel2 {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel2 .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel2 .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel2 .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel2 .owl-wrapper,
.owl-carousel2 .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel2 .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel2 .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel2 .owl-nav.disabled,
.owl-carousel2 .owl-dots.disabled {
    display: none;
}

.owl-carousel2 .owl-nav .owl-prev,
.owl-carousel2 .owl-nav .owl-next,
.owl-carousel2 .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel2 .owl-nav button.owl-prev,
.owl-carousel2 .owl-nav button.owl-next,
.owl-carousel2 button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel2.owl-loaded {
    display: block;
}

.owl-carousel2.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel2.owl-hidden {
    opacity: 0;
}

.owl-carousel2.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel2.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel2.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel2.owl-rtl {
    direction: rtl;
}

.owl-carousel2.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel2 {
    display: block;
}


/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel2 .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel2 .owl-animated-in {
    z-index: 0;
}

.owl-carousel2 .owl-animated-out {
    z-index: 1;
}

.owl-carousel2 .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}


/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
    /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}


/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("/local/templates/aspro_max/vendor/css/carousel/owl/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}


/* End */

.carousel-sert .image img {
    max-width: 100%;
    height: auto;
}

.carousel-sert .owl-nav button.owl-prev,
.carousel-sert .owl-nav button.owl-next {
    width: 62px;
    height: 66px;
    background: no-repeat center;
    position: absolute;
    top: 50%;
    margin-top: -33px;
    /* cursor: pointer; */
}

.carousel-sert .owl-nav button span {
    display: none;
}

.carousel-sert .owl-nav button.owl-prev {
    background-image: url(../images/prev.svg);
    left: -60px;
}

.carousel-sert .owl-nav button.owl-next {
    background-image: url(../images/next.svg);
    right: -60px;
}

.section-carousel-sert .section-title {
    color: #2B2A29;
    font-size: 36px;
    line-height: normal;
    font-weight: bold;
    margin-bottom: 37px;
}

.carousel-sert .item {
    margin-bottom: 30px;
}

#headerfixed .inner-table-block {
    padding-left: 0;
}

#headerfixed .logo-row .logo {
    padding-right: 0px;
}

#headerfixed .logo-row .logo img,
#headerfixed .logo-row .logo svg {
    max-height: 36px;
}

#headerfixed .lang-switch:before {
    display: none;
}

#headerfixed .mega-menu table td .wrap>a {
    font-size: 16px;
}

#headerfixed .inner-table-block.phones-fixed {
    padding-left: 25px;
    padding-right: 25px;
    border-left: 1px solid #E1E1E1;
    white-space: nowrap;
    font-size: 16px;
    color: #16509D;
}

.carousel-sert .item .desc {
    font-size: 16px;
    color: #2B2A29;
}

#headerfixed .map-lang {
    margin-right: 25px;
}

#headerfixed .svg-inline-search {
    opacity: 1;
}

#headerfixed .svg-inline-search svg path {
    fill: #0C54A0;
}

.carousel-sert .item .image {
    margin-bottom: 10px;
    border: 1px solid #E1E1E1;
}

.catalog-detail-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 47px;
    margin-bottom: 0;
}

.product-main .counter_wrapp .product-controls {
    display: flex;
    /*  flex-wrap: wrap;*/
    width: auto;
}

.product-main .counter_wrapp .product-controls .button_block {
    margin-right: 40px;
}

.product-main .counter_wrapp .product-controls .btn-apply-for {
    background: #008E39;
    border-radius: 5px;
    border-color: #008E39;
}

.product-phones a {
    font-weight: bold;
    font-size: 20px;
    color: #2B2A29;
    text-decoration: none;
}

.delivery-product-section {
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    padding: 20px 24px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.delivery-product-section .section-title {
    font-size: 16px;
    color: #2B2A29;
    font-weight: 600;
    margin-bottom: 10px;
}

.delivery-product-section ul:not([id*="bx_"]) {
    margin: 0;
}

.delivery-product-section ul:not([id*="bx_"])>li {
    position: relative;
    padding-left: 15px;
    margin: 0;
    margin-left: 10px;
    color: #686868;
}

.delivery-product-section ul:not([id*="bx_"])>li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #686868;
    display: block;
    margin: 0;
    left: 0;
    top: 10px;
    position: absolute;
}

.top-block-wrapper .page-top.maxwidth-theme {
    padding: 0px 30px;
}

.catalog_detail .props_list td {
    font-size: 18px;
}

.catalog_detail .tabs {
    margin-bottom: 35px;
}

.catalog_detail .tabs .nav-tabs li.active a {
    color: #0C54A0;
}

.section-question {
    border: 1px solid #E1E1E1;
    border-radius: 8px;
    padding: 32px 48px;
    margin-bottom: 70px;
    display: flex;
    width: 100%;
    font-size: 16px;
    justify-content: space-between;
    background: white;
}

.section-question .section-question-title {
    font-weight: bold;
    color: #2B2A29;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 18px;
}

.section-question .section-question-desc {
    font-size: 18px;
    color: #2B2A29;
}

.section-question .part1 {
    margin-right: 181px;
    flex: 0 1 445px;
}

.section-question .part2 {
    display: flex;
    align-items: center;
}

.section-question .section-question-btn {
    margin-right: 40px;
}

.section-question .section-question-btn .btn-apply-for {
    background: #008E39;
    border-radius: 8px;
    width: 218px;
    border-color: #008E39;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}

.spec-block {
    border: 1px solid #E1E1E1;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    border-radius: 16px;
    padding: 32px;
}

.spec-block__img {
    margin-right: 48px;
    padding-right: 0;
}

.spec-block .spec-block__img img {
    max-width: unset;
    max-height: unset;
}

.spec-block__list {
    color: #0B111F;
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 16px;
}

.spec-block__list:first-child {
    margin-top: 0;
}

.spec-block__list:last-child {
    margin-bottom: 0;
}

.spec-block__list li {
    list-style-type: disc;
    margin-bottom: 16px;
    margin-left: 27px;
    line-height: 175%;
    font-size: 16px;
}

.spec-block__list li:last-child {
    margin-bottom: 0;
}

.catalog_detail .advants-list {
    margin: 0;
}

.product-advants ul {
    margin: 0;
}

.product-advants .toggle-btn {
    cursor: pointer;
    text-align: center;
    color: #0C54A0;
    font-weight: 500;
    font-size: 18px;
}

.product-advants .toggle-btn:after {
    content: '';
    background: url('../images/arrow-down2.svg') no-repeat center;
    width: 12px;
    height: 8px;
    display: inline-block;
    margin-left: 10px;
}

.product-advants.active .toggle-btn:after {
    transform: rotate(180deg);
}

.section-propduct-principle h2 {
    color: #2B2A29;
    font-size: 32px;
    line-height: 48px;
    font-weight: bold;
}

.product-advants ul>li,
.catalog_detail .advants-list>li {
    position: relative;
    padding-left: 15px;
    margin: 0;
    margin-left: 10px;
    margin-bottom: 30px;
    color: #686868;
}

.catalog_detail .advants-list.oversize>li:nth-child(-n+7) {
    display: list-item;
}

.catalog_detail .advants-list.oversize>li {
    display: none;
}

.catalog_detail .product-advants.active .advants-list.oversize>li {
    display: list-item;
}

.product-advants ul>li:before,
.catalog_detail .advants-list>li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #AFAFAF;
    border-radius: 50%;
    display: block;
    margin: 0;
    left: 0;
    top: 9px;
    position: absolute;
}

.catalog_detail .props_list td:first-of-type {
    width: 65%;
}

.catalog_detail .advants-list .advants-title {
    color: #2B2A29;
    font-size: 16px;
    font-weight: 500;
}

.catalog_detail .advants-list .advants-title {
    color: #2B2A29;
    font-size: 16px;
    font-weight: 500;
}

.catalog_detail .advants-list .advants-description {
    color: #686868;
    font-size: 16px;
    line-height: 22px;
}

.sections_wrapper .list .item.bordered .img {
    width: auto;
    height: auto;
    background: #f8f8f8;
    padding-bottom: 43%;
    position: relative;
}

.sections_wrapper .list .item .img img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.sections_wrapper .list .item:not(.section_item) {
    padding: 0;
    border-radius: 0px 0px 10px 10px;
}

.sections_wrapper .list .item .name a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #2B2A29;
}

.sections_wrapper .list .count-item {
    font-size: 16px;
    color: #AFAFAF;
    margin-bottom: 15px;
}

.sections_wrapper .list .link-section {
    display: block;
    border-top: 1px solid #E1E1E1;
    padding: 22px;
    font-size: 16px;
    color: #0C54A0;
}

.top_block h3 {
    font-size: 36px;
    font-weight: bold;
}

.company-block {
    background-position: center 0px;
    border: 1px solid #E1E1E1;
    border-radius: 8px;
    margin-bottom: 50px;
}

.wrapper1:not(.with_left_block) .drag-block .with-padding.company .item.video-block {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.with-padding.company .item.video-block .image {
    border-radius: 8px;
    min-height: 503px;
}

.maxwidth-theme:not(.wide) .item-views.company .text {
    padding-left: 70px;
}

.company-block .show_all {
    font-size: 16px;
    font-weight: 500;
    color: #2B2A29;
}

.item-views.company .text-block .item .item-inner h3 {
    margin: 10px 0px 20px;
    font-size: 36px;
    font-weight: bold;
    max-width: 340px;
}

.item-views.company .text-block .item .item-inner .preview-text {
    margin-bottom: 30px;
}

.company-block .buttons .btn {
    background: #fff;
    color: #0C54A0;
    font-size: 16px;
    font-weight: normal;
    border: 1px solid #0C54A0;
    text-transform: none;
    padding: 16px;
    width: 208px;
    letter-spacing: normal;
}

.company-block .buttons .btn:hover {
    color: #fff;
    background: #0C54A0;
}

.title-search-result {
    background: #fff;
    border: 1px solid #E1E1E1;
    border-radius: 8px;
}

#headerfixed .logo-row.v2 .burger {
    display: none;
}

body .wrapper_inner,
body .maxwidth-theme,
.wrapper_inner.wide_page .product-view--type2 .product-info {
    max-width: 1330px;
}

.logo-row .logo {
    height: 64px;
    line-height: 1;
}

.paddings .logo-block {
    padding-right: 5px;
}

#header .phone-block .phone:before {
    display: none;
}

#header .phone-block .phone {
    font-size: 16px;
}

.contacts-lang__block .email:before {
    display: none;
}

.lang-switch:before {
    width: 32px;
    height: 20px;
    margin-right: 10px;
}

.lang-switch .icon {
    display: inline-block;
    margin-left: 5px;
}

.map-lang .lang-switch,
.lang-switch {
    font-size: 16px;
    font-weight: 500;
}

.wrapper1:not(.with_left_block) .wrapper_inner.front .drag-block.container .content_wrapper_block>.maxwidth-theme {
    padding-top: 15px;
}

.drag-block.container .content_wrapper_block {
    border: 0;
}

.video-block .image .play:after {
    width: 83px;
    height: 58px;
    border-radius: 20px;
    background-color: #FF0000;
    border-color: #FF0000;
    margin: 0;
    margin-top: -29px;
    margin-left: -42px;
}


/* .video-block .image .play:before{
	margin-top: -31px;
} */

.product-view--mix .product-main {
    padding-left: 70px;
}

.page-top div.detail-breadcrumb {
    padding-bottom: 0;
}

.product-container .product-detail-gallery__item.product-detail-gallery__item--middle {
    width: 660px;
    height: 550px;
}

.product-container .product-detail-gallery__slider {
    max-width: initial;
    max-height: initial;
}

.product-container .product-detail-gallery__slider.thmb {
    max-width: initial;
    display: flex;
    justify-content: center;
}

.product-container .product-detail-gallery__item.product-detail-gallery__item--thmb {
    width: 104px;
    height: 81px;
}

.product-container .product-detail-gallery__thmb-inner {
    display: block;
}

.product-container .product-detail-gallery__thmb-inner:not(.vertical) {
    padding-right: 40px;
    padding-left: 40px;
}

.product-info.product-info--type2>.flexbox>.product-detail-gallery .product-detail-gallery__container {
    padding-top: 0;
}

.product-view--mix .product-info-headnote {
    display: none;
}

.section-propduct-principle ul>li {
    position: relative;
    padding-left: 15px;
    margin: 0;
    margin-left: 10px;
    margin-bottom: 30px;
    color: #686868;
    font-size: 16px;
}

.section-propduct-principle ul>li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #AFAFAF;
    border-radius: 50%;
    display: block;
    margin: 0;
    left: 0;
    top: 9px;
    position: absolute;
}

.product-principle {
    display: flex;
}

.product-principle .principle-image {
    flex: 0 0 400px;
    order: 2;
}

.product-principle .principle-image img {
    max-width: 100%;
}

.product-principle .principle-desc {
    flex-grow: 1;
    order: 1;
    padding-right: 50px;
}

.ordered-block .ordered-block__title {
    color: #2B2A29;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 20px;
}

.product-container {
    overflow-x: hidden;
}

.mobile-product-title {
    display: none;
}

.tizers-carousel .item-wrap {
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    border: 1px solid #E1E1E1;
    border-radius: 9px;
    background: #fff;
    height: 157px;
}

.tizers-carousel .item-wrap .title {
    color: #2B2A29;
    font-weight: bold;
    font-size: 11px;
}

.tizers-carousel .item-wrap .value {
    color: #2B2A29;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.4;
}

.tizers-carousel .item-wrap .image svg {
    width: 60px;
    height: 60px;
}

.tizers-carousel .item-wrap .image {
    margin-bottom: 10px;
}

.tizers-carousel .slick-arrow {
    width: 32px;
    height: 32px;
    background: no-repeat center;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    z-index: 1;
    border: 0;
    outline: none;
}

.tizers-carousel .prev {
    left: -30px;
    background-image: url('../images/prev2.svg');
}

.tizers-carousel .next {
    right: -30px;
    background-image: url('../images/next2.svg');
}


/* .tizers-carousel {
  margin-left: -12%;
  margin-right: -12%;
}
 */

.tizers-carousel .slick-list {
    padding-top: 14% !important;
    padding-bottom: 14% !important;
    padding-left: 30% !important;
    padding-right: 30% !important;
}

.tizers-carousel .slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.tizers-carousel .slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
}

.tizers-carousel .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
    height: initial;
}

.tizers-carousel .slick-snext,
.tizers-carousel .slick-sprev {
    display: block;
}

.tizers-carousel .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    transform: translate3d(0, 0, 30px);
    z-index: 2;
}

.tizers-carousel .slick-snext {
    opacity: 1;
    transform: translate3d(70%, 0, 0px);
    z-index: 1;
}

.tizers-carousel .slick-sprev {
    opacity: 1;
    transform: translate3d(-70%, 0, 0px);
}


/* .tizers-carousel .item-wrap{
	min-width: 165px;
}
 */

.mobile-tizers {
    height: 0;
    overflow: hidden;
}

.item-views.tizers .item-wrapper>.item {
    padding-left: 15px;
    padding-right: 15px;
}

.detail img {
    max-width: 95%;
    max-height: 95%;
}

#mobilemenu .contacts .email,
#mobilemenu .contacts .address {
    padding-left: 20px;
}

#mobilemenu .contacts .svg.svg-inline-address {
    display: none;
}

#mobilemenu .contacts .svg-inline-email {
    display: none;
}

/* .mobilemenu-v1 .social-icons li a {
    width: 54px;
    height: 54px;
} */

/* .mobilemenu-v1 .social-icons .vk a {
    background: url(../images/vk-icon2.png) no-repeat center;
} */

/* .mobilemenu-v1 .social-icons .ytb a {
    background: url(../images/youtube-icon2.png) no-repeat center;
} */

.mobilemenu-v1 .social-icons .odn a {
    background: url(../images/ok-icon2.png) no-repeat center;
}

#mobilemenu .menu ul>li a.decript {
    padding: 19px 20px 20px 19px;
    background: #fff;
}

#header a[href*="mailto:"]:hover,
#header a[href*="tel:"]:hover,
#mobileheader a[href*="mailto:"]:hover,
#mobileheader a[href*="tel:"]:hover #content a[href*="mailto:"]:hover,
#content a[href*="tel:"]:hover {
    color: #0C54A0 !important;
}

a[href*="mailto:"]:hover *,
a[href*="tel:"]:hover * {
    color: inherit !important;
}

footer .info .phone>.wrap a:hover {
    opacity: 0.5;
}

.product-info .chars-row .product-advants__title {
    font-weight: 700;
    font-size: 32px;
    color: #2B2A29;
    padding-bottom: 30px;
}

.product-info .chars-row .product-advants ul li {
    margin-left: 0px;
}


/* .top_big_banners .slides li .text {
    display: none!important;
}

.top_big_banners .slides li {
    background: none!important;
}

.top_big_banners.short_block .top_slider_wrapp .flexslider .slides>li,
.top_big_banners.short_block .top_slider_wrapp .flexslider .slides>li td,
.top_big_banners.short_block .top_slider_wrapp .flexslider {
    height: auto!important;
    display: block!important;
}

.top_big_banners .top_slider_wrapp .flexslider .slides>li.image .img img.image_desktop,
.top_big_banners .top_slider_wrapp .flexslider .slides>li.image .img img.image_mobile {
    position: static;
    opacity: 1;
    max-width: 100%;
    width: 100%;
}

.top_big_banners .top_slider_wrapp .flexslider .slides>li.image .img img.image_mobile {
    display: none!important;
}

.top_big_banners .top_slider_wrapp * {
    line-height: 0px;
}

.top_big_banners .top_slider_wrapp .flexslider li.image tr.main_info {
    height: auto!important;
} */

.self-presentation {
    display: flex;
    margin-left: -12px;
    margin-right: -12px;
}

.self-presentation__item {
    border: 2px solid rgba(12, 84, 160, 0.1);
    border-radius: 8px;
    padding: 30px;
    margin: 12px;
    width: 100%;
    flex-grow: 1;
}

.self-presentation__item-head {
    font-weight: 700;
    font-size: 24px;
    color: #0C54A0;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.self-presentation__item-head img {
    margin: 0px;
    margin-right: 20px;
}

.self-presentation__item-desc {
    font-size: 16px;
    color: #2B2A29;
}

.exhibitions {
    color: #2B2A29;
    padding: 60px 0px;
    display: flex;
    align-items: center;
}

.exhibitions__desc {
    font-weight: 600;
    font-size: 18px;
    padding-right: 20px;
}

.exhibitions__list {
    display: flex;
}

.exhibitions__item {
    padding: 12px 20px;
    background: #F3F6FA;
    border-radius: 4px;
    font-size: 16px;
    color: #0C54A0;
    margin-left: 10px;
    flex-grow: 1;
    text-align: center;
}

.exhibitions__item strong {
    color: inherit;
}

.how-we-working {
    color: #2B2A29;
    line-height: 1.4;
    padding-bottom: 65px;
}

.how-we-working__heading {
    font-weight: 700;
    font-size: 28px;
    padding-bottom: 10px;
}

.how-we-working__desc {
    font-size: 16px;
    padding-bottom: 25px;
}

.how-we-working__list {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
}

.how-we-working__item {
    width: calc(20% - 24px);
    border: 2px solid rgba(12, 84, 160, 0.1);
    border-radius: 8px;
    padding: 15px;
    padding-bottom: 20px;
    margin: 0px 12px;
}

.how-we-working__item-head {
    display: flex;
    align-items: center;
    padding-bottom: 13px;
}

.how-we-working__item-num {
    width: 48px;
    height: 48px;
    background: rgba(12, 84, 160, 0.05);
    border-radius: 4px;
    font-weight: 500;
    font-size: 24px;
    color: #0C54A0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.how-we-working__item-title {
    font-weight: 500;
    font-size: 16px;
    padding-left: 15px;
}

.how-we-working__item-desc {
    font-size: 15px;
    color: #686868;
}

.company-video {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    padding-bottom: 47%;
}

.company-video__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    transition: 0.3s;
}

.company-video__overlay-title {
    font-weight: 800;
    font-size: 32px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 35px;
    transform: translateY(-50%);
}

.company-video__overlay-button {
    background: url(/images/company-video-overlay-button.png) center center no-repeat;
    width: 180px;
    height: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-size: contain;
}

.company-video__overlay::after {
    content: "";
    background: rgba(12, 84, 160, 0.72);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}

.company-video iframe {
    height: 100% !important;
    opacity: 0;
    width: 100%;
    position: absolute;
    z-index: 3;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
}

.play #company_video_iframe {
    display: none;
}

.company-video__overlay-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-video_opened .company-video__overlay {
    opacity: 0;
}

.company-video_opened iframe {
    opacity: 1;
}

.product-download-offer a {
    padding: 16px 40px !important;
    background: rgba(0, 142, 57, 0.1);
    border-radius: 5px;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #008E39 !important;
    border: none;
    text-transform: none;
    letter-spacing: 0px;
}

.product-download-offer_mobile {
    display: none;
}

.small.to-order.btn.btn-default.animate-load {
    max-width: 100%;
    font-size: 10px;
}

@media (max-width: 450px) {
    .btn_turnkey__block {
        background: none;
        padding-left: 0;
    }

    .catalog_page_detail .product-info .tab-pane.OPTIONS img {
        margin: 10px 0px;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1360px) {
    body .star_advantages {
        background: none;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    body .star_advantages p {
        margin: 0 auto 20px auto;
        position: initial;
        max-width: 400px;
    }

    body .star_advantages p b {
        display: block;
    }

    .request-want-block .want-text {
        display: none;
    }
}

@media (max-width: 1200px) {
    .spec-block {
        flex-direction: column-reverse;
    }

    .spec-block__img {
        padding-right: 0;
        margin-top: 32px;
    }

    .spec-block .spec-block__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        border-radius: 12px;

    }

    .work_line {
        margin: 100px 0;
        background: none;
    }

    .work_blocks {
        flex-wrap: wrap;
    }

    .work_block {
        width: 50%;
        height: auto;
    }

    .section-question {
        flex-wrap: wrap;
    }

    .section-question .part1 {
        flex: 0 0 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .section-question .part2 {
        flex: 0 0 100%;
    }

    .item-views .item .value {
        font-size: 14px;
    }

    .item-views .item .title:not(.muted) {
        font-size: 16px;
    }

    .how-we-working__list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .how-we-working__item {
        width: calc(33.3333% - 24px);
        margin-bottom: 12px;
    }

    .how-we-working {
        padding-bottom: 40px;
    }
}

@media (min-width: 990.99px) and (max-width: 1300px) {
    .want-text {
        display: none;
    }

    .request-want-block {
        border: none;
        padding-right: 5px;
    }

    .logo_and_menu-row .callback-block {
        margin: 0;
    }
}

@media (min-width: 990.99px) {
    #header .phone.with_dropdown.no-icons {
        display: none;
    }
}

@media (max-width: 990.99px) {

    .product-detail-gallery .performance_sticker {
        bottom: -10px;
    }

    .mobile-product-title {
        display: block;
        font-size: 24px;
        line-height: 1.3;
        color: #2B2A29;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .product-main h2 {
        display: none;
    }

    .catalog-detail-title {
        display: none;
    }

    #mobileheader .logo-block {
        display: flex;
        align-items: center;
    }

    #mobileheader .logo-block .top-description.addr {
        font-weight: normal;
        font-size: 11px;
        line-height: 16px;
        color: #222222;
        margin-right: 20px;
    }

    #mobileheader .callback-block {
        background: #0c54a0;
        color: #fff;
        border: 2px solid #0c54a0;
        display: inline-block;
        padding: 10px 20px;
        font-size: .8em;
        transition: .3s;
        text-transform: uppercase;
        letter-spacing: .8px;
    }

    .mobile-request {
        display: flex;
        height: 100%;
        align-items: center;
    }

    /*.mobile-lang .lang-switch {*/
    /*    margin-right: 15px;*/
    /*}*/
    .mobile-lang {
        width: 78px;
        height: 48px;
        display: flex;
        align-items: center;
        border-radius: 6px;
        background-color: #E4EDF9;
        flex-direction: column;
        flex-shrink: 0;
        gap: 15px;
        position: absolute;
        right: 0;
        top: 0;
        padding: 12px;
        box-sizing: border-box;
        z-index: 10;
        /*overflow: hidden;*/
        transition: height .2s, box-shadow .2s;
        justify-content: center;
    }

    .mobile-lang-item {
        flex-shrink: 0;
        width: 24px;
        height: 24px;
        display: flex;
    }

    .mobile-lang_opened {
        box-shadow: 0 0 6.3px 0 #0000001A;
        height: 87px;
    }

    .mobile-callback {
        width: 160px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
    }

    .search-mobile {
        height: 100%;
        display: flex;
        align-items: center;
        width: 100%;
        /*margin-left: 25px;*/
    }

    /*.search-mobile .search-top .search-field {*/
    /*    height: 64px;*/
    /*    padding-left: 62px;*/
    /*    padding-right: 50px;*/
    /*}*/
    .search-top {
        height: 100%;
        width: 100%;
    }

    .search-top .close-btn {
        display: none;
    }

    .search-top .search-icon {
        display: none;
    }

    /*.search-mobile .search-top .search-btn {*/
    /*    left: 21px;*/
    /*    top: 21px;*/
    /*}*/
    body #mobileheader {
        height: auto;
        font-family: Montserrat;
    }

    .search-top .search-form {
        display: flex;
        width: 100%;
    }

    .search-top .search-form form {
        display: flex;
        width: 100%;
    }

    .search-top .search-form form .form-control1 {
        display: flex;
        width: 100%;
        background-color: #F8F8F8;
        border-radius: 6px;
        padding-right: 12px;
        align-items: center;
    }

    .search-top .search-field {
        width: 100%;
        border: 0;
        padding-left: 12px;
        padding-right: 0;
        height: 100%;
        outline: none;
        background-color: transparent;
    }

    .search-top .search-field:focus {
        background-color: transparent;
    }

    .search-top .search-field::placeholder {
        font: 14px/16px Roboto;
        color: #999999;
    }

    .search-top .search-btn {
        background: transparent;
        border: 0;
        position: static;
        left: unset;
        top: unset;
        display: flex;
    }

    /*body .mobileheader-kbtech .mobileheader-kbtech__topheader {*/
    /*    background: #fff;*/
    /*    height: 64px !important;*/
    /*    margin-bottom: 15px;*/
    /*    position: fixed !important;*/
    /*    top: 0px;*/
    /*    z-index: 999;*/
    /*    color: #2B2A29;*/
    /*    border-bottom: 1px solid #E1E1E1;*/
    /*}*/
    body .mobileheader-kbtech .mobileheader-kbtech__topheader {
        background: #fff;
        position: fixed !important;
        top: 0px;
        z-index: 999;
        color: #2B2A29;
        display: flex;
        align-items: center;
        width: 100%;
    }

    body .mobileheader-kbtech {
        padding-top: 80px;
    }

    #panel {
        display: none;
    }

    .mobileheader-kbtech .menu-title {
        display: inline-flex;
        height: 100%;
        align-items: center;
        color: #fff;
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
    }

    /*.mobileheader-kbtech .mobile-lang a {*/
    /*    color: #2B2A29;*/
    /*    opacity: 0.5;*/
    /*    font-size: 16px;*/
    /*    line-height: 18px;*/
    /*    text-transform: none;*/
    /*    display: inline-block;*/
    /*    vertical-align: top;*/
    /*    border-bottom: 1px solid transparent;*/
    /*    margin-left: 10px;*/
    /*}*/
    /*.mobileheader-kbtech .mobile-lang .lang-switch-active {*/
    /*    opacity: 1;*/
    /*    border-color: #0C54A0;*/
    /*    font-weight: bold;*/
    /*}*/
    .mobileheader-kbtech .burger svg .cls-1 {
        fill: #2B2A29;
    }

    .mobileheader-kbtech .lang-switch:before {
        margin-right: 7px;
    }

    .mobileheader-kbtech svg .cls-1 {
        fill: #fff;
    }

    /*#mobileheader .mobileheader-kbtech .burger {*/
    /*width: 16px;*/
    /*margin: 0 10px 0 0;*/
    /*}*/
    /*.mobileheader-kbtech .mobile-lang .lang-switch {*/
    /*    margin-right: 0;*/
    /*}*/
    .mobileheader-kbtech .mobile-logo {
        width: 74px;
        margin-left: 34px;
    }

    .mobileheader-kbtech .mobile-logo img {
        width: 100%;
        object-fit: contain;
    }

    .mobileheader-kbtech .email:before {
        display: none;
    }

    .mobileheader-kbtech .phone:before {
        display: none;
    }

    .logo-contacts {
        display: flex;
        width: 100%;
        height: 48px;
    }

    .logo-contacts__inner {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        gap: 8px;
        position: relative;
        /*justify-content: space-between;*/
    }

    .mobile-phone-icon {
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        background-color: #E7F9ED;
        flex-shrink: 0;
        margin-right: 86px;
    }

    /* .mobile-contacts .mobile-phones a.phone:last-of-type {
        display: none;
    } */
    .mobileheader-kbtech .request-want-block {
        flex-direction: column;
        text-align: center;
    }

    .mobileheader-kbtech .want-text {
        margin-bottom: 10px;
    }

    #mobileheader .mobileheader-kbtech .callback-block {
        text-transform: none;
        letter-spacing: normal;
        background: #008E39;
        border-radius: 4px;
        width: 100%;
        white-space: nowrap;
        font: 14px/16px Roboto;
        color: #FFF;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .mobileheader-kbtech .request-want-block {
        padding: 10px 10px 13px 10px;
        border-radius: 2px;
    }

    .mobileheader-kbtech .phone {
        font-weight: 600;
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 3px;
    }

    .mobileheader-kbtech .phone>span {
        font-weight: 600;
        font-size: 16px;
        line-height: 18px;
    }

    .mobileheader-kbtech .phone:before {
        width: 14px;
        height: 14px;
        margin-right: 7px;
        -webkit-mask-size: contain;
        mask-size: contain;
    }

    .mobile-phones .descr {
        font-weight: normal;
        font-size: 11px;
        line-height: 13px;
        margin-bottom: 6px;
        margin-left: 0;
    }

    .mobileheader-kbtech .email {
        margin-bottom: 10px;
    }

    .mobileheader-kbtech .email:before {
        width: 18px;
        height: 14px;
        -webkit-mask-size: contain;
        mask-size: contain;
        margin-right: 6px;
    }

    .mobileheader-kbtech .email a {
        font-size: 14px;
        line-height: 16px;
    }

    /*.mobileheader-kbtech .logo-contacts {*/
    /*    margin-bottom: 15px;*/
    /*}*/
    .wraps .wrapper_inner.front .drag-block.container.BIG_BANNER_INDEX>.maxwidth-theme {
        padding-top: 0;
    }

    .mobile-contacts {
        max-width: 55%;
    }

    #mobileheader {
        background: #fff;
        padding-bottom: 0;
    }

    .banner-328 .target {
        background: url(/images/banner-sm.png) no-repeat center;
    }

    .banner-328 .wrapper_inner table {
        display: none;
    }

    .top_slider_wrapp .flexslider .slides .banner-328 {
        background: #28467B;
    }

    /* .desktop-link-items{
		display: none;
	} */
    .mobile-link-items {
        display: block;
    }

    .mobileheader-kbtech .request-want-block {
        display: none;
    }

    .with-padding.company.item-views:not(.type2) .item.video-block .image {
        padding-top: 81%;
        background-size: contain;
    }

    .wrapper1:not(.with_left_block) .drag-block .with-padding.company .item.video-block {
        padding: 30px;
    }

    .top_block h3 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 0;
    }

    .top_block {
        margin-bottom: 20px;
    }

    .content_wrapper_block.front_sections_only .sections_wrapper .list .row .item:not(.section_item) {
        padding: 0;
    }

    .chars-row {
        flex-wrap: wrap;
    }

    .chars-row .char_block {
        flex: 0 0 100%;
    }

    .chars-row .product-advants {
        flex: 0 0 100%;
    }

    .product-principle {
        flex-wrap: wrap;
    }

    .product-principle .principle-desc {
        padding-right: 0;
        flex: 0 0 100%;
    }

    .product-principle .principle-image {
        flex: 0 0 100%;
    }

    .front_tizers {
        display: none;
    }

    .mobile-tizers {
        height: auto;
        overflow: initial;
    }

    .tizers-carousel {
        margin-left: 15px;
        margin-right: 15px;
    }

    /*.wrapper1>div#mobileheader {*/
    /*    border-bottom: 1px solid #E1E1E1;*/
    /*}*/
    .self-presentation {
        flex-direction: column;
    }

    .self-presentation__item {
        margin: 0px;
        margin-bottom: 20px;
    }

    .self-presentation__item:last-of-type {
        margin-bottom: 0px;
    }

    .self-presentation__item-head {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .self-presentation__item-head img {
        margin-right: 10px;
    }

    .self-presentation__item-desc {
        font-size: 14px;
    }

    .self-presentation__item {
        padding: 15px;
    }

    .self-presentation {
        margin: 0px;
    }

    .exhibitions {
        flex-direction: column;
        align-items: baseline;
        padding: 30px 0px;
    }

    .exhibitions__desc {
        padding: 0px;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .exhibitions__item {
        margin-right: 10px;
        margin-left: 0px;
        font-size: 14px;
        padding: 10px;
    }

    .company-video__overlay-title {
        font-size: 20px;
    }

    .company-video__overlay-button {
        width: 100px;
        height: 100px;
    }

    #mobileheader .burger {
        width: 42px;
        height: 42px;
        display: flex;
    }
}

@media (max-width: 767px) {
    body .BRANDS .top_block h3 {
        font-size: 24px;
    }

    .section-viewed-title {
        font-size: 24px;
        margin-top: 20px;
    }

    .block-sertificate {
        display: none;
    }

    .item-views.company .text-block .item .item-inner h3 {
        font-size: 24px;
    }

    .item-views.company.md:not(.type2) .text-block .item .text {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
    }

    .item-views.company .text-block .item .item-inner .preview-text {
        color: #000;
        margin-bottom: 0;
    }

    .company-block .buttons .btn {
        width: 100%;
    }

    .wrapper1:not(.with_left_block) .drag-block .with-padding.company .item.video-block {
        padding: 20px;
    }

    .with-padding.company .item.video-block .image {
        min-height: auto;
    }

    .detail-breadcrumb {
        /* margin: 0 15px; */
    }

    .detail-breadcrumb .breadcrumbs__item {
        display: none;
    }

    .detail-breadcrumb div.breadcrumbs__item:nth-last-of-type(1):before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f112";
        margin-right: 10px;
    }

    .detail-breadcrumb div.breadcrumbs__item:nth-last-of-type(1) {
        display: inline-block;
    }

    .detail-breadcrumb .breadcrumbs__separator {
        display: none;
    }

    .product-main #pagetitle {
        font-size: 22px;
    }

    .product-main .info_ext_block {
        padding-top: 0;
        margin-top: 5px;
    }

    .product-view--mix .product-info-headnote {
        display: none;
    }

    .product-view--mix .js-sales:not(.active)+.actions-bottom {
        padding-top: 0;
    }

    .char-side .properties__item.properties__item--compact:before {
        display: none;
    }

    .shop-detail1 .top_block .contacts_img {
        display: none;
    }

    .wrapper_inner_half.shop-detail1 .item .left_block_store {
        margin-top: 20px;
    }

    .catalog_detail .props_list {
        display: block;
    }

    .catalog_detail .props_list>tbody {
        display: block;
    }

    .catalog_detail .props_list>tbody>tr {
        display: block;
    }

    .catalog_detail .props_list>tbody>tr>td {
        display: block;
        padding: 23px 32px;
        padding-bottom: 0;
    }

    .catalog_detail .props_list td:first-of-type {
        width: 100%;
    }

    .catalog_detail .char_block .props_list td.char_value {
        width: 100%;
        text-align: left;
        padding: 10px 32px;
    }

    .section-question {
        margin-bottom: 20px;
    }

    .section-question .section-question-title {
        font-size: 24px;
        line-height: 117%;
        margin-bottom: 10px;
    }

    .section-question .part2 {
        flex-wrap: wrap;
    }

    .section-question .section-question-btn {
        margin-right: 0;
        margin-bottom: 24px;
        flex: 0 0 100%;
    }

    .section-question .section-question-btn .btn-apply-for {
        width: 100%;
    }

    .section-question .section-question-phone {
        flex: 0 0 100%;
    }

    .ordered-block .ordered-block__title {
        padding-bottom: 0;
    }

    .product-container .big .product-detail-gallery__item {
        height: 300px;
        line-height: 300px;
        width: 300px;
    }

    .product-view--mix .product-main {
        padding-left: 0;
    }

    body .product-detail-gallery__thmb-container .product-detail-gallery__slider {
        display: block;
    }

    .product-forms-info-title {
        font-size: 24px;
        line-height: 32px;
    }

    .product-container .product-detail-gallery__item.product-detail-gallery__item--thmb {
        width: 97px;
        height: 70px;
    }

    body .product-container .product-view--mix .product-detail-gallery__slider {
        width: 335px;
        max-width: 100%;
        margin: 0;
    }

    body .product-container .product-view--mix .big .product-detail-gallery__item {
        width: 335px;
        max-width: 335px;
        height: 264px;
        line-height: 264px;
    }

    .product-detail-gallery__thmb-container .owl-carousel .owl-nav {
        display: none !important;
    }

    .product-container .product-detail-gallery__thmb-inner:not(.vertical) {
        padding-left: 0;
    }

    .product-detail-gallery__thmb-container .owl-carousel .owl-stage-outer {
        overflow: initial;
    }

    .product-main .counter_wrapp .product-controls {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .product-main .counter_wrapp .product-controls .button_block {
        margin-right: 0;
    }

    .product-view--mix.product-view--mix-wide .buy_block {
        width: 100%;
        max-width: 100%;
    }

    .product-phones {
        margin-top: 15px;
    }

    .section-question .product-phones {
        margin-top: 0;
    }

    .section-question .section-question-desc {
        line-height: 175%;
    }

    .catalog_detail .char_block .props_list td.char_name {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 10px;
    }

    .product-advants-title {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 10px;
        padding-left: 0;
    }

    .product-advants ul>li,
    .catalog_detail .advants-list>li {
        margin-left: 0;
    }

    .section-propduct-principle h2 {
        color: #2B2A29;
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .ordered-block .ordered-block__title {
        font-size: 20px;
    }

    .detail-breadcrumb div.breadcrumbs__item:nth-last-of-type(1) {
        position: relative;
        padding-left: 35px;
    }

    .detail-breadcrumb div.breadcrumbs__item:nth-last-of-type(1):before {
        content: "";
        background: url('../images/arrow-breadcrumbs.svg') no-repeat center;
        width: 28px;
        height: 28px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .product-info .chars-row .product-advants__title {
        font-size: 24px;
    }

    .exhibitions__list {
        flex-direction: column;
        width: 100%;
    }

    .exhibitions__item {
        width: 100%;
        margin: 0px;
        margin-bottom: 10px;
    }

    .how-we-working__heading {
        font-size: 22px;
    }

    .how-we-working__desc {
        font-size: 14px;
    }

    .how-we-working__item {
        width: calc(50% - 24px);
    }

    .company-video__overlay-title {
        top: 30px;
        left: 0px;
        transform: none;
        width: 100%;
        text-align: center;
        padding: 0px 15px;
    }

    .catalog_detail .product-download-offer_desktop {
        display: none;
    }

    .catalog_detail .product-download-offer_mobile {
        display: block;
        margin-top: 12px;
    }

    .catalog_detail .product-controls {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

@media (max-width: 660px) {

    /*.mobile-lang .lang-switch {*/
    /*    font-size: 0;*/
    /*    margin-right: 0;*/
    /*}*/
    .request-want-block p.want-title {
        font-weight: 700;
        font-size: 14px;
        letter-spacing: -0.3px;
    }

    .request-want-block p a {
        font-weight: 600;
        font-size: 13px;
    }
}

@media (max-width: 600px) {
    .product-forms .product-form {
        flex: 0 0 100%;
    }

    .prod-form-block {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .prod-form__pic {
        order: 1;
        flex: 0 0 70%;
        max-width: 70%;
        height: 272px;
        margin: 0;
        width: initial;
        max-width: 70%;
    }

    .prod-form__desc {
        order: 2;
        flex: 0 0 30%;
        max-width: 30%;
        text-align: left;
        border-left: 1px solid #E1E1E1;
        margin: 0;
        padding: 24px;
        padding-bottom: 20px;
    }

    .prod-form-name {
        order: 3;
        flex: 0 0 100%;
        border-top: 1px solid #E1E1E1;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #AFAFAF;
        font-size: 18px;
        margin-bottom: 0;
        height: initial;
    }

    .prod-form__desc .value:after {
        display: none;
    }

    .prod-form__desc .value {
        flex: 0 0 100%;
    }

    .section-video .link-group-youtube {
        position: relative;
        margin-top: 10px;
        left: auto;
        bottom: auto;
        width: 100%;
    }

    .section-video .link-group-youtube a {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section-video .link-group-youtube a:before {
        position: static;
        margin-right: 10px;
    }

    /* .top_big_banners .top_slider_wrapp .flexslider .slides>li.image .img img.image_mobile {
        display: block!important;
    }
    .top_big_banners .top_slider_wrapp .flexslider .slides>li.image .img img.image_desktop {
        display: none!important;
    } */
    .how-we-working__item {
        width: 100%;
    }
}

@media (max-width: 570px) {
    .section-question {
        padding: 32px 24px 24px;
    }

    .social-icons li a {
        margin: 5px 5px 5px 0px;
    }

    .spec-block {
        padding: 28px 16px 0;
    }

    .spec-block__img {
        height: 200px;
        margin-left: -16px;
        margin-right: -16px;
    }

    .spec-block__list li {
        line-height: 162.5%;
    }

    #mobileheader .logo-block .top-description.addr {
        display: none;
    }

    .top_slider_wrapp .mobile-banner-image {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: no-repeat center top;
        background-size: contain;
    }

    .product-container .product-info-wrapper .product-info {
        padding-top: 0px;
    }
}

@media (max-width: 500px) {
    .work_block {
        width: 100%;
    }

    .work_blocks {
        margin-top: -50px;
    }

    .product-view--mix.product-view--mix-wide .buy_block .counter_wrapp.list {
        white-space: normal;
    }

    .counter_wrapp .button_block.wide .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .counter_wrapp.list>div {
        float: none;
    }

    .feedback.item table a {
        white-space: nowrap;
    }

    body .top_slider_wrapp .flexslider .slides li td.text.left .banner_text {
        margin-left: 15px;
        margin-right: 15px;
    }

    .company-video__overlay-title {
        display: none;
    }

    .product-download-offer a {
        width: 100%;
        padding: 16px !important;
    }

    .catalog_detail .product-download-offer_mobile {
        margin-top: 0px;
    }
}

@media (max-width: 450px) {
    .mobile-request {
        display: none;
    }

    .shop-detail1 .feedback table tr td:nth-of-type(2) {
        width: 50%;
    }

    .top_slider_wrapp .flexslider .slides .banner-328 {
        height: 208px !important;
    }

    /*#mobileheader .mobileheader-kbtech .callback-block {*/
    /*    font-size: 13px;*/
    /*    width: auto;*/
    /*}*/
    /*#mobileheader .mobileheader-kbtech .mobile-callback {*/
    /*    margin: 0px;*/
    /*}*/
}

@media (max-width: 390px) {
    .top_slider_wrapp .mobile-banner-image {
        background-size: cover;
    }
}

@media (max-width: 345px) {
    /*.search-mobile {*/
    /*    margin-left: 8px;*/
    /*}*/
    /*.mobile-lang .lang-switch {*/
    /*    margin-right: 15px;*/
    /*}*/
}

.stickers [class*="sticker_"] {
    background-color: #669BBC !important;
}

.iti__country-list {
    z-index: 123 !important;
}

.section-video.btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.delivery-product-section.fix-height {
    margin-bottom: 52px;
}

.item-shop-detail1 .social-icons .dzen a {
    border: 1px solid #e7e7e7;
}

.item-shop-detail1 .social-icons .dzen img {
    transform: translate(-1px, -1px);
}

@media (max-width: 600px) {

    .media-section {
        margin-bottom: 27px;
    }

    .section-video.full .video__buttons {
        position: unset;
        flex-direction: column;
        gap: 0;
    }

    .section-video .link-group-youtube a,
    .section-video .link-group-dzen a {
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        width: 100%;
    }

    .section-video .link-group-youtube a:before,
    .section-video .link-group-dzen a:before {
        position: static;
        margin-right: 10px;
    }

    .section-video .link-group-youtube,
    .section-video .link-group-dzen {
        margin-top: 10px;
        left: auto;
        bottom: auto;
        width: 100%;
    }

    .section-video.btns {
        flex-direction: column;
        gap: 0;
    }

    .delivery-product-section.fix-height {
        margin-bottom: 28px;
    }

    .section-video .link-group-dzen a {
        border: 2px solid rgba(225, 225, 225, 1);
    }
}

@media (max-width: 375px) {
    .section-video.full iframe {
        height: 180px !important;
    }
}

/* ### START ITB COPYRIGHT ### */
.itb-copyright {
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: rgba(var(--copyright-color, 0, 0, 0), 0.4);
    transition: color ease-in-out 0.2s;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.itb-copyright:hover {
    color: rgba(var(--copyright-color, 0, 0, 0), 0.6);
}

.itb-copyright.blacked {
    color: rgba(var(--copyright-color, 255, 255, 255), 0.5);
}

.itb-copyright.blacked:hover {
    color: rgba(var(--copyright-color, 255, 255, 255), 0.7);
}

/* ### END ITB COPYRIGHT ### */


/*lang selector*/

.map-lang {
    position: relative;
}

.contacts-lang__block .map-lang {
    display: flex;
    flex-direction: column;
    width: 80px;
    align-items: flex-start;
}


.not-active-lang {
    opacity: 0;
    order: 2;
    top: 25px;
    left: -10px;
    position: absolute;
    background: white;
    width: 80px;
    flex-direction: column;
    border: 1px solid #ebebeb;
    align-items: flex-start;
    border-radius: 12px;
    padding: 12px;
    transition: .3s ease-out;
    display: flex;
    visibility: hidden;
}

.not-active-lang.open {
    opacity: 1;
    visibility: visible;
}

.lang-item {
    order: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    justify-content: center;
    max-width: 100%;
}

.stickers.custom-font {
    padding-right: 0;
}

.lang-item.lang-item__active {
    order: 1;
}

.lang-item.lang-item__active {
    opacity: 1;
}

.lang-item img {
    max-width: 30px;
}

@media (max-width: 991px) {
    .lang-item.lang-item__active {
        margin: 0;
    }

    .not-active-lang {
        width: auto;
        top: 55px;
        left: auto;
        right: 0px;
    }
}


/*scaling product card in sections*/
div.item-title {
    line-height: 19px;
}

div.item-title .font_sm {
    line-height: unset;
}

/*new footer*/

:root {
    --color-text: #333;
    --color-gray-text: #5A616C;
    --color-text-blue: #0C54A0;
    --color-hover-text: #08498E;
}

.footer-custom {
    padding: 64px 0 20px 0;
    border-top: 1px solid #EBEDF1;
}

footer .bottom-menu .item .title {
    font-size: unset;
    font-weight: unset;
    line-height: unset;
    text-transform: unset;
    letter-spacing: unset;
}

.footer-wrapper__social {
    width: 244px;
}

.footer-wrapper__menu {
    display: flex;
    gap: 72px;
}
.social-icons li.max a{
    background: unset;
    background-color: unset;
}
.footer-wrapper__custom {
    display: flex;
    /* justify-content: space-between; */
    margin-bottom: 23px;
    gap: 51px;
}
.social-network__item.max{
    line-height: 24px;
}
.social-network .social-network__item.max svg{
    height: 27px;
    width: 27px;
}
.img-max{
    background-image: url(/local/templates/aspro_max/images/max.png);
    width: 48px;
background-position: -98px -338px;
    height: 48px;
    display: block;
}
/* .social-network .social-network__item.max svg:hover path{
        fill: red;
} */
footer .bottom-menu .item .title a {
    color: var(--color-text);
    font-family: 'Roboto', 'sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    padding: 0;
    height: 24px;
    display: block;
    transition: 0.3s;

    &:hover {
        color: var(--color-text-blue);
        opacity: 1;
    }
}

.footer-wrapper__menu .bottom-menu .items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-wrapper__menu-contacts .footer-wrapper__menu-contacts-phone a {
    color: var(--color-text);
    font-family: 'Roboto', 'sans-serif';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.footer-wrapper__menu-contacts .footer-wrapper__menu-contacts-email a {
    color: var(--color-text);
    font-family: 'Roboto', 'sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.footer-wrapper__menu-contacts .footer-wrapper__menu-contacts-email a.footer-wrapper__menu-contacts-email__send {
    color: var(--color-text-blue);
    font-family: 'Roboto', 'sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.footer-wrapper__menu-contacts-email {
    margin-top: 32px;
}

.footer-wrapper__menu-contacts .footer-wrapper__menu-contacts-email .svg {
    display: none;
}

.footer-wrapper__menu-contacts .footer-wrapper__menu-contacts-address .svg {
    display: none;
}

.footer-wrapper__menu-contacts-address {
    margin-top: 32px;
}

.footer-wrapper__menu-contacts-address .address {
    color: var(--color-text);
    font-family: 'Roboto', 'sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 22.4px */
}

.footer-wrapper__menu-contacts-address__description {
    color: #5A616C;
    font-family: 'Roboto', 'sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.footer-wrapper__menu-contacts .descr {
    color: var(--color-gray-text);
    font-family: 'Roboto', 'sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    margin-top: 6px;
    margin-bottom: 24px;
    margin-top: 6px;
}

.footer-wrapper__logo-copyright {
    margin-top: 28px;
    color: var(--Text-2, #5A616C);
    font-family: 'Roboto', 'sans-serif';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
}

.footer-wrapper__menu-contacts {
    max-width: 257px;
}

footer .address.blocks {
    padding: 0;
}

.footer-wrapper__social .btn-blue-callback {
    width: 100%;
    background: #0C54A0;

    color: #FFF;
    font-family: 'Roboto', 'sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: none;
    transition: 0.3s;

    &:hover {
        background: #34639C;
    }
}

.social-network {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 10px;
    margin-top: 32px;
    max-width: 250px;
}

.social-network .social-network__item svg {
    width: 36px;
    height: 36px;
}

.social-network .social-network__item path {
    transition: 0.3s;

}

.social-network .social-network__item:not(.social-network__hover) path {
    fill: #B7BECA;
}

.footer-wrapper__bottom-block {
    display: flex;
    justify-content: space-between;
}

.licences-site {
    color: #B7BECA;
    font-family: 'Roboto', 'sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.itb-copyright {
    color: #B7BECA;
    font-family: 'Roboto', 'sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-wrapper__bottom-block {
    border-top: 1px solid #EBEDF1;
    padding: 20px 65px 0 65px;
}

.filter.licence_block.license-first-popup {
    padding-bottom: 0;
}

@media (max-width: 1200px) {
    footer .bottom-menu .item .title a {
        height: unset;
    }

    .footer-wrapper__menu {
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .itb-copyright {
        font-size: 14px;
    }

    .footer-wrapper__bottom-licenses-block {
        text-align: left;
    }

    .licences-site {
        font-size: 14px;
    }

    .footer-wrapper__logo-copyright {
        margin-top: 16px;
    }

    .footer-wrapper__custom {
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0px;
    }

    .footer-wrapper__menu {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-wrapper__menu-contacts {
        width: 100%;
        max-width: unset;

    }

    .footer-wrapper__bottom-block {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }

    .footer-wrapper__logo {
        text-align: left;
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }

    .footer-wrapper__menu {
        text-align: left;
        justify-content: flex-start;
        margin-top: 51px;
        row-gap: 0;
        column-gap: 48px;
    }

    .footer-wrapper__menu-contacts {
        margin-top: 48px;
    }

    .footer-wrapper__menu-contacts-email {
        margin-top: 24px;
    }

    .footer-wrapper__menu-contacts-email__send {
        margin-top: 8px;
        transition: 0.3s;

        &:hover {
            color: var(--color-hover-text);
        }
    }

    .footer-wrapper__menu-contacts-address {
        margin-top: 24px;
    }

    .footer-wrapper__menu-contacts-address__description {
        margin-bottom: 48px;
    }

    .social-network {
        margin-top: 24px;
    }

    .footer-wrapper__bottom-block {
        padding: 14px 0 0 0;
        align-items: flex-start;
        gap: 12px;


        max-width: 345px;
        margin: 0 auto 48px;
    }

    footer .bottom-menu {
        margin-bottom: 0;
    }

    .footer-wrapper__custom {
        text-align: left;
        max-width: 345px;
        margin: 0 auto 48px;
    }

    footer .bottom-menu .item .title a {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .footer-wrapper__social {
        width: 100%;
    }

    .social-network {
        gap: 5px;
        justify-content: unset;
        height: 36px;
        max-width: unset;
        justify-content: space-between;
    }

    .footer-wrapper__logo-copyright {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .footer-custom {
        padding-top: 40px;
        padding-bottom: 24px;
    }
}

@media (max-width: 500px) {
    .footer-wrapper__bottom-block {
        margin-bottom: 74px;
    }
}

.group_description_block p,
.tab-pane.delivery p {
    font: 18px/150% Roboto, sans-serif;
    color: #5A616C;
}

.group_description_block h2,
.tab-pane.delivery h2 {
    font: 700 32px/130% Roboto, sans-serif;
    color: #333333;
}

.group_description_block h3,
.tab-pane.delivery h3 {
    font: 500 24px/140% Roboto, sans-serif;
    color: #333333;
}

.group_description_block ul,
.tab-pane.delivery ul {
    padding: 0 0 0 16px;
}

.group_description_block ul li,
.tab-pane.delivery ul li {
    font: 18px/140% Roboto, sans-serif;
    color: #5A616C;
    list-style-type: disc;
}

@media (max-width: 768px) {

    .group_description_block p,
    .tab-pane.delivery p {
        font: 16px/24px Roboto, sans-serif;
    }

    .group_description_block h2,
    .tab-pane.delivery h2 {
        font: 700 28px/36px Roboto, sans-serif;
    }

    .group_description_block h3,
    .tab-pane.delivery h3 {
        font: 500 20px/140% Roboto, sans-serif;
        color: #333333;
    }

    .group_description_block ul,
    .tab-pane.delivery ul {
        padding: 0 0 0 12px;
    }

    .group_description_block ul li,
    .tab-pane.delivery ul li {
        font: 16px/24px Roboto, sans-serif;
    }
}



/* левый липкий баннер */
.banner-left__fixed {
    background: #1976D3;
    position: fixed;
    width: 337px;
    height: 527px;
    z-index: 9999;
    padding: 16px;
    left: 27px;
    top: 187px;
}

.banner-left__fixed-haeder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-left__fixed-haeder__title {
    color: #FFF;
    font-family: Roboto;
    font-size: 18.172px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.banner-left__fixed-body {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 15px;
}

.banner-left__fixed-body__item {
    color: #FFF;
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding: 10px;
    width: 149.5px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(6.115250110626221px);
}

.banner-left__fixed-body__item:last-of-type {
    width: 100%;
}

.banner-left__fixed-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 170px;
}

.banner-left__fixed-footer-contacts_phone {
    color: #FFF;
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sub-item__contact-banner {
    color: #FFF;
    font-family: Roboto;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.banner-left__fixed-footer-contacts {
    display: flex;
    flex-direction: column;
    z-index: 990;
}

.img-to-banner-fixed {
    position: absolute;
    top: 275px;
}

.close-banner_left {
    position: absolute;
    right: 0;
    bottom: -36px;
}


@media(max-width:1300px) {
    .banner-left__fixed {
        display: none;
    }
}

/* левый липкий баннер */

.btn-to-the-top {
    display: none;
    position: fixed;
    z-index: 999;
    right: 40px;
    bottom: 65px;
    cursor: pointer;
}

.swiper-slide__bottom-name {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* delivery page START #################### */

.delivery.page .delivery__first {
    margin-bottom: 120px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
}

.delivery.page .delivery__first img {
    width: 640px;
    height: 452px;
    object-fit: cover;
}

.delivery.page .delivery__first h1 {
    margin: 0 0 24px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: rgba(51, 51, 51, 1);
}

.delivery.page .delivery__first p {
    padding: 0;
    margin: 0;
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: rgba(90, 97, 108, 1);
}

.delivery.page .delivery__second {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.delivery.page .delivery__second h2 {
    margin-bottom: 16px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    color: rgba(51, 51, 51, 1);
}

.delivery.page .delivery__second .delivery__second-left,
.delivery.page .delivery__second .delivery__second-right {
    width: 100%;
}

.delivery.page .delivery__second .delivery__second-left h2 {
    margin-bottom: 24px;
}

.delivery.page .delivery__second-block {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.delivery.page .delivery__second-block svg {
    min-width: 72px;
}

.delivery.page .delivery__second-block span {
    margin-bottom: 8px;
    display: block;
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: rgba(51, 51, 51, 1);
}

.delivery.page .delivery__second-block p {
    margin: 0;
    padding: 0;
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: rgba(90, 97, 108, 1);
}

.delivery.page .delivery__second-block p:first-child {
    margin-bottom: 48px;
}

.delivery.page .delivery__second-right-block p,
.delivery.page .delivery__second-right-block .delivery__phone-block {
    margin: 0;
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: rgba(90, 97, 108, 1);
}

.delivery.page .delivery__second-right-block p.margin {
    margin-bottom: 15px;
}

.delivery.page .delivery__second-right-block .delivery__phone-block {
    margin-bottom: 40px;
}

.delivery.page .delivery__second-right-block a {
    font-family: Roboto;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: rgba(12, 84, 160, 1);
    text-wrap: nowrap;
}

.delivery.page .delivery__second {
    margin-bottom: 120px;
}

.delivery.page .delivery__third {
    margin-bottom: 100px;
    position: relative;
    padding: 46px 48px;
    display: flex;
    gap: 160px;
    align-items: center;
    background: rgba(249, 249, 250, 1);
    border-radius: 8px;
}

.delivery.page .delivery__third svg {
    position: absolute;
    bottom: 0;
    right: 37.5px;
}

.delivery.page .delivery__third svg.mobile {
    display: none;
}

.delivery.page .delivery__third-title {
    margin: 0 0 12px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: rgba(11, 17, 31, 1);
}

.delivery.page .delivery__third-left p {
    margin: 0 0 48px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgba(62, 62, 62, 1);
}

.delivery.page .delivery__third-left .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    width: 218px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    background: rgba(0, 142, 57, 1);
    text-transform: unset;
    border: unset;
}

.delivery.page .delivery__third-right {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: fit-content;
}

.delivery.page .delivery__third-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

.delivery.page .delivery__third-left {
    width: 40%;
}

.delivery.page .delivery__third-contact span {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: rgba(90, 97, 108, 1);
}

.delivery.page .delivery__third-contact a {
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: rgba(51, 51, 51, 1);
}

.delivery.page .delivery__third-contact.mail a {
    font-size: 20px;
    line-height: 130%;
}

.dostavka .page-top .topic {
    display: none;
}

.dostavka .page-top #navigation {
    margin-bottom: 35px;
}

.delivery.page .delivery__second-block.margin {
    margin-bottom: 47px;
}

.delivery.page .detail-delivery__text {
    width: 58%;
    margin-bottom: 48px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(90, 97, 108, 1);
}

.detail-delivery.delivery {
    margin-top: 40px;
}

.detail-delivery.delivery .delivery__second .delivery__second-left h2,
.detail-delivery.delivery .delivery__second h2 {
    margin-bottom: 24px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: rgba(51, 51, 51, 1);
}

.detail-delivery.delivery .delivery__second h2 {
    margin-bottom: 16px;
}

.detail-delivery.delivery .delivery__second {
    gap: 45px;
}

@media(max-width: 1200px) {
    .delivery.page .delivery__first {
        gap: 64px;
    }
}

@media (max-width: 1024px) {
    .delivery.page .delivery__first {
        margin-bottom: 64px;
        flex-direction: column-reverse;
    }

    .delivery.page .delivery__first img {
        width: 100%;
        height: 100%;
    }

    .delivery.page .delivery__second {
        gap: 64px;
    }
}

@media (max-width: 992px) {
    .delivery.page .delivery__third-left {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .delivery.page .delivery__second {
        flex-direction: column;
    }

    .delivery.page .delivery__second {
        margin-bottom: 80px;
    }

    .delivery.page .delivery__third {
        flex-direction: column;
        margin-bottom: 60px;
    }

    .delivery.page .delivery__third-left {
        width: 100%;
    }

    .delivery.page .delivery__third {
        align-items: flex-start;
    }

    .delivery.page .detail-delivery__text {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .delivery.page .delivery__first h1 {
        margin-bottom: 16px;
        font-size: 28px;
        line-height: 36px;
    }

    .video-popup__rutube svg {
        width: 40px;
    }

    .custom-tooltip {
        top: 13px;
        left: 55px;
    }   
    .custom-tooltip::before{
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        background: #FFFFFF;
        transform: rotate(130deg);
        left: -5px;
        top: 15px;
        box-shadow: 0px 0px 6px -2px #00000008;
        box-shadow: 0px 8px 14px -4px #00000014;

    }
    .video-popup__rutube{
        top: 0px;
        left: 10px;
    }
    .block-phone {
        margin-left: 0px;
        padding-bottom: 11px;
        width: 100%;
        padding: 19px 26px;
        margin-top: 11px;
    }

    .delivery.page .delivery__first p {
        font-size: 16px;
        line-height: 24px;
    }

    .delivery.page .delivery__second h2 {
        margin-bottom: 18px;
        font-size: 28px;
        line-height: 36px;
    }

    .detail-delivery.delivery .delivery__second .delivery__second-left h2,
    .detail-delivery.delivery .delivery__second h2 {
        margin-bottom: 18px;
        font-size: 28px;
        line-height: 36px;
    }

    .delivery.page .delivery__second-block {
        flex-direction: column;
        gap: 16px;
    }

    .delivery.page .delivery__second-block svg {
        min-width: unset;
        width: 40px;
        height: 40px;
    }

    .delivery.page .delivery__second-block p {
        font-size: 16px;
        line-height: 24px;
    }

    .delivery.page .delivery__second-right-block a {
        font-size: 18px;
        line-height: 24px;
    }

    .delivery.page .delivery__third {
        padding: 24px 8px;
    }

    .delivery.page .delivery__third-title {
        margin: 0 0 16px;
        font-size: 28px;
        line-height: 36px;
    }

    .delivery.page .delivery__third-left p {
        margin-bottom: 48px;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
    }

    .delivery.page .delivery__third-left .btn {
        width: 200px;
        font-size: 16px;
        line-height: 130%;
    }

    .delivery.page .delivery__third {
        gap: 80px;
    }

    .delivery.page .delivery__third svg {
        right: 8px;
    }

    .delivery.page .delivery__third svg.desc {
        display: none;
    }

    .delivery.page .delivery__third svg.mobile {
        display: block;
    }

    .delivery.page .delivery__third-contact {
        gap: 10px;
    }

    .delivery.page .delivery__third-contact span {
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
    }

    .delivery.page .delivery__third-contact a {
        font-weight: 700;
        font-size: 18px;
    }

    .delivery.page {
        margin-top: 15px;
    }

    .dostavka.wraps .wrapper_inner,
    .delivery__additional-container {
        padding-left: 8px;
        padding-right: 8px;
    }

    .delivery.page .delivery__first img {
        height: 240px;
        border-radius: 12px;
    }

    .delivery.page .delivery__second-block span {
        margin-bottom: 15px;
    }

    .delivery.page .delivery__second-right-block p.margin {
        margin-bottom: 25px;
    }

    .delivery.page .delivery__second-right-block .delivery__phone-block {
        margin-bottom: 65px;
    }

    .delivery.page .delivery__second {}
}

/* delivery page END #################### */

/************ font fixes ************/

.teaser-text span {
    font: 700 20px/150% Roboto, sans-serif;
    color: #2B2A29;
}

.teaser-text .value {
    font: 18px/150% Roboto, sans-serif;
    color: #2B2A29;
}

.top_block h3 {
    font: 700 38px/110% Roboto, sans-serif;
    color: #333333;
}

.sections_wrapper .list .item .name a {
    font: 500 20px/130% Roboto, sans-serif;
    color: #000000;
}

.sections_wrapper .list .count-item {
    font: 500 18px/110% Roboto, sans-serif;
    color: #AFAFAF;
}

.company-block .show_all {
    font: 500 16px/110% Roboto, sans-serif;
    color: #6D6D6D;
}

.item-views.company .text-block .item .item-inner h3 {
    font: 700 38px/110% Roboto, sans-serif;
    color: #333333;
    max-width: 420px;
}

.company .preview-text p {
    font: 24px/150% Roboto, sans-serif;
    color: #6D6D6D;
}

.show-all__news-link-desctop {
    font: 500 18px/150% Roboto, sans-serif;
    color: #0C54A0;
}

.font_xs.swiper-slide__bottom-date {
    font: 16px/24px Roboto, sans-serif;
    color: #999999;
}

.swiper-slide__bottom-name {
    font: 500 16px/26px Roboto, sans-serif;
    color: #333333;
}

.carousel-sert .item .desc {
    font: 500 18px/26px Roboto, sans-serif;
    color: #333333;
}

.group-content .tab-pane .text_before_items {
    font: 16px/24px Roboto, sans-serif;
}

.item-views .item .previewtext p {
    font: 16px/24px Roboto, sans-serif;
}

.item-views .item .previewtext p {
    font: 16px/24px Roboto, sans-serif;
}

.reviews.item-views .item .date {
    font: 15px/24px Roboto, sans-serif;
}

.reviews.item-views .item .preview-text {
    font: 18px/24px Roboto, sans-serif;
}

.text_before_items {
    font: 16px/24px Roboto, sans-serif;
}

.items-list1.item-views.table.only-img .item .title {
    font: 16px/24px Roboto, sans-serif;
}

.panel-collapse .accordion-body {
    font: 16px/24px Roboto, sans-serif;
}

.head-block .item-link .title span,
.head-block.top .item-link .title .btn-inline {
    font: 18px/24px Roboto, sans-serif;
}

.item-views.news2 .item-wrapper .item .period-block .date {
    font: 16px/24px Roboto, sans-serif;
}

.item-views .item .title a {
    font: 600 18px/24px Roboto, sans-serif;
}

.detail-news1 .period_wrapper .period-block .date {
    font: 16px/24px Roboto, sans-serif;
}

.ordered-block p {
    font: 20px/26px Roboto, sans-serif;
}

.catalog_section_list .item_block.lg .section_item li.name span {
    font: 16px/24px Roboto, sans-serif;
}

.item_info .item-title span {
    font: 16px/24px Roboto, sans-serif;
}

body .menu_top_block.catalog_block .dropdown>li>a {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .top_block h3 {
        font: 700 28px/110% Roboto, sans-serif;
    }

    .sections_wrapper .list .item .name a {
        font: 500 18px/130% Roboto, sans-serif;
    }

    .item-views.company .text-block .item .item-inner h3 {
        font: 700 32px/110% Roboto, sans-serif;
    }

    .company .preview-text p {
        font: 20px/150% Roboto, sans-serif;
    }

    .head-block .item-link .title span,
    .head-block.top .item-link .title .btn-inline {
        font: 16px/24px Roboto, sans-serif;
    }

    .ordered-block p {
        font: 18px/26px Roboto, sans-serif;
    }
}

.top_block h2 {
    font-size: 36px;
    font-weight: bold;
}

@media(max-width: 991px) {
    .top_block h2 {
        font-size: 20px;
        margin-bottom: 0;
    }
}