@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import "advantages.css";
@import "services.css";
@import "slider.css";
* {
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #222222;
}

.logo-text,.logo-text a{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    background: linear-gradient(90deg, #3456CE 0%, #5E83E2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.sWay a, .sWay strong {
    font-weight: 400;
    color: #222;
    font-size: 14px;
    text-decoration: none;
}

.sWay a:hover, .sWay strong {
    color: #3457CE;
}

nav ul {
    display: flex;
    justify-content: end;
}

nav ul li {
    margin-right: 25px;
}

nav ul li:last-child {
    margin-right: 0;
}

nav ul li a, nav ul li strong {
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    line-height: 22px;
    text-align: center;
    color: #222222;
}

nav ul li a:hover, nav ul li strong {
    color: #002F67;
}
.advantages-container,
.services-container,
.about-container{
    margin-top: 50px;
}
.footer-top {
    margin-top: 30px;
    margin-bottom: 10px;
}

.header-top {
    padding: 24px 0;
}

.header-main {
    background: url(/images/main-header.png) no-repeat top right;
    min-height: 560px;
}

.about-img {
    width: 100% ;
}

a.btn, button.btn,
.form input[type="button"]{
    font-weight: 400;
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 12px 19px;
    background: linear-gradient(90deg, #3153CD 0%, #6287E4 100%);
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0);
    text-decoration: none;
    height: auto;
}

a.btn:hover, button.btn:hover,
a.btn-revert,
.form input[type="button"]:hover{
    background: #fff;
    border: 1px solid #3456CE;
    color: #3457CE;
    cursor: pointer;
}

a.btn-revert:hover {
    cursor: pointer;
    background: linear-gradient(90deg, #3153CD 0%, #6287E4 100%);
}
h1.container-title {
    margin: 0;
}

.container-title {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.container-title::before {
    content: '';
    width: 40px;
    height: 3px;
    display: block;
    margin-right: 10px;
    background: #3153CD;
    border-radius: 10px;
}

footer {
    margin-top: 70px;
    margin-bottom: 10px;
}

.footer-callback {
    background: #3153CD;
    background-image: url(/images/callback.png);
    background-repeat: no-repeat;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    min-height: 244px;
    margin-bottom: 15px;
}

.footer-callback .body-text {
    font-family: 'Montserrat', sans-serif;
    max-width: 500px;
}

.footer-callback .title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.footer-callback .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}


@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 992px) {
    .footer-callback {
        justify-content: center;
        flex-direction: column;
    }
    .footer-callback .body-text {
        text-align: center;
        margin-bottom: 10px;
    }
    .about-img {
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .footer-callback .title {
        font-size: 20px;
    }
    .footer-callback .text {
        font-size: 14px;
    }

    .service-image img {
        width: 100%;
        object-fit: cover;
    }

    .logo-text, .logo-text a {
        text-align: center;
        margin-bottom: 10px;
    }
    nav ul {
        justify-content: center;
    }
    .header-slider-container {
        margin-top: 50px;
    }
}

@media screen and (max-width: 576px) {
.footer-copy {
    text-align: center;
    margin-bottom: 5px;
}
    .footer__column-company a {
        justify-content: center;
    }
    .slide-title {
        line-height: normal;
        font-size: 34px;
    }
}

@media screen and (max-width: 400px) {

}
