html {
    scroll-behavior: smooth;
}
body {

}
.header {
    background-image: url("/media/templates/site/maintemp/img/header.png");
    height: 865px;
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.header-phone-contact {
    background-color: #006FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 35px;
    margin-top: 90px;
    text-align: center;
}

.header-phone-contact a {
    font-family: 'Museo Sans Cyrl 900';
    font-size: 40px;
    color: white;
    text-decoration: none;
}
.header-phone-contact p {
    font-family: 'Museo Sans Cyrl 500 normal';
    font-size: 16px;
    color: white;
}
h1 {
    font-family: 'Museo Sans Cyrl 900';
    font-size: 49px;
    color: white;
    padding-top: 150px;
}
.header h2{
        padding-top: 40px;
    font-family: 'Museo Sans Cyrl 900';
    color: white;
    line-height: 55px;
}
.header-mini-text {
    font-family: 'Museo Sans Cyrl 500 normal';
    font-size: 16px;
    color: white;
    margin-top: 20px;
}
.otz-block {
    margin-top: 30px;
    margin-bottom: 30px;
}
.otz-block h3 {
    font-family: 'Museo Sans Cyrl 900';
    font-size: 28px;
    text-align: center;
    padding-bottom: 20px;
}
.otz-block p {
    font-size: 16px;
    font-family: 'Museo Sans Cyrl 500 normal';
    text-align: justify;
}
.about-main {
    margin-top: -80px;
}
.about {
    background-color: #00214D;
        padding: 40px;
    border-radius: 35px;
    text-align: center;
    color: white;
}
.about h2 {
    font-family: 'Museo Sans Cyrl 900';
    font-size: 28px;
    color: white;
    text-align: left;
}
.about p {
    font-family: 'Museo Sans Cyrl 500 normal';
    font-size: 16px;
    color: white;
    margin-top: 20px;
    padding-left: 148px;
    padding-right: 148px;
    text-align: justify;
}
.about ul li{
     text-align: left;
    
}
.about-mini-right {
    border-radius: 35px;
    padding: 40px;
    border-radius: 35px;
    margin-top: 50px;
    text-align: center;
    -webkit-box-shadow: -1px 4px 20px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -1px 4px 20px 0px rgba(34, 60, 80, 0.2);
    box-shadow: -1px 4px 20px 0px rgba(34, 60, 80, 0.2);
}
.about-mini-right h2{
    font-family: 'Museo Sans Cyrl 900';
    font-size: 28px;
    color: black;
    text-align: left;
}  
.about-mini-right ul li{
     text-align: left;
    
}
    
.about-mini-right p:nth-child(1) {
    font-family: 'Museo Sans Cyrl 500 normal';
    font-size: 16px;
    text-align: left;
    padding-left: 70px;
}
.about-mini-right p:nth-child(2) {
    font-family: 'Museo Sans Cyrl 900';
    font-size: 64px;
}
.about-btn {
    text-align: center;
}
.about-btn button {
    background-color: #006FFF;
    border-radius: 15px;
    border: none;
    padding: 15px 40px 15px 40px;
    margin-top: 50px;
    color: white;
    font-size: 16px;
    font-family: 'Museo Sans Cyrl 700 normal';
}
.work-title {
    font-size: 28px;
    color: #00214D;
    padding-top: 50px;
    padding-bottom: 40px;
    font-family: 'Museo Sans Cyrl 900';
    text-align: center;
}
.work-card {
    border-radius: 25px;
    padding: 30px;
}


.work-card__mini-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.work-card__mini-title h3 {
    font-size: 18px;
    font-family: 'Museo Sans Cyrl 700 normal';
}
.work-card__mini-title p {
    color: white;
    font-size: 14px;
    font-family: 'Museo Sans Cyrl 700 normal';
}
.work-img {
    text-align: center;
    margin-top: 10px;
}
.work-mini-text {
    font-family: 'Museo Sans Cyrl 500 normal';
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
    line-height: 1.2;
}

.wc-1 {
    background-color: #9AC6FF;
    color: #00214D;
}
.wc-2 {
    background-color: #00214D;
    color: white;

}
.wc-3 {
    background-color: #9AC6FF;

}
.sale {
    background-image: url("/media/templates/site/maintemp/img/sale.png");
    height: 1270px;
    width: auto;
    background-repeat: no-repeat;
    margin-top: 30px;
    padding-top: 90px;
}
.sale-title {
    font-size: 28px;
    color: #00214D;
    padding-bottom: 40px;
    font-family: 'Museo Sans Cyrl 900';
    text-align: center;
}
.sale-card {
    border-radius: 35px;
    background-color: white;
    margin-top: 50px;
    text-align: center;
    -webkit-box-shadow: -1px 4px 20px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -1px 4px 20px 0px rgba(34, 60, 80, 0.2);
    box-shadow: -1px 4px 20px 0px rgba(34, 60, 80, 0.2);
}
.sale-card h3 {
    font-size: 24px;
    font-family: 'Museo Sans Cyrl 900';
    text-align: left;
    padding-top: 20px;
    padding-left: 30px;
}
.sale-card p {
    font-size: 14px;
    font-family: 'Museo Sans Cyrl 500 normal';
    padding-left: 30px;
    text-align: left;
    padding-bottom: 30px;
    line-height: 1.2;
}
.sale-row .sale-card {
    margin-top: 10px;
}
.sale-btn {
    text-align: center;
}
.sale-btn button {
    background-color: #006FFF;
    border-radius: 15px;
    border: none;
    padding: 15px 40px 15px 40px;
    margin-top: 50px;
    color: white;
    font-size: 16px;
    font-family: 'Museo Sans Cyrl 700 normal';
}
footer {
    background-color: #00214D;
    padding-bottom: 100px;
    margin-top: 20px;
}
.footer-contact {
    margin-top: 70px;
    color: white;
}
.footer-menu a {
    font-size: 16px;
    color: white;
    font-family: 'Museo Sans Cyrl 700 normal';
    text-decoration: none;
    padding-left: 40px;
}
.footer-left-link {
    display: flex;
    flex-direction: row;
}
.footer-left-link__name {
    color: #274b7c;
    font-size: 16px;
    font-family: 'Museo Sans Cyrl 500 normal';
    padding-top: 96px;
}
.footer-left-link__urist {
    padding-top: 96px;
}
.footer-left-link__urist a {
    display: block;
    color: #274b7c;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Museo Sans Cyrl 500 normal';
}
.footer-right__flex {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}
.footer-right {
    color: white;
    font-size: 18px;
    font-family: 'Museo Sans Cyrl 500 normal';
    padding-top: 70px;
}
.footer-right__flex img {
    padding-top: 15px;
    padding-right: 5px;
}
.footer-right__phone {
    color: white;
    font-size: 18px;
    font-family: 'Museo Sans Cyrl 900';
    text-decoration: none;
}
.footer-right__flex-mail a {
    color: white;
    font-size: 18px;
    font-family: 'Museo Sans Cyrl 500 normal';
    text-decoration: none;
}
.m-img img {
    padding-top: 1px;
}
.header-right__flex {
    display: flex;
    flex-direction: row;
    margin-right: 50px;
}
.header-right__flex img {
    padding-top: 15px;
    padding-right: 5px;
}
.header-right__flex {
    color: #00214D;
    font-size: 18px;
    font-family: 'Museo Sans Cyrl 500 normal';
}
.header-contact__phone a {
    color: #00214D;
    font-size: 24px;
    font-family: 'Museo Sans Cyrl 900';
    text-decoration: none;
}
.header-contact__mail a {
    color: #00214D;
    font-size: 18px;
    font-family: 'Museo Sans Cyrl 500 normal';
    text-decoration: none;
}
.logo {
    padding-bottom: 20px;
}
.nav-link {
    font-size: 16px;
    color: #006FFF;
    font-family: 'Museo Sans Cyrl 700 normal';
}
.nav-item {
    padding-left: 20px;
}
.qfcapt {
    display: none;
}
.main-form {
    background-color: white;
    border-radius: 25px;
        padding: 70px 40px 70px 40px;
    margin-top: 90px;
}
.form-inp-main {
    background-color: #EAF4F7;
    border: none;
    border-radius: 14px;
    padding: 10px;
}
.main-form__title {
    font-family: 'Museo Sans Cyrl 500 normal';
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
.main-form__title span {
    color: #006FFF;
    font-family: 'Museo Sans Cyrl 700 normal';
}
.box_form-inp-main {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.qf3label {
    font-size: 14px;
    font-family: 'Museo Sans Cyrl 500 normal';
}
.qffile input {
    display: none;
}
.qffile label {
    border-radius: 14px;
    padding: 10px;
    border: 2px dashed #00214D;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.qfchkbx label {
    display: inline;
    font-size: 13px;
    font-family: 'Museo Sans Cyrl 500 normal';
    padding-left: 5px;
}
.main-form-btn {
    background-color: #006FFF;
    border-radius: 15px;
    border: none;
    padding: 15px 40px 15px 40px;
    margin-top: 20px;
    color: white;
    font-size: 16px;
    font-family: 'Museo Sans Cyrl 700 normal';
}
.box_main-form-btn {
    text-align: center;
}



.hero-buttons .btn {
    padding: 12px 50px;
    font-size: 16px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

/* Звонок */
.btn-call {
    background-color: #28a745;
    color: #fff;
}
.btn-call:hover {
    background-color: #218838;
    color: #fff;
}

/* Telegram */
.btn-telegram {
    background-color: #229ED9;
    color: #fff;
}
.btn-telegram:hover {
    background-color: #1c8cc1;
    color: #fff;
}

/* Email */
.btn-mail {
    background-color: #6c757d;
    color: #fff;
}
.btn-mail:hover {
    background-color: #5a6268;
    color: #fff;
}

/* Иконки */
.hero-buttons i {
    font-size: 18px;
}
.footer-contact a{
    color: #fff;
}












@media (max-width: 1400px) {
    .nav-item {
        padding-left: 0;
    }
    .header-right__flex {
        margin-right: 10px;
    }
    h1 {
        font-size: 40px;
    }
}

@media (max-width: 568px) {
    .header {
        height: auto;
        padding-bottom: 30px;
    }
    h1 {
                font-size: 36px;
        padding-top: 50px;
        text-align: center;
    }
    .header h2 {
        padding-top: 10px;
        font-family: 'Museo Sans Cyrl 900';
        color: white;
        line-height: 32px;
        font-size: 18px;
        text-align: center;
    }
    .header-phone-contact {
        margin-top: 15px;
    }
    .header-phone-contact a {
        font-size: 30px;
    }
        .about-main {
        margin-top: 50px;
    }
    .main-form {
    background-color: white;
    border-radius: 25px;
    padding: 10px 20px 10px 20px;
    }
    .main-form {
        -webkit-box-shadow: -1px 4px 20px 0px rgba(34, 60, 80, 0.2);
        -moz-box-shadow: -1px 4px 20px 0px rgba(34, 60, 80, 0.2);
        box-shadow: -1px 4px 20px 0px rgba(34, 60, 80, 0.2);
        margin-top: 15px;
    }
    .main-form__title {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .main-form__title span {
      color: #006FFF;
      font-family: 'Museo Sans Cyrl 700 normal';
      font-size: 24px;
    }
    .about {
        padding: 25px;
    }    
    .about p {
        padding-left: 20px;
        padding-right: 20px;
    }
    .about-mini-left p:nth-child(1) {
        padding-left: 0;
        text-align: center;
    }
    .about-mini-right p:nth-child(1) {
        text-align: center;
        padding-left: 0;
    }
    .about-mini-right {
        margin-bottom: 30px;
        padding: 25px;
    }
    .work-card {
        margin-bottom: 30px;
    }
    .sale-title {
        padding-bottom: 0;
    }
    .sale {
        margin-top: 0;
        padding-top: 130px;
        height: auto;
    }
    .sale-btn {
        margin-bottom: 30px;
    }
    .footer-left-link {
        flex-direction: column;
    }
    .footer-left-link__name {
        padding-top: 50px;
        text-align: center;
    }
    .footer-left-link__urist {
        padding-top: 23px;
        margin-left: 0;
        text-align: center;
    }
    .footer-right {
        text-align: center;
        padding-top: 30px;
    }
    .footer-right__flex {
        margin-top: 3px;
        justify-content: center;
    }
    footer {
        padding-bottom: 50px;
    }
    .footer-right__flex img {
        padding-top: 0;
    }
    .about-img img {
        max-width: 100%;
        height: auto;
    }
    .sale {
        margin-top: -60px;
    }
    .sale-card img {
        margin-top: 20px;
    }
    .footer-menu {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .footer-menu a {
        padding-left: 0;
    }
    .header-contact__phone a {
        font-size: 18px;
    }
    .hero-buttons .btn {
    padding: 0px 13px;
    font-size: 13px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.2s 
    ease-in-out;
    }
}

@media (max-width: 320px) {
    .header-phone-contact a {
        font-size: 20px;
    }
    .header-phone-contact {
        margin-top: 35px;
    }
    .about h2 {
        font-size: 20px;
    }
    h1 {
        font-size: 25px;
    }
    .about-mini-right p:nth-child(2) {
        font-size: 39px;
    }
}

