:root {
    --main-color: #2e2e2e;
    --gray-bg: #d1d1d1;
    --padding-desktop: 85px;
    --heading-margin-bottom: 30px;
}

@media(max-width: 767.98px), (max-height: 567px) {
    :root {
        --padding-desktop: 45px;
        --heading-margin-bottom: 20px;
    }
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Regular.eot');
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('../fonts/montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/montserrat/Montserrat-Regular.woff') format('woff'),
        url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Bold.eot');
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('../fonts/montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-MediumItalic.eot');
    src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'),
        url('../fonts/montserrat/Montserrat-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat/Montserrat-MediumItalic.woff2') format('woff2'),
        url('../fonts/montserrat/Montserrat-MediumItalic.woff') format('woff'),
        url('../fonts/montserrat/Montserrat-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Medium.eot');
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
        url('../fonts/montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
        url('../fonts/montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/montserrat/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Thin.eot');
    src: local('Montserrat Thin'), local('Montserrat-Thin'),
        url('../fonts/montserrat/Montserrat-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat/Montserrat-Thin.woff2') format('woff2'),
        url('../fonts/montserrat/Montserrat-Thin.woff') format('woff'),
        url('../fonts/montserrat/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
p {
    font-size: 18px;
    font-weight: 500;
}
.navbar {
    height: 165px;
    transition: all .4s ease-in-out;
    align-items: flex-start;
}
.navbar.scrolled {
    background-color: #fff;
    box-shadow: 0 8px 8px -4px rgba(0,0,0,.5);
    color: var(--main-color) !important;
    height: 85px !important;
}
h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 35px;
    margin-bottom: var(--heading-margin-bottom);
    font-family: 'Montserrat', sans-serif;
}
@media (max-width: 991.98px){
    h2 br {
        display: none;
    }
}
h3 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
}
.container {
    z-index: 1;
}

.navbar .logo {
    height: 120px;
    opacity: 1;
}

.navbar .logo-scrolled {
    opacity: 0;
}

.navbar.scrolled .logo {
    opacity: 0;
}

.navbar.scrolled .logo-scrolled {
    opacity: 1;
    padding-top: 8px;
}
@media(max-width: 992px) {
    .navbar.scrolled .logo-scrolled {
        height: 50px;
    }
}
.logo, .logo-scrolled {
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s ease-in-out;
}

.navbar.scrolled .logo {
    height: 90px;
    top: -18px;
}
.left-menu {
    justify-content: space-between;
}
.right-menu .nav-item:last-child .nav-link {
    margin-right: 0;
}
nav .left-menu .nav-link {
    margin-right: 60px;
}
nav .top-line {
    line-height: 1;
    margin-bottom: 0px;
}

nav .top-line .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}
nav.scrolled .top-line .navbar-nav .nav-link {
    color: var(--main-color);
}
.scrolled .nav-link {
    padding-top: 6px;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
}
.left-menu, .right-menu {
    align-self: end;
}
nav .left-menu .navbar-nav .nav-link,
nav .right-menu.navbar-nav .nav-link {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    font-style: normal;
    white-space: nowrap;
    text-transform: capitalize;
    align-items: flex-end;
    padding-bottom: 0px;
}
nav.scrolled .left-menu .navbar-nav .nav-link,
nav.scrolled .right-menu.navbar-nav .nav-link {
    color: var(--main-color);
}
nav .top-line .navbar-nav .nav-link.telephone {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
}
@media(min-width: 576px) {
    nav .top-line .navbar-nav .nav-link.telephone i {
        display: none;
    }
}
@media(max-width: 767.98px) {
    nav .top-line .navbar-nav .nav-link.telephone i {
        display: inline-block;
    }
}
@media(min-width: 768px) {
    .navbar:not(.scrolled) #navbarNav10 {
        margin-top: 13px;
    }
}


