@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&family=Roboto:wght@300;400;500;700&family=Open+Sans:wght@300;400;500;600;700&display=swap');

.slide_content {
    display: flex;
    height: 100%;
    /*align-items: flex-end;*/
}

.slide_content > .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
}

.slide_content a {
    color: inherit;
    text-decoration: none;
}

.slide_content a.slide_btn {

    /*position: absolute;*/
    /*bottom: 25px;*/
    left: 0;
}

@media (max-width: 1400px) {
    .slide_content a.slide_btn {
        /*left: 35%;*/
    }

    .slide_content > .container {
        justify-content: center;
    }
}

.wNews {
    text-align: center;
    order: 2;
}

.wNews h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #0E3365;
    margin-bottom: 25px;
}

a {
    color: black;
    text-decoration: underline;
}

.mainArticle {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.wNews .newsBlock.newsBlockImg {
    display: flex;
    border-radius: 24px;
    overflow: hidden;
    height: 240px;
}

.wNews .newsBlock .newsImage {
    width: 100%;
    margin-left: 0;
    float: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

@media (max-width: 500px) {

}

.wNews .newsBlock.newsBlockImg {
    padding: 0;
    position: relative;
}

.wNews .newsBlock .body {
    display: none;
}

#ten_section .wPageMain img {
    max-width: 100% !important;
    height: auto;
    width: 50%;
}

.wNews .newsBlock .newsImage img {
    max-width: 100% !important;
    width: 100%;
    max-height: 500px !important;
    object-fit: cover;
}

.mainArticle {
    margin: 0;
    padding: 0;
}

.slide_image {
    position: absolute;
    z-index: 1;
    width: 100%;
}

.slide_image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.slide_title {
    position: relative;
    z-index: 10;
}

.slide_title h2 {
    color: white;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 15px;
}

.slide_title p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 100;
    font-size: 21px;
    color: white;
}

@media (max-width: 991px) {
    .slide_title h2 {
        font-size: 27px;
    }

    .slide_title p {
        font-size: 14px;
    }

    .catalog-item__heading {
        font-size: 22px;
    }

    .catalog-item__parts {
        font-size: 14px;
    }
}

@media (min-width: 991px) and (max-width: 1400px) {
    .slide_title h2 {
        font-size: 31px;
    }

    .slide_title p {
        font-size: 14px;
    }
}

#fs_slider .slide_content > .container {
    padding: 25px 0;
}

.slide_btn {
    position: relative;
    z-index: 10;
    width: fit-content;

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 30px 50px;
    height: 85px;
    text-decoration: none;

    background: #0E3365;
    border-radius: 8px;
}

#fs_slider .slide_btn {
    width: 310px;
}

.slide_btn > .btn {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;

    color: #FFFFFF;
}


h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;

    color: #0E3365;
    margin-bottom: 25px;
}

#catalog {
    gap: 24px;
}

#second_section {
    padding: 3rem 0px;
    background-color: #F8F8F8;
}

.catalog-item {
    width: calc((100% - 48px) / 3);
}

.catalog-item:hover .catalog_item_title span {
    color: rgba(255, 204, 0, 1);
}

.catalog-item:hover .catalog_item_image {
    filter: blur(2px);
}

.catalog-item > a {
    text-decoration: none;
}

.catalog-item__parts {
    background-color: #fff;
    color: #000000;
    font-size: 14px;
    padding: 4px 16px;
    border-radius: 100px;
    display: flex;
    gap: 8px;
    align-items: center;
    width: fit-content;
}

.catalog-item__heading {
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
}

@media (max-width: 991px) {
    .catalog-item {
        width: calc((100% - 24px) / 2);
    }
}

.catalog_item_title {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 24px;
    padding: 0px 24px;

}

.catalog_item_title > span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #000;

    color: #FFFFFF;
}

.catalog_item_image img {
    width: 100%;
    height: 100% !important;
    border-radius: 20px;
    object-fit: cover;
}

.catalog_item {
    position: relative;
    height: 100%;
    transition: all 0.5s ease;
    width: 100%;
}

#third_section p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;

    letter-spacing: -0.2px;

    color: #434B53;
}

#third_section p > b {
    font-weight: 700;
}

#four_section .slide_btn, #third_section .slide_btn {
    position: relative;
    z-index: 10;

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 30px 50px;
    width: fit-content;
    height: 55px;
    text-decoration: none;

    background: #0E3365;
    border-radius: 8px;
}

#four_section .slide_btn > .btn, #third_section .slide_btn > .btn {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;

    color: #FFFFFF;
}

#four_section h6 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;

    color: #2E363E;
}

#four_section p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;

    color: #2E363E;
}

.advantage_counter {
    padding: 7px 20px;

    background: #0E3365;
    border: 2px solid #5D6AFB;
    box-sizing: border-box;
    border-radius: 100px;

    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 27px;
    align-items: center;
    text-align: center;

    color: #FFFFFF;
    transition: all 0.5s ease;
}

