
@media (min-width: 992px) {
    .container {
        width: 992px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1420px;
    }
}

body {
    background: #F5F5F5;
}


.header_bg_inner {
    background: #fff;
    /* margin-bottom: 22px; */
}

.topbar {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;

    /* Серые/Dark grey */

    color: #4C5056;
    margin-top: 24px;
}

.header_inner {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
}

img.cat_img {
    margin-right: 8px;
}

.catalog_button {
    background: #FF892F;
    border-radius: 9px;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    padding: 13px 10px;
    color: #fff;
    text-decoration: none;
    width: 247px;
    position: relative;
    display: block;
    height: 48px;
}

.catalog_button:hover {
    transition: 0.3s;
    background: #974405;
    color: #fff;
    text-decoration: none;
}

.header_search_inner {
    background: #FFFFFF;
    /* Серые/Stroke */

    border: 1px solid #DEE2E6;
    border-radius: 9px;
    position: relative;
    width: 340px;
}

.input_search {
    border: none;
    margin-left: 40px;
    padding: 14px 10px;
}


.search_img {
    position: absolute;
    margin-left: 20px;
    margin-top: 10px;
}

.search_header {
    width: 340px;
    height: 48px;
}

.header_magazine {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
    width: 259px;
    cursor: pointer;
}

.text_magazine {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */


    /* Основные/Blue */

    color: #2F4B81;
}

.header_colling {
    text-align: right;
    min-width: 273px;
    width: 281px;
}

.header_colling .text_coll {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    /* identical to box height, or 26px */


    /* Основные/Black */

    color: #151516;

}

.header_colling .header_phone {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    /* identical to box height, or 28px */


    /* Основные/Blue */

    color: #2F4B81;
    cursor: pointer;
}

.header_colling .header_phone:hover {
    transition: 0.3s;
    color: #091B3F;
    text-decoration: underline;

}

.header_colling .header_email {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */


    /* Основные/Blue */

    color: #2F4B81;
    cursor: pointer;
}

.header_colling .header_email:hover {
    transition: 0.3s;
    color: #091B3F;
    text-decoration: underline;
}

.menu_header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: space-between;
    padding-bottom: 27px;
}

.menu_item {
    margin-right: 48px;
}

.menu_item a {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    /* or 23px */

    display: flex;
    align-items: center;
    text-align: center;

    /* Основные/Black */

    color: #151516;
}

/* Slider */
.slider_bg {
    background: url(../images/blocks/slider.jpg) no-repeat;
    background-size: cover;
    min-height: 882px;
}

.slider_text_inner .slider_title {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 100%;
    /* identical to box height, or 60px */


    /* white */

    color: #FFFFFF;
    padding-top: 75px;
    padding-bottom: 20px;
}


.catalog_full_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between;
}

.catalog_full_title {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    /* or 38px */


    /* Основные/Black */

    color: #151516;

}

.button_catalog_home {
    background: #FF892F;
    border-radius: 12px;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    /* identical to box height, or 24px */

    text-transform: uppercase;

    /* Основные/White */

    color: #FFFFFF;
    padding: 8px 33px;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
}

.catalog_full_inner {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 40px 22px;
}


.slider_text_inner .slider_description {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    /* or 133% */


    color: #FFFFFF;

    max-width: 810px;
    padding: 10px;
}

.slider_description {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 12px;
}

.slider_dops {
    margin-top: 40px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(2px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
    max-width: 564px;
    padding: 20px;
}


.slider_dops span {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    /* identical to box height, or 29px */


    /* Основные/Orange */

    color: #FF892F;

}

.slider_dops span.white {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    /* identical to box height, or 26px */


    /* Основные/White */

    color: #FFFFFF;

}


/* Category */
.category_home_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

.category_block .category_block_item {
    background: #FFFFFF;
    border-radius: 8px;

    /* Inside auto layout */

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    margin-bottom: 18px;
    padding: 19px;
}

.category_block {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.category_block a {
    width: calc(50% - 20px) !important;
}


.cat_title_item {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    /* identical to box height, or 29px */


    /* Основные/Black */

    color: #151516;
    max-width: 60%;
}

.category_block a:hover {
    text-decoration: none;
}


.category_block_item.big_cat_item {
    flex: wrap;
    flex-wrap: wrap;
    min-height: 350px;
    align-items: flex-start;
}


.podcat_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.podcat_item {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */

    display: flex;
    align-items: flex-end;

    /* Основные/Black */

    color: #151516;
    background: #EBEFF3;
    border-radius: 30px;

    padding: 5px;
    margin-bottom: 12px;
    margin-right: 12px;
}

section.category_section {
    padding-top: 73px;
    padding-bottom: 20px;
}

.small_cat_item .podcat_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-top: 36px;
}

/* Element */

.element_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between;
}

