@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import "callback.css";
@import "services.css";
@import "advantages.css";
@import "slider.css";
@import "price.css";

/*
font-family: 'Lora', serif;
font-family: 'Source Sans Pro', sans-serif;
*/
body {
    font-family: 'Lora', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #212121;
}

h1, .container-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
}

.container-title {
    margin-bottom: 40px;
}

.container-btn {
    text-align: center;
    margin-top: 20px;
}

.btn, .form input[type='button'] {
    background: #2B4056;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
    border: none;
    padding: 10px 20px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: auto;
}

.btn.btn-overcolor {
    background: #3C6173;
}

.btn:hover, .btn.btn-overcolor:hover {
    cursor: pointer;
    background: #3C6173;
}

.btn.btn-overcolor:hover {
    background: #2B4056;
}

header nav ul {
    display: flex;
    flex-wrap: wrap;
}

header nav ul li {
    margin-right: 30px;
}

header nav ul li:last-child {
    margin-right: 0;
}

header nav a, header nav strong {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    text-decoration: none;
    color: #212121;
}

header nav a:hover,header  nav strong {
    color: #2B4056;
}

.about-container {
    background: url("/images/about-bg.png") no-repeat center center;
    background-size: cover;
    margin-top: 70px;
}

.header-top {
    padding: 8px 0;
}

.header-bottom {
    margin: 5px 0 20px;
    padding: 9px 0;
    border-top: 1px solid rgba(60, 97, 115, 0.3);
    border-bottom: 1px solid rgba(60, 97, 115, 0.3);
}

.header-bottom.main {
    margin: 5px 0 0;
    border-bottom: none;
}


footer {
    margin-top: 70px;
}

.footer-top {
    margin: 30px 0;
}

.footer-copy {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #2B4056;
}

.footer-bottom {
    border-top: 1px solid rgba(60, 97, 115, 0.4);
    padding: 10px 0;
}