.catalog_item_image {
    height: 100%;
    max-height: 140px;
}

.advantag_href {
    text-decoration: none;
}

.advantag_href:hover .advantage_counter {
    background: #FFCC00;
    border: 2px solid #FFCC00;
}

.osago-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 400px;
}

.osago-banner__inner {
    display: flex;
    width: 100%;
    min-height: 400px;
}

.osago-banner__left {
    position: relative;
    width: 60%;
    overflow: hidden;
}

.osago-banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.osago-banner__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(2px);
}

.osago-banner__bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
    z-index: 2;
}

.osago-banner__left .container {
    display: flex;
    justify-content: end;
    position: relative;
    z-index: 3;
    height: 100%;
}

.osago-banner__content {
    position: relative;
    z-index: 3;
    padding: 80px 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.osago-banner__nav {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.osago-banner__nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #FFFFFF;
    /* font-family: Montserrat; */
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
}

.osago-banner__nav-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #FFFFFF29;
    border-radius: 30px;
    transition: background 0.3s ease;
}

.osago-banner__nav-icon img {
    width: 16px;
    height: 16px;
    transition: filter 0.3s ease;
}

.osago-banner__nav-link:hover .osago-banner__nav-icon svg path {
    fill: #FFF;
}

.osago-banner__nav-link:hover {
    color: #FFCC00;
}

.osago-banner__nav-link:hover .osago-banner__nav-icon {
    background: #E1BB22;
}

.osago-banner__nav-link:hover .osago-banner__nav-icon img {
    filter: brightness(0) invert(1);
}

.osago-banner__nav-arrow {
    display: inline-flex;
    align-items: center;
}

.osago-banner__nav-arrow img {
    width: 6px;
    height: 11px;
}

.osago-banner__title {
    /* font-family: Open Sans; */
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    color: #FFFFFF;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.osago-banner__subtitle {
    /* font-family: Montserrat; */
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    color: #FFCC00;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.osago-banner__description {
    /* font-family: Montserrat; */
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 0 32px 0;
    line-height: 1.5;
}

.osago-banner__buttons {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.osago-banner__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    border-radius: 5px;
    text-decoration: none;
    /* font-family: Montserrat; */
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    transition: background 0.3s ease;
}

.osago-banner__btn--call {
    background: #FFCC00;
    color: #000000;
}

.osago-banner__btn--call:hover {
    color: #000000;
    background: #E2B500;
}

.osago-banner__btn--address {
    background: #FFFFFF29;
    color: #FFFFFF;
    gap: 10px;
}

.osago-banner__btn--address:hover {
    color: #FFFFFF;
}

.osago-banner__address-icon {
    display: inline-flex;
    align-items: center;
}

.osago-banner__address-icon img {
    width: 12px;
    height: 15px;
}

.osago-banner__right {
    position: relative;
    width: 40%;
    background: #FFCC00;
    overflow: visible;
}

.osago-banner__documents {
    position: absolute;
    bottom: 0;
    left: -70px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    /* justify-content: flex-end; */
}

.osago-banner__polis {
    width: 660px;
    height: auto;
    object-fit: contain;
    z-index: 1;
}

@media (max-width: 992px) {
    .osago-banner__inner {
        flex-direction: column;
    }

    .osago-banner__left {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 400px;
    }

    .osago-banner__right {
        position: relative;
        width: 100%;
        min-height: 222px;
    }

    .osago-banner__content {
        padding: 30px 25px;
    }

    .osago-banner__title,
    .osago-banner__subtitle {
        font-size: 32px;
    }

    .osago-banner__description {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .osago-banner__right {
        min-height: 222px;
    }

    .osago-banner__documents {
        left: 0;
        right: 0;
    }

    .osago-banner__nav-text {
        font-size: 14px;
    }

    .osago-banner__content {
        padding: 20px 15px;
    }

    .osago-banner__nav {
        flex-direction: row;
        margin-bottom: 16px;
        gap: 16px;
    }

    .osago-banner__nav-link {
        gap: 6px;
    }

    .osago-banner__nav-icon {
        width: 20px;
        height: 20px;
    }

    .osago-banner__title,
    .osago-banner__subtitle {
        font-size: 22px;
    }

    .osago-banner__description {
        font-size: 14px;
    }

    .osago-banner__btn {
        width: 100%;
        font-size: 14px;
        padding: 12px 20px;
    }

    .osago-banner__buttons {
        flex-direction: column;
        gap: 8px;
    }
}

#five_section {
    height: 455px;
    position: relative;
}

#five_section .box-content h3 {
    font-size: 20px;
}

#five_section .box-content p {
    font-size: 16px;
}

#five_section .slide_image > img {
    width: 100%;
}

#five_section .box-content {
    padding: 30px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: white;
    position: relative;
    z-index: 10;
}

@media (min-width: 1300px) {
    #five_section .box-content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

#five_section .section_btn {
    position: relative;
    z-index: 10;

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 30px 0;
    height: 55px;

    background: #0E3365;
    border-radius: 8px;
}

