@font-face {
    font-family: 'medium';
    src: url(src/fonts/Raleway-Medium.woff2);
}
@font-face {
    font-family: 'reg';
    src: url(src/fonts/Montserrat-Regular.woff2);
}

body{
    padding: 0;
    margin: 0;
    font-family: 'reg';
    background: #F7F8FA;
    font-variant-numeric: lining-nums;
}

.container{
    width: 1160px;
    padding: 0 20px;
    margin: 0 auto;
}

.container_two{
    display: flex;
    align-items: center;
    padding: 0 160px;
    gap: 40px;
}

.block_one_img{
    min-width: 350px;
    max-width: 360px;
}

.block_one_img img{
    width: 100%;
}

.bcgr_full{
    width: 100%;
    height: 700px;
    position: relative;
}

.bcgr_full_img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;    
}

.block_one {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    height: 540px;
    justify-content: center;

}

.h1 {
    font-size: 44px;
    color: #fff;
    font-weight: 100;
}

.discription {
    max-width: 660px;
    color: #fff;
    font-size: 22px;
}

.block_two {
}

.title_block {
    font-size: 36px;
    margin-bottom: 30px;
    padding-top: 0;
}

.contant_block {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.block_item {
    padding: 20px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.1);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.1);
    background-color: #fff;
    border-radius: 10px;
    width: 235px;
}

.margin_block{
    margin-top: 50px;
    margin-bottom: 20px;
}

.title_item {
    font-size: 22px;
    margin-bottom: 10px;
}
.text_item {
    font-size: 14px;
    font-weight: 200;
    color: #494949;
}

.text_item2{
    font-size: 16px;
    font-weight: 200;
    color: #494949;
}

.razdel_parent{
    width: 100%;
    height: auto;
    position: relative;
}

.razdel{
    width: 100%;
    height: auto;
    margin-top: -10px;
}

.gap_40{
    gap: 40px;
}

.bcgr_col{
    background-color: #fff;
    padding-bottom: 15px;
}

.padding_block{
    margin-top: -10px;
}

.block_item_two{
    width: 360px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}

.block_item_two img{
    margin-bottom: 5px;
}

.btn{
    width: calc(100% - 2px);
    height: 35px;
    border-radius: 30px;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 30px;
    transition: .3s;
}

.btn:hover{
    color: #fff;
    background-color: #000;
}

.margin_bottom{
    padding-bottom: 40px;
    margin: 70px 0 0 0;

}

.margin_bottom2{
    margin-bottom: 50px;
}


.partner_box {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}
.partner_img {
    width: 160px;
    height: 90px;
    border: 1px solid #a3a3a3;
    border-radius: 15px;
    overflow: hidden;
}

.partner_img img{
    width: 100%;
    object-fit: cover;
}

.footer{
    background: #1E1E1E;
}

.footer_contant{
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}

.footer_logo{
    width: 80px;
}

.footer_cont{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.footer_cont a{
    text-decoration: none;
    color: #F7F8FA;

}

.footer_logo img{
    width: 100%;
}

.massendger{
    display: flex;
    gap: 20px;
    align-items: center;
}

.win_1_mas{
    padding: 40px 40px 0;
    justify-content: end;
}


@media screen and (max-width: 1600px) {
    .container_two{        
        padding: 0px 20px;
        justify-content: center;
    }

}

@media screen and (max-width: 1199px) {
    .container{
        width: calc(100% - 20px);
        padding: 0 10px;
    }

    .bcgr_full{
        width: 100%;
    }

    .bcgr_full img{
        object-fit: cover;
        height: 100%;
    }

    .razdel_parent{
        height: 100%;
        width: auto;
    }
    
    .razdel{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .h1{
        font-size: 34px;
    }
}


@media screen and (max-width: 739px){
    .h1 {
        font-size: 28px;
    }
    .discription {
        font-size: 18px;
    }

    .block_item{
        padding: 10px;
        width: calc(100% - 20px);
    }
    
    .title_block{
        font-size: 26px;
    }

    .title_item{
        font-size: 18px;
    }

    .text_item{
        font-size: 14px;
    }

    .block_item_two{
        width: 100%;
    }

    .block_one{
        height: auto;
        margin-top: 20px;
    }

    .container_two{
        flex-direction: column;
    }

    .block_one_img{
        margin-bottom: 100px;
    }

    .bcgr_full{
        height: auto;
    }

    .footer_contant{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

}


@media screen and (max-width: 400px){
    .block_one_img{
        min-width: 70%;
    }
    
    .h1 {
        font-size: 24px;
    }

    
    .discription {
        font-size: 14px;
    }

        
    .partner_box {
        gap: 10px;
    }
    .partner_img {
        width: 47%;
    }

    .partner_img img{
        width: 100%;
    }
}