@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    margin: 0;
    overflow-x: hidden;
    font-family: "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
    font-weight: 800;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hide {
    display: none !important;
}

section {
    position: relative;
    scroll-margin-top: 97px;
}

.overflow-hidden {
    overflow: hidden;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.main-wrapper {
    min-height: 100%;
}

.top-header {
    padding: 15px 20px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
    background: #008670;
    height: 80px;   
}

.top-header .top-nav-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.top-header.fixed-header {
    max-width: 100%;
}

.top-header.fixed-header .contact-btn {
    padding: 15px 27px;
}

.top-header.fixed-header img {
    margin-top: 0;
}

.top-header img {
    max-height: 50px;
    max-width: 350px;
}

.rigt-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

ul.top-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
}

ul.top-nav li {
    min-height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
}

ul.top-nav a {
    color: #ffffff;
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    font-weight: 700 !Important;
    text-decoration: none !Important;
}

ul.top-nav a:hover {
    color: #000;

}

ul.top-nav a.btn-nav {
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 100;
    background: #00ffd5;
    border-radius: 25px;
    padding: 10px 25px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    width: auto;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    font-family: "Nunito", sans-serif;
    font-weight: 700 !Important;
}

ul.top-nav a.btn-nav:hover {
    color: #000;
}

ul.top-nav a.btn-nav:hover {
    text-decoration: none;
    cursor: pointer;
}

.top-nav li a {
    position: relative;
}


.dark-bg {
    background: #111111;
}

.light-bg {
    background: #fff !Important;
}

.fs-16 {
    font-size: 16px;
}

.logo {
    cursor: pointer;
}

h1 strong {
    font-weight: 700;
}

.font-normal {
    font-weight: 400 !important;
}

.font-medium {
    font-weight: 500 !important;
}

.font-bold {
    font-weight: 700 !important;
}


.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-20 {
    padding-bottom: 20px;
}

@media (min-width: 1366px) {
    .main-wrapper .container {
        max-width: 1280px;
    }
}

.section-1 {
    background: #008670;
    padding-top: 120px;
}

.section-1::after,
.section-1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -150px;
    width: 100%;
    height: 200px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: repeat no-repeat;
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 500 200' fill='none' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'><path d='M 0 50 C 150 150 300 0 500 80 L 500 0 L 0 0' fill='%23008670'/></svg>");
}

.green-hero {
    display: flex;
    justify-content: center;
}

h1.a-h1 {
    margin-right: 40px;
    font-size: 54px;
    color: #fff;
    line-height: 60px;
    padding-top: 100px;
}

h1.a-h1 span {
    color: #00ffd5;
}

.renovChoiceBlock {
    background: #fff;
    text-align: center;
    border-radius: 24px;
    padding: 16px;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .10);
    margin: 15px;
    width: 100%;
}

.white-boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -60px;
    z-index: 2;
    position: relative;
}

.services-section a {
    pointer-events: none;
}

.a-h2 {
    color: #00483d;
    margin-bottom: 20px;
}

.a-h2.blue-text {
    color: #002964;
}

a.a-btn {
    background: #00204d;
    padding: 12px 25px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none !Important;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
}

.btn-1 {
    position: relative;
    display: inline-block;
    padding-left: 60px ! Important;
}

.btn-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 100%;
    height: 100%;
    background-image: url(../../assets/images/mouse-option.svg);
    filter: brightness(0) invert(1);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
}

.btn-2 {
    position: relative;
    display: inline-block;
    padding-left: 60px ! Important;
}

.btn-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 100%;
    height: 100%;
    background-image: url(../../assets/images/paint.svg);
    filter: brightness(0) invert(1);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
}

.btn-3 {
    position: relative;
    display: inline-block;
    padding-left: 60px ! Important;
}

.btn-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 100%;
    height: 100%;
    background-image: url(../../assets/images/floor.svg);
    filter: brightness(0) invert(1);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
}

.renovBtns {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 290px;
    margin: 0 auto;
}

.heading-box h1 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 0;
}