#five_section .section_btn > .btn > a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;

    color: #FFFFFF;
}

#five_section h6 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;

    color: #000000;
}

#five_section p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;


    color: #484848;
}

#five_section .row p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;

    color: #2E363E;
}

.parts-section {
    padding: 80px 0;
    background: #F5F5F5;
}

.parts-section__tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.parts-section__tab {
    padding: 10px 20px;
    background: #FFFFFF;
    border-radius: 20px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #2E363E;
}

.parts-section__tab--active {
    background: #E5E5E5;
}

.parts-section__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr) 364px;
    gap: 24px 24px;
}

.parts-section__title {
    grid-column: 1 / 4;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    margin: 0 0 16px 0;
}

.parts-section__card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.parts-section__card-icon {
    width: 40px;
    height: 40px;
    background: #F0F0F0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    filter: drop-shadow(0px 3px 2px #0000001F);
    align-self: flex-end;
}

.parts-section__card-icon img,
.parts-section__card-icon svg {
    width: auto;
    height: auto;
    max-width: 20px;
    max-height: 20px;
}

.parts-section__card-title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #2E363E;
    margin: 0;
    padding: 16px;
}

.parts-section__search {
    grid-row: span 2;
    background: #0E3365;
    border-radius: 20px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    gap: 20px;
}

.parts-section__search-icon {
    width: 48px;
    height: 48px;
    background: #F8F8F8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    align-self: flex-end;
}

.parts-section__search-icon img,
.parts-section__search-icon svg {
    width: 21px;
    height: 21px;
    transition: filter 0.3s ease;
}

.parts-section__search-content {
    padding: 16px;
    text-align: left;
    width: 100%;
}

.parts-section__search-title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.parts-section__search-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.8;
}

.parts-section__search:hover .parts-section__search-title {
    color: #FFCC00;
}

.parts-section__search:hover .parts-section__search-icon {
    background: #E1BB22;
}

.parts-section__search:hover .parts-section__search-icon img,
.parts-section__search:hover .parts-section__search-icon svg {
    filter: brightness(0) invert(1);
}

@media (max-width: 992px) {
    .parts-section__content {
        grid-template-columns: 1fr;
    }

    .parts-section__title {
        grid-column: 1;
    }

    .parts-section__search {
        grid-row: auto;
        order: 999;
    }
}

@media (max-width: 576px) {
    .parts-section {
        padding: 40px 0;
    }

    .parts-section__tabs {
        margin-bottom: 20px;
    }

    .parts-section__tab {
        font-size: 14px;
        padding: 8px 16px;
    }

    .parts-section__title {
        font-size: 22px;
    }

    .parts-section__card {
        padding: 20px;
    }

    .parts-section__card-title {
        padding: 16px;
        font-size: 18px;
    }

    .parts-section__search {
        padding: 30px 20px;
    }
}

#six_section {
    position: relative;
    display: flex;
    align-items: center;
    height: 455px;
}

#six_section > .container {
    position: relative;
    z-index: 10;
}

#six_section h6, #six_section p, #six_section li {
    color: white;
}

#six_section h6 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;


    color: #FFFFFF;
}

#six_section p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 150%;
    /* identical to box height, or 24px */


    color: #FFFFFF;
}

#six_section li::marker {
    color: #FFCC00;
    font-size: 20px
}

#seven_section h6 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;

    color: #274169;
}

#seven_section p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;

    color: #2E363E;
}

#seven_section p.text-start {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: right;

    color: #24282B;
}

.img_dot_left, .img_dot_right {
    position: relative;
}

.slick-next {
    right: -20px;
}

.slick-prev {
    left: -20px;
}

#eleven_section .slick-prev, #eleven_section .slick-next {
    width: 40px;
    height: 40px;
}

#nine_section img {
    object-fit: cover;
    object-position: top;
    height: 100%;
}

#nine_section > .row > div {
    height: 100%;
}

#nine_section .img {
    height: 181px;
}

.slick-track {

}

@media (min-width: 1100px) {
    /* the parent */
    .slick-list {
        margin: 0 -9px;
    }

    /* item */
    .wNews .newsBlock.newsBlockImg {
        padding: 0 0px;
    }

    .slick-next {
        right: -20px !important;
    }

    .slick-prev {
        left: -20px !important;
    }
}

@media (max-width: 768px) {
    #seven_section p.text-start {
        list-style: disc outside none;
        display: list-item;
    }

    #seven_section p.text-start::marker {
        color: #FFCC00;
        font-size: 20px;
    }

    .mainBottomContainer {
        gap: 24px;
    }

    .mainBottomContainer .map-section__link_mobile {
        order: 3;
    }

    .wNews .newsBlock {
        margin-bottom: 0;
    }

    .slick-next {
        display: none !important;
    }

    .slick-prev {
        display: none !important;
    }
}

