@font-face {
    font-family: 'Gilroy-Bold';
    src: url('../fonts/Gilroy-Bold.eot');
    src: local('../fonts/Gilroy Bold'), local('Gilroy-Bold'),
        url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-SemiBold';
    src: url('../fonts/Gilroy-SemiBold.eot');
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
        url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff'),
        url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.eot');
    src: local('Poppins Medium'), local('Poppins Medium'),
        url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        /* url('../fonts/Poppins-Medium.woff') format('woff'), */
        url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'Inter-Bold';
    src: url('../fonts/Inter-Bold.eot');
    src: local('Inter Bold'), local('Inter-Bold'),
        url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff'),
        url('../fonts/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('../fonts/Inter-Regular.eot');
    src: local('Inter Regular'), local('Inter-Regular'),
        url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* 
body {
    background: url(../img/head.png) no-repeat center top;
    background-size: contain;
} */

.products {
    width: 100%;
    max-width: 638px;
}

.logo {
    width: 202px;
}

.header {
    position: relative;
    height: 134px;
}

.head_navigation {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    top: 39px;
    left: 71px;
    gap: 20px;
    text-transform: uppercase;align-self: center;
}

.navigation_link {
    /* font-family: 'Gilroy-Bold'; */
    font-family: 'Inter-Bold';
    text-decoration: none;
    color: #000;
    /* font-size: 18px; */
    font-size: 16px;
    line-height: 30px;
}

.container {
    padding: 0 calc(50% - 650px);
}

/* Section one */
.section_one {
    display: flex;
    flex-wrap: wrap;
}

.section_one .block_title {
    line-height: 72px;
    margin-top: 135px;
    width: 577px;
}

.section_one .block_title .title {
    /* font-family: 'Gilroy-Bold';
    font-size: 48px; */
    font-family: 'Inter-Bold';
    font-size: 46px;
    color: #fff;
}

.section_one .block_products {
    padding-top: 76px;
    width: 720px;
}

.section_one .products {
    width: 100%;
    max-width: 731px;
    height: 548px;
}

/* Section two*/
.section_two {
    display: flex;
    flex-wrap: wrap;
}

.section_two .block_products .products {
    border-radius: 20px;
}

.section_two .title {
    font-family: 'Inter-Bold';
    font-size: 32px;
    line-height: 38.73px;
}

.section_two .info_product {
    margin-top: 20px;
}

.section_two .info_product .text {
    font-family: 'Inter-Bold';
    font-size: 16px;
    line-height: 22.4px;
}

.right_block {
    margin-left: 110px;
    width: 100%;
    max-width: 528px;
}

.left_block {
    width: 528px;
}

.more_details {
    margin-top: 27px;
}

.more_details .btn {
    font-family: 'Gilroy-Bold';
    font-size: 24px;
    line-height: 36px;
    border: 1px solid #000;
    border-radius: 16px;
    background: none;
    width: 274px;
    height: 60px;
    text-align: left;
    position: relative;
}

.more_details .btn span {
    padding-left: 24px;
}

.more_details .btn img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 18px;
}


/* Section three*/
.section_three {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}
.section_three .left_block {
    margin-right: 130px;
}

.section_three .block_products .products {
    border-radius: 20px;
}

.section_three .title {
    font-family: 'Inter-Bold';
    font-size: 32px;
    line-height: 38.73px;
}

.section_three .info_product {
    margin-top: 20px;
}

.section_three .info_product .text {
    font-family: 'Inter-Bold';
    font-size: 16px;
    line-height: 22.4px;
}

.section_three .more_details {
    margin-top: 27px;
}

.section_three .more_details .btn {
    font-family: 'Gilroy-Bold';
    font-size: 24px;
    line-height: 36px;
    border: 1px solid #000;
    border-radius: 16px;
    background: none;
    width: 274px;
    height: 60px;
    text-align: left;
    position: relative;
}

.section_three .more_details .btn span {
    padding-left: 24px;
}

.section_three .more_details .btn img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 18px;
}

/* Section Four */ 

.section_four {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}

.section_four .block_products .products {
    border-radius: 20px;
}

.section_four .title {
    font-family: 'Inter-Bold';
    font-size: 32px;
    line-height: 38.73px;
}

.section_four .info_product {
    margin-top: 20px;
}

.section_four .info_product .text {
    font-family: 'Inter-Bold';
    font-size: 16px;
    line-height: 22.4px;
}

.section_four .right_block {
    margin-left: 110px;
}

.section_four .more_details {
    margin-top: 27px;
}

