/* Скидання всіх стилів */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Встановлення базових стилів для HTML і body */
html,
body {
    height: 100%;
    line-height: 1.5;
    /* Покращує читабельність тексту */
    font-family: Arial, sans-serif;
    /* Базовий шрифт */
}

/* Встановлення стандартного стилю для списків */
ul,
ol {
    list-style: none;
}

/* Скидання стилів посилань */
a {
    text-decoration: none;
    color: inherit;
    /* Наслідує колір тексту */
}

/* Скидання стилів для таблиць */
table {
    border-collapse: collapse;
    /* Видаляє відступи між клітинками */
    border-spacing: 0;
}

/* Скидання стилів для зображень */
img {
    max-width: 100%;
    /* Адаптивність зображень */
    display: block;
}

/* Скидання стилів для кнопок */
button {
    all: unset;
    /* Видаляє всі стилі браузера */
    display: inline-block;
    cursor: pointer;
}

/* Встановлення базового стилю для елементів форми */
input,
textarea,
select,
button {
    font: inherit;
    /* Наслідує шрифт від батьківського елемента */
    outline: none;
    /* Видаляє обведення */
    border: none;
    /* Видаляє рамку */
    background: none;
    /* Скидає фон */
}

/* Встановлення стандартного стилю для полів введення */
textarea {
    resize: none;
    /* Забороняє зміну розміру */
}

/* Скидання стилів для заголовків */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    /* Наслідує розмір шрифту */
    font-weight: inherit;
    /* Наслідує жирність */
}

/* Скидання стилів для інлайнових елементів */
strong,
b {
    font-weight: bold;
    /* Встановлення жирності */
}

em,
i {
    font-style: italic;
    /* Встановлення курсиву */
}

.header {
    display: block;
    height: 814px;
    background-size: 100% 100%;
    background-image: url(../image/garadient.png);
}


.container_page{
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.link_logo_header{
    margin-right: 41px;
}

.icon_logo_header{
    width: 86px;
    height: 86px;

}

.box_top_nav_link{
    display: flex;
    align-items: center;
}


.top_nav_link{
    display: flex;
    align-items: center;
    gap: 61px;

}

.link_registration{
    position: relative;
    margin-left: 71px;
    width: 256px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
  
    font-family: Inter;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;

    background: linear-gradient(92.35deg, rgba(186, 168, 164, 0.2) 1.42%, rgba(225, 206, 201, 0.2) 33%, rgba(218, 200, 196, 0.2) 62.15%, rgba(183, 168, 165, 0.2) 98.58%);
    
    /* border-image-source: linear-gradient(92.35deg, #BAA8A4 1.42%, #E1CEC9 33%, #DAC8C4 62.15%, #B7A8A5 98.58%);
    border-image-slice: 1;
    border-image-width: 1px; */
    border-radius: 10px;
    border: 1px solid #BAA8A4;
}

.link_registration::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.05);
}


.box_content_header{
    display: flex;
    align-items: center;
}

.title_page{
    font-family: Inter;
    font-weight: 700;
    font-size: 40px;
    line-height: 42px;
    letter-spacing: 0;
    color: rgba(92, 92, 92, 1);
    margin-bottom: 20px;
}

.text_under_title_page{
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    margin-bottom: 40px;
}

.box_link_content_header{
    display: flex;
    align-items: center;
    gap: 30px;
}