.element_block_items {
    width: 49%;
}

.element_block_item {
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 19px;
    height: 120px;
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
}

.element_block_items .element_title {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    /* identical to box height, or 40px */


    /* Основные/Black */

    color: #151516;
    margin-bottom: 96px;
}

.element_block_item .element_item_title {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    /* identical to box height, or 29px */


    /* Основные/Black */

    color: #151516;
}


.element_section {
    padding-top: 40px;
    padding-bottom: 80px;
}

.element_item_img {
    max-width: 160px;
    position: absolute;
    right: 40px;
    height: 124px;
}

.element_item_img img {
    width: 100%;
    margin-top: 8px;
}

.sale_section .sale_item_title {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    /* or 38px */


    /* Основные/Black */

    color: #151516;
    margin-bottom: 8px;

}

.sale_section .sale_item_description {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    /* identical to box height, or 26px */


    /* Основные/Black */

    color: #151516;
}

.sale_section_inner {
    background: rgba(0, 52, 152, 0.05);
    border-radius: 20px;
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 79px;
    padding-bottom: 79px;
}


.sale_button {
    background: #FF892F;
    border-radius: 12px;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 12px 40px;
    position: relative;
    display: inline-block;
    margin-top: 24px;
}


img.sale_section_img {
    position: absolute;
    left: -40px;
    top: -60px;
}

/* Производство */

.proizv_section {
    padding-top: 150px;
}

.proizv_inner {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 48px;
    height: 100%;
    position: relative;
    display: inline-block;
}

.proizv_inner .proiz_title {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    /* identical to box height, or 40px */


    /* Основные/Black */

    color: #151516;
    padding-bottom: 36px;

}

.proizv_items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
}

.proiz_item {
    display: flex;
    flex-wrap: wrap;
    background: rgba(26, 48, 89, 0.04);
    border-radius: 16px;
    padding: 20px;
    max-width: 310px;
    height: 100%;
}

.proiz_item .proiz_item_title {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    /* or 26px */


    /* Основные/Black */

    color: #151516;
    width: 100%;

}


.proiz_item .proiz_img {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}


.proiz_two_title {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    /* identical to box height, or 28px */


    /* Основные/Black */

    color: #151516;
    padding-bottom: 20px;
}

.proiz_two_description {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    /* or 26px */


    /* Серые/Grey */

    color: #8F949D;

    margin-bottom: 16px;
}


ul.proizv_ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.proizv_ul li {
    margin-bottom: 16px;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #151516;
}

.proizv_block_two {
    padding-top: 40px;
}

img.proizv_two_img {
    position: absolute;
    max-width: 800px;
    margin-top: -20px;
}

.lizing_programm_section {
    padding-top: 100px;
}


.lizing_inner {
    display: inline-block;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px 56px;
}

.lizing_text {
    margin-left: -15px;
}


.lizing_title {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.02em;

    /* Основные/Black */

    color: #151516;
    margin-bottom: 36px;
}

.lizing_text p {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    /* or 26px */


    /* Серые/Grey */

    color: #8F949D;
    margin-bottom: 41px;
    height: 130px;
    overflow: hidden;
}

.liz_item_text.open p {
    height: 100%;
}

.lizing_item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    border-bottom: 1px solid #DEE2E6;
    margin-bottom: 20px;
}

.readmore_lizing {
    margin-left: 60%;
    margin-right: auto;
    margin-bottom: 20px;
}