.main-banner {
    position: relative;
    background-image: url('../images/main-banner.webp');
    background-size: cover;
    background-position: center;
    /* Added */
    min-height: 80vh;
    height: 100vh;
    -webkit-box-shadow: inset -1px 213px 98px -4px rgba(0, 0, 0, .2);
    box-shadow: inset -1px 213px 98px -4px rgba(0, 0, 0, .2);
}

.main-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 40%;
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    opacity: 0.741;
}

.main-banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
}

@media(max-width: 575px) {
    .main-banner {
        min-height: 100vh;
    }
}

.banner-caption {
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 20px;
}
@media(max-width: 575px) {
    .banner-caption {
        justify-content: center;
    }
}
.banner-title {
    font-size: 60px;
    line-height: 1.0333;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 30px;
}
@media(max-height: 567px) {
    .banner-title {
        font-size: 50px;
    }
}
.banner-btn {
    margin-bottom: 50px;
}
.banner-btn .btn {
    border: 2px solid #fff;
}
@media(max-width: 991px) {
    .banner-title {
        font-size: 60px;
    }
}

@media(max-width: 540px) {
    .banner-title {
        font-size: 40px;
    }
}

.banner-text {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.1px;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 15px;
}
.banner-text p {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .5px;
}
.btn {
    background-color: #2e2e2e;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
    padding: 16px 27px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.5px;
}

.btn:active,
.btn:hover {
    color: #fff;
}

.btn i {
    margin-left: 19px;
}

.btn-white {
    color: #999;
    background: #fff;
    font-weight: 700;
}

.btn-white:active,
.btn-white:hover {
    color: #ccc;
    background-color: #fff;
    text-decoration: underline;
}

#confidenceblock h2 {
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 35px;
    color: #393939;
    padding-right: 30px;
}
.confidenceblock__text {
    padding-left: 40px;
    padding-top: 20px;
    color: #3a3a3a;
}
.confidenceblock__link {
    background: transparent;
    color: #69bae5;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.confidenceblock__link i {
    margin-left: 19px;
}
.confidenceblock__link:hover {
    text-decoration: none;
    color: #3a3a3a;
}
.button-container {
    position: relative;
}
  @-webkit-keyframes ani {
    from {
     -webkit-mask-position: 0 0;
     -moz-mask-position: 0 0;
     -ms-mask-position: 0 0;
     -o-mask-position: 0 0;
     mask-position: 0 0;
    }
   
    to {
     -webkit-mask-position: 100% 0;
     -moz-mask-position: 100% 0;
     -ms-mask-position: 100% 0;
     -o-mask-position: 100% 0;
     mask-position: 100% 0;
    }
   }
  @keyframes ani {
    from {
     -webkit-mask-position: 0 0;
     -moz-mask-position: 0 0;
     -ms-mask-position: 0 0;
     -o-mask-position: 0% 0;
     mask-position: 0 0;
    }
   
    to {
     -webkit-mask-position: 100% 0;
     -moz-mask-position: 100% 0;
     -ms-mask-position: 100% 0;
     -o-mask-position: 100% 0;
     mask-position: 100% 0;
    }
   }
   
   @-webkit-keyframes ani2 {
    from {
     -webkit-mask-position: 100% 0;
     mask-position: 100% 0;
    }
   
    to {
     -webkit-mask-position: 0 0;
     -moz-mask-position: 0 0;
     -ms-mask-position: 0 0;
     -o-mask-position: 0 0;
     mask-position: 0 0;
    }
   }
.banners-tree-in-row .overflow-hidden {
    overflow: hidden;
}

