.topbar .menu-title {
    font-size: 13px;
    background: #134669;
    border: 2px solid #022D4B;
    border-radius: 10px;
    padding: 6px 9px;
    margin: 0;
    color: #C4D7E7;
    display: inline-block;
}
.menu-top li a {
    padding: 0;
}
.topmenu {
    padding: 8px 0;
}
.s-main__head__search-open {
    width: 25px;
    height: 25px;
    top: 17px;
    background: #fff;
}
.menu-main {
    float: right;
    padding-top: 0;
}
.menu-main li a {
    font-size: 14px;
    font-weight: 700;
}
.menu-main li a {
    color: #063353;
}
.header_phone .phone-href {
    font-size: 24px;
    margin-bottom: 8px;
    color: #124569;
    margin-left: 20px;
    font-weight: bold;
}
header .header_phone {
    max-width: 207px;
    padding: 0 30px !important;
    text-align: left;
}
.header_phone .whats-app, .header_phone .telegram, .header_phone .viber {
    margin: 5px 5px 5px 0;
}
.topbar {
    background: #ECF1F5;
    z-index: 10000;
    position: relative;
}
.header_phone .like-link {    
    color: #124569;
}
.header {
    position: relative;
    width: 100%;
    background:transparent;
    border: none;
}

.home .slide-body {
    position: relative;
    top: 0;
    margin-top: 330px;
}

.home .slider-slides {
    height: auto;
}

.home .slider-slides .slide-title {
    font-weight: bold;
    text-align: left;
    padding: 0;
    position: relative;
    z-index: 999;
}

.home .slide-main-form .row{
    display: flex;
}

.home .slide-main-form .row .column.col3 {
    margin-right: 19px;
    width: auto;
}

.home .slide-main-form .row .column.col3.mr-0 {
    margin-right: 0;
}

.home .slide-main-form label span {
    font-size: 14px;
    color: #fff;
    font-style: italic;
    display: inline-block;
}

.home .slide-main-form {
    text-align: left;
    position: relative;
    background: transparent;
    max-width: 758px;
    padding: 0 !important;
    margin-top: 7px;
}

.home .slide-main-form:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #001F35;
    filter: blur(60px);
    z-index: -1;
}

.home .slide-main-form input {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 12px;
    margin-top: 11px;
}

.home .slide-main-form input::placeholder {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    max-width: 758px;
}

.home .slide-main-form input[type="submit"], .form-sec input[type="submit"], .form-sec input[type="submit"]:hover {
    background-image: url(/wp-content/themes/allegiant/images/btn-bg.png) !important;
    background-color: #FF684B !important;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 15px;
}

.home .slide-main-form input[type="submit"]:hover, .form-sec input[type="submit"]:hover {
    border: none;
    color: #fff !important;
    text-decoration: underline;
}

.home .slide-main-form .form-policy {
    font-size: 11px;
    opacity: 0.6;
    padding-top: 22px;
}

.home .slide-main-form .form-main {
    padding: 0;
    margin-top: 20px;
}

.home .slide-main-form .column.city input {
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/allegiant/images/mark-map.svg);
    background-position: 10px 50%;
    padding-left: 30px;
}

.home .slide-main-form .form-group {
    padding: 7px 0 5px 0;
}

.p-border {
    border-image: url(/wp-content/themes/allegiant/images/pattern-border.png) 0% 0% 100% / 0 0 4px round stretch;
    border-bottom: 4px solid;
}

