/* ============== SECTION_HERO STYLES ============== */

.section_hero_main_page {
    width: 100%;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 140px;
    background-color: rgba(43, 43, 43, 1);
    position: relative;
}

.hero_main_page::after {
    content: '';
    position: absolute;
    top: 180px;
    right: -100px;
    width: 360px;
    height: 360px;
    display: block;
    background-image: url(../images/icons/icon_globus_hero_section.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.3;
}


.container_content_page.hero_main_page {
    height: 100%;
    position: relative;
}

.container_cards_hero_main_page {
    display: none;
}


.box_top_content_hero_main_page {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section_hero_main_page {
    position: relative;
    overflow: hidden;

}


.box_top_content_hero_main_page {
    position: relative;
    z-index: 100;
}

.title_main_page {
    font-family: var(--font-family-base);
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
}

.text_under_title {
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
}


.box_top_content_hero_main_page .link_red {
    padding: 13px 0;
    width: 100%;
    text-align: center;
    font-family: var(--font-family-base);
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
}


@media screen and (min-width: 768px) {
    .section_hero_main_page {
        height: 552px;
        padding-top: 170px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 80px;
    }

    .box_top_content_hero_main_page {
        max-width: 868px;
    }


    .title_main_page {
        font-size: 60px;
    }

    .text_under_title{
        font-size: 24px;
        line-height: 38px;
    }

    .box_top_content_hero_main_page .link_red {
        width: fit-content;
        padding: 18px 40px;
    }
}


@media screen and (min-width: 1200px) {

    .section_hero_main_page {
        height: 100vh;
        padding-top: 210px;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 40px;
    }

    .container_content_page.hero_main_page {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .container_cards_hero_main_page {
        display: grid;
        gap: 20px;
        position: relative;
        z-index: 100;
        grid-template-columns: repeat(3, 1fr);
    }

    .item_card_hero_main_page {
        padding: 40px 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        border-radius: 35px;
        background-color: rgba(18, 18, 18, 1);
    }


    .title_card_hero_main_page{
        font-family: var(--font-family-base);
        font-weight: 700;
        font-size: 26px;
        line-height: 100%;
        vertical-align: middle;
        color: #FFFFFF;
    }

    .descrition_card_hero_main_page {
        font-family: var(--font-family-base);
        font-weight: 400;
        font-size: 24px;
        line-height: 37px;
        vertical-align: middle;
        color: #ffffff;
    }

    .hero_main_page::after {
        width: 752px;
        height: 752px;
        top: 0;
    }


}

@media screen and (min-width: 1600px) {
    /*.section_hero_main_page {*/
    /*    height: 1000px;*/
    /*}*/

    .hero_main_page::after {
        right: 0;
    }
}


/* ============== /SECTION_HERO STYLES ============== */

/* ============== section_we_work_alongside_you STYLES ============== */


.section_we_work_alongside_you {
    padding: 60px 10px;
    background-color: rgba(243, 243, 243, 1);
}

.container_content_page.we_work_alongside_you {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.box_title_we_work_alongside_you {
    display: flex;
    flex-direction: column;
    gap: 30px;
}


.title_we_work_alongside_you {
    width: fit-content;
    font-family: var(--font-family-base);
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: rgba(18, 18, 18, 1);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.title_we_work_alongside_you::after {
    content: '';
    width: 100%;
    height: 4px;
    border-radius: 30px;
    background-color: rgba(204, 41, 41, 1);
    margin-left: auto;
    margin-right: auto;
}


.text_we_work_alongside_you {
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    color: rgba(18, 18, 18, 1);
}

.container_card_we_work_alongside_you {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.item_card_we_work_alongside_you {
    border-radius: 20px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
}

.icon_card_we_work_alongside_you {
    width: 35px;
    height: 35px;
    margin-bottom: 5px;
}


.title_card_we_work_alongside_you {
    font-family: var(--font-family-base);
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
}


.description_card_we_work_alongside_you {
    font-family: var(--font-family-base);
    font-weight: 400;
    font-size: 12px;
    line-height: 1.45;
    text-align: center;
    vertical-align: middle;
}


@media screen and (min-width: 768px) {
    .section_we_work_alongside_you {
        padding: 100px 20px;
    }

    .title_we_work_alongside_you {
        font-size: 40px;
        text-align: center;
        width: 100%;
    }

    .title_we_work_alongside_you::after {
        width: 450px;
    }

    .text_we_work_alongside_you {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .container_content_page.we_work_alongside_you {
        gap: 100px;
    }

    .container_card_we_work_alongside_you {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .item_card_we_work_alongside_you {
        align-items: flex-start;
        padding: 20px;
    }

    .icon_card_we_work_alongside_you {
        width: 45px;
        height: 45px;
        margin-bottom: 20px;
    }

    .title_card_we_work_alongside_you {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .description_card_we_work_alongside_you {
        text-align: left;
        font-size: 20px;
        line-height: 29px;
    }

}

@media screen and (min-width: 1200px) {

    .section_we_work_alongside_you {
        padding: 100px 50px;
    }

    .text_we_work_alongside_you {
        width: 982px;
        margin-left: auto;
        margin-right: auto;
    }
}


@media screen and (min-width: 1600px) {
    .container_content_page.we_work_alongside_you {
        flex-direction: row;
        gap: 162px;
        align-items: center;
    }

    .box_title_we_work_alongside_you {
        max-width: 688px;
        width: 100%;
    }

    .text_we_work_alongside_you {
        width: auto;
    }

    .title_we_work_alongside_you {
        text-align: left;
        font-size: 48px;
    }

    .title_we_work_alongside_you::after {
        margin-left: 0;
        width: 655px;
    }


    .text_we_work_alongside_you {
        text-align: left;
    }


}

/* ============== section_we_work_alongside_you STYLES ============== */

/* ============== section_tariffs STYLES ============== */

.section_tariffs {
    padding: 20px 0;
    background-color: rgba(43, 43, 43, 1);
}

.box_top_section_tariffs {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    margin-bottom: 50px;
}

.container_card_tariffs {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: var(--transition-all-time);
}

.container_card_tariffs.active {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(0);
}


.title_section_tariffs {
    font-family: var(--font-family-base);
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.title_section_tariffs::after {
    content: '';
    width: 250px;
    height: 3px;
    border-radius: 30px;
    background-color: rgba(204, 41, 41, 1);
}


.box_btn_home_biznes_tariffs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    width: 250px;
    height: 31px;
    padding: 3.15px;
    border-radius: 6.3px;
    background-color: rgba(255, 255, 255, 1);
}

.btn_home_biznes_tariffs {
    padding: 6.41px 0;
    border-radius: 6.3px;
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 10.18px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: rgba(18, 18, 18, 1);
    transition: var(--transition-all-time);
}

.btn_home_biznes_tariffs.btn_active {
    background-color: rgba(204, 41, 41, 1);
    color: #FFFFFF;
}


.item_card_tariffs {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 22.13px;
    padding: 16.65px;
    width: 244.54px;
    height: 312.59px;
    display: flex;
    flex-direction: column;
}

.title_card_tariffs {
    font-family: var(--font-family-base);
    font-weight: 700;
    font-size: 13.28px;
    line-height: 100%;
    vertical-align: middle;
    color: rgba(18, 18, 18, 1);
    margin-bottom: 11.07px;
}

.box_label_card_tariffs {
    display: flex;
    align-items: center;
    gap: 8.85px;
    flex-wrap: nowrap;
    margin-bottom: 11.06px;
    cursor: pointer;
}

.label_card_tariffs {
    width: 100%;
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 10.86px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: rgba(18, 18, 18, 1);
    padding: 8.4px 0;
    border-radius: 21.85px;
    background-color: rgba(201, 201, 201, 1);
    transition: var(--transition-all-time);
}


.label_card_tariffs.active {
    background-color: rgba(204, 41, 41, 1);
    color: #FFFFFF;
}

.box_price_card_tariffs {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    margin-bottom: 11.06px;
}


.price_card_tariffs{
    font-family: var(--font-family-base);
    font-weight: 600;
    font-size: 33.2px;
    line-height: 100%;
    vertical-align: middle;
    color: rgba(18, 18, 18, 1);
}

.period_card_tariffs {
    font-family: var(--font-family-base);
    font-size: 13px;
    font-weight: 500;
}

.adress_card_tariffs{
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 11.07px;
    line-height: 100%;
    vertical-align: middle;
    margin-bottom: 11.07px;
    display: block;
}

.decoration_line_tariffs {
    width: 100%;
    height: 0.55px;
    background-color: rgba(18, 18, 18, 1);
    margin-bottom: 11.06px;
}

.box_features_card_tariffs {
    display: flex;
    flex-direction: column;
    gap: 11.06px;
    margin-bottom: 11.06px;
}

.feature_card_tariffs {
    display: flex;
    flex-direction: column;
    gap: 5.53px;
}

.title_feature_card_tariffs {
    display: flex;
    align-items: center;
    gap: 4.98px;
    font-family: var(--font-family-base);
    font-weight: 700;
    font-size: 11.07px;
    line-height: 100%;
    vertical-align: middle;
    color: rgba(18, 18, 18, 1);
}

.title_feature_card_tariffs::before {
    content: '';
    width: 13.28px;
    height: 13.28px;
    background-image: url(../images/icons/icon_red_done.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.description_feature_card_tariffs {
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 8.85px;
    line-height: 100%;
    vertical-align: middle;
    color: rgba(18, 18, 18, 1);
}

.link_card_tariffs {
    font-family: var(--font-family-base);
    font-weight: 700;
    font-size: 13.28px;
    line-height: 13.28px;
    text-align: center;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
    border-radius: 14.38px;
    padding: 5.53px 22.13px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 33.2px;
    width: 100%;
    margin-top: auto;
    background-color: rgba(18, 18, 18, 1);
    border: 1px solid rgba(18, 18, 18, 1);
    transition: var(--transition-all-time);
}

.link_card_tariffs:hover {
    background: rgba(255, 255, 255, 1);
    color: rgba(204, 41, 41, 1);
    border-color: rgba(204, 41, 41, 1);
}


.container_cards_content_tariffs {
    position: relative;
    height: 312.58px;
}

@media screen and (min-width: 768px) {
    .section_tariffs {
        padding: 60px 0;
    }

    .title_section_tariffs {
        font-size: 40px;
    }

    .title_section_tariffs::after {
        width: 405px;
    }

    .box_btn_home_biznes_tariffs {
        width: 405px;
        padding: 5.1px;
        border-radius: 10.2px;
        height: 50.42px;
    }

    .btn_home_biznes_tariffs {
        padding: 10.11px 0;
        border-radius: 10.2px;
        font-size: 16.5px;
    }

    .container_cards_content_tariffs {
        height: 474.82px;
    }

    .item_card_tariffs {
        padding: 25.21px;
        border-radius: 33.62px;
        width: 371.45px;
        height: 474.82px;
    }

    .title_card_tariffs {
        font-size: 20.17px;
        margin-bottom: 16.81px;
    }

    .box_label_card_tariffs {
        gap: 13.45px;
        margin-bottom: 16.81px;
    }

    .label_card_tariffs {
        font-size: 16.5px;
    }

    .box_price_card_tariffs {
        gap: 6px;
        margin-bottom: 16.81px;
    }

    .price_card_tariffs {
        font-size: 50.42px;
    }

    .period_card_tariffs {
        font-size: 16px;
    }

    .adress_card_tariffs {
        font-size: 16.81px;
        margin-bottom: 16.81px;
    }

    .decoration_line_tariffs {
        margin-bottom: 16.81px;
    }

    .box_features_card_tariffs {
        gap: 16.81px;
    }

    .feature_card_tariffs {
        gap: 8.4px;
    }

    .title_feature_card_tariffs {
        gap: 7.56px;
        font-size: 16.81px;
    }

    .title_feature_card_tariffs::before {
        width: 20.17px;
        height: 20.17px;
        background-size: 100%;
    }

    .description_feature_card_tariffs {
        font-size: 13.45px;
    }

    .link_card_tariffs {
        font-size: 20.17px;
        height: 50.42px;
        border-radius: 21.21px;
    }
}

@media screen and (min-width: 1280px) {
    .title_section_tariffs {
        font-size: 48px;
    }

    .title_section_tariffs::after {
        width: 650px;
    }

    .container_cards_content_tariffs {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper_wrapper_home_tariffs {
        gap: 50px;
    }

}

@media screen and (min-width: 1600px) {
    .box_btn_home_biznes_tariffs {
        width: 482px;
        border-radius: 12.14px;
        padding: 6.07px;
        height: 60px;
        gap: 24.38px;
    }

    .btn_home_biznes_tariffs {
        padding: 11.93px 0;
        border-radius: 12.14px;
        font-size: 19.43px;
    }

    .container_cards_content_tariffs {
        height: 565px;
    }

    .item_card_tariffs {
        width: 442px;
        height: 565px;
        padding: 30px;
        border-radius: 40px;
    }

    .title_card_tariffs {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .box_label_card_tariffs {
        gap: 16px;
        margin-bottom: 20px;
    }

    .label_card_tariffs {
        padding: 10px 0;
        border-radius: 26px;
        font-size: 20px;
    }

    .box_price_card_tariffs {
        margin-bottom: 20px;
        gap: 8px;
    }

    .price_card_tariffs {
        font-size: 60px;
    }

    .period_card_tariffs {
        font-size: 20px;
    }

    .adress_card_tariffs {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .decoration_line_tariffs {
        margin-bottom: 20px;
    }

    .box_features_card_tariffs {
        gap: 20px;
    }

    .feature_card_tariffs {
        gap: 10px;
    }

    .title_feature_card_tariffs {
        gap: 9px;
        font-size: 20px;

    }

    .title_feature_card_tariffs::before {
        width: 20px;
        height: 20px;
    }

    .description_feature_card_tariffs {
        font-size: 16px;
    }

    .link_card_tariffs {
        font-size: 24px;
        border-radius: 26px;
        padding: 10px;
        height: 60px;
    }

    .price_card_tariffs.biznes {
        font-size: 58px;
    }

}

.tariffs_page .section_tariffs {
        background-color: rgba(243, 243, 243, 1);
}

.tariffs_page .section_tariffs{
    padding-top: 148px;
    padding-bottom: 60px;
}

.tariffs_page .title_section_tariffs {
    font-family: var(--font-family-base);
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    color: rgb(18,18,18, 1);
}

.tariffs_page .title_section_tariffs::after {
    width:  200px;
    margin-bottom: 15px;
}

.tariffs_page  .box_top_section_tariffs {
    gap: 0;
}

.text_under_title_section_tariffs {
    font-family: var(--font-family-base);
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 60px;

}

@media screen and (min-width: 768px) {
    .tariffs_page .section_tariffs{
        padding-top: 194px;
        padding-bottom: 100px;
    }

    .tariffs_page .title_section_tariffs {
        font-size: 32px;
    }

    .tariffs_page .title_section_tariffs::after {
        width: 250px;
    }

    .text_under_title_section_tariffs {
        font-size: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .tariffs_page .title_section_tariffs::after {
        width: 350px;
    }
    
    .text_under_title_section_tariffs {
        font-size: 24px;
    }
}


/* ============== /section_tariffs STYLES ============== */
/* ============== section_coating STYLES ============== */

.section_coating {
    padding-top: 60px;
    background-color: rgba(243, 243, 243, 1);
}

.title_section_coating {
    width: fit-content;
    font-family: var(--font-family-base);
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: rgba(18, 18, 18, 1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.title_section_coating::after {
    content: '';
    width: 250px;
    height: 4px;
    border-radius: 30px;
    background-color: rgba(204, 41, 41, 1);
    margin-left: auto;
    margin-right: auto;
}

.container_content_page.box_title_section_coating {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}


.text_section_coating {
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: rgba(18, 18, 18, 1);
}


.photo_map_coating {
    max-width: none;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .section_coating {
        padding-top: 120px;
    }

    .box_title_section_coating {
        gap: 44px;
        align-items: center;
    }

    .title_section_coating {
        font-size: 40px;
        text-align: center;
        align-items: center;
    }

    .title_section_coating::after {
        width: 450px;
    }

    .text_section_coating {
        font-size: 20px;
        line-height: 40px;
        text-align: center;
    }

}


@media screen and (min-width: 1200px) {
    .title_section_coating {
        font-size: 48px;
    }

    .title_section_coating::after {
        width: 650px;
    }

    .text_section_coating {
        font-size: 24px;
    }

}

@media screen and (min-width: 1600px) {
    .section_coating {
        padding-top: 140px;
    }
}

/* ============== /section_coating STYLES ============== */
/* ============== section_shares STYLES ============== */

.section_shares {
    padding: 60px 10px;
    background-attachment: rgba(243, 243, 243, 1);
}

.title_section_shares {
    font-family: var(--font-family-base);
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    color: rgba(18, 18, 18, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.title_section_shares::after {
    content: '';
    width: 250px;
    height: 4px;
    border-radius: 30px;
    background-color: rgba(204, 41, 41, 1);
    margin-top: 10px;
}

.container_card_shares {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
}

.item_card_shares {
    position: relative;
    padding: 10px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    min-height: 213px;
    background: linear-gradient(135deg, #d32b2b 0%, #c62828 25%, #b71c1c 45%, #8e1515 65%, #5c0f0f 85%, #3b0a0a 100%);
}

.item_card_shares.wifi::after {
    content: '';
    width: 200px;
    height: 180px;
    position: absolute;
    top: 15px;
    right: -5px;
    background-image: url(../images/icons/icon_wifi_card_shares.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 0;
}

.item_card_shares.referal::after {
    content: '';
    width: 200px;
    height: 180px;
    position: absolute;
    top: 15px;
    right: -20px;
    background-image: url(../images/icons/icon_users_card_shares.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 0;
}

.title_card_shares {
    width: 241px;
    height: 108px;
    font-family: var(--font-family-base);
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-align: left;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    z-index: 10;
}


.description_card_shares {
    font-family: var(--font-family-base);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: left;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 10;
}

.link_card_shares {
    padding: 10px 40px;
    border-radius: 26px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(18, 18, 18, 1);
    font-family: var(--font-family-base);
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    border: 1px solid rgba(18, 18, 18, 1);
    transition: var(--transition-all-time);
}


.link_card_shares:hover {
    background-color: #fff;
    color: rgba(204, 41, 41, 1);
    border-color: rgba(204, 41, 41, 1);
}


@media screen and (min-width: 768px) {
    .section_shares {
        padding: 100px 20px;
    }

    .title_section_shares {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .title_section_shares::after {
        width: 450px;
        margin-top: 25px;
    }


    .item_card_shares {
        min-height: 398px;
    }

    .item_card_shares {
        padding: 50px 20px;
        gap: 20px;
    }

    .title_card_shares {
        font-size: 48px;
        line-height: 100%;
        height: 174px;
        width: auto;
    }

    .description_card_shares {
        font-size: 20px;
    }
    .link_card_shares{
        border-radius: 26px;
        padding: 10px 40px;
        font-size: 24px;
        height: 60px;
    }

    .item_card_shares.referal::after {
        width: 380px;
        height: 280px;
        right: 0;
        top: 30px;
    }

    .item_card_shares.wifi::after {
        width: 380px;
        height: 280px;
        right: 0;
        top: 30px;
    }

}

@media screen and (min-width: 1200px) {
    .section_shares {
        padding: 100px 50px;
    }

    .title_section_shares {
        font-size: 48px;
        margin-bottom: 45px;
    }

    .title_section_shares::after {
        width: 650px;
        margin-top: 30px;
    }

    .container_card_shares {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;

    }

    .item_card_shares {
        padding: 50px;
        border-radius: 50px;
        width: 100%;
    }

    .title_card_shares {
        font-size: 64px;
        height: 231px;
    }

}

/* ============== /section_shares STYLES ============== */
/* ============== section_contacts STYLES ============== */

.section_contacts {
    padding: 20px 10px;
    background-color: rgba(43, 43, 43, 1);
}

.container_contacts {
    padding: 20px 10px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 1);
}

.box_label_contact {
    display: none;
}

.title_contact {
    font-family: var(--font-family-base);
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    vertical-align: middle;
    color: rgba(18, 18, 18, 1);
    margin-bottom: 10px;
}


.text_under_title_contact {
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle;
    margin-bottom: 20px;
}

.form_contact, .box_name_phone_form_contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.label_form_contact {
    display: flex;
    flex-direction: column;
    gap: 5px;
}


.title_label_form_contact {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(18, 18, 18, 1);
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    vertical-align: middle;
}

.title_label_form_contact.required::after {
    content: '*';
    color: rgba(204, 41, 41, 1);
}

.input_form_contact {
    padding: 12.5px 15px;
    border-radius: 8px;
    border: 1px solid rgba(243, 243, 243, 1);
    background-color: rgba(243, 243, 243, 1);
    font-family: var(--font-family-base);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: rgba(22, 22, 22, 1);
    outline: none;
    transition: var(--transition-all-time);
}

.input_form_contact:focus {
    border-color: rgba(35, 35, 35, 1);
}


.textarea_form_contact {
    padding: 10px 15px;
    resize: none;
    height: 70px;
    border-radius: 8px;
    border: 1px solid rgba(243, 243, 243, 1);
    background-color: rgba(243, 243, 243, 1);
    font-family: var(--font-family-base);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: rgba(22, 22, 22, 1);
    outline: none;
    transition: var(--transition-all-time);
}

.textarea_form_contact:focus {
    border-color: rgba(35, 35, 35, 1);
}

.input_form_contact::placeholder, .textarea_form_contact::placeholder {
    color: rgba(81, 81, 81, 1);
}

.btn_submit_form_contact {
    font-family: var(--font-family-base);
    font-weight: 700;
    height: 50px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    padding: 10px 40px;
    border-radius: 26px;
    background-color: rgba(204, 41, 41, 1);
    border: 1px solid rgba(204, 41, 41, 1);
    transition: var(--font-family-base);
}

.btn_submit_form_contact:hover {
    border-color: rgba(255, 255, 255, 1);
}

@media screen and (min-width: 768px) {
    .box_label_contact {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .section_contacts {
        padding: 80px 20px;
    }

    .container_contacts {
        padding: 50px 20px;
        border-radius: 50px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .title_contact {
        font-size: 40px;
    }

    .text_under_title_contact {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .item_label_contact {
        display: flex;
        align-items: center;
        padding: 10px;
        border-radius: 20px;
        background-color: rgba(243, 243, 243, 1);
    }


    .icon_label_contact {
        margin: 12px;
        width: 44px;
        height: 44px;
    }

    .title_item_label_contact {
        font-family: var(--font-family-base);
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        vertical-align: middle;
        color: rgba(102, 102, 102, 1);
    }

    .text_item_label_contact {
        font-family: var(--font-family-base);
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        vertical-align: middle;
        color: rgba(43, 43, 43, 1);
    }

    .icon_label_contact.clock {
        margin-bottom: auto;
    }

    .form_contact{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .box_name_phone_form_contact {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }

    .title_label_form_contact {
        font-size: 16px;
    }

    .label_form_contact {
        gap: 10px;
    }

    .input_form_contact {
        padding: 18px 15px;
        font-size: 20px;
    }

    .textarea_form_contact {
        padding: 10px 15px;
        font-size: 20px;
        height: 190px;
    }

    .btn_submit_form_contact {
        font-size: 24px;
        padding: 18px;
        height: 60px;
    }


}

@media screen and (min-width: 1280px) {
    .section_contacts {
        padding: 60px 50px;
    }

    .container_contacts {
        padding: 70px;
        grid-template-columns: 1fr 1fr;
    }

    .title_contact {
        font-size: 48px;

    }
}

@media screen and (min-width: 1600px) {
    .section_contacts {
        padding: 120px;
    }

    .container_contacts {
        gap: 100px;
    }
}

/* ============== /section_contacts STYLES ============== */
/* ============== section_faq STYLES ============== */

.section_faq {
    padding: 60px 10px;
    background-color: rgba(243, 243, 243, 1);
}

.container_content_faq {
    display: flex;
    flex-direction: column;
    gap: 40px;
}


.title_faq {
    font-family: var(--font-family-base);
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    color: rgba(18, 18, 18, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title_faq::after {
    content: '';
    width: 250px;
    height: 4px;
    border-radius: 30px;
    background-color: rgba(204, 41, 41, 1);
    margin-top: 10px;
}

.container_faq {
    display: flex;
    flex-direction: column;
    gap: 10px;

}


.container_faq_item {
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;

}

.box_top_faq_item {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
    justify-content: space-between;
}

.question_faq_item {
    font-family: var(--font-family-base);
    font-weight: 700;
    font-size: 12px;
    line-height: 17.42px;
    vertical-align: middle;
    color: rgba(18, 18, 18, 1);
}

.box_icon_faq_item {
    position: relative;
    width: 20px;
    height: 20px;
}


.icon_minus_faq_item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: var(--transition-all-time);
}


.container_faq_item.active .icon_minus_faq_item {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.container_faq_item.active .icon_plus_faq_item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: var(--transition-all-time);
}

.box_answer_faq_item {
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: var(--transition-all-time);
}

.container_faq_item.active .box_answer_faq_item {
    max-height: 500px;
}

.answer_faq_item {
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 11px;
    line-height: 17.42px;
    vertical-align: middle;
}

.decoration_line_faq_item {
    height: 0.58px;
    width: 100%;
    display: block;
    margin: 8px 0;
    background-color: rgba(204, 41, 41, 1);
}

.icon_faq_item {
    user-select: none;
}

.container_column_faq {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


@media screen and (min-width: 768px) {
    .section_faq {
        padding: 100px 20px;
    }

    .title_faq {
        font-size: 40px;
        color: rgba(18, 18, 18, 1);
    }

    .title_faq::after {
        width: 450px;
        margin-top: 18px;
    }

    .container_faq {
        gap: 20px;
    }

    .container_faq_item {
        padding: 30px;
        border-radius: 30px;
    }

    .question_faq_item {
        font-size: 20px;
        line-height: 30px;
    }

    .box_icon_faq_item {
        width: 33px;
        height: 33px;
    }

    .answer_faq_item {
        font-size: 16px;
        line-height: 30px;
    }

    .decoration_line_faq_item {
        height: 1px;
        margin: 10px 0;
    }

}

@media screen and (min-width: 1200px) {
    .section_faq {
        padding: 100px 90px;
    }

    .title_faq {
        font-size: 48px;

    }

    .title_faq::after {
        width: 650px;
    }


    .container_faq {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }


}

@media screen and (min-width: 1600px) {
    .section_faq {
        padding: 120px 90px;
    }
}


/* ============== /section_faq STYLES ============== */


.form_errors {
    margin-bottom: 15px;
    color: #c62828;
}

.form_errors ul {
    margin: 0;
    padding-left: 20px;
}

.error_text {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: var(--font-family-base);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: rgba(204, 41, 41, 1);
}

.error_text::before {
    content: '';
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
    display: block;
    background-image: url(../images/icons/icon_error_form.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}


.label_form_contact.error .title_label_form_contact{
    color:  rgba(204, 41, 41, 1);
}

.input_form_contact.error,
.textarea_form_contact.error {
    border-color: rgba(204, 41, 41, 1);
}

.form_success {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: var(--font-family-base);
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    color: #00b300;
    margin-top: 10px;
}

.form_success::before {
    content: '';
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    max-height: 35px;
    display: block;
    background-image: url(../images/icons/icon_check_circle.svg);
    background-size: 100% 100%;

}


.form_error_global {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: var(--font-family-base);
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    color: rgba(204, 41, 41, 1);
    margin-top: 10px;
}

.form_error_global::before {
    content: '';
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    max-height: 35px;
    display: block;
    background-image: url(../images/icons/icon_error_form.svg);
    background-size: 100% 100%;

}