.link_content_header{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 256px;
    height: 50px;
    position: relative;
    background: linear-gradient(92.35deg, #BAA8A4 1.42%, #E1CEC9 33%, #DAC8C4 62.15%, #B7A8A5 98.58%);
    border-radius: 10px;
    transition: all ease-in-out 0.3s;
    font-family: Inter;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
}


.link_content_header:hover{
 
    background: linear-gradient(92.35deg, #E1CEC9 1.42%, #BAA8A4 41.26%, #B7A8A5 59.23%, #DAC8C4 97.13%)
}


.link_content_header::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
    
}



/* ================== section_values_and_benefits ================== */


.section_values_and_benefits{
    padding-top: 100px;
    padding-bottom: 100px;
}

.title_values_and_benefits{
    font-family: Inter;
    width: 835px;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0;
    text-align: center;
    color: rgba(92, 92, 92, 1);
    text-transform: uppercase;
    margin-bottom: 50px;
}


.form_page{
    display: flex;
    padding: 30px 30px 25px 30px;
    align-items: center;
    width: 540px;
    height: 600px;
    flex-direction: column;
    background: rgba(255, 255, 255, 1);
    box-shadow: 16px 12px 34.6px 0px rgba(0, 0, 0, 0.13);
    border: 1px solid #BAA8A4;
    border-radius: 10px;
    margin-bottom: 100px;
}

.logo_form{
    width: 124px;
    height: 129px;
    margin-bottom: 30px;
}


.box_inputs{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    margin-bottom: 30px;
}


.input_form{
    padding: 5px 10px;
    width: 100%;
    border: 1px solid rgba(186, 186, 186, 1);
    color: rgba(92, 92, 92, 1);
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 42px;
    letter-spacing: 0;
    border-radius: 5px;
}


.btn_form{
    margin-bottom: 10px;
}

.text_checkbox{
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 42px;
    letter-spacing: 0;
    color: rgba(92, 92, 92, 1);
    user-select: none;
}



.custom-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 14px;
}


.custom-checkbox input {
    display: none;
}


.custom-checkbox .checkmark {
    width: 28px;
    height: 28px;
    border: 2px solid #D6B7A1;
    /* Світло-коричневий колір */
    border-radius: 4px;
    margin-right: 10px;
    position: relative;
    background-color: #fff;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}


.custom-checkbox input:checked+.checkmark {
    background-color: #D6B7A1;

    border-color: #D6B7A1;

}


.custom-checkbox input:checked+.checkmark::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 2px;
}

.container_row_1{
    width: 100%;
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.box_item_row_1{
    width: 349px;
    height: 204px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 349px 204px;
    border-radius: 10px;
    background-image: url(../image/garadient.png);
}


.box_content_box_item{
    display: flex;
    gap: 15px;
    align-items: center;
}


.text_box_item{
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
}

.text_box_item_width{
    width: 196px;
}

.container_row_2{
    display: flex;
    align-items: center;
    gap: 30px;

}


.box_item_row_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 539px;
    height: 204px;
    background-size: 539px 204px;
    border-radius: 10px;
    background-image: url(../image/garadient.png);
}


/* ================== /section_values_and_benefits ================== */

/* ================== about_us ================== */

.about_us{
    padding: 100px 0;
    background-color: rgba(245, 245, 245, 1);
}