.form-sec {
    background: linear-gradient(180deg, #043251 0%, #134669 100%);
    backdrop-filter: blur(50px);
    border-radius: 10px;
    padding: 40px 35px 30px;
    max-width: 251px;
    margin-left: auto;
    min-width: 190px;
}

.form-sec input {
    background: transparent;
    border: none;
}

.form-sec .form-group {
    margin-bottom: 15px;
}

.form-sec input::placeholder {
    color: #fff;

}

.form-sec .form-policy{
    opacity: 0.6;
    font-size: 11px;
}

.form-sec input[type="submit"] {
    border: none;
    border-radius: 4px;
    font-size: 14px;
}

.form-sec input[type="submit"]:hover {
    font-size: 14px;
}
.header_phone .like-link {
    position: relative;
}
.sities_popup {
    position: absolute;
    top: 45px;
    left: 0;
    width: 322px;
    background: #fff;
    padding: 50px 57px 45px 70px;
    z-index: 9999;
    color: #124569;
    border-radius: 5px;
    -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
}

.sities_popup h3, .sities_popup .select-city__title {
    font-size: 30px;
    font-weight: bold;
    color: #124569;
    line-height: 1.2;
    margin: 0 0 20px;
}

.sities_popup ul li {
    list-style: none;
    display: inline-block;
    margin: 0 15px 8px 0;
    font-size: 14px;
    font-weight: bold;
    color: #124569;
    cursor: pointer;
}
.sities_popup ul li:hover {
    text-decoration: underline;
}

.popular_cities {
    font-size: 20px;
    display: block;
    margin: 25px 0 20px 0;
}

.sities_search {
    border: 1px solid #DDDDDD;
    border-radius: 100px;
    background-color: transparent !important;
    background-image: url("/wp-content/themes/allegiant/images/top-search.svg") !important;
    background-repeat: no-repeat !important;
    background-position: 10px center !important;
    padding: 5px 10px 5px 25px !important;
}

.sities_search::placeholder {
    color: #134669;
}

.all_cities {
    cursor: pointer;
    text-decoration: underline;
}

.sities_popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.cities-trigger {
    display: inline-block;
    text-decoration: underline;
    padding: 12px 20px 12px;
}

.cities-trigger.active, .cities-trigger.active svg{
    color: #fff;
}

.header_phone .like-link {
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    top: -4px;
}

.header_phone .like-link svg {
    fill: #124569;
    margin-right: 5px;
}
.header_phone .like-link svg circle {
    fill: #ECF1F5;
}

.header_phone .like-link.active, .header_phone .like-link.active svg {
    color: #FF5B3C;
    fill: #FF5B3C;
}

.header_phone .whats-app, .header_phone .telegram, .header_phone .viber {
    opacity: 1;
    margin: 5px 8px 5px 0;
}

.header_phone .flex-row {
    display: flex;
}

.all_cities-list {
    max-height: 200px;
    overflow: auto;
}
.s-main__head__top__nav__search form {
    background: transparent;
    top: 0px;
}
.s-main__head__search-open.js_active .close {
    top: 19px;
    right: 10px;
}

.adress {
    font-size: 13px;
    line-height: 16px;
    color: #6A9DC5;
    padding: 20px 10px 18px 0px;
    display: inline-block;
    float: left;
}

@media screen and (max-width: 1279px) {
    .topbar .menu-top {
        display: none;
    }
    .s-main__head__top__nav__search form {
        top: 0;
    }
}
@media screen and (max-width: 770px) {
    .header_phone .like-link {
        position: static;
    }
    .sities_popup {
        top: 90px;
        left: 30px !important;
        right: 30px;
        padding: 30px;
        max-width: 320px;
        width: auto;
    }
}
@media screen and (max-width: 600px) {
    .home .slide-body {
        margin-top: 230px;
    }
    .home .slide-main-form .form-policy {
        margin-left: 10px;
        padding-top: 14px;
    }
}

@media screen and (max-width: 480px) {
    .home .slide-main-form .form-policy {
        margin-left: 0;
    }
    .sities_popup {
        top: 185px;
        left: 10px !important;
        right: 10px;
    }
    header .header_phone {
        padding: 0 10px !important;
    }
    .home .slide-main-form .row .column.col3 {
        margin: 0;
    }
    .home .slide-main-form .row {
        flex-direction: column;
    }
    .home .slide-body {
        margin-top: 213px;
    }
    .header .logo{
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .header #logo img {
        max-width: 150px;
    }
    .menu-mobile-open {
        position: absolute;
        right: 15px;
        top: 0;
    }
    header .header_phone {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 0 !important;
        margin-top: 15px;
    }
    .header_phone .flex-row {
        justify-content: center;
    }
    .header_phone .like-link {
        margin-top: 0;
    }
    .home .slider-slides .slide-title {
        line-height: 40px;
    }
    .home .slide-main-form .row .column.col3.mr-0.city {
        margin-top: 15px;
    }
}

.home .bg-h1:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 280px;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(18, 69, 105, 0) 0%, #124569 100%);
    opacity: 0.6;
}


.home .bg-h1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #124569 0%, rgba(18, 69, 105, 0) 100%);
    opacity: 0.6;
    height: 237px;
}

.home .bg-h1 {
    background: url(/wp-content/themes/allegiant/images/video-pattern.png) repeat;
}

.home .slider-slides .slide-content {
    margin: 0 0 38px 0;
}

.menu-mobile-open:before {
    border-top: 4px solid #124569;
    border-bottom: 4px solid #124569;
}

.menu-mobile-open:after {
    width: 80%;
    border-top: 4px solid #124569;
    margin-top: -2px;
}

.menu-mobile-open {
    height: 22px;
}

.menu-mobile {
    background: rgba(0, 43, 73, 0.95);
}

.menu-mobile li a {
    color: #fff;
    font-size: 24px;
}

.menu-mobile-close:before, .menu-mobile-close:after {
    height: 4px;
    background: #fff;
    width: 30px;
}