.lizing_item .liz_item_text {
    width: 60%;
}

.liz_img {
    margin-left: auto;
    margin-right: 0;
    position: relative;
    text-align: right;
    width: 40%;

}

/* Гарантия */

.garancy_section {
    padding-top: 60px;
}

.garancy_inner {
    background: #FFFFFF;
    border-radius: 20px;
    position: relative;
    display: inline-block;
    padding: 48px;
}

.garancy_title {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.02em;

    /* Основные/Black */

    color: #151516;
}

.garancy_top {
    display: inline-block;
}


.garancy_bottom {
    display: inline-block;
}

img.garancy_img {
    position: absolute;
    top: -125px;
}

.gar_li {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    /* identical to box height, or 26px */


    /* Основные/Black */

    color: #151516;
    margin-bottom: 12px;
}

.gar_li img {
    margin-right: 15px;
}

.gar_bottom_title {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    /* or 29px */


    /* Основные/Black */

    color: #151516;
    padding-top: 24px;
    padding-bottom: 24px;
}

.garancy_text_description {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */


    /* Серые/Grey */

    color: #8F949D;
    margin-top: 16px;
}

.garancy_bottom_item {
    background: rgba(26, 48, 89, 0.03);
    border-radius: 16px;
    padding: 28px;
}

.garancy_bottom_inner {
    display: inline-block;
    padding-top: 135px;
}

.section_filials {
    padding-top: 80px;
}

.fillials_title {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    /* identical to box height, or 40px */


    /* Основные/Black */

    color: #151516;
    padding-bottom: 32px;
}

.fillials_inner {
    background: #FFFFFF;
    border-radius: 20px;
    position: relative;
    display: inline-block;
    padding: 48px;
    width: 100%;
}

.fillials_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding-bottom: 24px;
}

.fillials_items .fil_item {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    /* identical to box height, or 22px */

    display: flex;
    align-items: center;
    text-align: center;

    /* Основные/Blue */

    color: #2F4B81;
    background: #EBEFF3;
    border-radius: 30px;
    padding: 10px 15px;
    margin-right: 20px;
    cursor: pointer;
    margin-bottom: 20px;
}


.fil_item.active {
    background: #2F4B81;
    border-radius: 30px;
    color: #fff;
}

.map img {
    max-width: 100%;
}

/* Сертификат */
.sertif_section {
    padding-top: 80px;
}

.sertif_title {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;

    /* Основные/Black */

    color: #151516;

}

.sertif_img {
    width: 100%;
}

.sectif_inner {
    background: #FFFFFF;
    width: 100%;
    border-radius: 20px;
    position: relative;
    display: inline-block;
    padding: 40px;
}

.sertif_img img {
    max-widtH: 100%;
}

.hr {
    border: 1px solid #DEE2E6;
}

.footer {
    background: #FFFFFF;
}

.sertif_section {
    padding-bottom: 80px;
}


.footer_menu {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer_menu_item a {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */

    display: flex;
    align-items: center;
    text-align: center;

    /* Основные/Black */

    color: #151516;
    margin-right: 48px;
}

.footer_menu_item {
    display: flex;
}

.footer_bottom_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.footer_left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}


.footer_text_title {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    /* identical to box height, or 21px */


    /* Серые/Grey */

    color: #8F949D;
    margin-bottom: 8px;
}

.footer_text_items a {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    /* identical to box height, or 21px */


    /* Основные/Black */

    color: #151516;
    margin-right: 12px;
}

.footer_img {
    padding-right: 40px;
    border-right: 1px solid #DEE2E6;
}

.footer_text_inner {
    padding-left: 16px;
}

.footer_text_items .magazine {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */


    /* Основные/Blue */

    color: #2F4B81;

}

.footer_right .phone_text {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    /* identical to box height, or 26px */


    /* Основные/Black */

    color: #151516;
    margin-top: 20px;
    margin-bottom: 6px;
}

.footer_right {
    text-align: right;
}

.footer_right .footer_phone {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    /* identical to box height, or 28px */


    /* Основные/Blue */

    color: #2F4B81;
}

