body {
    color: #191919;
    padding: 0;
    margin: 0;
    font-family: myriad-pro, sans-serif;
}

/**
 * BASIC
 */

:after, :before, :not([id^=fancybox]) {
    box-sizing: border-box
}


a, input, select, textarea, option, button {
    outline: none !important;
}

em {
    padding-right: 2px;
}

h1 {
    margin: 0;
    padding: 0;
}

h2 {
    margin: 0;
    padding: 0;
}

h3 {
    margin: 0;
    padding: 0;
}

h4 {
    margin: 0;
    padding: 0;
}

h5 {
    margin: 0;
    padding: 0;
}

h6 {
    margin: 0;
    padding: 0;
}


a {
    color: #5BB030;
}

a:hover, a:focus {
    text-decoration: underline;
}

.container {
    clear: both;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1306px;
    width: 100%;
}


/**
 * BUTTONS
 */

.btn, a, button {
    border-radius: 0;
    transition: all 0.2s;
}

.btn {
    /* border: 1px solid transparent; */
    /* padding: 0 34px; */
    /* height: 46px; */
    /* line-height: 44px; */
    /* border-radius: 0; */
    /* box-shadow: 0 0 0 transparent !important; */
    /* font-weight: 500; */
    /* font-size: 14px; */
    /* letter-spacing: 0.05em; */
    /* text-transform: uppercase; */
    /* text-align: justify; */
    /* color: #000; */
}


/**
 * TEXT
 */


/**
 * TEXT
 */

.text.txt {
    overflow: visible;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33333;
    text-align: justify;
    color: #191919;
}

/** Text list custom dots **/
.text ul,
.text ol ul,
.text ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.text ul > li,
.text ol > li {
    left: 40px;
    position: relative;
    padding-right: 40px;
}

.text ul > li::before {
    content: "";
    display: inline-block;
    left: -16px;
    margin-left: -8px;
    font-family: sans-serif;
    position: relative;
    top: -1px;
    width: 4px;
    height: 4px;
    background-color: #191919;
    border-radius: 50%;
}

.text ol > li::marker {
    word-spacing: 3px;
}


.buttons-center {
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: var(--space-50);
    padding-bottom: var(--space-50);
}

#container-page {
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
}

header {
    position: relative;
}

#top {
    position: relative;
    height: 750px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 120px;
    z-index: 1;
}

img.top-img {
    left: 0;
    top: 0;
    margin: 0 auto;
    max-width: 100%;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

nav.menu {
}

nav.menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}

nav.menu ul li {
    margin-right: 16px;
}


nav.menu ul li a {
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 40px 0;
    position: relative;
    text-decoration: none;
}

nav.menu ul li.active a:after {
    width: 100%;
    height: 23px;
    background: #5bb030;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}


a.logo {
    display: block;
    margin-bottom: 10px;
    max-width: 15%;
}

.page-heading-title {
    font-weight: 400;
    font-size: 50px;
    color: #fff;
    line-height: 130%;
}

.page-heading-subtitle {
    font-weight: 400;
    font-size: 35px;
    color: #fff;
}

.about-item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 75px;
    position: relative;
    padding-top: 56px;
}

.about-item:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    display: block;
    height: 4px;
}

.about-item:last-child:after {
    display: none
}

.about-box-container {
    padding-top: 21px;
    background: #5bb030;
    padding-bottom: 30px;
}

.about-left {
    width: 21%;
}

.about-right {
    width: 74.5%;
}

.about-item .text.txt {
    color: #fff;
}

.about-title {
    font-weight: 400;
    font-size: 28px;
    color: #fff;
    margin-bottom: 29px;
}

.about-left img {
    display: block;
    max-width: 100%;
}

.offer-box-container {
    padding-top: 55px;
    padding-bottom: 53px;
    background: #cdcdcd;
}

.offer-title {
    font-weight: 300;
    font-size: 60px;
    color: #191919;
    margin-bottom: 23px;
    display: flex;
    align-items: baseline;
}

.offer-title img {
    display: block;
    margin-left: 19px;
    max-width: 35%;
}

.text.txt p {
    margin-bottom: 23px;
    margin-top: 0;
}

.text.txt ul {
    margin-bottom: 25px;
}

.btn {
    height: 40px;
    font-size: 18px;
    color: #fff;
    background: #5baf2f;
    text-decoration: none !important;
    display: inline-block;
    line-height: 40px;
    padding: 0 35px;
    font-weight: 300;
}

