@charset'UTF-8';

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif;
}

h2 {
    font-size: 51px;
    font-weight: 400;
    padding-bottom: 40px;
    color: #323232;
}

h3 {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

ul, ol {
    padding-inline-start: 40px;
}

p, li, summary {
    font-size: 20px;
    font-weight: 300;
    margin-block-end: 1em;
    line-height: 25px;
    letter-spacing: 0.7px;
}

li {
    margin-block-end: 0.4em;
}
    
p:last-child, li:last-child, summary:last-child {
    margin-block-end: 0;
}

details ul {
    margin-bottom: 20px;
}
summary {    
    cursor: pointer;
}

p:last-child {
    margin-block-end: 0;
}

a {
    text-decoration: none;
    color: #0c4e89;
}

.container {
    max-width: 1130px;
    margin: auto;
}

.dNone {
    display: none !important;
}

.dBlock {
    display: block !important;
}

.dFlex {
    display: flex !important;
}

li div {
    width: 100%;
}

#header,
#about,
#services,
#contacts {
    scroll-margin-top: 80px;
}


.colorText {
    font-size: 21px;
    color: #0c4e89;
    font-weight: 500;
}

.header {
    padding-top: 40px;
    padding-bottom: 22px;
    top: 0;
    z-index: 5;
    width: 100%;
    background: #FFF;
    /* border-bottom: 1px solid #ececec; */
}

.headerWrapper {
    display: flex;
    max-width: 1130px;
    flex-direction: column;
    gap: 36px;
    min-height: 150px;
}

.headerLogo {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 81px;
    width: 396px;
    padding-left: 104px;
    background-image: url(/img/logosmall.svg);
    background-repeat: no-repeat;
}

.headerLogo p {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 6px;
}

.headerLogo span {
    font-size: 13px;
    font-weight: 300;
}

.headerLogo:hover {
    color: #0c4e89;
}

.hederMenuLogo.fixed p,
.hederMenuLogo.fixed span {
    display: none;
}

.hederMenuLogo .hederMenuLeft {
    display: none;
}

img.logo {
    display: none;
}