.banners-tree-in-row .row>div {
    height: 450px;
}
@media (max-width: 1199px) {
    #confidenceblock h2 {
        padding-right: 0px;
    }
}
@media(min-width: 768px) {
    .banners-tree-in-row .row>div {
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    .banners-tree-in-row .row>div:first-of-type {
        border-left: 0;
    }
    .banners-tree-in-row .row>div:last-of-type {
        border-right: 0;
    }
}

@media(max-width: 767px) {
    .banners-tree-in-row .row>div {
        border-bottom: 4px solid #fff;
    }
    .banners-tree-in-row .row>div:last-of-type {
        border-right: 0;
    }
    .confidenceblock__text {
        padding-left: 0px;
    }
    .banner-text {
        width: 100%;
        line-height: 1.2;
    }
}

.banners-tree-in-row .content h2 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    line-height: 30px;
    z-index: 1;
    width: 50%;
}


@media(max-width: 991px) and (min-width: 768px) {
    .banners-tree-in-row .content h2 {
        font-size: 26px;
    }
}
.service__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; 
    grid-column-gap: 30px;
    width: 100%;
    padding: 0px 15px;
    z-index: 1;
}
.service__item {
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     position: relative;
}

.service__item::before {
    content: "";
    position: absolute;
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    opacity: 0.639; 
    width: 100%;
    height: 25%;
    bottom: 0;
}

.banners-tree-in-row .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    font-size: 24px;
}
.service__headline {
    height: 20%;
}

.service__headline h3 {
    font-weight: bold;
    color: #2e2e2e;
    text-transform: uppercase;
    padding: 0px 23px 19px 0px;
    display: inline-block;
    font-size: 36px;
}
.service__item .content {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 30px;
    -webkit-box-shadow: inset -1px -251px 98px -100px rgba(0, 0, 0, .5);
    box-shadow: inset -1px -251px 98px -100px rgba(0, 0, 0, .5);
}    
.service__first .content {
    height: 65%;
}
.service__item .content img {
    z-index: -1;
}
.service__second .content img {
    height: 100%;
}
.service__third .content img {
    height: 75%;
}
.service__forth .content img {
    height: 83%;
}
.banners-tree-in-row img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
}
.seporator {
    position: relative;
    margin-bottom: 20px;
}
.seporator img {
    width: auto;
    height: auto;
    position: static;
}

.text-with-image {
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
}

.text-with-image .image-wrapper {
    position: static;
}

