@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

:root {
    --black: #000000;
    --white: #FFFFFF;
}

.b24-window-scrollable {
    overflow-y: hidden !important;
}

body {
    font-family: 'Manrope', sans-serif;
    margin: 0px 10px;
    padding: 0;
    overflow-x: hidden;
    position: relative;
}

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

.content {
    min-height: 100vh;
    padding-left: 102px;
    overflow-x: hidden;
}

.content input {
    outline: 0;
    border: 0;
    -webkit-appearance: none;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0;
    padding: 0;
}

a {
    color: #22439B;
    opacity: 1;
    cursor: pointer;
}

/* header */

.header_left_desktop {
    position: fixed;
    width: 102px;
    height: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;

    background: #F5F8FC;
    z-index: 999;
    padding: 0 2px;
}

.header_desktop {
    position: relative;
    z-index: 9999;
    background: #F5F8FC;
    padding: 20px 7px;
}

.header_desktop_logo {
    max-width: 52px;
    max-height: 58px;
    /*max-height: 52px;*/
    /*margin: 0 auto 18px;*/
    margin: 0 auto;
    height: 100%;
    width: 100%;
    padding: 14px;
    box-sizing: content-box;
    /*margin-bottom: 50px;*/
}

.header_desktop_logo img {
    width: 100%;
    height: 100%;
}

.header_sections,
.header_sections_industry-solutions {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background: #F5F8FC;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 4px 0px 8px rgba(0, 0, 0, 0.06);
    border-radius: 0px;
    padding: 44px 32px;
    height: 100vh;
    max-width: 295px;
    width: 295px;
}


.header_sections.active,
.header_sections_industry-solutions.active {
    display: block;
    -webkit-animation: slide-in-left 0.15s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-left 0.15s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-295px);
        transform: translateX(-295px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-295px);
        transform: translateX(-295px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}


.header_menu_section {
    margin-bottom: 14px;
}

.header_menu_section a {
    font-style: normal;
    font-variation-settings: "wght" 450;
    font-size: 14px;
    line-height: 140%;
    min-height: 48px;
    color: rgba(26, 26, 26, 0.7);
    padding: 14px 20px;
    display: flex;
    border-radius: 9px;
    transition: 0.08s ease-out;
}

.menu_desktop_item {
    display: block;
    padding: 6.5px 0;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    margin-bottom: 18px;
}


.menu_desktop_item_icon {
    max-width: 48px;
    max-height: 48px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
    background: rgba(0, 0, 0, 0);
    border-radius: 9px;
    transition: 0.15s ease-out;
}

.menu_desktop_item:hover .menu_desktop_item_icon {
    background: #CDDEF5;
}

.menu_desktop_item span {
    font-style: normal;
    font-variation-settings: "wght" 450;
    font-size: 12px;
    line-height: 120%;
    /* or 14px */


    color: rgba(26, 26, 26, 0.7);
}

.banner_toppage {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    max-width: 1406px;
    margin: 0 auto;
    margin-top: 16px;
}

.banner_toppage img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.banner_toppage.banner_mainpage {
    height: 783px;
}

@media (max-width: 1165px) {
    .banner_toppage.banner_mainpage {
        height: 830px;
    }
}

@media (max-width: 959px) {
    .banner_toppage.banner_mainpage {
        height: auto;
        margin-top: 74px;
    }
}

.banner_toppage.banner_catalog {
    height: 560px;
}

.banner_toppage::before {
    position: absolute;
    width: 100%;
    height: 100%;
}

.banner_toppage::before {
    background-image: url(image/noise_mainpage.png);
}

.banner_toppage.banner_mainpage .banner_toppage_items {
    padding-top: 122px;
    padding-left: 20px;
    padding-right: 20px;
    background: url(/bitrix/templates/1/image/banner_mainpage.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

@media (max-width: 959px) {
    .banner_toppage.banner_mainpage .banner_toppage_items {
        padding-bottom: 40px;
    }
}

.banner_toppage.banner_catalog .banner_toppage_items {
    padding-top: 156px;
    background: url(/bitrix/templates/1/image/banner_catalog.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.banner_toppage .banner_toppage_items {
    width: 100%;
    height: 100%;
}

.banner_toppage_header {
    text-align: center;
    max-width: 936px;
    width: 100%;
    margin: 0 auto;
}

.banner_toppage .banner_toppage_items .banner_toppage_header.banner_toppage_header_withabout {
    margin-bottom: 12px;
}

.banner_toppage_header h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 56px;
    line-height: 120%;
    text-align: center;
    color: #303036;
}

.banner_toppage_about {
    max-width: 828px;
    margin: 0 auto;
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 140%;
    /* or 25px */

    text-align: center;

    color: rgba(26, 26, 26, 0.7);
}

.banner_toppage.banner_mainpage .banner_toppage_items .banner_toppage_about {
    margin-bottom: 36px;
}

.btnblack {
    display: block;
    width: max-content;
    margin: 0 auto;
    padding: 0 32px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 64px;
    text-align: center;
    color: #FFFFFF;
    background: #2B2C30;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -khtml-border-radius: 32px;
    -webkit-appearance: none;
    overflow: hidden;
    transition: 0.15s ease-out;
}

.btnblack:hover {
    background: #4E4F50;
}

.banner_toppage .banner_toppage_button {
    margin-bottom: 74px;
}

@media (max-width: 959px) {
    .banner_toppage .banner_toppage_button {
        margin-bottom: 40px;
    }
}

@media (max-width: 425px) {
    .banner_toppage_header h1.banner_toppage-offers {
        font-size: 30px;
    }
}

.banner_toppage_tabs {
    display: grid;
    grid-template-columns: 649px 1fr;
    grid-template-rows: auto auto;
    max-width: 1298px;
    width: calc(100% - 40px);
    margin: 0 auto;
    gap: 10px;
    justify-content: space-between;

    position: absolute;
    top: 460px;
    left: 20px;
    right: 20px;
}

@media (max-width: 1340px) {
    .banner_toppage_tabs {
        grid-template-columns: 400px auto;
        justify-content: space-around;
    }
}

@media (max-width: 959px) {
    .banner_toppage_tabs {
        position: static;
        grid-template-columns: auto;
        width: 579px;
    }
}

@media (max-width: 660px) {
    .banner_toppage_tabs {
        width: 100%;
    }
}

.banner_toppage_video {
    grid-row: 1 / -1;

    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 2% 17% 7%;
    height: 306px;
}

@media (max-width: 1340px) {
    .banner_toppage_video {
        background-position: center 0;
        padding: 10px 48px;
    }
}

@media (max-width: 959px) {
    .banner_toppage_video {
        grid-row: 1;
        height: 284px;
        padding: 15px 87px 0;
    }
}

@media (max-width: 660px) {
    .banner_toppage_video {
        height: auto;
        padding: 2.8% 12% 13%;
        width: calc(100vw - 80px);
    }
}

.banner_toppage_tab {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 10px;
    width: 100%;
    max-width: 579px;
    height: 147px;
    background: rgba(250, 251, 254, 0.8);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.banner_toppage_tab_head {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    /* identical to box height, or 29px */


    color: #1A1A1A;
    margin-bottom: 10px;
}

.banner_toppage_tab_about {
    font-style: normal;
    font-size: 16px;
    line-height: 140%;
    color: rgba(26, 26, 26, 0.7);
}

.marginbottom104 {
    margin-bottom: 104px;
}

.body_content {
    width: calc(100% - 36px);
    margin: 0 auto;
    max-width: 1334px;
}

.body_content--promo {
    margin-bottom: 104px;
}

.promo-video {
    display: block;
    max-width: 1298px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

@media (max-width: 1340px) {
    .promo-video {
        padding: 0;
    }
}

@media (max-width: 1024px) {
    .body_content--promo {
        margin-bottom: 50px;
    }
}

.section_popular_product {
}

.header_center_section h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 120%;
    color: #1A1A1A;
}

.header_center_section {
    margin-bottom: 40px;
    text-align: center;
}

.wrap_popular_products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    justify-content: flex-start;
    column-count: 3;
    column-width: 438px;
    column-gap: 10px;
    margin-bottom: 56px;
}

.wrap_popular_product {
    width: calc(33% - 5px);
    max-width: 438px;
    height: auto;
    border-radius: 20px;
    background: #F5F8FC;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    transition: 0.15s ease-out;
}

.wrap_popular_product:hover {
    background: #EAF1FB;
}

.wrap_popular_product_image {
    position: relative;
    height: 180px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    min-height: 180px;
}

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

.wrap_popular_product_icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    background: #F5F8FC;
    box-shadow: inset 1px 1px 2px #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap_popular_product_icon img {
    max-width: 36px;
    max-height: 36px;
}

.wrap_popular_product_text {
    padding: 14px 22px 20px;
    flex-direction: column;
    display: flex;
    height: 100%;
}

.wrap_popular_product_text_head h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    /* or 29px */

    margin-bottom: 10px;
    color: #1A1A1A;
}

.wrap_popular_product_text_about {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */


    color: rgba(26, 26, 26, 0.7);
    flex-grow: 2;
    display: flex;
    align-items: flex-end;
}

.section_feedback {
    margin-bottom: 96px;
}

.section_feedback_items {
    display: flex;
    justify-content: space-between;
}


.section_feedback_item {
    flex-direction: row;
    align-items: flex-start;
    padding: 36px 32px;
    width: calc(50% - 10px);
    max-width: 662px;
    overflow: hidden;
    background: #F5F8FC;
    border-radius: 20px;
    transition: 0.15s ease-out;
    cursor: pointer;
}

.section_feedback_item:hover {
    background: #EAF1FB;
}

.section_feedback_item_main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    /* or 38px */


    color: #1A1A1A;
    margin-bottom: 24px;
}

.footer_flex {
    display: flex;
    justify-content: space-between;
    padding-top: 67px;
    padding-bottom: 45px;
}

.footer_right {
    display: flex;
    align-items: self-end;
    gap: 24px;
}


.footer_item,
.footer_item a {
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */


    color: #1A1A1A;
}

.footer_brends  {
    display: flex;
    justify-content: flex-start;
    width: 344px;
    margin-bottom: 16px;

    a {
        width: 40px;
        height: 40px;
    }
}

.vk_logo  {
  background: url(/images/brand_vk.svg) no-repeat center;
}

.t_logo  {
  background: url(/images/brand_telegramm.svg) center;
}

.rutube_logo  {
  background: url(/images/brand_rutube.svg) no-repeat center;
}

.banner_toppage.banner_catalog .banner_toppage_header {
    margin-bottom: 40px;
}

.seacrh_input {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 698px;
    height: 56px;

    background: #FFFFFF;
    border-radius: 30px;
    margin: 0 auto;
    padding-left: 33.5px;
}

.seacrh_input input.input_text {
    width: calc(100% - 125px);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 56px;
    color: #000000;
    opacity: 0.5;
    padding: 0;
    border-radius: 0;
}

.seacrh_input input.btnblack {
    line-height: 56px;
}