@media (min-width: 991px) {
    .img_dot_left:before, .img_dot_right:before {
        display: block;
        content: ' ';
        background-image: url('//f.nodacdn.net/663933');
        width: 6px;
        height: 6px;
        border-radius: 50%;
        position: absolute;
        background-color: #D80C24;
        top: 0;
    }

    .img_dot_left:after, .img_dot_right:after {
        display: block;
        content: ' ';
        width: 90px;
        height: 3px;
        z-index: 0;
        position: absolute;
        background-color: #D80C24;
        top: 1px;
    }

    .img_dot_left:before {
        right: -5px;
    }

    .img_dot_left:after {
        right: -68px;
    }

    .img_dot_right:before {
        left: -5px;
    }

    .img_dot_right:after {
        left: -68px;
    }

    .img_dot_left:nth-child(1):after {
        right: -87px;
        width: 87px;
    }

    .img_dot_left:nth-child(2):after {
        right: -52px;
        width: 52px;
    }

    .img_dot_left:nth-child(3):after {
        right: -89px;
        width: 89px;
    }

    .img_dot_right:nth-child(1):before {
        top: 9px;
    }

    .img_dot_right:nth-child(1):after {
        top: 10px;
        left: -113px;
        width: 113px;
    }

    .img_dot_right:nth-child(2):after {
        left: -52px;
        width: 52px;
    }

    .img_dot_right:nth-child(3):after {
        left: -75px;
        width: 75px;
    }

}

@media (min-width: 1200px) {
    .img_dot_right:nth-child(1):after {
        left: -136px;
        width: 136px;
    }

    .img_dot_right:nth-child(3):after {
        left: -107px;
        width: 107px;
    }

}

@media (min-width: 768px) and (max-width: 1200px) {
    #seven_section p.text-start {
        font-size: 12px;
    }
}

#eight_section a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;

    color: #2E363E;
}

#news a {
    text-decoration: none;
}

#news h6 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;

    color: #000000;
}

#news p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;

    color: #929292;
}

#third_section .slide_btn, #ten_section .slide_btn {
    width: 250px;
    height: 55px;
}

#ten_section .slick-track {
    display: flex;
    align-items: center;
}

#ten_section .slick-next:before {
    background-image: url('//f.nodacdn.net/431876');
    background-repeat: no-repeat;
    width: 30px;
    display: block;
    height: 30px;
    content: " ";
}

#ten_section .slick-prev:before {
    background-image: url('//f.nodacdn.net/431878');
    background-repeat: no-repeat;
    width: 30px;
    display: block;
    height: 30px;
    content: " ";
}

.wNews .slick-next, .wNews .slick-prev, .wNews .slick-next:hover, .wNews .slick-prev:hover, .wNews .slick-next:focus, .wNews .slick-prev:focus, #ten_section .slick-next {
    width: 40px;
    display: block;
    height: 40px;
}

#ten_section .slick-prev, #ten_section .slick-next:hover, #ten_section .slick-prev:hover, #ten_section .slick-next:focus, #ten_section .slick-prev:focus {
    width: 30px;
    display: block;
    height: 30px;
}

.wNews .slick-next:before {
    background-image: url('//f.nodacdn.net/663933');
    width: 40px;
    display: block;
    height: 40px;
    content: " ";
    background-size: 40px 40px;
}

.wNews .slick-prev:before {
    background-image: url('//f.nodacdn.net/663934');
    width: 40px;
    display: block;
    height: 40px;
    content: " ";
    background-size: 40px 40px;
}

.slick-arrow {
    z-index: 90;
}

.wNews .newsBlock.newsBlockImg > a {
    display: block;
    order: 1;
    margin-top: 7px;
    position: absolute;
    bottom: 48px;
    left: 24px;
    color: white;
    z-index: 1;
    text-decoration: none;
    font-size: 20px;
    text-align: left;
}

.redBlueTemplateTheme .wNews .newsBlock .date {
    color: white;
    background-color: transparent;
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 1;
}

.wNews .newsBlock {
    border: 0;
}

.h1 {
    font-size: 20px;
    margin-bottom: 15px;
}

@media (max-width: 990px) {
    #eleven_section .wNews .newsBlock.newsBlockImg > a {
        margin: auto;
    }

    .slick-next {
        right: 0;
    }

    .slick-prev {
        left: 0;
    }

    #five_section .slide_image > img {
        width: 100%;
    }

    .slide_btn {
        width: fit-content !important;
        padding: 5px 15px !important;
        height: fit-content !important;
    }
}

#eleven_section .news_data {
    margin-top: 15px;
}

/*#news .partner_slide{
    max-width: 263px;
}*/
/* Слайды */
/*#partners .slick-slide {
   margin: 0 26px;
}*/
.carousel-control-next-icon {
    background-image: url('//f.nodacdn.net/431871');
    width: 60px;
    height: 60px;
}