.footer_right .footer_email {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */


    /* Основные/Blue */

    color: #2F4B81;
}


.copy_text {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    /* identical to box height, or 21px */


    /* Серые/Grey */

    color: #8F949D;

    margin-bottom: 4px;
}

.footer_copyright {
    padding-bottom: 24px;
    padding-top: 47px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}


/* Catalog Page */
/* Заголовки/H1 */
.category_section .catalog_section_title {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 100%;
    /* identical to box height, or 60px */


    /* Основные/Black */

    color: #151516;
}

.catalog_sections .category_block_item {
    max-height: 120px;
    min-height: 120px;
}

.catalog_sections .catalog_section_title {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 100%;
    color: #151516;
    text-align: center;
    padding-bottom: 40px;
}

.catalog_sections .category_home_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: baseline;
    align-content: stretch;
}


/* Page category */
.left_sidebar .left_categories_inner .categories_title {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    /* or 38px */


    /* Основные/Black */

    color: #151516;
    padding-bottom: 28px;
}

.left_sidebar .left_categories_inner .category_left_item a {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    /* identical to box height, or 26px */

    display: flex;
    align-items: center;

    /* Основные/Black */

    color: #151516;
    padding: 12px;
}

.left_sidebar .left_categories_inner .category_left_item.active {
    background: #EBEFF3;
    border-radius: 10px;
}

.right_category_items .breakcrumbs a {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */


    /* Основные/Blue */

    color: #2F4B81;
}

.breakcrumbs a {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */


    /* Основные/Blue */

    color: #2F4B81;
}

.right_category_items .breakcrumbs .break_active {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */


    /* Серые/Grey */

    color: #8F949D;

}

.breakcrumbs .break_active {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */


    /* Серые/Grey */

    color: #8F949D;

}

.breakcrumbs .break_active:hover {
    text-decoration: none;
}

.right_category_items .breakcrumbs span {
    margin-left: 6px;
    margin-right: 6px;
}

.right_category_items .category_items_title a {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    /* identical to box height, or 40px */


    /* Основные/Black */

    color: #151516;
}


.right_category_items .category_inner {
    margin-left: -20px;
    margin-right: -20px;
}

.right_category_items .category_item {
    background: #FFFFFF;
    border-radius: 8px;
    width: 100%;
    max-width: 320px;
    margin-right: 20px;
    margin-bottom: 26px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 51px;
    margin-left: 20px;
}

.right_category_items .category_item a {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    /* identical to box height, or 29px */

    text-align: center;

    /* Основные/Black */

    color: #151516;

}

.right_category_items {
    padding-top: 55px;
    width: 100%;
}

.breakcrumbs {
    padding-bottom: 12px;
}


.right_category_items .category_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.category_inner_block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.left_categories_inner {
    max-width: 294px;
}

.left_sidebar {
    position: relative;
    min-width: 320px;
    background: #fff;
    padding-bottom: 107px;
    padding-top: 100px;
    margin-right: 20px;
}

.right_category_items .category_items_title {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    /* identical to box height, or 40px */


    /* Основные/Black */

    color: #151516;
    padding-bottom: 32px;
}

.left_sidebar:before {
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -320px;
    /* max-width: 385px; */
    width: 100%;
    height: 100%;
    top: 0;
}

.return_submit {
    display: flex;
    padding-bottom: 20px;
}

.return_submit:hover .return_title a {
    transition: 0.3s;
    color: #2F4B81;
    text-decoration: none;
}

.return_submit .return_title a {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;

    /* Серые/Dark grey */

    color: #4C5056;
    margin-left: 8px;

}

/* Категории товары */
.products_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 74px;
}

.right_category_items .product_item {
    background: #FFFFFF;
    border-radius: 8px;
    width: 100%;
    max-width: 320px;
    margin-right: 20px;
    margin-bottom: 26px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-left: 20px;
}

.right_category_items .product_item .product_title {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    /* identical to box height, or 28px */

    text-align: center;

    /* Основные/Blue */

    color: #2F4B81;
    padding-bottom: 12px;
}