.text-with-image .blockBG {
    position: absolute;
    right: 45%;
    transform: translateX(50%);
    top: 10%;
    z-index: -1;
}
nav.navbar .container {
    display: flex;
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
}
@media(min-width: 768px){
    .navbar.navbar:not(.scrolled) .header-contact-info,
    .navbar:not(.scrolled) .navbar-toggler {
        display: none;
    }
    nav.navbar:not(.scrolled) .container {
        margin-top: 6px;
    }
}
@media(max-width: 991px) {
    .service__headline {
        height: 100%;
    }
    .service__wrapper .service__item + .service__item {
        margin-top:30px;
    }
    .service__wrapper {
        grid-template-columns: 1fr; 
    }
    
    .navbar-toggler {
        padding: 20px;
        border: 0;
        outline: none !important;
        z-index: 9;
        z-index: 10;
    }
    .scrolled .navbar-toggler {
        display: block!important;
    }
    .collapse:not(.show) {
        display: flex;
    }
    .collapse.show {
        display: flex;
    }

    nav.scrolled .left-menu .navbar-nav .nav-link,
    nav.scrolled .right-menu.navbar-nav .nav-link {
        font-size: 30px;
        color: #fff !important;
    }

    .left-menu .nav-item, 
    .right-menu .nav-item {
        text-align: center;
    }

    nav.navbar.scrolled .left-menu {
        position: fixed;
        top: 0;
        left: -380px;
        background-color: #2e2e2e;
        height: calc(100 * var(--vh,vh));
        width: 380px;
        transition: left .2s ease-in-out;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9;
        transition: left .2s ease-in-out, width .2s ease-in-out;
    }

    nav.navbar.scrolled .left-menu.show {
        left: 0;
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header-contact-info {
        font-size: 18px;
        width: auto;
    }
    .header-contact-info a.telephone {
        color: #fff;
        padding: 20px;
    }
    .navbar.scrolled .header-contact-info a {
        color: #202020;
    }

    .navbar.scrolled .navbar-toggler {
        color: #202020;
    }

    .navbar .navbar-toggler {
        transition: all .5s ease-in-out;
    }

    .navbar .navbar-toggler:not(.collapsed) {
        padding-left: 317px !important;
    }

    .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        transform: rotate(45deg);
        height: 0;
        border-top: 0px solid #fff !important;
        border-bottom: 3px solid #fff !important;
        width: 28px;
    }

    .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
        background-color: #fff !important;
        transform: rotate(90deg);
    }

    .navbar .navbar-toggler-icon {
        width: 21px;
        height: 18px;
        border-bottom: 3px solid #fff;
        border-top: 3px solid #fff;
        background-image: none;
        position: relative;
        transition: all .3s ease-in-out .1s;
    }

    .navbar .navbar-toggler-icon::before {
        content: "";
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: #fff;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .navbar.scrolled .navbar-toggler-icon {
        border-bottom: 3px solid #202020 !important;
        border-top: 3px solid #202020 !important;
    }

    .navbar.scrolled .navbar-toggler-icon::before {
        background-color: #202020 !important;
    }

    nav.navbar .container {
        flex-direction: row;
        padding-left: 0;
        padding-right: 0;
    }

    nav .left-menu .nav-link {
        margin-right: 40px;
    }

    .banners-tree-in-row .row>div {
        height: auto;
    }
    .service__third .content img {
        top: 0px;
        bottom: auto;
    }
    .service__third .content img, .service__forth .content img {
        height: 100%; 
    }

    #advantages-icons .icons__wrapper {
        display: grid;
        grid-template-columns: repeat(3,1fr);
    }

    .service__first .content {
        height: 100%;
    }
     
    .service__item .content {
        height: 300px;
    }

    .service__headline {
        height: auto;
    }

    nav.navbar.scrolled .left-menu {
        flex-direction: column;
        justify-content: space-between;
    }

    .scrolled #navbarNav10 > div:nth-child(2) {
        display: none;
    }

    .scrolled #navbarNav10 > div:nth-child(1) {
        flex: 1;
        display: flex;
        align-items: center;
        z-index: 1;
    }

    .mobile-menu-footer a {
        text-decoration: none;
        color: #fff;
        text-align: center;
        padding-bottom: 0;
    }

    .mobile-menu-footer {
        margin-bottom: 20px;
        z-index: 1;
    }

    .scrolled .left-menu::before {
        content: "";
        background: url('/images/top.webp') no-repeat top center;
        width: 100%;
        position: absolute;
        height: 50%;
        top: 0;
        left: 0;
    }

    .scrolled .left-menu::after {
        content: "";
        background: url('/images/bottom.webp') no-repeat bottom center;
        width: 100%;
        position: absolute;
        height: 50%;
        bottom: 0;
        left: 0;
    }
    nav.navbar.scrolled .container {
        max-width: 100%;
    }
    .navbar.scrolled {
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media(max-width: 767px) {
    .navbar {
        padding-left: 8px;
        padding-right: 8px;
    }
    nav.navbar .container {
        max-width: 100%;
    }
    #navbarNav10 > div:nth-child(2) {
        display: none;
    }

    #navbarNav10 > div:nth-child(1) {
        flex: 1;
        display: flex;
        align-items: center;
        z-index: 1;
    }
    nav .left-menu .navbar-nav .nav-link,
    nav .right-menu.navbar-nav .nav-link {
        font-size: 30px;
        color: #fff !important;
    }
    nav.navbar .left-menu {
        flex-direction: column;
        justify-content: space-between;
    }
    .left-menu::before {
        content: "";
        background: url('/images/top.webp') no-repeat top center;
        width: 100%;
        position: absolute;
        height: 50%;
        top: 0;
        left: 0;
    }

    .left-menu::after {
        content: "";
        background: url('/images/bottom.webp') no-repeat bottom center;
        width: 100%;
        position: absolute;
        height: 50%;
        bottom: 0;
        left: 0;
    }
    nav.navbar .left-menu {
        position: fixed;
        top: 0;
        left: -380px;
        background-color: #2e2e2e;
        height: calc(100 * var(--vh,vh));
        width: 380px;
        transition: left .2s ease-in-out, width .2s ease-in-out;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9;
    }

    nav.navbar .left-menu.show {
        left: 0;
    }
    .banners-tree-in-row .row>div {
        height: auto;
    }
    .service__item {
        height: auto;
    }
    .service__headline {
        height: auto;
        text-align: center;
    }
    .service__headline h3 {
        padding: 0px 23px 19px 23px;
    }
    .service__wrapper {
       display: block;
    }
    .service__third {
        display: block;
    }
    .service__first .content, .service__second .content, .service__third .content, .service__forth .content {
        height: 460px;
    }
    
    .service__item .content img {
        height: 100%;
    }
    .text-with-image .blockBG {
        display: none;
    }
    .service__third .content img, .service__forth .content img {
        top: 0px;
        height: 100%; 
    }
    .logo {
        top: 15px;
    }
}
@media(max-width: 575px) {
    .service__first .content, .service__second .content, .service__third .content, .service__forth .content {
        height: calc( 100vw * .84);
    }

    #advantages-icons .icons__wrapper {
        grid-template-columns: repeat(2,1fr);
    }
    .navbar .logo {
        height: 90px;
    }
    .navbar {
        padding-left: 3px;
        padding-right: 3px;
    }
    nav.navbar .left-menu,
    nav.navbar.scrolled .left-menu
    {
        width: 100vw;
        left: calc(-1 * 100vw);
    }
    .navbar .navbar-toggler:not(.collapsed) {
        padding-left: calc(100vw - 60px) !important;
        padding-top: 31px;
      }
}
.aboutus__text {
    display: flex;
     flex-direction: column;
     justify-content: center;
     height: 100%;
     padding-right: 50px;
}
.aboutus__text p {
    font-size: 16px;
    color: #393939;
}
.aboutus__image-wrapper img {
    width: 100%;
    object-fit: cover;
}
.aboutus__image-wrapper .aboutus__image-first {
    height: 100%;
    right: 15px;
    top: 0px;
}
.aboutus__image-wrapper .aboutus__image-second {
    height: 90%;
    left: 0px;
    bottom: 0px;
}  
.text-with-image h2 {
    color: #383838;
}