.carousel-control-prev-icon {
    background-image: url(///f.nodacdn.net/431873);
    width: 60px;
    height: 60px;
}

.tel:hover {
    cursor: pointer;
    text-decoration: underline !important;
}

.carousel-control-next, .carousel-control-prev {
    align-items: flex-end;
    display: none;
}

@media (max-width: 767px) {
    #wheals {
        width: 50% !important;
    }

    #eleven_section .wNews .newsBlock.newsBlockImg > a {
        width: 215px;
    }
}

@media (max-width: 767px) {
    .catalog-item {
        width: calc(100%);
    }
}

@media (min-width: 768px) {
    #fs_slider .slide_content > .container {
        max-width: 620px;
    }

    .carousel-control-next, .carousel-control-prev {
        align-items: center;
        display: flex;
    }
}

@media (min-width: 991px) {
    #fs_slider .slide_content > .container {
        max-width: 720px;
    }
}

.mainBottomContainer {
    max-width: 900px;
    margin: auto;
    flex-direction: column;
    gap: 32px;
}

@media (min-width: 1200px) {
    #fs_slider .slide_content > .container {
        max-width: 1000px;
    }

    .mainBottomContainer {
        max-width: 1000px;
    }
}

@media (min-width: 1400px) {
    #fs_slider .slide_content > .container {
        max-width: 1100px;
    }

    .mainBottomContainer {
        max-width: 1200px;
    }
}

/**{
    border: 1px solid red;
}*/
#first_section {
    height: 485px;
    position: relative;
}

#fs_slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

#fs_slider .carousel-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    background-color: #00000066;
}

#fs_slider .carousel-item .slide_content .container {
    display: grid;
    grid-template-columns: 1fr max-content;
    max-width: 1320px;
    padding-top: 85px;
    align-items: normal;
}

#fs_slider .carousel-item .slide_content .container .slide_content-block .slide_content-block__text p:first-child {
    font-family: Open Sans;
    font-weight: 750;
    font-size: 38.5px;
    line-height: 125%;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 645px;
    margin: 0;
}

#fs_slider .carousel-item .slide_content .container .slide_content-block .slide_content-block__text p:last-child {
    margin: 8px 0 0;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    max-width: 758px;
}

#fs_slider .carousel-item .slide_content .container .slide_content-block .slide_content-block__link {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    padding: 18px 24px;
    background: #FFCC00;
    border-radius: 5px;
    display: flex;
    width: fit-content;
    margin-bottom: 19px;
}

#fs_slider .carousel-item .slide_content .container .slide_content-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#fs_progress {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    z-index: 1;
}

#fs_progress .container {
    max-width: 1345px;
}

#fs_progress .container .carousel-progress {
    display: flex;
    align-items: center;
    gap: 8px;
}

#fs_progress .container .carousel-progress .fs_bar {
    width: 100%;
    background: #FFFFFF66;
    height: 4px;
    border-radius: 4px;
    cursor: pointer;
}

#fs_progress .container .carousel-progress .fs_bar span {
    background: #FFFFFF;
    margin: 0;
    display: flex;
    border-radius: 4px;
    height: 100%;
}

#fs_slider .carousel-item .slide_content .container .slide_content-img__mob {
    display: none;
}

#fs_slider .carousel-btns {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1600px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#fs_slider .carousel-btn {
    z-index: 1;
    background: none;
    border: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

#fs_slider:hover .carousel-btn {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 1400px) {
    #fs_slider .carousel-item .slide_content .container {
        padding: 85px 90px 25px;
    }

    #fs_slider .carousel-item .slide_content .container .slide_content-img__pc {
        height: 300px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 1200px) {
    #fs_slider .carousel-item .slide_content .container .slide_content-block .slide_content-block__text p:first-child {
        font-size: 30px;
    }

    #fs_slider .carousel-item .slide_content .container .slide_content-block .slide_content-block__text p:last-child {
        font-size: 16px;
    }

    #fs_slider .carousel-item .slide_content .container .slide_content-img__pc {
        height: 250px;
    }
}

@media screen and (max-width: 768px) {
    #fs_progress {
        top: 15px;
    }

    #fs_progress .container {
        padding: 0 15px;
    }

    #fs_slider .carousel-item .slide_content .container {
        grid-template-columns: auto;
        padding: 50px 15px 0px;
        align-content: space-between;
        justify-items: center;
    }

    #fs_slider .carousel-item .slide_content .container .slide_content-block .slide_content-block__text p:first-child {
        font-size: 24px;
        line-height: 121%;
        letter-spacing: -0.5px;
        margin-right: 12px;
    }

    #fs_slider .carousel-item .slide_content .container .slide_content-block .slide_content-block__text p:last-child br {
        display: none;
    }

    #fs_slider .carousel-item .slide_content .container .slide_content-block .slide_content-block__link {
        margin: 25px 0 0;
        width: 100%;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        padding: 14px 24px;
    }

    #fs_slider .carousel-item .slide_content .container .slide_content-img__pc {
        display: none;
    }

    #fs_slider .carousel-item .slide_content .container .slide_content-img__mob {
        display: flex;
    }

    #fs_slider .carousel-btn {
        display: none;
    }
}

