@font-face {
	font-family: 'Montserrat'; 
	src: url("../fonts/Montserrat/static/Montserrat-Regular.ttf"); 
}
::placeholder { 
    color: #FFF; 
}
.main {
    background: linear-gradient(0.75turn,#EB1321, #222222);
    height: auto;
    display: flex;
    justify-content: space-between;
}

body {
    margin: 0; 
    padding: 0;
    font-family: Montserrat;
}
.menu {
    display: flex;
    height: 10%;
    justify-content: space-between;
    margin-bottom: 2%;
}

.block_1 {
    height: auto;
    padding-bottom: 125px;
}
.container_main {
    width: 40%;
    margin-left: 15%;
    margin-right: 5%;
    display: flex;
    flex-direction: column;
}
.img_main {
    width: 60%;
}
.h1_main {
    font-weight: 1000;
    font-family: Montserrat;
    font-size: 52px;
    font-style: normal;
    color: #FFF;
    line-height: 1.15;
}
.img_main {
    width: 100%;
    height: auto;
}

.text_main {
    margin-top: 21px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 21px;
    font-style: normal;
}

.a_main {
    display: flex;
    width: 250px;
    height: 60px;
    padding: 19px 31px 21px 31px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: #DF0502;
    color: #FFF;
    text-decoration: none;
    border: none;
    margin-top: 56px;
    margin-bottom: 80px;
}


.container_block_1 {  
    margin-left: 15%;
    display: flex;
    flex-direction: column;
    margin-right: 15%;
}
.heading_block_1 {
    margin-top: 125px;
    font-family: Montserrat;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
}
.container_text_block_1 {
    margin-top: 65px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    row-gap: 48px;
}
.container_text_item_block_1 {
    display: flex;
    width: 40%;
}
.container_text_item_block_1_ferst {
    display: flex;
    width: 40%;
    margin-right: 10%;
}

.img_block_1 {
    margin-right: 28px;
    width: 100px;
    height: 100px;  
}
.text_block_1 {
    font-family: Montserrat;
    font-size: 20px;
}
.block_2 {
    background: #FFF2F2;
    font-weight: 700;
    padding-top: 45px;
    padding-bottom: 45px;
}
.box_block_4 {
    width: 50%;
}
.box_item_1_block_4 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    
}
.input_block_4 {
    background: #DE474B;
    border-top: none;
    border-right: none;
    border-left: none;
    border-color: #FFF;
    color: #FFF;
    text-align: center;
    outline: none
}
.button_block_4 {
    margin-left: 15px;
    height: 28px;
    padding: 5px 30px;
    border-radius: 90px;
    background: #FFF;
    color: #DE474B;
    border: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    font-weight: 700;
}
.form_block_4 {
    display: flex;
    margin-top: 10px;
    justify-content: end;
}
/* ::-webkit-input-placeholder { 
    color:    #FFF;
} */
.container_block_2 {  
    margin-left: 15%;
    display: flex;
    flex-direction: column;
    margin-right: 15%;
}
.heading_block_2 {
    margin-top: 53px;
    font-family: Montserrat;
    font-size: 42px;
    font-weight: 700;
}
.text_block_2 {
    margin-top: 12px;
    font-family: Montserrat;
    font-size: 20px;
    opacity: 0.8;
}
.block_3 {
    background: #DF0502;;
    font-weight: 700;
}
.container_block_3 {  
    margin-left: 15%;
    display: flex;
    flex-direction: column;
    margin-right: 15%;
}
.modal_end {
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.text_block_3 {
    margin-top: 12px;
    font-family: Montserrat;
    font-size: 18px;
    color: #FFF;
    margin-bottom: 12px;
}
.block_4 {
    background: #FFF;;
    font-weight: 700;
    /* height: 100vh; */
}
.container_block_4 {  
    margin-left: 15%;
    display: flex;
    margin-right: 15%;
    flex-wrap: wrap;
    width: 70%;
    row-gap: 100px; 
    padding-top: 15px; 
    padding-bottom: 20px; 

}
.container_text_item_1_block_4 {
    font-family: Montserrat;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    margin-right: 1.4%;
    width: 44%;
    margin-right: 2%;
}
.text_item_1_block_4 {
    color: #DF0502;
}
.img_block_4_box{
    width: 54%;
}
.img_block_4 {
    width: 100%;
    height: auto;
}
.container_text_item_2_block_4 {
    width: 100%;
    background-color: #de474b;
    color: #FFF;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}
.text_item_2_block_4 {
    font-size: 25px;
}
.text_item_3_block_4_item_1 {
    margin-bottom: 0rem;
}
.heading_box_modal {
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-top: -4%;   
}
.input_box_modal {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.modal_body {
    height: 250px;
}
.text_box_modal {
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.8px;
    margin-top: 0px;
}
.text_box_modal_span {
    text-decoration-line: underline;
}
.text_modal {
    margin-bottom: 0rem;
    text-align: center;
    opacity: 0.5;
}
.textarea_modal_mobil {
    height: 78px;
}

.heading_item_2_modal {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
}
.text_box_item_2_modal {
    font-family: Montserrat;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-top: 0px;
}
.img_box_modal {
    text-align: center;
    margin-bottom: 40px;
}

/* Мобильная версия */
.logo_mobil_menu {
    display: none;
}
.logo_mobil {
    display: none;
}
.img_menu_mobil {
    width: 100%;
}

.a_main_mobil {
    display: flex;
    height: 35px;
    padding: 19px 31px 21px 31px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: #DF0502;
    color: #FFF;
    text-decoration: none;
    display: none;
    width: 90%;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
    border: none;
}
.text_item_3_block_4 {
    display: none;
}
.img_modal {
    width: 38px;
}
.text_item_3_modal {
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    width: 100%;
    padding-bottom: 18px;
}
.img_box_item_2_modal { 
    display: flex;
    height: 35px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: #FFF;
    width: 100%;
}
.img_item_2_modal {
    width: 19px;
    height: 16px;
    flex-shrink: 0;
}
.img_item_3_modal {
    width: 18px;
    height: 18px;
}
.modal_mobil {
    display: none;
}
.block_5 { 
    color: #FFF;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 120% */
    text-transform: uppercase;
    background: #DF0502;
    padding-right: 17.25%;
    padding-left: 17.25%;
    padding-top: 10px;
    padding-bottom: 10px;
    /* width: 100vw; */
    margin-left: -15vw;
    position:relative;
    z-index:-1;
    min-height: 96px;
    display: flex;
    align-items: center;
}
.text_block_5 {
    margin-bottom: 0px;
    margin-left: 80px;
}
.block_6 {
    /* background: #FFF2F2;  */
    /* padding-left: 15%; */
    padding-right: 17.25%;
    padding-top: 52px;
    padding-bottom: 85px;
}
.container_block_6 {
    display: flex;
    justify-content: space-between;
}
.text_span_item_2_block_6 {
    color: #DF0502;
}
.text_block_6 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    align-items: center;
    color: #FFF;  
       
}
.button_block_6 {
    padding-left: 90px;
    padding-right: 90px;
    width: 430px;
}
.text_item_4_block_6 {
    height: 28px;
    padding: 3px 9px;
    border-radius: 90px;
    background: #DF0502;
    width: max-content;
}
.container_item_1_block_6 {
    /* display: flex; */
    width: 47%;
}
.container_item_3_block_6 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.box_block_6 {
    width: 50%;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}
.text_item_2_block_6 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    text-transform: uppercase;
}
.text_item_3_block_6 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
}
.img_block_6 {
    margin-bottom: 22px;
}
.block_5-6 {
    background-position: 40px 25px;
    margin-left: 15%;
    background-image: url("../../image/ДЕКСТОП.svg");
    background-repeat: no-repeat;
    position: relative;
}
.block_5-6-item_1 {
    background: #FFF2F2;
    position: relative; 
    z-index: -2;
}

