
@font-face {
    font-family: Averta-regular;
    src: url("../fonts/Intelligent Design - AvertaPE-Regular.otf");
}
@font-face {
    font-family: Averta-Bold;
    src: url("../fonts/Intelligent Design - AvertaPE-Bold.otf");
}

@font-face {
    font-family: Averta-light;
    src: url("../fonts/Intelligent Design - AvertaPE-Light.otf");
}

body{
    background: #F4F6F9;
    font-family: 'Averta-regular';
}
ul{
    list-style-type: none;
}
a:hover{
    text-decoration: none;
}
.modal-content{
    width: 800px;
    text-align: center;
    border-radius: 35px;
}
.modalRequest{
    padding: 30px 31px;
}
hr{
    border-top: 2px solid #DCDDDE;
}
.modalRequest hr{
    margin-top: 45px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #DCDDDE;
}
.modalRequest h1 {
    color: #41484B;
    margin-bottom: 20px;
}
.formRequest{
    padding: 40px 150px;
}
.formRequest input.form-control {
    margin-bottom: 10px;
    text-align: center;
}
.formRequest textarea.form-control {
    text-align: center;
}
.formRequest .reqsend {
    margin-top: 10px;
    border: none;
    font-size: 20px;
    padding: 10px 0;
    border-radius: 5px;
    background: #79B543;
    color: white;
    width: 100%;
}
div#myModal{
    justify-content: center;
    align-items: center;
}
.modal-open .modal{
    display: -webkit-flex;
display: flex;!important;
}
.modal-dialog{
    width: 800px!important;
    margin: 0!important;
}
.close {
    float: right;
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    color: #79B543;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
     opacity: 1;
    margin-right: 20px;
    margin-top: 5px;
}
.close:hover, .close:focus {
    color: #79B543;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
     opacity: 1;
}
#nav-icon3{
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin: 0;
    margin-right: 15px;
    height: 19px;
    width: 30px;
}

#nav-icon3 span{
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #41484B;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
    top: 2px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 9px;
}

#nav-icon3 span:nth-child(4) {
    top: 16px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 22px;
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 22px;
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

header::before{
    content: "";
    display: table;
    background: url(../img/shadow.png) center no-repeat;
    background-size: cover;
    position: absolute;
    height: 125px;
    width: 100%;
    z-index: 41;
}
header ul{
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    position: relative;
    z-index: 50;
    background: white;
    align-items: center;
    height: 32px;
    top: 85px;
}
.sticky {
    position:fixed;
    top:0;
    left: 0;
    right: 0;
    height: 32px;
    box-shadow: 1px 0px 5px 0px #63696B;
    background: white;
}
header ul li:nth-child(5),header ul li:nth-child(6){
    line-height: 17px;
    margin-right: -20px;
}
header ul li .burger{
    margin-right: 20px;
    cursor: pointer;
}
header ul li a{
    color: #41484B;
    font-weight: 600;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-family: Averta-light;
    text-transform: uppercase;
}
.menuLogo a::after{
    display: none;
}
header ul li a:focus{
    color: #41484B;
    text-decoration: none;
}
header ul li a:hover{
    color: #41484B;
}
header ul li a::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #79B543;
    transition: width .3s;
}
header ul li a:hover::after{
    width: 100%;
}

header ul li .select{
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #fff;
    width: 23px;
    height: 40px;
    box-shadow: none;
    margin-left: 0px;
}
header ul li .select-styled{
    position: absolute;
    top: 11px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    text-align: left;
    font-weight: 600;
    color: black;
    background: none;
    padding: 0;
}
header ul li .select-options {
    display: none;
    position: absolute;
    top: 36px;
    left: -7px;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: white;
    opacity: 0.8;
    text-align: left;
    font-weight: 600;
    height: auto;
    overflow: hidden;
    width: 40px;
    border-radius: 12px;
}
header ul li .select-options li{
    margin: 0;
    padding: 12px 0;
    text-indent: 8px;
    border: none;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    color: black;
}
header ul li .select-options li:hover{
    background: none;
}
.main_burger{
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 40;
    background: rgb(244, 246, 249);
    top: 0px;
    overflow: scroll;
    overflow-x: hidden;
}
ul.burger_menu{
    margin-top: 175px;
    padding: 0;
    width: 315px;
    list-style: none;
}
.main_burger footer{
    padding: 0;
    padding-bottom: 20px;
}
.menuLogo{
    position: relative;
    top: -44px;
}
.main_burger hr{
    border-top: 3px solid #DCDDDE;
}
.burger_menu li {
    margin-bottom: 35px;
    cursor: pointer;
    position: relative;

}
.burger_menu>li:hover .mainItem{
    background: white;
}
/*.burger_menu li:hover .submenu{*/
    /*display: block;*/
/*}*/
.burger_menu a {
    color: #41484B;
    font-weight: 600;
    display: block;
    padding: 5px 15px;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-family: Averta-light;
    text-transform: uppercase;
}
.burger_menu .submenu{
    width: 390px;
    position: absolute;
    top: 0;
    left: 285px;
    display: none;
}
.burger_menu .submenu li {
    margin-bottom: 20px;
}
.burger_menu .submenu li:hover a{
    background: white;
}
.logo{
    text-align: center;
    position: relative;
    z-index: 50;
}
.firstSection{
    position: relative;
    /*padding-bottom: 135px;*/
    padding: 0;
}
.bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../img/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
}
.bg_forBildings{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../img/bg_forBildings.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
}
.index-carousel{
    margin-top: -41px;
}
.stats{
    text-align: center;
    /*margin-top: 125px;*/
    margin-top: 185px;
    color: #ffffff;
}
.stats h1{
    font-size: 60px;
    margin-bottom: 20px;
    font-weight: 600;
    color: white;
    text-shadow: 0px 5px 5px #15151578;
}
.stats a{
    display: inline-block;
}
.stats p{
    font-size: 35px;
    margin: 0;
    font-weight: 600;
    text-shadow: 0px 2px 2px #15151578;
}
.stats span{
    font-size: 20px;
    font-weight: 600;
}
.statsItem{
    position: relative;
    z-index: 1;
    margin-top: 50px;
}
.statsItem .progressbar-text{
    width: 100%;
    text-align: center;
    text-shadow: 0px 5px 5px #15151578;
}
/*.firstSection .container{*/
    /*width: 1400px;*/
/*}*/
.statsText {
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
    font-size: 20px;
    margin-top: 25px;
    letter-spacing: 1px;
    /*font-family: Averta-Bold;*/
}
.statsText p{
    background: #79B543;
    width: max-content;
    width: -moz-max-content;
    margin: 6px auto 0;
    padding: 0 10px;
    border-radius: 4px;
    box-shadow: 0px 2px 2px 0px #15151578;
    text-shadow: 0px 1px 1px #15151578;
}
.services{
    padding-top: 40px;
    background: #F6F6F6;
}
.servicesText{
    text-align: center;
    color: #41484B;
}
.servicesText .title{
    margin-bottom: 20px;
}
.servicesText .content{
    margin-bottom: 45px;
}
.servicesText .content p{
    margin: 0;
    letter-spacing: 1px;
    font-size: 19px;
    width: 1120px;
    margin: 0 auto;
}
.servicesItem {
    display: -webkit-flex;
display: flex;
    align-items: center;
    margin-bottom: 20px;
    background: white;
    justify-content: space-around;
    padding: 10px 0 20px;
    cursor: pointer;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    width: 100%;
}
.servicesItem:hover{
    background: #79B543!important;
}

.servicesItem .left {
    border: 5px solid lightgrey;
    border-radius: 50%;
    width: 100px;
    height: 102px;
    display: -webkit-flex;
display: flex;
    justify-content: center;
    transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
}
.servicesItem:hover .left{
    border-color: white;
}

.cls-1 {
    fill: #79b543;
    transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
}
#_009-pruning-shears{
    width: 20px;
}
.servicesItem .left svg{
    width: 40px;
}
.servicesItem:hover .cls-1{
    fill: white;
}
.servicesItem .right {
    width: 65%;
}
.servicesItem a{
    transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
}
.servicesItem .right .more{
    opacity: 0;
    transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    font-size: 13px;
}