.text-icons {
    color: #fff;
    flex-wrap: wrap;
    padding: var(--padding-desktop) 0px;
    background: url('/images/cta-banner.webp') center/cover no-repeat;
}

@media(max-width:767px) {
    .text-with-image h2 {
        text-align: center;
    }
    .aboutus__text {
        padding-right: 0px;
    }
}

.advantages__headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.advantages__headline .seporator:after{
    background: #fff;
}

.icons__btn {
    text-align: center;
    margin-top: 50px;
}
.advantages__headline h2, .advantages__headline p {
    width: 80%;
}

.advantages__headline p {
    margin-bottom: 35px;
}

.subtitle {
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 19px 12px 0px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    font-size: 14px;
}

.text-icons h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-top: 11px;
}

.text-icons .icons__wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    justify-content: space-between;
}
.icons__wrapper .icon {
    width: 45%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.icon__item {
    width:115px;
    height: 115px;
    background: #fefefe;
    border-radius: 50%;
    outline: 8px solid rgba(255,255,255, 0.1);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-icons .icons__wrapper .icon .text { 
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.icons__wrapper .icon i {
    font-size: 35px;
}

.icons__wrapper .icon img {
    width: 80px;
}
.text-icons .icons i {
    text-align: center;
    font-size: 42px;
    margin-bottom: 15px;
    min-height: 45px;
}

.text-icons .icons .text {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

@media(max-width: 991px) {
    .text-icons .icons {
        flex-wrap: wrap;
        margin-top: 0;
    }
    .text-icons .icon {
        margin-top: 45px;
        width: 100%;
    }
    nav.scrolled .left-menu.show .nav-link {
        margin-right: 0;
    }
    .scrolled .collapse.show .nav-link {
        padding-top: 35px;
    }
    .scrolled .collapse.show .navbar-nav {
        padding-top: 50px;
    }
    .scrolled .collapse.show .mobile-menu-footer .nav-link {
        padding-top: 8px;
    }
    #map-section.banners-tree-in-row .row>div:last-child {
        height: auto !important;
    }
    #map-section .service__wrapper .service__item{
        width: 100%;
        max-width: 350px;
    }
    #map-section .service__wrapper{
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }
}
@media(max-width: 767px) { 
    nav .left-menu.show .nav-link {
        margin-right: 0;
    }
    .collapse.show .nav-link {
        padding-top: 35px;
    }
    .collapse.show .navbar-nav {
        padding-top: 50px;
    }
    .collapse.show .mobile-menu-footer .nav-link {
        padding-top: 8px;
    }
    .advantages__headline {
        text-align: center;
        align-items: center;
        padding-right: 0px;
    }
    .text-icons .icons__wrapper {
        width: 100%;
        justify-content: space-around;
    }
    .text-icons .icon {
        width: auto;
        min-width: 34%;
    }
}
@media(max-width: 575px) {
    .text-icons .icon {
        width: 100%;
    }
    
    .text-icons .icons__wrapper {
        align-items: center;
        flex-direction: column;
    }
}

.two-colemn-text h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.separator hr {
    border-color: #efece7;
    border-width: 2px;
}

.gallery-grid h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

@media(min-width: 768px) {
    .gallery-grid .grid .row {
        margin-left: -2px;
        margin-right: -2px;
    }
    .gallery-grid .grid .row>div {
        padding-left: 2px;
        padding-right: 2px;
    }
    .gallery-grid .col-bp {
        padding-bottom: 4px;
    }
}

.gallery-grid .grid a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media(max-width: 767px) {
    .gallery-grid .grid a {
        padding-bottom: 4px;
    }
}

.gallery-grid h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

@media(min-width: 768px) {
    .gallery-grid.grid .row {
        margin-left: -2px;
        margin-right: -2px;
    }
    .gallery-grid .grid .row>div {
        padding-left: 2px;
        padding-right: 2px;
    }
    .gallery-grid .col-bp {
        padding-bottom: 4px;
    }
}

.gallery-grid .grid a {
    display: block;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media(max-width: 767px) {
    .gallery-grid .grid .row>div {
        margin-bottom: 4px;
        ;
    }

    .aboutus__text > div:nth-child(1) {
        text-align: center;
    }
}

.gallery-grid .grid img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.mantage__headline {
    display: flex;
    justify-content: center;
    flex-direction: column; 
    align-items: center;
}

.montage h2 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #393939;
}

@media(min-width: 768px) {
    .montage .grid .row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .montage .grid .row>div {
        padding-left: 8px;
        padding-right: 8px;
    }
    .montage .col-bp {
        padding-bottom: 16px;
    }
}

.montage .grid a {
    display: block;
    width: 100%;
    height: 273px;
    overflow: hidden;
}

@media(max-width:1199.98px){
    .montage .grid a{
        height: 213px;
    }
}

@media(max-width:991.98px){
    .montage .grid a{
        height: 160px;
    }
}

@media(max-width:767.98px){
    .montage .grid a{
        height: 273px;
    }
}

@media(max-width: 767px) {
    .montage .grid a {
        padding-bottom: 4px;
    }
}

.montage .grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-control-prev {
    justify-content: flex-start;
}
.carousel-control-next {
    justify-content: flex-end;
}
.carousel-control-next .icon-chevron-thin-right, .carousel-control-prev .icon-chevron-thin-left {
    font-size: 50px;
    color: #3a3a3a; 
}
.testimonial__headline {
    text-align: center;
    text-transform: uppercase;
    color: #b6b6b6; 
    display: flex;
    justify-content: center;
}
.testimonial__headline p {
    border-bottom: 1px solid #b6b6b6;
    padding: 0px 20px 19px 20px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}
.testimonial-text {
    font-size: 30px;
}
.testimonial-carousel {
    background-size: cover;
    background-position: center;
    background: #f0f0f0;
}

.testimonial-carousel h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    ;
}

