:root {
    --white: #fff;
    --blue: #349BD6;
    --dark-blue: #1A4E6B;
    --green-blue: #34D6BA;
    --red: #C40000;
    --gold: #FFAE68;
    --brown: #715D4F;
    --yellow: #DABD43;
    --gray: #E4E4E4;
    --dark-gray: #444A4D;
    --orange: #D69B34;
    --pink: #6934D6;
    --green: #32B404;

    --star-active: #f4cc25;
    --star-inactive: #dcdcdc;
}

a:focus, button:focus, input[type=checkbox]:focus + i, input[type=submit]:focus {
    outline: none !important;
}

.w-col {
    display: flex;
    flex-direction: column;
}

.w-row {
    display: flex;
    flex-direction: row;
}

.align-center {
    align-items: center;
}

.hide {
    display: none;
}


.text_color_blue {
    color: var(--blue);
}

.text_color_darkblue {
    color: var(--dark-blue);
}

.text_color_yellow {
    color: var(--yellow);
}

.text_color_red {
    color: var(--red);
}

.text_color_brown {
    color: var(--brown);
}

.text_color_orange {
    color: var(--orange);
}

.text-align-last-center {
    text-align-last: center;
}

.w-btn.left-icon i:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(../svg/left-tri.svg) top center no-repeat;
}

.text-inderline {
    position: relative;
}

body {
    font-family: Assistant, Sans-serif, serif;
}

/*
 * HEADER
 */

.l-header {
    box-shadow: 0px 3px 15px #00000029;
}

.home-menu-item:before {
    position: absolute;
    top: -2%;
    left: 13px;
}

.l-header .l-subheader-cell.at_center {
    display: flex;
    justify-content: space-between;
}

.l-header .l-subheader-cell.at_left {
    width: 180px;
    max-width: 180px;
}

.l-header .l-subheader-cell.at_right {
    height: 100%;
    width: 294px;
    max-width: 294px;
    position: relative;
    left: -27px;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%);
}

.sidebar-text h2 {
    color: white;
    text-align: center;
}

/*
 * FOOTER
 */

#footer-top:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    right: 0;
    background: transparent linear-gradient(270deg, #349BD6 0%, #1A4E6B 100%) 0% 0% no-repeat padding-box;
}

.footer-h4 {
    /*margin-right: 13px;*/
}

footer .w-menu.layout_ver .menu > li {
    margin-bottom: .2rem;
    padding-bottom: .2rem;
}

/*footer .w-menu li:not(:last-child) {
    border-bottom: 1px solid #444A4D;
}*/

/*******************************************************************
* HOMEPAGE
*******************************************************************/

#info-panel .wpb_column.vc_column_container {
    align-items: center;
}

#info-panel .row-list {
    position: relative;
    gap: 30px 34px;
}

#info-panel .row-list:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px 3px 20px #00000021;
    transform: skew(-30deg);
    z-index: 1;
}

#info-panel .row-list .w-vwrapper {
    position: relative;
    z-index: 1;
    text-align: center;
}

#about-project:before {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 130px solid #fff;
    border-left: 50vw solid transparent;
}

#about-project:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 130px solid #fff;
    border-right: 50vw solid transparent;
}

.skew-btn {
    max-width: 315px !important;
    width: 100% !important;
    text-align: center;
    background: none !important;
    border-radius: 0 !important;
    padding: 18px 20px 14px !important;
}

.skew-btn:before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100%;
    transform: skew(-30deg);
    background: #349BD6;
    border: 1px solid #349BD6 !important;
    z-index: 0;
    transition: .3s;
}

.skew-btn:hover:before {
    background: #fff;
}

.skew-btn .w-btn-label {
    position: relative;
    z-index: 1;
    transition: .3s;
}

.skew-btn:hover .w-btn-label {
    color: #349BD6;
}

.row-title-list__style-type .vc_custom_heading:not(:first-child) {
    display: flex;
    align-items: center;
    gap: 20px;
}

.row-title-list__style-type .vc_custom_heading:not(:first-child):before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    color: #000000;
}

.accordion .w-tabs-section {
    border-color: #000;
}

.accordion .w-tabs-section-header {
    padding: 15px 5px;
    justify-content: space-between;
}

.accordion .w-tabs-section-header .w-tabs-section-title {
    font-weight: 300;
    font-size: 38px !important;
    line-height: 1.2;
    color: #000000;
}

.accordion .w-tabs-section-header .w-tabs-section-control {
    display: none;
}

.accordion .w-tabs-section-content {
    padding: 10px 5px 25px !important;
}

.accordion .w-tabs-section-content .wpb_text_column {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
}