.footer-callback {
    background: url("/images/about-bg.png") no-repeat center center, #2B4056;
    padding: 60px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-callback a.callback {
    background: #3C6173;
}

.footer-callback-body {
    width: 600px;
}

.footer-callback-body .title {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.footer-callback-body .text {
    color: #fff;
}

.footer__column-icon {
    color: #2B4056;
    margin-right: 10px;
}

.social .footer__column-icon:last-child {
    margin-right: 0;
}

.header-contact {
    display: flex;
    justify-content: center;
}

.header-contact-item a {
    font-family: Source Sans Pro, sans-serif;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    color: #212121;
    margin-right: 20px;
}

.header-contact .header-contact-item:last-child a {
    margin-right: 0;
}

.header-contact-item i {
    color: #2B4056;
    font-size: 14px;
    margin-right: 10px;
}

.sWay a, .sWay strong {
    font-weight: normal;
    text-decoration: none;
    color: #212121;

}

.sWay a:hover, .sWay strong {
    color: #3C6173;
}

footer nav > ul {
    display: grid;
    grid-template-columns: repeat(2, 253px);
    grid-gap: 30px;
    font-family: Source Sans Pro, sans-serif;
}

footer nav li,footer nav a, footer nav strong, .footer-text, .footer-text a {
    color: #2B4056;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    display: block;
    margin-bottom: 7px;
}

footer nav strong, footer nav a:hover {
    color: #3C6173;
}
footer nav {
    display: flex;
}
footer nav > ul:last-child {
    margin-left: 30px;
    grid-template-columns: 253px;
}
footer nav > ul > li > strong, footer nav > ul > li > a, .footer-title {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #212121;
    display: block;
    border-bottom: 1px solid #3C6173;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/*mobile menu*/
.mobilemenu {
    visibility: hidden;
    position: fixed;
    z-index: 1000;
    transition: visibility 0s .3s
}

.mobilemenu, .mobilemenu__backdrop {
    top: 0;
    width: 100%;
    height: 100%;
    left: 0
}

.mobilemenu__backdrop {
    position: absolute;
    background: #3d464d;
    opacity: 0;
    transition: opacity .3s
}

.mobilemenu__body {
    position: absolute;
    top: 0;
    width: 290px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    transition: transform .3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    transform: translateX(calc(-100% * 1 - 30px * 1))
}

.mobilemenu__header {
    height: 55px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #b1b1b1
}

.mobilemenu__title {
    padding: 0 20px;
    font-weight: 700;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.mobilemenu__close {
    border: none;
    background: transparent;
    height: 54px;
    width: 55px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    fill: #222;
    transition: fill .2s;
    border-left: 1px solid #b1b1b1
}
.mobilemenu__close i {
    color: #222;
}
.mobilemenu__close:focus {
    outline: none
}

.mobilemenu__close:focus, .mobilemenu__close:hover {
    fill: #3d464d
}

.mobilemenu__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.mobilemenu--open {
    visibility: visible;
    transition-delay: 0s
}

.mobilemenu--open .mobilemenu__backdrop {
    opacity: .9
}

.mobilemenu--open .mobilemenu__body {
    transform: translateX(0)
}

.mobilemenu__content a, .mobilemenu__content strong {
    padding: 12px 20px;
    color: #222;
    text-decoration: none;
    width: 100%;
    font-size: 16px;
}

.text-container {
    display: none;
}

.mobilemenu__content li {
    height: 48px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #b1b1b1;
    width: 100%;
}

.mobilemenu__content strong {
    background: #fff;
    color: #275080;
    width: 100%;
    display: flex;
    align-self: baseline;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #b1b1b1;
    height: 48px;
}

.mobilemenu__content ul {
    display: block;
}

.logo-header__image {
    width: 158px;
}

.logo-header__image img {
    width: 100%;
}

.header-row-mobile {
    border-bottom: 1px solid rgba(60, 97, 115, 0.3);
    margin-bottom: 20px;
    padding: 5px;
}

.header-row-mobile.main {
    margin-bottom: 0;
    border-bottom: none;
}

.social {
    display: flex;
}

@media screen and (max-width: 1200px) {
    .logo  img{
        width: 100%;
    }
    footer nav > ul {
        grid-template-columns: repeat(2, 200px);
        grid-gap: 10px;
    }
    footer nav > ul:last-child {
        margin-left: 10px;
        grid-template-columns: 200px;
    }
}

@media screen and (max-width: 992px) {
    .services-full {
        grid-template-columns: 1fr
    }
    .services-full > .services-full-body {
        grid-row: 2;
    }
    .services-full > .services-full-price-container {
        grid-row: 1;
    }

    .header-contact {
        flex-direction: column;
        align-items: center;
    }

    .advantage {
        margin-bottom: 20px;
    }

    footer .logo {
        width: 260px;
        margin: 0 auto;
    }

    .footer-callback {
        padding: 30px;
    }
    .footer-callback-body {
        width: 300px;
    }

    .main-table td {
        width: 100% !important;
    }

    .main-table tr {
        display: grid;
    }
    footer nav {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    header .logo {
        width: 230px;
    }

    .service {
        background-image: linear-gradient(
                -45deg, rgb(255, 255, 255) 60%, rgb(43, 64, 86) 50% );
    }

    .footer-callback {
        flex-direction: column;
    }

    .footer-callback-body {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .slide-body {
        width: 100%;
    }
    .slide-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 576px) {
    header .logo {
        width: 100%;
    }
    .services-full img {
        width: 100% !important;
        object-fit: contain;
    }
    footer nav > ul {
        grid-template-columns: 1fr;
    }
    footer nav > ul:last-child {
        grid-template-columns: 1fr;
        width: 100%;
        margin-left: 0;
    }
    .footer-copy {
        text-align: center;
    }
    .footer__column-company a {
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }

    .main-table img{
        width: 100% !important;
        object-fit: contain;
    }

    .bx-controls {
        display: none;
    }
}