.close_inputsearch {
    display: flex;
    align-items: center;
    padding-right: 16px;
    padding-left: 16px;
}

.seacrh_input form {
    width: 100%;
    position: relative;
    display: flex;
}

.seacrh_input span {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 30px;
    width: max-content;
    height: 56px;

    background: #2B2C30;
    border-radius: 30px;
}


.header_left_section {
    margin-left: 32px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.header_left_section h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
    /* or 43px */


    color: #1A1A1A;
}

.section_catalog_product .header_left_section {
    margin-bottom: 32px
}

.catalog_products {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    column-count: 2;
    column-gap: 10px;
}

.catalog_product {
    display: flex;
    justify-content: space-between;
    width: calc(50% - 5px);
    max-width: 662px;
    height: auto;
    border-radius: 20px;
    background: #F5F8FC;
    overflow: hidden;
    padding: 32px;
    transition: 0.15s ease-out;
    gap: 24px;
}

.catalog_product_icon {
    max-width: 80px;
    max-height: 80px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 16px;
}

.catalog_product_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.catalog_product_text {
    width: 100%;
    display: flex;
    height: auto;
    flex-direction: column;
}

.catalog_product_name {
    display: flex;
    justify-content: space-between;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: #1A1A1A;
    margin-bottom: 12px;
}

.catalog_product_about {
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */


    color: #1A1A1A;

    opacity: 0.7;
    overflow: hidden;
    margin-bottom: 14px;
}

.section_catalog_product {
    margin-top: 80px;
}

.catalog_product_manufacture {
    display: flex;
    align-items: flex-end;
    flex-grow: 2;
    font-style: normal;
    font-weight: 450;
    font-size: 12px;
    line-height: 28px;
    /* identical to box height, or 233% */


    color: #000000;

    opacity: 0.5;
}

.catalog_product_manufacture_plus {
    margin-left: 16px;
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    height: auto;
    padding: 6px 12px;
    margin-bottom: -6px;
}

/* детальная страница продукта  */

.banner_productdetail {
    width: calc(100% - 20px);
    max-width: 1406px;
    background: #F5F8FC;
    border-radius: 20px;
    margin: 10px auto 0;
    padding: 96px 32px 112px;
}

.banner_productdetail_flex {
    justify-content: space-between;
    display: flex;
    gap: 32px;
}

.banner_productdetail_image {
    width: 104px;
    height: 104px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
    min-width: 104px;
}