.headerMenu,
.menu {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.menuItem {
    font-size: 21px;
    color: #0c4e89;
    font-weight: 500;
}

.menuItem:hover {
    color: #323232;
}


.hederMenuLogo {
    transition: top 0.3s;
}

.hederMenuLogo.fixed {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    padding: 10px 0;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.hederMenuLogo.fixed .headerLogo {
    height: 60px;
    width: 80px;
    background-image: url(/img/logosmall.svg);
}

.hederMenuLogo.fixed .hederMenuLeft {
    display: flex;
}

.hederMenuLogo.fixed .menuItem {
    display: flex;
    font-size: 18px;
}

.hederMenuLeft {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
    padding: 0 86px;

}

.contacts {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 25px;
    font-weight: 300;
    line-height: 25px;
}

.contacts a.tel {
    font-size: 27px;
    font-weight: 500;
    color: #0c4e89;
    white-space: nowrap;
}

.contacts a:hover {
    color: #323232;
}

.rightMenu {
    display: flex;
    position: relative;
    align-items: center;
    border: 2px solid #0c4e89;
    border-radius: 30px;
}

.sectionOne {
    height: 700px;
    background-color: #eff4f8;
}

.sectionOne .container {
    height: 100%;
    display: flex;
    align-items: center;

}

.sectionOneWrapper {
    display: flex;
    width: 100%;
    height: 100%;
}

.sectionOneLeft {
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    color: #323232;
    z-index: 15;

}

.sectionOneRight {
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    z-index: 5;
}

.oneLeftBigTitle {
    line-height: 56px;
    padding-bottom: 40px;
}

.oneLeftText {
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 52px;
    line-height: 22px;
}

.pageAbout {
    display: flex;
    max-width: 1130px;
    height: 850px;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.pageAbout div {
    width: 50%;
}

.pageAbout div img {
    width: 100%;
}

.pageService {
    display: flex;
    min-height: 1120px;
    padding: 130px 0;
    flex-direction: column;
    align-items: center;
    background-color: #eff4f8;
}

.servicesList {
    display: flex;
    flex-wrap: wrap;
    max-width: 1130px;
    margin: auto;
    gap: 42px;
    text-align: center;
    justify-content: center;
}

.servicesSection {
    padding: 30px 0;
}

.servicesWrapper {
    width: 100%;
    max-width: 1190px;
    margin: auto;
    padding: 30px;
}
.servicesWrapper .advantages{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-evenly;
}

.advantagesU, .advantagesF {
    padding: 40px;
}


.serviceSlide {
    display: flex;
    max-width: 1130px;
    gap: 20px;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 500px;
}

.serviceSlide img{
    object-fit: contain;
    max-height: 500px;
}

.servicesList div {
    width: 526px;
    padding: 42px 25px;
    background-color: #ffffff;
}

.servicesList img {
    height: 116px;
    margin-bottom: 30px;

}

.person {
    background-color: #faf9f7;
    min-height: auto;
}

.pageService.person h2 {
    max-width: 700px;
    text-align: center;
}

.btn {
    font-size: 20px;
    font-weight: 400;
    padding: 10px 16px;
    letter-spacing: .5px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #0c4e89;
    color: #fff;
    background-color: #0c4e89;
    cursor: pointer;
}

.btn:hover {
    color: #0c4e89;
    background-color: #fff;
}

.menu .btn {
    position: relative;
    display: flex;
    width: 180px;
    height: 42px;
    left: 0;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #0c4e89;
    background-color: #fff;
    border: none;
}

.hederMenuLogo.fixed .menu .btn {
    font-size: 18px;
    width: 160px;
    height: 35px;
}

.btn.partner,
.btn.partner:hover {
    background-color: #0c4e89;
    color: #0c4e89;
    cursor: default;
    order: -1;
    z-index: 15;
}

.btn.partner::after {
    position: absolute;
    content: "Для партнеров";
    color: #fff;
    z-index: 14;
}

.btn.off::before {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "";
    color: #fff;
    width: 180px;
    height: 42px;
    background-color: #0c4e89;
    border-radius: 32px;
    -webkit-transform: translateX(-180px);
    -ms-transform: translateX(-180px);
    transform: translateX(-180px);
    transition: .0s;
    opacity: 1;
    cursor: default;
}

.hederMenuLogo.fixed .btn.off::before {
    width: 160px;
    height: 35px;
    -webkit-transform: translateX(-160px);
    -ms-transform: translateX(-160px);
    transform: translateX(-160px);
}

.btn.off::after {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "Для заемщиков";
    color: #0c4e89;
    width: 180px;
    height: 42px;
}

.hederMenuLogo.fixed .btn.off::after {
    width: 160px;
    height: 35px;
}

.btn.off:hover::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0c4e89;
    color: #fff;
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
    opacity: 1;
    z-index: 10;
    cursor: pointer;
    transition: .3s;
}

.hederMenuLogo.fixed .btn.off:hover::before {
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
}

.btn.off:hover::after {
    content: "Для заемщиков";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
    opacity: 1;
    z-index: 10;
    cursor: pointer;
    transition: .3s;
}


.btn.off:hover~.btn.partner,
.btn.off:hover~.btn.partner:hover {
    background-color: #ffffff00;
    cursor: default;
    transition: .0s;
}


.btn.off.persons::after {
    content: "";
    cursor: default;
}

.btn.off.persons::before {
    content: "Для заемщиков";
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
    transition: .0s;
}

.hederMenuLogo.fixed .btn.off.persons::before {
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
}

.btn.partner.persons:hover~.off.persons::before {
    content: "";
    -webkit-transform: translateX(-180px);
    -ms-transform: translateX(-180px);
    transform: translateX(-180px);
    transition: .3s;
}

.hederMenuLogo.fixed .btn.partner.persons:hover~.off.persons::before {
    -webkit-transform: translateX(-160px);
    -ms-transform: translateX(-160px);
    transform: translateX(-160px);
}

.btn.partner.persons:hover~.btn.off.persons::after {
    content: "Для заемщиков";
    color: #0c4e89;
}

.btn.partner.persons {
    background-color: #ffffff00;
    color: #0c4e89;
    left: 0;
    order: 0;
    cursor: pointer;
}

.btn.partner.persons:hover::after {
    color: #fff;
    transition: .3s;
}

.btn.off:hover~.btn.partner::after,
.btn.partner.persons::after {
    content: "Для партнеров";
    color: #0c4e89;
}


.btn.none {
    display: none;
}

.sectionOneLeft .btn {
    position: relative;
    width: 360px;
}

.footer {
    min-height: 770px;
    padding-top: 70px;
    background-color: #0c4e89;
    color: #ffffff;
}

.footer h2,
.footer a {
    color: #ffffff;
}

.footer p {
    font-weight: 400;
}

.footerTitle {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.footerWrapper {
    max-width: 1130px;
}

.footerContent {
    display: flex;
    justify-content: space-between;
    /* gap: 90px; */
}

.footerText,
.footerForm {
    width: 50%;
}

.footerForm {
    max-width: 526px;
}

.footerFormHeader {
    text-align: right;
    margin-top: -37px;
    margin-bottom: 0px;
    line-height: normal;
}

.footerText a {
    color: #ffffff;
}

.footerText:first-child {
    padding-bottom: 20px;
}

.sectionOneMobileWrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.map {
    margin-top: 60px;
}

.sectionOneMobileImg {
    display: flex;
    height: 202px;
    background: -webkit-linear-gradient(180deg, rgb(221, 229, 240), rgb(255, 255, 255), rgb(221, 229, 240));
    background: -moz-linear-gradient(180deg, rgb(221, 229, 240), rgb(255, 255, 255), rgb(221, 229, 240));
    background: linear-gradient(180deg, rgb(221, 229, 240), rgb(255, 255, 255), rgb(221, 229, 240));
}

.mobileImg {
    width: 100%;
    object-fit: contain;
}

.sectionOneMobileContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 400px;
    margin: auto;
}

.oneMobileContentTitle {
    font-size: 30px;
    color: #FFF;
    font-weight: 400;
    padding-top: 27px;
    padding-bottom: 10px;
}

.oneMobileContentText {
    font-size: 13px;
    color: #FFF;
    font-weight: 400;
    padding-bottom: 48px;
    line-height: 22px;
}

.oneMobileContentButton {
    padding-bottom: 68px;
}

/* start css burger menu */
.hamburger-menu {
    display: none;
}

.hamburger {
    cursor: pointer;
    display: inline-block;
    z-index: 60;
}

.bar {
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px auto;
    background-color: #0c4e89;
    transition: all 0.3s ease;
}

.menu_box {
    display: none;
    /* Скрываем меню по умолчанию */
    position: absolute;
    top: 174px;
    /* Подстраиваем под ваш интерфейс */
    left: 0;
    right: 0;
    background: white;
    /* Цвет фона меню */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 50;
}

.hederMenuLogo.fixed .menu_box {
    top: 70px;
}

.mobile_menu_links {
    padding: 10px;
}

.menu_item {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #574832;
}

.menu_item:hover {
    background-color: #f0f0f0;
    /* Цвет при наведении на пункт меню */
}

/* Анимация для открытия меню */
.menu-visible {
    display: block;
}

/* Анимация гамбургера в крестик */
.hamburger.active .bar1 {
    transform: rotate(45deg) translate(7px, 7px);
}

.hamburger.active .bar2 {
    opacity: 0;
    /* Убираем среднюю полосу */
}

.hamburger.active .bar3 {
    transform: rotate(-45deg) translate(5px, -6px);
}

/* end css burger menu */

textarea {
    overflow: auto;
    resize: vertical;
}

textarea.form-control {
    height: auto;
    margin-top: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.6em + 0.75rem + 2px);
    padding: 8px 28px;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 10px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #a1cbef;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.form-check-input {
    margin-right: 10px;
}

.form-check {
    font-size: 20px;
    letter-spacing: 0.3px;
}

.submit-b {
    display: flex;
    width: 230px;
    height: 45px;
    border-radius: 30px;
    color: #0c4e89;
    font-size: 18px;
    font-weight: 300;
    border: 1px solid #fff;
    background: #fff;
    margin-top: 40px;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.submit-b:hover {
    color: #fff;
    background: none;
}


.popupForm {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.popup-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 330px;
}

.popup-message {
    position:relative;
    line-height: 22px;
    color: #0c4e89;
}

.closeForm {
    position: relative;
    top: -15px;
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    z-index: 999;
}

.closeForm:hover,
.closeForm:focus {
    color: #0c4e89;
    text-decoration: none;
    cursor: pointer;
}

::placeholder {
    color: #9c9b9b;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #9c9b9b;
}

/* Unopened CSS Modal */
.cssmodal {
    display: flex;
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: top 0s .5s, opacity .5s 0s;
    transition: top 0s .5s, opacity .5s 0s;
    z-index: 9999;
}

.cssmodal figure p {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.3px;
}

.cssmodal figure p:first-child {
    margin-top: 15px;
}

/* Opened CSS Modal */
.cssmodal:target {
    top: 0;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
}

/* CSS Modal content */
.cssmodal figure {
    display: none;
    position: relative;
    width: 95%;
    max-width: 800px;
    position: relative;
    padding: 20px;
    opacity: 0;
    background-color: white;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    margin-top: 15px;
    box-sizing: border-box;
}

.bgW {
    background-color: #ffffff;
}

.bgC {
    background-color: #eff4f8;
}

.w100 {
    width: 100%;
}
.fw500 {
    font-weight: 500;
}

.pt20 {
    padding-top: 20px;
}

mb20 {
    margin-bottom: 20px;
}

@media (max-width: 599px) {
    .cssmodal figure p {
        font-size: 8px;
        line-height: 14px;
    }

    .hederMenuLogo.fixed .rightMenu {
        right: 40px;
    }
}

/* Dialog modal style */
.cssmodal.dialog figure {
    background: white;
    border-radius: 5px;
    padding-top: 10px;
    color: #323232;
}

/* CSS Modal content when opened */
.cssmodal:target figure {
    display: block;
    opacity: 1;
}

/* style for small x link inside dialog modal */
.cssmodal.dialog .smallclose {
    text-decoration: none;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 30px;
    color: #ccc;
}


/* veil that covers page when CSS Modal is open */
.cssmodal .veil {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .7);
    content: "";
    cursor: default;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* veil style when CSS Modal is open */
.cssmodal:target .veil {
    visibility: visible;
}

input.error_text_form {
    color: red;
}

/*custom owl-carousel */
.sectionOne .owl-carousel,
.owl-stage,
.owl-stage-outer,
.owl-item,
.item {
    display: flex;
    height: 100%;
    width: 100%;
    /* max-width: 1130px; */
    align-items: center;
    justify-content: space-between;
}


.sectionOne .owl-theme .owl-nav {
    position: absolute;
    display: flex;
    padding: 0 165px;
    max-width: 100%;
    width: 100%;
    height: 0;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}

.sectionOne .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 35px;
}

.sectionOne .owl-carousel .owl-nav button.owl-next,
.sectionOne .owl-carousel .owl-nav button.owl-prev {
    position: relative;
    width: 37px;
    height: 37px;
    margin: 0;
    padding: 26px !important;
    font-size: 30px;
    border-radius: 30px;
    color: #fff;
    background-image: url(../img/icons/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 999;
    /* border: 2px solid #323232; */
}

.sectionOne .owl-carousel .owl-nav button.owl-prev:hover {
    background-image: url(../img/icons/arrow_h.svg);
}

.sectionOne .owl-carousel .owl-nav button.owl-next {
    background-image: url(../img/icons/arrow-next.svg);
}

.sectionOne .owl-carousel .owl-nav button.owl-next:hover {
    background-image: url(../img/icons/arrow-next_h.svg);
}

.sectionOne .owl-theme .owl-dots .owl-dot.active span,
.sectionOne .owl-theme .owl-dots .owl-dot:hover span {
    background: #0E4E8A;
}

.sectionOne .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #0E4E8A;
}

.owl-nav span {
    display: none;
    top: -2px;
    position: relative;
}

.owl-next {
    left: 1px;
}

.owl-prev {
    right: 1px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 5px 3px;
    background: none;
    border: 1px solid #0E4E8A;
}

/* end custom owl-carousel */

/* mobile */
@media only screen and (max-width: 1600px) {

    .sectionOne .owl-theme .owl-nav {
        width: 100%;
        padding: 0 20px;
    }

}

@media only screen and (max-width: 1255px) {
    .container {
        padding: 0 20px;
    }

    .menuItem {
        font-size: 18px;
    }

    .sectionOne .owl-theme .owl-nav {
        display: none;
    }

    .contacts {
        font-size: 21px;
    }

    .contacts a.tel {
        font-size: 24px;
        font-weight: 500;
        color: #0c4e89;
        white-space: nowrap;
    }

}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 960px) {

    h2 {
        font-size: 40px;
    }

    p {
        font-size: 17px;
        line-height: 21px;
        letter-spacing: 0.4px;
    }

    .headerWrapper {        
        min-height: 170px;
        gap: 0;
    }

    .header {
        padding-top: 20px;
    }

    .container {
        padding: 0 57px;
    }

    .headerWrapper .menu {
        flex-wrap: wrap;
        gap: 15px;
    }

    .hederMenuLogo.fixed .menu {
        gap: 10px;
    }
    
    .hederMenuLogo.fixed .hamburger {
        right: 10px;
        top: 25px;
    }
    
    .headerMenu {
        display: none;
    }

    .menu .btn,
    .hederMenuLogo.fixed .menu .btn,
    .btn.off::before,
    .hederMenuLogo.fixed .btn.off::before,
    .btn.off::after,
    .hederMenuLogo.fixed .btn.off::after {
        width: 134px;
        height: 35px;
        font-size: 16px;
    }

    .btn.off::before,
    .hederMenuLogo.fixed .btn.off::before,
    .btn.partner.persons:hover~.off.persons::before,
    .hederMenuLogo.fixed .btn.partner.persons:hover~.off.persons::before {
        -webkit-transform: translateX(-134px);
        -ms-transform: translateX(-134px);
        transform: translateX(-134px);
    }

    .btn.off:hover::before,
    .hederMenuLogo.fixed .btn.off:hover::before,
    .btn.off:hover::after,
    .btn.off.persons::before,
    .hederMenuLogo.fixed .btn.off.persons::before {
        -webkit-transform: translateX(2px);
        -ms-transform: translateX(2px);
        transform: translateX(2px);
    }

    .hamburger-menu {
        display: flex;
        align-items: center;
    }

    .hamburger {
        position: absolute;
        right: 40px;
        top: 40px;
    }

    .hederMenuLogo.fixed .hederMenuLeft {
        display: none;
    }


    .btn {
        font-size: 12px;
    }

    .sectionOneLeft .btn {
        width: 260px;
    }

    .sectionOne {
        height: 365px;
    }

    .sectionOne .container {
        padding: 0;
    }

    .sectionOneLeft {
        padding-left: 20px;
        padding-right: 10px;
    }

    .oneLeftBigTitle {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 20px;
    }

    .oneLeftText {
        font-size: 12px;
        line-height: 16px;
        padding-bottom: 20px;
    }

    .twoLeftImg {
        padding-bottom: 27px;
        padding-right: 34px;
    }

    li i {
        margin-top: 9px;
    }

    .footer {
        padding: 55px 0;
    }

    .footerContent {
        flex-direction: column;
        align-items: flex-start;
    }

    .footerText:nth-child(2) {
        padding-bottom: 40px;
    }

    .list li:last-child {
        padding-bottom: 0;
    }

    .footerTitle {
        font-size: 20px;
    }

    .twoLeftBlockTitle {
        font-size: 20px;
    }

    .footerText {
        font-size: 14px;
        line-height: 24px;
    }

    .footerFormHeader {
        text-align: center;
        margin-top: 20px;
    }

    .footerText,
    .footerForm {
        width: 100%;
    }

    .footerForm {
        max-width: 100%;
    }

    .form-check {
        font-size: 17px;
    }
}


