/*
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;
    margin-bottom: 50px;
}
.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;*/
    bottom: 0;
    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;
}
/* for map scroll start
}*/
.information-map.map-wrapper {
    position: relative;
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

.map-wrapper.active .map-overlay {
    display: none;
}
/* for map scroll end
}*/

.neve-main section.get-a-quote-page {
    padding: 10px 0 0 0;
}

.neve-main section.get-a-quote-page .container {
    padding: 0;
    margin-bottom: 100px;
}
.neve-main section.get-a-quote-page .container > h1 {
    opacity: 0;
    margin-bottom: 0;
}
.neve-main section.get-a-quote-page .section-get-quote-name {
    color: rgba(0, 113, 182, 1);
    font-family: Evolventa;
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
}
section.get-a-quote-page .get-quote-block-width-100i {
    width: 100%;
}
section.get-a-quote-page .get-quote-block-width-50i {
    width: 50%;
}
section.get-a-quote-page .media-decktop-left-block-quote {
    padding: 24px 40px 40px 40px;
}
section.get-a-quote-page .media-decktop-right-block-quote p,
section.get-a-quote-page .media-decktop-left-block-quote p {
    margin-bottom: 3px;
}
section.get-a-quote-page .media-decktop-right-block-quote {
    padding: 24px 40px 24px 40px;
    background: rgba(255, 255, 255, 1);
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
section.get-a-quote-page .icon-tel-modal-quote {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    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='M5.93006 13.7285C8.5369 19.4095 13.1755 23.9262 18.9424 26.3748L19.8669 26.7869C21.9818 27.7298 24.4681 27.0135 25.7581 25.0896L26.9661 23.2879C27.3589 22.7021 27.2393 21.9132 26.6906 21.4703L22.5937 18.1631C21.9919 17.6774 21.107 17.7905 20.6467 18.4121L19.3793 20.1233C16.1271 18.5181 13.4867 15.8762 11.8825 12.6221L13.5927 11.354C14.2139 10.8934 14.327 10.008 13.8415 9.40584L10.5362 5.30634C10.0936 4.75745 9.30536 4.63772 8.71994 5.03048L6.90691 6.24687C4.97212 7.54495 4.26018 10.0532 5.22425 12.1751L5.929 13.7262L5.93006 13.7285Z' fill='%230071B6'/%3E%3C/svg%3E");
}
section.get-a-quote-page .icon-mail-modal-quote {
    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 fill-rule='evenodd' clip-rule='evenodd' d='M27.94 9.60039L16.0417 17.5628L4.07031 9.55155C4.02427 9.76043 4 9.97748 4 10.2002V22.6002C4 24.257 5.34315 25.6002 7 25.6002H25C26.6569 25.6002 28 24.2571 28 22.6002V10.2002C28 9.99478 27.9794 9.79419 27.94 9.60039ZM27.2056 8.16664L16.0417 15.6376L4.82649 8.13237C5.37298 7.55813 6.14469 7.2002 7 7.2002H25C25.8722 7.2002 26.6575 7.5724 27.2056 8.16664Z' fill='%230071B6'/%3E%3C/svg%3E");
    margin-right: 5px;
}

section.get-a-quote-page .styles-contact-quote {
    font-family: Evolventa;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: rgba(60, 60, 60, 1);
    margin-bottom: 8px;
}
section.get-a-quote-page .modal-block-flex-center-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.get-a-quote-page .modal-block-flex-center-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
section.get-a-quote-page .modal-block-flex-center-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
/***/
section.get-a-quote-page .get-quote-name-blue {
    font-family: Evolventa;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 113, 182, 1);
}
section.get-a-quote-page .get-quote-name-black-weight {
    font-family: Evolventa;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: rgba(60, 60, 60, 1);
}
section.get-a-quote-page .get-quote-name-gray {
    font-family: Evolventa;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(198, 198, 198, 1);
}
section.get-a-quote-page .get-quote-name-gray-italic {
    font-family: Evolventa;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
    color: rgba(33, 33, 33, 1);
}
section.get-a-quote-page .get-quote-name-gray-italic-14 {
    font-family: Evolventa;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
    color: rgba(102, 102, 102, 1);
}
section.get-a-quote-page .get-quote-name-gray-weight {
    font-family: Evolventa;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: rgba(33, 33, 33, 1);
}
section.get-a-quote-page .wrap-get-quote-svg svg {
    vertical-align: middle;
    margin-top: -8px;
    margin-right: 3px;
}
/****/
section.get-a-quote-page .get-quote-block-padding-right-20 {
    padding-right: 20px;
}
section.get-a-quote-page .get-quote-block-margin-bottom-24 {
    margin-bottom: 24px;
}
section.get-a-quote-page .get-quote-block-margin-bottom-20 {
    margin-bottom: 20px;
}
section.get-a-quote-page .get-quote-block-margin-bottom-16 {
    margin-bottom: 16px;
}
section.get-a-quote-page .get-quote-block-margin-right-5 {
    margin-right: 5px;
    display: inline-block;
}

section.get-a-quote-page .get-quote-block-width-100i textarea,
section.get-a-quote-page .get-quote-block-width-50i select,
section.get-a-quote-page .get-quote-block-width-50i input,
section.get-a-quote-page .get-quote-block-width-100i input {
    width: 100%;
}
section.get-a-quote-page .media-decktop-right-block-quote .quote-input textarea,
section.get-a-quote-page .media-decktop-right-block-quote .quote-input select,
section.get-a-quote-page .media-decktop-right-block-quote .quote-input input {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(203, 217, 225, 1);
    border-radius: 23px;
    padding: 12px 24px;
    color: rgba(102, 102, 102, 1);
    font-family: Evolventa;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
section.get-a-quote-page .icon-modal-upload-file {
    width: 32px;
    height: 32px;
    margin-top: -6px;
    margin-right: 5px;
    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_2509_80107' 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_2509_80107)'%3E%3Cpath d='M8.0026 26.668C7.26927 26.668 6.64149 26.4069 6.11927 25.8847C5.59705 25.3625 5.33594 24.7347 5.33594 24.0014V21.3347C5.33594 20.9569 5.46372 20.6403 5.71927 20.3847C5.97483 20.1291 6.29149 20.0014 6.66927 20.0014C7.04705 20.0014 7.36372 20.1291 7.61927 20.3847C7.87483 20.6403 8.0026 20.9569 8.0026 21.3347V24.0014H24.0026V21.3347C24.0026 20.9569 24.1304 20.6403 24.3859 20.3847C24.6415 20.1291 24.9582 20.0014 25.3359 20.0014C25.7137 20.0014 26.0304 20.1291 26.2859 20.3847C26.5415 20.6403 26.6693 20.9569 26.6693 21.3347V24.0014C26.6693 24.7347 26.4082 25.3625 25.8859 25.8847C25.3637 26.4069 24.7359 26.668 24.0026 26.668H8.0026ZM14.6693 10.468L12.1693 12.968C11.9026 13.2347 11.5859 13.3625 11.2193 13.3514C10.8526 13.3403 10.5359 13.2014 10.2693 12.9347C10.0248 12.668 9.89705 12.3569 9.88594 12.0014C9.87483 11.6458 10.0026 11.3347 10.2693 11.068L15.0693 6.26803C15.2026 6.1347 15.347 6.04026 15.5026 5.9847C15.6582 5.92914 15.8248 5.90137 16.0026 5.90137C16.1804 5.90137 16.347 5.92914 16.5026 5.9847C16.6582 6.04026 16.8026 6.1347 16.9359 6.26803L21.7359 11.068C22.0026 11.3347 22.1304 11.6458 22.1193 12.0014C22.1082 12.3569 21.9804 12.668 21.7359 12.9347C21.4693 13.2014 21.1526 13.3403 20.7859 13.3514C20.4193 13.3625 20.1026 13.2347 19.8359 12.968L17.3359 10.468V20.0014C17.3359 20.3791 17.2082 20.6958 16.9526 20.9514C16.6971 21.2069 16.3804 21.3347 16.0026 21.3347C15.6248 21.3347 15.3082 21.2069 15.0526 20.9514C14.797 20.6958 14.6693 20.3791 14.6693 20.0014V10.468Z' fill='%230071B6'/%3E%3C/g%3E%3C/svg%3E");
}

section.get-a-quote-page .container-check-radio-blue {
    margin-top: 10px;
}
section.get-a-quote-page .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;
}
section.get-a-quote-page .quote-block-send-request {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 89px;
}
section.get-a-quote-page .quote-block-send-request > p,
section.get-a-quote-page .quote-block-send-request > br {
    display: none;
}
section.get-a-quote-page .quote-block-send-request input[type=submit] {
    background: linear-gradient(90deg, #DE7427 0%, #FEBD3C 99.99%);
    font-family: Evolventa;
    font-weight: 700;
    font-size: 16px;;
    line-height: 20px;
    text-align: center;
    width: 300px;
    padding: 15px 70px;
    border-radius: 30px;
    color: rgba(255, 255, 255, 1);
}
section.get-a-quote-page .quote-block-send-request .icon-send-request {
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 28px;
    right: 50px;
    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='M5.93006 13.7285C8.5369 19.4095 13.1755 23.9262 18.9424 26.3748L19.8669 26.7869C21.9818 27.7298 24.4681 27.0135 25.7581 25.0896L26.9661 23.2879C27.3589 22.7021 27.2393 21.9132 26.6906 21.4703L22.5937 18.1631C21.9919 17.6774 21.107 17.7905 20.6467 18.4121L19.3793 20.1233C16.1271 18.5181 13.4867 15.8762 11.8825 12.6221L13.5927 11.354C14.2139 10.8934 14.327 10.008 13.8415 9.40584L10.5362 5.30634C10.0936 4.75745 9.30536 4.63772 8.71994 5.03048L6.90691 6.24687C4.97212 7.54495 4.26018 10.0532 5.22425 12.1751L5.929 13.7262L5.93006 13.7285Z' fill='white'/%3E%3C/svg%3E");
}
section.get-a-quote-page .media-mobile-left-block-quote {
    display: none;
}
section.get-a-quote-page .media-decktop-left-block-quote .get-quote-name-black-weight {
    width: max-content;
}
.modal-content.modal-content-thankyou {
    padding: 24px 40px;
}
.modal-title.modal-title-thankyou {
    color: rgba(0, 113, 182, 1);
    font-family: Evolventa;
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
    margin-bottom: 32px;
    text-align: left;
}
.modal-body .text-thankyou {
    color: rgba(33, 33, 33, 1);
    font-family: Evolventa;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 16px;
}
.modal-body .footer-thankyou {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-body .close.close-btn-footer-neve {
    border: 1px solid rgba(33, 33, 33, 1);
    padding: 15px 50px;
    color: rgba(33, 33, 33, 1);
    font-family: Evolventa;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    border-radius: 30px;
    width: max-content;
}
.modal-body .modal-logo-thankyou {
    width: 112px;
    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='112' height='32' viewBox='0 0 112 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2466_77449)'%3E%3Cpath d='M0.772568 25.7923C0.793603 25.6512 0.914389 25.5469 1.05659 25.5469L80.3743 25.5469C80.5498 25.5469 80.6843 25.7034 80.6583 25.8775L80.0999 29.6215C80.0788 29.7625 79.9581 29.8669 79.8159 29.8669H0.498176C0.322651 29.8669 0.188191 29.7104 0.214156 29.5363L0.772568 25.7923Z' fill='url(%23paint0_linear_2466_77449)'/%3E%3Cpath d='M79.9423 1.06641C80.3406 1.14017 80.739 1.19691 81.1294 1.29013C82.9618 1.72786 84.4206 2.7014 85.0683 4.56417C85.7933 6.6531 85.7152 8.73636 84.5058 10.6437C83.5641 12.1312 82.1213 12.8867 80.4426 13.2093C79.7875 13.3323 79.1225 13.392 78.4564 13.3876C76.9023 13.3876 75.3484 13.3876 73.7948 13.3876H73.4841C73.3973 13.9372 73.312 14.4698 73.2284 15.0023C72.924 16.9527 72.6197 18.9032 72.3153 20.8541C72.2707 21.1402 72.156 21.2416 71.8676 21.2424C70.6773 21.2424 69.4875 21.2424 68.2983 21.2424C67.9987 21.2424 67.8768 21.1005 67.9239 20.7982C68.2064 18.9813 68.4914 17.1648 68.7787 15.3485C69.0554 13.5857 69.3314 11.8223 69.6065 10.0585C69.6264 9.93362 69.6495 9.81041 69.671 9.69125C69.7913 9.63694 69.9101 9.66045 70.0216 9.65964C72.7033 9.65531 75.3856 9.65234 78.0684 9.65072C78.4778 9.65664 78.885 9.58914 79.2714 9.45131C80.5557 8.97143 80.9509 7.98087 80.7732 6.71876C80.6226 5.65606 79.9104 5.09755 78.7591 5.08296C77.525 5.06999 76.2893 5.08296 75.056 5.08296H70.3713C70.4805 4.38259 70.5841 3.70493 70.69 3.03456C70.7697 2.53603 70.8605 2.03913 70.929 1.53899C70.9349 1.44383 70.9628 1.35142 71.0105 1.2693C71.0581 1.18718 71.1241 1.11766 71.2031 1.06641L79.9423 1.06641Z' fill='%230071B6'/%3E%3Cpath d='M64.3835 1.06641C64.5843 1.19691 64.605 1.3793 64.5691 1.60627C64.2919 3.34178 64.0202 5.0789 63.7533 6.81603C63.7437 6.87683 63.7453 6.94087 63.7413 7.00247C63.8385 7.05759 63.9381 7.03246 64.0337 7.03246C65.232 7.03246 66.4305 7.03246 67.6293 7.03246C68.0484 7.03246 68.1169 7.10542 68.0547 7.53099C67.9241 8.42265 67.7881 9.31432 67.6468 10.206C67.5831 10.6113 67.5082 10.6632 67.1003 10.6632C65.8659 10.6632 64.6318 10.6632 63.398 10.6632H63.0864C63.0068 11.1722 62.9223 11.6675 62.8474 12.1644C62.6881 13.1525 62.5343 14.1407 62.3885 15.1304C62.3032 15.6115 62.3081 16.1046 62.4029 16.5838C62.5813 17.3758 63.1056 17.85 63.9023 17.927C64.4332 17.9858 64.9703 17.9393 65.4838 17.79C65.8749 17.6717 66.0152 17.8095 65.9506 18.2188C65.8141 19.0732 65.6813 19.9278 65.5523 20.7828C65.522 20.983 65.4479 21.1565 65.2455 21.2197C63.6226 21.7255 61.9838 21.8819 60.3649 21.2529C59.0368 20.7366 58.358 19.6528 58.103 18.2675C57.8863 17.0929 58.0369 15.9305 58.2233 14.7689C58.432 13.4719 58.6336 12.1685 58.8368 10.8682C58.8436 10.8001 58.8471 10.7317 58.8471 10.6632H57.8465C57.0657 10.6632 56.2841 10.6632 55.5033 10.6632C55.191 10.6632 55.0739 10.5408 55.1185 10.2271C55.254 9.27217 55.3998 8.31889 55.5479 7.36562C55.5894 7.09893 55.7798 7.03246 56.0188 7.03327C57.0402 7.03327 58.0608 7.03327 59.0822 7.03327H59.3929C59.4789 6.49746 59.5586 5.97219 59.6383 5.44854C59.839 4.1386 60.039 2.82866 60.2382 1.51872C60.2492 1.42992 60.2774 1.34422 60.3211 1.26658C60.3649 1.18894 60.4234 1.12091 60.4931 1.06641L64.3835 1.06641Z' fill='%230071B6'/%3E%3Cpath d='M23.7231 1.06641C23.8872 1.19367 23.9319 1.35579 23.8992 1.56412C23.5609 3.71817 23.226 5.87357 22.8945 8.03032C22.5488 10.266 22.2035 12.5016 21.8588 14.7373C21.5826 16.5206 21.3051 18.3015 21.0262 20.08C20.9872 20.3296 20.9466 20.5777 20.9107 20.8282C20.8757 21.0973 20.7275 21.2262 20.4646 21.2262C19.3109 21.2262 18.1541 21.2262 17.0021 21.2262C16.7009 21.2262 16.5878 21.0835 16.6356 20.7398C16.7423 19.9811 16.865 19.2248 16.9821 18.4701C17.2939 16.4571 17.6057 14.4441 17.9175 12.4311C18.2489 10.3024 18.5811 8.17407 18.9142 6.04596C19.1484 4.54066 19.3842 3.03618 19.6105 1.53007C19.6171 1.4361 19.6455 1.34507 19.6934 1.26446C19.7414 1.18385 19.8074 1.11597 19.8862 1.06641L23.7231 1.06641Z' fill='%230071B6'/%3E%3Cpath d='M17.6024 1.06641C17.7618 1.21475 17.7801 1.39875 17.7474 1.60627C17.5881 2.60331 17.4327 3.60117 17.2774 4.59822C17.2097 5.03189 17.118 5.11781 16.6878 5.11781C12.5497 5.11889 8.41102 5.11943 4.27183 5.11943C4.18659 5.11943 4.09496 5.14618 3.99219 5.0708C4.07186 4.52283 4.15153 3.9627 4.24315 3.40338C4.33876 2.78894 4.44791 2.17613 4.53395 1.56007C4.56343 1.34931 4.63513 1.18394 4.81121 1.06884L17.6024 1.06641Z' fill='%230071B6'/%3E%3Cpath d='M111.382 13.6538C111.416 15.6163 110.846 17.3704 109.571 18.8563C108.363 20.2659 106.831 21.126 105.03 21.4688C103.142 21.8296 101.274 21.7777 99.5064 20.9436C97.3162 19.91 96.0694 18.1364 95.7714 15.6973C95.5826 14.1572 95.73 12.6438 96.3857 11.2268C97.4309 8.96849 99.1742 7.52156 101.533 6.88362C103.425 6.3705 105.341 6.36402 107.184 7.09437C109.574 8.04116 110.95 9.85043 111.334 12.4379C111.358 12.5803 111.374 12.724 111.382 12.8683C111.388 13.1301 111.382 13.392 111.382 13.6538ZM100.135 13.9351C100.135 15.3942 100.436 16.2048 100.963 16.7941C102.078 18.0513 104.34 17.9289 105.466 17.0421C106.615 16.1367 107.007 14.907 106.933 13.4836C106.886 12.6049 106.581 11.8405 105.929 11.2293C104.831 10.2022 102.837 10.3157 101.795 11.0282C100.624 11.8283 100.15 12.9826 100.135 13.9351Z' fill='%230071B6'/%3E%3Cpath d='M28.1206 15.2267C28.2075 16.3105 28.7134 17.0797 29.6129 17.5434C30.9067 18.2105 32.242 18.1043 33.5614 17.6164C34.0926 17.4086 34.5795 17.0987 34.9955 16.7036C35.2855 16.4402 35.4169 16.4523 35.6416 16.7677C36.1249 17.448 36.6067 18.1292 37.0868 18.8112C37.3179 19.1395 37.3107 19.2424 37.0175 19.5286C36.1308 20.3935 35.0608 20.9204 33.888 21.239C32.105 21.7253 30.3068 21.8242 28.5341 21.239C25.9894 20.3975 24.486 18.5948 24.0526 15.9133C23.773 14.1899 23.8933 12.4844 24.6286 10.8786C25.6261 8.7078 27.2905 7.32004 29.5802 6.77532C31.3449 6.35623 33.1144 6.39352 34.7995 7.14576C37.2247 8.22873 38.5488 10.4214 38.3536 13.2253C38.3172 13.7294 38.2474 14.2304 38.1449 14.7249C38.0572 15.1554 37.964 15.2291 37.5338 15.2291H28.1206V15.2267ZM34.2043 12.3725C34.1993 11.8302 33.9903 11.3104 33.6203 10.9199C32.4348 9.65216 29.8758 9.9075 28.9556 11.3852C28.7615 11.6789 28.6469 12.0195 28.6234 12.3725H34.2043Z' fill='%230071B6'/%3E%3Cpath d='M43.7353 15.2713C43.8149 16.3032 44.3185 17.0757 45.2188 17.541C46.5405 18.2219 47.8973 18.1084 49.2422 17.5897C49.7616 17.3911 50.2086 17.0636 50.6252 16.6923C50.9049 16.4426 51.0316 16.4597 51.2491 16.7661C51.7324 17.4464 52.215 18.1271 52.6967 18.808C52.9214 19.1266 52.9158 19.2384 52.6457 19.5084C51.6992 20.4527 50.5368 20.9861 49.2692 21.3006C47.4862 21.7424 45.6968 21.8113 43.944 21.1685C41.5172 20.2768 40.0863 18.4862 39.6641 15.8995C39.39 14.2224 39.492 12.5607 40.1883 10.9897C41.224 8.65353 43.0055 7.22606 45.4641 6.717C47.1285 6.37168 48.792 6.43085 50.3775 7.11744C52.4378 8.0091 54.0933 9.93024 53.9555 12.8727C53.9291 13.5035 53.8523 14.1311 53.7261 14.7493C53.6464 15.1497 53.5524 15.2259 53.1484 15.2259C50.1209 15.2259 47.0934 15.2259 44.0659 15.2259C43.9639 15.2275 43.8556 15.1984 43.7353 15.2713ZM49.8397 12.3726C49.8118 11.6787 49.5473 11.121 49.0231 10.7011C47.9077 9.80946 45.9374 9.94321 44.9248 10.967C44.5432 11.3394 44.3041 11.8375 44.25 12.3726H49.8397Z' fill='%230071B6'/%3E%3Cpath d='M3.44515 8.59277H16.0914C16.5567 8.59277 16.6491 8.69086 16.5806 9.15128C16.4393 10.0867 16.2927 11.0213 16.1408 11.9552C16.0675 12.4075 15.9974 12.461 15.5496 12.461C12.8854 12.461 10.2212 12.465 7.55778 12.4553C7.30443 12.4553 7.22077 12.5145 7.18173 12.7796C6.90209 14.6788 6.60013 16.5756 6.30535 18.4724C6.18372 19.2495 6.06262 20.0253 5.94205 20.7997C5.88867 21.1385 5.82413 21.1961 5.49111 21.1961C4.47849 21.1961 3.46666 21.1961 2.45404 21.1961H2.10588C1.58164 21.1961 1.49878 21.0834 1.58323 20.5427C1.98796 17.9488 2.3903 15.3565 2.79025 12.7658C3.00457 11.3861 3.22287 10.0073 3.44515 8.59277Z' fill='%230071B6'/%3E%3Cpath d='M90.8132 8.60977C91.0896 8.22717 91.339 7.90211 91.6577 7.63705C92.3907 7.03314 93.2511 6.7778 94.1681 6.71296C94.6918 6.67313 95.2183 6.70475 95.7337 6.80699C96.0922 6.87994 96.1623 6.97397 96.1058 7.33874C95.9464 8.37308 95.7934 9.40741 95.6277 10.4401C95.572 10.7968 95.4684 10.8454 95.1178 10.7984C93.8534 10.616 92.6393 10.7587 91.5167 11.421C90.9755 11.7391 90.5259 12.1961 90.2125 12.7463C90.0045 13.1062 90.0292 13.5301 89.9663 13.9273C89.603 16.2246 89.2492 18.5235 88.8955 20.8224C88.8493 21.119 88.729 21.2277 88.4278 21.2277C87.2912 21.2309 86.1545 21.2309 85.0179 21.2277C84.6849 21.2277 84.5622 21.0793 84.6124 20.7543C85.1382 17.3135 85.6643 13.8728 86.1907 10.432C86.3412 9.45118 86.4966 8.47197 86.6504 7.49195C86.7069 7.13366 86.8201 7.03639 87.1842 7.03639C88.2942 7.03639 89.4043 7.03639 90.5144 7.03639C90.9215 7.03639 91.0219 7.15149 90.9733 7.56328C90.9534 7.73351 90.9223 7.90211 90.8937 8.07153C90.865 8.24095 90.8482 8.38686 90.8132 8.60977Z' fill='%230071B6'/%3E%3Cpath d='M83.1875 29.8666L84.2423 24.1709H85.2971L84.4263 28.8577H86.1643L85.9803 29.8666H83.1875Z' fill='%230071B6'/%3E%3Cpath d='M91.0179 28.1877H87.7183C87.7334 28.4462 87.8322 28.6507 88.0149 28.8013C88.1976 28.9519 88.4403 29.0271 88.7431 29.0271C88.9558 29.0271 89.1385 28.9958 89.2912 28.933C89.4438 28.8678 89.599 28.7574 89.7567 28.6018H90.8715C90.7714 28.8 90.6225 28.9983 90.4248 29.1965C89.8893 29.711 89.2799 29.9683 88.5967 29.9683C88.0237 29.9683 87.5569 29.7989 87.1966 29.4601C86.8387 29.1187 86.6598 28.6833 86.6598 28.1538C86.6598 28.0383 86.6723 27.9028 86.6973 27.7472C86.7724 27.3356 86.9401 26.9579 87.2003 26.6141C87.4631 26.2677 87.7847 25.9954 88.165 25.7972C88.5479 25.5964 88.9446 25.496 89.355 25.496C89.9056 25.496 90.3473 25.6629 90.6801 25.9967C91.0129 26.3305 91.1794 26.7672 91.1794 27.3068C91.1794 27.4473 91.1631 27.6092 91.1306 27.7924C91.1005 27.9455 91.063 28.0772 91.0179 28.1877ZM87.8572 27.2842H90.2184C90.2034 27.0106 90.107 26.8011 89.9293 26.6555C89.7542 26.5099 89.5089 26.4371 89.1936 26.4371C88.8883 26.4371 88.6218 26.5099 88.394 26.6555C88.1663 26.7985 87.9874 27.0081 87.8572 27.2842Z' fill='%230071B6'/%3E%3Cpath d='M96.4647 25.5939L95.6727 29.8666H94.738L94.8356 29.3132C94.5903 29.5492 94.3488 29.7173 94.1111 29.8177C93.8758 29.9181 93.6081 29.9683 93.3078 29.9683C92.7697 29.9683 92.338 29.8077 92.0127 29.4864C91.6874 29.1627 91.5247 28.7398 91.5247 28.2178C91.5247 28.0672 91.5397 27.9103 91.5697 27.7472C91.6473 27.318 91.81 26.9328 92.0577 26.5915C92.3055 26.2477 92.6121 25.9791 92.9774 25.7859C93.3453 25.5926 93.7369 25.496 94.1524 25.496C94.4602 25.496 94.7142 25.5487 94.9144 25.6541C95.1171 25.7595 95.286 25.9302 95.4212 26.1661L95.53 25.5939H96.4647ZM94.066 26.4371C93.7107 26.4371 93.3941 26.5626 93.1163 26.8136C92.8385 27.0646 92.6634 27.3833 92.5908 27.7698C92.5758 27.8626 92.5683 27.953 92.5683 28.0408C92.5683 28.3395 92.6621 28.5792 92.8498 28.7599C93.04 28.938 93.2978 29.0271 93.6231 29.0271C93.9935 29.0271 94.3138 28.9092 94.5841 28.6733C94.8568 28.4374 95.0283 28.1287 95.0983 27.7472C95.1183 27.6117 95.1284 27.5163 95.1284 27.4611C95.1284 27.1524 95.032 26.9052 94.8393 26.7195C94.6466 26.5313 94.3889 26.4371 94.066 26.4371Z' fill='%230071B6'/%3E%3Cpath d='M96.4572 28.5114H97.4895C97.5045 28.6921 97.5483 28.8239 97.6209 28.9067C97.696 28.987 97.8086 29.0271 97.9587 29.0271C98.0939 29.0271 98.2115 28.9882 98.3116 28.9104C98.4117 28.8301 98.473 28.7297 98.4955 28.6093C98.5005 28.5942 98.503 28.5716 98.503 28.5415C98.503 28.4261 98.4567 28.3382 98.3641 28.278C98.2991 28.2303 98.1352 28.1588 97.8724 28.0634C97.527 27.9379 97.278 27.7987 97.1254 27.6456C96.9727 27.49 96.8964 27.2955 96.8964 27.0621C96.8964 27.0119 96.9064 26.924 96.9264 26.7985C96.9965 26.4321 97.1904 26.1234 97.5083 25.8725C97.8261 25.6215 98.184 25.496 98.5819 25.496C98.8021 25.496 99.0023 25.5399 99.1825 25.6278C99.3652 25.7156 99.5078 25.8386 99.6104 25.9967C99.713 26.1498 99.7643 26.3242 99.7643 26.52C99.7643 26.5953 99.7568 26.6806 99.7418 26.776H98.7433C98.7358 26.5501 98.6219 26.4371 98.4017 26.4371C98.2916 26.4371 98.194 26.4723 98.1089 26.5426C98.0238 26.6103 97.9712 26.6956 97.9512 26.7985C97.9512 26.8036 97.95 26.8123 97.9475 26.8249C97.945 26.8374 97.9437 26.8462 97.9437 26.8512C97.9437 26.9541 97.995 27.0319 98.0976 27.0846C98.1652 27.1148 98.3291 27.1737 98.5894 27.2616C98.9347 27.372 99.1837 27.5038 99.3364 27.6569C99.489 27.8074 99.5654 27.9994 99.5654 28.2328C99.5654 28.3182 99.5578 28.411 99.5428 28.5114C99.4653 28.9205 99.2525 29.2656 98.9047 29.5466C98.5593 29.8277 98.1739 29.9683 97.7485 29.9683C97.4857 29.9683 97.248 29.9131 97.0353 29.8026C96.8226 29.6897 96.6662 29.5391 96.5661 29.3509C96.4835 29.1878 96.4422 28.9995 96.4422 28.7862C96.4422 28.7385 96.4472 28.6469 96.4572 28.5114Z' fill='%230071B6'/%3E%3Cpath d='M99.8769 29.8666L100.669 25.5939H101.69L100.898 29.8666H99.8769ZM100.752 25.1346L100.928 24.1709H101.953L101.773 25.1346H100.752Z' fill='%230071B6'/%3E%3Cpath d='M101.731 29.8666L102.523 25.5939H103.466L103.39 26.0042C103.613 25.8185 103.822 25.688 104.017 25.6127C104.215 25.5349 104.437 25.496 104.682 25.496C105.302 25.496 105.715 25.7144 105.921 26.151C105.996 26.3217 106.033 26.5137 106.033 26.727C106.033 26.9454 106.001 27.229 105.936 27.5778L105.511 29.8666H104.49L104.873 27.7773C104.926 27.4912 104.952 27.2679 104.952 27.1072C104.952 26.9265 104.921 26.7872 104.858 26.6894C104.751 26.5212 104.567 26.4371 104.306 26.4371C103.949 26.4371 103.668 26.5752 103.466 26.8512C103.385 26.9491 103.32 27.0708 103.27 27.2164C103.22 27.362 103.17 27.574 103.12 27.8526L102.752 29.8666H101.731Z' fill='%230071B6'/%3E%3Cpath d='M110.406 25.5939H111.382L110.737 29.0573C110.659 29.4839 110.558 29.8365 110.433 30.1151C110.31 30.3937 110.147 30.6321 109.945 30.8304C109.444 31.3248 108.818 31.572 108.068 31.572C107.545 31.572 107.114 31.4528 106.776 31.2143C106.439 30.9759 106.223 30.6421 106.131 30.213H107.294C107.412 30.3786 107.546 30.4953 107.696 30.5631C107.846 30.6333 108.04 30.6685 108.278 30.6685C109.036 30.6685 109.518 30.213 109.723 29.302C109.48 29.5379 109.24 29.7085 109.002 29.8139C108.767 29.9168 108.499 29.9683 108.199 29.9683C107.676 29.9683 107.258 29.8064 106.945 29.4827C106.635 29.1589 106.48 28.7323 106.48 28.2027C106.48 28.0471 106.495 27.8802 106.525 27.702C106.64 27.0696 106.935 26.5438 107.411 26.1247C107.886 25.7056 108.426 25.496 109.029 25.496C109.634 25.496 110.06 25.7093 110.305 26.136L110.406 25.5939ZM108.954 26.4371C108.603 26.4371 108.299 26.5576 108.041 26.7985C107.784 27.037 107.619 27.3532 107.546 27.7472C107.526 27.8451 107.516 27.9505 107.516 28.0634C107.516 28.3621 107.602 28.598 107.775 28.7712C107.95 28.9418 108.194 29.0271 108.507 29.0271C108.877 29.0271 109.194 28.9104 109.457 28.677C109.719 28.4411 109.887 28.1262 109.96 27.7321C109.98 27.5966 109.99 27.4987 109.99 27.4385C109.99 27.1323 109.897 26.8889 109.712 26.7082C109.527 26.5275 109.274 26.4371 108.954 26.4371Z' fill='%230071B6'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2466_77449' x1='0.212103' y1='27.7045' x2='80.6568' y2='27.7045' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DE7427'/%3E%3Cstop offset='1' stop-color='%23FEBD3C'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_2466_77449'%3E%3Crect width='112' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
/***************************************************************************************/
.icon-logo-replacement-warehousing {
    width: 410px;
    height: 120px;
    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='410' height='120' viewBox='0 0 210 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2666_43556)'%3E%3Cpath d='M1.44368 48.3605C1.48312 48.0961 1.7096 47.9004 1.97622 47.9004H112.697C113.026 47.9004 113.278 48.1939 113.229 48.5203L112.182 55.5403C112.143 55.8047 111.916 56.0004 111.65 56.0004H0.929196C0.600089 56.0004 0.347974 55.7069 0.396659 55.3805L1.44368 48.3605Z' fill='url(%23paint0_linear_2666_43556)'/%3E%3Cpath d='M149.891 2C150.638 2.13831 151.385 2.2447 152.117 2.41949C155.552 3.24023 158.288 5.06561 159.502 8.55831C160.861 12.4751 160.715 16.3812 158.447 19.9574C156.682 22.7464 153.976 24.163 150.829 24.7679C149.601 24.9986 148.354 25.1105 147.105 25.1023C144.191 25.1023 141.277 25.1023 138.364 25.1023H137.782C137.619 26.1327 137.459 27.1313 137.302 28.1299C136.732 31.7867 136.161 35.4441 135.59 39.1019C135.507 39.6384 135.291 39.8284 134.751 39.8299C132.519 39.8299 130.288 39.8299 128.058 39.8299C127.497 39.8299 127.268 39.564 127.356 38.9971C127.886 35.5905 128.42 32.1844 128.959 28.7789C129.478 25.4736 129.995 22.1674 130.511 18.8601C130.549 18.626 130.592 18.395 130.632 18.1716C130.858 18.0697 131.08 18.1138 131.29 18.1123C136.318 18.1042 141.347 18.0986 146.377 18.0956C147.145 18.1067 147.908 17.9801 148.633 17.7217C151.041 16.8219 151.782 14.9646 151.449 12.5982C151.166 10.6056 149.831 9.55839 147.672 9.53103C145.358 9.50671 143.042 9.53103 140.729 9.53103H131.945C132.15 8.21785 132.344 6.94723 132.543 5.69028C132.692 4.75555 132.863 3.82386 132.991 2.88609C133.002 2.70766 133.054 2.5344 133.144 2.38042C133.233 2.22645 133.357 2.0961 133.505 2L149.891 2Z' fill='%230071B6'/%3E%3Cpath d='M120.715 2C121.092 2.2447 121.13 2.58668 121.063 3.01224C120.543 6.26632 120.034 9.52343 119.534 12.7805C119.516 12.8945 119.519 13.0146 119.511 13.1301C119.693 13.2335 119.88 13.1864 120.059 13.1864C122.306 13.1864 124.553 13.1864 126.801 13.1864C127.587 13.1864 127.715 13.3231 127.599 14.1211C127.354 15.793 127.099 17.4648 126.834 19.1367C126.714 19.8967 126.574 19.9939 125.809 19.9939C123.495 19.9939 121.181 19.9939 118.867 19.9939H118.283C118.134 20.9484 117.975 21.8771 117.835 22.8088C117.536 24.6615 117.248 26.5142 116.975 28.37C116.815 29.272 116.824 30.1966 117.001 31.0952C117.336 32.5801 118.319 33.4692 119.813 33.6136C120.808 33.7239 121.815 33.6367 122.778 33.3568C123.512 33.1349 123.775 33.3932 123.654 34.1608C123.398 35.7627 123.149 37.3652 122.907 38.9682C122.85 39.3436 122.711 39.6688 122.331 39.7874C119.289 40.7358 116.216 41.0291 113.18 39.8497C110.69 38.8815 109.417 36.8494 108.939 34.252C108.533 32.0497 108.815 29.8701 109.165 27.6921C109.556 25.2603 109.934 22.8163 110.315 20.3785C110.328 20.2507 110.334 20.1224 110.334 19.9939H108.458C106.994 19.9939 105.529 19.9939 104.065 19.9939C103.479 19.9939 103.26 19.7644 103.343 19.1762C103.597 17.3858 103.871 15.5984 104.148 13.811C104.226 13.311 104.583 13.1864 105.031 13.1879C106.946 13.1879 108.86 13.1879 110.775 13.1879H111.358C111.519 12.1832 111.668 11.1983 111.818 10.2165C112.194 7.76037 112.569 5.30423 112.943 2.8481C112.963 2.6816 113.016 2.52091 113.098 2.37533C113.18 2.22976 113.29 2.10219 113.421 2L120.715 2Z' fill='%230071B6'/%3E%3Cpath d='M44.4808 2C44.7886 2.23862 44.8722 2.5426 44.811 2.93321C44.1766 6.97205 43.5487 11.0134 42.9273 15.0573C42.2789 19.2492 41.6316 23.441 40.9853 27.6329C40.4674 30.9766 39.9471 34.3158 39.4242 37.6504C39.351 38.1186 39.2748 38.5836 39.2076 39.0533C39.1419 39.5579 38.864 39.7996 38.3711 39.7996C36.208 39.7996 34.0389 39.7996 31.8788 39.7996C31.3142 39.7996 31.102 39.5321 31.1917 38.8876C31.3919 37.465 31.6219 36.047 31.8415 34.6319C32.4261 30.8576 33.0107 27.0832 33.5953 23.3088C34.2167 19.3176 34.8396 15.3269 35.4641 11.3367C35.9032 8.51423 36.3454 5.69332 36.7697 2.86937C36.782 2.69318 36.8353 2.52249 36.9252 2.37134C37.015 2.2202 37.1389 2.09293 37.2865 2L44.4808 2Z' fill='%230071B6'/%3E%3Cpath d='M32.9919 2C33.2906 2.27814 33.325 2.62315 33.2637 3.01224C32.965 4.8817 32.6737 6.75268 32.3824 8.62214C32.2554 9.43528 32.0836 9.59639 31.2769 9.59639C23.518 9.59841 15.758 9.59943 7.99699 9.59943C7.83715 9.59943 7.66536 9.64958 7.47266 9.50824C7.62204 8.48079 7.77142 7.43055 7.94321 6.38183C8.12247 5.22976 8.32713 4.08072 8.48846 2.92561C8.54374 2.53044 8.67818 2.22038 9.00832 2.00456L32.9919 2Z' fill='%230071B6'/%3E%3Cpath d='M208.841 25.6013C208.903 29.281 207.835 32.57 205.445 35.356C203.179 37.9991 200.306 39.6117 196.93 40.2546C193.39 40.9309 189.888 40.8336 186.573 39.2697C182.467 37.3318 180.129 34.0063 179.57 29.433C179.216 26.5452 179.493 23.7076 180.722 21.0508C182.682 16.8164 185.951 14.1034 190.374 12.9073C193.922 11.9452 197.513 11.933 200.968 13.3024C205.45 15.0777 208.029 18.47 208.749 23.3215C208.795 23.5885 208.826 23.858 208.841 24.1286C208.851 24.6195 208.841 25.1104 208.841 25.6013ZM187.752 26.1287C187.752 28.8645 188.317 30.3844 189.304 31.4894C191.396 33.8467 195.637 33.6172 197.747 31.9545C199.903 30.2568 200.638 27.9511 200.498 25.2822C200.411 23.6346 199.839 22.2014 198.615 21.0554C196.557 19.1297 192.819 19.3425 190.864 20.6784C188.669 22.1786 187.781 24.3429 187.752 26.1287Z' fill='%230071B6'/%3E%3Cpath d='M52.7232 28.551C52.8861 30.5831 53.8347 32.0255 55.5212 32.8949C57.9472 34.1457 60.4509 33.9466 62.9247 33.0316C63.9207 32.6422 64.8336 32.0611 65.6136 31.3203C66.1573 30.8263 66.4038 30.8491 66.8251 31.4403C67.7313 32.716 68.6346 33.9932 69.5349 35.272C69.9681 35.8875 69.9546 36.0805 69.4049 36.6171C67.7423 38.2388 65.7361 39.2267 63.5371 39.824C60.1939 40.7359 56.8223 40.9214 53.4986 39.824C48.7272 38.2464 45.9084 34.8661 45.0957 29.8384C44.5714 26.6071 44.797 23.4093 46.1758 20.3984C48.046 16.3281 51.1667 13.7261 55.46 12.7047C58.7688 11.9189 62.0866 11.9888 65.2461 13.3993C69.7933 15.4299 72.2761 19.5411 71.9101 24.7984C71.8418 25.7436 71.711 26.683 71.5187 27.6102C71.3544 28.4173 71.1796 28.5556 70.3729 28.5556H52.7232V28.551ZM64.1302 23.1995C64.1207 22.1826 63.7289 21.208 63.0352 20.4759C60.8124 18.0988 56.0142 18.5775 54.2888 21.3483C53.9249 21.8989 53.71 22.5375 53.6659 23.1995H64.1302Z' fill='%230071B6'/%3E%3Cpath d='M81.9988 28.6351C82.1481 30.5699 83.0922 32.0183 84.7803 32.8907C87.2586 34.1674 89.8026 33.9547 92.3242 32.9819C93.2981 32.6096 94.1362 31.9955 94.9175 31.2994C95.4418 30.8313 95.6793 30.8632 96.0871 31.4377C96.9934 32.7134 97.8982 33.9896 98.8014 35.2663C99.2227 35.8636 99.2122 36.0734 98.7058 36.5795C96.9311 38.3502 94.7516 39.3503 92.375 39.94C89.0317 40.7683 85.6766 40.8975 82.3901 39.6922C77.8399 38.0204 75.157 34.6629 74.3653 29.813C73.8514 26.6683 74.0426 23.5526 75.3482 20.607C77.2902 16.2267 80.6304 13.5502 85.2404 12.5957C88.361 11.9482 91.4801 12.0592 94.4529 13.3465C98.3159 15.0184 101.42 18.6205 101.162 24.1377C101.112 25.3205 100.968 26.4972 100.731 27.6563C100.582 28.4071 100.406 28.55 99.6484 28.55C93.9719 28.55 88.2953 28.55 82.6187 28.55C82.4275 28.553 82.2243 28.4983 81.9988 28.6351ZM93.4445 23.2C93.3923 21.8989 92.8963 20.8533 91.9134 20.0659C89.822 18.3941 86.1277 18.6449 84.2291 20.5645C83.5137 21.2627 83.0653 22.1967 82.9638 23.2H93.4445Z' fill='%230071B6'/%3E%3Cpath d='M6.45282 16.1113H30.1645C31.0369 16.1113 31.2102 16.2952 31.0817 17.1585C30.8168 18.9125 30.5419 20.6649 30.2571 22.4158C30.1197 23.2639 29.9882 23.3642 29.1487 23.3642C24.1533 23.3642 19.1579 23.3718 14.164 23.3536C13.689 23.3536 13.5321 23.4645 13.4589 23.9615C12.9346 27.5226 12.3684 31.0792 11.8157 34.6357C11.5876 36.0928 11.3606 37.5473 11.1345 38.9993C11.0344 39.6346 10.9134 39.7425 10.289 39.7425C8.39033 39.7425 6.49316 39.7425 4.59449 39.7425H3.94168C2.95874 39.7425 2.80338 39.5312 2.96173 38.5175C3.7206 33.6538 4.47498 28.7933 5.22489 23.9357C5.62673 21.3489 6.03604 18.7635 6.45282 16.1113Z' fill='%230071B6'/%3E%3Cpath d='M170.262 16.1444C170.78 15.427 171.248 14.8176 171.845 14.3206C173.22 13.1882 174.833 12.7095 176.553 12.5879C177.534 12.5132 178.522 12.5725 179.488 12.7642C180.16 12.901 180.292 13.0773 180.186 13.7612C179.887 15.7006 179.6 17.64 179.289 19.5763C179.185 20.2451 178.991 20.3363 178.333 20.2481C175.963 19.9061 173.686 20.1736 171.581 21.4154C170.566 22.012 169.723 22.8688 169.136 23.9004C168.746 24.5752 168.792 25.3701 168.674 26.1149C167.993 30.4222 167.33 34.7326 166.666 39.043C166.58 39.5993 166.354 39.803 165.789 39.803C163.658 39.809 161.527 39.809 159.396 39.803C158.771 39.803 158.541 39.5248 158.636 38.9153C159.621 32.4639 160.608 26.0125 161.595 19.5611C161.877 17.7221 162.168 15.886 162.457 14.0485C162.563 13.3767 162.775 13.1943 163.458 13.1943C165.539 13.1943 167.62 13.1943 169.702 13.1943C170.465 13.1943 170.653 13.4101 170.562 14.1823C170.525 14.5014 170.467 14.8176 170.413 15.1352C170.359 15.4529 170.328 15.7265 170.262 16.1444Z' fill='%230071B6'/%3E%3Cpath d='M207.413 48.123H209.259L208.038 54.6522C207.891 55.4565 207.7 56.1212 207.463 56.6464C207.231 57.1716 206.924 57.621 206.541 57.9948C205.594 58.9269 204.411 59.3929 202.992 59.3929C202.003 59.3929 201.189 59.1682 200.551 58.7187C199.912 58.2692 199.505 57.64 199.33 56.8309H201.53C201.752 57.1432 202.006 57.3632 202.289 57.4909C202.573 57.6234 202.94 57.6896 203.39 57.6896C204.823 57.6896 205.734 56.8309 206.122 55.1135C205.663 55.5582 205.209 55.8799 204.759 56.0786C204.314 56.2726 203.808 56.3696 203.24 56.3696C202.252 56.3696 201.462 56.0644 200.87 55.4541C200.283 54.8438 199.99 54.0395 199.99 53.0412C199.99 52.7478 200.018 52.4332 200.075 52.0973C200.293 50.905 200.851 49.9138 201.75 49.1237C202.649 48.3335 203.669 47.9385 204.809 47.9385C205.954 47.9385 206.758 48.3406 207.222 49.145L207.413 48.123ZM204.667 49.7127C204.005 49.7127 203.43 49.9398 202.942 50.394C202.455 50.8435 202.143 51.4396 202.006 52.1824C201.968 52.3669 201.949 52.5657 201.949 52.7786C201.949 53.3416 202.112 53.7863 202.439 54.1128C202.77 54.4345 203.231 54.5954 203.822 54.5954C204.523 54.5954 205.121 54.3754 205.618 53.9354C206.115 53.4906 206.432 52.8969 206.569 52.154C206.607 51.8986 206.626 51.714 206.626 51.6005C206.626 51.0233 206.451 50.5643 206.101 50.2237C205.75 49.883 205.273 49.7127 204.667 49.7127Z' fill='%230071B6'/%3E%3Cpath d='M191.012 56.178L192.51 48.123H194.291L194.149 48.8966C194.57 48.5464 194.965 48.3004 195.334 48.1585C195.708 48.0118 196.127 47.9385 196.59 47.9385C197.764 47.9385 198.544 48.3501 198.932 49.1733C199.074 49.4951 199.145 49.857 199.145 50.2592C199.145 50.6708 199.084 51.2054 198.961 51.8631L198.159 56.178H196.228L196.952 52.2392C197.052 51.6998 197.101 51.2788 197.101 50.976C197.101 50.6353 197.042 50.3727 196.924 50.1882C196.72 49.8712 196.373 49.7127 195.881 49.7127C195.204 49.7127 194.674 49.9729 194.291 50.4934C194.14 50.6779 194.017 50.9074 193.922 51.1818C193.827 51.4562 193.733 51.856 193.638 52.3811L192.943 56.178H191.012Z' fill='%230071B6'/%3E%3Cpath d='M187.505 56.1771L189.002 48.1221H190.933L189.435 56.1771H187.505ZM189.158 47.2563L189.492 45.4395H191.429L191.089 47.2563H189.158Z' fill='%230071B6'/%3E%3Cpath d='M181.04 53.6231H182.992C183.02 53.9638 183.103 54.2121 183.24 54.3683C183.382 54.5197 183.595 54.5954 183.879 54.5954C184.134 54.5954 184.357 54.522 184.546 54.3754C184.735 54.224 184.851 54.0347 184.894 53.8076C184.903 53.7792 184.908 53.7367 184.908 53.6799C184.908 53.4622 184.82 53.2966 184.645 53.1831C184.522 53.0932 184.212 52.9584 183.716 52.7786C183.063 52.542 182.592 52.2794 182.303 51.9908C182.015 51.6975 181.87 51.3308 181.87 50.8908C181.87 50.7962 181.889 50.6306 181.927 50.394C182.06 49.7032 182.426 49.1213 183.027 48.6482C183.628 48.175 184.305 47.9385 185.057 47.9385C185.473 47.9385 185.852 48.0213 186.192 48.1869C186.538 48.3525 186.808 48.5843 187.002 48.8824C187.195 49.171 187.292 49.4998 187.292 49.8688C187.292 50.0108 187.278 50.1716 187.25 50.3514H185.362C185.348 49.9256 185.133 49.7127 184.716 49.7127C184.508 49.7127 184.324 49.7789 184.163 49.9114C184.002 50.0392 183.903 50.2 183.865 50.394C183.865 50.4035 183.862 50.42 183.858 50.4437C183.853 50.4673 183.85 50.4839 183.85 50.4934C183.85 50.6873 183.947 50.834 184.141 50.9334C184.269 50.9901 184.579 51.1013 185.071 51.2669C185.724 51.4751 186.195 51.7235 186.483 52.0121C186.772 52.296 186.916 52.6579 186.916 53.0979C186.916 53.2588 186.902 53.4338 186.874 53.6231C186.727 54.3943 186.325 55.0448 185.667 55.5747C185.014 56.1047 184.286 56.3696 183.481 56.3696C182.985 56.3696 182.535 56.2655 182.133 56.0573C181.731 55.8444 181.435 55.5606 181.246 55.2057C181.09 54.8982 181.012 54.5433 181.012 54.1412C181.012 54.0513 181.021 53.8786 181.04 53.6231Z' fill='%230071B6'/%3E%3Cpath d='M181.062 48.1221L179.564 56.1771H177.776L177.925 55.4035C177.485 55.7583 177.08 56.0091 176.711 56.1558C176.347 56.2977 175.923 56.3687 175.441 56.3687C174.897 56.3687 174.428 56.2599 174.036 56.0422C173.648 55.8199 173.359 55.5052 173.17 55.0983C173.004 54.7435 172.921 54.3484 172.921 53.9131C172.921 53.5678 172.981 53.0781 173.099 52.4441L173.894 48.1221H175.831L175.086 52.0609C174.991 52.5766 174.944 53 174.944 53.3312C174.944 53.6577 175.001 53.9179 175.114 54.1119C175.337 54.4336 175.682 54.5945 176.15 54.5945C176.486 54.5945 176.799 54.5282 177.087 54.3957C177.376 54.2585 177.61 54.0669 177.79 53.8209C177.927 53.6411 178.041 53.4116 178.131 53.1325C178.22 52.8486 178.315 52.4441 178.414 51.9189L179.131 48.1221H181.062Z' fill='%230071B6'/%3E%3Cpath d='M168.528 47.9385C169.56 47.9385 170.404 48.2673 171.062 48.9249C171.724 49.5826 172.055 50.4058 172.055 51.3947C172.055 51.617 172.032 51.8749 171.984 52.1682C171.847 52.9252 171.528 53.6278 171.026 54.276C170.525 54.9195 169.91 55.4304 169.181 55.8089C168.457 56.1827 167.71 56.3696 166.938 56.3696C165.893 56.3696 165.034 56.0431 164.362 55.3902C163.69 54.7326 163.354 53.9093 163.354 52.9205C163.354 52.7123 163.378 52.4616 163.425 52.1682C163.567 51.397 163.889 50.6873 164.391 50.0392C164.892 49.3862 165.51 48.8729 166.243 48.4991C166.976 48.1254 167.738 47.9385 168.528 47.9385ZM168.117 49.7127C167.492 49.7127 166.908 49.954 166.364 50.4366C165.824 50.9144 165.493 51.4869 165.37 52.154C165.342 52.3196 165.327 52.4734 165.327 52.6153C165.327 53.1831 165.505 53.6562 165.86 54.0347C166.219 54.4085 166.681 54.5954 167.244 54.5954C167.887 54.5954 168.483 54.3588 169.032 53.8857C169.581 53.4078 169.917 52.8353 170.04 52.1682C170.068 52.0074 170.082 51.8465 170.082 51.6856C170.082 51.1132 169.898 50.6424 169.529 50.2734C169.164 49.8996 168.694 49.7127 168.117 49.7127Z' fill='%230071B6'/%3E%3Cpath d='M154.392 56.1771L156.379 45.4395H158.316L157.72 48.6756C158.061 48.4107 158.404 48.2191 158.749 48.1008C159.094 47.9825 159.478 47.9234 159.899 47.9234C160.49 47.9234 160.994 48.0393 161.41 48.2711C161.832 48.4982 162.132 48.827 162.312 49.2576C162.444 49.5888 162.51 49.9436 162.51 50.3221C162.51 50.6912 162.463 51.1264 162.369 51.628L161.524 56.1771H159.594L160.346 52.0609C160.426 51.6019 160.467 51.2495 160.467 51.0034C160.467 50.5445 160.367 50.2157 160.168 50.017C159.97 49.8135 159.653 49.7118 159.217 49.7118C158.531 49.7118 158.002 49.9815 157.628 50.5208C157.391 50.852 157.207 51.3772 157.074 52.0964L156.322 56.1771H154.392Z' fill='%230071B6'/%3E%3Cpath d='M153.71 53.0128H147.472C147.5 53.5001 147.687 53.8857 148.032 54.1696C148.378 54.4534 148.837 54.5954 149.409 54.5954C149.811 54.5954 150.157 54.5362 150.445 54.418C150.734 54.2949 151.027 54.0868 151.325 53.7934H153.433C153.244 54.1672 152.962 54.541 152.588 54.9147C151.576 55.8846 150.424 56.3696 149.132 56.3696C148.049 56.3696 147.166 56.0502 146.485 55.4115C145.809 54.7681 145.47 53.9472 145.47 52.9489C145.47 52.7313 145.494 52.4758 145.541 52.1824C145.683 51.4065 146 50.6944 146.492 50.0463C146.989 49.3933 147.597 48.88 148.316 48.5062C149.04 48.1277 149.79 47.9385 150.566 47.9385C151.607 47.9385 152.442 48.2531 153.071 48.8824C153.7 49.5116 154.015 50.3349 154.015 51.3521C154.015 51.617 153.984 51.9222 153.923 52.2676C153.866 52.5562 153.795 52.8046 153.71 53.0128ZM147.734 51.3095H152.198C152.17 50.7938 151.988 50.3987 151.652 50.1243C151.32 49.8499 150.857 49.7127 150.261 49.7127C149.683 49.7127 149.18 49.8499 148.749 50.1243C148.318 50.394 147.98 50.7891 147.734 51.3095Z' fill='%230071B6'/%3E%3Cpath d='M140.708 56.178L142.205 48.123H143.973L143.831 48.9108C144.157 48.5323 144.453 48.2768 144.718 48.1443C144.987 48.0071 145.33 47.9385 145.747 47.9385H145.896L145.548 49.7979C144.394 49.8263 143.701 50.4602 143.469 51.6998L142.638 56.178H140.708Z' fill='%230071B6'/%3E%3Cpath d='M140.632 48.123L139.134 56.178H137.367L137.551 55.1347C137.088 55.5795 136.631 55.8965 136.182 56.0857C135.737 56.275 135.231 56.3696 134.663 56.3696C133.646 56.3696 132.83 56.0668 132.215 55.4612C131.6 54.8509 131.292 54.0536 131.292 53.0695C131.292 52.7857 131.32 52.49 131.377 52.1824C131.524 51.3734 131.831 50.6471 132.3 50.0037C132.768 49.3555 133.348 48.8492 134.038 48.4849C134.734 48.1206 135.474 47.9385 136.26 47.9385C136.842 47.9385 137.322 48.0378 137.701 48.2365C138.084 48.4353 138.403 48.757 138.659 49.2017L138.864 48.123H140.632ZM136.097 49.7127C135.425 49.7127 134.826 49.9493 134.301 50.4224C133.776 50.8955 133.445 51.4964 133.308 52.225C133.279 52.4001 133.265 52.5704 133.265 52.736C133.265 53.299 133.442 53.7508 133.797 54.0915C134.157 54.4274 134.644 54.5954 135.259 54.5954C135.959 54.5954 136.565 54.373 137.076 53.9283C137.592 53.4835 137.916 52.9016 138.048 52.1824C138.086 51.9269 138.105 51.7472 138.105 51.6431C138.105 51.0611 137.923 50.5951 137.559 50.245C137.194 49.8901 136.707 49.7127 136.097 49.7127Z' fill='%230071B6'/%3E%3Cpath d='M121.164 56.1771L120 45.4395H122.037L122.534 52.9338L125.756 45.4395H127.21L127.615 52.9338L130.915 45.4395H132.952L127.821 56.1771H126.238L125.827 49.0731L122.732 56.1771H121.164Z' fill='%230071B6'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2666_43556' x1='0.392259' y1='51.946' x2='113.229' y2='51.946' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DE7427'/%3E%3Cstop offset='1' stop-color='%23FEBD3C'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_2666_43556'%3E%3Crect width='210' height='60' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.icon-logo-replacement-leasing {
    width: 410px;
    height: 120px;
    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='410' height='120' viewBox='0 0 210 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2652_76911)'%3E%3Cpath d='M1.44368 48.3605C1.48312 48.0961 1.7096 47.9004 1.97622 47.9004L150.697 47.9004C151.026 47.9004 151.278 48.1939 151.229 48.5203L150.182 55.5403C150.143 55.8047 149.916 56.0004 149.65 56.0004H0.929196C0.600089 56.0004 0.347974 55.7069 0.396659 55.3805L1.44368 48.3605Z' fill='url(%23paint0_linear_2652_76911)'/%3E%3Cpath d='M149.891 2C150.638 2.13831 151.385 2.2447 152.117 2.41949C155.552 3.24023 158.288 5.06561 159.502 8.55831C160.861 12.4751 160.715 16.3812 158.447 19.9574C156.682 22.7464 153.976 24.163 150.829 24.7679C149.601 24.9986 148.354 25.1105 147.105 25.1023C144.191 25.1023 141.277 25.1023 138.364 25.1023H137.782C137.619 26.1327 137.459 27.1313 137.302 28.1299C136.732 31.7867 136.161 35.4441 135.59 39.1019C135.507 39.6384 135.291 39.8284 134.751 39.8299C132.519 39.8299 130.288 39.8299 128.058 39.8299C127.497 39.8299 127.268 39.564 127.356 38.9971C127.886 35.5905 128.42 32.1844 128.959 28.7789C129.478 25.4736 129.995 22.1674 130.511 18.8601C130.549 18.626 130.592 18.395 130.632 18.1716C130.858 18.0697 131.08 18.1138 131.29 18.1123C136.318 18.1042 141.347 18.0986 146.377 18.0956C147.145 18.1067 147.908 17.9801 148.633 17.7217C151.041 16.8219 151.782 14.9646 151.449 12.5982C151.166 10.6056 149.831 9.55839 147.672 9.53103C145.358 9.50671 143.042 9.53103 140.729 9.53103H131.945C132.15 8.21785 132.344 6.94723 132.543 5.69028C132.692 4.75555 132.863 3.82386 132.991 2.88609C133.002 2.70766 133.054 2.5344 133.144 2.38042C133.233 2.22645 133.357 2.0961 133.505 2L149.891 2Z' fill='%230071B6'/%3E%3Cpath d='M120.715 2C121.092 2.2447 121.13 2.58668 121.063 3.01224C120.543 6.26632 120.034 9.52343 119.534 12.7805C119.516 12.8945 119.519 13.0146 119.511 13.1301C119.693 13.2335 119.88 13.1864 120.059 13.1864C122.306 13.1864 124.553 13.1864 126.801 13.1864C127.587 13.1864 127.715 13.3231 127.599 14.1211C127.354 15.793 127.099 17.4648 126.834 19.1367C126.714 19.8967 126.574 19.9939 125.809 19.9939C123.495 19.9939 121.181 19.9939 118.867 19.9939H118.283C118.134 20.9484 117.975 21.8771 117.835 22.8088C117.536 24.6615 117.248 26.5142 116.975 28.37C116.815 29.272 116.824 30.1966 117.001 31.0952C117.336 32.5801 118.319 33.4692 119.813 33.6136C120.808 33.7239 121.815 33.6367 122.778 33.3568C123.512 33.1349 123.775 33.3932 123.654 34.1608C123.398 35.7627 123.149 37.3652 122.907 38.9682C122.85 39.3436 122.711 39.6688 122.331 39.7874C119.289 40.7358 116.216 41.0291 113.18 39.8497C110.69 38.8815 109.417 36.8494 108.939 34.252C108.533 32.0497 108.815 29.8701 109.165 27.6921C109.556 25.2603 109.934 22.8163 110.315 20.3785C110.328 20.2507 110.334 20.1224 110.334 19.9939H108.458C106.994 19.9939 105.529 19.9939 104.065 19.9939C103.479 19.9939 103.26 19.7644 103.343 19.1762C103.597 17.3858 103.871 15.5984 104.148 13.811C104.226 13.311 104.583 13.1864 105.031 13.1879C106.946 13.1879 108.86 13.1879 110.775 13.1879H111.358C111.519 12.1832 111.668 11.1983 111.818 10.2165C112.194 7.76037 112.569 5.30423 112.943 2.8481C112.963 2.6816 113.016 2.52091 113.098 2.37533C113.18 2.22976 113.29 2.10219 113.421 2L120.715 2Z' fill='%230071B6'/%3E%3Cpath d='M44.4808 2C44.7886 2.23862 44.8722 2.5426 44.811 2.93321C44.1766 6.97205 43.5487 11.0134 42.9273 15.0573C42.2789 19.2492 41.6316 23.441 40.9853 27.6329C40.4674 30.9766 39.9471 34.3158 39.4242 37.6504C39.351 38.1186 39.2748 38.5836 39.2076 39.0533C39.1419 39.5579 38.864 39.7996 38.3711 39.7996C36.208 39.7996 34.0389 39.7996 31.8788 39.7996C31.3142 39.7996 31.102 39.5321 31.1917 38.8876C31.3919 37.465 31.6219 36.047 31.8415 34.6319C32.4261 30.8576 33.0107 27.0832 33.5953 23.3088C34.2167 19.3176 34.8396 15.3269 35.4641 11.3367C35.9032 8.51423 36.3454 5.69332 36.7697 2.86937C36.782 2.69318 36.8353 2.52249 36.9252 2.37134C37.015 2.2202 37.1389 2.09293 37.2865 2L44.4808 2Z' fill='%230071B6'/%3E%3Cpath d='M32.9919 2C33.2906 2.27814 33.325 2.62315 33.2637 3.01224C32.965 4.8817 32.6737 6.75268 32.3824 8.62214C32.2554 9.43528 32.0836 9.59639 31.2769 9.59639C23.518 9.59841 15.758 9.59943 7.99699 9.59943C7.83715 9.59943 7.66536 9.64958 7.47266 9.50824C7.62204 8.48079 7.77142 7.43055 7.94321 6.38183C8.12247 5.22976 8.32713 4.08072 8.48846 2.92561C8.54374 2.53044 8.67818 2.22038 9.00832 2.00456L32.9919 2Z' fill='%230071B6'/%3E%3Cpath d='M208.841 25.6013C208.903 29.281 207.835 32.57 205.445 35.356C203.179 37.9991 200.306 39.6117 196.93 40.2546C193.39 40.9309 189.888 40.8336 186.573 39.2697C182.467 37.3318 180.129 34.0063 179.57 29.433C179.216 26.5452 179.493 23.7076 180.722 21.0508C182.682 16.8164 185.951 14.1034 190.374 12.9073C193.922 11.9452 197.513 11.933 200.968 13.3024C205.45 15.0777 208.029 18.47 208.749 23.3215C208.795 23.5885 208.826 23.858 208.841 24.1286C208.851 24.6195 208.841 25.1104 208.841 25.6013ZM187.752 26.1287C187.752 28.8645 188.317 30.3844 189.304 31.4894C191.396 33.8467 195.637 33.6172 197.747 31.9545C199.903 30.2568 200.638 27.9511 200.498 25.2822C200.411 23.6346 199.839 22.2014 198.615 21.0554C196.557 19.1297 192.819 19.3425 190.864 20.6784C188.669 22.1786 187.781 24.3429 187.752 26.1287Z' fill='%230071B6'/%3E%3Cpath d='M52.7232 28.551C52.8861 30.5831 53.8347 32.0255 55.5212 32.8949C57.9472 34.1457 60.4509 33.9466 62.9247 33.0316C63.9207 32.6422 64.8336 32.0611 65.6136 31.3203C66.1573 30.8263 66.4038 30.8491 66.8251 31.4403C67.7313 32.716 68.6346 33.9932 69.5349 35.272C69.9681 35.8875 69.9546 36.0805 69.4049 36.6171C67.7423 38.2388 65.7361 39.2267 63.5371 39.824C60.1939 40.7359 56.8223 40.9214 53.4986 39.824C48.7272 38.2464 45.9084 34.8661 45.0957 29.8384C44.5714 26.6071 44.797 23.4093 46.1758 20.3984C48.046 16.3281 51.1667 13.7261 55.46 12.7047C58.7688 11.9189 62.0866 11.9888 65.2461 13.3993C69.7933 15.4299 72.2761 19.5411 71.9101 24.7984C71.8418 25.7436 71.711 26.683 71.5187 27.6102C71.3544 28.4173 71.1796 28.5556 70.3729 28.5556H52.7232V28.551ZM64.1302 23.1995C64.1207 22.1826 63.7289 21.208 63.0352 20.4759C60.8124 18.0988 56.0142 18.5775 54.2888 21.3483C53.9249 21.8989 53.71 22.5375 53.6659 23.1995H64.1302Z' fill='%230071B6'/%3E%3Cpath d='M81.9988 28.6351C82.1481 30.5699 83.0922 32.0183 84.7803 32.8907C87.2586 34.1674 89.8026 33.9547 92.3242 32.9819C93.2981 32.6096 94.1362 31.9955 94.9175 31.2994C95.4418 30.8313 95.6793 30.8632 96.0871 31.4377C96.9934 32.7134 97.8982 33.9896 98.8014 35.2663C99.2227 35.8636 99.2122 36.0734 98.7058 36.5795C96.9311 38.3502 94.7516 39.3503 92.375 39.94C89.0317 40.7683 85.6766 40.8975 82.3901 39.6922C77.8399 38.0204 75.157 34.6629 74.3653 29.813C73.8514 26.6683 74.0426 23.5526 75.3482 20.607C77.2902 16.2267 80.6304 13.5502 85.2404 12.5957C88.361 11.9482 91.4801 12.0592 94.4529 13.3465C98.3159 15.0184 101.42 18.6205 101.162 24.1377C101.112 25.3205 100.968 26.4972 100.731 27.6563C100.582 28.4071 100.406 28.55 99.6484 28.55C93.9719 28.55 88.2953 28.55 82.6187 28.55C82.4275 28.553 82.2243 28.4983 81.9988 28.6351ZM93.4445 23.2C93.3923 21.8989 92.8963 20.8533 91.9134 20.0659C89.822 18.3941 86.1277 18.6449 84.2291 20.5645C83.5137 21.2627 83.0653 22.1967 82.9638 23.2H93.4445Z' fill='%230071B6'/%3E%3Cpath d='M6.45282 16.1113H30.1645C31.0369 16.1113 31.2102 16.2952 31.0817 17.1585C30.8168 18.9125 30.5419 20.6649 30.2571 22.4158C30.1197 23.2639 29.9882 23.3642 29.1487 23.3642C24.1533 23.3642 19.1579 23.3718 14.164 23.3536C13.689 23.3536 13.5321 23.4645 13.4589 23.9615C12.9346 27.5226 12.3684 31.0792 11.8157 34.6357C11.5876 36.0928 11.3606 37.5473 11.1345 38.9993C11.0344 39.6346 10.9134 39.7425 10.289 39.7425C8.39033 39.7425 6.49316 39.7425 4.59449 39.7425H3.94168C2.95874 39.7425 2.80338 39.5312 2.96173 38.5175C3.7206 33.6538 4.47498 28.7933 5.22489 23.9357C5.62673 21.3489 6.03604 18.7635 6.45282 16.1113Z' fill='%230071B6'/%3E%3Cpath d='M170.262 16.1444C170.78 15.427 171.248 14.8176 171.845 14.3206C173.22 13.1882 174.833 12.7095 176.553 12.5879C177.534 12.5132 178.522 12.5725 179.488 12.7642C180.16 12.901 180.292 13.0773 180.186 13.7612C179.887 15.7006 179.6 17.64 179.289 19.5763C179.185 20.2451 178.991 20.3363 178.333 20.2481C175.963 19.9061 173.686 20.1736 171.581 21.4154C170.566 22.012 169.723 22.8688 169.136 23.9004C168.746 24.5752 168.792 25.3701 168.674 26.1149C167.993 30.4222 167.33 34.7326 166.666 39.043C166.58 39.5993 166.354 39.803 165.789 39.803C163.658 39.809 161.527 39.809 159.396 39.803C158.771 39.803 158.541 39.5248 158.636 38.9153C159.621 32.4639 160.608 26.0125 161.595 19.5611C161.877 17.7221 162.168 15.886 162.457 14.0485C162.563 13.3767 162.775 13.1943 163.458 13.1943C165.539 13.1943 167.62 13.1943 169.702 13.1943C170.465 13.1943 170.653 13.4101 170.562 14.1823C170.525 14.5014 170.467 14.8176 170.413 15.1352C170.359 15.4529 170.328 15.7265 170.262 16.1444Z' fill='%230071B6'/%3E%3Cpath d='M155.98 55.9998L157.958 45.3203H159.936L158.303 54.1081H161.562L161.217 55.9998H155.98Z' fill='%230071B6'/%3E%3Cpath d='M170.663 52.8517H164.476C164.504 53.3364 164.689 53.7199 165.032 54.0023C165.374 54.2846 165.83 54.4258 166.397 54.4258C166.796 54.4258 167.139 54.367 167.425 54.2493C167.711 54.127 168.002 53.9199 168.298 53.6282H170.388C170.2 53.9999 169.921 54.3717 169.55 54.7434C168.546 55.7081 167.404 56.1904 166.123 56.1904C165.048 56.1904 164.173 55.8728 163.497 55.2375C162.826 54.5975 162.491 53.7811 162.491 52.7882C162.491 52.5717 162.514 52.3176 162.561 52.0259C162.702 51.2542 163.017 50.546 163.505 49.9013C163.997 49.2519 164.6 48.7413 165.313 48.3696C166.031 47.9931 166.775 47.8049 167.545 47.8049C168.577 47.8049 169.405 48.1178 170.029 48.7437C170.653 49.3695 170.965 50.1883 170.965 51.2C170.965 51.4636 170.935 51.7671 170.874 52.1106C170.817 52.3976 170.747 52.6447 170.663 52.8517ZM164.736 51.1577H169.163C169.135 50.6448 168.955 50.2518 168.621 49.9789C168.293 49.706 167.833 49.5695 167.242 49.5695C166.669 49.5695 166.17 49.706 165.743 49.9789C165.316 50.2471 164.98 50.6401 164.736 51.1577Z' fill='%230071B6'/%3E%3Cpath d='M180.875 47.9884L179.39 55.9998H177.638L177.821 54.9622C177.361 55.4045 176.908 55.7198 176.462 55.9081C176.021 56.0963 175.519 56.1904 174.956 56.1904C173.947 56.1904 173.138 55.8892 172.528 55.2869C171.918 54.6799 171.613 53.887 171.613 52.9082C171.613 52.6259 171.641 52.3318 171.697 52.0259C171.843 51.2212 172.148 50.4989 172.612 49.8589C173.077 49.2142 173.652 48.7107 174.337 48.3484C175.026 47.9861 175.761 47.8049 176.54 47.8049C177.117 47.8049 177.593 47.9037 177.968 48.1014C178.348 48.299 178.665 48.619 178.919 49.0613L179.123 47.9884H180.875ZM176.378 49.5695C175.711 49.5695 175.118 49.8048 174.597 50.2754C174.076 50.7459 173.748 51.3436 173.612 52.0682C173.583 52.2423 173.569 52.4117 173.569 52.5764C173.569 53.1364 173.745 53.5858 174.097 53.9246C174.454 54.2587 174.937 54.4258 175.547 54.4258C176.242 54.4258 176.842 54.2046 177.349 53.7623C177.86 53.3199 178.182 52.7411 178.313 52.0259C178.351 51.7718 178.37 51.593 178.37 51.4894C178.37 50.9106 178.189 50.4471 177.828 50.0989C177.466 49.746 176.983 49.5695 176.378 49.5695Z' fill='%230071B6'/%3E%3Cpath d='M180.861 53.4588H182.797C182.825 53.7976 182.907 54.0446 183.043 54.1999C183.184 54.3505 183.395 54.4258 183.677 54.4258C183.93 54.4258 184.15 54.3528 184.338 54.207C184.526 54.0564 184.641 53.8682 184.683 53.6423C184.692 53.614 184.697 53.5717 184.697 53.5152C184.697 53.2988 184.61 53.1341 184.437 53.0211C184.315 52.9317 184.007 52.7976 183.515 52.6188C182.867 52.3835 182.4 52.1223 182.114 51.8353C181.828 51.5436 181.685 51.1789 181.685 50.7412C181.685 50.6471 181.703 50.4824 181.741 50.2471C181.872 49.5601 182.236 48.9813 182.832 48.5108C183.428 48.0402 184.099 47.8049 184.845 47.8049C185.258 47.8049 185.633 47.8873 185.971 48.052C186.314 48.2166 186.581 48.4472 186.773 48.7437C186.966 49.0307 187.062 49.3578 187.062 49.7248C187.062 49.866 187.048 50.026 187.02 50.2048H185.148C185.133 49.7813 184.92 49.5695 184.507 49.5695C184.301 49.5695 184.118 49.6354 183.958 49.7672C183.799 49.8942 183.7 50.0542 183.662 50.2471C183.662 50.2566 183.66 50.273 183.655 50.2966C183.651 50.3201 183.648 50.3366 183.648 50.346C183.648 50.5389 183.745 50.6848 183.937 50.7836C184.064 50.8401 184.371 50.9506 184.859 51.1153C185.507 51.3224 185.973 51.5694 186.26 51.8565C186.546 52.1388 186.689 52.4988 186.689 52.9364C186.689 53.0964 186.675 53.2705 186.647 53.4588C186.501 54.2258 186.102 54.8728 185.45 55.3998C184.803 55.9269 184.08 56.1904 183.282 56.1904C182.79 56.1904 182.344 56.0869 181.945 55.8798C181.546 55.6681 181.253 55.3857 181.065 55.0328C180.91 54.7269 180.833 54.374 180.833 53.974C180.833 53.8846 180.842 53.7129 180.861 53.4588Z' fill='%230071B6'/%3E%3Cpath d='M187.273 55.9998L188.758 47.9884H190.673L189.188 55.9998H187.273ZM188.913 47.1273L189.244 45.3203H191.165L190.828 47.1273H188.913Z' fill='%230071B6'/%3E%3Cpath d='M190.75 55.9998L192.235 47.9884H194.002L193.861 48.7578C194.279 48.4096 194.67 48.1649 195.036 48.0237C195.407 47.8778 195.822 47.8049 196.282 47.8049C197.446 47.8049 198.22 48.2143 198.605 49.0331C198.746 49.3531 198.816 49.713 198.816 50.113C198.816 50.5224 198.755 51.0542 198.633 51.7083L197.838 55.9998H195.923L196.641 52.0824C196.74 51.5459 196.789 51.1271 196.789 50.8259C196.789 50.4871 196.73 50.226 196.613 50.0424C196.411 49.7272 196.066 49.5695 195.578 49.5695C194.907 49.5695 194.382 49.8283 194.002 50.346C193.852 50.5295 193.73 50.7577 193.636 51.0306C193.542 51.3036 193.448 51.7012 193.354 52.2235L192.665 55.9998H190.75Z' fill='%230071B6'/%3E%3Cpath d='M207.016 47.9884H208.846L207.635 54.4822C207.49 55.2822 207.3 55.9433 207.065 56.4657C206.835 56.988 206.53 57.435 206.15 57.8068C205.212 58.7338 204.039 59.1973 202.631 59.1973C201.65 59.1973 200.843 58.9738 200.21 58.5268C199.576 58.0797 199.173 57.4539 198.999 56.6492H201.181C201.402 56.9598 201.653 57.1786 201.934 57.3056C202.216 57.4374 202.579 57.5033 203.025 57.5033C204.447 57.5033 205.35 56.6492 205.735 54.941C205.28 55.3834 204.829 55.7034 204.383 55.901C203.942 56.0939 203.44 56.1904 202.877 56.1904C201.897 56.1904 201.113 55.8869 200.526 55.2798C199.945 54.6728 199.654 53.8729 199.654 52.88C199.654 52.5882 199.682 52.2753 199.738 51.9412C199.954 50.7554 200.508 49.7695 201.399 48.9837C202.291 48.1978 203.302 47.8049 204.433 47.8049C205.568 47.8049 206.366 48.2049 206.826 49.0048L207.016 47.9884ZM204.292 49.5695C203.635 49.5695 203.065 49.7954 202.582 50.2471C202.098 50.6942 201.789 51.2871 201.653 52.0259C201.615 52.2094 201.596 52.407 201.596 52.6188C201.596 53.1788 201.758 53.6211 202.082 53.9458C202.41 54.2658 202.868 54.4258 203.454 54.4258C204.149 54.4258 204.742 54.207 205.235 53.7693C205.728 53.327 206.042 52.7364 206.178 51.9976C206.216 51.7435 206.235 51.56 206.235 51.4471C206.235 50.873 206.061 50.4165 205.714 50.0777C205.366 49.7389 204.893 49.5695 204.292 49.5695Z' fill='%230071B6'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2652_76911' x1='0.39281' y1='51.946' x2='151.227' y2='51.946' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DE7427'/%3E%3Cstop offset='1' stop-color='%23FEBD3C'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_2652_76911'%3E%3Crect width='210' height='60' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.h1-name-page-logistics .text-important-update {
    font-family: Evolventa;
    font-weight: 700;
    font-size: 40px;
    line-height: 65px;
    margin-top: 35px;
    display: inline-block;
    text-align: center;
    color: rgba(0, 113, 182, 1);
}
.h1-name-page-logistics .name-text-warehouse {
    font-family: Evolventa;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    text-transform: lowercase;
    color: rgba(0, 113, 182, 1);
}
.h1-name-page-logistics .name-white-text-warehouse {
    font-family: Evolventa;
    font-weight: 700;
    font-style: oblique;
    font-size: 70px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    text-transform: uppercase;
    color: rgb(255 255 255);
    vertical-align: middle;
}
.text-news-upcoming-update {
    font-family: Evolventa;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    text-align: left;
    margin: 40px 20px;
    color: rgba(0, 113, 182, 1);
}
.text-news-upcoming-update div > span {
    font-weight: 700;
}
.text-news-upcoming-update > div {
    text-indent: 1.5em;
}
.text-news-upcoming-update .h1-leasing-name-page.leasing-font-color-60 {
    color: rgba(0, 113, 182, 1);
    margin-top: 15px;
    margin-bottom: 15px;
}
.sms-consent p {
    margin: 0 0 8px;
}

.sms-consent ul {
    margin: 0 0 8px 20px;
}

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

@media (max-width: 1450px) {
    .nv-nav-wrap .nav-menu-primary .primary-menu-ul.menu-desktop li.menu-item a {
        font-size: 14px;
    }
    .leasing-header-wrap .nav-ul li.menu-item.menu-item-type-custom {
        margin: 0 5px;
    }
    .header-wrapper-leasing .site-header .header--row-inner {
        padding: 0 20px;
    }
    .h1-name-page-logistics .name-white-text-warehouse {
        font-size: 60px;
        line-height: 120%;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 1250px) {
    .header--row-inner.header-main-inner .builder-item .builder-item--logo {
        max-width: 170px;
    }
    .site-logo .title-with-logo>:first-child {
        max-width: 170px;
    }
    .h1-name-page-logistics .name-white-text-warehouse {
        font-size: 50px;
    }
    .leasing-header-wrap .header-main-inner .row.row--wrapper {
        flex-wrap: nowrap;
    }
    .leasing-header-wrap .nav-ul li.menu-item.menu-item-type-custom {
        margin: 0 2px;
    }
    .leasing-header-wrap .nav-ul .wrap a .dd-title {
        text-align: center;
    }
    .leasing-btn {
        margin-bottom: 10px;
    }
}
@media (max-width: 1155px) {
    section.get-a-quote-page .quote-block-send-request {
        align-items: center;
        justify-content: center;
        height: 150px;
        flex-direction: column;
    }
    section.get-a-quote-page .quote-block-send-request .icon-send-request {
        bottom: 14px;
    }
}
@media (max-width: 1100px) {
    .mobile-block-is-becoming {
        flex-direction: column;
    }
    .h1-name-page-logistics .text-important-update.mobile-block-important-update {
        font-size: 25px;
        line-height: 30px;
    }
}
@media (max-width: 1000px) {
    .h1-name-page-logistics .name-white-text-warehouse {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    section.get-a-quote-page .leasing-block-width-60.media-decktop-right-block-quote {
        width: 100%;
        padding: 100px 40px 40px 40px;
        background: rgba(255, 255, 255, 1);
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .neve-main section.get-a-quote-page {
        padding: 0 0 0 0;
    }
    .neve-main section.get-a-quote-page .container {
        padding: 0;
        margin-bottom: 0px;
    }
    section.get-a-quote-page .media-decktop-left-block-quote {
        display: none;
    }
    section.get-a-quote-page .media-mobile-left-block-quote {
        display: block;
    }
    .neve-main section.get-a-quote-page .container > h1 {
        display: none;
    }

    /*** new ***/
    .wrapper-main-page-logistics .banner-block-main .banner-block-text {
        padding: 0 20px;
        bottom: 0;
    }
    /*** new ***/
}
@media (max-width: 800px) {
    .h1-name-page-logistics .name-white-text-warehouse {
        font-size: 30px;
    }
}
@media (max-width: 600px) {
    section.get-a-quote-page .modal-block-flex-center-start.quote-input {
        flex-direction: column;
    }
    section.get-a-quote-page .modal-block-flex-center-start.quote-input .get-quote-block-width-50i {
        width: 100%;
    }
    section.get-a-quote-page .modal-block-flex-center-start.quote-input .get-quote-block-padding-right-20 {
        padding-right: 0;
    }
    .modal-body .text-thankyou {
        font-size: 15px;
        margin-bottom: 8px;
    }
    .modal-title.modal-title-thankyou {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .modal-body .footer-thankyou {
        flex-direction: column;
    }
    .modal-body .footer-thankyou > div {
        width: 100%;
    }
    .modal-body .footer-thankyou .close.close-btn-footer-neve {
        width: 100%;
        margin-top: 15px;
    }
    .h1-name-page-logistics .name-white-text-warehouse {
        font-size: 24px;
    }
    .call-name-footer-yellow {
        font-size: 15px;
    }
}