.servicesItem .right h3{
    font-size: 18px;
    color: #79B543;
    transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
}
.servicesItem .right P{
    color: #999999;
    transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    /*font-size: 13px;*/
    margin-bottom: 15px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.servicesItem:hover .right h3{
    color: white;
}
.servicesItem:hover .right p{
    color: white;
}
.servicesItem:hover .right .more{
    color: #41484B;
    background: white;
    padding: 5px 10px;
    opacity: 1;
}
.servicesRow{
    display: -webkit-flex;
display: flex;
}
.servicesCol{
    display: -webkit-flex;
display: flex;
    justify-content: center;
}
.advantage{
    background-image: url("../img/bg2.jpg");
    background-size: cover;
    background-position: bottom;
    height: 750px;
    background-repeat: no-repeat;
    position: relative;
}
.advantageContainer{
    background: #F4F6F9;
    padding: 10px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
}
.advantageContainer .text{
    text-align: center;
    margin-bottom: 40px;
    color: #41484B;
}
.advantageContainer .text .content{
    margin: 0;
    letter-spacing: 1px;
    font-size: 19px;
    margin-top: 20px;
}
.advantageContainer .text .content p:first-child{
    margin: 0;
}
.advantageContainer .top svg{
    width: 100px;
    transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
}
.advantageIcons {
    display: -webkit-flex;
display: flex;
    flex-direction: column;
    align-items: center;
}
.advantageIcons .top {
    margin-bottom: 30px;
    background: white;
    height: 16rem;
    width: 100%;
    display: -webkit-flex;
display: flex;
    justify-content: center;
    cursor: pointer;
    transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    border-radius: 5px;
}
.advantageIcons .top:hover{
    background: #79B543;
}
.advantageIcons .top:hover .cls-1{
    fill: white;
}
.advantageIcons .down {
    text-align: center;
    width: 200px;
    color: #333333;
}

.lastProject{
    background: #F4F6F9;
    padding-bottom: 40px;
}
.lastProject .title{
    text-align: center;
    color: #41484B;
    margin-bottom: 80px;
}
.lastProject img{
    width: 100%;
}
.projectsContainer{
    background: white;
    padding: 50px 0;
    box-shadow: 0 20px 33px 0 lightgray;
}
.projectsContainer .left{
    padding-left: 30px;
}
.projectsContainer .right{
    padding-right: 30px;
}
.projectsContainer .text{
    color: #41484B;
}
.projectsContainer .text a{
    background: #79B543;
    color: white;
    padding: 5px 15px;
}
.projectsContainer .text p{
    margin: 20px 0;
    font-size: 18px;
    letter-spacing: 0.8px;
    font-family: Averta-light;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.projectsContainer .right .text{
    margin-bottom: 15px;
}
.projectsContainer .right .text h3{
    margin-top: 0;
}
footer{
    background: #F4F6F9;
    padding: 30px 0;
}
footer h4{
    font-size: 14px;
    font-weight: 600;
    color: #41484B;
}
footer .phone p{
    margin: 0;
}
footer .phone .up, footer .phone .down{
    display: -webkit-flex;
display: flex;
    align-items: center;
}
footer .phone .up img, footer .phone .down img{
    margin-right: 10px;
}
footer .socilaIcons a{
    font-size: 18px;
    margin-right: 15px;
    color: gray;
    transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
}
footer .socilaIcons a:hover{
    color: #79B543;
}

/*about*/

.about{
    position: relative;
}
.bg_about{
    background-image:url("../img/bg_about.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
}
.about .title{
    text-align: center;
    color: white;
    margin: 160px 0 100px 0;
}
.about .title h1{
    font-size: 64px;
}
.about .aboutContainer{
    background: white;
    z-index: 1;
    position: relative;
    padding: 30px 100px;
    text-align: center;
    box-shadow: 0 20px 33px 0 lightgrey;
}
.about .aboutContainer .left svg{
    width: 60px;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.about .up{
    margin: 40px 0 60px;
    color: #41484B;
}
.about .up h2{
    margin-bottom: 40px;
    font-size: 38px;
}
.about .up p{
    text-align: left;
    font-size: 18px;
    font-family: Averta-light;
}
.about .down h1{
    font-size: 38px;
    color: #41484B;
    margin-bottom: 30px;
}
.about .down p{
    font-size: 18px;
    color: #41484B;
    margin-bottom: 25px;
}
.about .down p span{
    font-family: Averta-light !important;
}
.aboutItems {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: #F4F6F9;
    margin-bottom: 15px;
    padding: 15px 30px;
    cursor: pointer;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.aboutItems .right {
    text-align: left;
    margin-left: 60px;
}
.aboutItems .right h3 {
    color: #79B543;
    font-size: 18px;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.aboutItems .right p {
    color: #999999;
    font-size: 14px;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.aboutItems:hover{
    background: #79B543;
}
.aboutItems:hover .cls-1{
    fill: white;
}
.aboutItems:hover h3{
    color: white;
}
.aboutItems:hover p{
    color: white;
}

/*parks*/
.parks{
    position: relative;
}
.bg_parks{
    position: absolute;
    background-image:url("../img/bg_park.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
}
.parks .title{
    text-align: center;
    color: white;
    margin: 170px 0 100px;
}
.parks .title h1{
    font-size: 64px;
}
.parksContainer{
    text-align: center;
    background: white;
    position: relative;
    z-index: 1;
    box-shadow: 0 20px 33px 0 lightgrey;
    padding: 50px 15px 76px;
}
.parksContainer .parksRow{
    margin: 0;
}
.parksContainer .title{
    margin: 0;
}
.parksContainer .title h2{
    font-size: 38px;
    color: #41484B;
}
.parksContainer a{
    color:black;
}
.parkStats{
    display: -webkit-flex;
display: flex;
    margin: 70px 0;
}
.parksItem{
    text-align: left;
    font-size: 18px;
    font-family: Averta-light;
    margin-bottom: 30px;
}
.parksItem p{
    margin-top: 15px;
}
.parksPhoto {
    background-position: center!important;
    background-size: cover!important;
    height: 200px;
}
.ourParks{
    display: -webkit-flex;
display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.statsItems{
    margin-right: 10px;
    background: #F4F6F9;
    display: -webkit-flex;
display: flex;
    padding: 20px;
    flex-direction: column;
}
.insideStat {
    position: relative;
    flex-direction: column-reverse;
    display: -webkit-flex;
display: flex;
}
.insideStat .progressbar-text{
    color: rgb(121, 181, 67);
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
}
.statsItems p:nth-child(2){
    margin-top: 20px;
    margin-bottom: 0;
}

.pagination li a{
    padding: 5px 10px;
    border: 1px solid #707070;
    margin-right: 15px;
    color: #707070;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    border-radius: 2px;
}
.pagination > li:first-child > a{
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.pagination > li:last-child > a{
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.pagination li.active a{
    background: #79B543;
    color: white;
    border-color: white;
}
.pagination li.active:hover a{
    background: #79B543;
    color: white;
    border-color: white;
}
.pagination .active a:focus {
    background: #79B543;
    color: white;
    border-color: white;
}
.pagination > li > a:hover{
    background: #79B543;
    color: white;
    border-color: white;
}

/*partners*/

.partners{
    position: relative;
}
.bg_partners{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-image:url("../img/bg_partenrs.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.partners .title{
    text-align: center;
    color: white;
    margin:180px 0 100px;
}
.partners .title h1{
    font-size: 64px;
}
.partnersContainer{
    position: relative;
    background: white;
    text-align: center;
    /*padding: 30px 0;*/
    padding: 65px 0 30px;
    box-shadow: 0 20px 33px 0 lightgrey;
}
.ourPartners{
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 0 100px;
    line-height: 25px;
}
.ourPartners p{
    text-align: left;
    font-family: Averta-light;
    margin-top: 25px;
    font-size: 18px;
}
.partnersItems {
    margin-bottom: 45px;
}
.partnersItems img{
    width: 100%
}
.partnersItems .info a{
    color: #333333;
}

/*career*/
.career{
    position: relative;
}
.bg_career{
    position: absolute;
    background-image:url(../img/bg_career.jpg);
    left: 0;
    right: 0;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
}
.career .title{
    text-align: center;
    margin: 180px 0 100px;
    color: white;
}
.career .title h1{
    font-size: 64px;
}
.careerContainer{
    position: relative;
    background: white;
    box-shadow: 0 20px 33px 0 lightgrey;
    text-align: center;
    padding-bottom: 60px;
}
.why_we{
    margin: 50px 0;
    padding: 0 60px;
    color: #41484B;
}
.why_we h3{
    font-size: 38px;
    margin-bottom: 30px;
}
.why_we p{
    font-size: 18px;
    text-align: left;
    font-family: Averta-light;
}
.send_cv{
    margin-top: 50px;
}
.send_cv .title{
    margin: 0;
}
.send_cv .title h3{
    font-size: 38px;
    color: #41484B;
    margin-bottom: 40px;
}
.form-control {
    background: #F4F6F9;
    border: none;
    box-shadow: none;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.form-control::placeholder{
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.form-control:hover {
    background: #999999;
    color: white;
}
.form-control:hover::placeholder{
    color: white;
}
input.form-control:focus{
    border-color: #f4f6f9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.send{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}
#cv{
    padding: 10px;
    background: #F4F6F9;
    display: table;
    color: #999999;
    font-weight: 400;
    width: 100%;
    height: 72px;
    padding-top: 25px;
    border: 2px solid #79B543;
    cursor: pointer;
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
    justify-content: center;
}
#cv i{
    margin-left: 15px;
    color: #79B543;
    font-size: 18px;
}
#cv input[type="file"] {
    display: none;
}
/*.g-recaptcha div:first-child{*/
    /*width: 100%!important;*/
/*}*/
/*.g-recaptcha iframe{*/
    /*width: 100%!important;*/
/*}*/
/*.g-recaptcha iframe .rc-anchor-light.rc-anchor-normal{*/
    /*width: 99%!important;*/
/*}*/
/*.send_cv .form-group{*/
    /*display: -webkit-flex;
display: flex;*/
/*}*/
.send_cv .form-group input:nth-child(2){
    margin: 0 44px;
}
input[type="submit"]{
    background: #79B543;
    color: white;
    width: 100%;
    padding: 20px 0;
    font-size: 23px;
}
input[type="submit"]:hover{
    color: white;
}
.form-control{
    height: 40px;
}
form hr{
    border-top: 2px solid #DCDDDE;
}
section.park-view {
    position: relative;
}
.bg_restore{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-image:url(../img/bg_restovration.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg_park_view {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-image:url(../img/bg_parks-view.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.park-view .title {
    text-align: center;
    margin: 180px 0 120px;
    color: white;
}
.park-view .title h1{
    font-size: 64px;
    text-shadow: 0px 5px 5px #15151578;
}
.park-view-container{
    position: relative;
    background: white;
    padding: 25px 20px;
    box-shadow: 0 20px 33px 0 lightgrey;
    margin:0px;
    /*padding-bottom: 50px;*/
    /*margin-bottom: 80px;*/
}
.park-view-container .navigation{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.park-view-container .navigation .right p{
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.park-view-container .navigation .right i{
    margin-right: 11px;
    color: #79B543;
    font-size: 25px;
}
.park-view-container .navigation a {
    color: #171E26;
    font-weight: 600;
    font-size:18px;
}
.park-view-container .heading{
    text-align: center;
    margin-bottom: 40px;
    color: #171E26;
    font-weight: 600;
}
.park-view-container .info{
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}
.restorationContainer2 .info{
    justify-content: space-between;
}
.park-view-container .desc{
    width: 770px;
    text-align: left;
    line-height: 26px;
    font-size: 16px;
    font-family: Averta-light;
}
.park-view-container .park_stats .item{
    margin-bottom: 20px;
}
.park-view-container .park_stats .item p{
    font-weight: 600;
    margin-bottom: 0;
    color: #171E26;
}
.park-view-container .park_stats .item span{
    color: #79B543;
    font-weight: 700;
    font-size: 21px;
}
.park-view-container .park_stats div p:first-child{
    font-weight: 600 !important;
    margin-bottom: 0 !important;
    color: #171E26 !important;
}
.park-view-container .park_stats div p:nth-child(2){
    color: #79B543 !important;
    font-weight: 700 !important;
    font-size: 21px !important;
}
.main-carousel .carousel-cell{
    height: 550px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-carousel1 .carousel-cell{
    height: 550px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-carousel2 .carousel-cell{
    height: 550px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-carousel3 .carousel-cell{
    height: 550px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sliderContainer{
    margin-bottom: 90px;
}
.flickity-prev-next-button{
    width: 80px;
    height: 80px;
    background: transparent;
}
.flickity-button-icon{
    fill: #79B543;
}
.flickity-button:hover{
    background: transparent;
}
.main-carousel{
    margin-bottom: 30px;
    box-shadow: 0 20px 33px 0 lightgrey;
}
.main-carousel1{
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
    box-shadow: 0 20px 33px 0 lightgrey;
}
.main-carousel2{
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
    box-shadow: 0 20px 33px 0 lightgrey;
}
.main-carousel3{
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
    box-shadow: 0 20px 33px 0 lightgrey;
}
.mapContainer{
    padding: 0 20px;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.selectRegion{
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.selectRegion p{
    margin: 0;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #fff;
    width: 220px;
    height: 40px;
    box-shadow: 0 0px 25px 0 #d1d1d1;
    margin-left: 30px;
    font-size: 14px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 8px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    text-align: left;
    font-weight: 600;
    color: black;
    font-family: Averta-light;
    text-transform: capitalize;
}
/*.select-styled:after {*/
    /*content: "";*/
    /*width: 0;*/
    /*height: 0;*/
    /*border: 7px solid transparent;*/
    /*border-color: #fff transparent transparent transparent;*/
    /*position: absolute;*/
    /*top: 16px;*/
    /*right: 10px;*/

/*}*/


.select-styled:active:after, .select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #fff transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: white;
    opacity: 0.8;
    text-align: left;
    font-weight: 600;
    height: 220px;
    overflow: scroll;
    overflow-x: hidden;
}
.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border: none;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    color: black;
    text-transform: capitalize;
}
.select-options li:hover {
    color: #79B543;
    background: #fff;
    /*border-top: 1px solid;*/
    /*border-bottom: 1px solid;*/
}
.select-options li[rel="hide"] {
    display: none;
}
.select-options::-webkit-scrollbar-track
{
    -webkit-box-shadow: #79B543;
    background-color: #F5F5F5;
}

.select-options::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

.select-options::-webkit-scrollbar-thumb
{
    background-color: #79B543;
}

/*contacts*/

section.contacts {
    position: relative;
}
.bg_contacts {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-image:url(../img/bg_contacts.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.contacts .title {
    text-align: center;
    margin: 180px 0 100px;
}
.contacts .title h1{
    font-size: 64px;
    color: white;
}
.contactsContainer{
    position: relative;
    background: white;
    padding: 20px;
    box-shadow: 0 20px 33px 0 lightgrey;
    padding-bottom: 90px;
}
.contactsContainer .left{
    padding: 0 60px;
}
.contactsContainer .heading {
    color: #79B543;
}
.contactsContainer .desc{
    /*height: 115px;*/
    overflow: hidden;
    line-height: 23px;
    margin: 15px 0;
    font-family: Averta-light;
    font-size: 15px;
}
.contactsContainer .right .heading{
    text-align: left;
}
.contactsContainer .right .heading h1{
    margin-bottom: 0;
}
.contactsContainer .right .top p{
    white-space: pre-line;
    text-align: left;
    margin-bottom: 5px;
}
.contactsContainer .right .days {
    padding: 20px 30px 20px 0;
}
.contactsContainer .right .days .daysItem {
    display: -webkit-flex;
display: flex;
    justify-content: space-between;
}
.contactsForm input{
    margin-bottom: 15px;
}
.contactsForm input[type="submit"] {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
/*    margin-top: 15px;*/
    border: none;
    text-align: left;
    border-radius: 3px;
    text-align: center;
}

/*services*/

section.servicesSection {
    position: relative;
}
.bg_services{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-image:url("../img/bg_services.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.servicesSection .title {
    text-align: center;
    margin: 180px 0 110px;
    color: white;
}
.servicesSection .title h1 {
    font-size: 64px;
}
.servicesContainer {
    position: relative;
    background: white;
    box-shadow: 0 20px 33px 0 lightgrey;
    padding: 20px 10px 75px;
}
.servicesContainer .heading {
    text-align: center;
    margin: 50px 0;
}
    .servicesContainer .content{
        padding: 20px 50px;
    }
    .servicesContainer .content p{
        letter-spacing: 1px;
        font-size: 19px;
    }
.servicesContainer .heading h2 {
    color: #41484B;
    font-size: 38px;
}
.servicesContainer .servicesItem {
    background: #F4F6F9;
    padding: 0;
}
.servicesContainer .servicesItem .left {
    border: none !important;
}
.servicesContainer .servicesItem .left svg{
    width: 46px;
}
.servicesContainer #_009-pruning-shears{
    width: 25px;
}
.servicesForm input[type="submit"] {
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
    margin-top: 17.5px;
    border: none;
    border-radius: 3px;
}
.servicesContainer .servicesItem p {
    color: #171E26;
    font-weight: 600;
    margin-bottom: 0;
    font-family: Averta-light;
}
.servicesContainer hr{
    border: 0;
    border-top: 2px solid #DCDDDE;
    margin: 50px;
}

/*socialResponsibility*/


section.socialResponsibility {
    position: relative;
}
.bg_social {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-image:url(../img/bg_social.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.socialResponsibility .title {
    text-align: center;
    margin: 180px 0 120px;
    color: white;
}
.socialResponsibility .title h1 {
    font-size: 64px;
}
.socialContainer {
    position: relative;
    background: white;
    box-shadow: 0 20px 33px 0 lightgrey;
    padding: 50px 70px;
}
.socialContainer .heading {
    text-align: center;
    color: #41484B;
    margin-bottom: 70px;
}
.socialContainer .desc {
    line-height: 25px;
    text-align: left;
}
.socialContainer .projects {
    margin-top: 100px;
}
.socialContainer .socialItem {
    margin-bottom: 25px;
    background: #F4F6F9;
    padding: 20px;
}
.socialContainer .left{
    /*box-shadow: 0px 0px 60px 0px lightgrey;*/
}
.socialContainer .left img{
    width: 100%;
}
.socialContainer .projectsTitle {
    color: #79B543;
    margin-bottom: 25px;
}
.socialContainer h5 {
    font-size: 18px;
}
.socialContainer .content span {
    font-size: 11px;
    color: #333333;
}
.socialContainer .content p {
    color: #999999;
    font-size: 12px;
    margin-top: 25px;
    margin-bottom: 0;
}
.showMore{
    text-align: center;
}
.showMore a{
    background: white;
    box-shadow: 1px 1px 20px 5px lightgrey;
    padding: 5px 10px;
    color: black;
}

/*Restoration*/
.bg_restoration{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-image:url(../img/bg_restore.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.restorationContainer{
    position: relative;
    background: white;
    box-shadow: 0 20px 33px 0 lightgrey;
    padding-bottom: 50px;
    margin-bottom: 80px;
    padding-top: 25px;
}
.restorationContainer .navigation {
    display: -webkit-flex;
display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.restorationContainer .navigation .right p{
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.restorationContainer .navigation .right i{
    margin-right: 11px;
    color: #79B543;
    font-size: 25px;
}
.restorationContainer .navigation a {
    color: #171E26;
    font-weight: 600;
}
.restorationContainer .heading {
    text-align: center;
    margin-bottom: 40px;
    color: #171E26;
    font-weight: 600;
}
.restorationContainer .main-carousel{
    margin-left: -15px;
    margin-right: -15px;
}
.restorationContainer .main-carousel0{
    margin-left: -15px;
    margin-right: -15px;
}
.restorationContainer2 {
    background: inherit!important;
    box-shadow: none;
    margin-bottom: 20px;
    padding: 0;
}
.restorationContainer2 .heading span {
    color: #79B543;
    font-weight: 600;
}
.sliderContainer .heading {
    text-align: center;
    margin-bottom: 50px;
}

/*services-view*/
.servicesView{
    position: relative;
}
.bg_servicesView{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-image:url(../img/bg_services_view.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.servicesView .title {
    text-align: center;
    margin: 180px 0 120px;
    color: white;
}
.servicesView .title h1 {
    font-size: 64px;
}
.servicesViewContainer{
    position: relative;
    background: white;
    box-shadow: 0 20px 33px 0 lightgrey;
    padding: 25px;
    margin-bottom: 30px;
}
.servicesViewContainer .navigation {
    display: -webkit-flex;
display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.servicesViewContainer .navigation a {
    color: #171E26;
    font-weight: 600;
}
.servicesViewContainer .heading {
    text-align: center;
    margin-bottom: 50px;
    color: #41484B;
}
.servicesViewContainer .desc {
    color: #41484B;
    padding: 0 40px;
    font-size: 15px;
}
.servicesViewContainer .desc p{
    line-height: 25px;
}
.servicesViewContainer .top {
    text-align: left;
}
.servicesViewContainer .middle {
    margin: 40px 0;
}
.servicesViewContainer ul {
    /*list-style-type: disc;
    font-size: 30px;
    color: #79B543;*/
    /*width: max-content;*/
    /*margin: 0 auto;*/
    margin: 40px 0;
    margin-left: 25%;
    padding: 0;
}

.servicesViewContainer .lastUl{
    margin: 0;
}
.servicesViewContainer ul li {
    margin: 0 0 20px;
    font-size: 16px;
    color: black;
    position: relative;
}
.servicesViewContainer ul li:before{
    content: '●';
    display: block;
    position: absolute;
    left: -25px;
    color: #79B543;
    -ms-transform: scale(1.5, 1.4);
    -webkit-transform: scale(1.5, 1.4);
    transform: scale(1.5, 1.4);
    top: -2px;

}
.servicesViewContainer .bottom {
    text-align: left;
}
.bg_bottom{
    background-image: url(../img/bottom_bg.png);
    height: 300px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background-size: contain;
}
.advantageRow{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.scrollTop {
    position: fixed;
    right: 2%;
    top: 93%;
    cursor: pointer;
    display: none;
    margin-right: 10px;
    z-index: 1000000;
    width: 50px;
}
.miniLogo{
    display: none;
}
.disBlock{
    display: block;
}
.disNone{
    display: none;
}
.mobStatItem{
    display: none;
}
.mobileMenu,.mobileBurger{
    display: none;
}

/*blog*/
.bg_blog {
    background-image: url(../img/bg_blog.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
}
 .blog .title {
     text-align: center;
     color: white;
     margin: 160px 0 100px 0;
 }
.blog .title h1{
    font-size: 64px;
    font-weight: 600;
}
.blogRow {
    background: white;
    z-index: 1;
    position: relative;
    padding: 25px 50px;
    box-shadow: 0 20px 33px 0 lightgrey;
}
.blogRow .title{
    margin: 40px 0;
    color: #41484B;
}
.blogRow .title h3{
    font-size: 38px;
}
.blogRow .categories {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}
.blogRow .categories p {
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 2px;
}
.blogRow ul {
    display: flex;
    flex-wrap: wrap;
}
.blogRow ul.pagination {
    justify-content: center;
}
.blogRow ul li{
    margin-bottom: 20px;
}
.blogRow .categories ul li a {
    color: #41484B;
    border-radius: 15px;
    padding: 5px 30px;
    margin-right: 15px;
    border: 1px solid #589A1D;
    font-weight: 500;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.blogRow .categories ul li:last-child a{
    margin: 0;
}
.blogRow .categories ul li a:hover{
    background: #589A1D;
    color: white;
}
.blogActive{
    background: #589A1D;
    color: white!important;
}
.blogRow .photo {
    box-shadow: 0 20px 33px 0 lightgrey;
}
.blogRow .photo img {
    width: 100%;
}
.blogRow .heading {
    margin: 60px 0 15px;
}

.blogRow .heading h4 {
    font-size: 24px;
    color: #79B543;
}

.blogRow .date span {
    color: #999999;
    font-size: 13px;
}
.blogRow .tags a {
    color: #41484B;
    border-radius: 15px;
    padding: 2px 10px;
    margin-right: 15px;
    border: 1px solid #589A1D;
    font-weight: 600;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-size: 12px;
}
.blogRow .tags ul{
    padding: 0;
}
.blogRow .tags h5 {
    font-weight: 600;
    margin: 15px 0;
}
.blogRow .text {
    margin: 20px 0;
    color: #41484B;
    font-size: 17px;
    line-height: 28px;
    font-family: Averta-light;
}

.blogRow .show {
    margin-bottom: 60px;
}

.blogRow .show a {background: #79B543;
    color: white;
    padding: 5px 15px;
    box-shadow: -2px 5px 20px 0px lightgrey;
}
.blogRow .loadMore{
    text-align: center;
    margin-bottom: 25px;
}
.blogRow .loadMore a{
    background: #79B543;
    color: white;
    padding: 5px 20px;
    box-shadow: -2px 5px 20px 0px lightgrey;
}
.allTags ul {
    display: flex;
    justify-content: center;
}

.allTags a {
    color: #41484B;
    border-radius: 15px;
    padding: 3px 10px;
    margin-right: 15px;
    border: 1px solid #589A1D;
    font-weight: 600;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-size: 13px;
}

.allTags h2 {
    font-size: 38px;
    margin: 40px 0;
    text-align: center;
}

.bg_blog_view{
    background-image: url(../img/bg_blog_open.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 85vh;
}
.blog_view .sliderContainer{
        margin-top: 40px;
    margin-bottom: 40px;
}
.blog_view .heading{
    margin: 0;
}
.blog_view .text{
    margin-bottom: 0;
}
.currentDate{
    color: #79B543;
}
.overflow{
    overflow: hidden;
    position: relative;
    /*height: 100%;*/
}
.mobRow{
    display: none;
}
.getServ{
    position: relative;
    background: white;
    box-shadow: 0 20px 33px 0 lightgrey;
    padding: 25px;
    margin-bottom: 30px;
    text-align: center;
}
.getServ .heading {
    text-align: center;
    margin: 50px 0;
}
.getServ .heading h2 {
    color: #41484B;
    font-size: 38px;
}
.firstSection .container {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    justify-content: space-between;
}
.statsRow {
    display: block;
    width: 100%;
    margin-right: 10px;
}
.main_burger .container{
    display: block;
}
.flickity-page-dots{
    display: none;
}
.restorationContainer2 .park_stats {
    width: 270px;
}
.park-view-container p{
    margin-bottom: 0;
}
li.langLi {
    display: flex;
}

.langLi .select {
    display: none;
}
.langLi .langA:first-child{
    margin-right: 10px
}
.servicesForm .field-serviceform-recaptcha {
    padding-left: 22px;
}
.errorMsg{
       color: red;
    font-size: 18px;
}
.successMsg{
        color: #79B543;
    font-size: 18px;
}
.message.errormsg {
    margin-top: 10px;
    color: red;
    font-size: 18px;
}
.message.successmsg {
    margin-top: 10px;
    color: #79B543;
    font-size: 18px;
}
/*trees*/
    .treesCats{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .treesCats .form-group {
        margin-right: 20px;
    }
    .treesCats .form-group, .treesCats .selectRegion{
        width: 17%;
    }
    .treesCats .form-group p {
        margin-bottom: 0;
        margin-right: 30px;
    }
    .treesCats .selectRegion{
        margin-bottom: 25px;
        margin-right: 20px;
        display: block;
    }
    .treesCats .selectRegion:last-child{
        margin-right: 0;
    }
    .treesCats p {
        color: #79b543;
        text-align: left;
        margin-bottom: 10px!important;
        font-size: 16px;
    }
    .treesCats .selectRegion .select {
        margin: 0;
        width: 100%;
    }
    .headTree {
        display: flex;
        justify-content: space-between;
        color: #979797;
        margin-bottom: 30px;
        padding: 0 20px;
        font-size: 14px;
    }
    .headTree.listTrees {
        background: white;
        box-shadow: 0 0px 25px 0 #d1d1d1;
        padding: 15px 20px;
        margin-bottom: 10px;
        color: black;
        font-size: 15px;
    }
    .headTree.listTrees .name {
        color: #79b543;
    }
    .headTree .col-xs-1, .headTree .col-sm-3, .headTree .col-xs-5, .headTree .col-sm-3, .headTree .col-sm-2 {
        padding: 0;
        text-align: left;
    }
    .treesCats input.form-control {
        box-shadow: 0 0px 25px 0 #d1d1d1;
        background: white;
        color: black;
        width: 100%;
    }
    .parksTreesPhoto {
        width: 100%;
        height: 400px;
        background-position: center;
        background-size: cover;
        position: relative;
    }

    .treesStats .statsItems {
        position: absolute;
        background: 0;
        width: 29%;
        justify-content: center;
        z-index: 1;
    }

    .treesStats .statsItems .progressbar-text {
        color: white!important;
        top: 59%!important;
        transform: translate(-50%, -59%)!important;
        font-family: 'Averta-regular';
        font-weight: unset;
    }

    .treesStats .statsItems p {
        position: absolute;
        top: 38%;
        color: white;
        left: 50%;
        font-size: 23px;
        transform: translate(-50%, -38%);
        width: 75%;
    }
    .treesStats{
        justify-content: center;
        align-items: center;
    }
    .bg_trees_blur {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: black;
        opacity: .35;
    }
    .parkSelect .select-options li{
        padding: 12px 0px 12px 16px;
        text-indent: 0;
    }
    .parkSelect .select-options a:hover{
        color: #79B543
    }
    .parkSelect .select-styled {
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        height: 33px;
    }
    .hoverImg{
        display: none;
        position: absolute;
        top: -120%;
        width: 140px;
        height: 185px;
        background-position: center;
        background-size: cover;
        left: -15%;
        border: 1px solid #b0b0b0;
        border-radius: 3px;
    }
    .showImg:hover .hoverImg{
        display: block;
    }
    .indexTree .statsItems {
        position: relative;
        width: 25%;
    }

    .indexTree {
        display: block;
        margin-top: -25px;
    }

    .indexTree .statsItems p {
        color: black;
    }

    .indexTree .statsItems .progressbar-text {
        color: black!important;
    }
    .indexStats {
        display: flex;
        margin-bottom: 20px;
        align-items: center;
        justify-content: space-between;
    }
    .indexTree .parksTreesPhoto {
        height: 333px;
        display: flex;
        align-items: center;
        padding-left: 91px;
        padding-right: 120px;
    }

    .indexTree .bg_trees_blur {
        opacity: .6;
    }
    .imageDesc {
        z-index: 2;
        position: relative;
        color: white;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%
    }

    .treeIcon {
        background-position: center;
        background-size: auto;
        height: 226px;
        width: 215px;
    }

    .elem:first-child {
        width: 555px;
        width: 53%;
    }

    .imageDesc h1 {
        color: #79B543;
        font-size: 22px;
        font-family: Averta-bold
    }

    .imageDesc p {
        font-size: 16px;
        margin-top: 20px;
    }
    .treesIndexDesc p {
        text-align: left;
        font-size: 16px;
        margin-top: 20px;
        font-family: Averta-light;
        line-height: 25px;
    }

    .treesIndexDesc h2 {
        color: #79B543;
        font-size: 22px;
        font-family: Averta-bold;
    }

    .treesIndexDesc {
        margin-top: 50px;
    }
    .ruStats .statsItems p{
        line-height: 25px;
        top: 36%;
    }
    .ruStats .statsItems .progressbar-text{
        top: 63%!important;
    }
    .treeInfo {
        display: flex;
        /*align-items: center;*/
        justify-content: space-between;
    }


    .carousel.tree-slider .carousel-cell {
        width: 100%;
        height: 400px;
        background-position: center;
        background-size: cover;
        border: 1px solid #707070;
    }
    .treeSlide{
        width: 40%
    }
    .treeSlide .carousel-nav .carousel-cell {
        width: 25%;
        height: 100px;
        margin-right: 10px;
        margin-top: 15px;
        background-size: cover;
    background-position: center;
    }
    .treeViewContainer {
        padding: 70px;
    }

    .treeDesc {
        width: 54%;
        margin-left: 60px;
        text-align: left;
    }

    .treeSlide .carousel-nav .flickity-prev-next-button {
        width: 8%;
        height: 100px;
        top: 15px;
        transform: none;
        background: #363636;
        border-radius: 0;
    }

    .treeSlide .carousel-nav .flickity-prev-next-button.previous {
        left: 0;
    }

    .treeSlide .carousel-nav .flickity-prev-next-button.next {
        right: 0;
    }

    .treeSlide .carousel-nav .flickity-prev-next-button .flickity-button-icon {
        fill: white;
    }
    .treeDesc h1 {
        font-size: 22px;
        color: #79b543;
        margin-top: 0;
    }

    .treeDesc p {
        /*margin: 20px 0 50px;*/
        font-size: 16px;
        color: #141414;
        font-family: Averta-light;
    }
    .treeOption table {
        background: 0!important;
        font-family: inherit!important;
        font-size: 17px!important;
        text-align: left!important;
        width: 100%!important;
    }

    .treeOption table tr td:first-child {
        color: #79B543;
        padding-bottom: 6px;
        font-family: 'Averta-regular';
        width: 50%;
    }
    .treeOption table tr td{
        font-family: Averta-light;
    }
    .treeOption table tr td a {
        color: black!important;
    }

    .treeOption table td strong {
        font-weight: normal;
    }


    .treeOption span:first-child {
        color: #79B543!important;
        background: 0!important;
        /*width: 120px;*/
        width: auto;
        display: inline-block;
        font-family: Averta-regular!important;
        font-size: inherit!important;
    }

    .treeOption div {
        margin-bottom: 0px;
        font-size: 16px;
        font-family: Averta-light;
        background: 0!important;
    }
    .treeOption {
        margin-top: 30px;
        background: #F4F6F9;
        padding: 20px 40px;
        text-align: left;
    }
    table.jqplot-table-legend {
        border: 0;
        font-size: 18px;
        text-align: left;
    }
    .jqplot-pie-series.jqplot-data-label {
        color: white;
        font-size: 18px;
    }
    div.jqplot-table-legend-swatch-outline{
        border: 0;
    }
    div.jqplot-table-legend-swatch{
        width: 0;
        height: 0;
        border-top-width: 8px;
        border-bottom-width: 6px;
        border-left-width: 6px;
        border-right-width: 8px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-right-style: solid;
    }
    #chart3{
        font-family: 'Averta-regular'!important;
    }
    #chart3 table tr td:first-child {
        padding-right: 15px;
    }
/*trees*/


 .main-carousel .flickity-viewport {
        height: 700px !important;
    }

.main-carousel .carousel-cell {
    height:100% !important;
}




























@media(max-width: 1399px){
    .stats h1 {
        font-size: 55px;
    }

    .stats p {
        font-size: 30px;
    }
}
@media (min-width: 768px) {
    .advantageContainer .container {
        width: 750px;
    }
}
@media (min-width: 992px){
    .advantageContainer .container {
        width: 950px;
    }
}

@media (min-width: 1200px) {
    .advantageContainer .container {
        width: 1155px;
    }
}

@media (max-width: 1199px) {
	.treesCats input.form-control {
	    width: 100%;
	}

	/*.treesCats .selectRegion {
	    width: 25%;
	}*/
    .treesCats p {
        font-size: 14px;
    }
	.treesCats .selectRegion .select {
	    width: 100%;
	}

	/*.treesCats .form-group {
	    width: 25%;
	}*/
	.ruStats .statsItems p {
	    top: 34%;
	    line-height: 19px;
	}
	.indexTree .statsItems p {
	    font-size: 18px;
	    top: 36%;
	}

	table.jqplot-table-legend {
	    font-size: 17px;
	}
    .servicesForm .g-recaptcha{
        transform: scale(0.8);
        transform-origin: 0 0;
    }
    .restorationContainer2 .park_stats {
        width: 249px;
    }
    .treeViewContainer {
        padding: 50px;
    }

    .treeDesc {
        margin-left: 50px;
    }
    .parksItem p {
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        font-size: 17px;
    }
    /*header ul li:nth-child(5), header ul li:nth-child(6){
        margin-right: 0;
    }*/
    /*.services{*/
        /*padding-top: 20%;*/
    /*}*/
    .getServ .heading h2{
        font-size: 34px;
    }
    .statsText {
        font-size: 18px;
    }

    .firstSection .progressbar-text {
        font-size: 28px!important;
    }

    .stats h1 {
        font-size: 55px;
    }

    .stats p {
        font-size: 30px;
    }

    header ul li a {
        font-size: 13px;
    }

    .burger_menu a {
        font-size: 13px;
    }

    .servicesItem .right p {
        font-size: 12px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }
    
    .servicesText .content p{
        font-size: 17px;
        width: auto;
    }
    .servicesContainer .content {
        padding: 20px 0px;
    }
    .servicesContainer .content p{
        font-size: 17px;
    }

    .servicesItem .right a {
        font-size: 12px;
    }

    .advantageContainer .text .content {
        font-size: 17px;
    }

    .advantageContainer .text .title h1 {
        font-size: 32px;
    }

    .advantageContainer .top svg {
        width: 80px;
    }

    .advantageIcons .top {
        height: 13rem;
    }

    .projectsContainer .text h3 {
        font-size: 21px;
    }

    .projectsContainer .text p {
        font-size: 16px;
    }

    .projectsContainer .text a {
        font-size: 13px;
    }
    .socialContainer .projectsTitle{
        margin-bottom: 0;
    }

    /**/

    .about .title h1 {
        font-size: 60px;
    }

    .about .up h2 {
        font-size: 34px;
    }

    .about .up p {
        font-size: 16px;
    }

    .about .down h1 {
        font-size: 34px;
    }

    .about .down p {
        font-size: 16px;
    }

    .aboutItems .right h3 {
        font-size: 17px;
    }

    .aboutItems .right p {
        font-size: 13px;
    }

    /**/

    .servicesSection .title h1 {
        font-size: 60px;
    }

    .servicesContainer .heading h2 {
        font-size: 34px;
    }

    /*.servicesContainer .content{
        padding: 20px 50px;
    }
    .servicesContainer .content p{
        letter-spacing: 1px;
        font-size: 19px;
    }*/

    /**/
    .servicesView .title h1 {
        font-size: 60px;
    }

    .servicesViewContainer .middle ul {
        font-size: 28px;
    }

    .servicesViewContainer ul li {
        font-size: 15px;
    }
    /**/

    .parks .title h1 {
        font-size: 60px;
    }

    .parksContainer .title h2 {
        font-size: 34px;
    }

    .insideStat .progressbar-text {
        font-size: 19px;
    }

    .statsItems p {
        font-size: 13px;
    }

    .ourParks h2 {
        font-size: 28px;
    }

    /*.parksItem {
        font-size: 23px;
    }*/

    /**/

    .park-view .title h1 {
        font-size: 60px;
    }

    .park-view-container .park_stats .item span {
        font-size: 19px;
    }

    .park-view-container .park_stats .item p {
    }

    .park-view-container .navigation .right p {
        font-size: 15px;
    }
    /**/

    .restorationContainer .navigation .right p {
        font-size: 15px;
    }

    .sliderContainer .heading h1 {
        font-size: 32px;
    }

    .park-view-container .heading h1 {
        font-size: 32px;
    }

    /**/

    .career .title h1 {
        font-size: 60px;
    }

    .why_we h3 {
        font-size: 34px;
    }

    .why_we p {
        font-size: 16px;
    }

    .why_we {
        margin: 80px 0;
    }

    .send_cv .title h3 {
        font-size: 34px;
    }

    input[type="submit"] {
        font-size: 20px;
        padding: 21px 0;
    }

    /**/

    .partners .title h1{
        font-size: 60px;
    }

    /**/

    .contacts .title h1 {
        font-size: 60px;
    }

    .contactsContainer .heading h1 {
        font-size: 32px;
    }

    /**/
    /*.socialContainer .content p{*/
        /*margin-top: 10px;*/
        /*height: 205px;*/
        /*overflow: hidden;*/
    /*}*/

    .advantageIcons .down {
        width: 160px;
        font-size: 12px;
    }
    .park-view-container .desc{
        font-size: 15px;
        width: 700px;
    }
    .restorationContainer2 .desc{
        width: 610px;
    }
    .blog .title h1 {
        font-size: 60px;
    }

    .blogRow .title h3 {
        font-size: 36px;
    }

    .allTags h2 {
        font-size: 36px;
    }
    .blogRow .categories ul li a{
        padding: 5px 25px;
    }
    .blogRow{
        padding: 50px 40px;
    }

}

@media (max-width: 1100px) {
    /*.services{*/
        /*padding-top: 20%;*/
    /*}*/
    .servicesItem{
        padding: 0;
        padding-bottom: 20px;
    }
    .servicesItem .left{
        border: 4px solid #DCDDDE;
        width: 80px;
        height: 80px;
    }
    .servicesItem .right{
        width: 58%;
    }
    .servicesItem .right h3{
        font-size: 16px;
    }
    .servicesItem .right a{
        font-size: 12px;
    }
}

@media (max-width: 1024px) and (min-width:1000px){
    .bg_career,.bg_contacts,.bg_park_view,.bg_servicesView,.bg_blog_view,.bg_restoration{
        height: 70vh;
    }
}
@media(max-width: 1024px){
    .park-view-container .desc{
        width: 600px;
    }
    .park-view-container .park_stats{
        width: 180px;
    }
    .park-view-container{
        padding: 20px 0;
    }

}
@media (max-width: 991px) {
    .treesCats .selectRegion{
        margin-right: 0;
    }
    .treeInfo {
        flex-direction: column;
        align-items: center;
    }

    .treeDesc {
        width: 100%;
        margin-top: 25px;
        margin-left: 0;
    }
    .treeViewContainer {
        padding-left: 15px;
        padding-right: 15px;
    }
    .treeSlide {
        width: 60%;
    }
    .hoverImg{
        display: none!important;
    }
	.treesCats .form-group{
		margin-right: 0;
	}
	.treesCats .form-group:first-child{
		margin-right: 20px;
	}
	.treesCats .form-group, .treesCats .selectRegion{
		width: 47%;
	}
	#chart3{
		width: 100%!important;
		margin-left: -80px!important;
	}
	.indexStats {
	    flex-wrap: wrap;
	}
	.treesCats{
		flex-wrap: wrap;
	}
	.indexTree .statsItems {
	    width: 47%;
        align-items: center;
	}
	.insideStat {
	    width: 76%;
	}
    .servicesForm .g-recaptcha{
        transform: scale(0.7);
        transform-origin: 0 0;
    }
    .servicesForm .field-serviceform-recaptcha{
        padding: 0
    }
    .servicesForm input[type="submit"]{
        margin-top: 10.5px;
    }
    .getServ .heading h2{
        font-size: 32px;
    }
    .stats h1 {
        font-size: 50px;
    }

    .stats p {
        font-size: 28px;
    }

    .lastProject .title h1 {
        font-size: 30px;
    }

    .lastProject .title {
        margin-bottom: 50px;
    }

    .projectsContainer .text h3 {
        font-size: 19px;
    }

    .servicesText .title h1 {
        font-size: 32px;
    }

    .servicesText .content p {
        font-size: 17px;
    }
    #nav-icon3{
        width: 25px;
    }
    header ul li a{
        font-size: 12px;
    }
    .modal-dialog {
        width: 700px!important;
    }
    .modal-content {
        width: 700px;
    }
    .formRequest {
        padding: 40px 90px;
    }
    .firstSection .container-fluid{
        margin-top: 70px;
    }
    .firstSection .progressbar-text{
        font-size: 21px!important;
    }
    .statsText{
        font-size: 14.5px;
        letter-spacing: 0;
    }
    .stats{
        margin-top: 100px;
    }
    .index-carousel .carousel-cell{
        height: 720px!important;
    }
    section.bg img{
        height: 80%;
    }
    /*.services{*/
        /*padding-top: 35%;*/
    /*}*/
    .advantageIcons .top{
        height: 9rem;
    }
    .advantageContainer .top svg{
        width: 60px;
    }
    .advantageIcons .down{
        font-size: 11px;
        width: 130px;
    }
    .projectsContainer .text p{
        font-size: 15px;
    }
    footer .address p{
        font-size: 13px;
    }
    footer .socilaIcons a{
        margin-right: 10px;
    }

    /**/

    .about .title h1 {
        font-size: 56px;
    }

    .about .up h2 {
        font-size: 32px;
    }

    .about .up p {
        font-size: 15px;
    }

    .row.aboutContainer {
        padding: 30px;
    }

    .about .down h1 {
        font-size: 32px;
    }

    .about .down p {
        font-size: 15px;
    }

    .aboutItems .right p {
        font-size: 13px;
    }

    .aboutItems {
        padding: 5px 30px;
    }

    .aboutItems .right h3 {
        font-size: 16px;
    }

    .about .aboutContainer .left svg {
        width: 55px;
    }
    /**/
    .servicesSection .title h1{
        font-size: 56px;
    }
    .servicesContainer .heading h2 {
        font-size: 32px;
    }
    /**/
    .parks .title h1{
        font-size: 56px;
    }
    .parksPhoto{
        height: 130px;
    }
    .parksContainer .title h2 {
        font-size: 32px;
    }

    .ourParks h2 {
        font-size: 25px;
    }

    .select {
        font-size: 15px;
    }

    /*.parksItem {
        font-size: 21px;
    }*/
    .servicesRow{
        display: block;
    }
    /**/
    .contacts .title h1 {
        font-size: 56px;
    }
    .contactsContainer .heading h1{
        font-size: 26px;
    }
    .contactsContainer .left{
        padding: 0;
    }
    .contactsContainer .desc {font-size: 13px;}

    .contactsContainer .right .top p {
        font-size: 13px;
    }

    .contactsContainer .right .days .daysItem {
        font-size: 13px;
    }

    .contactsForm .form-control {
        font-size: 13px;
    }

    .contactsForm input[type="submit"] {
        font-size: 15px;
    }
    .contactsContainer .right .days{
        padding: 0;
    }
    .contactsContainer .right .top{
        margin-bottom: 50px;
    }
    /**/
    .statsItems{
        padding: 10px;
    }
    .statsItems svg:not(:root){
        height: 3.4px!important;
    }
    .indexTree .statsItems svg, .treesStats .statsItems svg{
	    height: auto!important;
	}
    .statsItems .progressbar-text{
        font-size: 17px!important;
    }
    .statsItems p{
        font-size: 12px;
    }
    .parkStats{
        margin: 40px 0;
    }
    .parksContainer{
        padding-top: 20px;
    }
    .treeViewContainer{
        padding-top: 50px;
    }
    /**/

    .main-carousel .carousel-cell,.main-carousel0 .carousel-cell,.main-carousel1 .carousel-cell,.main-carousel2 .carousel-cell,.main-carousel3 .carousel-cell{
        height: 450px;
    }
    .park-view .title h1 {
        font-size: 56px;
    }
    .park-view-container .heading h1 {
        font-size: 30px;
    }

    .sliderContainer .heading h1 {
        font-size: 30px;
    }
    .park-view-container .park_stats .item span {
        font-size: 18px;
    }
    .park-view-container .info{
        justify-content: space-between;
    }
    .park-view-container .desc{
        width: 500px;
        font-size: 14px;
    }
    .ourPartners{
        padding: 0 20px;
    }
    .servicesViewContainer ul{
        margin-left: 10%;
    }
    .servicesView .title h1 {
        font-size: 56px;
    }
    /**/
    .contactsContainer .right .down .heading h1{
        margin-bottom: 15px;
    }
    .career .title h1 {
        font-size: 56px;
    }

    .why_we h3 {
        font-size: 32px;
    }

    .send_cv .title h3 {
        font-size: 32px;
    }

    .why_we p {
        font-size: 15px;
    }

    .why_we {padding: 0 20px;}

    .recaptchaDiv > div:first-child {
        transform: scale(0.75);
        -webkit-transform: scale(0.73);
        transform-origin: 0;
        -webkit-transform-origin: 0;
    }
    input[type="submit"] {
        font-size: 18px;
    }
    /**/
    .partners .title h1 {
        font-size: 56px;
    }

    .blog .title h1 {
        font-size: 56px;
    }

    .blogRow .title h3 {
        font-size: 32px;
    }

    .blogRow .heading h4 {
        font-size: 23px;
    }

    .blogRow .text {
        font-size: 16px;
    }

    .blogRow .show a {
        font-size: 13px;
    }

    .blogRow .loadMore a {
        font-size: 13px;
    }

    .allTags h2 {
        font-size: 32px;
    }
    .blogRow .categories ul li a {
        margin-right: 20px;
        padding: 5px 20px;
        font-size: 13px;
    }

    .blogRow .categories p {
        margin-bottom: 25px;
    }

    .blogRow .categories {
        flex-direction: column;
    }

    .row.blogRow {
        padding: 30px 20px;
    }

    .blogRow ul {
        padding: 0;
    }
    .send_cv .g-recaptcha{
        transform: scale(0.77);
        transform-origin: 0 0;
    }

}

@media (max-width: 820px) and (min-width: 767px) {
    .advantageContainer .container{
        width: 700px;
    }
}

@media (max-width: 768px){
    .treesStats .statsItems{
        width: 50%;
        align-items: center;
    }
    .indexTree .statsItems{
        width: 48%;
    }
    .park-view-container{
        padding: 20px 0;
    }
    .park-view-container .park_stats{
        width: 195px;
    }
    .restorationContainer2 .desc {
        width: 475px;
    }
    .restorationContainer2 .park_stats {
        width: 195px;
    }
    .servicesContainer .content p{
        font-size: 16px;
    }
    .blogRow .heading h4 {
        font-size: 20px;
    }
    footer h4{
        font-size: 13px;
    }
    .getServ .heading h2{
        font-size: 30px;
    }
    .formRequest input[type="submit"] {
        font-size: 18px;
    }
    .stats{
        margin: 0;
    }
    .stats h1 {
        font-size: 40px;
    }

    .stats p {
        font-size: 26px;
    }

    .statsText {
        font-size: 14px;
    }

    .servicesText .title h1 {
        font-size: 30px;
    }

    .servicesText .content p {
        font-size: 16px;
    }

    .servicesItem .right a {
        font-size: 11px;
    }

    .servicesView .title h1 {
        font-size: 52px;
    }

    .servicesViewContainer ul li {
        font-size: 14px;
    }

    .servicesViewContainer .middle ul {
        font-size: 21px;
    }

    .park-view .title h1 {
        font-size: 52px;
    }

    .park-view-container .navigation .right p {
        font-size: 14px;
    }
    .parks .title {
        margin: 100px 0;
    }

    .parks .title h1 {
        font-size: 52px;
    }

    .parksContainer .title {
        margin: 0;
    }

    .select {
        font-size: 14px;
        width: 180px;
    }
    .parksItem p{
        font-size: 16px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }
    .select-options li{
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        height: 33px;
        margin-top: 3px;
    }
    .select-styled{
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        height: 29px;
        margin-top: 3px;
    }
    .advantageContainer .text .title h1 {
        font-size: 30px;
    }

    .advantageContainer .text .content {
        font-size: 16px;
    }

    .advantageIcons .top {
        height: 8rem;
    }

    .advantageContainer .top svg {
        width: 55px;
    }

    .advantageIcons .down {
        font-size: 10px;
    }

    .lastProject .title h1 {
    }

    .projectsContainer .text h3 {
        font-size: 17px;
    }

    .projectsContainer .text p {
        font-size: 14px;
    }

    .projectsContainer .text a {
        font-size: 12px;
    }
    .miniLogo img{
        width: 100%!important;
    }
    .servicesContainer .servicesItem{
        padding: 10px 0;
    }
    .submenu{
        padding-right: 0!important;
    }
    .formRequest {
        padding: 0;
    }
    .modal-dialog{
        margin: 145px auto;
        width: 500px!important;
    }
    .modal-content {
        width: 500px;
    }
    header ul li a{
        font-size: 12px;
    }
    .openBurger{
        align-items: flex-end!important;
    }
    ul.burger_menu{
        width: max-content;
    }
    .burger_menu .submenu{
        width: 355px;
    }
    .firstSection .container-fluid {
        margin-top: 60px;
    }
    header{
        display: none;
    }
    .mobileMenu{
        position: relative;
        z-index: 100;
        display: block;
        background: url(../img/shadow.png);
        height: 140px;
        box-shadow: 1px 0px 5px 0px #63696B;
    }
    .mobileMenu .top{
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-around;
        border-bottom: 1px solid #DCDDDE;
    }
    .openBurger{
        position: absolute;
        left: 50px;
        z-index: 101;
    }
    .logo{
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .logo img{
        width: 80px;
    }
    .burger_menu{
        display: none;
    }
    .mobileBurger{
        display: block;
        margin-top: 175px;
    }
    .mobileBurger ul{
        padding-right: 40px;
    }
    .mobileBurger hr{
        margin: 0 -41px!important;
        border: 0.5px solid #DCDDDE!important;
    }
    .mobileBurger li {
        margin: 30px 0;
    }
    .mobileBurger a {
        color: black;
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
    }
    .mobileMenu .down{
        margin-top: 4px;
    }

    .main_burger hr {
        border-top: 1px solid #DCDDDE;
        margin-top: 5px;
    }
    .onlineRequest ul{
        margin: 0;
        padding: 0;
        display: -webkit-flex;
        display: flex;
        justify-content: space-around;
    }
    .onlineShop{
        display: -webkit-flex;
        display: flex;
        justify-content: space-around;
        padding-left: 0;
        padding-right: 15px!important;
    }
    .onlineShop li{
        margin: 0;
        margin-top: 10px;
        display: block!important;
    }
    .onlineRequest a {
        color: black;
        font-weight: 600;
        font-size: 13px;
        font-family: Averta-light;
    }
    /**/
    .about .title h1 {
        font-size: 52px;
    }

    .about .up h2 {
        font-size: 30px;
    }

    .about .up p {
        font-size: 15px;
    }

    .about .down h1 {
        font-size: 30px;
    }

    .about .down p {
    }

    .aboutItems .right h3 {
        font-size: 15px;
    }
    /**/
    .servicesSection .title h1 {
        font-size: 52px;
    }

    .servicesContainer .heading h2 {
        font-size: 30px;
    }
    /**/
    .park-view .title{
        margin: 100px 0;
    }
    .about .title{
        margin: 100px 0;
    }
    .partners .title{
        margin: 100px 0;
    }
    .servicesSection .title{
        margin: 100px 0;
    }
    .socialResponsibility .title{
        margin: 120px 0;
    }
    .career .title{
        margin: 100px 0;
    }
    .contacts .title{
        margin: 100px 0;
    }
    .servicesView .title{
        margin: 100px 0;
    }
    .career .title h1 {
        font-size: 52px;
    }
    .send_cv .form-control {
        font-size: 13px;
    }
    .why_we h3 {
        font-size: 30px;
    }
    .send_cv .title{
        margin: 0;
    }
    .why_we{
        padding: 0 20px;
    }
    .why_we p{
        font-size: 14px;
    }
    .socialContainer{
        padding: 50px 20px;
    }
    .about .aboutContainer{
        padding: 30px;
    }
    .servicesViewContainer .desc{
        padding: 0;
    }
    .flickity-prev-next-button{
        display: none;
    }

    .blog .title {
        margin: 90px 0;
    }
    .blog .title h1 {
        font-size: 52px;
    }

    .blogRow .title h3 {
        font-size: 30px;
    }

    .blogRow .title {
        margin: 30px 0;
    }
    .partners .title h1 {
        font-size: 52px;
    }
    .contacts .title h1 {
        font-size: 52px;
    }
    .contactsContainer #map{
        height: 360px!important;
    }
    .contactsContainer .heading h1 {
        font-size: 24px;
    }


    .index-carousel {
        margin-top: -138px;
    }
    .stats{
        margin-top: 130px;
    }
}


@media (max-width: 767px) {
    .treeSlide {
        width: 100%;
    }
    .treesContainer{
        padding: 0;
    }
    .treesStats .statsItems{
        width: 90%;
        align-items: center;
    }

    .headTree .col-xs-6{
        padding: 0 15px;
    }
    .headTree.listTrees{
        font-size: 13px;
    }
    .indexStats{
        display: block;
    }
    .indexTree .statsItems{
        width: 100%;
    }
	#chart3{
        margin-left: 0!important;
        display: none;
    }
    .imageDesc .elem {
        display: none;
    }

    .elem:first-child {
        display: block;
        width: 100%;
    }

    .imageDesc {
        justify-content: unset;
        align-items: unset;
    }

    .indexTree .parksTreesPhoto {
        padding: 0 20px;
    }
    table.jqplot-table-legend{
        font-size: 12px;
        display: none;
    }
    .servicesForm .g-recaptcha{
        transform: scale(1);
        transform-origin: 0 0;
    }
    .servicesForm input[type="submit"]{
        margin-top: 0px;
    }
    .send_cv .g-recaptcha{
        transform: scale(1);
        transform-origin: 0 0;
    }
    .servicesContainer .content p{
        font-size: 15px;
    }
    .onlineShop{
        justify-content: space-between;
    }
    .firstSection .container {
        display: block;
    }  
    .statsRow {
        width: auto;
        margin-right: -15px;
    }
    


    .ourPartners p{
        font-size: 14px
    }
    .ourPartners p span{
        font-size: 14px!important;
    }
    .index-carousel .carousel-cell {
        height:1300px !important;
    }

    .stats{
        margin-top: 185px;
    }

    /*.statsRow{
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }*/
    .contactsContainer .right .top p{
        text-align: center;
    }
    /*.mobStatItem{*/
        /*display: block;*/
        /*z-index: 1;*/
    /*}*/
    /*.statsItem{*/
        /*display: none;*/
    /*}*/
    .socials{
        text-align: center;
    }
    .mobileFooter{
        text-align: center;
    }

    .mobileFooter .row{
        display: -webkit-flex;
        flex-direction: column-reverse;
    }
    .mobileFooter .socials{
        margin-bottom: 20px;
    }
    .park-view-container .park_stats .item span{
        font-size: 17px;
    }
    .g-recaptcha{
        margin-bottom: 10px;
    }
    .restorationContainer .navigation{
        flex-direction: column;
    }
    .servicesContainer .servicesItem p{
        margin: 0;
    }
    .restorationContainer .navigation .right{
        margin-top: 20px;
    }
    .servicesItem .right P{
        font-size: 12px;
    }
    .parks .title{
        margin: 80px 0;
    }
    .contacts .title{
        margin: 100px 0;
    }
    .contactsContainer{
        padding: 20px 0;
    }
    .servicesSection .title{
        margin: 100px 0;
    }
    .partners .title{
        margin: 100px 0;
    }
    .advantageRow{
        display: block;
    }
    .advantageIcons {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        background: white;
        justify-content: center;
        margin: 5px 0;
        flex-direction: row;
    }
    .advantageContainer .text{
        margin-bottom: 20px;
    }
    .advantageContainer .text h1 {
        font-size: 29px;
        margin-bottom: 20px;
    }
    .advantageContainer .text .content{
        font-size: 16px;
    }
    .advantageContainer .text .content p{
        margin: 0;
    }
    .firstSection .container-fluid{
        margin-top: 0px;
    }
    .advantageIcons .top {
        height: 7rem;
        width: 16%;
         margin-bottom: 0px;
    }
    .advantageIcons .down {
        font-size: 12px;
        width: 327px;
    }
    .services{
        padding-top: 10%;
    }
    .servicesText .content p{
        font-size: 15px;
    }
    .advantageContainer .top svg {
        width: 45px;
    }
    .projectsContainer .left {
        padding: 20px;
    }
    .projectsContainer .right {
        padding: 20px;
        display: -webkit-flex;
    display: flex;
        flex-direction: column-reverse;
    }
    .projectsContainer .right .text h3{
        margin-top: 20px;
    }
    .projectsContainer{
        padding-bottom: 0;
    }
    .parksPhoto{
        height: 200px;
    }
    .treesStats{
        display: flex;
    }

    .indexTree{
        display: block;
    }
    .statsItems{
        margin-bottom: 20px;
        margin-right: 0;
    }
    .parks .container{
        width: 100%;
    }
    header ul{
        justify-content: space-between;
        padding: 0 10px;
    }
    ul.burger_menu{
        width: max-content;
    }
    .burger_menu .submenu{
        width: 355px;
        left: 305px;
    }

    /*header ul li a{*/
        /*font-size: 12px;*/
    /*}*/




    .firstSection{
        padding-bottom: 20px;
    }
    .stats h1 {
        font-size: 24px;
    }

    .stats p {
        font-size: 16px;
        margin-bottom: 10px;

    }
    .progressbar-text{
        font-size: 24px!important;
    }
    .statsText{
        font-size: 15px;
    }
    .footerLeft{
        display: -webkit-flex;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .footerLeft .col-xs-6:first-child{
        text-align: center;
    }
    footer{
        padding-top: 0;
    }
    footer h4{
        font-size: 12px;
    }
    footer .address p{
        font-size: 13px;
    }
    .footerRigth{
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }
    footer .phone .up, footer .phone .down{
        justify-content: center;
    }
    .servicesRow{
        display: block;
    }
    .about .title{
        margin: 80px 0;
    }
    .about .aboutContainer {
        padding: 0 0 30px;
    }
    .about .up{
        margin: 50px 0;
    }
    .about .up p{
        font-size: 15px;
    }
    .about .down h1{
        font-size: 32px;
    }
    .about .down p{
        font-size: 15px;
    }
    .aboutItems{
        padding: 5px 10px;
    }
    .aboutItems .right h3{
        font-size: 15px;
    }
    .aboutItems .right p{
        font-size: 13px;
    }
    .aboutItems .right{
        margin-left: 30px;
    }
    .career .title{
        margin: 70px 0;
    }
    .send_cv input {
        margin-bottom: 15px;
    }
    .send{
        display: block;
    }
    #cv{
        margin-bottom: 20px;
    }
    input[type="submit"]{
        font-size: 22px;
    }
    .why_we{
        padding: 0;
        margin: 50px 0;
    }
    .why_we h3{
        font-size: 35px;
    }
    .why_we p{
        font-size: 14px;
    }
    .send_cv .title h3{
        font-size: 35px;
    }
    .ourParks{
        display: block;
    }
    .selectRegion{
        justify-content: space-between;
        margin-top: 30px;
    }
    .treesCats .selectRegion{
        margin-top: 0;
    }
    .select{
        width: 170px;
    }
    .statsItems svg:not(:root) {
        height: 5px!important;
    }
    .indexTree .statsItems svg, .treesStats .statsItems svg {
        height: auto!important;
    }
    .park-view .title h1{
        font-size: 40px;
    }
    .park-view .title{
        margin: 100px 0;
    }
    .sliderContainer .heading h1{
        font-size: 29px;
    }
    .park-view-container{
        padding: 20px 0;
    }
    .park_stats{
        margin-top: 30px;
    }
    .park-view-container .info{
        display: block;
    }
    .park-view-container .desc{
        width: 100%;
        font-size: 13px;
    }
    .park-view-container .park_stats .item{
        display: -webkit-flex;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    /*.main-carousel{*/
        /*height: 450px!important;*/
    /*}*/
    .mapContainer{
        padding: 0;
    }
    .main-carousel .flickity-viewport{
        height: 450px!important;
    }
    .main-carousel .carousel-cell{
        height: 450px;
    }
    .main-carousel0 .flickity-viewport{
        height: 450px!important;
    }
    .main-carousel0 .carousel-cell{
        height: 450px;
    }
    .main-carousel1 .flickity-viewport{
        height: 450px!important;
    }
    .main-carousel1 .carousel-cell{
        height: 450px;
    }
    .main-carousel2 .flickity-viewport{
        height: 450px!important;
    }
    .main-carousel2 .carousel-cell{
        height: 450px;
    }
    .park-view-container .heading h4{
        font-size: 13px;
        font-weight: 600;
    }
    .park-view-container .navigation a{
        font-size: 12px;
    }
    .ourPartners{
        font-size: 13px;
    }
    .park-view-container .heading h1{
        font-size: 29px;
    }
    .servicesContainer .heading h2{
        font-size: 30px;
    }
    .servicesForm input{
        margin-bottom: 20px;
    }
    .servicesViewContainer .desc{
        padding: 0;
    }
    .servicesViewContainer{
        padding: 25px 0;
    }
    .servicesViewContainer ul li{
        font-size: 14px;
    }
    .servicesViewContainer .middle ul{
        font-size: 25px;
    }
    .servicesViewContainer .lastUl{
        margin-left: 10%;
    }
    .servicesView .title{
        margin: 70px 0;
    }
    .servicesView .title h1{
        font-size: 40px;
    }
    .servicesViewContainer .heading h2{
        font-size: 21px;
    }
    .servicesViewContainer .navigation a{
        font-size: 12px;
    }
    .socialContainer{
        padding: 50px 0;
    }
    .socialResponsibility .title h1{
        font-size: 35px;
    }
    .socialResponsibility .title{
        margin: 80px 0;
    }

    .blog .title {
        margin: 80px 0;
    }
    .blog .title h1 {
        font-size: 40px;
    }
    .blogRow .categories{
        align-items: end;
        margin-top: 20px;
    }
    .blogRow ul {
        flex-wrap: wrap;
        /*justify-content: center;*/
    }
    .blogRow .title {
        margin: 30px 0;
    }
    .row.blogRow {
        padding: 0;
    }
    .blogRow ul li {
        margin-bottom: 20px;
    }
    .allTags ul {
        justify-content: end;
        flex-wrap: wrap;
        padding: 0;
    }

    .allTags ul li {
        margin-bottom: 20px;
    }
    .blogRow .text {
        font-size: 14px;
    }
    .blogRow .show a {
        font-size: 13px;
    }
    .parkStats {
        flex-wrap: wrap;
        justify-content: space-between;
   }
   .statsItems {
    flex-basis: 47%;
   }
   .insideStat {
    width: 100%;
   }

}

@media (max-width: 600px) {
	
    .index-carousel .carousel-cell {
        height:1170px !important;
    }
}

@media (max-width: 520px) {
    .modal-dialog {
        width: 95%!important;
    }
    #myModal .modal-content {
        width: 100%;
        height: 560px;
        overflow-y: scroll;
    }
    .modalRequest {
        padding: 30px;
    }
    .modalRequest h1 {
        font-size: 27px;
    }
    .modalRequest p {
        font-size: 13px;
    }
    .index-carousel .carousel-cell {
        height:1070px !important;
    }

}

@media (max-width: 414px) {
    .treesCats .form-group, .treesCats .selectRegion {
        width: 100%;
        margin-right: 0!important;
    }
    .treeOption{
        padding: 20px;
    }
    .onlineRequest ul li:nth-child(2){
        margin-right: 12px!important;
    }
    .blogRow .heading h4 {
        font-size: 16px;
    }
    .selectRegion p {
        font-size: 13px;
    }
    .select {
        font-size: 13px;
        margin-left: 0;
    }
    .select-styled{
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        height: 29px;
        margin-top: 3px;
    }
    .select-options li{
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        height: 33px;
        margin-top: 3px;
    }
    .getServ .heading h2{
        font-size: 23px;
    }
    .servicesItem .right h3{
        font-size: 14px
    }
    .servicesItem .left svg {
        width: 35px;
    }
    .servicesItem .left {
        width: 70px;
        height: 70px;
    }
    #_009-pruning-shears {
        width: 16px;
    }
    .index-carousel .carousel-cell{
        height: 945px!important;
    }
    .servicesItem .right P {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        margin-bottom: 7px;
    }

    .servicesItem .right a {
        font-size: 10px;
        padding: 4px 11px!important;
    }

    .servicesItem {
        padding-bottom: 12px;
    }
    .advantageContainer .text .title h1 {
        font-size: 27px;
    }

    .projectsContainer {
        padding-top: 15px;
    }
    .servicesContainer {
        padding-bottom: 0;
    }

    .servicesContainer .heading {
        margin: 20px 0 40px;
    }
    .recaptchaDiv > div:first-child {
        transform: none;
        -webkit-transform: none;
    }
    .socialContainer .heading {
        margin-bottom: 40px;
    }

    .socialContainer {
        padding: 20px 0 50px;
    }

    .scrollTop {
        top: 90%;
        margin-right: 15px;
        width: 40px;
    }

    .socialContainer .projects {
        margin-top: 40px;
    }

    .ourPartners {
        margin-top: 0;
    }

    .restorationContainer .navigation {
        margin-bottom: 30px;
    }

    .contactsContainer .heading {
        text-align: center !important;
    }

    .contactsForm input[type="submit"] {
        text-align: center;
    }

    .contactsContainer .right .top p {
        text-align: center;
    }

    .careerContainer .title {
        margin: 40px 0;
    }

    .sliderContainer {
        margin-bottom: 45px;
    }

    .restorationContainer2 {
        margin-bottom: 0;
    }

    .restorationContainer {
        margin-bottom: 25px;
    }

    .servicesViewContainer ul li {
        font-size: 13px;
    }

    .servicesViewContainer .middle ul {
        font-size: 23px;
    }

    .parks .title h1 {
        font-size: 40px;
    }

    .parksContainer .title {
        margin: 0;
    }

    .parksContainer .title h2 {
        font-size: 30px;
    }

    .career .title h1 {
        font-size: 40px;
    }

    .contacts .title {
        margin: 80px 0;
    }

    .contacts .title h1 {
        font-size: 40px;
    }

    .contactsContainer {
        padding: 30px 0 55px;
    }

    .contactsContainer .right .days {
        padding: 0 30px;
    }

    .partners .title {
        margin: 80px 0;
    }

    .partners .title h1 {
        font-size: 40px;
    }

    .ourPartners {
        padding: 0;
    }

    .park-view-container .heading h1 {
        font-size: 24px;
    }

    .park-view .title {
        margin: 80px 0;
    }

    .servicesSection .title {
        margin: 80px 0;
    }

    .servicesSection .title h1 {
        font-size: 40px;
    }

    .servicesContainer .heading h2 {
        font-size: 23px;
    }

    .servicesContainer .servicesItem {
        padding: 0;
    }

    .servicesContainer #_009-pruning-shears {
        width: 20px;
    }

    .servicesContainer .servicesItem .left svg {
        width: 40px;
    }

    .lastProject .title {
        margin-bottom: 0;
    }

    .lastProject .title h1 {
        font-size: 28px;
    }

    .projectsContainer .text h3 {
        font-size: 17px;
    }

    .projectsContainer .text p {
        font-size: 14px;
    }

    .projectsContainer .text a {
        font-size: 12px;
    }

    .progressbar-text {
        font-size: 19px !important;
    }

    .park-view-container .navigation {
        flex-direction: column;
        margin-bottom: 0;
    }

    .park-view-container .navigation .right {
        margin: 20px 0;
    }

    .advantageContainer .text h1 {
        font-size: 25px;
    }

    .advantageContainer .text .content {
        font-size: 13px;
    }

    .down p {
        margin: 0;
    }

    .advantageIcons {
        justify-content: space-around;
    }

    .advantageIcons .down {
        font-size: 11px;
        width: 175px;
    }

    .statsText {
        font-size: 13px;
    }

    .stats h1 {
        font-size: 24px;
    }

    .stats p {
        font-size: 16px;
        margin-bottom: 10px;

    }
    .statsText p{
        padding: 0 5px;
    }
    .stats span {
        font-size: 15px;
    }

    .servicesText .title h1 {
        font-size: 26px;
    }

    .servicesText .content p {
        font-size: 14px;
    }

    .mobileBurger a {
        font-size: 13px;
    }

    .about .title h1 {
        font-size: 40px;
    }

    .about .up p {
        font-size: 13px;
    }

    .about .up {
        margin: 40px 0;
    }

    .about .up h2 {
        font-size: 35px;
    }

    .about .down h1 {
        font-size: 30px;
    }

    .about .aboutContainer .left svg {
        width: 55px;
    }

    .aboutItems .right h3 {
        font-size: 14px;
    }

    .aboutItems .right p {
        font-size: 12px;
    }

    .main-carousel .flickity-viewport {
        height: 380px !important;
    }

    .main-carousel .carousel-cell {
        height: 380px;
    }

    .main-carousel0 .flickity-viewport {
        height: 380px !important;
    }

    .main-carousel0 .carousel-cell {
        height: 380px;
    }

    .main-carousel1 .flickity-viewport {
        height: 380px !important;
    }

    .main-carousel1 .carousel-cell {
        height: 380px;
    }

    .main-carousel2 .flickity-viewport {
        height: 380px !important;
    }

    .main-carousel2 .carousel-cell {
        height: 380px;
    }

    /*.langs {
        display: flex;
        justify-content: space-between;
    }
    .langs a:nth-child(2){
        margin: 0!important;
    }*/
}

@media (max-width: 360px) {

    .modalRequest {
        padding: 0 20px;
    }
    .close {
        font-size: 40px;
    }
    /*.treesCats .form-group, .treesCats .selectRegion{
        width: 46%;
    }*/
}

@media (max-width: 320px) {
    .blog .title h1 {
        font-size: 30px;
    }
    .parks .title h1 {
        font-size: 30px;
    }
    .career .title h1 {
        font-size: 30px;
    }
    .contacts .title h1 {
        font-size: 30px;
    }
    .partners .title h1 {
        font-size: 30px;
    }
    .servicesSection .title h1 {
        font-size: 30px;
    }
    .about .title h1 {
        font-size: 30px;
    }



    .modalRequest hr {
        margin-top: 20px;
    }
    .formRequest textarea.form-control {
        height: 50px;
    }
    .park-view .title h1 {
        font-size: 35px;
    }
    .onlineRequest a {
        font-size: 10px;
    }
    .modalRequest p{
        font-size: 12px;
    }
    .formRequest input.form-control{
        font-size: 12px;
    }
    .formRequest input[type="submit"]{
        font-size: 14px;
    }
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .about .aboutContainer .left svg{
        height: 50px;
    }
    .scrollTop{
        top: 87%;
    }
    .flickity-enabled.is-draggable .flickity-viewport{
        cursor: pointer;
    }
    .insideStat svg{
        height: 7px!important;
    }
    .statsItem svg{
        height: 262px;
    }
    .services .servicesItem .right p{
        height: 35px;
    }
    .projectsContainer .text p{
        height: 47.2px;
    }
}
@supports (-ms-ime-align:auto) {
    
}
@-moz-document url-prefix() {
   .services .servicesItem .right p{
        height: 35px;
    }
    .projectsContainer .text p{
        height: 47.2px;
    }
}
html[data-useragent*='MSIE 10.0'] .aboutItems .right {
    width: 100%;
}
html[data-useragent*='MSIE 10.0'] .aboutItems .right p{
    width: 85%;
}
html[data-useragent*='MSIE 10.0'] .servicesCol{
    display: block;
}
html[data-useragent*='MSIE 10.0'] .statsItems{
    width: 19.35%;
}



.main_burger footer .col-md-3.col-sm-5.col-xs-12:first-child {
    display: none;
}
.contactsContainer .right .top .heading {
    margin-bottom: 20px;
}




/*press*/
.press{
    position: relative;
}
.bg_press{
    background-image:url("../metbuatImg/fon.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
}
.press .title{
    text-align: center;
    color: white;
    margin: 160px 0 100px 0;
}
.press .title h1{
    font-size: 64px;
}
.press .pressContainer{
    background: white;
    z-index: 1;
    position: relative;
    padding: 30px 100px;
    box-shadow: 0 20px 33px 0 lightgrey;
}
.press .up{
    text-align: center;
    margin: 40px 0 60px;
    color: #41484B;
}
.press .up h2{
    margin-bottom: 40px;
    font-size: 38px;
}
.pressItems-flex{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.press_Items{
    margin-bottom: 60px;
    flex-basis: 46%;
}
.pressTop_img{
    width:100%;
}

.pressTop_img img{
    width:100%;
    object-fit: cover;
    object-position: top;
    height: 300px;
}
.press_Items h3{
    margin:30px 0px 15px;
    color: rgba(121, 181, 67, 1);
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    overflow-y: hidden;
}
.press_Items p{
	font-size: 18px !important;
}
.press_Items p span{
    font-size: 18px !important;
    line-height: 28px;
    height: 110px;
    overflow: hidden;
    margin-bottom: 12px;
}
.press_Items .press-more{
    padding: 8px 15px;
    color:#fff;
    background: rgba(121, 181, 67, 1);
    margin-top:10px;
    display: inline-block;
    border-radius: 4px;
}
.press_Items .press-more:hover{
    background: rgb(79, 145, 22);
    transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
    .press_Items {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .press .title {
        margin: 120px 0 100px 0;
    }
    .press .title h1 {
        font-size: 46px;
    }
    .press .up h2 {
        font-size: 30px;
    }
    .press .pressContainer {
        padding: 30px 25px;
    }
    .press_Items h3 {
        font-size: 22px;
    }
    .press_Items p span {
        font-size: 16px;
    }
}

@media only screen and (max-width: 600px) {
    .press .title h1 {
        font-size: 35px;
    }
    .press .up {
        margin: 30px 0 40px;
    }
    .press .up h2 {
        font-size: 22px;
    }
    .press .pressContainer {
        padding: 15px 0px;
    }
    .press_Items h3 {
        font-size: 20px;
        margin: 25px 0px 10px;
    }
    .press_Items p{
    	 font-size: 14px !important;
    }
    .press_Items p  span{
        font-size: 14px !important;
    }
}