.right_category_items .product_item .product_img img {
    max-width: 100%;
}

.right_category_items .product_item .product_img {
    margin-bottom: 24px;
    height: auto;
    text-align: center;
    display: block;
}

.product_item a:hover {
    text-decoration: none;
}



.product_options .product_option {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between;
    width: 100%;
}

.product_option .option_title {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */


    /* Серые/Dark grey */

    color: #4C5056;
}

.product_option .option_descr {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */

    text-align: center;

    /* Серые/Dark grey */

    color: #4C5056;
}


/* Детальная страница */

.product_page {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    padding-top: 32px;
}


.product_title {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    /* identical to box height, or 40px */


    /* Основные/Black */

    color: #151516;
    padding-bottom: 8px;
}

.product_quantity {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    /* identical to box height, or 24px */


    color: #36A900;
}


.product_description {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 16px;
}


.product_description .product_desc_title {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    /* or 26px */


    /* Основные/Black */

    color: #151516;

}

.product_description p {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */


    /* Основные/Black */

    color: #151516;
}

.product_description .product_download {
    border: 1px solid #2F4B81;
    border-radius: 8px;
    display: inline-block;
    padding: 5px 10px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */

    text-transform: uppercase;

    /* Основные/Blue */

    color: #2F4B81;

}


.product_description .product_download a {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */

    text-transform: uppercase;

    /* Основные/Blue */

    color: #2F4B81;
}

.product_description {
    margin-bottom: 20px;
}

.page_desc_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between;
    padding-top: 20px;
}

.product_page_buy .product_drive {
    border: 1px solid #DEE2E6;
    border-radius: 12px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 12px;
}
.product_page_buy a:hover {
    text-decoration: none;
}

.product_page_buy a .product_drive {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    /* identical to box height, or 24px */

    text-transform: uppercase;

    /* Серые/Dark grey */

    color: #4C5056;
    text-align: center;
}

.product_page_buy .product_compare {
    border: 1px solid #DEE2E6;
    border-radius: 12px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 12px;
}

a.compare_button.add-to-compare.jsToggleCompare {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: #4C5056;
    text-align: center;
    border: 1px solid #DEE2E6;
    border-radius: 12px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 12px;
    display: block;
}

.product_page_buy a .product_compare {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    /* identical to box height, or 24px */

    text-transform: uppercase;

    /* Серые/Dark grey */

    color: #4C5056;
    text-align: center;
}

.product_page_buy .product_price {
    background: #FF892F;
    border-radius: 12px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 12px;
}

.product_page_buy a .product_price {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    /* identical to box height, or 24px */

    text-transform: uppercase;

    /* Основные/White */

    color: #FFFFFF;
}

.product_page_buy .product_price:hover {
    transition: 0.3s;
    background: #974405;
    color: #fff;
    text-decoration: none;

}

.url_magazine:hover {
    transition: 0.3s;
    color: #091B3F;
}

.product_page_buy .product_price:hover a {
    text-decoration: none;
}

.hr {
    margin-top: 16px;
    border: 1px solid #B8BDC8;
    margin-bottom: 16px;
}


.product_buy_text .buy_text_title {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    /* or 22px */


    /* Основные/Black */

    color: #151516;
    padding-bottom: 8px;
}

.product_buy_text p {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    /* or 21px */


    /* Основные/Black */

    color: #151516;
}

.product_cond {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    /* identical to box height, or 21px */


    /* Основные/Blue */

    color: #2F4B81;
}

.product_page_description {
    max-width: 576px;
    padding-right: 20px;
}

.product_page_buy {
    position: relative;
    max-width: 271px;
}

.product_page_left {
    padding-right: 28px;
    position: relative;
    width: 539px;
}

.product_page_left .product_slider {
    background: #FFFFFF;
    position: relative;
    border-radius: 12px;
    height: 460px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: space-between;
    overflow: hidden;
}

.slider_item {
    width: 100%;
    height: 100%;
    position: relative;
}

.slider_item img {
    max-width: 100%;
}

/* Slider */
.product_page .slick-dots li button {
    width: 8px;
    height: 8px;
}