.testimonial-carousel .testimonial-body {
    color: #3a3a3a;
    text-align: center;
}

.testimonial-carousel .testimonial-text {
    font-size: 36px;
    font-style: italic;
    line-height: 36px;
    margin-bottom: 45px;
    overflow: hidden;
}

.testimonial-carousel .testimonial-text.big_text {
    max-height: 220px;
    margin-bottom: 15px;
}

.testimonial-carousel .testimonial-text.big_text+.show-full {
    cursor: pointer;
    margin-bottom: 30px;
}

.testimonial-carousel .testimonial-text.big_text+.show-full:hover {
    text-decoration: underline;
}

@media(max-width: 767px) {
    .testimonial-carousel .testimonial-text {
        font-size: 22px;
    }
}

.testimonial-carousel .testimonial-author {
    font-weight: 18px;
}

.testimonial-carousel .carousel-indicators li {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-left: 6px;
    margin-right: 6px;
}
.footer {
    background: #f1f1f1
}
.trees {
    width: 100%;
    max-height: 260px;
}
.footer .footer__wrapper {
    background: #2e2e2e;
    margin-top: -1px;
    padding: 83px 0px 43px;
}
@media (max-width: 767.98px) {
    .footer .footer__wrapper {
        padding: 45px 0px 0px;
    }
}
.footer-links {
    display: flex;
    flex-direction: column;
}
.footer .footer-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffffff;
    text-transform: uppercase;
}
@media(min-width: 768px) {
    .footer .footer-title {
    margin-bottom: 32px;
    }
}
.footer .footer-links p {
    font-size: 14px;
    margin-bottom: 3px;
    color: #ffffff;
    font-weight: 500;
    font-style: normal;
}