.gallery-parallax .w-image:nth-child(1) {
    align-self: flex-end;
    max-width: 506px;
    width: 68%;
    margin-left: 40px;
    margin-top: -100px;
    z-index: 1;
}

.gallery-parallax .w-image:nth-child(2) {
    max-width: 738px;
    width: 80%;
    margin: 30px 0 -211px 140px;
    z-index: 9;
    align-self: flex-end;
}

.gallery-parallax .w-image:nth-child(3) {
    align-self: flex-end;
    max-width: 414px;
    width: 68%;
    margin-top: -280px;
    z-index: 1;
}

.psagot-group_counter {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 5px;
    border-bottom: 1px solid #ABABAB;
}

.psagot-group_counter .w-counter-value {
    font-family: Assistant,sans-serif;
    font-weight: 700;
    font-size: 61px !important;
    line-height: 1;
    color: #ABB2C1 !important;
}

.psagot-group_counter .w-counter-title {
    font-family: Assistant,sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.45;
    color: #ABB2C1;
    margin: 0 !important;
}

/*******************************************************************
* contacts
*******************************************************************/

.head-figure:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--blue);
    opacity: .83;
    height: 100%;
    width: 100%;
    -webkit-clip-path: polygon(78% 0, 100% 0, 100% 100%, 58% 100%);
    clip-path: polygon(78% 0, 100% 0, 100% 100%, 58% 100%);
}

.head-figure-about:after {
    -webkit-clip-path: polygon(73% 0, 100% 0, 100% 100%, 53% 100%);
    clip-path: polygon(73% 0, 100% 0, 100% 100%, 53% 100%);
}

.head-figure-title:after {
    -webkit-clip-path: polygon(73% 0, 100% 0, 100% 100%, 60% 100%);
    clip-path: polygon(73% 0, 100% 0, 100% 100%, 60% 100%);
}

#header-panel.title {
    background: #5555;
    -webkit-backdrop-filter: blur(23px);
    backdrop-filter: blur(23px);
    -webkit-clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%);
}

.project__contact-form .wpcf7-form .w-row {
    gap: 16px;
}

.project__contact-form .wpcf7-form input:not([type="submit"]), .project__contact-form .wpcf7-form textarea {
    border-radius: 8px;
    border: 1px solid #AEAEAE;
    margin-top: 0;
    margin-bottom: 16px;
}

.project__contact-form .wpcf7-form input[type="submit"] {
    margin-top: 2rem;
    -webkit-clip-path: polygon(0 0, calc(100% - 23px) 0, 100% 100%, 23px 100%);
    clip-path: polygon(0 0, calc(100% - 23px) 0, 100% 100%, 23px 100%);
}

.project__contact-form.contact-about .wpcf7-form input[type="submit"] {
    background: var(--blue);
}

.project__contact-form.contact-about .wpcf7-form input[type="submit"]:hover {
    background: var(--white);
}

.project__contact-form .wpcf7-spinner {
    display: none;
}

.project-imgs_color-bg {
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    right: -15px;
    width: 100%;
    height: calc(100% - 59px);
    background: red;
}

.w-gallery.type_grid .w-gallery-item {
    box-shadow: 0px 3px 6px #00000029;
}

.map-panel .w-text-value{
    position: relative;
    display: flex;
}
.map-panel .ico .w-text-value::before{
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--post_color);
    display: inline-block;
    margin: 11px 8px 0 18px;
}
.map-panel .ico .w-text-value::after{
    content: '';
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: var(--post_color);
    opacity: 0.19;
    position: absolute;
    right: 0px;
    top: 3px;
    transition: all .3s;
}

/*******************************************************************
* header_side_menu
*******************************************************************/

.header_side_menu--overlay {
    transition: 0.3s opacity ease;
    opacity: 0;
}

.header_side_menu {
    top: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    max-width: 767px;
    width: 100%;
    z-index: 120;
    background: #00000042;
    height: 100vh;
    padding: 40px;
    transform: translateX(100%);
    transition: 0.3s transform ease;
    scrollbar-color: #fff #88969e;
    scrollbar-width: thin !important;
    scroll-padding-block-start: 0;
    backdrop-filter: blur(42px);
    -webkit-backdrop-filter: blur(42px);
}

.header_side_menu::-webkit-scrollbar {
    width: 5px;
}

.header_side_menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.header_side_menu::-webkit-scrollbar-thumb {
    background-color: #88969e;
}

.header_side_menu.open + .header_side_menu--overlay {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: black;
    z-index: 119;
    opacity: 0.5;
}

.header_side_menu.open {
    transform: translateX(0);
}