.product_page .slick-dots li.slick-active button:before {
    color: #2F4B81;
}

.product_page .slick-dots li button:before {
    color: #B8BDC8;
}

.product_page .slick-dots li {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.product_page .slick-prev {
    left: 15px;
    z-index: 200;
    width: 40px;
    height: 40px;
    background: #EBEFF3;
    border-radius: 8px;
}

.product_page .slick-next {
    right: 15px;
    background: #000;
    z-index: 200;
    width: 40px;
    height: 40px;
    background: #EBEFF3;
    border-radius: 8px;
}

.product_page .slick-next:hover {
    background: #EBEFF3;
}


.product_page .slick-prev:hover {
    background: #EBEFF3;
}

.slick-next:before,
.slick-prev:before {
    font-family: none !important;
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: #8F949D;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.chars_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    padding-bottom: 40px;
}

.chars_inner .chars_item {
    margin-right: 24px;
    position: relative;
}

.chars_inner .chars_item a {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    /* identical to box height, or 29px */

    text-transform: uppercase;

    /* Серые/Grey */

    color: #8F949D;

}

.chars_inner .chars_item a:hover {
    text-underline: none;
}

.chars_inner .chars_item.active a {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    /* identical to box height, or 29px */

    text-transform: uppercase;

    /* Основные/Black */
    text-decoration: none;
    color: #151516;
}

.chars_inner .chars_item.active a:hover {
    text-decoration: none;
}

.chars_inner .chars_item.active:before {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -12px;
    border: 4px solid #FF892F;
}

.chars_block {
    background: #FFFFFF;
    border-radius: 8px;
    width: 100%;
    margin-right: 20px;
    padding: 16px;
    min-height: 464px;
}

.chars_block .chars_title {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    /* identical to box height, or 28px */


    /* Основные/Black */

    color: #151516;
    padding-bottom: 12px;
}

.chars_value_inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
    align-content: stretch;
    margin-bottom: 8px;
}

.chars_value_inner .value_title {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    /* identical to box height, or 26px */


    /* Серые/Grey */

    color: #8F949D;

}

.chars_value_inner .value_select {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    /* identical to box height, or 26px */


    /* Основные/Black */

    color: #151516;
}

.chars_two .chars_block {
    min-height: 188px;
}

.product_chars {
    position: relative;
    padding-top: 48px;
}

.product_chars .section_filials {
    padding-top: 35px;
    padding-bottom: 60px;
}

.chars_tab .tech_img {
    max-width: 1200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.naves_inner {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 40px;
}

.naves_inner .naves_item {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px;
    margin-right: 20px;
    width: 335px;
    height: 250px;
    margin-bottom: 40px;
}

.naves_inner .naves_item .naves_title {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    /* or 29px */

    text-align: center;

    /* Основные/Black */

    color: #151516;
    margin-top: 32px;
}

.naves_inner .naves_item .naves_img {
    text-align: center;
    height: 130px;

}

.naves_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.chars_tab {
    display: none;
}

.chars_tab.active {
    display: block;
}

.slick-slide img {
    display: block;
    max-width: 100%;
}

.menu_blue a {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    /* identical to box height, or 22px */

    display: flex;
    align-items: center;

    /* Основные/Blue */

    color: #2F4B81;
}


/* Trade In */
.trade_title {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    /* identical to box height, or 40px */


    /* Основные/Black */

    color: #151516;
    margin-top: 40px;
    margin-bottom: 8px;
    margin-left: -50px;
}

.trade_descr {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    /* or 133% */

    letter-spacing: -0.02em;

    /* Серые/Grey */

    color: #8F949D;
    margin-left: -50px;
}

.trade_in_top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between;
}

.tradein_inner {
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
}

.tradein_blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between;
    margin-top: 20px;
    margin-bottom: 36px;
}


.tradein_blocks .tradein_item {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */

    text-align: center;

    /* Серые/Grey */

    color: #8F949D;
    max-width: 363px;
}

.tradein_form_inner {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(117, 117, 117, 0.1);
    border-radius: 16px;
    padding: 32px 40px;
}