@media only screen and (max-width: 700px) {
    .headerLogo {
        width: 340px;
        height: 67px;
        padding-left: 86px;
    }

    .headerLogo p {
        font-size: 25px;
        font-weight: 400;
        margin-bottom: 4px;
    }

    .headerLogo span {
        font-size: 60%;
        font-weight: 300;
    }
    
        .menu_box {
        top: 160px;
    }

}

@media only screen and (max-width: 630px) {
    .headerLogo {
        width: 320px;
        height: 66px;
    }

    .headerLogo p {
        font-size: 24.6px;
    }

    .headerLogo span {
        font-size: 57%;
    }
}

@media only screen and (max-width: 600px) {
    
    h2 {
        text-align: center;
    }

    p {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0.3px;
    }

    .header {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    
    .headerWrapper {        
        min-height: 114px;
    }
    
    .headerLogo {
        width: 300px;
        height: 60px;
        padding-left: 76px;
    }

    .headerLogo p {
        font-size: 23px;
    }

    .headerLogo span {
        font-size: 53%;
    }

    .logo {
        height: 60px;
    }

    .container {
        padding: 0 19px;
    }

    .menu .btn,
    .hederMenuLogo.fixed .menu .btn,
    .btn.off::before,
    .hederMenuLogo.fixed .btn.off::before,
    .btn.off::after,
    .hederMenuLogo.fixed .btn.off::after {
        width: 134px;
        font-size: 16px;
    }

    .btn.off::before,
    .hederMenuLogo.fixed .btn.off::before,
    .btn.partner.persons:hover~.off.persons::before,
    .hederMenuLogo.fixed .btn.partner.persons:hover~.off.persons::before {
        -webkit-transform: translateX(-134px);
        -ms-transform: translateX(-134px);
        transform: translateX(-134px);
    }

    .btn.off:hover::before,
    .hederMenuLogo.fixed .btn.off:hover::before,
    .btn.off:hover::after,
    .btn.off.persons::before,
    .hederMenuLogo.fixed .btn.off.persons::before {
        -webkit-transform: translateX(2px);
        -ms-transform: translateX(2px);
        transform: translateX(2px);
    }


    .sectionOneMobileWrapper {
        display: flex !important;
    }

    .pageAbout {
        display: flex;
        max-width: 100%;
        height: 100%;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        margin: auto;
        margin-bottom: 55px;
        flex-direction: column;
    }

    .pageAbout div {
        width: 100%;
    }

    .pageService {
        padding: 55px 0;
    }

    .servicesList div {
        width: 100%;
    }

    .sectionOneLeft {
        width: 100%;
    }

    .sectionOneRight {
        width: 100%;
    }

    .form-control {
        font-size: 17px;
    }

    .form-check {
        font-size: 15px;
    }

    .sectionOne .owl-dots {
        bottom: 10px;
    }
    
    .menu_box {
        top: 140px;
    }
    
    .hamburger {
        top: 20px;
    }
    
}


@media only screen and (max-width: 422px) {
        .menu_box {
        top: 130px;
    }
}

@media only screen and (max-width: 422px) {

    
    .headerWrapper {        
        min-height: 103px;
    }
    
    .headerLogo {
        width: 262px;
        height: 54px;
        padding-left: 68px;
    }

    .headerLogo p {
        font-size: 20px;
    }

    .headerLogo span {
        font-size: 48%;

    }

    .headerWrapper .menu {
        gap: 5px;
    }

    .btn.off:hover::before,
    .hederMenuLogo.fixed .btn.off:hover::before,
    .btn.off:hover::after,
    .btn.off.persons::before,
    .hederMenuLogo.fixed .btn.off.persons::before {
        -webkit-transform: translateX(2px);
        -ms-transform: translateX(2px);
        transform: translateX(2px);
    }

    .hederMenuLogo.fixed .btn.partner.persons:hover~.off.persons::before {
        -webkit-transform: translateX(-115px);
        -ms-transform: translateX(-115px);
        transform: translateX(-115px);
    }

    .headerWrapper .menu {
        gap: 15px;
    }

    .rightMenu {
        width: 100%;
    }

    .menu .btn,
    .btn.off::after {
        width: 100%;
        height: 30px;
        font-size: 13px;
    }

    .btn.off::before {
        width: 100%;
        height: 30px;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .btn.partner.persons:hover~.off.persons::before {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .hederMenuLogo.fixed .rightMenu {
        width: auto;
    }

    .hederMenuLogo.fixed .menu .btn,
    .hederMenuLogo.fixed .btn.off::after,
    .hederMenuLogo.fixed .btn.off::before {
        width: 115px;
        height: 30px;
        font-size: 12px;
        padding: 0;
    }

    .hederMenuLogo.fixed .btn.off::before {
        -webkit-transform: translateX(-115px);
        -ms-transform: translateX(-115px);
        transform: translateX(-115px);
    }
}

@media only screen and (max-width: 385px) {

    .fourUpperImg,
    .twoLeftIm {
        width: 280px;
    }

    .headerLogo {
        width: 200px;
        height: 41px;
        padding-left: 52px;
    }

    .headerLogo p {
        font-size: 15px;
        margin-bottom: -2px;
    }

    .headerLogo span {
        font-size: 36%;
    }

    .hederMenuLogo.fixed .headerLogo {
        height: 40px;
        width: 100%;
    }
    
    .hederMenuLogo.fixed .menu .btn,
    .hederMenuLogo.fixed .btn.off::after,
    .hederMenuLogo.fixed .btn.off::before {
        width: 92px;
        height: 26px;
        font-size: 11px;
    }

    .hederMenuLogo.fixed .btn.off::before {
        -webkit-transform: translateX(-92px);
        -ms-transform: translateX(-92px);
        transform: translateX(-92px);
    }

    .hederMenuLogo.fixed .btn.off:hover::before,
    .hederMenuLogo.fixed .btn.off.persons::before {
        -webkit-transform: translateX(2px);
        -ms-transform: translateX(2px);
        transform: translateX(2px);
    }

    .hederMenuLogo.fixed .btn.partner.persons:hover~.off.persons::before {
        -webkit-transform: translateX(-92px);
        -ms-transform: translateX(-92px);
        transform: translateX(-92px);
    }
}

@media only screen and (min-width: 320px) and (max-width: 346px) {
    .middleLeftBlockText:nth-child(2) {
        line-height: 6.9;
    }

    .middleLeftBlockText:nth-child(3) {
        line-height: 3.44;
    }
}

@media only screen and (min-width: 347px) and (max-width: 466px) {
    .middleLeftBlockText:nth-child(2) {
        line-height: 5.15;
    }
}

input.error_text_form {
    color: red;
}

.error_text_form::placeholder {
    color: red;
}

.ymaps-layers-pane {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}