.footer .footer-links a {
    font-size: 14px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 15px;
}
.footer .footer-links a[href^="mailto:"] {
    text-transform: none;
}
.footer .footer-links i{
    color: #ffffff;
}
#leaflet-map {
    min-height: 515px;
}
.areas-text {
    margin-bottom: 7px;
}
#leaflet-map .leaflet-tile-pane {
    /* Greyscale the map */
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.footer2 {
    background: #2e2e2e;
}
.footer2,
.footer2 a {
    color: #fff;
    font-size: 12px;
}
.get-in-touch {
    background: #f1f1f1;
}
.get-in-touch h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.get-in-touch .form-block {

}
.get-in-touch h2 {
    color: #2e2e2e;
}
.get-in-touch p {
    color:  #2e2e2e;
}
.get-in-touch .form-group {
    margin-bottom: 1rem;
    position: relative;
    color: #2e2e2e;
}

.get-in-touch .form input.form-control {
    border-radius: 0;
    padding: 10px 10px;
    /* border: 0; */
    border: none;
    box-shadow: none !important;
    height: 42px;
}

.get-in-touch .form textarea.form-control {
    height: 171px;
    background-color: #fff;
    line-height: 57px;
    overflow: hidden;
    padding: 0 10px;
    border-radius: 0;
    border: none;
    box-shadow: none !important;
    margin-top: -4px;
}

.get-in-touch .form input,
.get-in-touch .form textarea {
    font-size: 14px;
}

.get-in-touch .form input.error,
.get-in-touch .form textarea.error {
    border-color: red;
    color: red;
    background: #fff6f6;
}