.box_text_block_7 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
}
.text_block_7 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.9px;
    margin-bottom: 28px;
}
.box_block_7 {
    width: 70%;
}
.block_7 {
    background: #030C13;
}
.container_block_7 {
    margin-left: 15%;
    margin-right: 15%;
    padding-top: 56px;
    padding-bottom: 32px;
}
.text_item_1_block_7 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 46px;
    max-width: 800px;
}
.text_item_2_block_7 {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    opacity: 0.5;
}
.container_block_7 {
    display: flex;
    justify-content: space-between;
}
.box_item_1_block_7 {
    margin-top: 10px;
}
.text_item_3_block_7 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}
.box_img_block_7 {
    display: flex;
    justify-content: space-between;
}
.img_block_7 {
    background-color: #FFF;
    padding: 12px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.container_item_2_block_7 {
    display: flex;
}
.mobil_block_7 {
    display: none;
}
.mail {
    text-decoration: underline;
}
.a_mail {
    color: #FFF;
}
@media (max-width: 1320px) {
    .box_block_6 {
        width: 100%;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
    }
}
@media (max-width: 1308px) {
    .block_5-6 {
        background-image: url("../../image/МОБИЛЬНАЯ.svg");
        background-size: 100%;
    }

}
@media (max-width: 1120px) {
    .block_5-6 {
        background-position: -2px 25px;
    }
}
@media (max-width: 1250px) {
    .container_text_item_1_block_4 {
        width: 100%;
        margin-right: 0%;
    }
    .img_block_4_box {
        width: 100%;
    }
    .img_block_4 {
        width: 107%;
        height: auto;
        margin-left: -3.5%;
    }
}
@media (max-width: 1180px) {
    .container_text_item_2_block_4 {
        flex-direction: column;
    }
}
@media (min-width: 992px) {
    .container_block_4 {
        margin-top: 100px;
    }
    .img_main {
        margin-top: 60px;
    }
    .button_block_6 {
        margin-top: 50px;
        margin-bottom: 0px;
    }
    .text_block_5 {
        margin-bottom: 0px;
        margin-left: 160px;
    }
    .img_main_item_1 {
        margin-bottom: 56px;
        margin-top: 60px;
    }
    .modal_body {
        height: 450px;
    }
    .fers_text_item_2_block_6 {
        margin-top: 22px;
    }
    .text_block_6 {
        margin-bottom: 43px;
    }
    .text_item_2_block_6 {
        margin-top: 20px;
    }
    .container_item_3_block_6 {
        row-gap: 68px;
    }
    .text_item_3_block_6 {
        margin-top: 50px;
    }
}
@media (max-width: 992px) {
    .menu {
        width: 100%;
        margin-top: 65px;  
        height: auto;
    }
    .container_main {
        margin-left: 5%;
        margin-right:5%;
        width: 90%;
    }
    .img_main_item_1 {
        display: none;
    }

    .main {
        background: linear-gradient(0.5turn,#EB1321, #222222);
        /* background: linear-gradient(0.5turn,#EB1321, #222222); */
        /* background: linear-gradient(0.5turn, #222222, #EB1321); */
        flex-direction: column;
    }
    .h1_main {
        font-size: 35px;
    }
    .text_main {
        font-size: 14px;
    } 
    .a_main {
        display: none;
    }
    .a_main_mobil {
        display: flex;
    }
    .img_main_box {
        margin-left: 29%;
        margin-right: 29%;
    }
    .a_main_mobil_box:last-of-type {
        height: 60px;
        margin-bottom: 5%;
    }
    .heading_block_1 {
        font-size: 20px;
        margin-top: 0px;
    } 
    .container_text_block_1 {
        margin-top: 15px;
    }
    .container_text_block_1 {
        font-size: 14px;
    } 
    .container_text_item_block_1 {
        width: 100%;
        align-items: center;
    }
    .img_block_1 {
        margin-right: 12px;
        width: 54px;
        height: 54px;
    }
    .block_1 {
        height: auto;
        padding: 0%;
    }
    .container_block_1 {
        margin-top: 50px;
        margin-bottom: 50px;
        margin-right: 5%;
        margin-left: 5%;
    }
    .text_block_1 {
        font-size: 14px;
        margin-bottom: 0px;
    }
    .container_block_2 {
        padding-top: 17px;
        padding-bottom: 17px;
        margin-right: 5%;
        margin-left: 5%;
    }
    .heading_block_2 {
        margin-top: 0px;
        font-size: 20px;
    }
    .block_2 {
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .text_block_2 {
        margin-top: 10px;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; 
    }
    .text_block_3 {
        font-size: 14px;
        font-style: normal;
    }
    .block_3 {
        padding-top: 6px;
        padding-bottom: 6px;  
    }
    .container_block_3 {
        margin-right: 5%;
        margin-left: 5%;
    }
    .container_block_4 {
        margin-left: 5%;
        margin-right: 5%;
        row-gap: 30px;
        padding-top: 50px;
        padding-bottom: 50px;
        width: 90%;
    }
    .container_text_item_1_block_4 {
        font-size: 20px;
        line-height: 115%;
        width: 100%;
    }
    .br_block_4 {
        display: none;
    }
    .img_block_4_box {
        width: 100%;
       
    }
    .img_block_4 {
        width: 107%;
        height: auto;
        margin-left: -3.5%;
    }
    .span_item_3_block_4 {
        display: none;
    }
    .text_item_3_block_4 {
        display: block;
    }
    .container_text_item_3_block_4_item_1 {
        display: flex;
    }
    .heading_modal {
        font-size: 19px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }
    .input_box_modal {
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        margin-bottom: 8px;
    }
    .text_box_modal {
        font-family: Montserrat;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        opacity: 0.5; 
        margin-top: 0px;
    }
    .heading_item_2_modal {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        margin-top: 22px;
    }
    .text_box_item_2_modal {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        margin-top: 12px;
    }
    .modal_mobil {
        display: block;
    }
    .img_box_item_2_modal {
        display: flex;
    }
    .block_4 {
        height: auto;
    }
    .block_5 {
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 18px */
        text-transform: uppercase;
    }
    .block_6 {
        padding-top: 50px; 
        padding-bottom: 0px;    
    }
    .container_block_6 {
        flex-direction: column-reverse;
    }
    .container_item_1_block_6 { 
        width: 100%;
    }
    .text_block_6 {
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        
    }
    .text_item_2_block_6 {
        font-size: 11px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        text-transform: uppercase;
        margin-top: 10px;
    }
    .container_item_2_block_6 {
        margin-top: 30px;
    }
    .text_item_4_block_6 {
        display: inline-flex;
        align-items: center;
    }
    .container_item_3_block_6  {
        margin-top: 33px;
    }
    .box_block_6 {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }
    .text_item_3_block_6 {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        margin-top: 30px;
        margin-bottom: 25px;
    }
    
    .a_block_6_mobil {
        margin-left: 0%;
        margin-right: 0%;
        width: 100%;
    }
    .box_item_1_block_7 {
        display: none;
    }
    .container_block_7 {
        margin-left: 5%;
        margin-right: 5%;
        padding-top: 20px;
        padding-bottom: 18px;
    }
    .mobil_block_7 {
        display: block;
    }
    .box_block_7{
        width: 100%;
    }
    .box_text_block_7 {
        flex-direction: column;
        justify-content: start;
        width: 30%;
    }
    .box_item_1_block_7 {
        width: 30%;
        /* text-align: right; */
    }
    .box_img_block_7 {
        justify-content: left;
    }
    .container_item_2_block_7 {
        justify-content: space-between;
    }
    .img_block_7 {
        margin-right: 5px;
        padding: 4px;
    }
    .text_item_3_block_7 {
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }
    .text_block_7 {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        margin-bottom: 0px;
    }
    .box_text_item_1_block_7 {
        margin-bottom: 7px;
    }
    .box_item_1_block_7 { 
        margin-top: 0px;
    }
    .text_item_1_block_7 {
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .text_item_2_block_7 {
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        opacity: 0.5;
    }
    .input_box_modal_mobil {
        display: none;
    }
    .form_block_4 {
        display: flex;
        flex-direction: column;
    }
    .button_block_4 {
        margin-top: 20px;
        text-align: center;
        margin-left: 0px;
        justify-content: center;
        font-size: 16px;
        font-weight: 600;
    }
    .input_block_4 {
        text-align: left;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }
    .box_block_4 {
        width: 100%;
    }
    .box_item_1_block_4 {
        width: 100%;
    }
    .container_text_item_2_block_4 {
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }
    .text_item_2_block_4 {
        font-size: 14px;
    }
    .block_5-6 {
        background-position: 0px 15px;
        margin-left: 5%;
    }
    .container_text_block_1 {
        margin-top: 65px;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        row-gap: 10px;
    }
    .container_text_block_1 {
        row-gap: 10px;
    }
    .fers_text_item_2_block_6 {
        margin-top: 30px;
    }
    .heading_block_2 {
        margin-bottom: 15px;
    }
    .text_block_2 {
        margin-top: 0px;
        font-size: 14px;
        font-style: normal;
    }
    .block_5 {
        font-size: 15px;
        font-weight: 1000;
    }
    .img_block_6 {
        margin-bottom: 10px;
    }
}
@media (max-width: 660px) {
    .img_main_box {
        margin-left: 20%;
        margin-right: 20%;
    }
}
@media (max-width: 580px) {
    .img_main_box {
        margin-left: 15%;
        margin-right: 15%;
    }
}
