.body_showcase_1 {
    font-family: Rubik, Arial, sans-serif;
    padding-left: 15px;
    padding-right: 15px;
}
.grid_offers_showcase_1 {
    display: grid;
    grid-template-columns: repeat(3,calc(34% - 20px));
    grid-gap: 20px;
}

.sub_title_showcase_1 {
    color: #0d2f2c;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 10px 0 20px 0;
}

@media (max-width: 1200px) {
    .grid_offers_showcase_1 {
        grid-template-columns: repeat(2, calc(50% - 10px));
    }
}
@media (max-width: 688px) {
    .grid_offers_showcase_1 {
        grid-template-columns: repeat(1, 100%);
    }
}



.header_header {
    padding: 10px 0 0 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}


.logo_logo {
    margin-bottom: -16px;
    margin-right: 70px;
    z-index: 11;
}

.social {
    display: flex;
    justify-content: center;
    gap: 20px;
    /*margin-top: 100px;*/
    max-width: 800px;
}
.social_title {
    font-size: 24px;
    font-weight: 200;
    color: black;
    margin-bottom: 20px;
}
.social_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    height: 60px;
    width: 100%;

    border: none;
    border-radius: 10px;

    transition: opacity 0.3s;
    color: white;

    font: inherit;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.social_btn > span {
    margin-top: 5px;
}
.btn_tg {
    background: #26a2e0;
}

.btn_vk {
    background: #0177ff;
}
.social_btn:hover {
    cursor: pointer;
    opacity: 0.8;
}

@media (max-width: 440px) {
    .social {
        flex-direction: column;
    }
}



.container_cancel {
    margin-top: 50px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.form_cancel {
    border-radius: 20px;
    background: #fff;
    box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.25);
    padding: 33px 25px 33px 40px;
}

.input_number_cancel {
    width: 100%;
}

.form_title_cancel {
    color: #0d2f2c;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1;
}