.text_about_us{
    width: 721px;
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.list_about_us{
    list-style: disc;
}


.strong_text{
    font-weight: 700;

}

.text_about_us_under{
    width: 696px;
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0;
}

.container_page_about_us{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 52px;
}


.phone_gif{
    width: 256px;
    height: 544px;
    box-shadow: 16px 12px 34.6px 0px rgba(0, 0, 0, 0.25);
    border-radius: 41px;
}

/* ================== /about_us ================== */




/* ================== section_client ================== */

.section_client{
    padding-top: 100px;

}

.box_content_client{
    display: flex;
    align-items: center;
    gap: 30px;
}


.text_client{
    max-width: 540px;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0;
    color: rgba(46, 46, 46, 1);
}


/* ================== /section_client ================== */

/* ================== section_how_work ================== */

.section_how_work {
    padding: 100px 0;

}

.box_item_phones{
    width: 254px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container_phones{
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 60px;
}

.number_item{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(189, 171, 166, 1);
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-bottom: 6px;
    color: rgba(108, 95, 91, 1);
}


.text_item{
    color: rgba(46, 46, 46, 1);
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
    height: 88px;
    margin-bottom: 14px;
}

.phone_photo_item{
    height: 351px;
    margin-right: -20px;
    border-radius: 26.6px;
}


.text_title_h3{
    width: 704px;
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0;
    text-align: center;
    color: rgba(46, 46, 46, 1);
    margin-bottom: 30px;
}

.box_cart{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
}


.box_item_cart{
    width: 350px;
    height: 170px;
    border-radius: 10px;
    background-color: rgba(189, 171, 166, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 19px;

}


.text_item_cart{
    color: rgba(46, 46, 46, 1);
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    width: 199px;
}

.box_link_how_work{
    display: flex;
    align-items: center;
    gap: 30px;
}


.link_content_header_flex{
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ================== /section_how_work ================== */

/* ================== section_for_craftsmen ================== */

.section_for_craftsmen{
    padding: 100px 0;

    background-color: rgba(245, 245, 245, 1);
}

.box_top_for_craftsmen{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 44px;
}

.box_text_for_craftsmen{
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0;
}


.container_cart_for_craftsmen{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 100px;
}

.box_item_for_craftsmen{
    display: flex;
    justify-content: center;
    width: 540px;
    height: 238px;
    gap: 30px;
    align-items: center;
    background-color: #fff;
    box-shadow: 16px 12px 34.6px 0px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}

.text_for_craftsmen{
    width: 336px;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    color: rgba(46, 46, 46, 1);
}

.strong_text_for_craftsmen{
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
}


.box_step_start_work{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 30px;
}


.styled_video{
    width: 787px;
    height: 407px;
    display: block;
    border-radius: 10px;
    object-fit: cover;
    border: none;
    outline: none;
    box-shadow: 16px 12px 34.6px 0px rgba(0, 0, 0, 0.16);
}


.preview_image{
    position: relative;
    width: 787px;
    height: 407px;
    display: block;
    border-radius: 10px;
        border: none;
}

.video_container{
    width: 787px;
    height: 407px;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    box-shadow: 16px 12px 34.6px 0px rgba(0, 0, 0, 0.16);
    margin-bottom: 50px;
}

.video_container{
    position: relative;
}

.video_container::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(157, 157, 157, 0.63);
}
.video_container::after{
    position: absolute;
    content: '';
    width: 108px;
    height: 108px;
    background-image: url(../image/icon_play_video_cusrom.svg);
    background-size: 100% 100%;
    display: block;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
   
}

.video_container:hover {
    cursor: pointer;
}


.video_container.active::after, .video_container.active::before {
    display: none;
}


.text_under_video{
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 30px;
}


/* ================== /section_for_craftsmen ================== */

/* ================== section_form_footer ================== */

.section_form_footer{
    padding: 100px 0;
}

/* ================== /section_form_footer ================== */



/* ================== footer ================== */

.container_page_footer{
    flex-direction: row;
    align-items: flex-start;
    gap: 178px;
}

.footer_top{
    padding: 46px 0;
    background-image: url(../image/garadient.png);
    background-size: 100% 100%; 
}

.icon_logo_footer{
    width: 58px;
    height: 63px;
}

.list_links_footer{
    display: flex;
    flex-direction: column;
    gap: 19px;
}


.link_footer{
    color: rgba(23, 23, 23, 1);
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.36px;
}

.footer_bottom{
    padding: 17px 0 20px 0;
}

.text_footer_bottom{
    color: rgba(0, 0, 0, 1);
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 14.52px;
    text-align: center;
}

.address{
    text-align: left;
    line-height: 1.5;

}

/* ================== /footer ================== */

.mobile {
    display: none;
}


.mb-40 {
    margin-bottom: 40px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.tl {
    text-align: left !important;
}

.tc {
    text-align: center !important;
}


.header_mobile {
    display: none;
}


   body {
       --scroll-offset: 0;
   }


.mobile_menu {
    display: none;
}

@media screen and (max-width: 1109px) {
    .box_top_nav_link {
        display: none;
    }

    .mobile {
        display: flex;
    }

    .desktop {
        display: none;
    }

    .box_content_header {
        flex-direction: column;
    }
    .header{
        height: auto;
    }

    .container_page{
        /* padding-left: 11px; */
        /* padding-right: 11px; */
    }

    .title_page{
        margin-top: 140px;
        font-family: Inter;
        font-weight: 700;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 0;
    }

    .text_under_title_page{
        font-family: Inter;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0;
    }


    .photo_header{
        width: 279px;
        height: 365px;
    }

    .box_link_content_header {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 80px;
    }

    .title_values_and_benefits{
        width: 100%;
        font-family: Inter;
        font-weight: 700;
        font-size: 28px;
        line-height: 42px;
        letter-spacing: 0;
        text-align: center;
        margin-bottom: 30px !important;
    }

    .form_page{
        max-width: 540px;
        width: 100%;
        padding: 30px 15px 25px 15px;
        margin-bottom: 80px;
    }


    .section_values_and_benefits{
        padding: 80px 11px;
    }

    .container_row_1{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 15px;
        margin-bottom: 15px;
    }
    
    .box_item_row_1{
        width: 100%;
    }
    
    .container_row_2 {
        max-width: 539px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 15px;
    }

    .box_item_row_2{
        width: 100%;
    }

    .about_us{
        padding: 80px 11px;
    }

    .container_page_about_us{
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .phone_gif{
        width: 266px;
        height: 544px;
        margin-bottom: 30px;
    }

    .text_about_us{
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
    
    .text_about_us_under{
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }


    .section_client{
        padding: 80px 11px;
    }
    
    .section_how_work{
        padding: 0 11px 80px 11px;
    }

    .box_content_client{
        flex-direction: column-reverse;
    }

    .container_phones{
        grid-template-columns: 1fr;
        gap: 0;
    }

    .text_title_h3 {
        width: 100%;
    }

    .box_cart {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .box_link_how_work {
        flex-direction: column;
    }

    .section_for_craftsmen {
        padding: 80px 11px;
    }

    .box_top_for_craftsmen{
        flex-direction: column;
    }

    .box_text_for_craftsmen{
        font-size: 16px;
        line-height: 22px;
    }

    .container_cart_for_craftsmen{
        grid-template-columns: 1fr;
        margin-bottom: 80px;
    }

    .box_step_start_work {
        grid-template-columns: 1fr;
    }

    .video_container{
        width: 100%;
    }

    .section_form_footer{
        padding: 80px 11px;
    }

    .container_page_footer{
        flex-direction: column;
        align-items: center;
    }

    .styled_video{
        width: 95%;
    }

    .icon_logo_footer{
        width: 132px;
        height: 144px;
    }

    .container_page_footer {
        gap: 0;
    }

    .list_links_footer{
        align-items: center;
    }

    .list_links_footer_mobile{
        align-items: center;
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .list_links_footer_mobile_2 {
        margin-top: 40px;
    }

    .footer_bottom{
        padding-top: 24px;
        padding-bottom: 27px;
    }

    .text_footer_bottom{
        font-size: 14px;
        line-height: 16.94px;
    }

    .box_text_for_craftsmen{
        max-width: 540px;
    }

    .box_item_cart{
        padding: 0 15px;
        width: 100%;
    }

    .text_item_cart {
        width: 100%;
    }

    .text_item{
        height: auto;
    }

    .box_item_for_craftsmen{
        width: 100%;
        padding: 0 15px;
    }

    .box_text_header {
        padding: 0 11px;
    }

    .box_item_row_2, .box_item_row_1{
        padding: 0 15px;
        background-size: 100% 100%;
    }

    .icon_logo_header_mobile{
        width: 73px;
        height: 77px;
 
    }

    .header_mobile{
        position: fixed;
        top: 0;
        z-index: 300;
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: flex-end;
        padding: 24px;
        background-color: #fff;
        box-shadow: -18px 4px 20px 0px rgba(0, 0, 0, 0.5);
    }


    .hamburger_button{
        height: fit-content;
        margin-bottom: 13px;
    }


    .mobile_menu{
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 53px;
        z-index: 300;
        transition: all ease-in-out 0.3s;
        max-height: 652px;
        box-shadow: 0px 11px 20px 0px rgba(0, 0, 0, 0.25);
        overflow-y: auto;
    }


    .mobile_menu.open {
        left: 0;
    }

    .backdrop{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 200;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }

    .backdrop.open {
        opacity: 1;
        visibility: visible;
        z-index: 200;
    }


    .close_modal{
        position: absolute;
        top: 61px;
        left: 25px;
    }


    .icon_logo_header_mobile{
        width: 73px;
        height: 77px;
    }


    .icon_logo_header_modal{
        width: 73px;
        height: 77px;
        margin-bottom: 42px;
    }

    .nav_link_mobile_menu{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height: 100%;
        margin-bottom: 28px;
    }

    .link_header_mobile_menu {
        font-family: Inter;
        font-weight: 400;
        font-size: 20px;
        line-height: 24.2px;
        color: rgba(23, 23, 23, 1);
    }

    .address{
        text-align: center;
        padding: 0 10px 0 10px;
    }


    body {
        --scroll-offset: 100px;
    }


    .txt-wf {
        width: fit-content !important;
    }


}
























html {
    scroll-behavior: smooth;
    /* Плавне прокручування */
}

