@font-face {
    font-family: opensans;
    src: url(fonts/OPENSANSHEBREW-REGULAR.ttf);
}
@font-face {
    font-family: openbold;
    src: url(fonts/OPENSANSHEBREW-EXTRABOLD.ttf);
}
/*@font-face {*/
/*    font-family: secular;*/
/*    src: url(fonts/SecularOne-Regular.ttf);*/
/*}*/


.logo{
    max-height: 140px;
margin: 0 auto;
}
body{
    font-family: opensans;
    direction: rtl;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(img/bg.jpg);
}
.bold_text {
    font-family: openbold;
}
.form{
text-align: center;

}
.person-block {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(img/men.png);
}

.blue{
    color: #224094;
}
.light-blue{
    color: #55a4e6;
}
.white{
    color: #fff;
}
form#my_form {
    max-width: 320px;
    margin: 0 auto;
}
.form-block {
    max-width: 400px;
    width: 100%;
    padding: 20px;
    background-color: #224094;
}
.form {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
button.btn.custom {
    width: 100%;
    background-color: #55a4e6;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    height: 38px;
    margin-bottom: 20px;
    line-height: 20px;
}
.grey{
    color:#565b64;
}
h2.blue {
    margin: 15px auto 0;
    line-height: 1;
}
.facts_list img {
    object-fit: contain;
    width: 20px;
    height: 14px;
}
.facts_list span {
    display: flex;
    margin: 10px 5px;
    font-family: openbold;
    align-items: center;
}
.blue.facts_list {
    display: flex;
    justify-content: center;
}

.form-control {
    height: 38px;
    margin: 0 0 10px;
}
@media screen and (min-width: 1500px) {
h2 {
    line-height: 65px;
    font-size: 65px;
}
.facts_list span {
       font-size: 24px;
    margin: 0px 5px 10px;
}
p {
    font-size: 22px;
}
h3 {
    font-size: 46px;
}
}
@media screen and (max-width: 1064px) {
    .person-block {
        background-size: 100% 100%;
    }
    .logo{
        max-height: 70px;
    }
}

@media screen and (max-width: 450px){
    .person-block {
        min-height: 50vh;
        background-size: contain;
    }

    .form {

        padding: 0;
    }

}