.header_side_menu .header_side_menu--tools {
    font-family: var(--font-h1);
    font-size: 18px;
    margin-bottom: 4rem;
    display: flex;
    justify-content: space-between;
}

.header_side_menu .header_side_menu--tools .header_side_menu--close {
    font-size: 24px;
    color: white;
    cursor: pointer;
}

.header_side_menu .side_title {
    color: #fff;
    font: 600 35px 'Assistant', sans-serif;
    margin: 0;
}

.header_side_menu .side_subtitle {
    color: #fff;
    font: 300 35px 'Assistant', sans-serif;
}

.header_side_menu_row .logo {
    max-width: 150px;
    width: 100%;
    background: #fff;
    padding: 5px;
    margin: 0 auto 20px;
}

.header_side_menu_row .title_1 {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.header_side_menu_row .title_2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.header_side_menu_row .form {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
}

.header_side_menu_row .form .w-row {
    flex-direction: column !important;
    align-items: center;
}

.header_side_menu_row .form .w-row .wpcf7-form-control-wrap {
    max-width: none;
    width: 100%;
}

.header_side_menu_row .form .w-row .wpcf7-submit {
    width: 100%;
}

.header_side_menu_row .form .w-row .wpcf7-acceptance {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.header_side_menu_row .form .w-row .wpcf7-acceptance .wpcf7-list-item-label {
    color: #fff;
    font-size: 17px;
    line-height: 1.35;
}  

.header_side_menu_row .contacts {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.header_side_menu_row .contacts .w-iconbox-title {
    color: #fff;
    font-size: 20px !important;
    line-height: 1.1;
}

.header_side_menu_row .contacts .w-iconbox {
    margin: 0 !important;
}

/*.home-project_crousel .w-grid-item .w-grid-item-h .ah-project-img {
    position: relative;
}

.home-project_crousel .w-grid-item .w-grid-item-h .ah-project-img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 15px;
    left: -15px;
    background: var(--post_color);
}
*/

@media (max-width: 1480px) {
    .psagot-group_counter .w-counter-value {
        font-size: 54px !important;
    }
}

@media (max-width: 1380px) {

}

@media (max-width: 1023px) {
    #info-panel .row-list {
        flex-wrap: wrap;
        gap: 30px;
    }

    #info-panel .row-list:before {
        transform: skew(-20deg);
    }
}

@media (max-width: 991px) {
    .l-header .l-subheader-cell.at_left {
        max-width: 85px;
        width: 85px;
    }
    .l-header .l-subheader-cell.at_center {
        justify-content: center;
    }
    .l-header .l-subheader-cell.at_right {
        width: 155px;
        max-width: 155px;
    }
    .main-fs-section::before {
        top: 12.5vh !important;
        height: 27vh !important;
    }
    .psagot-group_counter .w-counter-value {
        font-size: 44px !important;
    }
    .home-project_crousel .w-grid-item .w-grid-item-h .ah-project-img {
        aspect-ratio: 1.65;
    }
    .home-project_crousel .w-grid-item .w-grid-item-h .ah-project-content {
        padding: 7rem 20px 2rem !important;
    }
    .portfolio_grid .w-grid-item:not(:last-child) {
        margin-bottom: 16px !important;
    }
    .project-submenu .vc_column-inner .w-menu > .menu {
        padding: 1.5rem !important;
    }
    .project-submenu .vc_column-inner .w-menu > .menu .menu-item a {
        font-size: 16px !important;
    }
    .project-submenu .vc_column-inner .w-menu > .menu .menu-item:not(:last-of-type) {
        margin-left: 28px !important;
    }
    body.single-us_portfolio .owl-carousel .owl-dot:not(.active) span {
        background: #fff !important;
    }
    .accordion .w-tabs-section-header .w-tabs-section-title {
        font-size: 26px !important;
    }
    body.single-us_portfolio .l-section.width_full {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .w-hwrapper_mob-row .w-iconbox {
        display: flex !important;
        justify-content: flex-start !important;
        margin-bottom: 15px !important;
    }
    .map-panel .ico .w-text-value::before{
        margin: 7px 8px 0 18px;    }
    .map-panel .ico .w-text-value::after{
        top: 0px;
    }
    .blur-panel .w-hwrapper:last-child .w-post-elm:not(:last-child) {
        margin-left: 0.7rem !important;
    }
    .header_side_menu .l-section {
        padding: 0 !important;
    }

    .header_side_menu #menu-main-menu-mob a {
        font-size: 24px;
        line-height: 1.2;
    }

}

@media (max-width: 767px) {
    #info-panel .row-list:before {
        transform: skew(-12deg);
    }

    .accordion .w-tabs-section-content .wpb_text_column {
        font-size: 16px;
    }

    .accordion .w-tabs-section-header .w-tabs-section-title {
        font-size: 21px;
    }

    .row-title-list__style-type .vc_custom_heading:not(:first-child):before {
        width: 18px;
        height: 18px;
    }

    #about-project:before {
        border-bottom: 80px solid #fff;
    }

    #about-project:after {
        border-bottom: 80px solid #fff;
    }

    .gallery-parallax .w-image:nth-child(2) {
        margin: 230px 0 -211px 80px;
    }

    .gallery-parallax .w-image:nth-child(3) {
        margin-top: -400px;
    }

    .skew-btn:before {
        transform: skew(-22deg);
    }
}

