/*
Theme Name: Neve Child
Template: neve
Version: 1.0
Author: bitnami
Description: child theme for neve
*/

@font-face {
    font-family: 'Evolventa';
    font-style: normal;
    font-weight: 400;
    src: url(font_evolventa/Evolventa-Regular.ttf) format('truetype');
}
body {
    margin: 0;
    padding: 0!important;
}
/*****************************/
.leasing-flex-center-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.leasing-flex-start-start {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.leasing-flex-center-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.leasing-flex-start-start-stretch {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-items: stretch;
}
.leasing-flex-center-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.leasing-flex-start-between {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.leasing-flex-end-between {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.leasing-flex-center-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.leasing-flex-start-center {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.leasing-flex-center-center-column {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.leasing-flex-center-center-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.leasing-flex-start-start-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
/*********/
.leasing-block-width-100 {
    width: 100%;
}
.leasing-block-width-70 {
    width: 70%;
}
.leasing-block-width-60 {
    width: 60%;
}
.leasing-block-width-55 {
    width: 55%;
}
.leasing-block-width-50 {
    width: 50%;
}
.leasing-block-width-45 {
    width: 45%;
}
.leasing-block-width-40 {
    width: 40%;
}
.leasing-block-width-33 {
    width: 33%;
}
.leasing-block-width-30 {
    width: 30%;
}
/***/
.leasing-pl-40 {
    padding-left: 40px;
}
.leasing-pr-40 {
    padding-right: 40px;
}
.leasing-pr-20 {
    padding-right: 20px;
}
.leasing-pl-20 {
    padding-left: 20px;
}
.leasing-pl-10 {
    padding-left: 10px;
}
.leasing-pr-10 {
    padding-right: 10px;
}
.leasing-pt-120 {
    padding-top: 120px;
}
.leasing-pt-60 {
    padding-top: 60px;
}
.leasing-pb-120 {
    padding-bottom: 120px;
}
.leasing-pb-60 {
    padding-bottom: 60px;
}
.leasing-padding-24-16 {
    padding: 24px 16px;
}
.leasing-padding-16-20 {
    padding: 16px 20px;
}
.leasing-around-10 {
    padding: 10px;
}
/***/
.leasing-mt-12 {
    margin-top: 12px;
}
.leasing-mt-16 {
    margin-top: 16px;
}
.leasing-mt-20 {
    margin-top: 20px;
}
.leasing-mt-40 {
    margin-top: 40px;
}
.leasing-mt-120 {
    margin-top: 120px;
}
.leasing-mt-80 {
    margin-top: 80px;
}
.leasing-mt-60 {
    margin-top: 60px;
}

/***/
.leasing-mb-120 {
    margin-bottom: 120px;
}
.leasing-mb-85 {
    margin-bottom: 85px;
}

.leasing-mb-60 {
    margin-bottom: 60px;
}
.leasing-mb-40 {
    margin-bottom: 40px;
}
.leasing-mb-30 {
    margin-bottom: 30px;
}
.leasing-mb-24 {
    margin-bottom: 24px;
}
.leasing-mb-20 {
    margin-bottom: 20px;
}
.leasing-mb-10 {
    margin-bottom: 10px;
}
.leasing-mb-8 {
    margin-bottom: 8px;
}


/***/
.leasing-mr-10 {
    margin-right: 10px;
}
.leasing-mr-20 {
    margin-right: 20px;
}
.leasing-mr-30 {
    margin-right: 30px;
}
.leasing-mr-40 {
    margin-right: 40px;
}
.leasing-mr-ml-40 {
    margin-right: 40px;
    margin-left: 40px;
}
/***/
.leasing-font-700 {
    font-weight: 700;
}
.leasing-font-styles-28 {
    font-family: Evolventa;
    font-size: 28px;
    line-height: 30px;
}
.leasing-font-styles-28-700 {
    font-family: Evolventa;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
}
.leasing-font-styles-42-700 {
    font-family: Evolventa;
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
}
.leasing-font-styles-24-700 {
    font-family: Evolventa;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.leasing-font-styles-22 {
    font-family: Evolventa;
    font-size: 22px;
    line-height: 30px;
}
.leasing-font-styles-18 {
    font-family: Evolventa;
    font-size: 18px;
    line-height: 24px;
}
.leasing-font-styles-16 {
    font-family: Evolventa;
    font-size: 16px;
    line-height: 22px;
}
.leasing-font-styles-16-gray {
    font-family: Evolventa;
    font-size: 14px;
    line-height: 20px;
    color: rgba(102, 102, 102, 1);
}
.leasing-font-styles-16-700 {
    font-family: Evolventa;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: rgba(33, 33, 33, 1);
}
.leasing-font-color-33 {
    color: rgba(33, 33, 33, 1);
}
.leasing-font-color-60 {
    color: rgba(60, 60, 60, 1);
}
.leasing-font-color-102 {
    color: rgba(102, 102, 102, 1);
}
.leasing-font-color-255 {
    color: rgba(255, 255, 255, 1);
}
.leasing-font-color-blue {
    color: #005694;
}
.leasing-font-color-orange {
    background: linear-gradient(90deg, #DE7427 0%, #FEBD3C 99.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.footer-time-hours > div {
    margin-right: 20%;
}
.footer-replacement-block-wrap .footer-additional-text {
    color: #c0a264;
}


/************************** general *********************/
body {
    background-color: rgba(245, 241, 232, 1)!important;
    font-family: Evolventa!important;
}
.builder-item .item--inner {
    font-family: Evolventa!important;
}
.leasing-container-page {
    width: 100%;
    padding: 0 80px;
}
.leasing-container-page-head {
    width: 100%;
    padding: 0 0 0 80px;
}
.leasing-btn {
    border-radius: 50px;
    padding: 18px 80px;
    font-family: Evolventa;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}
.leasing-btn-16 {
    border-radius: 50px;
    padding: 18px 80px;
    font-family: Evolventa;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.btn-orange-get {
    background: linear-gradient(90deg, #DE7427 0%, #FEBD3C 99.99%);
    color: rgba(255, 255, 255, 1);
}
h1.h1-leasing-name-page {
    font-family: Evolventa;
    font-weight: 700;
    font-size: 52px;
    line-height: 72px;
    vertical-align: middle;
}
div.h1-leasing-name-page {
    font-family: Evolventa;
    font-weight: 700;
    font-size: 52px;
    line-height: 72px;
    vertical-align: middle;
}

h2.h2-leasing-name-block {
    font-family: Evolventa;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    vertical-align: middle;
    margin-bottom: 0;
}
h3.h3-leasing-name-block-white {
    font-family: Evolventa;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: rgba(255, 255, 255, 1);
}
#header-grid .header--row .header--row-inner.header-top-inner {
    background: rgba(0, 113, 182, 1);
}

#header-grid.sale-header .header--row .header--row-inner.header-top-inner {
    background: linear-gradient(90deg, #C86A1F 0%, #E0A330 99.99%);
}
#header-grid .header--row .builder-item--button_base .button.button-primary {
    background-color: transparent;
    position: relative;
}
/*#header-grid .header--row .builder-item--button_base .button.button-primary:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6667 13.3333C11.6667 10.9401 13.6068 9 16 9C18.3932 9 20.3333 10.9401 20.3333 13.3333C20.3333 15.7266 18.3932 17.6667 16 17.6667C13.6068 17.6667 11.6667 15.7266 11.6667 13.3333Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.03139 11.8365C5.48958 6.27793 10.1346 2 15.7121 2H16.288C21.8654 2 26.5105 6.27793 26.9687 11.8365C27.2154 14.8293 26.2909 17.801 24.39 20.1258L17.9993 27.9415C16.966 29.2052 15.0341 29.2052 14.0008 27.9415L7.61003 20.1258C5.70916 17.801 4.7847 14.8293 5.03139 11.8365ZM16 7C12.5022 7 9.66667 9.83553 9.66667 13.3333C9.66667 16.8311 12.5022 19.6667 16 19.6667C19.4978 19.6667 22.3333 16.8311 22.3333 13.3333C22.3333 9.83553 19.4978 7 16 7Z' fill='white'/%3E%3C/svg%3E");
}*/
.header-wrapper-leasing .button-header-map {
    font-family: Evolventa;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
}
.header-wrapper-leasing .icon-header-map {
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6667 13.3333C11.6667 10.9401 13.6068 9 16 9C18.3932 9 20.3333 10.9401 20.3333 13.3333C20.3333 15.7266 18.3932 17.6667 16 17.6667C13.6068 17.6667 11.6667 15.7266 11.6667 13.3333Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.03139 11.8365C5.48958 6.27793 10.1346 2 15.7121 2H16.288C21.8654 2 26.5105 6.27793 26.9687 11.8365C27.2154 14.8293 26.2909 17.801 24.39 20.1258L17.9993 27.9415C16.966 29.2052 15.0341 29.2052 14.0008 27.9415L7.61003 20.1258C5.70916 17.801 4.7847 14.8293 5.03139 11.8365ZM16 7C12.5022 7 9.66667 9.83553 9.66667 13.3333C9.66667 16.8311 12.5022 19.6667 16 19.6667C19.4978 19.6667 22.3333 16.8311 22.3333 13.3333C22.3333 9.83553 19.4978 7 16 7Z' fill='white'/%3E%3C/svg%3E");
}
.header-wrapper-leasing .header-leasing-top {
    background: linear-gradient(0deg, #0071B6, #0071B6),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 10px 80px;
}
.header-wrapper-leasing .icon-phone-header-top {
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41648 17.1608C10.675 24.2621 16.4732 29.908 23.6819 32.9688L24.8375 33.4839C27.4812 34.6625 30.589 33.7671 32.2015 31.3622L33.7116 29.1101C34.2025 28.3779 34.0531 27.3917 33.3672 26.8381L28.246 22.7042C27.4938 22.097 26.3877 22.2384 25.8123 23.0153L24.228 25.1544C20.1628 23.1479 16.8623 19.8455 14.857 15.7779L16.9948 14.1927C17.7713 13.6169 17.9126 12.5102 17.3058 11.7575L13.1742 6.63318C12.621 5.94705 11.6356 5.79739 10.9038 6.28835L8.63754 7.80884C6.21906 9.43143 5.32913 12.5668 6.53422 15.2191L7.41515 17.158L7.41648 17.1608Z' fill='white'/%3E%3C/svg%3E");
}
.header-wrapper-leasing .offer-header-top {
    font-family: Evolventa;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
}
.header-wrapper-leasing .link-phone-header-top {
    font-family: Evolventa;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
}
.header-wrapper-leasing .header--row.header-top {
    display: none;
}

.fixed-top-head {
    position: fixed;
    top: 0;
    /*top: 32px;*/
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-top-head.fixed-top-styles.scrolled-page {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity .7s ease-in-out;
}
main#content {
    padding-top: 120px;
}
.header-wrapper-leasing .site-header .header--row-inner {
    padding: 0 60px;
}



.nv-nav-wrap .nav-menu-primary .primary-menu-ul.menu-desktop li.menu-item a {
    font-family: Evolventa;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: rgba(33, 33, 33, 1);
}
.header--row.header-top .header-top-inner .builder-item .nv-html-content {
    position: relative;
}
/*.header--row.header-top .header-top-inner .builder-item .nv-html-content:before {
    content: ' ';
    position: absolute;
    top: -11px;
    left: -55px;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41648 17.1608C10.675 24.2621 16.4732 29.908 23.6819 32.9688L24.8375 33.4839C27.4812 34.6625 30.589 33.7671 32.2015 31.3622L33.7116 29.1101C34.2025 28.3779 34.0531 27.3917 33.3672 26.8381L28.246 22.7042C27.4938 22.097 26.3877 22.2384 25.8123 23.0153L24.228 25.1544C20.1628 23.1479 16.8623 19.8455 14.857 15.7779L16.9948 14.1927C17.7713 13.6169 17.9126 12.5102 17.3058 11.7575L13.1742 6.63318C12.621 5.94705 11.6356 5.79739 10.9038 6.28835L8.63754 7.80884C6.21906 9.43143 5.32913 12.5668 6.53422 15.2191L7.41515 17.158L7.41648 17.1608Z' fill='white'/%3E%3C/svg%3E");
}*/
.header--row.header-top .header-top-inner .builder-item .nv-html-content > div > p:first-child {
    font-weight: 700;
    margin-right: 20px;

}

.head-ident-block-info {
    padding-top: 150px;
    padding-bottom: 150px;
    padding-right: 40px;
}
.head-ident-block-images {
    padding-top: 129px;
    padding-bottom: 161px;
    padding-right: 80px;
    position: relative;
}
.head-block-images-blue {
    background: rgba(0, 113, 182, 1);
    width: 70%;
    height: 100%;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-bottom-left-radius: 32px;
}
.block-head-img-position {
    width: 100%;
    height: 100%;
    z-index: 10;
    position: relative;
}
.block-head-img-position .images-head {
    width: 100%;
    height: auto;
    height: 100%;
    max-width: 860px;
    max-height: 528px;
    margin: 0 auto;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}
.wrapper-page-main-leasing {
    position: relative;
    height: max-content;
}




/************************ //general *********************/


/****************** header *********************/
.leasing-header-wrap .header-main-inner .row.row--wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.leasing-header-wrap .nav-ul li,
.leasing-header-wrap .nav-ul .wrap a .dd-title {
    text-transform: capitalize;
}
.primary-menu-ul.nav-ul li .caret {
    border-top: none;
    border-right: none;
    border-left: none;
}
.primary-menu-ul.nav-ul li .caret-wrap .caret svg{
    display: none;
}
.leasing-header-wrap .layout-fullwidth .header--row-inner.header-top-inner .container {
    padding-left: 80px;
    padding-right: 80px;
}
.leasing-header-wrap .header--row-inner.header-top-inner .row.row--wrapper .hfg-slot {
    width: 50%;
}
.leasing-header-wrap .header--row-inner.header-top-inner .row.row--wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.leasing-header-wrap .layout-fullwidth .header--row-inner.header-top-inner .container .item--inner.builder-item--button_base .component-wrap .button.button-primary{
    background-color: transparent;
    position: relative;
}
.leasing-header-wrap .layout-fullwidth .header--row-inner.header-top-inner .container .item--inner.builder-item--button_base .component-wrap .button.button-primary:before {
    content: ' ';
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6667 13.3333C11.6667 10.9401 13.6068 9 16 9C18.3932 9 20.3333 10.9401 20.3333 13.3333C20.3333 15.7266 18.3932 17.6667 16 17.6667C13.6068 17.6667 11.6667 15.7266 11.6667 13.3333Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.03139 11.8365C5.48958 6.27793 10.1346 2 15.7121 2H16.288C21.8654 2 26.5105 6.27793 26.9687 11.8365C27.2154 14.8293 26.2909 17.801 24.39 20.1258L17.9993 27.9415C16.966 29.2052 15.0341 29.2052 14.0008 27.9415L7.61003 20.1258C5.70916 17.801 4.7847 14.8293 5.03139 11.8365ZM16 7C12.5022 7 9.66667 9.83553 9.66667 13.3333C9.66667 16.8311 12.5022 19.6667 16 19.6667C19.4978 19.6667 22.3333 16.8311 22.3333 13.3333C22.3333 9.83553 19.4978 7 16 7Z' fill='white'/%3E%3C/svg%3E%0A");
}


/****************** //header *******************/

/******************** about-us ***********************/
.wrapper-page-contact-us {
    /*min-height: 80vh;*/
}
.block-contact-us-address {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(203, 217, 225, 1);
    width: 50%;
    height: max-content;
    border-radius: 15px;
}
.head-ident-block-images .head-block-images-blue {
   /* max-width: 646px;*/
    width: 70%;
}


/******************** //about-us *********************/


/******************** about-us *********************/
.img-services-features-benefits {
    width: 56px;
    min-width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #DE7427 0%, #FEBD3C 99.99%);
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.img-services-features-benefits > span {
    color: rgba(255, 255, 255, 1);
    font-family: Evolventa;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
}
/*.img-services-features-benefits.block-position-left {
    background-position: left;
}*/


.block-about-services-aimed-simplifying {
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
}
.block-about-services-aimed-simplifying .leasing-container-page {
    width: 100%;
    padding: 0 50px;
}
.block-services-border {
    border: 1px solid rgba(203, 217, 225, 1);
    padding: 24px 16px 38px 16px;
    margin: 10px 20px;
    border-radius: 15px;
    text-align: center;
    min-height: 270px;
}
.block-about-services-aimed-simplifying .h2-leasing-name-block {
    margin: 0 30px;
}




    /******************** //about-us *********************/


/*************************** .wrapper-leasing-main-page ***************************/
.wrapper-leasing-main-page .wp-block-columns {
    flex-wrap: wrap!important;
    width: 100%;
    align-content: flex-start;
    justify-content: center;
}
.wrapper-leasing-main-page .wp-block-columns > .wp-block-column {
    width: 33%!important;
    flex-basis: 33%;
    max-width: 500px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 20px;
}
.wrapper-leasing-main-page .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 33%;
    max-width: 500px;
}
.wrapper-leasing-main-page .wp-block-columns h3.wp-block-heading {
    font-family: Evolventa;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    color: rgba(33, 33, 33, 1)!important;
    min-height: 80px;
}
.wrapper-leasing-main-page .wp-block-columns .wp-block-buttons .wp-block-button .wp-block-button__link {
    background-color: transparent;
    font-family: Evolventa;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: rgba(33, 33, 33, 1)!important;
}
.wrapper .nv-single-page-wrap .nv-content-wrap .alignfull .wp-block-button .wp-block-button__link {
    background: linear-gradient(90deg, #DE7427 0%, #FEBD3C 99.99%);
    border-radius: 50px;
    padding: 18px 89px;
    font-family: Evolventa;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: rgba(255, 255, 255, 1);

}
.wrapper .nv-single-page-wrap .nv-content-wrap .alignfull {
    height: 600px;
}

/********************** //.wrapper-leasing-main-page ********************************/


/************************************* footer **************************************/
.footer-main-background {
    background: rgba(60, 60, 60, 1);
}

.footer-main-background .leasing-container-page {
    padding: 60px 80px;
}

.footer-block-border-top {
    border-top: 1px solid rgba(203, 217, 225, 1);
    padding-top: 15px;
    margin-top: 30px;
}
ul.link-main-footer-blue {
    list-style-type: none;
    padding-left: 0;
}
ul.link-replacement-footer-white {
    list-style-type: none;
    padding-left: 0;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

ul.link-main-footer-blue li a {
    font-family: Evolventa;
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    color: rgba(0, 113, 182, 1);
}
ul.link-replacement-footer-white li {
    margin: 4px 10px 4px 0;
}
/*ul.link-replacement-footer-white li a {
    font-family: Evolventa;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
}*/
ul.link-replacement-footer-white li span {
    font-family: Evolventa;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
}
.call-name-footer-yellow {
    font-family: Evolventa;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    vertical-align: middle;
    background: linear-gradient(90deg, #DE7427 0%, #FEBD3C 99.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

}

/************************************* footer **************************************/




/****************************************** slide ***********************************************/
.leasing-slider-background {
    position: relative;
    width: 100%;
    margin-bottom: 120px;
    margin-top: 50px;
}
.name-leasing-slider {
    font-family: Evolventa;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    color: rgba(0, 113, 182, 1);
    margin-bottom: 20px;
    margin-left: 80px;
}

.leasing-slider-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin: auto;
    overflow: hidden;

    background: rgba(0, 113, 182, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 60px 0;
}

.leasing-slider-wrapper .slider-block {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    gap: 10px;
    padding: 10px;
}

.leasing-slider-wrapper .slide-block-leasing {
    flex: 0 0 auto;
    width: 560px;
    height: 440px;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    margin-left: 10px;
    margin-right: 10px;

}
.slide-block-leasing .slider-link-read-more {
    height: 150px;
}
.slide-block-leasing .slider-link-read-more img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.leasing-slider-background .btn {
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(33, 33, 33, 1);
    width: 70px;
    height: 70px;
    padding: 3px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}
.leasing-slider-background .btn:hover {
    background: rgba(0, 113, 182, 1);
}

.leasing-slider-background .btn-left-leasing-slider {
    position: absolute;
    right: 165px;
    top: 30px;
}

.leasing-slider-background .btn-right-leasing-slider {
    position: absolute;
    right: 80px;
    top: 30px;
}

.leasing-slider-wrapper .slider-block::-webkit-scrollbar {
    display: none;
}
.leasing-slider-wrapper .slider-block {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.leasing-slider-wrapper a.slider-link-read-more {
    font-family: Evolventa;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: rgba(33, 33, 33, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.leasing-slider-wrapper a.slider-link-read-more:hover {
    text-decoration: none;
}
.leasing-slider-wrapper .slider-link-read-more > div {
    margin-bottom: 12px;
}
.leasing-slider-wrapper .btn-slider-link {
    font-family: Evolventa;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: rgba(33, 33, 33, 1);
}
.leasing-slider-wrapper .name-slider-link {
    font-family: Evolventa;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: rgba(33, 33, 33, 1);
}
.img-slider-link {
    width: 100%;
    height: 100px;
    background-image: url('images/images_slider/Cross-Docking & Reloading.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/****************************************** slide ***********************************************/
.block-location-information-map {
    /*align-items: stretch;*/
}
.block-location-information-map .information-map {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.block-location-information-map .information-map iframe {
    border-radius: 20px;
}
.block-location-information-map .location-information-block-blue {
    background: rgba(0, 113, 182, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: 100%;
    padding: 20px;
}
.block-location-information-map .location-information-block-blue > div {
    color: rgba(255, 255, 255, 1);
    text-align: center;
}
.btn-location-information {
    font-family: Evolventa;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: rgba(33, 33, 33, 1);
    text-align: center;
    padding: 22px 100px;
    background: rgba(255, 255, 255, 1);
    border-radius: 100px;
    border: 1px solid rgba(33, 33, 33, 1);
    outline: none;
}




/**************************  carousel-leasing-sale  ***************************/
.wrapper-sales-trailer-equipment .carousel {
    position: relative;
    max-width: 100%;
    margin: 10px auto;
    overflow: hidden;
}

.wrapper-sales-trailer-equipment .slides {
    display: flex;
    transition: transform 0.5s ease;
}

.wrapper-sales-trailer-equipment .slides img {
    width: 100%;
    flex-shrink: 0;
    max-height: 320px;

}

/* Кнопки */
.wrapper-sales-trailer-equipment .prev,
.wrapper-sales-trailer-equipment .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 8px;
    background: rgb(255 255 255 / 64%);
    border: 1px solid rgba(33, 33, 33, 1);
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrapper-sales-trailer-equipment .prev { left: 15px; }
.wrapper-sales-trailer-equipment .next { right: 15px; }

.wrapper-sales-trailer-equipment .icon-carousel-prev {
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.23221 3.47574C8.68965 3.82593 8.56399 4.50725 8.95153 4.99752L14.4866 11.9997L8.95153 19.002C8.56399 19.4922 8.68965 20.1735 9.23221 20.5237C9.77477 20.8739 10.5288 20.7604 10.9163 20.2701L17.4538 11.9997L10.9163 3.72937C10.5288 3.23911 9.77477 3.12556 9.23221 3.47574Z' fill='%230071B6'/%3E%3C/svg%3E");
}
.wrapper-sales-trailer-equipment .icon-carousel-next {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.23221 3.47574C8.68965 3.82593 8.56399 4.50725 8.95153 4.99752L14.4866 11.9997L8.95153 19.002C8.56399 19.4922 8.68965 20.1735 9.23221 20.5237C9.77477 20.8739 10.5288 20.7604 10.9163 20.2701L17.4538 11.9997L10.9163 3.72937C10.5288 3.23911 9.77477 3.12556 9.23221 3.47574Z' fill='%230071B6'/%3E%3C/svg%3E");
}
/* Точки */
.wrapper-sales-trailer-equipment .dots {
    text-align: center;
    margin-top: 5px;
}
.wrapper-sales-trailer-equipment .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 7px;
    background: #c8dbe2;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}
.wrapper-sales-trailer-equipment .dot.active {
    background: #0073b2;
}


/**************************  //carousel-leasing-sale  ***************************/


/******************************************** wrapper-sales-trailer-equipment *****************************************/

.leasing-flex-stretch {
    align-items: stretch;
}

.gallery-sales-trailer {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch; /* ключ! */
}

.gallery-sales-trailer .item-sales-trailer {
    flex: 1 1 calc(33.333% - 15px); /* 3 блока в ряд */
    background: white;
    max-width: 33%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column; /* чтобы картинка сверху, текст снизу */
}




/*****  form-sales-trailer-equipment ******/
.form-sales-trailer-equipment .sales-tr-head {
    padding: 10px 10px 4px 10px;
}
.form-sales-trailer-equipment a:hover {
    text-decoration: none;
}

.sales-tr-head .address-maps {
    color: rgba(33, 33, 33, 1);
}
.form-sales-trailer-equipment .icon-pink-maps {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -8px;
    width: 26px;
    height: 26px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.74805 10C8.74805 8.20507 10.2031 6.75 11.998 6.75C13.793 6.75 15.248 8.20507 15.248 10C15.248 11.7949 13.793 13.25 11.998 13.25C10.2031 13.25 8.74805 11.7949 8.74805 10Z' fill='%230071B6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.77159 8.87739C4.11523 4.70845 7.59902 1.5 11.7821 1.5H12.214C16.3971 1.5 19.8809 4.70845 20.2246 8.87739C20.4096 11.122 19.7162 13.3508 18.2906 15.0943L13.4975 20.9561C12.7225 21.9039 11.2736 21.9039 10.4986 20.9561L5.70557 15.0943C4.27991 13.3508 3.58657 11.122 3.77159 8.87739ZM11.998 5.25C9.37469 5.25 7.24805 7.37665 7.24805 10C7.24805 12.6234 9.37469 14.75 11.998 14.75C14.6214 14.75 16.748 12.6234 16.748 10C16.748 7.37665 14.6214 5.25 11.998 5.25Z' fill='%230071B6'/%3E%3C/svg%3E");
}
.form-sales-trailer-equipment .sales-tr-price {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 113, 182, 1);
}

.sales-table-info .block-row {
    border-bottom: 1px solid rgba(245, 241, 232, 1);
}
.sales-table-info .block-row .block-col {
    text-align: left;
    font-family: Evolventa;
    font-size: 16px;
    line-height: 22px;
    color: rgba(33, 33, 33, 1);
    padding: 12px 5px 2px 2px;
}
.icon-view-sales {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 32px;
    height: 32px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1945_53340' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3E%3Crect width='32' height='32' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1945_53340)'%3E%3Cpath d='M6.66667 28C5.93333 28 5.30556 27.7389 4.78333 27.2167C4.26111 26.6944 4 26.0667 4 25.3333V6.66667C4 5.93333 4.26111 5.30556 4.78333 4.78333C5.30556 4.26111 5.93333 4 6.66667 4H14.6667C15.0444 4 15.3611 4.12778 15.6167 4.38333C15.8722 4.63889 16 4.95556 16 5.33333C16 5.71111 15.8722 6.02778 15.6167 6.28333C15.3611 6.53889 15.0444 6.66667 14.6667 6.66667H6.66667V25.3333H25.3333V17.3333C25.3333 16.9556 25.4611 16.6389 25.7167 16.3833C25.9722 16.1278 26.2889 16 26.6667 16C27.0444 16 27.3611 16.1278 27.6167 16.3833C27.8722 16.6389 28 16.9556 28 17.3333V25.3333C28 26.0667 27.7389 26.6944 27.2167 27.2167C26.6944 27.7389 26.0667 28 25.3333 28H6.66667ZM25.3333 8.53333L13.8667 20C13.6222 20.2444 13.3111 20.3667 12.9333 20.3667C12.5556 20.3667 12.2444 20.2444 12 20C11.7556 19.7556 11.6333 19.4444 11.6333 19.0667C11.6333 18.6889 11.7556 18.3778 12 18.1333L23.4667 6.66667H20C19.6222 6.66667 19.3056 6.53889 19.05 6.28333C18.7944 6.02778 18.6667 5.71111 18.6667 5.33333C18.6667 4.95556 18.7944 4.63889 19.05 4.38333C19.3056 4.12778 19.6222 4 20 4H26.6667C27.0444 4 27.3611 4.12778 27.6167 4.38333C27.8722 4.63889 28 4.95556 28 5.33333V12C28 12.3778 27.8722 12.6944 27.6167 12.95C27.3611 13.2056 27.0444 13.3333 26.6667 13.3333C26.2889 13.3333 25.9722 13.2056 25.7167 12.95C25.4611 12.6944 25.3333 12.3778 25.3333 12V8.53333Z' fill='%230071B6'/%3E%3C/g%3E%3C/svg%3E");
}
.form-sales-trailer-equipment a:hover .icon-view-sales {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1945_53340' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3E%3Crect width='32' height='32' fill='%23ab641d'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1945_53340)'%3E%3Cpath d='M6.66667 28C5.93333 28 5.30556 27.7389 4.78333 27.2167C4.26111 26.6944 4 26.0667 4 25.3333V6.66667C4 5.93333 4.26111 5.30556 4.78333 4.78333C5.30556 4.26111 5.93333 4 6.66667 4H14.6667C15.0444 4 15.3611 4.12778 15.6167 4.38333C15.8722 4.63889 16 4.95556 16 5.33333C16 5.71111 15.8722 6.02778 15.6167 6.28333C15.3611 6.53889 15.0444 6.66667 14.6667 6.66667H6.66667V25.3333H25.3333V17.3333C25.3333 16.9556 25.4611 16.6389 25.7167 16.3833C25.9722 16.1278 26.2889 16 26.6667 16C27.0444 16 27.3611 16.1278 27.6167 16.3833C27.8722 16.6389 28 16.9556 28 17.3333V25.3333C28 26.0667 27.7389 26.6944 27.2167 27.2167C26.6944 27.7389 26.0667 28 25.3333 28H6.66667ZM25.3333 8.53333L13.8667 20C13.6222 20.2444 13.3111 20.3667 12.9333 20.3667C12.5556 20.3667 12.2444 20.2444 12 20C11.7556 19.7556 11.6333 19.4444 11.6333 19.0667C11.6333 18.6889 11.7556 18.3778 12 18.1333L23.4667 6.66667H20C19.6222 6.66667 19.3056 6.53889 19.05 6.28333C18.7944 6.02778 18.6667 5.71111 18.6667 5.33333C18.6667 4.95556 18.7944 4.63889 19.05 4.38333C19.3056 4.12778 19.6222 4 20 4H26.6667C27.0444 4 27.3611 4.12778 27.6167 4.38333C27.8722 4.63889 28 4.95556 28 5.33333V12C28 12.3778 27.8722 12.6944 27.6167 12.95C27.3611 13.2056 27.0444 13.3333 26.6667 13.3333C26.2889 13.3333 25.9722 13.2056 25.7167 12.95C25.4611 12.6944 25.3333 12.3778 25.3333 12V8.53333Z' fill='%23ab641d'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-phone-sales {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41648 17.1608C10.675 24.2621 16.4732 29.908 23.6819 32.9688L24.8375 33.4839C27.4812 34.6625 30.589 33.7671 32.2015 31.3622L33.7116 29.1101C34.2025 28.3779 34.0531 27.3917 33.3672 26.8381L28.246 22.7042C27.4938 22.097 26.3877 22.2384 25.8123 23.0153L24.228 25.1544C20.1628 23.1479 16.8623 19.8455 14.857 15.7779L16.9948 14.1927C17.7713 13.6169 17.9126 12.5102 17.3058 11.7575L13.1742 6.63318C12.621 5.94705 11.6356 5.79739 10.9038 6.28835L8.63754 7.80884C6.21906 9.43143 5.32913 12.5668 6.53422 15.2191L7.41515 17.158L7.41648 17.1608Z' fill='%230071B6'/%3E%3C/svg%3E");
}

.form-sales-trailer-equipment a:hover .icon-phone-sales {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41648 17.1608C10.675 24.2621 16.4732 29.908 23.6819 32.9688L24.8375 33.4839C27.4812 34.6625 30.589 33.7671 32.2015 31.3622L33.7116 29.1101C34.2025 28.3779 34.0531 27.3917 33.3672 26.8381L28.246 22.7042C27.4938 22.097 26.3877 22.2384 25.8123 23.0153L24.228 25.1544C20.1628 23.1479 16.8623 19.8455 14.857 15.7779L16.9948 14.1927C17.7713 13.6169 17.9126 12.5102 17.3058 11.7575L13.1742 6.63318C12.621 5.94705 11.6356 5.79739 10.9038 6.28835L8.63754 7.80884C6.21906 9.43143 5.32913 12.5668 6.53422 15.2191L7.41515 17.158L7.41648 17.1608Z' fill='%23ab641d'/%3E%3C/svg%3E");
}

.btn-request-call {
    border: 1px solid rgba(33, 33, 33, 1);
    text-align: center;
    width: 100%;
    padding: 22px;
    font-family: Evolventa;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    border-radius: 100px;
    background: rgba(255, 255, 255, 1);
}
.view-sales-block {
    font-family: Evolventa;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: rgba(33, 33, 33, 1);
}
.phone-sales-block {
    font-family: Evolventa;
    font-size: 18px;
    line-height: 24px;
    color: rgba(33, 33, 33, 1);
}
.unit-sequence-number {
    border-radius: 20px;
    padding: 4px 12px;
    border: 1px solid rgba(203, 217, 225, 1);
}
.separator-border-bottom-blue {
    border-bottom: 1px solid rgba(0, 113, 182, 1);
    margin-bottom: 20px;
}

/*****  //form-sales-trailer-equipment  ****/

/***************************** wrapper-sales-sort-filters **************************/


.icon-sales-sort {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 28px;
    height: 28px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2045_65733' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='28' height='28'%3E%3Crect width='28' height='28' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2045_65733)'%3E%3Cpath d='M10.5016 15.1676C10.171 15.1676 9.89392 15.0558 9.67031 14.8322C9.4467 14.6086 9.3349 14.3315 9.3349 14.0009V6.79675L7.1474 8.98425C6.93351 9.19813 6.66615 9.30508 6.34531 9.30508C6.02448 9.30508 5.7474 9.19813 5.51406 8.98425C5.28073 8.75091 5.16406 8.47383 5.16406 8.153C5.16406 7.83216 5.28073 7.55508 5.51406 7.32175L9.6849 3.15091C9.80156 3.03424 9.92795 2.95161 10.0641 2.90299C10.2002 2.85438 10.346 2.83008 10.5016 2.83008C10.6571 2.83008 10.803 2.85438 10.9391 2.90299C11.0752 2.95161 11.2016 3.03424 11.3182 3.15091L15.5182 7.35091C15.7516 7.58425 15.8634 7.85647 15.8536 8.16758C15.8439 8.47869 15.7224 8.75091 15.4891 8.98425C15.2557 9.19813 14.9835 9.30994 14.6724 9.31966C14.3613 9.32938 14.0891 9.21758 13.8557 8.98425L11.6682 6.79675V14.0009C11.6682 14.3315 11.5564 14.6086 11.3328 14.8322C11.1092 15.0558 10.8321 15.1676 10.5016 15.1676ZM17.5016 25.1717C17.346 25.1717 17.2002 25.1474 17.0641 25.0988C16.928 25.0502 16.8016 24.9676 16.6849 24.8509L12.4849 20.6509C12.2516 20.4176 12.1398 20.1454 12.1495 19.8342C12.1592 19.5231 12.2807 19.2509 12.5141 19.0176C12.7474 18.8037 13.0196 18.6919 13.3307 18.6822C13.6418 18.6724 13.9141 18.7842 14.1474 19.0176L16.3349 21.2051V14.0009C16.3349 13.6704 16.4467 13.3933 16.6703 13.1697C16.8939 12.9461 17.171 12.8342 17.5016 12.8342C17.8321 12.8342 18.1092 12.9461 18.3328 13.1697C18.5564 13.3933 18.6682 13.6704 18.6682 14.0009V21.2051L20.8557 19.0176C21.0696 18.8037 21.337 18.6967 21.6578 18.6967C21.9786 18.6967 22.2557 18.8037 22.4891 19.0176C22.7224 19.2509 22.8391 19.528 22.8391 19.8488C22.8391 20.1697 22.7224 20.4467 22.4891 20.6801L18.3182 24.8509C18.2016 24.9676 18.0752 25.0502 17.9391 25.0988C17.803 25.1474 17.6571 25.1717 17.5016 25.1717Z' fill='%230071B6'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-sales-filters {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 28px;
    height: 28px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.2979 17.5C21.2118 17.5 21.9876 18.0844 22.2764 18.8994H22.3984C22.785 18.8994 23.0985 19.2131 23.0986 19.5996C23.0986 19.9862 22.785 20.2998 22.3984 20.2998H22.2764C21.9877 21.115 21.2119 21.7002 20.2979 21.7002L20.084 21.6895C19.2642 21.6063 18.585 21.0507 18.3193 20.2998H5.59863C5.21203 20.2998 4.89844 19.9862 4.89844 19.5996C4.89854 19.2131 5.2121 18.8994 5.59863 18.8994H18.3203C18.6088 18.0845 19.3842 17.5002 20.2979 17.5ZM8.39844 11.8994C9.31226 11.8996 10.0873 12.4848 10.376 13.2998H22.3984C22.785 13.2998 23.0986 13.6134 23.0986 14C23.0985 14.3865 22.785 14.7002 22.3984 14.7002H10.377C10.0883 15.5152 9.31224 16.0994 8.39844 16.0996L8.18457 16.0889C7.36502 16.0058 6.68676 15.4507 6.4209 14.7002H5.59863C5.2121 14.7002 4.89854 14.3865 4.89844 14C4.89844 13.6134 5.21203 13.2998 5.59863 13.2998H6.4209C6.70941 12.4848 7.4846 11.8996 8.39844 11.8994ZM16.7988 6.2998C17.7128 6.29997 18.488 6.88492 18.7764 7.7002H22.3984C22.7849 7.7002 23.0984 8.01299 23.0986 8.39941C23.0986 8.78601 22.785 9.09961 22.3984 9.09961H18.7764C18.4879 9.9148 17.7128 10.4998 16.7988 10.5C15.8847 10.5 15.1088 9.91494 14.8203 9.09961H5.59863C5.21203 9.09961 4.89844 8.78601 4.89844 8.39941C4.89865 8.01299 5.21216 7.7002 5.59863 7.7002H14.8203C15.1087 6.88477 15.8846 6.2998 16.7988 6.2998Z' fill='%230071B6'/%3E%3C/svg%3E");
}

/********* dropdown-sales-wrapper sales-dropdown-body *********/
.dropdown-sales-position-rel {
    position: relative;
}
.dropdown-sales-position-abs {
    position: absolute;
    right: -90px;
    top: 30px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.dropdown-sales-wrapper {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(203, 217, 225, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.dropdown-sales-filters.dropdown-sales-wrapper {
    width: 405px;
}
.dropdown-sales-sort.dropdown-sales-wrapper {
    width: 311px;
}
.sales-dropdown-body {
    position: relative;
    padding: 30px 40px;
}
.icon-dropdown-close {
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 24px;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2045_12876' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='40' height='40'%3E%3Crect width='40' height='40' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2045_12876)'%3E%3Cpath d='M20 23.0871L12.21 30.8767C11.7947 31.2922 11.2803 31.5 10.6667 31.5C10.0531 31.5 9.53861 31.2922 9.12333 30.8767C8.70778 30.4614 8.5 29.9469 8.5 29.3333C8.5 28.7197 8.70778 28.2053 9.12333 27.79L16.9129 20L9.12333 12.21C8.70778 11.7947 8.5 11.2803 8.5 10.6667C8.5 10.0531 8.70778 9.53861 9.12333 9.12333C9.53861 8.70778 10.0531 8.5 10.6667 8.5C11.2803 8.5 11.7947 8.70778 12.21 9.12333L20 16.9129L27.79 9.12333C28.2053 8.70778 28.7197 8.5 29.3333 8.5C29.9469 8.5 30.4614 8.70778 30.8767 9.12333C31.2922 9.53861 31.5 10.0531 31.5 10.6667C31.5 11.2803 31.2922 11.7947 30.8767 12.21L23.0871 20L30.8767 27.79C31.2922 28.2053 31.5 28.7197 31.5 29.3333C31.5 29.9469 31.2922 30.4614 30.8767 30.8767C30.4614 31.2922 29.9469 31.5 29.3333 31.5C28.7197 31.5 28.2053 31.2922 27.79 30.8767L20 23.0871Z' fill='%230071B6'/%3E%3C/g%3E%3C/svg%3E");
}
.sales-dropdown-body .btn-request-call,
.sales-dropdown-body .btn-orange-get {
    width: 100%;
    border-radius: 100px;
    padding: 16px 25px;
    margin-top: 10px;
}
.dropdown-sales-sort .link-sort {
    padding: 15px 0;
}
.dropdown-sales-sort .link-sort:hover {
    color: rgba(33, 33, 33, 1);
    text-decoration: none;
}
.dropdown-sales-sort .sales-dropdown-body {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

/********* sales-dropdown-body *********/
.row-block-checkbox {
    min-height: 24px;
    line-height: 24px;
}

/*** .container-checkbox ***/
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.container-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checkmark-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.5455 1.09091H5.45455C3.04458 1.09091 1.09091 3.04458 1.09091 5.45455V18.5455C1.09091 20.9554 3.04458 22.9091 5.45455 22.9091H18.5455C20.9554 22.9091 22.9091 20.9554 22.9091 18.5455V5.45455C22.9091 3.04458 20.9554 1.09091 18.5455 1.09091ZM5.45455 0C2.44208 0 0 2.44208 0 5.45455V18.5455C0 21.5579 2.44208 24 5.45455 24H18.5455C21.5579 24 24 21.5579 24 18.5455V5.45455C24 2.44208 21.5579 0 18.5455 0H5.45455Z' fill='%230071B6'/%3E%3C/svg%3E%0A");
}

.container-checkbox input:checked ~ .checkmark-checkbox {
    height: 24px;
    width: 24px;
    vertical-align: middle;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5.45455C0 2.44208 2.44208 0 5.45455 0H18.5455C21.5579 0 24 2.44208 24 5.45455V18.5455C24 21.5579 21.5579 24 18.5455 24H5.45455C2.44208 24 0 21.5579 0 18.5455V5.45455Z' fill='%230071B6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.0069 5.62273C19.4564 6.02391 19.4956 6.71353 19.0944 7.16303L11.0838 16.1384C10.8863 16.3596 10.6073 16.491 10.311 16.5021C10.0146 16.5133 9.72649 16.4033 9.51295 16.1976L5.78709 12.6074C5.35323 12.1894 5.34042 11.4987 5.75847 11.0649C6.17652 10.631 6.86713 10.6182 7.30098 11.0363L10.2107 13.84L17.4666 5.71022C17.8678 5.26072 18.5574 5.22155 19.0069 5.62273Z' fill='white'/%3E%3C/svg%3E%0A");
}
.container-checkbox .checkbox-name {
    font-family: Evolventa;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    vertical-align: middle;
    color: rgba(33, 33, 33, 1);
}
.container-checkbox .checkbox-name .color-text-gray {
   color: rgba(102, 102, 102, 1);
    display: inline-block;
    margin-left: 10px;
}

.container-checkbox.container-checkbox-gray .checkmark-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.5455 1.09091H5.45455C3.04458 1.09091 1.09091 3.04458 1.09091 5.45455V18.5455C1.09091 20.9554 3.04458 22.9091 5.45455 22.9091H18.5455C20.9554 22.9091 22.9091 20.9554 22.9091 18.5455V5.45455C22.9091 3.04458 20.9554 1.09091 18.5455 1.09091ZM5.45455 0C2.44208 0 0 2.44208 0 5.45455V18.5455C0 21.5579 2.44208 24 5.45455 24H18.5455C21.5579 24 24 21.5579 24 18.5455V5.45455C24 2.44208 21.5579 0 18.5455 0H5.45455Z' fill='%23C6C6C6'/%3E%3C/svg%3E");
}
.container-checkbox.container-checkbox-gray .checkbox-name,
.container-checkbox.container-checkbox-gray .checkbox-name .color-text-gray {
    color: rgba(198, 198, 198, 1);
}


/*** //.container-checkbox ***/


/****************************** //wrapper-sales-sort-filters ************************/


/**** wrapper-sales-view-unit ****/
.wrapper-sales-view-unit {
    background: rgba(255, 255, 255, 1);
    border-radius: 60px;
    padding: 20px 40px;
}
.sales-unit-detailed-view {
    display: none;
}
.sales-unit-detailed-view.unit-block-visible {
    display: block;
}
.sales-unit-detailed-view .form-sales-trailer-equipment .sales-tr-head {
    padding: 10px 10px 10px 10px;
}
.icon-unit-share {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2034_67480' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='40' height='40'%3E%3Crect width='40' height='40' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2034_67480)'%3E%3Cpath d='M28.3359 36.6668C26.947 36.6668 25.7665 36.1807 24.7943 35.2085C23.822 34.2363 23.3359 33.0557 23.3359 31.6668C23.3359 31.5002 23.3776 31.1113 23.4609 30.5002L11.7526 23.6668C11.3082 24.0835 10.7943 24.4099 10.2109 24.646C9.6276 24.8821 9.0026 25.0002 8.33594 25.0002C6.94705 25.0002 5.76649 24.5141 4.79427 23.5418C3.82205 22.5696 3.33594 21.3891 3.33594 20.0002C3.33594 18.6113 3.82205 17.4307 4.79427 16.4585C5.76649 15.4863 6.94705 15.0002 8.33594 15.0002C9.0026 15.0002 9.6276 15.1182 10.2109 15.3543C10.7943 15.5904 11.3082 15.9168 11.7526 16.3335L23.4609 9.50016C23.4054 9.30572 23.3707 9.11822 23.3568 8.93766C23.3429 8.75711 23.3359 8.55572 23.3359 8.3335C23.3359 6.94461 23.822 5.76405 24.7943 4.79183C25.7665 3.81961 26.947 3.3335 28.3359 3.3335C29.7248 3.3335 30.9054 3.81961 31.8776 4.79183C32.8498 5.76405 33.3359 6.94461 33.3359 8.3335C33.3359 9.72238 32.8498 10.9029 31.8776 11.8752C30.9054 12.8474 29.7248 13.3335 28.3359 13.3335C27.6693 13.3335 27.0443 13.2154 26.4609 12.9793C25.8776 12.7432 25.3637 12.4168 24.9193 12.0002L13.2109 18.8335C13.2665 19.0279 13.3012 19.2154 13.3151 19.396C13.329 19.5766 13.3359 19.7779 13.3359 20.0002C13.3359 20.2224 13.329 20.4238 13.3151 20.6043C13.3012 20.7849 13.2665 20.9724 13.2109 21.1668L24.9193 28.0002C25.3637 27.5835 25.8776 27.2571 26.4609 27.021C27.0443 26.7849 27.6693 26.6668 28.3359 26.6668C29.7248 26.6668 30.9054 27.1529 31.8776 28.1252C32.8498 29.0974 33.3359 30.2779 33.3359 31.6668C33.3359 33.0557 32.8498 34.2363 31.8776 35.2085C30.9054 36.1807 29.7248 36.6668 28.3359 36.6668Z' fill='%230071B6'/%3E%3C/g%3E%3C/svg%3E");
}
.wrapper-sales-trailer-equipment .sales-unit-detailed-view .slides img {
    width: 100%;
    flex-shrink: 0;
    max-height: 900px;
}
.wrapper-sales-trailer-equipment .sales-unit-detailed-view .carousel {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 10px auto;
    overflow: hidden;
}
.wrapper-sales-trailer-equipment .sales-unit-detailed-view .form-sales-trailer-equipment .sales-tr-price {
    margin-top: 5px;
    margin-bottom: 3px;
    border-bottom: none;
    margin-right: 20px;
}
.wrapper-sales-trailer-equipment .sales-unit-detailed-view .address-maps {
    color: rgba(33, 33, 33, 1);
}
/**** //wrapper-sales-view-unit ****/





/**************************************** //wrapper-sales-trailer-equipment *******************************************/
#map {
    width: 100% !important;
    height: 600px !important;
    background: #f0f0f0; /* временный фон для видимости */
    border: 2px solid red; /* временная граница */
}
.leaflet-map {
    height: 250px !important;
    width: 100% !important;
}

.information-map .leaflet-map {
    display: block !important;
    visibility: visible !important;
}

.leaflet-map.WPLeafletMap {
    height: 250px !important;
    width: 100% !important;
    display: block !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 1 !important;
}

.leaflet-container {
    height: 100% !important;
    width: 100% !important;
}
.information-map {
    z-index: 999 !important;
    position: relative !important;
}

/*************************************************  modal ***********************************************/
.modal .modal-dialog .modal-content {
    border-radius: 28px;
    margin-top: 6%;
}
.modal .modal-dialog .modal-body {
    padding: 0;
}
.modal-dialog .modal-body .media-decktop-block-background {
    background: rgba(245, 241, 232, 1);
    position: relative;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
}
.modal-dialog .modal-body .padding-block-24 {
    padding: 24px;
}

.modal-dialog .modal-body .media-decktop-block-left {
    padding-top: 110px;
}

.modal-dialog .modal-body .media-decktop-block-right {
    display: none;
}

.modal .modal-dialog .modal-header {
    padding: 17px 15px 9px 15px;
    border-bottom: none;
    text-align: left;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
}
.modal .modal-dialog .modal-header .modal-title {
    font-family: Evolventa;
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
    color: #005694;
    text-align: center;
    width: 100%;
    max-width: 48%;
}
.modal .modal-dialog .modal-header .close {
    padding: 5px;
    margin: 0;
    position: absolute;
    right: 13px;
    top: 13px;
}
/****/
.modal-body .modal-block-working-hours {
    font-family: Evolventa;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(33, 33, 33, 1);
    margin-bottom: 8px;
    font-style: Oblique;
}
.modal-body p {
    margin-bottom: 0;
}
.modal-body .modal-text-center {
    text-align: center;
}
.modal-body .name-tel-modal-working {
    font-family: Evolventa;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #005694;
}
.modal-body .icon-tel-modal-working {
    width: 25px;
    height: 24px;
    margin-right: 8px;
    margin-left: 8px;
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.9495 10.2961C6.90463 14.5569 10.3835 17.9444 14.7088 19.7809L15.4021 20.09C16.9883 20.7971 18.853 20.2599 19.8205 18.8169L20.7266 17.4657C21.0211 17.0264 20.9314 16.4346 20.5199 16.1025L17.4472 13.6221C16.9959 13.2578 16.3322 13.3427 15.987 13.8088L15.0364 15.0922C12.5973 13.8884 10.617 11.9069 9.41383 9.46635L10.6965 8.51524C11.1624 8.16977 11.2472 7.50572 10.8831 7.05414L8.40411 3.97951C8.07219 3.56784 7.48097 3.47804 7.04191 3.77262L5.68213 4.68491C4.23105 5.65847 3.69709 7.53966 4.42014 9.13105L4.9487 10.2944L4.9495 10.2961Z' fill='%230071B6'/%3E%3Cpath d='M4.9495 10.2961C6.90463 14.5569 10.3835 17.9444 14.7088 19.7809L15.4021 20.09C16.9883 20.7971 18.853 20.2599 19.8205 18.8169L20.7266 17.4657C21.0211 17.0264 20.9314 16.4346 20.5199 16.1025L17.4472 13.6221C16.9959 13.2578 16.3322 13.3427 15.987 13.8088L15.0364 15.0922C12.5973 13.8884 10.617 11.9069 9.41383 9.46635L10.6965 8.51524C11.1624 8.16977 11.2472 7.50572 10.8831 7.05414L8.40411 3.97951C8.07219 3.56784 7.48097 3.47804 7.04191 3.77262L5.68213 4.68491C4.23105 5.65847 3.69709 7.53966 4.42014 9.13105L4.9487 10.2944L4.9495 10.2961Z' fill='black' fill-opacity='0.2'/%3E%3C/svg%3E");
}
.modal-body .icon-mail-modal-working {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    margin-left: 8px;
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0312 13.1719L20.792 7.30859C20.9245 7.64724 21 8.01478 21 8.40039V16.2002C21 17.857 19.6569 19.2002 18 19.2002H6C4.34315 19.2002 3 17.857 3 16.2002V8.40039C3 8.00246 3.07806 7.62287 3.21875 7.27539L12.0312 13.1719ZM18 5.40039C18.8389 5.40039 19.5962 5.74579 20.1406 6.30078L12.0312 11.7285L3.88281 6.27539C4.42539 5.73479 5.17356 5.40039 6 5.40039H18Z' fill='%230071B6'/%3E%3Cpath d='M12.0312 13.1719L20.792 7.30859C20.9245 7.64724 21 8.01478 21 8.40039V16.2002C21 17.857 19.6569 19.2002 18 19.2002H6C4.34315 19.2002 3 17.857 3 16.2002V8.40039C3 8.00246 3.07806 7.62287 3.21875 7.27539L12.0312 13.1719ZM18 5.40039C18.8389 5.40039 19.5962 5.74579 20.1406 6.30078L12.0312 11.7285L3.88281 6.27539C4.42539 5.73479 5.17356 5.40039 6 5.40039H18Z' fill='black' fill-opacity='0.2'/%3E%3C/svg%3E");
}
.modal-body .media-decktop-block-background .icon-modal-working-logo {
    width: 224px;
    height: 64px;
    position: absolute;
    bottom: 24px;
    left: 24px;
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='224' height='64' viewBox='0 0 224 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.53928 51.5845C1.58135 51.3025 1.82292 51.0938 2.10732 51.0938L160.743 51.0938C161.094 51.0938 161.363 51.4068 161.311 51.755L160.194 59.243C160.152 59.525 159.91 59.7337 159.626 59.7337H0.990492C0.639443 59.7337 0.370522 59.4207 0.422452 59.0725L1.53928 51.5845Z' fill='url(%23paint0_linear_2195_36120)'/%3E%3Cpath d='M159.883 2.13281C160.679 2.28034 161.476 2.39383 162.257 2.58027C165.922 3.45572 168.839 5.4028 170.135 9.12834C171.585 13.3062 171.429 17.4727 169.01 21.2874C167.126 24.2623 164.241 25.7733 160.883 26.4186C159.573 26.6646 158.243 26.784 156.911 26.7752C153.803 26.7752 150.695 26.7752 147.588 26.7752H146.966C146.793 27.8744 146.622 28.9395 146.455 30.0047C145.846 33.9053 145.237 37.8065 144.629 41.7082C144.539 42.2805 144.31 42.4831 143.733 42.4848C141.353 42.4848 138.973 42.4848 136.595 42.4848C135.996 42.4848 135.752 42.201 135.846 41.5963C136.411 37.9627 136.981 34.3295 137.555 30.6969C138.109 27.1713 138.661 23.6447 139.211 20.1169C139.251 19.8672 139.297 19.6208 139.34 19.3825C139.581 19.2739 139.818 19.3209 140.041 19.3193C145.405 19.3106 150.769 19.3047 156.135 19.3014C156.954 19.3133 157.768 19.1783 158.541 18.9026C161.109 17.9429 161.9 15.9617 161.545 13.4375C161.243 11.3121 159.819 10.1951 157.516 10.1659C155.048 10.14 152.577 10.1659 150.11 10.1659H140.741C140.959 8.76519 141.166 7.40985 141.378 6.06911C141.537 5.07207 141.719 4.07827 141.856 3.07798C141.868 2.88765 141.924 2.70284 142.019 2.5386C142.114 2.37435 142.246 2.23532 142.404 2.13281L159.883 2.13281Z' fill='%230071B6'/%3E%3Cpath d='M128.763 2.13281C129.165 2.39383 129.206 2.7586 129.134 3.21254C128.58 6.68355 128.036 10.1578 127.503 13.6321C127.484 13.7537 127.487 13.8817 127.479 14.0049C127.673 14.1152 127.872 14.0649 128.064 14.0649C130.46 14.0649 132.857 14.0649 135.255 14.0649C136.093 14.0649 136.23 14.2108 136.106 15.062C135.844 16.8453 135.572 18.6286 135.29 20.412C135.162 21.2226 135.012 21.3263 134.197 21.3263C131.728 21.3263 129.26 21.3263 126.792 21.3263H126.169C126.01 22.3444 125.841 23.335 125.691 24.3288C125.372 26.3051 125.065 28.2813 124.773 30.2608C124.603 31.2229 124.612 32.2092 124.802 33.1677C125.159 34.7516 126.207 35.7 127.801 35.854C128.862 35.9717 129.937 35.8786 130.964 35.58C131.746 35.3433 132.026 35.6189 131.897 36.4376C131.624 38.1464 131.359 39.8557 131.101 41.5655C131.04 41.966 130.892 42.3129 130.487 42.4394C127.241 43.451 123.964 43.7639 120.726 42.5058C118.07 41.4731 116.712 39.3056 116.202 36.5349C115.769 34.1858 116.07 31.861 116.443 29.5378C116.86 26.9438 117.263 24.3369 117.67 21.7365C117.683 21.6002 117.69 21.4633 117.69 21.3263H115.689C114.127 21.3263 112.564 21.3263 111.003 21.3263C110.378 21.3263 110.144 21.0815 110.233 20.4541C110.504 18.5443 110.796 16.6378 111.092 14.7312C111.175 14.1979 111.556 14.0649 112.034 14.0665C114.076 14.0665 116.118 14.0665 118.16 14.0665H118.782C118.954 12.9949 119.113 11.9444 119.273 10.8971C119.674 8.2772 120.074 5.65733 120.472 3.03745C120.494 2.85985 120.551 2.68845 120.638 2.53317C120.726 2.37789 120.843 2.24181 120.982 2.13281L128.763 2.13281Z' fill='%230071B6'/%3E%3Cpath d='M47.4462 2.13281C47.7745 2.38734 47.8637 2.71158 47.7984 3.12824C47.1217 7.43633 46.4519 11.7471 45.7891 16.0606C45.0975 20.5319 44.407 25.0032 43.7176 29.4745C43.1652 33.0412 42.6102 36.603 42.0525 40.1599C41.9744 40.6593 41.8932 41.1554 41.8214 41.6563C41.7513 42.1946 41.455 42.4523 40.9291 42.4523C38.6218 42.4523 36.3082 42.4523 34.0041 42.4523C33.4018 42.4523 33.1755 42.167 33.2711 41.4796C33.4846 39.9622 33.73 38.4496 33.9643 36.9402C34.5878 32.9142 35.2114 28.8882 35.8349 24.8622C36.4978 20.6049 37.1623 16.3481 37.8283 12.0919C38.2968 9.08132 38.7684 6.07236 39.221 3.06015C39.2341 2.8722 39.291 2.69013 39.3869 2.52891C39.4827 2.36769 39.6148 2.23194 39.7723 2.13281L47.4462 2.13281Z' fill='%230071B6'/%3E%3Cpath d='M35.1912 2.13281C35.5099 2.42949 35.5465 2.79751 35.4812 3.21254C35.1625 5.20663 34.8518 7.20234 34.5411 9.19643C34.4056 10.0638 34.2224 10.2356 33.3619 10.2356C25.0857 10.2378 16.8084 10.2389 8.53 10.2389C8.3595 10.2389 8.17626 10.2924 7.9707 10.1416C8.13005 9.04566 8.28939 7.9254 8.47263 6.80676C8.66384 5.57789 8.88214 4.35225 9.05423 3.12013C9.11319 2.69862 9.2566 2.36789 9.60874 2.13768L35.1912 2.13281Z' fill='%230071B6'/%3E%3Cpath d='M222.762 27.3076C222.829 31.2325 221.69 34.7408 219.141 37.7125C216.723 40.5318 213.659 42.2519 210.058 42.9377C206.282 43.6591 202.547 43.5554 199.011 41.8871C194.63 39.8201 192.137 36.2729 191.541 31.3947C191.163 28.3144 191.458 25.2876 192.769 22.4537C194.86 17.937 198.346 15.0431 203.064 13.7672C206.849 12.741 210.679 12.728 214.365 14.1887C219.145 16.0823 221.897 19.7009 222.665 24.8758C222.714 25.1605 222.747 25.448 222.762 25.7366C222.774 26.2603 222.762 26.7839 222.762 27.3076ZM200.268 27.8701C200.268 30.7883 200.87 32.4095 201.924 33.5882C204.154 36.1027 208.678 35.8578 210.93 34.0842C213.229 32.2734 214.013 29.814 213.863 26.9671C213.771 25.2097 213.16 23.6809 211.855 22.4585C209.66 20.4045 205.673 20.6314 203.587 22.0565C201.246 23.6566 200.298 25.9652 200.268 27.8701Z' fill='%230071B6'/%3E%3Cpath d='M56.2374 30.4534C56.411 32.6209 57.4229 34.1595 59.2218 35.0868C61.8096 36.4211 64.4801 36.2087 67.1189 35.2327C68.1813 34.8173 69.1551 34.1975 69.987 33.4072C70.567 32.8803 70.8299 32.9047 71.2793 33.5353C72.246 34.896 73.2095 36.2584 74.1698 37.6224C74.6319 38.279 74.6175 38.4849 74.0311 39.0572C72.2576 40.787 70.1177 41.8408 67.7722 42.4779C64.2061 43.4506 60.6097 43.6484 57.0643 42.4779C51.9749 40.7951 48.9681 37.1895 48.1013 31.8266C47.542 28.3799 47.7826 24.9688 49.2534 21.7572C51.2483 17.4156 54.577 14.6401 59.1565 13.5506C62.6859 12.7125 66.2249 12.787 69.595 14.2915C74.4454 16.4575 77.0937 20.8428 76.7033 26.4506C76.6305 27.4588 76.491 28.4608 76.2858 29.4499C76.1106 30.3107 75.9241 30.4582 75.0637 30.4582H56.2374V30.4534ZM68.4047 24.7451C68.3946 23.6604 67.9767 22.6209 67.2368 21.8399C64.8657 19.3043 59.7477 19.815 57.9073 22.7705C57.5191 23.3578 57.2899 24.0389 57.2428 24.7451H68.4047Z' fill='%230071B6'/%3E%3Cpath d='M87.4647 30.5426C87.624 32.6064 88.6311 34.1515 90.4317 35.082C93.0751 36.4438 95.7888 36.2169 98.4785 35.1793C99.5174 34.7821 100.411 34.1271 101.245 33.3846C101.804 32.8853 102.057 32.9193 102.492 33.5321C103.459 34.8929 104.424 36.2542 105.388 37.616C105.837 38.2531 105.826 38.4768 105.286 39.0167C103.393 40.9054 101.068 41.9722 98.5326 42.6012C94.9665 43.4848 91.3877 43.6226 87.8822 42.3369C83.0286 40.5536 80.1668 36.9724 79.3223 31.7991C78.7741 28.4448 78.9781 25.1213 80.3708 21.9794C82.4422 17.3071 86.0051 14.4521 90.9224 13.434C94.2511 12.7434 97.5782 12.8617 100.749 14.2349C104.87 16.0182 108.181 19.8605 107.905 25.7455C107.852 27.0071 107.699 28.2622 107.446 29.4986C107.287 30.2995 107.099 30.4518 106.291 30.4518C100.236 30.4518 94.181 30.4518 88.126 30.4518C87.922 30.4551 87.7053 30.3967 87.4647 30.5426ZM99.6735 24.7452C99.6178 23.3574 99.0887 22.242 98.0403 21.4022C95.8095 19.6189 91.8689 19.8864 89.8437 21.934C89.0806 22.6787 88.6023 23.675 88.4941 24.7452H99.6735Z' fill='%230071B6'/%3E%3Cpath d='M6.88249 17.1855H32.1749C33.1055 17.1855 33.2903 17.3817 33.1533 18.3026C32.8707 20.1734 32.5775 22.0427 32.2737 23.9103C32.1271 24.815 31.9869 24.922 31.0914 24.922C25.763 24.922 20.4346 24.9301 15.1078 24.9106C14.601 24.9106 14.4337 25.029 14.3557 25.5591C13.7964 29.3576 13.1925 33.1512 12.6029 36.9449C12.3596 38.4991 12.1174 40.0506 11.8763 41.5994C11.7695 42.277 11.6405 42.3921 10.9744 42.3921C8.94916 42.3921 6.92551 42.3921 4.90027 42.3921H4.20394C3.15547 42.3921 2.98975 42.1668 3.15865 41.0854C3.96811 35.8976 4.77279 30.7129 5.57269 25.5315C6.00132 22.7722 6.43792 20.0146 6.88249 17.1855Z' fill='%230071B6'/%3E%3Cpath d='M181.613 17.2195C182.166 16.4543 182.664 15.8042 183.302 15.2741C184.768 14.0663 186.489 13.5556 188.323 13.4259C189.37 13.3463 190.423 13.4095 191.454 13.614C192.171 13.7599 192.311 13.9479 192.198 14.6775C191.879 16.7462 191.573 18.8148 191.242 20.8802C191.13 21.5936 190.923 21.6908 190.222 21.5968C187.693 21.232 185.265 21.5174 183.02 22.8419C181.937 23.4783 181.038 24.3922 180.411 25.4926C179.995 26.2124 180.045 27.0603 179.919 27.8547C179.192 32.4492 178.485 37.047 177.777 41.6447C177.685 42.2381 177.444 42.4553 176.842 42.4553C174.569 42.4618 172.295 42.4618 170.022 42.4553C169.356 42.4553 169.111 42.1586 169.211 41.5085C170.263 34.627 171.315 27.7455 172.368 20.864C172.669 18.9024 172.98 16.9439 173.287 14.9839C173.4 14.2673 173.626 14.0728 174.355 14.0728C176.575 14.0728 178.795 14.0728 181.015 14.0728C181.829 14.0728 182.03 14.303 181.933 15.1266C181.893 15.467 181.831 15.8042 181.774 16.1431C181.716 16.4819 181.683 16.7737 181.613 17.2195Z' fill='%230071B6'/%3E%3Cpath d='M166.379 59.7333L168.489 48.3418H170.598L168.856 57.7155H172.332L171.965 59.7333H166.379Z' fill='%230071B6'/%3E%3Cpath d='M182.04 56.3753H175.441C175.471 56.8923 175.668 57.3014 176.034 57.6025C176.399 57.9037 176.885 58.0543 177.49 58.0543C177.916 58.0543 178.281 57.9915 178.586 57.8661C178.892 57.7356 179.202 57.5147 179.517 57.2035H181.747C181.547 57.6 181.249 57.9966 180.854 58.3931C179.782 59.4221 178.564 59.9366 177.197 59.9366C176.051 59.9366 175.118 59.5977 174.397 58.9201C173.681 58.2375 173.323 57.3666 173.323 56.3075C173.323 56.0767 173.348 55.8056 173.399 55.4944C173.549 54.6712 173.884 53.9158 174.405 53.2282C174.93 52.5355 175.573 51.9909 176.334 51.5944C177.1 51.1928 177.893 50.992 178.714 50.992C179.815 50.992 180.698 51.3258 181.364 51.9934C182.03 52.661 182.363 53.5343 182.363 54.6135C182.363 54.8946 182.33 55.2183 182.265 55.5848C182.205 55.8909 182.13 56.1545 182.04 56.3753ZM175.718 54.5683H180.441C180.411 54.0212 180.218 53.6021 179.863 53.311C179.512 53.0199 179.022 52.8743 178.391 52.8743C177.78 52.8743 177.247 53.0199 176.792 53.311C176.337 53.5971 175.979 54.0162 175.718 54.5683Z' fill='%230071B6'/%3E%3Cpath d='M192.933 51.1878L191.349 59.7333H189.48L189.675 58.6265C189.185 59.0983 188.702 59.4346 188.226 59.6354C187.756 59.8362 187.22 59.9366 186.619 59.9366C185.543 59.9366 184.68 59.6153 184.029 58.9728C183.379 58.3253 183.053 57.4796 183.053 56.4355C183.053 56.1344 183.083 55.8207 183.143 55.4944C183.299 54.6361 183.624 53.8656 184.119 53.183C184.615 52.4953 185.228 51.9583 185.959 51.5718C186.695 51.1853 187.478 50.992 188.309 50.992C188.924 50.992 189.432 51.0974 189.833 51.3082C190.238 51.5191 190.576 51.8604 190.846 52.3322L191.064 51.1878H192.933ZM188.136 52.8743C187.425 52.8743 186.792 53.1253 186.237 53.6272C185.681 54.1291 185.331 54.7666 185.185 55.5396C185.155 55.7253 185.14 55.906 185.14 56.0817C185.14 56.679 185.328 57.1583 185.704 57.5197C186.084 57.8761 186.599 58.0543 187.25 58.0543C187.991 58.0543 188.631 57.8184 189.172 57.3466C189.718 56.8747 190.06 56.2573 190.201 55.4944C190.241 55.2234 190.261 55.0326 190.261 54.9222C190.261 54.3048 190.068 53.8104 189.683 53.439C189.297 53.0625 188.782 52.8743 188.136 52.8743Z' fill='%230071B6'/%3E%3Cpath d='M192.918 57.0228H194.983C195.013 57.3842 195.101 57.6477 195.246 57.8134C195.396 57.974 195.621 58.0543 195.921 58.0543C196.192 58.0543 196.427 57.9765 196.627 57.8209C196.827 57.6603 196.95 57.4595 196.995 57.2186C197.005 57.1884 197.01 57.1433 197.01 57.083C197.01 56.8521 196.917 56.6765 196.732 56.556C196.602 56.4606 196.274 56.3176 195.749 56.1268C195.058 55.8759 194.56 55.5973 194.255 55.2911C193.949 54.9799 193.797 54.5909 193.797 54.1241C193.797 54.0237 193.817 53.8481 193.857 53.5971C193.997 52.8643 194.385 52.2469 195.02 51.7449C195.656 51.243 196.372 50.992 197.168 50.992C197.608 50.992 198.008 51.0799 198.369 51.2555C198.734 51.4312 199.02 51.6772 199.225 51.9934C199.43 52.2996 199.533 52.6484 199.533 53.0399C199.533 53.1905 199.518 53.3612 199.487 53.5519H197.49C197.475 53.1002 197.248 52.8743 196.807 52.8743C196.587 52.8743 196.392 52.9446 196.222 53.0851C196.051 53.2206 195.946 53.3913 195.906 53.5971C195.906 53.6071 195.904 53.6247 195.899 53.6498C195.894 53.6749 195.891 53.6925 195.891 53.7025C195.891 53.9083 195.994 54.0639 196.199 54.1693C196.334 54.2295 196.662 54.3475 197.183 54.5232C197.873 54.744 198.371 55.0075 198.677 55.3137C198.982 55.6149 199.135 55.9989 199.135 56.4657C199.135 56.6363 199.12 56.822 199.09 57.0228C198.934 57.841 198.509 58.5311 197.813 59.0933C197.123 59.6555 196.352 59.9366 195.501 59.9366C194.975 59.9366 194.5 59.8261 194.074 59.6053C193.649 59.3794 193.336 59.0782 193.136 58.7018C192.971 58.3755 192.888 57.9991 192.888 57.5724C192.888 57.4771 192.898 57.2939 192.918 57.0228Z' fill='%230071B6'/%3E%3Cpath d='M199.758 59.7333L201.342 51.1878H203.384L201.8 59.7333H199.758ZM201.507 50.2692L201.86 48.3418H203.909L203.549 50.2692H201.507Z' fill='%230071B6'/%3E%3Cpath d='M203.467 59.7333L205.051 51.1878H206.935L206.785 52.0084C207.23 51.637 207.648 51.376 208.039 51.2254C208.434 51.0698 208.877 50.992 209.368 50.992C210.609 50.992 211.435 51.4287 211.845 52.3021C211.995 52.6434 212.07 53.0274 212.07 53.454C212.07 53.8907 212.005 54.4579 211.875 55.1556L211.027 59.7333H208.985L209.75 55.5546C209.855 54.9824 209.908 54.5357 209.908 54.2145C209.908 53.8531 209.845 53.5745 209.72 53.3787C209.505 53.0424 209.137 52.8743 208.617 52.8743C207.901 52.8743 207.34 53.1504 206.935 53.7025C206.775 53.8982 206.645 54.1417 206.545 54.4328C206.445 54.7239 206.344 55.1481 206.244 55.7052L205.509 59.7333H203.467Z' fill='%230071B6'/%3E%3Cpath d='M220.817 51.1878H222.769L221.477 58.1145C221.322 58.9678 221.119 59.673 220.869 60.2302C220.624 60.7873 220.299 61.2642 219.893 61.6607C218.892 62.6495 217.641 63.1439 216.139 63.1439C215.093 63.1439 214.232 62.9055 213.557 62.4287C212.881 61.9518 212.451 61.2843 212.265 60.4259H214.593C214.828 60.7572 215.096 60.9906 215.396 61.1261C215.696 61.2667 216.084 61.337 216.56 61.337C218.076 61.337 219.04 60.4259 219.45 58.6039C218.965 59.0757 218.484 59.417 218.009 59.6279C217.538 59.8337 217.003 59.9366 216.402 59.9366C215.356 59.9366 214.52 59.6128 213.895 58.9653C213.274 58.3178 212.964 57.4645 212.964 56.4054C212.964 56.0942 212.994 55.7604 213.054 55.4041C213.284 54.1392 213.875 53.0876 214.826 52.2494C215.776 51.4111 216.855 50.992 218.061 50.992C219.273 50.992 220.123 51.4187 220.614 52.272L220.817 51.1878ZM217.911 52.8743C217.21 52.8743 216.602 53.1152 216.087 53.5971C215.571 54.0739 215.241 54.7064 215.096 55.4944C215.056 55.6902 215.036 55.901 215.036 56.1268C215.036 56.7242 215.208 57.196 215.554 57.5423C215.904 57.8836 216.392 58.0543 217.018 58.0543C217.759 58.0543 218.392 57.8209 218.917 57.3541C219.443 56.8823 219.778 56.2523 219.923 55.4643C219.963 55.1932 219.983 54.9975 219.983 54.877C219.983 54.2647 219.798 53.7778 219.428 53.4164C219.057 53.055 218.552 52.8743 217.911 52.8743Z' fill='%230071B6'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2195_36120' x1='0.418346' y1='55.4091' x2='161.308' y2='55.4091' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DE7427'/%3E%3Cstop offset='1' stop-color='%23FEBD3C'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.modal-body .text-contact-offer {
    font-family: Evolventa;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: rgba(33, 33, 33, 1);
    margin-top: 16px;
    margin-bottom: 16px;
}
.modal-body .styles-contact-modal {
    font-family: Evolventa;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: rgba(60, 60, 60, 1);
    margin-bottom: 8px;
}
.modal-body .modal-block-flex-center-center,
.modal-body .modal-block-flex-center-center > p {
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-body .modal-block-flex-center-start,
.modal-body .modal-block-flex-center-start > p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.media-decktop-block-left .icon-mail-modal-working,
.media-decktop-block-left .icon-tel-modal-working {
    margin-left: 0;
}

.modal-body form input[type="submit"] {
    margin-top: 16px;
}
.modal-body form input[type="email"],
.modal-body form input[type="tel"],
.modal-body form input[type="submit"],
.modal-body form input[type="text"],
.modal-body form textarea {
    border-radius: 23px!important;
    margin-bottom: 8px;
    width: 100%;
}
.modal-body form .container-check-radio-blue {
    margin-top: 10px;
}
.modal-body form input:read-write,
.modal-body form textarea {
    border: 1px solid rgba(203, 217, 225, 1)!important;
    border-color: #CBD9E1FF!important;
}
.modal-body .icon-modal-choose-file {
    width: 32px;
    height: 32px;
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1796_78769' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3E%3Crect width='32' height='32' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1796_78769)'%3E%3Cpath d='M8.00065 26.6671C7.26732 26.6671 6.63954 26.4059 6.11732 25.8837C5.5951 25.3615 5.33398 24.7337 5.33398 24.0004V21.3337C5.33398 20.9559 5.46176 20.6393 5.71732 20.3837C5.97287 20.1282 6.28954 20.0004 6.66732 20.0004C7.0451 20.0004 7.36176 20.1282 7.61732 20.3837C7.87287 20.6393 8.00065 20.9559 8.00065 21.3337V24.0004H24.0007V21.3337C24.0007 20.9559 24.1284 20.6393 24.384 20.3837C24.6395 20.1282 24.9562 20.0004 25.334 20.0004C25.7118 20.0004 26.0284 20.1282 26.284 20.3837C26.5395 20.6393 26.6673 20.9559 26.6673 21.3337V24.0004C26.6673 24.7337 26.4062 25.3615 25.884 25.8837C25.3618 26.4059 24.734 26.6671 24.0007 26.6671H8.00065ZM14.6673 10.4671L12.1673 12.9671C11.9007 13.2337 11.584 13.3615 11.2173 13.3504C10.8507 13.3393 10.534 13.2004 10.2673 12.9337C10.0229 12.6671 9.8951 12.3559 9.88398 12.0004C9.87287 11.6448 10.0007 11.3337 10.2673 11.0671L15.0673 6.26706C15.2007 6.13372 15.3451 6.03928 15.5007 5.98372C15.6562 5.92817 15.8229 5.90039 16.0007 5.90039C16.1784 5.90039 16.3451 5.92817 16.5007 5.98372C16.6562 6.03928 16.8006 6.13372 16.934 6.26706L21.734 11.0671C22.0007 11.3337 22.1284 11.6448 22.1173 12.0004C22.1062 12.3559 21.9784 12.6671 21.734 12.9337C21.4673 13.2004 21.1507 13.3393 20.784 13.3504C20.4173 13.3615 20.1006 13.2337 19.834 12.9671L17.334 10.4671V20.0004C17.334 20.3782 17.2062 20.6948 16.9507 20.9504C16.6951 21.2059 16.3784 21.3337 16.0007 21.3337C15.6229 21.3337 15.3062 21.2059 15.0507 20.9504C14.7951 20.6948 14.6673 20.3782 14.6673 20.0004V10.4671Z' fill='%230071B6'/%3E%3Cpath d='M8.00065 26.6671C7.26732 26.6671 6.63954 26.4059 6.11732 25.8837C5.5951 25.3615 5.33398 24.7337 5.33398 24.0004V21.3337C5.33398 20.9559 5.46176 20.6393 5.71732 20.3837C5.97287 20.1282 6.28954 20.0004 6.66732 20.0004C7.0451 20.0004 7.36176 20.1282 7.61732 20.3837C7.87287 20.6393 8.00065 20.9559 8.00065 21.3337V24.0004H24.0007V21.3337C24.0007 20.9559 24.1284 20.6393 24.384 20.3837C24.6395 20.1282 24.9562 20.0004 25.334 20.0004C25.7118 20.0004 26.0284 20.1282 26.284 20.3837C26.5395 20.6393 26.6673 20.9559 26.6673 21.3337V24.0004C26.6673 24.7337 26.4062 25.3615 25.884 25.8837C25.3618 26.4059 24.734 26.6671 24.0007 26.6671H8.00065ZM14.6673 10.4671L12.1673 12.9671C11.9007 13.2337 11.584 13.3615 11.2173 13.3504C10.8507 13.3393 10.534 13.2004 10.2673 12.9337C10.0229 12.6671 9.8951 12.3559 9.88398 12.0004C9.87287 11.6448 10.0007 11.3337 10.2673 11.0671L15.0673 6.26706C15.2007 6.13372 15.3451 6.03928 15.5007 5.98372C15.6562 5.92817 15.8229 5.90039 16.0007 5.90039C16.1784 5.90039 16.3451 5.92817 16.5007 5.98372C16.6562 6.03928 16.8006 6.13372 16.934 6.26706L21.734 11.0671C22.0007 11.3337 22.1284 11.6448 22.1173 12.0004C22.1062 12.3559 21.9784 12.6671 21.734 12.9337C21.4673 13.2004 21.1507 13.3393 20.784 13.3504C20.4173 13.3615 20.1006 13.2337 19.834 12.9671L17.334 10.4671V20.0004C17.334 20.3782 17.2062 20.6948 16.9507 20.9504C16.6951 21.2059 16.3784 21.3337 16.0007 21.3337C15.6229 21.3337 15.3062 21.2059 15.0507 20.9504C14.7951 20.6948 14.6673 20.3782 14.6673 20.0004V10.4671Z' fill='black' fill-opacity='0.2'/%3E%3C/g%3E%3C/svg%3E");
    margin-bottom: -7px;
    margin-right: 5px;
}
.modal-body .file-upload-wrapper label.file-upload-label {
    background-color: transparent;
    font-family: Evolventa;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: rgba(33, 33, 33, 1);
}
.modal-body .container-check-radio-blue .container-check-radio-name {
    font-family: Evolventa;
    font-weight: 700;
    font-size: 18px;
    line-height: 45px;
    color: rgba(33, 33, 33, 1);
    vertical-align: bottom;
}
@media (min-width: 992px) {
    #quoteModal .modal-dialog.modal-lg {
        max-width: 900px;
    }
}

@media only screen and (max-width : 991px) {
    .modal-dialog .modal-body .media-decktop-block-background {
        display: none;
    }
    .modal .modal-dialog .modal-header {
        position: relative;
    }
    .modal .modal-dialog .leasing-block-width-50 {
        width: 100%;
    }
    .modal-dialog .modal-body .media-decktop-block-right {
        display: block;
    }
    .modal .modal-dialog .modal-header .modal-title {
        max-width: 100%;
    }


}



/*************************************************  //modal ***********************************************/



/***************  container-check-radio-blue *****************/
.container-check-radio-blue label {
    display: block;
    display: flex;
    align-items: center;
}

.container-check-radio-blue label input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    width: 19px;
    height: 19px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin: 0px 3px 0 0;
    vertical-align: middle;
    outline: none;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='9' cy='9' r='8.5' stroke='%23A1A1A1'/%3e%3c/svg%3e");
}

.container-check-radio-blue label input[type=radio]:checked {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0px 3px 0 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    vertical-align: middle;
    outline: none;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='9' cy='9' r='8.5' stroke='%23A1A1A1'/%3e%3ccircle cx='8.99991' cy='8.99991' r='4.90909' fill='url(%23paint0_linear_5487_15602)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_5487_15602' x1='4.0887' y1='9.00697' x2='13.9017' y2='9.00697' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%234C99DB'/%3e%3cstop offset='1' stop-color='%231C73B7'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}

/**************  // container-check-radio-blue ******************/

/************************  main-services-wrapper  ************************/
.wrapper-main-page-logistics .banner-block-main {
    height: 100%;
    max-height: 660px;
    position: relative;
}

.wrapper-main-page-logistics .banner-block-main img {
    border: none;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: 660px;
    max-width: none;
    object-fit: cover;
    outline: none;
    padding: 0;
    width: 100%;
    position: relative;
}
.wrapper-main-page-logistics .banner-block-main .banner-block-text {
    position: absolute;
    right: 0;
    top: 100px;
    width: 100%;
    left: 0;
    padding: 0 80px;
}
h1.h1-name-page-logistics {
    font-family: Evolventa;
    font-weight: 700;
    font-size: 80px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}


.wrapper-main-services-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-content: flex-start;
    justify-content: center;
    align-items: normal;
    box-sizing: border-box;
    gap: 2em;
}


.main-services-block {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 20px;
    width: 30%;
    flex-grow: 1;
}
.main-services-block .wp-block-images-style {
    height: 150px;
}
.main-services-block .wp-block-images-style img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}
.main-services-block h3.services-block-heading {
    font-family: Evolventa;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    color: rgba(33, 33, 33, 1);
    min-height: 80px;
}
.main-services-block .services-block-text {
    font-family: Evolventa;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: rgba(33, 33, 33, 1);
    min-height: 110px;
}
.main-services-block .link-button-element {
    background-color: transparent;
    font-family: Evolventa;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: rgba(33, 33, 33, 1);
}

@media only screen and (max-width : 1100px) {
    .main-services-block {
        width: 41%;
    }
}
@media only screen and (max-width : 767px) {
    .main-services-block {
        width: 80%;
    }
    .leasing-container-page {
        padding: 0 20px;
    }
}

/************************  //main-services-wrapper  ************************/


/************************  //download modal button  ************************/

/* Скрываем стандартное поле */
.wpcf7 input[type="file"] {
    display: none;
}

/* Обертка */
.file-upload-wrapper {
    position: relative;
    display: inline-block;
}

/* Кастомная кнопка */
.file-upload-label {
    display: inline-block;
    background-color: #0073aa;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}

.file-upload-label:hover {
    background-color: #005f8d;
}

/* Текст выбранного файла */
.file-upload-filename {
    margin-left: 15px;
    font-size: 14px;
    color: #333;
    font-style: italic;
}

.information-map .i4ewOd-pzNkMb-haAclf {
    display: none!important;
}
.i4ewOd-pzNkMb-haAclf {
    background-color: transparent!important;
}

/******************************************/


/*

.leaflet-marker-icon {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='60' viewBox='0 0 48 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48 23.0782C48 32.94 33.6325 50.9353 27.1304 58.5743C25.5123 60.4752 22.4877 60.4752 20.8696 58.5743C14.3675 50.9353 0 32.9399 0 23.0782C0 10.3325 10.7452 0 24 0C37.2548 0 48 10.3325 48 23.0782Z' fill='url(%23paint0_linear_1266_92178)'/%3E%3Cpath d='M33.4642 32.1794C38.6913 27.1529 38.6913 19.0034 33.4642 13.9769C28.237 8.9504 19.7621 8.9504 14.5349 13.9769C9.30777 19.0034 9.30777 27.1529 14.5349 32.1794C19.7621 37.2058 28.237 37.2058 33.4642 32.1794Z' fill='white'/%3E%3Cg opacity='0.3'%3E%3Cpath d='M23.8939 49.1002C25.4166 39.4577 32.0383 36.3713 30.9018 27.2664C29.5911 16.766 19.9225 13.9694 19.6892 4.62398C19.6517 3.1194 19.8645 1.66858 20.266 0.279297C8.78468 2.00411 0 11.5549 0 23.0793C0 32.9411 14.3675 50.9368 20.8696 58.5759C21.822 59.6948 23.2616 60.1544 24.615 59.9561C23.4513 55.7327 23.4161 52.1261 23.8939 49.1002Z' fill='url(%23paint1_linear_1266_92178)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1266_92178' x1='0.000695193' y1='29.9674' x2='47.9972' y2='29.9674' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DE7427'/%3E%3Cstop offset='1' stop-color='%23FEBD3C'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1266_92178' x1='0.000449446' y1='30.1077' x2='31.0304' y2='30.1077' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DE7427'/%3E%3Cstop offset='1' stop-color='%23FEBD3C'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");

    width: 25px;   !* свои размеры *!
    height: 41px;
    display: inline-block;
}

.leaflet-marker-icon[src] {
    visibility: hidden; !* скрыть оригинальный src *!
}*/

.leaflet-popup .popup-hours {
    margin-top: 16px;
    font-family: Evolventa;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(33, 33, 33, 1);
    padding-left: 40px;
    position: relative;
}
.leaflet-popup .popup-adress {
    margin-bottom: 16px;
    font-family: Evolventa;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(33, 33, 33, 1);
    padding-left: 48px;
    position: relative;
}
.leaflet-popup .popup-adress .name-font:first-line {
    font-weight: 700;
}
.leaflet-popup .popup-adress .icon-popup-adress {
    width: 40px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='50' viewBox='0 0 48 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48 23.0782C48 32.94 33.6325 50.9353 27.1304 58.5743C25.5123 60.4752 22.4877 60.4752 20.8696 58.5743C14.3675 50.9353 0 32.9399 0 23.0782C0 10.3325 10.7452 0 24 0C37.2548 0 48 10.3325 48 23.0782Z' fill='url(%23paint0_linear_1266_92178)'/%3E%3Cpath d='M33.4642 32.1794C38.6913 27.1529 38.6913 19.0034 33.4642 13.9769C28.237 8.9504 19.7621 8.9504 14.5349 13.9769C9.30777 19.0034 9.30777 27.1529 14.5349 32.1794C19.7621 37.2058 28.237 37.2058 33.4642 32.1794Z' fill='white'/%3E%3Cg opacity='0.3'%3E%3Cpath d='M23.8939 49.1002C25.4166 39.4577 32.0383 36.3713 30.9018 27.2664C29.5911 16.766 19.9225 13.9694 19.6892 4.62398C19.6517 3.1194 19.8645 1.66858 20.266 0.279297C8.78468 2.00411 0 11.5549 0 23.0793C0 32.9411 14.3675 50.9368 20.8696 58.5759C21.822 59.6948 23.2616 60.1544 24.615 59.9561C23.4513 55.7327 23.4161 52.1261 23.8939 49.1002Z' fill='url(%23paint1_linear_1266_92178)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1266_92178' x1='0.000695193' y1='29.9674' x2='47.9972' y2='29.9674' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DE7427'/%3E%3Cstop offset='1' stop-color='%23FEBD3C'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1266_92178' x1='0.000449446' y1='30.1077' x2='31.0304' y2='30.1077' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DE7427'/%3E%3Cstop offset='1' stop-color='%23FEBD3C'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");

}
.leaflet-popup .popup-hours .icon-popup-hours {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1648_86547)'%3E%3Cmask id='mask0_1648_86547' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3E%3Crect width='32' height='32' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1648_86547)'%3E%3Cpath d='M17.2 15.52V11.2C17.2 10.86 17.085 10.575 16.855 10.345C16.625 10.115 16.34 10 16 10C15.66 10 15.375 10.115 15.145 10.345C14.915 10.575 14.8 10.86 14.8 11.2V15.97C14.8 16.13 14.83 16.285 14.89 16.435C14.95 16.585 15.04 16.72 15.16 16.84L19.12 20.8C19.34 21.02 19.62 21.13 19.96 21.13C20.3 21.13 20.58 21.02 20.8 20.8C21.02 20.58 21.13 20.3 21.13 19.96C21.13 19.62 21.02 19.34 20.8 19.12L17.2 15.52ZM16 28C14.34 28 12.78 27.685 11.32 27.055C9.86 26.425 8.59 25.57 7.51 24.49C6.43 23.41 5.575 22.14 4.945 20.68C4.315 19.22 4 17.66 4 16C4 14.34 4.315 12.78 4.945 11.32C5.575 9.86 6.43 8.59 7.51 7.51C8.59 6.43 9.86 5.575 11.32 4.945C12.78 4.315 14.34 4 16 4C17.66 4 19.22 4.315 20.68 4.945C22.14 5.575 23.41 6.43 24.49 7.51C25.57 8.59 26.425 9.86 27.055 11.32C27.685 12.78 28 14.34 28 16C28 17.66 27.685 19.22 27.055 20.68C26.425 22.14 25.57 23.41 24.49 24.49C23.41 25.57 22.14 26.425 20.68 27.055C19.22 27.685 17.66 28 16 28Z' fill='url(%23paint0_linear_1648_86547)'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1648_86547' x1='4.00035' y1='15.987' x2='27.9986' y2='15.987' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DE7427'/%3E%3Cstop offset='1' stop-color='%23FEBD3C'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_1648_86547'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.leaflet-popup .popup-services > a {
    font-family: Evolventa;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    color: #005694;
    margin: 2px 0 2px 10px;
    padding-left: 10px;
    position: relative;
}
.leaflet-popup .popup-services > a:before {
    content: "\25CF";
    font-size: 15px;
    vertical-align: middle;
    position: absolute;
    left: -8px;
    top: 0;
    color: #005694;
}
.block-breadcrumbs {
    font-family: Evolventa;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(33, 33, 33, 1);
}

.icon-breadcrumbs {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: -6px;
    vertical-align: middle;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.69384 2.89694C7.2417 3.18876 7.13698 3.75653 7.45993 4.16509L12.0725 10.0003L7.45993 15.8354C7.13698 16.244 7.2417 16.8118 7.69383 17.1036C8.14597 17.3954 8.7743 17.3008 9.09725 16.8922L14.5452 10.0003L9.09725 3.1083C8.7743 2.69975 8.14597 2.60512 7.69384 2.89694Z' fill='%230071B6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.69384 2.89694C7.2417 3.18876 7.13698 3.75653 7.45993 4.16509L12.0725 10.0003L7.45993 15.8354C7.13698 16.244 7.2417 16.8118 7.69383 17.1036C8.14597 17.3954 8.7743 17.3008 9.09725 16.8922L14.5452 10.0003L9.09725 3.1083C8.7743 2.69975 8.14597 2.60512 7.69384 2.89694Z' fill='black' fill-opacity='0.2'/%3E%3C/svg%3E");
}
.block-breadcrumbs > a {
    color: rgba(102, 102, 102, 1);
}

/**********************************************************************************/
.leaflet-control-layers-expanded .leaflet-control-layers-toggle,
.leaflet-touch .leaflet-control-layers-toggle {
    display: none!important;
}
.leaflet-touch .leaflet-control-layers-toggle {
    width: 0!important;
    height: 0!important;
    padding: 0!important;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: block!important;
}
#map {
    border: none!important;
}
.leaflet-control-layers-expanded {
    padding: 0!important;
}
.leaflet-control-layers-list {
    padding: 0px;
    box-shadow: none;
    border: none;
}
.leaflet-control-layers-list .leaflet-control-layers-base {
    display: flex;
    align-items: center;
    justify-content: center;
}
.leaflet-control-layers-list .leaflet-control-layers-base label {
    margin-bottom: 0;
    padding-right: 10px;
    margin: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 400;
    font-size: 14px;
    color: rgba(86, 86, 86, 1);
}

.leaflet-control-layers-list .leaflet-control-layers-base label input[type="radio"] {
    opacity: 0;
}
.leaflet-control-layers-list .leaflet-control-layers-base label input[type="radio"]:checked ~ span{
    font-weight: 700;
}
.leaflet-control-layers-list .leaflet-control-layers-base label:first-child {
    border-right: 1px solid #ccc;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: none!important;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

/*ddd*/
/* Бургер */
.navbar-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}
.icon-bar {
    width: 25px;
    height: 3px;
    background: #333;
}

/* Мобильное меню по умолчанию скрыто */
#mobile-menu-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
}

/* Открытое состояние */
#mobile-menu-wrapper.open {
    display: block;
}

/* Адаптив для мобильных */
.navbar-toggle {
    display: none;
}
@media (max-width: 768px) {
    /*.navbar-toggle {
        display: flex;
    }*/
    /* Скрываем десктопное меню */
    .nv-navbar {
        display: block;
    }
}
.block-mobile-menu-styles {
    padding: 20px 30px;
    border-top: 1px solid rgba(102, 102, 102, 1);
    box-shadow: 0px 8px 4px 0px rgba(0, 0, 0, 0.25);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.block-mobile-menu-styles ul.mobile-menu-list li {
    text-align: center;
    margin-bottom: 8px;
}
.block-mobile-menu-styles ul.mobile-menu-list li a {
    font-family: Evolventa;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: rgba(33, 33, 33, 1);
}
.block-mobile-menu-styles ul.mobile-menu-list li a:hover {
    text-decoration: none;
}
.block-mobile-menu-styles ul.mobile-menu-list li ul.sub-menu li a {
    font-weight: 400;
}
/*.block-mobile-menu-styles > ul.mobile-menu-list > li > a icon-mobile-caret {
    position: relative;
}*/
.block-mobile-menu-styles > ul.mobile-menu-list > li > a span.icon-mobile-caret {
    width: 23px;
    height: 22px;
    display: inline-block;
    position: relative;
    margin-top: -4px;
    margin-left: 5px;
    vertical-align: middle;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.3137 8.46351C18.9927 7.96617 18.3681 7.85097 17.9187 8.20622L11.5 13.2801L5.0813 8.20622C4.63189 7.85097 4.00735 7.96617 3.68634 8.46351C3.36534 8.96086 3.46943 9.65202 3.91884 10.0073L11.5 16L19.0812 10.0073C19.5306 9.65202 19.6347 8.96086 19.3137 8.46351Z' fill='%230071B6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.3137 8.46351C18.9927 7.96617 18.3681 7.85097 17.9187 8.20622L11.5 13.2801L5.0813 8.20622C4.63189 7.85097 4.00735 7.96617 3.68634 8.46351C3.36534 8.96086 3.46943 9.65202 3.91884 10.0073L11.5 16L19.0812 10.0073C19.5306 9.65202 19.6347 8.96086 19.3137 8.46351Z' fill='black' fill-opacity='0.2'/%3E%3C/svg%3E");
}
.block-mobile-menu-styles > ul.mobile-menu-list > li > a.none-sub-menu span.icon-mobile-caret {
    display: none;
}
.block-mobile-menu-styles > ul.mobile-menu-list > li > ul.sub-menu {
    display: none;
}
.block-mobile-menu-styles > ul.mobile-menu-list > li > a .icon-mobile-caret.icon-rotated {
    transform: rotate(180deg);
    transition: transform 0.4s ease;
}
@media (max-width: 959px) {
    .builder-item button.navbar-toggle:focus {
        outline: none;
    }
    .builder-item button.navbar-toggle .bars > span.icon-bar {
        opacity: 0;
    }
    .builder-item button.navbar-toggle[aria-expanded="false"] .bars {
        width: 32px;
        height: 32px;
        display: inline-block;
        vertical-align: middle;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.40039 8.00039H25.6004' stroke='%230071B6' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M6.40039 8.00039H25.6004' stroke='black' stroke-opacity='0.2' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M6.40039 16.0004H25.6004' stroke='%230071B6' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M6.40039 16.0004H25.6004' stroke='black' stroke-opacity='0.2' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M6.40039 24.0004H25.6004' stroke='%230071B6' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M6.40039 24.0004H25.6004' stroke='black' stroke-opacity='0.2' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E");
    }
    .builder-item button.navbar-toggle[aria-expanded="true"] .bars {
        width: 32px;
        height: 32px;
        display: inline-block;
        vertical-align: middle;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1298_103459' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3E%3Crect width='32' height='32' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1298_103459)'%3E%3Cpath d='M16.0008 18.4704L9.76878 24.7021C9.43656 25.0346 9.025 25.2008 8.53411 25.2008C8.04323 25.2008 7.63167 25.0346 7.29945 24.7021C6.967 24.3699 6.80078 23.9583 6.80078 23.4674C6.80078 22.9766 6.967 22.565 7.29945 22.2328L13.5311 16.0008L7.29945 9.76878C6.967 9.43656 6.80078 9.025 6.80078 8.53411C6.80078 8.04323 6.967 7.63167 7.29945 7.29945C7.63167 6.967 8.04323 6.80078 8.53411 6.80078C9.025 6.80078 9.43656 6.967 9.76878 7.29945L16.0008 13.5311L22.2328 7.29945C22.565 6.967 22.9766 6.80078 23.4674 6.80078C23.9583 6.80078 24.3699 6.967 24.7021 7.29945C25.0346 7.63167 25.2008 8.04323 25.2008 8.53411C25.2008 9.025 25.0346 9.43656 24.7021 9.76878L18.4704 16.0008L24.7021 22.2328C25.0346 22.565 25.2008 22.9766 25.2008 23.4674C25.2008 23.9583 25.0346 24.3699 24.7021 24.7021C24.3699 25.0346 23.9583 25.2008 23.4674 25.2008C22.9766 25.2008 22.565 25.0346 22.2328 24.7021L16.0008 18.4704Z' fill='%230071B6'/%3E%3Cpath d='M16.0008 18.4704L9.76878 24.7021C9.43656 25.0346 9.025 25.2008 8.53411 25.2008C8.04323 25.2008 7.63167 25.0346 7.29945 24.7021C6.967 24.3699 6.80078 23.9583 6.80078 23.4674C6.80078 22.9766 6.967 22.565 7.29945 22.2328L13.5311 16.0008L7.29945 9.76878C6.967 9.43656 6.80078 9.025 6.80078 8.53411C6.80078 8.04323 6.967 7.63167 7.29945 7.29945C7.63167 6.967 8.04323 6.80078 8.53411 6.80078C9.025 6.80078 9.43656 6.967 9.76878 7.29945L16.0008 13.5311L22.2328 7.29945C22.565 6.967 22.9766 6.80078 23.4674 6.80078C23.9583 6.80078 24.3699 6.967 24.7021 7.29945C25.0346 7.63167 25.2008 8.04323 25.2008 8.53411C25.2008 9.025 25.0346 9.43656 24.7021 9.76878L18.4704 16.0008L24.7021 22.2328C25.0346 22.565 25.2008 22.9766 25.2008 23.4674C25.2008 23.9583 25.0346 24.3699 24.7021 24.7021C24.3699 25.0346 23.9583 25.2008 23.4674 25.2008C22.9766 25.2008 22.565 25.0346 22.2328 24.7021L16.0008 18.4704Z' fill='black' fill-opacity='0.2'/%3E%3C/g%3E%3C/svg%3E");
    }
}

.menu-item--user-login {
    display: none !important;
}

.header-main-inner .title-with-logo .nv-title-tagline-wrap {
    display: none;
}
.wrapper-contact-us-address {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.wrapper-contact-us-address > div {
    width: 46%;
    margin-bottom: 30px;
}