/* popup */
.container_popup_cancel {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (max-width: 820px) {
    .container_cancel {
        flex-direction: column;
    }

    .container_cancel .input_number {
        max-width: 220px;
    }
}



.suggestion_item_form {
    font-size: 20px;
    margin: 5px;
}

.suggestion_form {
    position: absolute;
    top: 60%;
    z-index: 99;
    padding: 10px;
    background: white;
}

.validate_form {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.input_block_form {
    position: relative;
}

.input {
    color: #0d2f2c;
    font-size: 14px;
}

.input_title_form {
    opacity: 0.5;
    margin-bottom: 5px;
}

.input_border_form {
    height: 2px;
    width: 100%;
    background: linear-gradient(180deg, #4ee3d7 0%, #21746c 100%);
}

.input_block_form input {
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 20px;
}

.input_extra_form {
    margin-top: 10px;
}
.fixed_offer_link
{
    position: absolute;
    bottom: 10px;
    width: calc(100% - 15px);
}
.button_form_cancel {
    cursor: pointer;
    border-radius: 10px;
    /*background: rgba(64, 85, 84, 1);*/
    background: rgb(71, 164, 103);
    width: 100%;
    /*padding: 14px 0 15px 0;*/
    border: none;
    color: #fff;
    line-height: normal;
    transition: background 0.3s ease;


    font: inherit;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}
.button_form_link_cancel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button_form_cancel:hover {
    /*background: rgba(64, 85, 84, 0.8);*/
    background: rgb(19, 143, 64);
}

.btn_cancel {
    max-width: 200px;
    width: 100%;
    padding: 0 40px;
    height: 48px;
}


.slider_offer_card {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #e7e7e7;
    /*background: #fff;*/

    background: rgb(71,164,104);
    background: linear-gradient(180deg,rgba(168, 237, 187, 1) 0%, rgba(168, 237, 187, 1) 14%, rgba(255, 255, 255, 1) 14%);

    height: 360px;
    position:relative;
    /* shadow */
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.12);
}
.sub_text_card {
    color: rgba(51, 51, 51, 1);
    font-size: 15px;
    line-height: 100%; /* 15px */
    margin: 21px 0 0 0;
}

.inform_offer_card {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    color: rgba(13, 47, 44, 1);
    margin: 28px;
}

.inform_offer_card > div {
    /*width: 100%;*/
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 9px;
}

.inform_row_card {
    display: flex;
    justify-content: space-between;
    padding: 8px 21px;
}

.inform_row__color_card {
    color: #8a8a8a;
}

.phone_offer_card {
    display: block;
    border: 1px #3a3a3a dotted;
    border-radius: 10px;
    margin-top: 5px;
    padding: 8px;
    color: #3a3a3a;
    text-align: center;
    transition: all 0.3s ease;
}

.phone_offer_card:hover {
    border-color: rgba(64, 85, 84, 0.8);
    color: rgba(64, 85, 84, 0.8);
}

.phone_offer_card > div {
    font-size: 12px;
    line-height: 100%;
}

.image-container_offer {
    height: 70px; /* Задайте высоту, которую хотите использовать для всех изображений */
    overflow: hidden; /* Обрежьте изображение, если оно не помещается в контейнер */

    /* Чтобы изображение занимало всю высоту и ширину контейнера без искажений */
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-container_offer img {
    /* width: 100%;*/
    height: 100%;
    object-fit: contain; /* Заполнение контейнера, сохраняя соотношение сторон */
    width: 100%;
}

.ad_inform {
    margin-top: 5px;
    font-size: 10px;
    color: #8a8a8a;
}


.bg_footer_footer {
    border-radius: 25px 25px 0 0;
    background: rgba(13, 47, 44, 1);
    position: relative;
    z-index: 2;
}

.footer_footer {
    /*padding: 71px 0 20px 0;*/
    padding: 20px 0;
    margin-top: 120px;
}

.footer_main_footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    padding-right: 40px;
}

.footer_inform_footer {
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 13px */
    opacity: 0.5;
    /*margin-top: 70px; */
}

.footer_inform_list_footer {
    display: flex;
    flex-direction: row;
    gap: 17px;
}

.footer_inform_list_footer > li {
    width: 100%;
}

@media (max-width: 768px) {
    .footer_footer {
        text-align: center;
    }

    .footer_main_footer {
        flex-direction: column;
        justify-content: center;
    }

    .menu_footer {
        display: none;
    }

    .logo_logo {
        margin: 0;
    }

    .footer_main_footer {
        padding-right: 0;
        gap: 50px;
    }

    .footer_inform_list_footer {
        flex-direction: column;
        gap: 10px;
    }
}

body {
    color: #0c0151;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    direction: ltr;
    font-size: 16px;
    font-synthesis: none;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    min-height: 100vh;
    min-width: 320px;
    text-rendering: optimizeLegibility;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    background-color: #f6f9fc;
}

.container_showcase_1 {
    margin: 0 auto;
    width: 1295px;
}
@media (max-width: 1295px) {
    .container_showcase_1 {
        width: 100%;
    }
}

.get_btn {
    display: flex; /* CSS3 */
    align-items: center; /* Vertical align */
    justify-content: center; /* Horizontal align */
}


.loader {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #28affc;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.preloader {
    position: absolute;
    top:  50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*visibility: hidden;*/
}

A {
    color: #000000; /* Цвет ссылок */
}
A:visited {
    color: #000000; /* Цвет посещенных ссылок */
}
A:active {
    color: #000000; /* Цвет активных ссылок */
}

.h-captcha {
    margin: 0 auto;
    width: 304px;
}

.preloader_footer {
    position:absolute;
    bottom:0;
    width:100%;
}

.preloader_text {
    position: absolute;
    top:  35%;
    left: 50%;
    transform: translate(-50%,-50%);

    color: #0d2f2c;

}


.logo-css {

    font: 20 30px 'Source Sans Pro', Arial, sans-serif; text-transform: uppercase; color: #75a6a2; letter-spacing: -1px;

    text-shadow:     0 1px 0 hsl(174,5%,80%),
    0 2px 0 hsl(174,5%,75%),
    0 3px 0 hsl(174,5%,70%),
    0 4px 0 hsl(174,5%,66%),
    0 5px 0 hsl(174,5%,64%),
    0 6px 0 hsl(174,5%,62%),
    0 7px 0 hsl(174,5%,61%),
    0 8px 0 hsl(174,5%,60%),

    0 0 5px rgba(0,0,0,.05),
    0 1px 3px rgba(0,0,0,.2),
    0 3px 5px rgba(0,0,0,.2),
    0 5px 10px rgba(0,0,0,.2),
    0 10px 10px rgba(0,0,0,.2),
    0 20px 20px rgba(0,0,0,.3);
}


/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');*/
/*body_preloader{*/
/*    background: #E5EBFB;*/
/*}*/
/*.block_preloader{*/
/*    border-radius: 10px;*/
/*    padding: 20px;*/
/*    margin-bottom: 25px;*/
/*    background: #FFFFFF;*/
/*    box-shadow:*/
/*            10px 10px 25px 0px #858585E5,*/
/*            -10px -10px 20px 0px #FFFFFFE5,*/
/*            10px -10px 20px 0px #85858533,*/
/*            -10px 10px 20px 0px #85858533,*/
/*            -1px -1px 2px 0px #85858580 inset,*/
/*            1px 1px 2px 0px #FFFFFF4D inset;*/

/*}*/
/*.p_preloader{*/
/*    text-align: center;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/
/*.container_preloader{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    padding: 0 10px;*/
/*}*/
/*.row_preloader{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
/*.welcome_preloader{*/
/*    font-family: Montserrat;*/
/*    font-size: 20px;*/
/*    font-weight: 700;*/
/*    line-height: 28px;*/
/*    text-align: center;*/
/*    margin-bottom: 25px;*/
/*    margin-top: 50px;*/
/*}*/
/*.aftertitle_preloader{*/
/*    font-family: Montserrat;*/
/*    font-size: 16px;*/
/*    font-weight: 700;*/
/*    line-height: 20.8px;*/
/*    text-align: center;*/
/*    margin-top: 10px;*/
/*    margin-bottom: 15px;*/
/*}*/
/*.e18_preloader{*/
/*    padding: 0;*/
/*    margin-top: 0;*/
/*    font-family: Montserrat;*/
/*    font-size: 110px;*/
/*    font-weight: 600;*/
/*    line-height: 143px;*/
/*    text-align: center;*/
/*    margin-bottom: 15px;*/
/*    color: #0D0D0D;*/
/*}*/
/*.contains_preloader{*/
/*    font-family: Inter;*/
/*    font-size: 12px;*/
/*    font-weight: 400;*/
/*    line-height: 15.6px;*/
/*    text-align: center;*/
/*    color: #000;*/
/*    margin-bottom: 30px;*/
/*}*/
/*.button_preloader{*/
/*    display: none;*/
/*    background: rgba(0, 140, 255, 0.9);*/
/*    color: #FFFFFF;*/
/*    font-family: Inter;*/
/*    font-size: 20px;*/
/*    font-weight: 600;*/
/*    line-height: 24px;*/
/*    text-align: center;*/
/*    border-radius: 10px;*/
/*    padding: 28px 17px;*/
/*    border: none;*/
/*    box-shadow:*/
/*            3px 3px 8px 0px rgba(13, 31, 77, 0.9),*/
/*            -3px -3px 6px 0px rgba(0, 149, 255, 0.9),*/
/*            3px -3px 6px 0px rgba(13, 37, 105, 0.2),*/
/*            -3px 3px 6px 0px rgba(15, 23, 136, 0.2),*/
/*            -1px -1px 2px 0px rgba(14, 8, 51, 0.5) inset,*/
/*            1px 1px 2px 0px rgba(50, 73, 147, 0.3) inset;*/
/*}*/
/*.button_preloader:hover{*/
/*    transition: .5s;*/
/*    box-shadow:*/
/*            3px 3px 8px 0px rgba(9, 19, 47, 0.9),*/
/*            -3px -3px 6px 0px rgba(14, 96, 157, 0.9),*/
/*            3px -3px 6px 0px rgba(8, 22, 61, 0.2),*/
/*            -3px 3px 6px 0px rgba(8, 14, 105, 0.2),*/
/*            -1px -1px 2px 0px rgba(9, 4, 33, 0.5) inset,*/
/*            1px 1px 2px 0px rgba(50, 73, 147, 0.3) inset;*/

/*}*/
/*.footer_preloader{*/
/*    font-family: Inter;*/
/*    font-size: 12px;*/
/*    font-weight: 400;*/
/*    line-height: 13.2px;*/
/*    text-align: left;*/
/*    margin-bottom: 5px;*/
/*}*/