.menu_item a {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    /* or 23px */


    /* Основные/Black */

    color: #151516;

}

.menu_item:hover a {
    text-decoration: none;
    transition: 0.3s;
    color: #2F4B81;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    /* identical to box height, or 22px */


    /* Основные/Blue */

    color: #2F4B81;
}

.footer_menu_item:hover a {
    text-decoration: none;
    transition: 0.3s;
    color: #2F4B81;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    /* identical to box height, or 22px */


    /* Основные/Blue */

    color: #2F4B81;
}

input:focus {
    outline: 0;
}

.menu_item.menu_blue a {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    /* identical to box height, or 22px */

    display: flex;
    align-items: center;

    /* Основные/Blue */

    color: #151516;
}

.menu_item.menu_blue:hover a {
    font-weight: 600;
    color: #2F4B81;
}

input.submit_tradein_form {
    background: #FF892F;
    border-radius: 12px;
    border: none;
    padding: 12px 59px;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    /* identical to box height, or 24px */

    text-transform: uppercase;

    /* Основные/White */

    color: #FFFFFF;
    margin-left: 40px;
}

input.tradein_inut {
    background: #FFFFFF;
    border: 1px solid #DEE2E6;
    border-radius: 9px;
    padding: 7px 15px;
    width: 48%;
    height: 48px;
    margin-right: 12px;
}


.policy_inner {
    padding-top: 12px;
}

.policy_text {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    /* identical to box height, or 21px */

    text-decoration-line: underline;

    /* Основные/Blue */

    color: #2F4B81;
}

.social_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: space-between;
    padding-top: 16px;
}

.social_inner .soc_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: space-between;
}

.soc_text {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */


    /* Серые/Grey */

    color: #8F949D;
    padding-right: 12px;
}

.trade_img img {
    max-width: 390px;
}

.tradein_section {
    padding-top: 80px;
}

.product_page .slick-next:before {
    content: '';
    background-image: url(../images/arrow_right.svg);
    width: 25px;
    height: 25px;
    position: absolute;
    opacity: 1;
    background-repeat: no-repeat;
    left: 15px;
    bottom: 8px;
}

.product_page .slick-prev:before {
    content: '';
    background-image: url(../images/arrow_left.svg);
    width: 25px;
    height: 25px;
    position: absolute;
    opacity: 1;
    background-repeat: no-repeat;
    left: 10px;
    bottom: 8px;
}

.topbar_mobile {
    display: none;
}

section.category_section.catalog_page {
    padding-top: 45px;
}

.product_page .slick-prev:hover {
    transition: 0.3s;
    background: #8F949D;
    border-radius: 8px;
}

.product_page .slick-next.slick-arrow:hover {
    transition: 0.3s;
    background: #8F949D;
    border-radius: 8px;
}

.product_page .slick-prev:hover:before {
    background-image: url(../images/prev_hover.svg);
}

.product_page .slick-next:hover:before {
    background-image: url(../images/next_hover.svg);
}

.product_page_buy .product_drive:hover {
    transition: 0.3s;
    background: gradient(0deg, rgba(26, 48, 89, 0.04), rgba(26, 48, 89, 0.04)),
        #FFFFFF:;
    border: 1px solid #4C5056;
    border-radius: 12px;
}

.product_page_buy .product_drive:hover a {
    text-decoration: none;
}

.product_page_buy .product_compare:hover {
    transition: 0.3s;
    background: gradient(0deg, rgba(26, 48, 89, 0.04), rgba(26, 48, 89, 0.04)),
        #FFFFFF:;
    border: 1px solid #4C5056;
    border-radius: 12px;
}

.product_page_buy .product_compare:hover a {
    text-decoration: none;
}

.chars_item:hover a {
    text-decoration: none;
}

.help_tech_inner {
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    max-height: 532px;
}

.help_tech_img {
    position: relative;
    max-width: 580px;
    width: 580px;
}

.help_tech_img img {
    position: absolute;
    margin-top: -30px;
    margin-left: -15px;
}


.section_help_tech {
    padding-top: 147px;
    margin-top: 80px;
}