.carousel-item {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* services */
.services {
    max-width: 1920px;
    margin: 0 auto;
    padding: 3rem 0px;
}

.section-title3 {
    font-size: 36px;
}

.services-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.services-link {
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
}

.services-link:hover {
    color: rgba(255, 204, 0, 1);
}

.services-link:after {
    content: url("data:image/svg+xml,%0A%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6.99998C8 6.74907 7.90396 6.49819 7.71229 6.3069L1.67776 0.287198C1.29388 -0.0957329 0.671503 -0.0957329 0.287787 0.287199C-0.095929 0.669975 -0.0959289 1.29071 0.287787 1.67367L5.62748 6.99998L0.287974 12.3263C-0.0957419 12.7092 -0.0957419 13.3299 0.287974 13.7127C0.67169 14.0958 1.29407 14.0958 1.67794 13.7127L7.71248 7.69306C7.90418 7.50167 8 7.25079 8 6.99998Z' fill='%23FFCC00'/%3E%3C/svg%3E%0A");
}

.services-more {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    cursor: pointer;
}

.services-more:hover {
    color: rgba(255, 204, 0, 1);
}

.services-container {
    display: none;
}

.services-more:after {

    content: url("data:image/svg+xml,%0A%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.50002 8C7.75093 8 8.00181 7.90396 8.1931 7.71229L14.2128 1.67776C14.5957 1.29388 14.5957 0.671503 14.2128 0.287787C13.83 -0.0959291 13.2093 -0.0959291 12.8263 0.287787L7.50002 5.62748L2.17369 0.287972C1.79076 -0.0957436 1.17008 -0.0957437 0.787337 0.287972C0.404221 0.671688 0.40422 1.29407 0.787337 1.67794L6.80694 7.71248C6.99833 7.90418 7.24921 8 7.50002 8Z' fill='%23FFCC00'/%3E%3C/svg%3E%0A");
    margin-left: 8px;
}

.servicesItems {
    display: flex;
    flex-wrap: wrap;
    margin: 70px -15px 0;
}

.servicesItem {
    margin: 0 15px 70px;
    width: calc(25% - 30px);
    text-decoration: none;
    transition: all 0.3s;
}

.servicesItem-wrapimg {
    background: #E3E3E3;
    height: 150px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 15px;
    transition: all 0.3s;
}

.servicesItem-img {
    position: relative;
    top: -40px;
}

.servicesItem-title {
    font-family: Open Sans;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #333;
    transition: all 0.3s;
}

.servicesItem:hover .servicesItem-title {
    color: #0E3365;
}

.servicesItem:hover .servicesItem-wrapimg {
    background: #FFCC00
}


@media screen and (max-width: 992px) {
    .services .container {
        position: relative;
        padding-bottom: 80px;
    }

    .services-link {
        position: absolute;
        background-color: rgba(255, 204, 0, 1);
        left: 0;
        text-align: center;
        padding: 12px 20px;
        bottom: 0px;
        font-weight: 600;
        font-size: 14px;
        text-align: center;
        display: block;
        border-radius: 5px;
        right: .75rem;
        left: .75rem;
    }

    .services-more:hover {
        background-color: rgba(226, 181, 0, 0.16);
        border-radius: 5px;
        color: rgba(0, 0, 0, 1);
    }

    .services-link:hover {
        background-color: rgba(226, 181, 0, 1);
        color: rgba(0, 0, 0, 1);
    }

    .servicesItems {
        margin: 55px 0px 0;
        gap: 7px;
    }

    .servicesItem {
        margin: 0 0px 70px;
        width: calc((100% - 14px) / 3);
    }

    .servicesItem-wrapimg {
        height: 100px;
    }

    .servicesItem-img {
        top: -50px;
    }

    .servicesItem-title {
        font-size: 21px;
    }


}


@media screen and (max-width: 768px) {

    .servicesItems {
        margin: 35px 0 0;
        gap: 7px;
    }

    .servicesItem-img {
        width: 100%;
        top: -30px;
    }

}


@media screen and (max-width: 576px) {

    .servicesItem {
        width: calc(50% - 7px);
        margin: 0 0px 50px;
    }

    .servicesItem-wrapimg {
        height: 100px;
    }

    .servicesItem-img {
        width: 150px;
        top: -15px;
    }


}

.wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

.wNews .newsImage {
    position: relative;
    overflow: hidden;
}

.wNews .newsImage::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%);
    z-index: 1; /* Над картинкой, но под ссылкой */
}

.wNews .newsBlock .newsImage a {
    display: flex;
    height: 100%;
}

.wNews .newsBlock .newsImage img {
    display: flex;
    height: 100%;
}

.adress_link {
    text-decoration: no;
}

.map-section {
    background: #ffffff;
    padding: 80px 5vw;
}

.map-section__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 24px;
    max-width: 1140px;
    margin: 0 auto;
}

.map-section__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1 1 320px;
}