.o-blocks {
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.m-mosaic__group:first-child {
    margin-right: 16px;
}

.o-mosaic .m-mosaic__item.-item1,
.o-mosaic .m-mosaic__item.-item4 {
    margin-bottom: 16px;
}

.o-mosaic .m-mosaic__item {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    line-height: 0;
}

.m-mosaic__item .a-txt {
    position: absolute;
    right: 0;
    top: 16px;
    padding: 8px 16px;
    width: 220px;
    height: auto;
    background: #008670;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    color: #fff;
    font-size: 1.5rem;
}

.o-mosaic .m-mosaic__item.-item2 {
    margin-right: 16px;
}

.o-mosaic .m-mosaic__item {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    line-height: 0;
}

.nubmers-block .m-step {   
    padding: 0 20px;
    margin-right: 16px;
    min-width: 80px !Important;
    background-image: url(../../assets/images/blob.svg);
    background-repeat: no-repeat;
    background-position: top 60px left ! Important;    
    background-size: auto;
    color: #00483d;
    font-size: 4rem;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
}

.a-txt {
    font-size: 1rem;
    color: #444444;
    letter-spacing: .048rem;
    line-height: 130%;
}

p,
a,
span {
    color: #444444;
    font-family: "Lato", sans-serif;
    line-height: 22px;
}

.nubmers-block .a-txt {
    text-align: left;
    margin-top: 20px;
}

.section-testimonials {
    background: #f7f7f7;
    padding: 50px 20px 120px;
    margin-top: 80px;
}

.row-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.row-flex .col-6 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.section-6 .a-h2 {
    font-size: 1.5rem;
}

.services-section {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
}

.o-overflow {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: none !important;
    width: auto;
}

.o-overflow:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #008670;
    width: calc(100% - 16px);
    height: 100%;
    border-bottom-left-radius: 24px;
    border-top-left-radius: 24px;
    z-index: -1;
}

.o-overflow .o-overflow__content {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    width: 100vw;
    overflow-x: auto;
}

.o-overflow .m-tile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    margin: 0 16px 0 0;
    padding: 8px;
    width: 160px;
    height: 246px;
    background-color: #002964;
}

