@font-face{
    font-family: "Montserrat-Extrabold";
    src: url(../fonts/Montserrat-ExtraBold.woff2) format("woff2");
    font-style: normal; 
    font-weight: 400; 
}



h1 {
    font-size: 32px;
}

h3 {
    color: #082567;
}

h4 {
    margin-top: 20px;
    margin-left: 10px;
    font-family: "Montserrat-Extrabold";
    font-size: 20px;
    color: black;
}

h5 {
    margin-top: 20px;
    margin-left: 10px;
    font-family: "Montserrat-Extrabold";
    font-size: 96px;
    color: #082567;
}

h6 {
    text-align: justify;
    font-size: 20px;
    margin-bottom: 50px;
}

body {
    background-color: #FBFCFF;
}

.main_cra{

}

p {
    text-align: left;
    margin-bottom: 50px;
}

.button_main {
    width: 300px;
}

#main_cra {
    background: url(/images/bggg1.jpg) 100% 1% no-repeat;
}

#main_cra h2{
    margin-top: 50px;
}

.main_cra img{
    padding-top: 270px;
    width: 100%;
    object-fit: cover;
}

#predlog {
    min-height: 900px;
    background-color: white;
}

.predlog_bg{
    background: url(/images/bg_predlog.png) left no-repeat;
    
    padding-bottom: 50px;
}

.predlog_bg h4{
    margin-top: 90px;
    margin-left: 0px;
}

.predlog_bg p{
    text-align: justify;
}

.line-left{
    border-right: 2px solid rgba(8,37,103,0.24);
    border-bottom: 2px solid rgba(8,37,103,0.24);
}

.line-right{
    border-bottom: 2px solid rgba(8,37,103,0.24);
}


.line-left-bottom{
    border-right: 2px solid rgba(8,37,103,0.24);
}

.line-right-bottom{
    
}
.resultat {
    text-align: center;
    
}

.resultat h2{
    padding-bottom: 30px;
    padding-bottom: 100px;
}

#video {
    min-height: 700px;
    background-color: white;
}

#preimush {
    background-color: white;
}

#video p{
    margin-top: 30px;
}

.preimush_bg{
    
}

.card_cra{
    height: 270px;
    padding: 20px;
    padding-top: 50px;
    margin-bottom: 30px;
    background-color: white;
    border: none;
    border-radius: 13px;
    -webkit-box-shadow: 0px 0px 27px 5px rgba(34, 60, 80, 0.09);
    -moz-box-shadow: 0px 0px 27px 5px rgba(34, 60, 80, 0.09);
    box-shadow: 0px 0px 27px 5px rgba(34, 60, 80, 0.09);

}

.card_cra p{
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 18px;
    text-align: justify;
}


.circle_fig{
    margin-left: 12px;
    height: 90px;
    width: 90px;
    border: none;
    border-radius: 50%;
    background-color: #082567;
}



.card_img{ 
    margin-top: 15px;
    margin-left: 10px;
    text-align: center;
}

.card_img-second{ 
    margin-top: 10px;
    margin-left: -0.2px;
    text-align: center;
}

.card_img-third{ 
    margin-top: 22px;
    margin-left: 10px;
    text-align: center;
}

.card_img-four{ 
    margin-top: 13px;
    margin-left: 14px;
    text-align: center;
}

.card_img-five{
    margin-top: 15px;
    margin-left: 3px;
    text-align: center;
}

.card_img-six{
    margin-top: 12px;
    margin-left: -1px;
    text-align: center;
}

#formasvyazi{
    background-color: white;
}

footer{
    margin-top: 0px;
}

.iframe {
    
    }

@media(max-width: 1000px) {
    .main_cra img{
        padding-top: 20px;
        margin-bottom: 20px;
        width: 100%;
        object-fit: cover;
    }

    .card_cra {
        height: 370px;
    }

    .predlog_bg h4 {
        margin-top: 120px;
    }
}