.map-section__head {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.map-section__title {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: clamp(24px, 2.2vw, 36px);
    line-height: 1.2;
    color: #000000;
}

.map-section__link {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.35;
    color: #363636;
    text-decoration: none;
}

.map-section__link-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-section__link-svg {
    width: 8px;
    height: 14px;
}


.map-section__card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    background: #f8f8f8;
    border-radius: 20px;
}

.map-section__row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 1.35;
    color: #363636;
}

.map-section__row--vertical {
    align-items: flex-start;
    gap: 16px;
}

.map-section__row-main {
    font-weight: 500;
}

.map-section__row-extra,
.map-section__row-label {
    font-weight: 400;
    color: rgba(54, 54, 54, 0.8);
}

.map-section__row a.map-section__row-main {
    text-decoration: none;
    color: inherit;
}


.map-section__icon {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
}

.map-section__icon-svg {
    width: 16px;
    height: 16px;
    display: block;
}

.map-section__icon--mail::before {
    width: 18px;
    height: 13px;
}

.map-section__icon--location::before {
    width: 14px;
    height: 18px;
    border-radius: 50% 50% 50% 0;
}

/* карта */

.map-section__map-wrapper {
    position: relative;
    flex: 1 1 320px;
    border-radius: 20px;
    overflow: hidden;
    min-height: 320px;
}

.map-section__map {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: none;
}

.map-section__map.is-active {
    display: block;
}

.map-section__link_mobile {
    display: none;
}

@media (max-width: 768px) {
    .map-section__link {
        display: none;
        font-size: 14px;
    }

    .map-section__link_mobile {
        display: flex;
        justify-content: center;
    }

    .map-section__row {
        font-size: 18px;
    }

    .map-section {
        padding: 40px 16px;
    }

    .map-section__inner {
        flex-direction: column;
    }

    .map-section__map-wrapper {
        min-height: 260px;
    }

    .map-section__title {
        font-size: 24px;
    }

    .wNews .newsBlock.newsBlockImg {
        height: 200px;
    }
}

@media (max-width: 400px) {
    .map-section__link_mobile {
        font-size: 14px;
    }

    .map-section__title {
        font-size: 22px;
    }

    .map-section__row {
        font-size: 14px;
    }
}

.title-overlay {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.title-overlay h3 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: clamp(24px, 2.2vw, 36px);
    line-height: 1.2;
    color: #000000;
}

.title-overlay a {
    text-decoration: none;
}

.wNews .slick-slide {
    margin-right: 12px;
    margin-left: 12px;
}

@media (max-width: 768px) {
    .title-overlay {
        justify-content: start;
        padding-left: 16px;
    }
}

#car_brands_slider {
    padding: 3rem 0;
    background: #F8F8F8;
    overflow: hidden;
}
.car-brands-header {
    text-align: center;
    margin-bottom: 50px;
}
.car-brands-header h2 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 120%;
    color: #000000;
    margin: 0 0 10px 0;
}
.car-brands-header p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #363636;
    margin: 0;
}
.car-brands-slider {
    padding: 20px 0;
    margin: 0 -100px;
    overflow: hidden;
}
/* .car-brands-slider .swiper-wrapper {
    transition-timing-function: linear !important;
}
.car-brands-slider:hover .swiper-wrapper {
    transition: none !important;
} */
.car-brands-slider .swiper-slide {
    width: auto;
    display: flex;
    justify-content: center;
}
.car-brand-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
}
.car-brand-image-wrapper {
    width: 170px;
    height: 150px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}
.car-brand-figure {
    position: absolute;
    bottom: -50%;
    transform: translate(0%, 0%);
    background-color: white;
    left: 0;
    right: 0;
    border-radius: 100%;
    width: 100%;
    height: 170px;
    z-index: 0;
}
.car-brand-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
    z-index: 10;
}
.car-brand-name {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}
.car-brand-name::after {
    content: '';
    width: 0;
    height: 0;
    opacity: 0;
    transition: all 0.3s ease;
}
.car-brand-item:hover .car-brand-figure {
    background: #E4E4E4;
}
.car-brand-item:hover .car-brand-image-wrapper img {
    transform: scale(1.1);
}
.car-brand-item:hover .car-brand-name {
    color: #DFB300;
}
.car-brand-item:hover .car-brand-name::after {
    content: '→';
    width: auto;
    height: auto;
    opacity: 1;
    color: #DFB300;
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    #car_brands_slider {
        padding: 60px 0;
    }
    .car-brands-header {
        text-align: left;
        padding: 0 16px;
        margin-bottom: 24px;
    }
    .car-brands-header h2 {
        font-size: 22px;
    }
    .car-brands-header p {
        font-size: 18px;
    }
    .car-brands-slider {
        padding: 0;
    }
    .car-brand-image-wrapper {
        width: 170px;
        height: 150px;
    }
    .car-brand-image-wrapper img {
        width: 100%;
        height: 100%;
    }
}