.section_four .more_details .btn {
    font-family: 'Gilroy-Bold';
    font-size: 24px;
    line-height: 36px;
    border: 1px solid #000;
    border-radius: 16px;
    background: none;
    width: 274px;
    height: 60px;
    text-align: left;
    position: relative;
}

.section_four .more_details .btn span {
    padding-left: 24px;
}

.section_four .more_details .btn img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 18px;
}


/* Section three*/
.section_five {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}

.section_five .left_block {
    margin-right: 130px;
}

.section_five .block_products .products {
    border-radius: 20px;
}

.section_five .title {
    font-family: 'Inter-Bold';
    font-size: 32px;
    line-height: 38.73px;
}

.section_five .info_product {
    margin-top: 20px;
}

.section_five .info_product .text {
    font-family: 'Inter-Bold';
    font-size: 16px;
    line-height: 22.4px;
}

.section_five .more_details {
    margin-top: 27px;
}

.section_five .more_details .btn {
    font-family: 'Gilroy-Bold';
    font-size: 24px;
    line-height: 36px;
    border: 1px solid #000;
    border-radius: 16px;
    background: none;
    width: 274px;
    height: 60px;
    text-align: left;
    position: relative;
}

.section_five .more_details .btn span {
    padding-left: 24px;
}

.section_five .more_details .btn img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 18px;
}

.footer {
    background-color: #AEC4D9;
    height: 191px;
    position: relative;
}

.footer_navigation {
    position: relative;
    top: 33px;
    display: flex;
    flex-wrap: wrap;
    gap: 124px;
    height: 36px;
}

.footer_link {
    /* font-family: 'Gilroy-SemiBold'; */
    font-family: 'Inter-Bold';
    text-decoration: none;
    color: #000;
    font-size: 24px;
    line-height: 36px;
}

.copyright {
    position: absolute;
    top: 145px;
    text-align: center;
    left: 0;
    right: 0;
}

.copyright_info {
    font-family: 'Poppins-Medium';
    font-size: 18px;
    line-height: 27px;
    color: #1E1E1E80;

}
.section_six {
    padding-bottom: 72px;
}

@media screen and (max-width: 1024px) {
    .navigation_link {
        font-size: 12px;
    }
    .section_one .block_title .title {
        font-size: 40px;
    }
    .section_one .block_title {
        width: 377px;
        line-height: 52px;
        margin-top: 20px;
        margin-left: 50px;
    }
    .section_one .block_products {
        width: 520px;
        padding-top: 0px;
    }
    .section_two .block_products .products {
        max-width: 400px;
    }
    .right_block {
        max-width: 428px;
        margin-left: 55px;
    }
    .section_two .block_products {
        margin-left: 50px;
    }
    .section_three .left_block {
        margin-right: 55px;
        margin-left: 50px;
        max-width: 428px;
    }
    .section_three .block_products .products {
        max-width: 400px;
    }
    .section_four .block_products .products {
        max-width: 400px;
    }
    .section_four .block_products {
        margin-left: 50px;
    }
    .section_four .right_block {
        margin-left: 55px;
        max-width: 428px;
    }
    .section_five .left_block {
        margin-right: 55px;
        margin-left: 50px;
        max-width: 428px;
    }
    .section_five .block_products .products {
        max-width: 400px;
    }

    
}

@media screen and (max-width: 768px) {
    .header {
        display: none;
    }
    .section_one .block_title .title {
        width: 100%;
        margin: 20px auto;
        text-align: center;
    }
    .section_one .block_title {
        width: 100%;
    }
    .section_one .block_products {
        margin: 0px auto;
    }
    .section_two .right_block {
        order: 1;
        width: 100%;
        margin: 20px auto;
    }
    .section_two .block_products {
        order: 2;
        margin: 0px auto;
    }
    .section_three .left_block {
        width: 100%;
        margin: 20px auto;
    }
    .section_three .block_products {
        margin: 0px auto;
    }
    .section_four .right_block {
        order: 1;
        width: 100%;
        margin: 20px auto;
    }
    .section_four .block_products {
        order: 2;
        margin: 0px auto;
    }
    .section_five .left_block {
        width: 100%;
        margin: 20px auto;
    }
    .section_five .block_products {
        margin: 0px auto;
    }
}

    @media screen and (max-width: 425px) {
        .section_four,.section_five, .section_two ,.section_three {
            margin-top: 50px;
        }
        .section_one .block_title, .section_two .right_block, .section_three .left_block, .section_four .right_block, .section_five .left_block {
            margin: 20px;
        }
        .footer_navigation {
            width: 100%;
            display: grid;
            gap: 0;
            text-align: center;
            margin: 10px auto;
        }
        .copyright_info {
            font-size: 13px;
        }
        .logo {
            margin: 0px auto;
        }
    }