.banner_productdetail_image img {
    width: 100%;
    height: 100%;
    padding: 24px;
    object-fit: contain;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner_productdetail_right {
    width: 100%;
}

.banner_productdetail_buttons {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.btnwhite {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 12px;
    height: 28px;
    border: 1.2px solid rgba(0, 0, 0, 0.7);
    border-radius: 14px;
    font-style: normal;
    font-variation-settings: "wght" 550;
    font-size: 12px;
    line-height: 26px;
    transition: 0.15s ease-out;
    color: rgba(0, 0, 0, 0.7);
}

.btnwhite {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
}

.btnwhite_arrow {
    padding: 0 12px;
    display: flex;
    flex: 0 0 52px;
}

.btnwhite:hover {
    background: #DBE5F5;
}

.banner_productdetail_name h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 120%;
    /* or 50px */


    color: #303036;
}

.banner_productdetail_name {
    display: block;
    margin-bottom: 36px;
}

.banner_productdetail_button .btnblack {
    margin: 0;
}

.product_properties {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.product_property {
    width: calc(25% - 7.5px);
    padding-left: 32px;
    max-width: 326px;
}

.product_property_section {
    padding-top: 48px;
    padding-bottom: 64px;
}

.product_property h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */

    margin-bottom: 12px;
    color: #1A1A1A;
}

.product_property_about {
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */


    color: #1A1A1A;

    opacity: 0.7;
}

.section_productdetail_tabs {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}


.section_productdetail_tab {
    padding: 32px;
    width: calc(100% - 10px);
    background: #F5F8FC;
    border-radius: 20px;
    height: auto;
}

.section_productdetail_tableft {
    max-width: 886px;
}

.section_productdetail_tabright {
    max-width: 438px;
}

.section_productdetail_tab_main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.section_productdetail_tab_main h3 {

    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    /* or 36px */


    color: #1A1A1A;
}

.section_productdetail_tab_warning {
    padding: 6px 12px;
    height: fit-content;
    margin-left: 16px;
    background: #FFFFFF;
    border-radius: 5px;
    font-style: normal;
    font-weight: 450;
    font-size: 12px;
    line-height: 16px;
    display: block;
    opacity: 1;
    color: rgba(0, 0, 0, 0.5);
}

.product_detail_tab_text {

    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */


    color: #1A1A1A;

    opacity: 0.7;
}

.arrows {
    display: flex;
    gap: 8px;
}

.arrow_item {

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px 12px;
    gap: 10px;

    width: 52px;
    height: 28px;

    border: 1.2px solid rgba(26, 26, 26, 0.7);
    border-radius: 30px;
    transition: 0.15s ease-out;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.arrow_item:hover {
    background: #DBE5F5;
}

.arrow_item.arrow_mutted {
    opacity: 0.2;
}

.arrow_item.arrow_mutted:hover {
    background: rgba(0, 0, 0, 0);
}

.product_detail_tab_screens {
    display: flex;
    gap: 10px;
    width: max-content;
}

.product_detail_scroll_x {
    width: 100%;
    overflow-x: scroll;
}

.product_detail_scroll_x::-webkit-scrollbar {
    display: none;
}

.product_detail_tab_screen {
    width: auto;
    height: 165px;

    border: 1px solid #D9D9D9;
    border-radius: 12px;
}


.product_detail_tab_screen img {
    width: 100%;
    height: 100%;
}

.section_productdetail_about {
    margin-bottom: 64px;
}

.section_productdetail_description h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 24px;
    color: #1A1A1A;
    margin-top: 64px;
}

.section_productdetail_description ul {
    margin-bottom: 64px;
    padding-left: 20px;
}


.section_productdetail_description ul li::before {
    display: block;
    margin-right: 10px;
    width: 6px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(image/ellipse.svg);
    position: absolute;
    left: -16px;
}

.section_productdetail_description li {
    opacity: 0.85;
    margin-bottom: 12px;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 140%;
    color: #1A1A1A;
    position: relative;
    display: list-item;
}

.section_productdetail_description span {
    display: block;
    margin-bottom: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */


    color: #1A1A1A;
}

.section_productdetail_description {
    padding-left: 32px;
    margin-bottom: 80px;
}


/* конец детальная страница продукта  */

/* faq */

.banner_faq {
    height: 440px;
}

.banner_toppage.banner_faq .banner_toppage_items {
    margin-top: 0;
    padding-top: 142px;
    background: url(/bitrix/templates/1/image/banner_faq.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.marginbottom102 {
    margin-bottom: 102px;
}

.section_faq {
    max-width: 1014px;
    width: calc(100% - 36px);
    margin-right: auto;
    margin-left: auto;
}

.faq_item {
    margin-bottom: 10px;
    background: #F5F8FC;
    border-radius: 20px;
}

.faq_item_question {
    padding: 32px;
    padding-bottom: 32px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
    gap: 10px;
}

.faq_item_question h3 {
    margin-bottom: 23.5px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    /* identical to box height, or 29px */


    color: #1A1A1A;
}

.faq_item_answer {
    display: none;
    padding: 32px;
    padding-top: 0;
}

.faq_item.active .faq_item_answer {
    display: block;
}

.faq_item_answer p {
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 140%;
    margin-top: -9px;
    color: rgba(26, 26, 26, 0.7);
}

.faq_item.active .faq_item_icon {
    transform: rotate(45deg);
}

/* end faq */

/* PS */

.marginbottom96 {
    margin-bottom: 96px;
}

.banner_toppage.banner_pageagree {
    height: 384px;
}

.banner_toppage.banner_pageagree .banner_toppage_items {
    margin-top: 0;
    padding-top: 142px;
    background: url(/bitrix/templates/1/image/banner_sections.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.section_onlytext {
    max-width: 1014px;
    width: calc(100% - 20px);
    margin: 0 auto;
}

.section_onlytext_item {
    padding: 32px;
    margin-bottom: 10px;

    width: 100%;

    background: #F5F8FC;
    border-radius: 20px;
}

.section_onlytext_header {
    margin-bottom: 32px;
    margin-left: 32px;
}

.section_onlytext_header h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    /* or 31px */


    color: #1A1A1A;
}

.section_onlytext_item_top {
    margin-bottom: 23px;
}

.section_onlytext_item_top h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    /* identical to box height, or 29px */


    color: #1A1A1A;
}

.section_onlytext_item_list ul {
    list-style-type: none;
}

.section_onlytext_item_list ul li {
    margin-bottom: 12px;
    font-style: normal;
    font-variation-settings: "wght" 450;
    font-size: 16px;
    line-height: 140%;
    color: rgba(26, 26, 26, 0.7);
}

/* end PS */

.list_ul {
    list-style-type: disc !important;
    margin-top: 12px;
    padding-left: 24px;
}


.section_onlytext_item_list ul li .list_ul li::before {
    /* content: ""; */
    display: block;
    margin-right: 10px;
    width: 6px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(image/ellipse.svg);
    min-height: 22px;
    min-width: 6px;
}

.section_onlytext_item_list ul li .list_ul li {
    opacity: 0.7;
    margin-bottom: 12px;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 140%;
    color: #1A1A1A;
}

.banner_toppage.banner_section {
    height: 538px;
}

.banner_toppage.banner_section .banner_toppage_items {
    padding-top: 128px;
    background: url(/bitrix/templates/1/image/banner_sections.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.banner_toppage.banner_section .banner_toppage_items .banner_toppage_about {
    margin-bottom: 40px;
    margin-top: 18px;
}

.banner_partners .banner_toppage_button {
    margin-bottom: 0;
    margin-top: 32px;
}

.banner_toppage.banner_partners {
    height: 480px;
}


.banner_toppage.banner_pageasearch {
    height: 400px;
}

.banner_pageasearch .banner_toppage_items {
    padding-top: 119px;
    background: url(/bitrix/templates/1/image/banner_sections.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.banner_toppage.banner_partners .banner_toppage_items {
    margin-top: 138px;
}

.banner_toppage.banner_partners .banner_toppage_items .banner_toppage_about {
    margin-top: 18px;
}

.list_partners,
.list_offers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.list_partners_active,
.list_offers_active {
    align-items: flex-start;
}

.list_partner,
.list_offer {
    width: calc(50% - 5px);
    max-width: 662px;
    background: #F5F8FC;
    border-radius: 20px;
    height: auto;
}

.list_partner_image {
    position: relative;
    width: 100%;
    height: 180px;

    border-radius: 20px;
}

.list_offer_image {
    position: relative;
    width: 100%;

    padding: 20px;
    border-radius: 20px;
}

.list_partner_image_icon {
    position: absolute;
    width: 96px;
    height: 96px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 20px;
}

.list_partner_image_icon img,
.list_offer_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.list_partner_text,
.list_offer_text {
    padding: 22px;
    padding-top: 14px;
}

.list_partner_text_main,
.list_offer_text_main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: flex-start;
}

.list_partner_text_main svg,
.list_offer_text_main svg {
    min-width: 15px;
    width: 15px;
    height: auto;
    margin-left: 8px;
}

.list_partner_text_main h4,
.list_offer_text_main h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: #2B2C30;
}

.list_partner_text_about,
.list_offer_text_about {
    display: flex;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: rgba(26, 26, 26, 0.7);
    max-height: 68px;
    overflow: hidden;
}

.list_offer_text_about {
    flex-direction: column;
    align-items: flex-start;
}

.list_offer_text_about p {
    margin: 7px 0px;
}

.list_offer_text_about ul li::before {
    flex-shrink: 0;
}

.list_partner_text.active .list_partner_text_about,
.list_offer_text.active .list_offer_text_about {
    max-height: max-content;
    display: block;
}


.list_partner_text.active svg,
.list_offer_text.active svg {
    transition: 0.15s ease;
}

.list_partner_text.active svg,
.list_offer_text.active svg {
    transform: rotate(180deg);
}

.popup_feedback {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99;
    -webkit-animation: fade-in 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.popup_feedback.active {
    display: block;
}


.popup_developer {
    z-index: 99;
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-animation: fade-in 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


.popup_developer.active {
    display: block;
}

.popup_content {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 582px;

    background: #FFFFFF;
    border-radius: 28px;
    padding: 32px;
    padding-bottom: 40px;
    overflow-y: scroll;
    height: auto;
}

.popup_content::-webkit-scrollbar {
    width: 8px;
}

.popup_content::-webkit-scrollbar-track {
    background-color: #fff;
    margin: 28px 0;
}

.popup_content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 8px;
}

.close_popup {
    position: absolute;
    top: 35px;
    right: 26px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.forminput {
    width: 100%;
    border: 0;
    outline: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    padding-top: 8px;
    padding-bottom: 16px;
    margin-bottom: 8px;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 140%;
    color: #1A1A1A;
    border-radius: 0;
    -webkit-appearance: none;
}

.popup_feedback_form_header h4 {
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    /* or 38px */

    text-align: center;

    color: #303036;
}

.popup_feedback_form_header p {
    margin-bottom: 32px;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */

    text-align: center;

    color: #1A1A1A;

    opacity: 0.7;
}

.textarea_form {
    width: 100%;
    height: 92px;
    margin-top: 16px;
    padding: 16px;
    margin-bottom: 40px;
    border: 1px solid #00000099;
    border-radius: 6px;
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    line-height: 140%;
    /* identical to box height, or 20px */


    color: #1A1A1A;
    outline: 0;
    opacity: 0.7;
}

.popup_feedback_form_input .btnblack {
    width: 100%;
    margin-bottom: 32px;
}

.form_checkbox h5 {
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    /* identical to box height, or 29px */


    color: #1A1A1A;
}

.forminput_checkbox label {
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */


    color: #1A1A1A;
}


input[type="checkbox"] {
    position: absolute;
    left: -999em;
}

input[type="checkbox"] + label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    vertical-align: -15%;
    height: 16px;
    width: 16px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #000;
    border-radius: 3px;
    margin-right: 11px;
    transition: border 0.2s ease;
}

input[type="checkbox"]:hover + label::before {
    border: 1px solid #000;
}

input[type="checkbox"]:checked + label::before {
    background-color: #fff;
    border: 1px solid #000;
}

input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    width: 1.2ex;
    height: 0.4ex;
    background: rgba(0, 0, 0, 0);
    border: 3px solid #000;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0.75ex;
    left: 0.3ex;
}

.form_checkbox {
    margin-bottom: 40px;
}

.forminput_checkbox {
    margin-bottom: 8px;
}

.banner_popupdeveloper img {
    width: 100%;
    height: 100%;
}

.banner_popupdeveloper {
    margin-bottom: 32px;
}

.banner_toppage {
    margin-top: 10px;
}

.banner_toppage .banner_toppage_items .banner_toppage_header.banner_toppage_header_withabout {
    margin-bottom: 18px;
}

.banner_toppage_header_withabout h1 {
    font-weight: 500;
}

.banner_toppage_tab_head h3 {
    font-size: 24px;
    font-weight: 500;
}

.banner_toppage_tab_head {
    margin-bottom: 0;
}

.banner_toppage_tab {
    height: auto;
}

.wrap_popular_product {
    width: calc((100% - 20px) / 3);
}

.banner_toppage_tab_about {
    font-variation-settings: "wght" 450;
}

.banner_toppage_about {
    font-variation-settings: "wght" 450;
}

.wrap_popular_product_text {
    padding: 14px 22px 22px;
}

.section_feedback_item {
    width: calc(50% - 5px);
}

.section_feedback_item_about {
    line-height: 140%;
    font-variation-settings: "wght" 450;
    color: rgba(26, 26, 26, 0.7);
    padding-right: 48px;
}

.menu_desktop_item span {
    display: block;
}

.catalog_product {
    min-height: 244px;
}

.catalog_product {
    transition: 0.08s ease-out;
}

.catalog_product:hover {
    background: #EAF1FB;
}

.section_feedback_item {
    transition: 0.08s ease-out;
}

.menu_desktop_item_icon {
    transition: 0.08s ease-out;
}

.btnblack {
    transition: 0.08s ease-out;
}

.wrap_popular_product {
    transition: 0.08s ease-out;
}

.catalog_product_about {
    font-variation-settings: "wght" 450;
}

.section_feedback {
    margin-top: 104px;
}

.btnblack {
    font-family: 'Manrope', Arial, sans-serif;
}

.seacrh_input input.btnblack {
    cursor: pointer;
}

.close_inputsearch {
    cursor: pointer;
}

.seacrh_input input.input_text {
    font-family: 'Manrope', Arial, sans-serif;
    opacity: 1;
    color: #1A1A1A;
}

.seacrh_input input.input_text::placeholder {
    opacity: 0.5;
    color: #1A1A1A;
}

.banner_toppage.banner_partners .banner_toppage_items {
    margin-top: unset;
    padding-top: 138px;
    background: url(/bitrix/templates/1/image/banner_partners.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.list_partner_image_icon {
    padding: 24px;
}

.list_partner_text,
.list_offer_text {
    cursor: pointer;
}

.list_partner_text_about,
.list_offer_text_about {
    max-width: 570px;
}

.list_partner_text_about,
.list_offer_text_about {
    max-height: 70px;
}

.popup_content {
    height: fit-content;
    position: relative;
    overflow-y: auto;
}

.popup_feedback {
    overflow-y: scroll;
    padding-top: 12vh;
    padding-bottom: 12vh;
}

.popup_developer {
    overflow-y: scroll;
    padding-top: 12vh;
    padding-bottom: 12vh;
}

.forminput {
    font-family: 'Manrope', Arial, sans-serif;
}

.forminput::placeholder {
    color: #1A1A1A;
    opacity: 0.5;
}

.textarea_form {
    font-family: 'Manrope', Arial, sans-serif;
    resize: vertical;
    opacity: 1;
}

.textarea_form::placeholder {
    color: #1A1A1A;
    opacity: 0.5;
}

input[type="checkbox"] + label::before {
    border-radius: 0;
}

.section_onlytext_item_list ul li:last-child {
    margin-bottom: 0;
}

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

.wrap_popular_product_image {
    display: flex;
    justify-content: center;
}

.wrap_popular_product_icon {
    border: none;
    background: none;
    box-shadow: none;
}

.section_onlytext_item_list ul li .list_ul li {
    margin-bottom: 10px;
}

.banner_toppage {
    width: calc(100% - 20px);
}

.banner_toppage img {
    object-fit: cover;
}

.faq_item_answer p:last-child {
    margin-bottom: 0;
}

.faq_item_question h3 {
    margin-bottom: 0;
    max-width: 800px;
}


.faq_item_answer p {
    font-variation-settings: "wght" 450;
    margin-top: 12px;
}

.faq_item_answer p:first-child {
    margin-top: 0;
}

.faq_item_answer p b,
.faq_item_answer li b {
    font-variation-settings: "wght" 550;
    color: rgb(26, 26, 26);
}

.faq_item_answer ul {
    padding-left: 30px;
    color: rgba(26, 26, 26, 0.7);
    font-variation-settings: 'wght' 450;
    margin-top: 10px;
}

.faq_item_answer li {
    display: list-item;
    list-style: disc;
}

.faq_item_answer ul li::before {
    content: none;
}

.faq_item.active .faq_item_icon {
    transform: none;
}

.faq_item_icon {
    display: flex;
}

.faq_item_icon svg {
    transition: 0.08s ease-out;
}

.faq_item.active .faq_item_icon svg {
    transform: rotate(45deg);
}

.product_property_about {
    font-variation-settings: "wght" 450;
}

.btnwhite {
    color: rgba(26, 26, 26, 0.7);
    border: 1.2px solid rgba(26, 26, 26, 0.7);
    transition: 0.08s ease-out;
}

.btnwhite:hover {
    background: #2B2C30;
    color: #ffffff;
}

.btnwhite > svg > path {
    fill: rgba(26, 26, 26, 0.7);
    fill-opacity: 1;
}

.btnwhite:hover > svg > path {
    fill: #ffffff;
    fill-opacity: 1;
}

.arrow_item {
    color: rgba(26, 26, 26, 0.7);
    border: 1.2px solid rgba(26, 26, 26, 0.7);
    transition: 0.08s ease-out;
}

.arrow_item:hover {
    background: #2B2C30;
    color: #ffffff;
}

.arrow_item > svg > path {
    fill: rgba(26, 26, 26, 0.7);
    fill-opacity: 1;
}

.arrow_item:hover > svg > path {
    fill: #ffffff;
    fill-opacity: 1;
}

.arrow_item.arrow_mutted {
    pointer-events: none;
}

.banner_productdetail_flex {
    max-width: unset;
    width: 100%;
}

.banner_productdetail_name {
    margin-bottom: 32px;
}

.banner_productdetail_button .btnblack {
    font-size: 16px;
    line-height: 56px;
    padding: 0 24px;
}

.product_detail_tab_text {
    font-variation-settings: "wght" 450;
}

.product_detail_tab_screen {
    overflow: hidden;
}

.section_productdetail_description li {
    font-variation-settings: "wght" 450;
}

.section_productdetail_description li b {
    font-variation-settings: "wght" 700;
}

.catalog_product_manufacture {
    opacity: 1;
    color: rgba(0, 0, 0, 0.5);
    font-variation-settings: "wght" 450;
    line-height: 16px;
    align-items: end;
}

.banner_partners .banner_toppage_header h1,
.banner_pageagree .banner_toppage_header h1,
.banner_pageconfid .banner_toppage_header h1,
.banner_faq .banner_toppage_header h1,
.banner_section .banner_toppage_header h1,
.banner_pageasearch .banner_toppage_header h1 {
    font-weight: 500;
}

.banner_toppage.banner_pageconfid {
    height: 434px;
}

.banner_toppage.banner_pageconfid .banner_toppage_items {
    margin-top: 0;
    padding-top: 142px;
    background: url(/bitrix/templates/1/image/banner_sections.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.forminput_checkbox .check_confiden_text {

    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    line-height: 140%;
    /* identical to box height, or 20px */


    color: #1A1A1A;

    opacity: 0.7;
}

.forminput_checkbox .check_confiden_text a {
    color: #22439B
}

.banner_pageasearch .section_catalog_product {
    margin-bottom: 0;
}

.seacrh_input input.btnblack {
    max-width: 118px;
}

.menu_desktop_item.active .menu_desktop_item_icon {
    background: #C9DBF5
}

.header_sections,
.header_sections_industry-solutions {
    padding: 30px 12px !important;
    border-left: 1px solid rgba(26, 26, 26, 0.1);
}

.header_menu_section {
    margin-bottom: 0 !important;
}

.header_menu_section a:hover {
    background: #E1EBFA;
}

.list_partner_image {
    background: #E6ECF5;
}

.catalog_product_name svg {
    margin-right: 8px;
    margin-left: 16px;
    min-width: 10px;
}

.header_left_desktop {
    padding: 0 !important;
}

.header_desktop {
    min-height: 100% !important;
}

@media (min-width: 960px) {
    .header_desktop {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
}

.menu_desktop_item {
    cursor: pointer;
}

.menu_desktop_item:hover .menu_desktop_item_icon {
    background: #E1EBFA;
}

.forminput_checkbox .check_confiden_text {
    opacity: 1;
    color: rgba(26, 26, 26, 0.7);
}

.banner_popupdeveloper {
    display: flex;
}

.banner_popupdeveloper img {
    border-radius: 20px;
}

.section_productdetail_tabright .section_productdetail_tab_main {
    margin-bottom: 0;
}

.banner_toppage.banner_pageasearch > .banner_toppage_items > .banner_toppage_header {
    margin-bottom: 40px;
}

.section_productdetail_description {
    max-width: none;
    padding: 0;
}

.section_productdetail_description .body_content {
    padding-left: 32px;
}

.section_productdetail_description .body_content > * {
    max-width: 854px;
}

.popupscreen_image {
    height: 100%;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

.arrowpopup_item:hover {
    background: #2B2C30;
    color: #ffffff;
}

.arrowpopup_item > svg > path {
    fill: rgba(26, 26, 26, 0.7);
    fill-opacity: 1;
}

.arrowpopup_item:hover > svg > path {
    fill: #ffffff;
    fill-opacity: 1;
}

.arrowpopup_item.arrow_mutted {
    pointer-events: none;
}

.product_detail_tab_screen img {
    height: auto;
    width: auto;
    max-height: 100%;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product_detail_tab_screen {
    width: fit-content;
    max-width: 294px;
}

.section_productdetail_description ul {
    margin-bottom: 0;
    margin-top: 12px;
}

.section_productdetail_description li {
    margin-bottom: 0;
    margin-top: 12px;
}

.section_productdetail_description h3 {
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    margin-top: 24px;
}

.section_productdetail_description p {
    margin-top: 12px;
    color: rgba(26, 26, 26, 0.7);
}

.section_productdetail_description ul > ul li {
    margin-top: 6px;
}


.popup_thank {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99;
    -webkit-animation: fade-in 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    overflow-y: scroll;
    padding-top: 12vh;
    padding-bottom: 12vh;
}

.popup_thank .popup_content {
    position: absolute;
}

.popup_thank.active {
    display: block;
}

.btnblack.close_btnblack {
    width: 100%;
    margin-top: 40px;
}

.banner_aboutcompany .banner_toppage_items {
    margin-top: 0;
    padding-top: 142px;
    background: url(/bitrix/templates/1/image/banner_partners.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.banner_toppage.banner_aboutcompany {
    height: 440px;
}

.banner_aboutcompany .banner_toppage_about {
    max-width: 510px;
}

.banner_aboutcompany .banner_toppage_header {
    font-style: normal;
    font-weight: 500;
    font-size: 56px;
    line-height: 110%;
    /* identical to box height, or 62px */

    text-align: center;

    color: #303036;
}

.block_text_background {
    display: flex;
    padding: 32px 32px 40px;
    margin-bottom: 80px;
    background: #F5F8FC;
    border-radius: 20px;

    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    /* or 31px */


    color: rgba(26, 26, 26, 0.7);
}

.body_content1016 {
    max-width: 1016px;
    width: calc(100% - 20px);
    margin: 0 auto;
}

.block_texticon {
    display: flex;
    gap: 24px;
    padding: 0 32px;
    align-items: flex-start;
}

.block_texticon_icon {
    max-width: 80px;
    max-height: 80px;
    background-image: url(/contacts/about_png.png);
    border-radius: 12px;
    background-size: contain;
    background-repeat: no-repeat;
}

.block_texticon_text {
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 150%;
    /* or 27px */

    font-variation-settings: "wght" 450;
    color: #1A1A1A;

    opacity: 0.7;
}

.block_headertext h3 {

    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    /* or 36px */


    color: #1A1A1A;
}

.block_listwithheader .block_headertext {
    padding: 0 32px;
    margin-bottom: 24px;
}

.block_listflex {
    display: flex;
    gap: 10px;
}

.list_textbackground {
    padding: 32px;
    max-width: 503px;
    height: auto;
    width: 100%;
    background: #F5F8FC;
    border-radius: 20px;
}

.list_textbackground h4 {
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #1A1A1A;
}

.list_textbackground ul {
    list-style-type: none;
}

.list_textbackground ul li {
    display: flex;
    margin-top: 6px;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 140%;
    font-variation-settings: "wght" 450;
    /* or 22px */


    color: rgba(26, 26, 26, 0.7);
}

.list_textbackground li::before {
    content: "";
    display: block;
    margin-right: 10px;
    width: 6px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(image/ellipse.svg);
    min-height: 22px;
    min-width: 6px;
}

.listflex_points {
    counter-reset: section;
    font-variation-settings: ‘wght’ 450
}

.listflex_point_nubmer::before {
    counter-increment: section;
    content: counter(section);
}

.listflex_point_nubmer {
    display: flex;
    flex-direction: column;

    min-width: 32px;
    padding: 4px;

    width: 32px;
    height: 32px;

    background: #C9DBF5;
    border-radius: 6px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */

    text-align: center;

    color: #444746;
    margin-top: 5px;
}

.listflex_points {
    display: flex;
    gap: 10px;
}

.listflex_point_text {
    font-weight: 450;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */
    font-variation-settings: "wght" 450;

    color: rgba(26, 26, 26, 0.7);
    max-width: 20ch;
}

.listflex_point {
    display: flex;
    padding: 28px 0;
    gap: 14px;
    width: 100%;
}

.block_contacts {
    display: flex;
    gap: 10px;
}

.contacts_column {
    width: 100%;
    max-width: 503px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.box_contact_margin {
    height: 42px;
    width: 100%;
}

.box_contact {
    padding: 32px;
    gap: 12px;

    background: #F5F8FC;
    border-radius: 20px;
}

.box_contact h5 {
    margin-bottom: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    /* identical to box height, or 29px */


    color: #2B2C30;
}

.box_contact span,
.box_contact a {
    display: block;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */

    font-variation-settings: "wght" 450;
    color: rgba(26, 26, 26, 0.7);
}

.contacts_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.contacts_city {
    margin-right: 10px;
}

.contacts_logo {
    display: flex;
    gap: 16px;
    height: auto;
}

.contacts_logo_img {
    box-sizing: content-box;
    height: 105px;
    min-width: 233px;
    flex: 0 0 233px;
}


.contacts_logo_img img {
    width: 100%;
    height: 100%;
}

.contact_logo_text {
    padding-top: 32px;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */
    font-variation-settings: 'wght' 450;

    color: rgba(26, 26, 26, 0.7);
}

.section_productdetail_tab_warning_mobile {
    display: none;
}

.header_desktop_logo a {
    display: flex;
    padding: 2px;
}

.header_mobile_burger {
    display: none;
}

.header_mobile_burger-close {
    display: none;
}

.header_mobile_overlay {
    display: none;
}

.header_menu_section-back {
    display: none;
}

.header_menu_section-all {
    display: block;
    font-style: normal;
    font-variation-settings: "wght" 450;
    font-size: 14px;
    line-height: 140%;
    color: rgba(26, 26, 26, 0.7);
    padding: 14px 20px;
    display: flex;
    border-radius: 9px;
    transition: 0.08s ease-out;
    min-height: 48px;
}

.header_menu_section-all:hover {
    background-color: #E1EBFA;
}

.banner_toppage.banner_newsmain .banner_toppage_items {
    padding-top: 128px;
    padding-bottom: 112px;
    background: url(image/banner_newsmain.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.banner_toppage.banner_newsmain .banner_toppage_items--offers {
    height: 498px;
    background: url(image/banner_special_offers.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.banner_toppage.banner_newsmain {
    height: auto;
    margin-bottom: 10px;
}

.banner_toppage.banner_newsmain .banner_toppage_header h1 {
    margin-bottom: 18px
}


.banner_toppage.banner_newsmain .banner_toppage_header p {
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 140%;
    /* or 25px */

    text-align: center;

    color: #1A1A1A;

    opacity: 0.7;
}

.banner_toppage.banner_newsmain .banner_toppage_header {
    margin-bottom: 40px;
}

.tablink_news {
    width: calc(100% - 20px);
    max-width: 1016px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background: #F5F8FC;
    border-radius: 60px;
}


.tablink_news a {
    display: block;
    max-width: 33.33%;
    width: 100%;
    padding: 0px 136px;

    background: #F5F8FC;
    border-radius: 60px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 56px;
    /* identical to box height, or 350% */

    text-align: center;

    color: #1A1A1A;
    transition: 0.08s ease-out;
}

.tablink_news a:hover {
    background: #EAF1FB;
}

.tablink_news a.active {
    background: #CDDEF5;
}

.news_banner.news_searchpage .banner_toppage.banner_newsmain .banner_toppage_items {
    padding-top: 119px;
}

.news_banner.news_searchpage .banner_toppage.banner_newsmain {
    height: 400px;
}

.sectionnews_menu_tags {
    display: flex;
    gap: 24px;
    width: calc(100% - 20px);
    margin: 0 auto;
    max-width: 1406px;
}

.sectionnews_tags {
    display: flex;
    gap: 10px;
    width: max-content;
    overflow-x: scroll;
}

.sectionnews_tag {
    width: max-content;
    white-space: nowrap;
}

.sectionnews_tags::-webkit-scrollbar {
    display: none;
}

.sectionnews_tag {
    background: #F5F8FC;
    border-radius: 50px;
}

.sectionnews_tag.active {
    background: #EAF1FB;
}

.sectionnews_tag a {
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 56px;
    color: #1A1A1A;
    padding: 0px 30px;
    height: 56px;
    display: block;
}

.sectionnews_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
}

.sectionnews_menu .sectionnew_menu_item {
    width: auto;
    padding: 0px 30px;
    height: 56px;
    background: #CDDEF5;
    border-radius: 50px;

}


.sectionnews_menu .sectionnew_menu_item a svg {
    transform: rotate(180deg);
    transition: 0.08s ease-out;
}


.sectionnews_menu .sectionnew_menu_item.active a svg {
    transform: rotate(0);
}

.sectionnews_menu .sectionnew_menu_item a {
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 56px;
    color: #1A1A1A;
    display: flex;
    align-items: center;
    gap: 12px;
}

.sectionnew_menu_open ~ .sectionnew_menu_hidden {
    display: none;
    position: absolute;
    top: 66px;
    z-index: 1;
}

.sectionnew_menu_open.active ~ .sectionnew_menu_hidden {
    display: block;
    -webkit-animation: fade-in 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.sectionnew_menu_hidden .sectionnew_menu_item {
    margin-bottom: 10px;
    width: max-content;
    background: #F5F8FC;
}

.sectionnew_menu_hidden .sectionnew_menu_item:hover {
    background: #EAF1FB;
}

.header_sections_news {
    padding: 30px 12px !important;
    border-left: 1px solid rgba(26, 26, 26, 0.1);
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background: #F5F8FC;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 4%), 4px 0px 8px rgb(0 0 0 / 6%);
    border-radius: 0px;
    padding: 44px 32px;
    height: 100vh;
    max-width: 295px;
    width: 295px;
}

/*.header_sections_news.active {*/
/*	display: block;*/
/*	-webkit-animation: fade-in 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;*/
/*	animation: fade-in 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;*/
/*}*/

ul {
    list-style-type: none;
}

ul li {
    display: flex;
    gap: 6px;
    align-items: flex-start;
}

ul li::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(image/step_into.svg);
    margin-top: 2px;
}

.all_some_link {
    text-align: right;
    display: block;
    width: 100%;
    margin-top: 30px;
}

.all_some_link a {
    font-size: 17px;
    line-height: 26px;
    color: #1A1A1A;
    display: flex;
    align-items: center;
    justify-content: right;
    font-weight: 500;
}

.all_some_link a svg {
    margin-left: 18px;
}

.caseslist_item_mainpage_main .news_list_item_image {
    margin-bottom: 0;
}

.news_list .news_list_item_own {
    background: transparent;
    margin-bottom: 20px;
}

.news_list .news_list_item_own .news_list_item_tags div {
    background: #F5F8FC;
}

.sectionnews_tags_mine {
    overflow: hidden;
}

.sectionnews_tags_mine .owl-nav button span {
    font-size: 0px !important;
    width: 52px !important;
    height: 28px !important;
    background-color: transparent !important;
    border: none !important;
    background-image: url(/owlcarousel/next.svg) !important;
    background-repeat: no-repeat !important;
    display: block;
    opacity: 1;
    margin-right: 1px;
    transition: 0.08s ease-out;
}

.sectionnews_tags_mine .owl-nav button {
    width: 129px !important;
    height: 74px !important;
    background-color: transparent !important;
    border: none !important;
    position: absolute;
    top: -13px;
    background-image: url(/owlcarousel/bg.svg) !important;
    background-repeat: no-repeat !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
}

.sectionnews_tags_mine .owl-nav button:hover span {
    background-image: url(/owlcarousel/next-hover.svg) !important;
}

.sectionnews_tags_mine .owl-nav button.owl-next {
    right: -6px;
}

.sectionnews_tags_mine .owl-nav button.owl-prev {
    left: -6px;
    transform: rotate(180deg);
}

.sectionnews_tags_mine .owl-nav button.owl-prev.disabled,
.sectionnews_tags_mine .owl-nav button.owl-next.disabled {
    display: none !important;
}

.sectionnews_tags_mine.owl-carousel .owl-stage {
    display: flex;
}

.sectionnews_tag.active_tag {
    background: #CDDEF5;
}

/* ОТДЕЛЬНАЯ СТАТЬЯ */
.flex_mine {
    display: flex;
}

.flex_middle {
    align-items: center;
}

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

.block_article_one {
    padding: 110px 0 96px;
}

.little_new_info_mine {
    margin-left: 18px;
    font-weight: 450;
    font-size: 12px;
    line-height: 140%;
    color: rgba(26, 26, 26, 0.5);
}

.little_new_info_mine svg {
    margin-right: 7px;
}

.article_title_preview {
    max-width: 888px;
    padding-right: 40px;
    margin: 19px auto 0;
    box-sizing: border-box;
}

.article_title_preview h1 {
    font-weight: 500;
    font-size: 52px;
    line-height: 110%;
    color: #303036;
}

.article_title_preview .preview_text {
    margin-top: 18px;
}

.article_title_preview .preview_text,
.article_title_preview .preview_text p,
.article_title_preview .preview_text li {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #1A1A1A;
}

.articel_section .body_content {
    max-width: 1016px;
}

.news_list_item_tags {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 14px;
}

.news_list_item_tags div {
    padding: 7px 12px;
    gap: 10px;
    height: auto;
    background: #F5F8FC;
    border-radius: 5px;
    cursor: pointer;
}

.news_list_item_tags div {
    display: flex;
    align-items: center;
}

.news_list_item_tags div span {
    font-style: normal;
    font-weight: 450;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    opacity: 0.5;
}

.article_detail_img {
    margin-top: 24px;
    margin-bottom: 96px;
}

.article_detail_img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
}

.article_detail_img_text {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
}

.article_detail_text_first {
    margin-top: 96px;
}

.article_detail_text h3 {
    margin: 10px;
}

.article_detail_text,
.article_detail_text p,
.article_detail_text li {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(26, 26, 26, 0.7);
}

.article_detail_text p {
    margin-top: 16px;
}

.article_detail_text table,
.article_detail_text th,
.article_detail_text td {
    border: 1px solid rgba(26, 26, 26, 0.7);
}

.content_with_padding_sizes {
    max-width: 886px;
    margin-left: auto;
    margin-right: auto;
}

.article_announsment_block {
    padding: 32px 36px;
    background: #F5F8FC;
    border-radius: 20px;
    margin-top: 56px;
}

.article_announsment_block,
.article_announsment_block p,
.article_announsment_block li {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #1A1A1A;
}

.article_announsment_block li,
.article_announsment_block li a {
    color: rgba(26, 26, 26, 0.7);
    font-weight: 400;
    text-decoration: none;
}

.article_announsment_block li a:hover {
    color: #1A1A1A;
}

.article_announsment_block ul {
    margin-top: 15px;
}

.article_announsment_block li {
    padding: 5px 0;
}

.article_detail_text h2 {
    margin: 24px 0px 24px;
    font-weight: 500;
    font-size: 28px;
    line-height: 140%;
    color: #1A1A1A;
}

.article_detail_text ul,
.article_detail_text ol {
    margin: 22px 0;
}

/*.article_detail_text ul,*/
/*    .article_detail_text ol,*/
/*.article_detail_text li {*/
/*    display: block;*/
/*}*/

.article_detail_text ul,
.article_detail_text ul li {
    display: block;
}

.article_detail_text ol {
    padding-left: 20px;
}

.article_detail_text li {
    position: relative;
    padding-left: 25px;
    margin: 14px 0;
}

.article_detail_text li:before {
    position: absolute;
    top: 3px;
    left: 0;
}

.article_detail_text ol li {
    padding-left: 5px;
}

.article_socs_gorizontal {
    margin-top: 45px;
    display: flex;
    align-items: center;
}

.article_socs a {
    background: #FFFFFF;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.08s ease-out;
}

.article_socs_gorizontal a {
    margin-right: 14px;
}

.article_socs a:hover {
    background: #CDDEF5;
}

.read_more_block {
    margin-top: 90px;
}

.read_more_block .inner_text {
    background: #F5F8FC;
    border-radius: 20px;
    padding: 32px 32px;
}

.read_more_title {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    color: #1A1A1A;
}

.news_more_list .column_left_newsmain {
    margin-top: 0px;
    width: calc(50% - 5px);
}

.news_more_list .column_left_newsmain .news_list_item {
    display: block;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 32px;
    box-sizing: border-box;
    text-decoration: none;
}

.news_more_list .column_left_newsmain .news_list_item .news_list_item_name h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    margin: 25px 0;
    color: #1A1A1A;
}

.news_more_list .news_list_item_data,
.news_more_list .news_list_item_time {
    font-weight: 450;
    font-size: 12px;
    line-height: 140%;
    color: #000000;
    opacity: 0.5;
    margin-right: 18px;
    display: flex;
    align-items: center;
}

.news_more_list .news_list_item_data svg,
.news_more_list .news_list_item_time svg {
    margin-right: 7px;
}

.article_socs_vertical {
    position: fixed;
    right: 40px;
    top: 156px;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

/* КЕЙСЫ */
.cases_top {
    background: #F5F8FC;
    border-radius: 20px;
    width: calc(100% - 20px);
    max-width: 1406px;
    margin: 10px auto 0;
}

.cases_top .full_width_container {
    min-height: 390px;
    display: flex;
}

.left_side_container {
    width: 51%;
}

.right_side_container {
    width: auto;
    flex: 0 0 calc(50% - 5px);
    position: relative;
}

.right_side_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.right_side_container .news_list_item_marker {
    position: absolute;
    top: 14px;
    right: 12px;
    padding: 0px 12px;
    background: #FFFFFF;
    border-radius: 5px;
    height: 28px;
    line-height: 27px;
}

.right_side_container .news_list_item_marker span {
    font-style: normal;
    font-weight: 450;
    font-size: 12px;
    line-height: 100%;
    color: #000000;
    opacity: 0.5;
}

.left_side_container {
    padding: 32px;
    box-sizing: border-box;
    padding-right: 36px;
    display: flex;
    flex-direction: column;
}

.left_side_container .btnwhite_arrow {
    display: block;
    width: 52px;
    max-height: 28px;
    margin-bottom: 98px;
}

.left_side_container .news_list_item_tags div {
    background: #FFFFFF;
}

h1.case_title {
    font-weight: 500;
    font-size: 42px;
    line-height: 130%;
    color: #303036;
    max-width: 654px;
    margin-bottom: 117px;
}

.mt_104 {
    margin-top: 56px;
}

.single_image_article img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
}

.image_slider_hidden {
    display: none;
}

.image_slider_btns .owl-nav button {
    background-color: transparent !important;
    border: none !important;
    width: 52px !important;
    height: 28px !important;
}

.image_slider_btns .owl-nav button.owl-prev {
    transform: rotate(180deg);
}

.image_slider_btns img {
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    max-width: 624px;
    max-height: 374px;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
}

.article_gallery_with_slider .image_slider_btns .owl-stage {
    display: flex;
    align-items: center;
}

.image_slider_btns .owl-nav button span {
    font-size: 0px !important;
    width: 52px !important;
    height: 28px !important;
    background-color: transparent !important;
    border: none !important;
    background-image: url(/owlcarousel/nxt.svg) !important;
    background-repeat: no-repeat !important;
    display: block;
    transition: 0.08s ease-out;
}

.image_slider_btns .owl-nav button:hover span {
    background-image: url(/owlcarousel/next-hover.svg) !important;
}

.image_slider_btns {
    overflow: hidden;
    cursor: pointer;
}

.single_image_article_card {
    height: 438px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #A8B0B9;
    border-radius: 20px;
    padding: 32px;
}

.single_image_article.single_image_article_card img {
    width: auto;
    height: auto;
    border-radius: 12px;
    display: block;
    max-height: 100%;
    max-width: 100%;
    border: 1px solid #D9D9D9;
}

.pop_up {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 100;
    padding-left: 102px;
}

.close_div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.inpop {
    position: relative;
    z-index: 2;
    display: block;
    width: calc(100% - 10px);
    max-width: 976px;
    background: #F5F8FC;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 92px 0 32px;
    max-height: 720px;
    height: 90vh;
}

.close_x {
    cursor: pointer;
    position: absolute;
    top: 39px;
    right: 32px;
}

.case_big_page .article_detail_text,
.case_big_page .article_detail_text p,
.case_big_page .article_detail_text li {
    color: #1A1A1A;
}

.my_steps_numbers {
    margin-top: 48px !important;
    margin-left: 0;
    padding-left: 0;
}

.my_steps_numbers_ul {
    margin-top: 48px !important;
}

.my_steps_numbers li {
    padding-left: 38px;
    position: relative;
    margin: 24px 0;
}

.my_steps_numbers_ul li {
    margin: 24px 0;
}

.my_steps_numbers li span.step_ol {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    color: #444746;
}

.my_steps_numbers li h3,
.my_steps_numbers_ul li h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #1A1A1A;
    margin-bottom: 12px;
}

.owl-theme .owl-nav {
    margin-top: 0 !important;
}

.article_gallery_with_slider .image_slider_article {
    /* margin-bottom: -25px; */
    height: 438px;
    background: #F5F8FC;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 0;
}

.article_gallery_with_slider .owl-nav {
    display: flex;
    column-gap: 8px;
    position: absolute;
    top: 32px;
    right: 32px;
}

.article_gallery_with_slider .owl-nav button {
    margin: 0 !important;
}

.my_used_desidions a.catalog_product {
    width: 100%;
    max-width: none;
    margin-top: 24px;
}

.news_list_item_tags {
    row-gap: 8px;
}

.nothing_found {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 100px;
    max-width: 567px;
}

.nothing_found h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    color: #1A1A1A;
    margin-bottom: 18px;
}

.nothing_found p {
    font-weight: 450;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 40px;
    text-align: center;
    color: #1A1A1A;
    opacity: 0.7;
}

.glob_cases {
    margin-top: -104px;
}

.news_list_item_text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: pre-wrap;
}

.news_list_new {
    row-gap: 104px;
}

.sectionnews_tag {
    transition: all 0.08s ease-out;
}

.sectionnews_tag:hover {
    background: #EAF1FB !important;
}

.slider_content.image_slider_btns .owl-nav button {
    position: static;
}

.article_detail_text h4 {
    margin-left: -65px;
    margin-right: -65px;
}

.pop_up.pop_silder .image_slider_btns {
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.pop_up.pop_silder .owl-carousel .owl-stage-outer, .owl-carousel .owl-stage, .owl-item, .item {
    height: 100%;
}

.pop_up.pop_silder .image_slider_btns img {
    max-height: 100%;
    max-width: calc(100% - 92px);
}

.pop_up.pop_silder .owl-nav {
    display: flex;
    column-gap: 8px;
    justify-content: center;
}

.pop_up.pop_silder .owl-nav button {
    display: block;
    margin: 0;
}

.popup_search {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
}

.popup_search .input_text {
    border: none;
}

.popup_search .input_text:focus {
    border: none;
    outline: none;
    background-color: unset;
}

.overlay_content {
    position: relative;
    top: 10%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

@media (max-width: 1199.9px) {
    .wrap_popular_product {
        width: calc((100% - 10px) / 2);
        max-width: none;
    }

    .catalog_product {
        width: calc((100% - 10px) / 2);
        flex-direction: column;
        height: auto;
        justify-content: flex-start;
        position: relative;
        gap: 20px;
    }

    .catalog_product_text {
        height: 100%;
    }

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

    .catalog_product_about {
        margin-bottom: 18px;
    }

    .banner_toppage.banner_section {
        height: auto;
    }

    .banner_toppage.banner_section .banner_toppage_items {
        padding-bottom: 120px;
    }

    .section_productdetail_tab_main_left {
        flex-direction: column;
        align-items: flex-start;
    }

    .section_productdetail_tab_warning_desktop {
        display: none;
    }

    .section_productdetail_tab_warning_mobile {
        display: block;
        width: fit-content;
        margin-left: 0;
        margin-top: 24px;
    }

    .section_productdetail_tabs {
        flex-direction: column;
    }

    .section_productdetail_tableft {
        max-width: unset;
    }

    .section_productdetail_tabright {
        max-width: unset;
    }

    .section_productdetail_tab_warning_mobile {
        padding: 0;
        background: none;
        margin-top: 28px;
    }

    .column_left_newsmain {
        padding-right: 32px;
    }

    .article_socs_vertical {
        display: none;
    }

    .news_more_list .column_left_newsmain {
        padding-right: 0;
    }

    h1.case_title {
        font-size: 36px;
    }

    .articel_section .body_content {
        padding-left: 32px;
        padding-right: 32px;
    }

    .article_detail_text h4 {
        margin-left: 0;
        margin-right: 0;
    }

    .article_gallery_with_slider .owl-nav {
        position: static;
    }

    .article_gallery_with_slider .image_slider_article {
        flex-direction: column;
        row-gap: 32px;
        height: auto;
        padding: 32px 0;
    }

    .article_gallery_with_slider .image_slider_article padding {
        height: auto;
    }

    .article_gallery_with_slider .owl-stage-outer {
        width: 100%;
    }

    .image_slider_btns img {
        max-width: calc(100% - 64px);
    }

    .pop_up.pop_silder .image_slider_btns img {
        max-width: calc(100% - 64px);
    }
}

@media (max-width: 959.9px) {
    .br_desktop {
        display: none;
    }

    .header_left_desktop {
        width: 100vw;
        background: none;
        height: fit-content;
        display: flex;
    }

    .content {
        padding-left: 0;
    }

    .header_desktop {
        padding: 0 8px;
        display: flex;
        align-items: center;
        width: 100%;
        height: 64px;
        min-height: unset !important;
        justify-content: space-between;
    }

    .header_desktop_logo {
        margin: 0;
        padding: 0;
        width: 40px;
        height: 58px;
        /*height: 40px;*/
        margin-left: 10px;
    }

    .menu_desktop {
        position: fixed;
        visibility: hidden;
        width: 300px;
        top: 0;
        right: 0;
        padding: 12px;
        bottom: 0;
        background: #F5F8FC;
        transform: translateX(100%);
        z-index: 10000;
        border-radius: 20px 0 0 20px;
    }

    .menu_desktop-active {
        visibility: visible;
        transform: translateX(0);
    }

    .header_desktop::before {
        content: '';
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        background: rgba(0, 0, 0, 0.2)
    }

    .menu_desktop_item {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
        padding: 4px;
    }

    .menu_desktop_item_icon {
        height: 40px;
        width: 40px;
        margin: 0;
        margin-right: 8px;
    }

    .menu_desktop_item_icon svg {
        width: 100%;
        height: 100%;
    }

    .menu_desktop_item span {
        font-size: 16px;
        font-variation-settings: "wght" 550;
        color: rgb(68, 71, 70);
    }

    .header_mobile_burger {
        display: flex;
        border: none;
        background: none;
        padding: 4px;
    }

    .banner_toppage {
        margin-top: 74px;
    }

    .header_mobile_overlay {
        display: block;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.2);
        z-index: 10000;
        visibility: hidden;
        opacity: 0;
    }

    .header_mobile_overlay-active {
        opacity: 1;
        visibility: visible;
    }

    .header_mobile_burger-close {
        border: none;
        background: none;
        padding: 0;
        width: 48px;
        height: 48px;
        display: flex;
        justify-content: center;
        margin-bottom: 24px;
        align-items: center;
        margin-left: auto;
    }

    .header_mobile_burger-close svg {
        transform: scaleX(-1);
    }

    .popup_screencontent {
        top: 69px;
        left: 5px;
        height: 80vh;
    }

    .banner_productdetail {
        margin-top: 74px;
    }

    .product_properties {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: wrap;
        row-gap: 40px;
    }

    .product_property {
        max-width: unset;
        width: auto;
        flex: 0 0 calc((100% - 10px) / 2);
        padding-left: 28px;
    }

    .menu_desktop_item.active .menu_desktop_item_icon {
        background: none;
    }

    .menu_desktop_item {
        border-radius: 9px;
    }

    .menu_desktop_item.active {
        background: #C9DBF5;
    }

    .menu_desktop_item:hover .menu_desktop_item_icon {
        background: none;
    }

    .menu_desktop_item:hover {
        background: #E1EBFA;
    }

    .menu_desktop_item_catalog_open::after,
    .menu_desktop_item_industry-solutions_open::after {
        content: '';
        display: block;
        width: 40px;
        height: 38px;
        position: absolute;
        right: 8px;
        background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.0831 26.6662L15.8887 25.4718L21.3887 19.9718L15.8887 14.4718L17.0831 13.2773L23.7776 19.9718L17.0831 26.6662Z' fill='%23444746'/%3E%3C/svg%3E%0A");
    }

    .header_sections,
    .header_sections_industry-solutions {
        display: block;
        z-index: 9999;
        box-shadow: none;
        max-width: none;
        width: 300px;
        padding-top: 20px !important;
        margin-top: 64px;
        left: unset;
        right: 0;
        visibility: hidden;
        border-radius: 0 20px 20px 0;
        opacity: 0;
        border: none;
    }

    .header_sections_menu {
        transform: translateX(20%);
        visibility: hidden;
        opacity: 0;
    }

    .header_sections_menu-active {
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
    }

    .header_sections-active {
        visibility: visible;
        opacity: 1;
    }

    .header_menu_section a {
        margin-left: 32px;
        font-size: 15px;
    }

    .header_menu_section-back {
        display: block;
        font-size: 16px;
        font-variation-settings: "wght" 550;
        color: rgb(68, 71, 70);
        display: flex;
        align-items: center;
        padding: 4px;
    }

    .header_menu_section-back::before {
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        margin-right: 8px;
        background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.0004 27.7782L12.2227 20.0004L20.0004 12.2227L21.0213 13.2435L14.9935 19.2713H27.7782V20.7296H14.9935L21.0213 26.7574L20.0004 27.7782Z' fill='%23444746'/%3E%3C/svg%3E%0A");
    }

    .header_menu_section-all {
        font-size: 15px;
        margin-left: 32px;
    }

    .article_title_preview {
        padding-right: 0;
    }

    .cases_top {
        margin-top: 74px;
    }

    .pop_up {
        padding: 0;
    }
}

@media (max-width: 839.9px) {
    .banner_toppage.banner_mainpage .banner_toppage_items {
        padding-top: 96px;
        /*padding-bottom: 184px;*/
        padding-bottom: 40px;
        height: auto;
        position: relative;
        margin-bottom: 20px;
    }

    .banner_toppage_header h1 {
        font-size: 48px;
    }

    .banner_toppage_tabs {
        flex-direction: column;
        position: static;
        /*width: 100%;*/
    }

    .banner_toppage_tab {
        width: 100%;
        max-width: none;
    }

    .footer_flex {
        padding: 80px 28px 40px;
        flex-direction: column;
        gap: 20px;
    }

    .footer_right {
        flex-direction: column;
        gap: 5px;
        order: 1;
    }

    .footer_left {
        order: 2;
    }

    .banner_toppage img {
        height: 560px;
        position: absolute;
    }

    /*.banner_toppage .banner_toppage_button {*/
    /*    margin-bottom: 0;*/
    /*}*/
    .banner_toppage_tab {
        backdrop-filter: none;
        background: #F5F8FC;
        padding: 28px;
    }

    .banner_toppage.banner_mainpage {
        height: auto;
        margin-top: 74px;
    }

    .section_feedback_item {
        width: 100%;
        max-width: none;
        padding: 28px;
    }

    .section_feedback_items {
        flex-direction: column;
        gap: 10px;
    }

    .wrap_popular_product_text_head h4 {
        font-size: 20px;
    }

    .wrap_popular_product_text_about {
        font-size: 14px;
    }

    .header_left_section h2 {
        font-size: 32px;
    }

    .section_catalog_product .header_left_section {
        margin-left: 28px;
    }

    .catalog_product_name {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .catalog_product_about {
        font-size: 15px;
    }

    .section_feedback_item_main {
        font-size: 28px;
    }

    .catalog_products {
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-right: -10px;
        padding-right: 10px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .catalog_products::-webkit-scrollbar {
        display: none;
    }

    .section_catalog_products {
        flex-direction: column;
        overflow: visible;
        margin: 0;
        padding: 0;
    }

    .section_catalog_products .catalog_product {
        max-width: unset;
    }

    .catalog_product {
        width: auto;
        max-width: 600px;
        flex: 0 0 90%;
        padding: 28px;
    }

    .header_left_section {
        margin-left: 28px;
        margin-bottom: 32px;
    }

    .header_center_section h2 {
        font-size: 36px;
    }

    .list_partner_text_about,
    .list_offer_text_about {
        font-size: 15px;
        max-height: 64px;
        text-overflow: ellipsis;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .list_partner_text_main h4,
    .list_offer_text_main h4 {
        font-size: 20px;
    }

    .list_partner_text_main svg,
    .list_offer_text_main svg {
        min-width: 13.45px;
        width: 13.45px;
        height: auto;
    }

    .section_onlytext_header {
        margin-left: 24px;
    }

    .faq_item_question h3 {
        font-size: 20px;
    }

    .faq_item_icon svg {
        width: 26px;
        height: 26px;
    }

    .block_text_background {
        font-size: 20px;
    }

    .block_texticon {
        padding: 0 24px;
    }

    .block_listwithheader .block_headertext {
        padding: 0 24px;
    }

    .block_listflex {
        flex-direction: column;
    }

    .list_textbackground h4 {
        margin-bottom: 16px;
        font-size: 20px;
    }

    .list_textbackground {
        max-width: none;
    }

    .listflex_point {
        flex: 0 0 calc((100% - 10px) / 2);
    }

    .listflex_points {
        flex-wrap: wrap;
        padding: 0 24px;
    }

    .block_contacts {
        flex-wrap: wrap;
    }

    .contacts_column {
        max-width: unset;
    }

    .block_texticon_icon {
        flex: 0 0 64px;
        width: 64px;
        height: 64px;
    }

    .block_texticon_icon img {
        height: 100%;
        width: 100%;
    }

    .block_headertext h3 {
        font-size: 26px;
    }

    .box_contact h5 {
        font-size: 20px;
    }

    .banner_productdetail_name h1 {
        font-size: 36px;
    }

    .section_productdetail_tab_main h3 {
        font-size: 26px;
    }

    .section_productdetail_description h2 {
        font-size: 26px;
    }

    .section_detail_product .header_left_section h2 {
        font-size: 26px;
    }

    .faq_item_question {
        padding: 28px;
    }

    .section_productdetail_description .body_content {
        padding: 0 28px;
    }

    .body_content {
        width: calc(100% - 20px);
        flex-direction: column;
    }

    .banner_productdetail {
        padding: 32px 18px 64px;
    }

    .section_productdetail_tab {
        padding: 28px;
    }

    .popup_screencontent {
        max-height: none;
        top: 69px;
        height: 70vh;
        width: auto;
        padding: 88px 24px 88px;
    }

    .popupscreen_close {
        width: 48px;
        height: 48px;
        padding: 8px;
        top: 20px;
        right: 16px;
    }

    .catalog_product_manufacture_plus {
        margin: 0;
        margin-top: 10px;
        margin-left: -2px;
        padding: 6px 10px;
    }

    .catalog_product_manufacture {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .section_feedback {
        margin-bottom: 24px;
    }

    .news_list {
        width: calc(100% - 20px);
    }

    .news_list_item_tags, .news_list_item_name, .news_list_item_text, .news_list_item_more {
        padding-left: 22px;
        padding-right: 22px;
    }

    .articel_section .news_list_item_tags {
        padding-left: 0;
        padding-right: 0;
    }

    .news_list_item_name h2 {
        font-size: 28px;
        margin-top: 14px;
    }

    .news_list_item_name h3 {
        font-size: 20px;
    }

    .column_left_newsmain {
        padding-left: 28px;
        padding-right: 28px;
    }

    .tablink_news {
        width: 100%;
        max-width: 100%;
        display: block;
        background: transparent;
        border-radius: 0;
        box-sizing: border-box;
        padding: 0px 11px;
    }

    .tablink_news a {
        margin-top: 5px;
        max-width: 100%;
    }

    .news_list {
        box-sizing: border-box;
        padding: 0px 10px;
    }

    .news_list_item_image img {
        object-fit: cover;
    }

    .column_left_newsmain {
        width: 100%;
        padding-left: 0;
        padding-bottom: 0;
        padding-right: 0;
        gap: 10px;
    }

    .newslist_item_mainpage_main .news_list_item_tags,
    .newslist_item_mainpage_main .news_list_item_name,
    .newslist_item_mainpage_main .news_list_item_more {
        padding: 0 22px;
    }

    .news_list_item.newslist_item_mainpage_second {
        width: 100%;
        margin: 0;
        border-radius: 20px;
        background: #F5F8FC;
        overflow: hidden;
        box-sizing: border-box;
        padding: 22px 0;
    }

    .news_list_item.newslist_item_mainpage_second .news_list_item_tags > div {
        background: #fff;
    }

    .news_list_cases .caseslist_item_mainpage_main {
        flex-direction: column-reverse;
        flex: 0 0 calc(50% - 5px);
        gap: 0;
    }

    .news_list_cases .caseslist_item_mainpage_main .news_list_item_tags {
        position: static;
    }

    .news_list_cases .news_list_item_name {
        margin-bottom: 15px;
    }

    .article_socs_vertical {
        display: none;
    }

    .article_title_preview {
        padding: 0;
    }

    .article_title_preview h1 {
        font-size: 36px;
    }

    .article_title_preview .preview_text,
    .article_title_preview .preview_text p,
    .article_title_preview .preview_text li {
        font-size: 18px;
    }

    .block_article_one {
        padding: 90px 0 60px;
    }

    .content_with_padding_sizes {
        padding: 0;
    }

    .article_detail_text_first {
        margin-top: 56px;
    }

    .article_detail_text h2,
    .read_more_title {
        font-size: 24px;
    }

    .read_more_block {
        margin-top: 50px;
    }

    .news_more_list {
        display: block;
    }

    .news_more_list .column_left_newsmain {
        margin-top: 15px;
        width: 100%;
    }

    .news_more_list .news_list_item_tags div {
        background: #F5F8FC !important;
    }

    .news_more_list .column_left_newsmain .news_list_item {
        padding: 32px 20px;
    }

    .sectionnews_menu_tags {
        display: block;
    }

    .sectionnews_menu .sectionnew_menu_item {
        width: 100%;
    }

    .sectionnews_menu .sectionnew_menu_item a {
        width: 100%;
        justify-content: space-between;
    }

    .sectionnew_menu_hidden {
        z-index: 3 !important;
        width: 100%;
        background: #F5F8FC;
        border-radius: 20px;
    }

    .sectionnews_tags_mine {
        margin-top: 10px;
    }

    .cases_top .full_width_container {
        min-width: 1px;
        display: flex;
        flex-direction: column-reverse;
    }

    .right_side_container {
        width: 100%;
        position: relative;
        /* padding-top: 25px; */
        background: linear-gradient(180deg, white, transparent);
    }

    .left_side_container {
        width: 100%;
        padding: 28px;
        display: block;
    }

    h1.case_title {
        font-weight: 500;
        font-size: 36px;
        line-height: 130%;
        color: #303036;
        max-width: none;
        margin-top: 10px;
    }

    .news_list_item_tags {
        margin-bottom: 14px;
    }

    .mt_104 {
        margin-top: 50px;
    }

    .article_gallery_with_slider .image_slider_article {
        margin-left: -26px;
        margin-right: -26px;
        width: auto;
    }

    .image_slider_btns .owl-nav button {
        top: 0;
        opacity: 1;
    }

    .image_slider_btns .owl-nav button.owl-next {
        right: 0;
    }

    .image_slider_btns .owl-nav button.owl-prev {
        right: 65px;
    }

    .nothing_found {
        margin-top: 0;
    }

    .glob_cases {
        margin-top: 0px;
    }

    .news_list {
        padding: 0;
    }

    .news_list_cases .caseslist_item_mainpage_main .news_list_item_content {
        padding: 14px 0 22px;
        flex: 1 1 auto;
    }

    .news_list_cases .caseslist_item_mainpage_main .news_list_item_image {
        flex: 0 0 180px;
    }

    .sectionnew_menu_open ~ .sectionnew_menu_hidden {
        padding: 8px 0;
    }

    .sectionnew_menu_hidden .sectionnew_menu_item {
        margin-bottom: 0;
    }

    .left_side_container .btnwhite_arrow {
        margin-bottom: 24px;
    }

    h1.case_title {
        margin-bottom: 40px;
    }

    .left_side_container .news_list_item_tags {
        padding: 0;
    }

    .my_used_desidions, .single_image_article {
        margin-left: -26px;
        margin-right: -26px;
    }

    .article_announsment_block {
        padding: 28px;
    }

    .inpop {
        max-height: none;
        height: 70vh;
        margin-top: 69px;
    }

    .section_faq {
        width: calc(100% - 20px);
    }

    .news_list_item.newslist_item_mainpage_main {
        width: 100%;
    }

    .article_detail_img {
        margin-left: -26px;
        margin-right: -26px;
    }

    .pop_up.pop_silder .item {
        display: flex;
        align-items: center;
    }

    .articel_section .body_content {
        padding-left: 28px;
        padding-right: 28px;
    }
}

@media (max-width: 767px) {
    .news_banner--blog .banner_toppage.banner_newsmain .banner_toppage_items {
        background-size: contain;
    }
}

@media (max-width: 599.9px) {
    .body_content {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .banner_toppage_header h1 {
        font-size: 36px;
    }

    .banner_toppage_about {
        font-size: 16px;
    }

    .btnblack {
        line-height: 56px;
        font-size: 16px;
        padding: 0 24px;
    }

    .banner_toppage.banner_mainpage .banner_toppage_items {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
        background: url(/bitrix/templates/1/image/banner_mainpage_mobile.jpg);
        background-size: cover;
        background-position: center;
    }

    .banner_toppage.banner_mainpage .banner_toppage_items h1 {
        font-size: 8.25vw;
    }

    .header_center_section h2 {
        font-size: 28px;
    }

    .wrap_popular_product {
        width: 100%;
    }

    .wrap_popular_products {
        margin-right: -10px;
        padding-right: 10px;
        margin-bottom: 40px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .wrap_popular_products::-webkit-scrollbar {
        display: none;
    }

    .banner_toppage_tab_head h3 {
        font-size: 20px;
    }

    .wrap_popular_product_text_about {
        font-size: 14px;
    }

    .section_feedback_items {
        flex-direction: column;
        gap: 10px;
    }

    .section_feedback_item {
        width: 100%;
        padding: 24px;
    }

    .section_feedback_item_main {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .footer_flex {
        flex-direction: column;
        align-items: start;
        gap: 20px;
        padding: 24px;
        padding-top: 80px;
    }

    .footer_right {
        gap: 5px;
    }

    .marginbottom104 {
        margin-bottom: 88px;
    }

    .section_feedback {
        margin-top: 88px;
        margin-bottom: 0;
    }

    .wrap_popular_product_text_head h4 {
        font-size: 20px;
    }

    .section_popular_product .header_left_section {
        justify-content: center;
    }

    .section_popular_product .header_left_section h2 {
        font-size: 28px;
    }

    .header_left_section h2 {
        font-size: 24px;
    }

    .catalog_product_name {
        font-size: 20px;
    }

    .banner_toppage.banner_catalog .banner_toppage_items {
        padding-top: 88px;
        padding-bottom: 120px;
    }

    .banner_toppage.banner_catalog {
        height: auto;
    }

    .catalog_product_name svg {
        height: 22px;
    }

    .header_left_section svg {
        min-width: 31px;
        width: 31px;
        height: auto;
    }

    .catalog_product_about {
        margin-bottom: 16px;
        text-overflow: ellipsis;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .section_feedback_item_main svg {
        height: 28px;
    }

    .section_catalog_product {
        margin-top: 64px;
    }

    .seacrh_input {
        padding-left: 16px;
    }

    .seacrh_input input.input_text {
        background: none;
    }

    .banner_toppage.banner_section .banner_toppage_items {
        padding-top: 96px;
        padding-bottom: 120px;
    }

    .banner_toppage.banner_section {
        height: auto;
    }

    .close_inputsearch {
        padding-right: 8px;
        padding-left: 8px;
    }

    .header_center_section {
        margin-bottom: 32px;
        margin-left: 24px;
        margin-right: 24px;
    }

    .banner_toppage.banner_partners {
        height: auto;
    }

    .banner_toppage.banner_partners .banner_toppage_items {
        padding-top: 88px;
        padding-bottom: 96px;
        background-image: url(/bitrix/templates/1/image/banner_partners_mobile.jpg);
    }

    .list_partners,
    .list_offers {
        margin-right: -10px;
        padding-right: 10px;
    }

    .list_partner,
    .list_offer {
        flex: 0 0 100%;
        height: fit-content;
    }

    .list_partner_text,
    .list_offer_text {
        padding-top: 22px;
    }

    .list_partner_text_main,
    .list_offer_text_main {
        margin-bottom: 8px;
    }

    .banner_toppage.banner_pageagree .banner_toppage_items {
        padding-top: 88px;
        padding-bottom: 104px;
    }

    .banner_toppage.banner_pageagree {
        height: auto;
    }

    .marginbottom96 {
        margin-bottom: 64px;
    }

    .section_onlytext_header h2 {
        font-size: 20px;
    }

    .section_onlytext_item {
        padding: 24px;
    }

    .section_onlytext_item_top h3 {
        font-size: 18px;
    }

    .section_onlytext_item_list ul li {
        font-size: 15px;
    }

    .banner_toppage.banner_pageconfid .banner_toppage_items {
        padding-top: 88px;
        padding-bottom: 104px;
    }

    .banner_toppage.banner_pageconfid .banner_toppage_items h1 {
        font-size: 28px;
    }

    .banner_toppage.banner_pageagree .banner_toppage_items h1 {
        font-size: 28px;
    }

    .banner_toppage.banner_pageconfid {
        height: auto;
    }

    .banner_toppage.banner_faq .banner_toppage_items {
        padding-top: 88px;
        padding-bottom: 104px;
        background-image: url(/bitrix/templates/1/image/banner_faq_mobile.jpg);
    }

    .banner_faq {
        height: auto;
    }

    .faq_item_question h3 {
        font-size: 18px;
    }

    .faq_item_icon svg {
        width: 20px;
        height: 20px;
    }

    .faq_item_question {
        padding: 24px;
    }

    .faq_item_answer {
        padding: 0 24px 24px;
    }

    .faq_item_answer p {
        font-size: 15px;
    }

    .section_feedback_item_about {
        font-size: 15px;
    }

    .banner_aboutcompany .banner_toppage_items {
        padding-top: 88px;
        padding-bottom: 104px;
        background-image: url(/bitrix/templates/1/image/banner_about_mobile.jpg);
    }

    .banner_toppage.banner_aboutcompany {
        height: auto;
    }

    .block_headertext h3 {
        font-size: 24px;
    }

    .block_text_background {
        font-size: 18px;
        padding: 24px;
    }

    .block_texticon {
        flex-direction: column;
        gap: 16px;
    }

    .block_texticon_text {
        font-size: 16px;
    }

    .block_headertext h3 {
        font-size: 22px;
    }

    .list_textbackground {
        padding: 24px;
    }

    .listflex_point {
        flex: 0 0 100%;
        padding: 12px 0;
    }

    .contacts_logo_img img {
        height: 96px;
        width: auto;
    }

    .contacts_logo_img {
        height: auto;
        width: auto;
        flex: auto;
    }

    .contacts_logo {
        flex-direction: column;
        gap: 0;
    }

    .contact_logo_text {
        padding: 0 24px;
        margin-top: -10px;
    }

    .box_contact h5 {
        margin-bottom: 8px;
    }

    .banner_toppage_tab {
        padding: 24px;
    }

    .banner_toppage_tab_about {
        font-size: 15px;
    }

    .catalog_product {
        padding: 24px;
        gap: 16px;
    }

    .header_left_section {
        margin-left: 24px;
        margin-bottom: 24px;
        margin-right: 24px;
    }

    .section_catalog_product .header_left_section {
        margin-left: 24px;
        margin-bottom: 24px;
    }

    .banner_productdetail {
        padding: 24px 14px 56px;
    }

    .banner_productdetail_name h1 {
        font-size: 30px;
    }

    .product_property {
        padding-left: 24px;
        flex: 0 0 100%;
    }

    .product_detail_tab_text {
        font-size: 15px;
    }

    .section_productdetail_tab_main h3 {
        font-size: 22px;
    }

    .section_productdetail_description h2 {
        font-size: 22px;
    }

    .section_productdetail_description li {
        font-size: 15px;
    }

    .section_productdetail_description h3 {
        font-size: 16px;
    }

    .product_property_section {
        padding-bottom: 48px;
    }

    .banner_pageasearch .banner_toppage_items {
        padding-top: 88px;
        padding-bottom: 120px;
    }

    .banner_toppage.banner_pageasearch {
        height: auto;
    }

    .footer_item,
    .footer_item a {
        font-size: 15px;
    }

    .searchpage_empty p {
        font-size: 15px;
    }

    .popup_content {
        width: calc(100% - 10px);
        padding: 24px;
    }

    .popup_feedback_form_header h4 {
        font-size: 24px;
    }

    .popup_feedback_form_header p {
        font-size: 15px;
        max-width: 32ch;
        margin-right: auto;
        margin-left: auto;
    }

    .forminput {
        font-size: 15px;
    }

    .form_checkbox h5 {
        font-size: 20px;
    }

    .forminput_checkbox label {
        font-size: 15px;
    }

    .forminput_checkbox .check_confiden_text {
        font-size: 12px;
        line-height: 24px;
    }

    .close_popup {
        height: 48px;
        width: 48px;
        top: 16px;
        right: 16px;
        padding: 12px;
    }

    .close_popup svg {
        width: 100%;
        height: 100%;
    }

    .catalog_product_icon {
        width: 64px;
        height: 64px;
        padding: 12px;
    }

    .faq_item_answer ul {
        font-size: 15px;
    }

    .image_slider_btns_new {
        background: #F5F8FC;
    }

    .news_list_cases .caseslist_item_mainpage_main {
        flex: 0 0 100%;
    }

    .news_list_item_name h2 {
        font-size: 24px;
    }

    .newslist_item_mainpage_main .news_list_item_tags, .newslist_item_mainpage_main .news_list_item_name, .newslist_item_mainpage_main .news_list_item_more {
        padding: 0 22px;
    }

    .news_list_item {
        width: 100%;
    }

    .news_list_new {
        row-gap: 88px;
    }

    h1.case_title {
        font-size: 30px;
    }

    .left_side_container {
        padding: 24px;
    }

    .my_used_desidions, .single_image_article {
        margin-left: -16px;
        margin-right: -16px;
    }

    .single_image_article_card {
        padding: 16px;
    }

    .article_gallery_with_slider .image_slider_article {
        margin-left: -16px;
        margin-right: -16px;
        padding: 28px 0;
    }

    .my_steps_numbers li {
        padding-left: 32px;
    }

    .my_steps_numbers_ul {
        margin-top: 36px !important;
    }

    .my_steps_numbers {
        margin-top: 36px !important;
    }

    .article_detail_img {
        margin-top: 14px;
        margin-bottom: 64px;
        margin-right: -16px;
        margin-left: -16px;
    }

    .article_announsment_block {
        padding: 24px;
    }

    .image_slider_btns img {
        max-width: calc(100% - 56px);
    }

    .pop_up.pop_silder .image_slider_btns img {
        max-width: calc(100% - 32px);
    }
}