.btn:hover {
    opacity: 0.7;
}

.offer-box-container .text.txt {
    margin-bottom: 30px;
}

.area-box-title {
    font-weight: 300;
    font-size: 60px;
    color: #191919;
    margin-bottom: 9px;
    line-height: 130%;
}

.area-box-container {
    padding-top: 56px;
    padding-bottom: 44px;
}

.area-box-container .text.txt {
    padding-bottom: 26px;
}

.slider-nav .slide {
    padding: 11px;
    cursor: pointer;
}

.slider-nav {
    margin: -11px;
    margin-bottom: 37px;
}

.slider-nav .slide img {
    display: block;
    max-width: 100%;
}

.area-box .slide h3 {
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 30px;
    color: #5bb030;
}

.slide text.txt {
    font-weight: 400;
    font-size: 18px;
    /* line-height: 24px; */
    line-height: 1.33333;
    text-align: justify;
    color: #191919;
}

.reference-box-container h2 {
    font-weight: 300;
    font-size: 60px;
    color: #5baf2f;
    margin-bottom: 13px;
}

.reference-box-container {
    padding-top: 49px;
    padding-bottom: 80px;
    background: #2e3244;
}

.reference-box-container .text.txt {
    color: #fff;
    padding-bottom: 71px;
}

.slider {
    margin: 0 -10px;
}

.slide-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 20px;
}

.slide-photo {
    width: 21.5%;
}

.slide-photo img {
    display: block;
    max-width: 100%;
}

.slide-content {
    width: 74.5%;
}

.slide-box h3 {
    font-weight: 400;
    font-size: 28px;
    color: #fff;
    margin-bottom: 24px;
}

ul.slick-dots li {
    margin: 0 8px;
}

ul.slick-dots li span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #5baf2f;
    cursor: pointer;
}

ul.slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.slick-dots li.slick-active span {
    background: #fff
}

ul.slick-dots li.slick-active:hover span {
    background: #fff
}

.contact-box-container {
    padding-top: 50px;
    background: #5bb030;
    padding-bottom: 73px;
}

.contact-box-container h2 {
    font-weight: 300;
    font-size: 60px;
    color: #fff;
    margin-bottom: 12px;
}

.contact-box-container .text.txt {
    color: #fff;
}

.contact-box {
    display: flex;
    justify-content: space-between;
    padding-top: 38px;
}

.contact-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-map {
    width: 36.5%;
}

.contact-map iframe {
    width: 100%;
    display: block;
    height: 460px;
}

.contact-left img {
    display: block;
    max-width: 70%;
    margin-bottom: 24px;
}

.contact-left .text.txt {
    font-weight: 400;
    font-size: 28px;
    color: #fff;
    line-height: 123%;
}

.contact-left .text.txt a {
    color: #fff;
    text-decoration: underline;
}

.contact-left .text.txt a:hover {
    text-decoration: none;
}

.contact-left-top {
    margin-bottom: 30px;
}

h3.www {
    font-weight: 300;
    font-size: 60px;
    color: #fff;
    margin: 0;
    margin-bottom: -11px;
}

footer p {
    font-weight: 400;
    font-size: 18px;
    color: #191919;
    margin: 0;
    padding: 0;
}

footer {
    padding-top: 17px;
    padding-bottom: 17px;
}

a.logo img {
    display: block;
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 00px;
}

@media screen and (max-width: 1600px) {
    #top {
        height: 680px;
    }
}