.get-in-touch .form input.error+.error,
.get-in-touch .form textarea.error+.error {
    position: absolute;
    font-size: 12px;
    color: #ff0404;
    right: 0;
    bottom: -20px;
    margin: 0px;
}
.form__headline{
    margin-right: -15px;
        margin-left: -15px;
}
.map__text{
    font-size: 14px;
    margin-bottom: 0.5rem;
}
@media(max-width: 575px) {
    .get-in-touch .form input.error+.error,
    .get-in-touch .form textarea.error+.error {
        bottom: -15px;
    }
}

.get-in-touch .form .checkbox-block {
    position: relative;
}

.get-in-touch .form .checkbox-block input {
    position: absolute;
    opacity: 0;
}

.get-in-touch .form .checkbox-block input+label {
    padding-left: 35px;
    color: #2e2e2e;
}

.get-in-touch .form .checkbox-block input+label:before {
    content: "";
    position: absolute;
    /* border: 2px dashed #2e2e2e; */
    width: 20px;
    height: 20px;
    left: 15px;
    top: 3px;
    background: #fff;
}

.get-in-touch .form .checkbox-block input:checked+label:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 17px;
    top: 1px;
    color: #2e2e2e;
    font-weight: bold;
}

.get-in-touch .form input[type=checkbox].error+label:before {
    border-color: #ff0404;
    background-color: #ffb0b0;
}

#section-gallery .slick-arrow {
    position: absolute;
    top: 38%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 80px;
    font-size: 34px;
    opacity: 0.5;
    transition: 0.3s all;
    cursor: pointer;
    z-index: 2;
}

#section-gallery .slick-arrow:hover {
    opacity: 1;
}

#section-gallery .slick-arrow.prev-slide {
    left: 0;
}

#section-gallery .slick-arrow.next-slide {
    right: 0;
}

#captcha {
    background: #444;
    display: inline-block;
}

#captchaMessage.error {
    font-size: 12px;
    color: #ff0404;
    position: absolute;
    right: 0;
    bottom: -20px;
    margin: 0px;
}

#section-services {
    background-color: var(--gray-bg);
    padding: var(--padding-desktop) 0;
}

#section-aboutus {
    padding: var(--padding-desktop) 0;
}

#advantages-icons .btn {
    border: 2px solid #fff;
}

#section-montage {
    padding: var(--padding-desktop) 0;
}

@media (min-width: 768px) and (max-width:991.98px) {
    .navbar-expand-lg:not(.scrolled) .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    nav.navbar:not(.scrolled) .mobile-menu-footer,
    nav.navbar:not(.scrolled) .nav-link.d-lg-none,
    nav.navbar:not(.scrolled) .nav-item.d-lg-none {
        display: none !important;
    }

    nav.navbar.scrolled .navbar-nav.d-md-flex,
    nav.navbar.scrolled .nav-link.d-md-block {
        display: none !important;
    }
    
}

@media(max-width:400px) {
    .navbar {
        padding-top: 0;
        padding-left: 8px;
        padding-right: 8px;
    }

    .navbar .logo {
        top: 20px;
    }

    .navbar.scrolled {
        height: 65px !important;
    }

    .navbar-toggler.collapsed {
        padding: 10px;
    }

    .header-contact-info a.telephone {
        padding: 20px 10px;
    }

    .navbar.scrolled .logo-scrolled {
        height: 40px;
    }
}

.scrolled .home-icon-svg {
    fill: #202020;
}

html {
    scroll-behavior: smooth;
}
#map-section{
    background: var(--gray-bg);
    padding-top: 60px;
    padding-bottom: 70px;
}

#map-section.banners-tree-in-row .row>div {
    height: auto;
    border: none !important;
}
#map-section.banners-tree-in-row .row>div:last-child {
    height: 350px;
}

#map-section .service__item .content{
    display: flex;
    align-items: center;
}