@media (max-width: 599px) {
    .l-header .l-subheader-cell.at_right {
        width: 165px;
        max-width: 165px;
        min-width: 145px;
    }

    .l-header .ush_menu_1 .w-nav-icon {
        background: url(../svg/burger.svg) top center / cover no-repeat;
        width: 37px;
        height: 27px;
        margin: 27%;
    }

    .l-header .ush_menu_1 .w-nav-icon > div {
        display: none;
    }

    .home-menu-item:before {
        top: 33%;
        left: 0;
        right: 0;
    }

    .main-menu ul.level_1 > li:not(:first-child):not(:last-child)::before {
        content: none;
    }

    #header-panel .w-counter-title {
        font-size: 12px;
    }

    #header-panel .w-counter-value:after {
        min-width: 90%;
        height: 4px;
        margin-left: 5%;
    }

    #banners-panel .w-grid-item:nth-of-type(3):after {
        content: "";
        position: absolute;
        width: 54px;
        height: 50px;
        right: -30px;
        top: 35%;
        background: url(../svg/ban-link.svg) top center / cover no-repeat;
        z-index: -1;
        transform: scale(0.8);
    }

    #banners-panel .w-grid-item:not(:last-child):before {
        transform: scale(0.8);
    }

    .blue-label:after, .green-label:after, .red-label:after, .pink-label:after {
        top: -10px;
    }

    .blue-label:hover:after, .red-label:hover:after, .green-label:hover:after, .pink-label:hover:after {
        top: -11px;
    }

    .w-image.align_left {
        text-align: center;
    }

    footer .accordion > div > .w-tabs-section:first-child {
        border-style: none;
    }

    footer .w-tabs.accordion > div > .w-tabs-section:last-of-type {
        border-bottom-width: 0;
    }

    footer .w-tabs-section-header {
        padding: 0.7em 0;
    }


    .head-figure:after {
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        opacity: .63;
        -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 100%, 0 100%);
        clip-path: polygon(0 65%, 100% 65%, 100% 100%, 0 100%);
    }

    .renewal-panel .w-counter-value:after {
        min-width: 130px;
    }

    .renewal-infoblock h4 {
        font-size: 36px !important
    }

    .renewal-infoblock h3 {
        font-size: 21px !important;
        line-height: 24px !important;
    }

    .renewal-infoblock .cols_4 {
        grid-gap: 14px !important
    }

    .about-info .via_grid.cols_2 {
        grid-gap: 0 !important
    }

    /*.project__grid .w-grid.type_metro .w-grid-list {
        grid-gap: var(--gap);
    }

    .project__grid .w-grid.type_metro .w-grid-item:nth-child(6n-3) .post_image > div, .project__grid .w-grid.type_metro .w-grid-item:nth-child(6n-2) .post_image > div {
        padding-bottom: 50% !important;
    }*/

    .project__contact-form .wpcf7-form input[type="submit"] {
        font-size: 22px;
        margin-top: 1rem;
    }

    .project__contact-form .wpcf7-form input:not([type="submit"]), .project__contact-form .wpcf7-form textarea {
        margin-bottom: 9px;
        max-height: 90px;
        line-height: 1;
    }

    .project__contact-form .wpcf7-form .w-row {
        gap: 0px;
        flex-direction: column;
    }
}

@media (max-width: 499px) {

    #header-panel {
        --hwrapper-gap: 0px !important;
    }

    .blue-circle em:after, .blue-circle em:before {
        width: 13px;
        height: 13px;
        margin: 5px 6px;
    }

    .gallery-parallax .w-image:nth-child(2) {
        margin: 330px 0 -211px 80px;
    }

    .gallery-parallax .w-image:nth-child(3) {
        margin-top: -300px;
    }
}

@media (max-width: 419px) {
    #header-panel .w-counter {
        font-size: 30px !important;
        min-width: 123px !important;
    }
}