@media screen and (max-width: 1440px) {
    #top {
        height: 660px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 1366px) {
    #top {
        height: 600px;
        padding-bottom: 40px;
    }

    .page-heading-title {
        font-size: 40px;
    }

    .page-heading-subtitle {
        font-size: 30px;
    }

    .about-title {
        font-size: 26px;
        margin-bottom: 21px;
    }

    .about-item {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about-box-container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .area-box-container {
        padding-top: 50px;
    }

    .area-box-title {
        font-size: 50px;
    }

    .area-box .slide h3 {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .reference-box-container h2 {
        font-size: 50px;
    }

    .reference-box-container .text.txt {
        padding-bottom: 40px;
    }

    .contact-box-container h2{
        font-size: 50px;
    }

    .contact-box-container {
        padding-bottom: 50px;
    }


    .contact-left .text.txt {
        font-size: 26px;
    }

    h3.www {
        font-size: 50px;
    }

}


@media screen and (max-width: 1280px) {

    nav.menu ul li a {
        font-size: 20px;
    }

    .page-heading-title {
        font-size: 38px;
    }

    .page-heading-subtitle {
        font-size: 29px;
    }

    .area-box-container {
        padding-bottom: 0;
    }

    .slider-nav {
        margin-bottom: 20px;
    }

    .area-box .slide h3 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 900px) {
    #top {
        height: 500px;
        padding-bottom: 40px;
    }

    .contact-map {
        width: 50%;
    }

    .reference-box-container {
        padding-top: 50px;
        padding-bottom: 50px;

    }

    .reference-box-container .text.txt {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .page-heading-title {
        font-size: 36px;
    }

    .page-heading-subtitle {
        font-size: 24px;
    }

    h2.offer-title {
        font-size: 40px;
    }

    .area-box-title {
        font-size: 40px;
    }

    .contact-box-container h2{
        font-size: 40px;
    }

    .reference-box-container h2 {
        font-size: 40px;
    }

    .slide-box h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }


    .icon-menu {
        display: block;
        width: 34px;
        height: 38px;
        z-index: 1001;
        cursor: pointer;
        margin-top: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 20px;
    }

    .icon-menu span {
        display: block;
        width: 100%;
        height: 4px;
        background: #fff;
        margin-top: 6px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        border-radius: 5px;
    }

    .icon-menu.active span {
        background: #fff;
    }

    .icon-menu.active span.l1 {
        margin-top: 16px;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .icon-menu.active span.l2 {
        background: transparent
    }

    .icon-menu.active span.l3 {
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -14px;
    }

    nav.menu ul {
        display: none
    }

    .menu-box.active ul {
        display: block
    }

    .menu-box {
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        z-index: 1000;
        top: 0 !important;
        right: 50%;
        width: 400px;
        transition-duration: 0.5s;
        transition-timing-function: ease;
        transition-property: transform, -webkit-transform, -ms-transform;
        pointer-events: none;
        transform: translateX(300%);
        -ms-transform: translateX(300%);
        border-radius: 20px 0 0;
        padding-top: 70px;
        margin-right: -960px;
        box-shadow: 0 24px 24px 0 rgba(68, 92, 117, 0.25);
        padding-bottom: 50px;
        background: #5baf2f;
    }


    .menu-box.active {
        pointer-events: all;
        transform: none;
        -ms-transform: none;
        display: block;
        margin-right: 0;
        height: 100%;
        margin-left: 0;
        width: 400px;
        right: 0;
    }

    .menu-box ul {
        display: block;
        margin: 0;
        float: left;
        width: 100%;
    }


    .menu-box ul li {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }


    .menu-box ul a {
        font-size: 22px;
        letter-spacing: 0.3em;
        color: #fff;
        padding: 13px 20px !important;
    }

    body.block {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }

    #top {
        height: 360px;
        padding-bottom: 40px;
    }

    nav.menu ul li.active a:after {
        display: none;
    }

    .contact-box {
        flex-wrap: wrap;
    }

    .contact-left {
        width: 100%;
        margin-bottom: 50px;
    }

    .contact-map {
        width: 100%;
    }

    .slide-box {
        flex-wrap: wrap;
    }

    .slide-photo {
        width: 100%;
        margin-bottom: 40px;
        max-width: 80%;
        margin: 0 auto 40px;
    }

    .slide-content {
        width: 100%;
    }

    .slider-nav {
        margin: 0;
    }

    .slider-nav .slide {
        padding: 0 5px 20px;
    }

    .slider-for {
        padding: 0 5px;
    }

    .offer-box-container {
        overflow: hidden;
    }
}

@media screen and (max-width: 460px) {
    .slide-box h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    nav.menu ul {
        display: none;
    }

    .about-item {
        flex-wrap: wrap;
    }

    .about-left {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .about-left img {
        display: block;
        margin: 0 auto;
    }

    .about-right {
        width: 100%;
    }

    .offer-title img {
        max-width: 60%;
    }

    .offer-title {
        font-size: 30px;
    }

    a.logo {
        max-width: 40%;
    }

    a.logo {
        max-width: 30%;
    }
}

@media screen and (max-width: 424px) {
    a.logo {
        max-width: 40%;
    }
    .menu-box.active {

        width: 100%;
    }

    .area-box-title {
        font-size: 35px;
    }


    .reference-box-container h2 {
        font-size: 35px;
    }

    .contact-box-container h2{
        font-size: 35px;
    }
}