.o-overflow .o-tiles {
    margin-top: 174px;
    margin-bottom: 40px;
    padding: 0 40px 40px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.o-tiles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.a-icon {
    min-width: 1.5625rem;
    min-height: 1.5625rem;
    max-width: 1.5625rem;
    max-height: 1.5625rem;
}

.m-tile .a-icon {
    position: absolute;
    top: -10px;
    left: -10px;
    max-width: 110px;
    max-height: 110px;
    color: #dbf0ff;
    opacity: .5;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.o-overflow .a-h3 {
    color: #fff;
}

.o-overflow .m-tile .a-h3 {
    font-size: 1rem;
    text-align: right;
    color: #fff;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.o-overflow .m-tile:hover {
    text-decoration: none !important;
}

.services-section .a-h2 {
    position: absolute;
    left: 16px;
    right: 0;
    top: 32px;    
    padding: 40px 20px;
    color: #dbf0ff;
}

.a-h2 {
    font-size: 1.75rem;
    line-height: 110%;
    letter-spacing: -.0175rem;
}

.auto-container {
    max-width: 1280px;
    position: static;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .a-h1 {
        min-width: 480px;
    }

    .o-mosaic .m-mosaic__group:first-child .m-mosaic__group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .services-section .a-h2 {
        position: static;
        margin: 0 auto 32px auto;
        padding: 0;
        color: #002964;
    }

    .o-overflow {
        padding: 40px 0 !important;
    }

    .o-overflow:before {
        width: 50%;
    }

    .o-overflow .o-tiles .m-tile {
        min-width: 200px;
        width: 230px;
        height: 320px;
    }

    .o-overflow .o-tiles {
        margin: 0 auto;
        padding: 40px 40px 20px 40px;
        max-width: 1280px;
    }

    .o-tiles .m-tile .a-icon {
        top: -20px;
        left: -20px;
        max-width: 160px;
        max-height: 160px;
    }

    .o-overflow .o-tiles .m-tile {
        min-width: 200px;
        width: 230px;
        height: 320px;
    }

    .o-overflow .o-tiles .m-tile .a-h3 {
        font-size: 1.5rem;
    }

    .pr-50 {
        padding-right: 50px;
    }

    .renovChoiceBlock {
        max-width: 410px;
        height: 180px;
    }

    .section-1::after {
        bottom: -560px;
        height: 560px;
        -webkit-background-size: 230% auto;
        background-size: 140% auto;
    }

    .a-h3 {
        margin-top: 24px;
        text-align: center;
        font-size: 1.5rem;
    }

    .m-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .o-mosaic {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 32px;
        justify-content: center;
    }

    .o-mosaic .m-mosaic__item .a-txt {
        top: 24px;
        width: auto;
        font-size: 1.25rem;
        font-family: "Nunito", sans-serif;
        font-weight: 700;
    }

    .o-mosaic .m-mosaic__item .a-txt span {
        display: block;
        color: #00ffd5;
        font-size: 1rem;
    }

    .a-h2 {
        font-size: 2.25rem;
        letter-spacing: -.0225rem;
    }

    .nubmers-block .m-step {
        min-width: 124px;
        background-position: top 60px left 10px;
        font-size: 7rem;
    }

    .nubmers-block .m-block>:first-child {
        margin-right: 24px;
    }

    .nubmers-block .o-blocks {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .nubmers-block .m-block {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 200px;
        text-align: left;
    }
}


footer {
    background: #002964;
    padding-top: 25px;
    padding-bottom: 25px;
}

.copyright-text p {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}

.custom-modal .modal-dialog {
    max-width: 750px;
}

.custom-modal .modal-body form {
    max-width: 640px;
    margin: 0 auto;
}

.custom-modal .modal-title {
    text-align: center;
    width: 100%;
}

.custom-modal .modal-header {
    border-bottom: none;
    position: relative;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.custom-modal .modal-title {
    text-align: center;
    width: 100%;
    font-size: 38px;
    line-height: 46px;
    color: #008670;
    font-weight: bold;
    padding-bottom: 25px;
}

.custom-modal .modal-body {
    padding: 0 50px 50px 50px;
}

.custom-modal .contact-btn {
    border-radius: 25px;
    padding: 7px 40px;
    font-size: 16px;
    line-height: 20px;
    width: auto;
    outline: 0;
    border: 2px solid #008670;
    color: #008670;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 25px;
    font-family: "Nunito", sans-serif;
}

.custom-modal .modal-header p {
    font-size: 18px;
    color: #000;
    max-width: 640px;
    text-align: center;
    line-height: 27px;
}

.custom-modal .modal-header .close {
    position: absolute;
    right: 30px;
    top: 30px;
}

.contact-form input {
    background: #F6F6F6 !important;
    border: none;
    height: 46px;
    border-radius: 4px;
    width: 100%;
    padding-left: 20px;
}

.contact-form textarea {
    background: #F6F6F6 !important;
    border: none;
    border-radius: 4px;
    padding-left: 20px;
}

#loginError {
    color: red;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    font-size: 13px;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    font-size: 13px;
}

.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
    font-size: 13px;
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
    font-size: 13px;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    font-size: 13px;
}

.contact-form input::-ms-input-placeholder,
.contact-form textarea::-ms-input-placeholder {
    font-size: 13px;
}

.custom-modal .modal-content {
    border: none;
    border-radius: 30px;
}

.modal-open {
    padding-right: 0 !Important;
}

.custom-modal.show {
    padding-right: 0 !Important;
}

#success-message {
    text-align: center;
}

#error-message {
    text-align: center;
}

.row.services-row {
    display: flex;
    flex-wrap: wrap;
}

.services-row .col-md-4 {
    display: flex;
    flex-direction: column;
}

