/*GENERAL*/
@font-face {
    font-family: Montserrat-SemiBold;
    src: url('../fonts/Montserrat-SemiBold.otf');
}
html, h1, h2, h3, h5, a, p {
    font-family: 'Montserrat-SemiBold', sans-serif !important;
}
a {
    color: white;
}
a:hover {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.background-grey {
    background-color: #a4a8b5;
}
/*END GENERAL*/

/*COOKIES*/
header #cookies-box {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    display: block;
    background-color: #383838;
}
header #cookies-info {
    margin: auto;
    position: relative;
    top: 0;
    width: 100%;
}
header #cookies-info p {
    font-size: .85rem;
    color: rgb(226, 225, 225);
    margin: unset;
}
header #cookies-info p a {
    color: orange;
}
header #cookies-info p a:hover {
    font-weight: normal;
}
header .agreed {
    font-size: .85rem;
    font-family: 'Montserrat-SemiBold',sans-serif !important;;
    background-color: #767676;
    display: inline-block;
    padding: 8px 18px;
    color: white !important;
    border-radius: 8px;
    cursor: pointer;
}
header .agreed:hover {
    font-weight: inherit !important;
}
/*END COOKIES*/

/*HEADER*/
header {
    /*background-color: #101e42;*/
    background-color: #ffffff;
    padding: 1rem 0;
}
/*END HEADER*/

/*BODY*/
body .form-block {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/covers/background.jpg");
}
body .form-block h1 {
    color: white;
    font-size: 2.7rem;
}
body .form > div {
    background-color: #0f5e72;
    border-radius: 1.5rem;
}
body .form label {
    font-size: .9rem;
    margin: 0 .3rem .5rem;
    color: white;
    font-family: 'Montserrat',sans-serif !important;
}
body .form input {
    background-color: white;
    border: unset;
    border-radius: unset;
}
body .form #privacy {
    top: 2px;
    position: relative;
}
body .form input:focus {
    border-color: #9db6c6;
    box-shadow: unset;
}
body .form button {
    color: white;
    font-size: 1rem;
    background-color: #ff9900;
    border-radius: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
body .form button:hover {
    color: #0f5e72;
    background-color: white;
}
body .privacy-text a:hover {
    color: #ff9900;
    font-family: 'Montserrat', sans-serif;
}
body .form button:focus {
    box-shadow: unset;
}
body .cards-block {
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.8);
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.8);
    background-color: rgba(112, 112, 112, 0.05);
}
body .cards-block > .row {
    background-color: rgba(112, 112, 112, 0.05);
}
body .cards-block h2 {
    font-family: 'Montserrat-SemiBold',sans-serif !important;
    font-size: 2.2rem;
}
body .professional-block {
    background-color: rgba(112, 112, 112, 0.05);
}
body .necessity-block {
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
}
body .card-text {
    line-height: 1.1rem;
    color: #101e42;
}
body .card-text .percent {
    color: #E79523;
    font-weight: bold;
}
body .card-text .percent h5 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
}
body .card-text h3 {
    color: black;
    font-weight: bold;
}
body .grid-block h3, body .grid-block p {
    font-family: 'Montserrat-SemiBold',sans-serif !important;
}
body .grid-block img {
    margin: 2rem 0;
}
body .grid-block .line-title {
    height: 4px;
    width: 11%;
    background: orange;
    margin-left: .6rem;
    margin-bottom: .5rem;
}
body .info-block {
    background-color: #9db6c6;
    height: 40px;
}
@media only screen and (max-width: 1100px) {
    body .form-block h1 {
        font-size: 2.1rem;
    }
}
@media only screen and (max-width: 768px) {
    body .grid-block .line-title {
        height: unset;
        width: unset;
    }
    body .grid-block h3 {
        border-bottom: 4px solid orange;
        margin: 0 2rem 1rem;
        padding-bottom: .5rem;
    }
    body .cards-block h2 {
        font-size: 2rem;
    }
    body .form-block {
        background-position-x: -92px;
    }
}
@media only screen and (max-width: 600px) {
    body .form-block h1 {
        font-size: 1.6rem;
    }
}
/*END BODY*/

/*FOOTER*/
footer {
    background-color: #101e42;
}
footer a {
    color: white;
    font-size: .75rem;
    margin: 0 .4rem;
}
footer a:hover {
    font-weight: inherit;
    color: white;
}
footer .footer-lists h3 {
    font-size: 1.25rem;
    color: white;
    font-family: 'Montserrat-SemiBold',sans-serif !important;
}
footer .footer-lists h3:after {
    content: "";
    position: absolute;
    top: .8rem;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.12);
    margin-left: 20px;
}
footer .footer-lists .list-webs, footer .footer-lists .list-direction {
    list-style-type: none;
    padding: unset;
}
footer .footer-lists .list-webs a {
    font-size: 0.875rem;
    margin: 0 0 0.625rem;
    line-height: 2.4;
}
footer .footer-lists .list-direction p, footer .footer-lists .list-direction a {
    color: #b4b4b4;
    font-size: 0.875rem;
}
footer .footer-lists .list-direction li {
    display: flex;
}
footer .footer-lists .list-direction i {
    color: white;
    font-size: 1.3rem;
    margin-right: 1rem;
}
footer .info-footer {
    color: #b4b4b4;
    font-size: .75rem;
}
footer .address {
    background-color: #a4a8b5;
}
footer .address span {
    color: #ffffff;
    font-weight: bold;
    line-height: 1.3rem;
    font-family: 'Montserrat',sans-serif !important;
}
footer .links-footer a {
    font-family: 'Montserrat-SemiBold',sans-serif !important;
}
/*END FOOTER*/