#why_choose_us {
    padding: 3rem 0;
}
.why-choose-us-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.why-choose-us-header h2 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 120%;
    color: #000000;
    margin: 0 0 10px 0;
}
.why-choose-us-header p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #363636;
    margin: 0;
}
.why-choose-us-first-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}
.why-choose-us-rows {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.why-choose-us-row-second .why-choose-us-rows {
    grid-template-columns: 0.7fr 1.3fr 1fr;
}
.why-choose-us-row {
    margin-bottom: 24px;
}
.why-choose-us-row:last-child {
    margin-bottom: 0;
}
.why-choose-us-card {
    background: #F4F4F4;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
}
.why-choose-us-card:hover {
    background-color: #EFEFEF;
    transition: background-color 0.3s ease;
}
.why-choose-us-card-icons {
    display: flex;
    justify-content: end;
    gap: 8px;
    margin-bottom: 20px;
}
.why-choose-us-card-icon {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-choose-us-card-icon img {
    width: 18px;
    height: 18px;
}
.why-choose-us-card-content {
    display: flex;
    flex-direction: column;
}
.why-choose-us-card h3 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    color: #000000;
    margin: 0 0 12px 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
a.why-choose-us-card h3::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6.99998C8 6.74907 7.90396 6.49819 7.71229 6.3069L1.67776 0.287198C1.29388 -0.0957329 0.671503 -0.0957329 0.287787 0.287199C-0.095929 0.669975 -0.0959289 1.29071 0.287787 1.67367L5.62748 6.99998L0.287974 12.3263C-0.0957419 12.7092 -0.0957419 13.3299 0.287974 13.7127C0.67169 14.0958 1.29407 14.0958 1.67794 13.7127L7.71248 7.69306C7.90418 7.50167 8 7.25079 8 6.99998Z' fill='%23F6C739'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.3s ease;
}
a.why-choose-us-card:hover h3::after {
    opacity: 1;
}
.why-choose-us-card p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #363636;
    margin: 0;
}
.why-choose-us-card p a {
    color: #0E3365;
    text-decoration: underline;
}
.why-choose-us-card-image {
    width: 100%;
    height: 100%;
    min-height: 200px;
    border-radius: 20px;
    object-fit: cover;
    display: block;
}
.why-choose-us-card[style*="padding: 0"] {
    min-height: 200px;
}
.why-choose-us-card:hover .why-choose-us-card-icon svg path {
    fill: #F9C700;
    transition: fill 0.3s ease;
}
@media screen and (max-width: 991px) {
    .why-choose-us-first-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .why-choose-us-rows {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .why-choose-us-row-second .why-choose-us-rows {
        grid-template-columns: repeat(2, 1fr);
    }
    .why-choose-us-header {
        text-align: left;
    }
    .why-choose-us-header h2 {
        font-size: 28px;
    }
    .why-choose-us-card {
        padding: 20px;
    }
    .why-choose-us-card h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 576px) {
    #why_choose_us {
        padding: 2rem 0;
    }
    .why-choose-us-first-row {
        margin-bottom: 16px;
    }
    .why-choose-us-header h2 {
        font-size: 24px;
    }
    .why-choose-us-rows {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .why-choose-us-row-second .why-choose-us-rows {
        grid-template-columns: 1fr;
    }
    .why-choose-us-row {
        margin-bottom: 16px;
    }
    .why-choose-us-card h3 {
        padding-right: 0;
    }
}

#about_autokor_block {
    padding: 0 0;
}
.about-autokor-card {
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    padding: 0;
}
.about-autokor-image-wrapper {
    position: relative;
    flex: 0 0 461px;
    max-width: 461px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.about-autokor-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}
.about-autokor-content {
    flex: 1;
    padding: 40px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about-autokor-content h2 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 120%;
    color: #000000;
    margin: 0 0 20px 0;
}
.about-autokor-content p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #363636;
    margin: 0 0 16px 0;
}
.about-autokor-content p:last-of-type {
    margin-bottom: 16px;
}
.about-autokor-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    background: #E4E6E9;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    width: fit-content;
    transition: all 0.3s ease;
}
.about-autokor-btn:hover {
    background: #D0D0D0;
    color: #000000;
    text-decoration: none;
}
@media screen and (max-width: 991px) {
    .about-autokor-card {
        flex-direction: column;
    }
    .about-autokor-image-wrapper {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
        height: 300px;
    }
    .about-autokor-image-wrapper img {
        border-radius: 20px 20px 0 0;
    }
    .about-autokor-content {
        padding: 30px 25px;
    }
    .about-autokor-content h2 {
        font-size: 28px;
    }
    .about-autokor-content p {
        font-size: 14px;
    }
}
@media screen and (max-width: 576px) {
    #about_autokor_block {
        padding: 0;
    }
    .about-autokor-content {
        padding: 0;
    }
    .about-autokor-content h2 {
        font-size: 24px;
    }
    .about-autokor-btn {
        width: 100%;
        padding: 12px 24px;
    }
}