.help_tech_title {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    /* or 38px */


    /* Основные/Black */

    color: #151516;
    padding-bottom: 8px;
    margin-left: 40px;
}

.help_tech_desc {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    /* or 26px */


    /* Серые/Dark grey */

    color: #4C5056;
    padding-bottom: 32px;
    margin-left: 40px;
}

.help_right_block {
    padding-top: 96px;
    padding-bottom: 130px;
    width: 100%;
    max-width: 892px;
    z-index: 2;
}

.trade_top {
    width: 60%;
}



.tech_form {
    background: #FFFFFF;
    /* Форма */

    box-shadow: 0px 4px 20px rgba(117, 117, 117, 0.1);
    border-radius: 16px;
    padding: 32px 40px;
    margin-right: 32px;
}

.tech_form_submit {
    background: #FF892F;
    border-radius: 12px;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    /* identical to box height, or 24px */

    text-transform: uppercase;

    /* Основные/White */

    color: #FFFFFF;
    border: none;
    padding: 12px 40px;
}

@media (max-width: 992px) {
    .header_colling {
        text-align: right;
        min-width: 100%;
        width: 281px;
        text-align: center;
    }
}

.footer_menu_item a:nth-child(5) {
    font-weight: 400;
}

.footer_menu_item a:nth-child(5):hover {
    font-weight: 600;
    color: #2F4B81;
}

.hover_cat {
    display: none;
}

.return_submit:hover img:nth-child(1) {
    display: none;
}

.return_submit:hover .hover_cat {
    display: block;
}

.slick-slide img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}


@media (min-width: 1420px) {
    .search_header {
        width: 340px;
        height: 48px;
        margin-left: -10px;
    }

    .header_inner {
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        align-content: space-between;
        margin-left: -15px;
        margin-right: -15px;
    }

    .topbar {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.02em;
        color: #4C5056;
        margin-top: 24px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .menu_header {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        align-content: space-between;
        padding-bottom: 24px;
        margin-left: -15px;
        margin-right: -15px;
    }

}

@media (min-width: 1024px) and (max-width: 1536px) {
    img.proizv_two_img {
        position: absolute;
        max-width: 100%;
    }

    .header_inner {
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        align-items: center;
        align-content: space-between;
    }
}


.category_item .cat_img img {
    max-width: 100%;
}


.soc_inner a.active {
    border-bottom: 1px solid #000;
}


.top_category {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    margin-left: 10px;
    margin-right: 10px;
}


.category_block_item.big_cat_item {
    width: 49%;
}

.category_block_item.small_cat_item {
    width: 49.5%;
}

.podcat_item a{
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    display: flex;
    align-items: flex-end;
    color: #151516;
    background: #EBEFF3;
    border-radius: 30px;
    padding: 5px;
}

.podcat_items a {
    width: auto !important;
}

.cat_title_item a {
    color: #151516;
}

@media (min-width: 1024px) and (max-width: 1366px){
    input.submit_tradein_form{
        margin-left: 0;
    }

    .help_tech_img img {
        position: absolute;
        margin-top: -30px;
        margin-left: -15px;
        width: 100%;
      }
      img.garancy_img {
        position: absolute;
        top: 0;
        width: 100%;
        left: auto;
        margin-right: -50px;
        right: -50px;
      }
}


.modal-body .tradein_inut_select {
    width: 100%;
}



@media (min-width: 992px) and (max-width: 1140px) {
    .menu_item {
        margin-right: 18px;
      }
    .menu_item a {
        font-weight: 400;
        font-size: 12px;
    }

    .menu_item:hover a {
        text-decoration: none;
        transition: 0.3s;
        color: #2F4B81;
        font-family: 'Source Sans 3';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 130%;
        color: #2F4B81;
      }
}

@media (min-width: 1140px) and (max-width: 1480px) {
    .menu_item {
        margin-right: 18px;
      }
    .menu_item a {
        font-weight: 400;
        font-size: 16px;
    }

    .menu_item:hover a {
        text-decoration: none;
        transition: 0.3s;
        color: #2F4B81;
        font-family: 'Source Sans 3';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
        color: #2F4B81;
      }
}