.services-row .services-element {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.services-row .service-body {
    flex: 1;
}


@media screen and (max-width: 1430px) {
    ul.top-nav li {
        padding-left: 15px;
        padding-right: 15px;
    }

}


@media screen and (min-width: 991px) and (max-width: 1200px) {

    ul.top-nav a {
        font-size: 14px;
    }

    ul.top-nav a.btn-nav {
        padding: 10px 10px;
        font-size: 14px;
        line-height: 16px;
    }

    ul.top-nav li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .white-boxes {
        margin-top: 0;
    }

    h1.a-h1 {
        padding-top: 50px;
    }


}

@media screen and (min-width: 768px) and (max-width: 1366px) {

    .white-boxes {
        margin-top: 0;
    }

    h1.a-h1 {
        padding-top: 50px;
    }

    .m-mosaic__group:first-child {
        margin-right: 0;
    }

    .m-group_left {
        flex: 0 0 57%;
    }

    .m-group_right {
        flex: 0 0 43%;
    }

    .m-mosaic__item {
        margin: 0.5em;
    }


    .m-mosaic__item img {
        width: 100%;
        height: auto;
    }

}

@media screen and (min-width: 991px) {
    .nav-mob {
        display: none;
    }

    .nubmers-block .m-block:not(:last-child):before {
        content: url(../../assets/images/arrow-curved.svg);
        position: absolute;
        top: 0;
        left: 200px;
        width: 40px;
    }

    .nubmers-block .m-block:nth-child(even):before {
        top: 50px;
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

}

@media screen and (min-width: 768px) {
    .hide-for-desktop {
        display: none;
    }

}

@media screen and (max-width: 767px),
(max-device-width: 930px) and (orientation:landscape) {
    .copyright-text p {
        margin-bottom: 20px;
    }


    img.logo-mob.logo {
        height: 37px;
        margin-top: 17px;
        margin-left: 10px;
    }

    .custom-modal .modal-title {
        font-size: 32px;
        line-height: 40px;
    }

    .custom-modal .modal-body {
        padding: 0 20px 50px 20px;
    }

    .custom-modal .modal-header p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 990px) {
    h1.a-h1 {
        margin-right: 0;
        font-size: 37px;
        color: #fff;
        line-height: 40px;
        padding-top: 20px;
    }

    .green-hero {
        flex-direction: column;
        align-items: center;
    }

    .white-boxes {
        margin-top: 20px;
        flex-direction: column;
    }

    .white-boxes .a-h2 {
        font-size: 1.3125rem;
        line-height: 120%;
    }

    .section-2 .a-h2.text-white {
        color: #00483d !important;
    }

    .section-2 .a-h3 {
        text-align: left;
        font-size: 1rem;
    }

    .section-2 .m-block {
        display: flex;
        align-items: center;
        margin-top: 24px;
    }

    .section-2 img.a-img {
        width: 100px;
        margin-right: 16px;
        height: auto;
    }

    .nav-desktop {
        display: none !important;
    }

    img.logo-mob.logo {
        height: 37px;
        margin-top: 17px;
        margin-left: 10px;
    }

    /* mob nav */
    :root {
        --screen-width: 320px;
        --screen-height: 560px;
        --header-bg-color: #673ab7;
        --splash-bg-color: #008670;
    }

    .nav__toggle {
        display: inline-block;
        position: fixed;
        z-index: 9999;
        padding: 0;
        border: 0;
        background: transparent !important;
        outline: 0;
        right: 20px;
        top: 11px;
        cursor: pointer;
        border-radius: 50%;
        transition: background-color 0.15s linear;
    }

    .nav__toggle:hover,
    .nav__toggle:focus {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .nav__menu {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        height: var(--screen-height);
        position: relative;
        z-index: 5;
        visibility: hidden;
        padding-left: 0;
        width: 100%;
    }

    .nav__item {
        opacity: 0;
        transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s;
    }

    .nav__item:nth-child(1) {
        transform: translateY(-40px);
    }

    .nav__item:nth-child(2) {
        transform: translateY(-80px);
    }

    .nav__item:nth-child(3) {
        transform: translateY(-120px);
    }

    .nav__item:nth-child(4) {
        transform: translateY(-160px);
    }

    .nav__item:nth-child(5) {
        transform: translateY(-200px);
    }

    .nav__item:nth-child(6) {
        transform: translateY(-240px);
    }

    ul#menu li {
        list-style: none !important;
        padding-left: 0 !important;
    }

    .nav__link {
        color: white;
        display: block;
        text-decoration: none;
        font-family: "Nunito", sans-serif;
        font-weight: 700;
        font-size: 25px;
        line-height: 34px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        margin-bottom: 14px;
        margin-top: 14px;
    }

    .nav__link:hover,
    .nav__link:focus {
        outline: 0;
        background-color: transparent;
        color: #fff;
        text-decoration: none;
    }

    .menuicon {
        display: block;
        cursor: pointer;
        color: #fff;
        transform: rotate(0deg);
        transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .menuicon__bar,
    .menuicon__circle {
        fill: none;
        stroke: currentColor;
        stroke-width: 3;
        stroke-linecap: round;
    }

    .menuicon__bar {
        transform: rotate(0deg);
        transform-origin: 50% 50%;
        transition: transform 0.25s ease-in-out;
    }

    .menuicon__circle {
        transition: stroke-dashoffset 0.3s linear 0.1s;
        stroke-dashoffset: 144.513262038;
        stroke-dasharray: 144.513262038;
    }

    .splash {
        position: absolute;
        top: 40px;
        right: 40px;
        width: 1px;
        height: 1px;
    }

    .splash::after {
        content: "";
        display: block;
        position: absolute;
        border-radius: 50%;
        background-color: var(--splash-bg-color);
        width: 284vmax;
        height: 284vmax;
        top: -142vmax;
        left: -142vmax;
        transform: scale(0);
        transform-origin: 50% 50%;
        transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
        will-change: transform;
    }

    .nav:target>.splash::after,
    .nav--open>.splash::after {
        transform: scale(1);
    }

    .nav:target .menuicon,
    .nav--open .menuicon {
        color: white;
        transform: rotate(180deg);
    }

    .nav:target .menuicon__circle,
    .nav--open .menuicon__circle {
        stroke-dashoffset: 0;
    }

    .nav:target .menuicon__bar:nth-child(1),
    .nav:target .menuicon__bar:nth-child(4),
    .nav--open .menuicon__bar:nth-child(1),
    .nav--open .menuicon__bar:nth-child(4) {
        opacity: 0;
    }

    .nav:target .menuicon__bar:nth-child(2),
    .nav--open .menuicon__bar:nth-child(2) {
        transform: rotate(45deg);
    }

    .nav:target .menuicon__bar:nth-child(3),
    .nav--open .menuicon__bar:nth-child(3) {
        transform: rotate(-45deg);
    }

    .nav:target .nav__menu,
    .nav--open .nav__menu {
        visibility: visible;
    }

    .nav:target .nav__item,
    .nav--open .nav__item {
        opacity: 1;
        transform: translateY(0);
    }

    .viewport .header {
        position: fixed;
        z-index: 9999;
        right: 0;
        top: 0;
        width: 100vw;
        height: 70px;
        background: #008670;
        border-bottom: 1px solid #dbf0ff;
    }

    .modal-open .viewport .header {
        position: relative;
        z-index: inherit;
    }

    .modal-open .menuicon {
        display: none;
    }

    .nav {
        height: 70px;
    }

    .menu-show [hidden] {
        display: flex !important;
    }

    /** mob nav END **/

}

@media only screen and (max-width: 767px) {
    .hide-for-mob {
        display: none !important;
    }

    .row-flex {
        flex-direction: column;
    }

    img.a-img {
        max-width: 100%;
    }

    .mob-order-2 {
        order: 2;
    }

    .mob-order-1 {
        order: 1;
    }

    .section-6 h2 {
        padding-top: 20px;
    }

    .o-blocks {
        flex-direction: column;
    }

    .nubmers-block .m-block {
        display: flex;
        align-items: center;
    }

    .nubmers-block .m-step {
        background-position: top left !Important;
        background-size: 1em !Important;
        height: 80px;
        margin-top: 20px;
    }

    .section-testimonials {
        padding: 50px 20px 50px;
    }

    .mob_group {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        align-items: center;
    }

    .mob_group .m-mosaic__item {
        flex: 0 0 auto;
        margin-right: 16px;
        width: 360px;
        height: 380px;
    }

    .mob_group .m-mosaic__item img {
        width: 100%;
        height: 380px;
        display: block;
        object-fit: cover;
    }

    .m-mosaic__item .a-txt {
        width: auto;
        font-size: 16px;
    }

    .o-mosaic .m-mosaic__item.-item1,
    .o-mosaic .m-mosaic__item.-item4 {
        margin-bottom: 0;
    }

    .m-mosaic__group:first-child {
        margin-right: 0;
    }

    .m-mosaic__item.-item1 {
        margin-left: 15px;
    }

    .section-3 .container {
        padding-left: 0;
        padding-right: 0;
    }

    .o-mosaic .m-mosaic__item .a-txt span {
        color: #00ffd5;
    }

}