@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/jost-v14-latin-regular.woff2') format('woff2');

}

@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/jost-v14-latin-500.woff2') format('woff2');

}

@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/jost-v14-latin-600.woff2') format('woff2');

}

@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/jost-v14-latin-700.woff2') format('woff2');

}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
    background-color: #ffffff;
    position: relative;
    max-width: 100vw;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

img {
    max-width: 100%;
}

.text-center {
    text-align: center;
}

.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

h2,
h3,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.d-block{
    display: block;
}
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 2px 40px;
    z-index: 99;
}

.main-header>div {
    flex:auto;
    flex-shrink: 0;
}
.logo {
    width: 250px;
}
.header-review img{
    width: 150px;
}
.header-contact{
    text-align: end;
}
.header-link {
    display: inline-block;
    text-align: center;
}
.header-link span {
    display: block;
    font-weight: 600;
}
.phone img{
    height: 25px;
}
.phone {
    color: #FF7E00;
    font-size: 2.2rem;    
}



.banner {
    margin-top: 80px;
}
.banner-review{
    display: none;
}
.banner .row {
    align-items: center;
    padding: 60px 0;
}

.banner h1 {
    text-transform: uppercase;
    font-size: 2.2rem;
    font-weight: 600;
    color: #0F5BA7;
    margin-bottom: 25px;
}

.banner h1 span {
    display: block;
}

.banner-text h2 {
    font-size: 2.2rem;
    font-weight: 600;
}

.banner-text h3 {
    font-size: 3rem;
    font-weight: 600;
    color: #0F5BA7;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.banner-text h3 span {
    text-decoration: underline;
}

.banner-text p {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.banner-form {
    width: 100%;
    color: #fff;
    background: #0572E6;
    padding: 60px 60px;
    text-align: center;
}

.banner-form h3 {
    color: #fff;
    font-size: 2.2rem;
    margin: 0 0 10px;
    font-weight: 500;
}

.banner-form p {
    margin-bottom: 10px;
}


.banner-form input,
.banner-form textarea {
    width: 97%;
    padding: 10px 10px;
    margin-bottom: 10px;
    border: 2px solid #ffffff;
    outline: none;
    background: none;
    color: #FFF;
    letter-spacing: 0.5px;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    border-radius: 0;
}

.banner-form input[type="submit"] {
    border: none;
    box-shadow: none;
    width: auto;
    padding: 13px 28px;
    border-radius: 5px;
    margin: 0 auto;
    color: #000;
    font-weight: 600;
    background: #ededed;
    cursor: pointer;
}

.banner-form input[type="submit"]:hover {
    background: #ccc ;
 }
input::placeholder,
textarea::placeholder {
    color: #ffffff;
    opacity: 1;
}

.banner-link {
    margin-bottom: 20px;
}


.about>div{
    margin-bottom: 25px;
}
.about-block {
    background: #fafafa;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 1px 1px 11px #e7e7e7;
    height: 100%;
}

.about-block h2 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.about-block p {
    margin-bottom: 15px;
}

.about-list {
    list-style: none;
    padding: 0 5px;
}

.about-list li {
    list-style: none;
    display: flex;
    margin-bottom: 11px;
}

.about-list li img {
    margin-top: 5px;
    height: 11px;
    margin-right: 10px;
}

.testimonials>div {
    margin-bottom: 25px;
}

.testimonial-block {
    display: flex;
    gap: 15px;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
}

.client-img {
    min-width: 50px;
}

.client-name {
    font-weight: 600;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}
.client-name img {
    max-height: 25px;
}
.rating img {
    max-height: 16px;
    margin-bottom: 5px;
}

.client-text {
    line-height: 1.4;
}

.footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #0776e2;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
}

.footer .row {
    align-items: center;
}
.footer .row>div {
   margin-bottom:15px;
}
.footer-logo{
    height: 50px;
}
.footer-contact {
    font-size: 1.2rem;
    font-weight: 600;
}
@media(max-width:1000px) {
    .header-review{
        display: none;
    }
    .banner-review{
        display: block;
    }
    .banner-review img{
        width: 150px;
    }
}
@media(max-width:600px) {
    body {
        font-size: 1rem;
        padding: 0px;
    }
    .main-header {
        padding: 2px 9px;
    }
    .logo {
        max-width: 100px;
    }
    .header-link {
        font-size: 0.8rem;
    }
    .phone img {
        height: 18px;
    }
    .phone,.banner h1,.banner-text h2,.banner-form h3 {
        font-size: 1.55rem;
    }
    .banner {
        margin-top: 50px;
    }

    .banner-text h3 {
        font-size: 2rem;
    }
    .banner-form {
        padding: 60px 16px;
    }
}