/*

limenet (color) config

red:
rgba(213,47,91,1);
#d52f5b;
red-hover:
rgba(240,47,98,1);
#f02f62;

green:
#74b64a;
rgba(116,182,74,1);
green-hover:
rgba(133,218,79,1);
#85da4f;

blue:
rgba(34,171,253,1);
#22abfd;
blue-hover
rgba(115,201,253,1);
#73c9fd;

*/

html,
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: rgb(255,255,255);
    color: #000000;
}

img {
    max-width: 100%;
}

.content {
    max-width: 1600px;
    margin: 0 auto;
}

a {
    /*color: #000000;*/
    /* color: #74b64a; */
    color: #3B5B25;
}

a:hover {
    color: #74b64a;
    /* color: #3B5B25; */
}

pre {
    color:rgb(51,51,51) !important;
}

/* a:hover {
    color:rgb(116,182,74);
} */
/* h1, h2, h3 ... */
h1,
.h1-title,
.h1__title {
    font-family: 'Montserrat', sans-serif !important;
    margin: 30px auto;
    padding: 0;
    line-height: 1.1;
    /*font-size: 4.2857em;*/
    /*font-size: 3.5em;*/
    font-size: 3em;
    color: #000000;
    font-weight: 500;
}
.block__padding {
    padding-top: 30px;
}
@media(max-width: 1366px) {
    h1,
    .h1-title,
    .h1__title {
        margin: 25px auto;
        font-size: 2.5em;
        font-weight: 500;
    }
    .block__padding {
        padding-top: 25px;
    }
}
@media(max-width:767px) {
    h1,
    .h1-title,
    .h1__title {
        margin: 15px auto;
        font-size: 2.5em;
        font-weight: 500;
    }
    .block__padding {
        padding-top: 15px;
    }
}
.news__title {
    margin-top: 0;
}
h2,
.h2-title,
.h2__title {
    font-family: 'Montserrat', sans-serif !important;
    margin: 30px auto;
    padding: 0;
    line-height: 1.1;
    /*font-size: 3.5em;*/
    font-size: 3em;
    color: #000000;
    font-weight: 500;
}
@media(max-width: 1366px) {
    h2,
    .h2-title,
    .h2__title {
        margin: 25px auto;
        font-size: 2.5em;
        font-weight: 500;
    }
}
@media(max-width:767px){
    h2,
    .h2-title,
    .h2__title {
        margin: 15px auto;
        font-size: 2.5em;
        font-weight: 500;
    }
}
h3,
.h3-title,
.h3__title {
    font-family: 'Montserrat', sans-serif !important;
    /*margin: 0 auto 30px;*/
    margin: 0 auto 15px;
    padding: 0;
    line-height: 1.1;
    /*font-size: 3.5em;*/
    /*font-size: 3em;*/
    font-size: 2.1429em;
    color: #000000;
    font-weight: 500;
}
@media(max-width: 1366px) {
    h3,
    .h3-title,
    .h3__title {
        /*font-size: 2.5em;*/
        font-size: 2.1429em;
        font-weight: 500;
    }
}
@media(max-width:767px) {
    h3,
    .h3-title,
    .h3__title {
        /*font-size: 2.5em;*/
        font-size: 2.1429em;
        font-weight: 500;
    }
}
h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 500;
}
/*
.h4-title {
font-size: 1.5em;
padding: 10px 0;
color: rgb(0,0,0);
}
.h5-title {
font-size: 1.3em;
padding-bottom: 5px;
color: rgb(0,0,0);
}
@media (max-width: 365px) {
.h2-title {
font-size: 2.5em;
line-height: 48px;
}
}
*/

.col-sticky {
    position: sticky !important;
    top: 90px;
}

@media (min-width: 992px) {
    .col-sticky-lg-md {
        position: sticky !important;
        top: 90px;
    }
}

.title--white {
    color: #ffffff;
}
.bottom__description h1,
.bottom__description .h1-title,
.bottom__description .h1__title,
.bottom__description h2,
.bottom__description .h2-title,
.bottom__description .h2__title,
.bottom__description h3,
.bottom__description .h3-title,
.bottom__description .h3__title,
.bottom__bg h1,
.bottom__bg .h1-title,
.bottom__bg .h1__title,
.bottom__bg h2,
.bottom__bg .h2-title,
.bottom__bg .h2__title,
.bottom__bg h3,
.bottom__bg .h3-title,
.bottom__bg .h3__title {
    color: #ffffff;
    margin: 0;
    padding: 0;
    line-height: 1.1;
}
.bottom__description h1,
.bottom__description .h1-title,
.bottom__description .h1__title,
.bottom__bg h1,
.bottom__bg .h1-title,
.bottom__bg .h1__title {
    font-size: 1.1428em;
    /*font-weight: 600;*/
    font-weight: 500;
    margin-bottom: 15px;
}
.bottom__description h2,
.bottom__description .h2-title,
.bottom__description .h2__title,
.bottom__bg h2,
.bottom__bg .h2-title,
.bottom__bg .h2__title {
    font-size: 1.1428em;
    font-weight: normal;
    margin-bottom: 15px;
}
.bottom__description h3,
.bottom__description .h3-title,
.bottom__description .h3__title,
.bottom__bg h3,
.bottom__bg .h3-title,
.bottom__bg .h3__title {
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 10px;
}
/* end h1, h2, h3 ... */
/*HEADER*/

header {
    font-weight: 600;
    position: sticky;
    top: 0;
    z-index: 9;
    width: 100%;
}

#home {

}
.header__bg--top {
    background: rgba(255,255,255,1);
    padding: 15px 0 20px;
}
/*@media(min-width: 992px) and (max-width: 1119px) {*/
@media(min-width: 992px) and (max-width: 1125px) {
    header {
        font-size: 0.9em;
    }
}
.header-side--right {
    text-align: right;
}
@media(max-width: 767px) {
    .header-side--right {
        margin-top: 10px;
        /*margin-bottom: 10px;*/
    }
}
@media(max-width: 339px) {
    .header-side--right {
        margin-top: 8px;
    }
}
/*@media(max-width: 480px) {
    .header-side--right {
        text-align: center;
    }
}*/
.header-side--left {
    text-align: left;
}
.header__logo img {
    max-width: 130px;
    width: 100%;
    height: auto;
}
/*@media(max-width: 1020px) and (min-width: 992px) {*/
@media(max-width: 1030px) and (min-width: 992px) {
    .header__logo {
        display: inline-block;
        margin-top: 10px;
    }
}
/* LIME BUTTONS */
.lime-btn {
    cursor: pointer;
    display: block;
    border-radius: 15px 0;
    padding: 12px 25px;
    background: rgba(255,255,255,1);
    border: 1px solid #000000;
    color: #000000;
    margin: 0 auto;
    text-decoration:none;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.1429em;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.lime-btn:hover {
    color: #ffffff;
    background: rgba(0,0,0,1);
    text-decoration: none;
}

.lime-btn--inline {
    display: inline-block;
    padding: 12px;
}

.lime-btn--large {
    padding: 12px 40px;
    font-size: 1.4286em;
}

.lime-btn--small {
    padding: 8px 12px;
    font-size: 0.8em;
}

.lime-btn--social {
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    line-height: 40px;
    margin-right: 3px;
}

.lime-btn--social.facebook {
    background-color: #4267B2;
    border-color: #4267B2;
}

.lime-btn--social.twitter {
    background-color: #55acee;
    border-color: #55acee;
}

.header-btn__wrapper {
    display: inline-block;
    vertical-align: middle;
}
/*@media(max-width: 1020px) and (min-width: 992px) {*/
@media(max-width: 1030px) and (min-width: 992px) {
    .header-btn__wrapper {
        display: block;
        margin-top: 5px;
    }
    .header-btn__wrapper .lime-btn {
        display: inline-block;
    }
}
@media(max-width: 767px) {
    .header-btn__wrapper {
        padding: 0 5px;
    }
    .header-btn__wrapper .lime-btn {
        padding: 5px 15px;
        font-size: 1.15em;
        font-weight: bold;
        margin-left: 10px;
    }
}
@media(max-width: 480px) {
    .header-btn__wrapper {
        /*display: block;*/
        /*margin-top: 10px;*/
    }
    .header-btn__wrapper .lime-btn {
        display: inline-block;
    }
}
.lime-btn--red {
    background: rgba(213,47,91,1);
    border-color: #d52f5b;
    color: #ffffff;
}
.lime-btn--red:hover {
    background: rgba(240,47,98,1);
    border-color: #f02f62;
}
.lime-btn--blue {
    background: rgba(34,171,253,1);
    border-color: #22abfd;
    color: #ffffff;
}

.lime-btn--blue-google {
    background: rgba(34,171,253,1);
    border-color: #22abfd;
    color: #000000;
}

.lime-btn--blue:hover {
    background: rgba(115,201,253,1);
    border-color: #73c9fd;
}
.lime-btn--white-green {
    border-color: #ffffff;
    color: #ffffff;
    background: rgba(116,182,74,0);
}
.lime-btn--white-green:hover {
    border-color: #74b64a;
    background: rgba(116,182,74,1);
}
.lime-btn--green {
    background: rgba(116,182,74,1);
    border-color: #74b64a;
    /* color: #ffffff; */
    color: #000000;
}
.lime-btn--green:hover {
    background: rgba(133,218,79,1);
    border-color: #85da4f;
}
.lime-btn--header {
    font-weight: 400;
    font-size: 1em;
    padding-top: 9px;
    padding-bottom: 9px;
}
@media(max-width: 1280px) and (min-width: 992px) {
    .lime-btn--header {
        /*font-size: 1em;*/
        /*padding-right: 10px;
        padding-left: 10px;*/
        padding-right: 8px;
        padding-left: 8px;
    }
}
/* end LIME BUTTONS */
.header-phone {
    padding: 0 10px;
    color: #000000;
    font-size: 1.2143em;
    vertical-align: middle;
    display: inline-block;
}
.header-phone .fa {
    vertical-align:middle;
    margin-top:-2px;
}
.header-langs {
    margin-right: 35px;
    color: #000000;
    text-transform: uppercase;
    text-align:center;
    cursor:pointer;
    display:inline-block;
    vertical-align:middle;
}
.header-langs a {
    color:#000000;
}
.header-langs a:hover {
    color:#000000;
}
.langs-toggle {
    border: none;
    border-radius:0;
    padding: 0 10px;
    text-align: center !important;
}
/*@media(max-width: 1119px) {*/
@media(max-width: 1179px) {
    .langs-toggle {
        padding: 0 4px;
    }
    .header-phone {
        padding: 0 4px;
    }
}
@media(max-width: 1160px) and (min-width: 1126px) {
    .langs-toggle {
        /*padding: 0 5px;*/
        font-weight: 500;
    }
}
.langs-dropdown {
    margin-top: 0;
    margin-right: 15px !important;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.15) !important;*/
}
/*@media(max-width: 1160px) and (min-width: 1126px) {*/
/*@media(max-width: 1179px) and (min-width: 1126px) {*/
@media(max-width: 1179px) {
    .langs-dropdown {
        margin-right: 9px !important;
    }
}
@media(max-width: 767px) {
    .langs-toggle {
        font-weight: 300;
        font-size: 21px;
        padding: 0 0 0 5px;
    }
    .dropdown-menu.langs-dropdown {
        margin: 0 !important;
        margin-right: -5px !important;
        box-shadow: 0 0 5px rgba(0,0,0,0.15);
        font-size: 21px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .dropdown-menu.langs-dropdown > li > a {
        font-weight: normal;
        /*padding: 5px 0;*/
    }
}
.header-phones {
    padding: 0 10px;
    color: #000000;
    /*font-size: 1.2143em;*/
    text-align: center;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.header-phones a {
    color:#000000;
}
.header-phones a:hover {
    color:#000000;
}
@media(max-width: 1499px) {
    .header-phones {
        padding: 0;
    }
    .header-langs {
        margin-right: 0;
        /*border: 1px solid red;*/
    }
}
@media(max-width: 1160px) and (min-width: 1126px) {
    .header-phones {
        padding: 0;
        /*font-size: 0.95em;*/
        font-weight: 500;
    }
}
.header-dropdown {
    min-width:inherit;
    border-radius:0;
    margin-right:10px;
    padding:10px;
    width:auto;
    background:rgba(255,255,255,1);
}
.header-dropdown > li > a {
    padding: 0;
    color: #000000;
}
.header-phones-dropdown {
    min-width: inherit;
    /*border-radius: 0 0 4px 4px;*/
    border-radius: 0;
    /*margin-right: 10px;*/
    /*margin-right: 15px;*/
    margin-left: 17px;
    padding: 10px;
    width: auto;
    color: #000000;
    background: rgba(255,255,255,1);
    margin-top: 0;
}
.header-phones-dropdown > li > a {
    padding: 0;
}
@media(max-width: 1499px) {
    .header-phones-dropdown {
        /*margin-right: 15px;*/
        margin-left: 7px;
    }
}
.header-phones .fa-phone {
    font-size: 15px;
    display: inline-block;
    margin-right: 5px;
    /*vertical-align: bottom;*/
    /*border: 1px solid red;*/
}
@media(max-width: 767px) {
    .dropdown-menu.header-phones-dropdown {
        margin: 0;
        box-shadow: 0 0 5px rgba(0,0,0,0.15);
        font-weight: 400;
        font-size: 21px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .dropdown-menu.header-phones-dropdown li {
        margin: 5px 0;
    }
    .dropdown-menu.header-phones-dropdown > li > a {
        font-weight: 400;
    }
}
.logo-header {
    text-align:left;
    /*border:1px solid red;*/
}
.logo-header img {
    max-width:100%;
    vertical-align:middle;
}
@media (max-width: 465px) {
    .all-width-logo {
        width:100%;
        float:none;
        /*margin-bottom:10px;*/
    }
    .header-phone {
        padding: 0 10px 0 0;
    }
}
@media(max-width: 767px) {
    .header-phones {
        margin-top: 5px;
        padding: 0 5px 0 0;
    }
    .header-phones .lnr {
        font-size: 18px;
    }
    .header-phones > .dropdown-menu {
        right: 0;
        left: auto;
    }
}
.header__ask-me--mobile {
    cursor: pointer;
}
.header__ask-me--mobile .lnr {
    /*font-size: 28px;*/
    font-size: 26px;
}

/* end: HEADER */

/* MAIN MENU */
.main-menu {
    padding: 0;
    /*padding-top: 4px;*/
}

.main-menu__level2-item .active {
    color: #74b64a !important;
}

.main-menu__level3 {
    margin-left: 25px;
}

.main-menu__level3-item {
    text-transform: none;
    font-weight: normal;
    margin-bottom: 5px;
}

.main-menu__level3-item a {
    color: #000000;
}

.main-menu__level3-item a:hover {
    color: #74b64a;
    text-decoration: none;
}

.main-menu__level3-item .active {
    color: #74b64a;
}

@media (max-width: 991px) {
    .main-menu__level3 {
        margin-left: 35px;
    }
}

@media(min-width: 992px) and (max-width: 1119px) {
    .main-menu {
        /*padding-top: 3px;*/
    }
}
@media(min-width: 768px) and (max-width: 991px) {
    .main-menu {
        padding-top: 8px;
    }
}
#topMenu {
    /*position: absolute;
    width: 100%;
    z-index: 9;*/
}

@media (min-width: 768px) {
    .top-menu {
        /* position: fixed !important; */
        /* left: 0; */
        /* top: 0;
        z-index: 9;
        width: 100%; */
        box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
    }
}

/*@media(max-width: 1020px) and (min-width: 992px) {*/
@media(max-width: 1030px) and (min-width: 992px) {
    .navbar__lime {
        margin-top: 15px;
    }
}
@media (min-width: 768px) {
    .navbar__lime {
        float: right;
    }
}
@media (min-width: 768px) {
    .top-menu .navbar {
        margin-bottom:0;
    }
}
@media (min-width: 992px) {
    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
.navbar-toggle {
    position: relative;
    /*float: right;*/
    float: left;
    /*padding: 0 10px;*/
    padding: 0;
    /*margin-top: 20px;*/
    margin-top: 16px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000000;
    border-radius: 0;
    height: 2px;
    /*height: 1px;*/
}
.navbar-default .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}
@media(max-width: 339px) {
    .navbar-toggle {
        margin-top: 14px;
    }
}
/*
@media (max-width: 991px) {
.navbar-header {
float: none;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-collapse.collapse.in {
display: block!important;
}
.navbar-nav {
float: none!important;
margin: 7.5px -15px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
.navbar-form {
padding: 10px 15px;
margin-top: 8px;
margin-right: -15px;
margin-bottom: 8px;
margin-left: -15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
width:auto;
float:none!important;
}
}
*/
.navbar-brand {
    /*float: none;*/
    padding: 0;
    margin-left: 15px;
}

.navbar-brand img {
    width: 100%;
    max-width: 130px;
}

/*@media(max-width: 339px) {
    .navbar-brand img {
        max-width: 120px;
    }
}*/
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > span {
    color: #000000;
    font-weight: 600;
}
@media(max-width: 1239px) {
    .nav > li > a,
    .nav > li > span {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media(min-width: 992px) and (max-width: 1119px) {
    .nav > li > a,
    .nav > li > span {
        padding-left: 5px;
        padding-right: 5px;
    }
}
.navbar-nav > li > a,
.navbar-nav > li > span {
    font-size: 1em;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > span:hover,
.navbar-default .navbar-nav > li > span:focus {
    color: #74b64a;
    background-color: transparent;
}
.dropdown-menu {
    /*background: rgba(255,255,255,0.75);*/
    background: rgba(255,255,255,1);
    border: none;
    margin: 0;
    /*box-shadow: none;*/
}
.dropdown-menu > li > a {
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #74b64a;
    text-decoration: none;
    background: transparent;
}

.dropdown-menu > li > span {
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
}
.dropdown-menu > li > span:hover,
.dropdown-menu > li > span:focus {
    color: #74b64a;
    text-decoration: none;
    background: transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000000;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #74b64a;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > span {
    color: #000000;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > span:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > span:focus {
    color: #74b64a;
}

.navbar-default .navbar-nav .open .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 4px solid;
    border-top: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
/* end MAIN MENU */

/* ALL WORK */

.all-work {
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .all-work.all-work--home {
        padding-top: 39.71%;
    }
}

@media(max-width: 767px) {
    .all-work {
        min-height: 50vh;
        /* margin-bottom: 30px; */
        margin-bottom: 0;
        /* padding-bottom: 30px; */
    }
}

.all-work--map {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .all-work--home #allWork {
        position: absolute;
        top: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    #allWork {
        min-height: 50vh;
    }
}

#allWork .owl-controls {
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
    margin-top: 0;
    text-align: center;
    /*border: 1px solid red;*/
}

 #allWork .owl-controls .owl-dot {
     display: inline-block;
 }

@media (max-width: 767px) {
    #allWork .owl-controls {
        bottom: 5px;
    }
}
/*.all-work__nav--wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: right;
    z-index: 1;
    pointer-events: none;
}
.all-work__nav-block {
    display: inline-block;
}
.all-work__nav {
    visibility: hidden;
    width: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    pointer-events: auto;
}*/
/*.all-work__nav .owl-dot span {
    display: block;
    cursor: pointer;
    width: 10px;
    height: 10px;
    margin: 10px 0;
    padding: 0;
    background: rgba(255,255,255,0);
    border-radius: 50%;
    border: 1px solid #ffffff;
    opacity: 1;
}
.all-work__nav .owl-dot.active span,
.all-work__nav .owl-dot:hover span {
    background: rgba(255,255,255,1);
}*/
#allWork .owl-dot span {
    display: inline-block;
    cursor: pointer;
    width: 10px;
    height: 10px;
    margin: 10px 10px;
    padding: 0;
    background: rgba(255,255,255,0);
    border-radius: 50%;
    border: 1px solid #ffffff;
    opacity: 1;
}
#allWork .owl-dot.active span,
#allWork .owl-dot:hover span {
    background: rgba(255,255,255,1);
}

.all-work__item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (min-width: 768px) {
    .all-work--home .all-work__item {
        padding-top: 39.71%;
        overflow: hidden;
    }

    .all-work--home .all-work__item img {
        position: absolute;
        top: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .all-work__item {
        min-height: 50vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.all-work__info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.all-work__text {
    /*font-size: 2.8571em;*/
    font-size: 2.5em;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.all-work__text span {
    font-weight: 700;
    font-size: 1.85em;
}
.all-work__text2 {

}
.all-work__text2-title {
    font-size: 3.2143em;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 15px;
    font-weight: 500;
}
.all-work__text2-title span {
    text-transform: none;
    font-size: 0.6222em;
    display: block;
}
.all-work__text2-big-text {
    font-size: 5.8571em;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.1;
}
.all-work__btn-wrapper {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
@media(max-width: 1366px) {
    .all-work__text {
        font-size: 2em;
    }
}
@media(max-width: 1199px) {
    .all-work__text2-title {
        font-size: 2.5em;
    }
}
@media(max-width: 991px) {
    .all-work__text2 {
        font-size: 11px;
    }
}
@media(max-width: 767px) {
    .all-work__info {
        position: relative;
        display: block;
        padding: 50px 15px;
    }
}
@media(max-width: 500px) {
    .all-work__text-wrapper {
        font-size: 8px;
        max-width: 320px;
        margin: 0 auto;
    }
    .all-work__text {
        margin-bottom: 10px;
    }
    .all-work__btn-wrapper {
        font-size: 12px;
    }
}
@media(max-width: 400px) {
    /*.all-work__text-wrapper {
    font-size: 7px;
}
.all-work__text {
margin-bottom: 10px;
}
.all-work__btn-wrapper {
font-size: 10px;
}*/
}
/* end ALL WORK */
/* LAST WORKS */
.last-work__bg {
    background: rgba(248,248,248,1);
    padding: 30px 0 40px;
}
.last-work__bg--margin {
    margin-bottom: 50px;
}
.last-work__bg.block__padding {
    padding: 60px 0 40px;
}
@media (max-width: 1366px) {
    .last-work__bg {
        padding: 30px 0 35px;
    }
    .last-work__bg.block__padding {
        padding: 55px 0 35px;
    }
}
@media (max-width: 767px) {
    .last-work__bg {
        padding: 20px 0 25px;
    }
    .last-work__bg--margin {
        margin-bottom: 30px;
    }
    .last-work__bg.block__padding {
        padding: 45px 0 25px;
    }
}

.last-work__item--large-more img,
.last-work__item--large img {
    object-fit: cover;
}

.last-work__inner {
    padding: 30px 50px;
}

@media(max-width: 767px) {
    .last-work__item {
        padding: 0 !important;
    }
}

.last-work-btn__wrapper {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .last-work-btn__wrapper {
        display: none;
    }
}

.last-work__txt {
    font-family: 'Roboto', sans-serif;
    /*font-size: 1.2857em;*/font-size: 1.1429em;
    color: #ffffff;
    margin-bottom: 25px;
}

.last-work__image img {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .last-work__image {
        position: relative;
        padding-top: 79.62962963%;
        overflow: hidden;
    }

    .last-work__image img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        max-width: 100%;
        width: auto;
        height: auto;
        z-index: 1;
    }
}

/* .last-work__image a {
    display: block;
} */

.dark-hover {
    position: absolute;
    display: block;
    opacity: 0;
    overflow: hidden;
    /*padding: 0 10%;*/
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition-property: background;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
}

.dark-hover:hover {
    opacity: 1;
    background: rgba(47,47,47,0.9);
    cursor: pointer;
    text-decoration: none;
}

@media (max-width: 767px) {
    .dark-hover {
        position: relative;
        /* background: rgba(47,47,47,0.9); */
        background: none;
        opacity: 1;
    }
}

.last-work__name {
    text-decoration: none;
    color: #ffffff;
    /*font-size: 2.5714em;*/font-size: 2.1429em;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: 500;
}

.last-work__name a {
    color: #ffffff;
}

.last-work__name a:hover {
    text-decoration: none;
}

.last-work__catname {
    text-transform: uppercase;
    color: #74b64a;
    font-weight: 600;
    margin-bottom: 10px;
}

@media(max-width: 1799px) {
    .last-work__info {
        font-size: 13px;
    }
}
@media(max-width: 1399px) {
    .last-work__info {
        font-size: 11px;
    }

    .last-work__inner {
        padding: 20px 30px;
    }

    .last-work__info .last-work__name {
        margin-bottom: 10px;
    }

    .last-work__info .last-work__txt {
        margin-bottom: 10px;
    }
}

@media(max-width: 991px) {
    .last-work__info {
        font-size: 10px;
    }

    .last-work__info .last-work__name {
        margin-bottom: 15px;
    }

    .last-work__inner {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .last-work__item {
        background: rgba(47,47,47,1);
    }

    .last-work__inner {
        padding: 30px 30px;
    }

    .last-work__info {
        font-size: 1em;
    }

    .last-work__info .last-work__name {
        margin-bottom: 25px;
        font-size: 1.2em;
        word-wrap: break-word;
    }

    .last-work__info .last-work__txt {
        margin-bottom: 25px;
    }
}

@media (max-width: 549px) {
    .last-work__inner {
        padding: 20px;
    }

    .last-work__info {
        font-size: 13px;
    }

    .last-work__info .last-work__name {
        margin-bottom: 20px;
    }

    .last-work__info .last-work__txt {
        margin-bottom: 20px;
    }
}

@media(max-width: 479px) {
    .last-work__inner {
        padding: 15px;
    }

    .last-work__info {
        font-size: 12px;
    }

    .last-work__info .last-work__name {
        margin-bottom: 15px;
    }

    .last-work__info .last-work__txt {
        margin-bottom: 15px;
    }
}

@media(max-width: 379px) {
    .last-work__info {
        font-size: 11px;
    }

    .last-work__info .last-work__txt {
        display: none;
    }
}

/* end LAST WORKS */

/* WORKS */

@media (max-width: 767px) {
    #works {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        padding: 0;
        margin: 0;
    }

    #works::before {
        content: "";
        display: none;
    }

    #works .mb20 {
        margin: 0 !important;
    }
}

@media (max-width: 575px) {
    #works {
        grid-template-columns: 1fr;
    }
}

.works__bg {
    background: rgba(248,248,248,1);
    padding: 50px 0 60px;
    /*border: 1px solid red;*/
}

.works__razdel-wrapper {
    text-align: center;
    margin-bottom: 25px;
}

.works__razdel-item {
    display: inline-block;
    margin: 10px 20px;
    border-bottom: 2px solid transparent;
    /*font-size: 2.5714em;*/font-size: 2.1429em;
    font-weight: 500;
}

.works__razdel-item--active,
.works__razdel-item:hover {
    border-bottom-color: #74b64a;
}

.works__razdel-item a {
    color: #000000;
    text-decoration: none;
}
.works__btn-wrapper {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
@media(max-width: 767px) {
    .works__razdel-item {
        font-size: 2em;
        /*margin: 10px 20px;*/
    }
}
/* end WORKS */
/* ONE WORK */
.one-work__header {
    padding: 100px 0 130px;
}
.one-work__title {
    /*font-size: 5.2857em;*/
    font-size: 3.65em;
    /*font-weight: 600;*/
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
    text-transform: uppercase;
    /*margin-bottom: 25px;*/
    margin-top: 30px;
    margin-bottom: 0px;
}
.one-work__txt {
    font-family: 'Roboto', sans-serif;
    /*font-size: 1.2857em;*/font-size: 1.1429em;
}
.one-work__txt ul {
    /*list-style-type: none;*/
    list-style: square url("../data/images/marker.png");
}
.one-work__txt ul li {
    margin-left: 18px;
}
/*.one-work__txt ul li:before {
content: '-';
}*/
.one-work__txt-title {
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    /*font-size: 36px;*/
    font-size: 28px;/* 2em; */
    /*margin-bottom: 10px;*/
    margin-bottom: 5px;
    font-weight: 500;
}
.one-work__anons {
    /*font-size: 2.8571em;*/
    font-size: 2em;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
    /*margin-bottom: 25px;*/
}
.one-work__btn-wrapper {
    display: inline-block;
    /*display: block;*/
    margin: 0 auto 25px;
    text-align: center;
}
.one-work__content {
    padding: 100px 0;
}
.one-work__message-wrapper {
    text-align: left;
}
.one-work__message {
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 10px;
}
@media(max-width: 767px) {
    .one-work__message-wrapper {
        text-align: center;
    }
    .one-work__message {
        text-align: center;
    }
}
.one-work__other-work-nav {
    text-align: right;
    /*margin: 50px auto;*/
    margin: 0px auto;
}
@media(max-width: 767px) {
    .one-work__other-work-nav {
        text-align: center;
        margin: 0px auto;
    }
}
.one-work__other-work {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    vertical-align: middle;
}
.one-work__other-work:hover {
    text-decoration: none;
}
.one-work__other-work--prev {
    margin-right: 30px;
}
.one-work__other-work--newx {
    margin-left: 30px;
}
@media(max-width: 991px) {
    .one-work__header {
        padding: 50px 0 65px;
    }
    .one-work__header-content {
        font-size: 11px;
    }
    .one-work__content {
        padding: 50px 0;
    }
    .one-work__other-work-nav {
        padding: 0;
        margin: 25px auto;
    }
}
@media(max-width: 767px) {
    .one-work__header-content {
        font-size: 7px;
    }
}
/* end ONE WORK */
/* LAST NEWS */
.last-news__bg {
    /*padding: 60px 0 30px;*/
    margin-bottom: 20px;
}
.last-news__item {
    margin-bottom: 30px;
}

.last-news__title--green {
    /* color: #74b64a; */
    color: #3B5B25;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

.last-news__name {
    /*font-size: 2.5714em;*/
    font-size: 2.1429em;
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: 500;
}
.last-news__name a {
    color: #000000;
    text-decoration: none;
}
.last-news__name a:hover {
    color: #74b64a;
    text-decoration: none;
}
.last-news__txt {
    font-family: 'Roboto', sans-serif;
    /*font-size: 1.2857em;*/font-size: 1.1429em;
    margin-bottom: 25px;
}
.last-news__more {
    font-size: 1.4286em;
    position: relative;
    height: 20px;
    /*border: 1px solid red;*/
}
.last-news__more a {
    padding-left: 0;
    display: inline-block;
    height: 20px;
    width: 20px;
    /*border-top: 1px solid #000000;*/
    -moz-transition: padding 0.5s ease;
    -webkit-transition: padding 0.5s ease;
    transition: padding 0.5s ease;
}
.last-news__more .lnr {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -11px;
    -moz-transition: margin 0.5s ease;
    -webkit-transition: margin 0.5s ease;
    transition: margin 0.5s ease;
}
.last-news__more a:hover {
    text-decoration: none;
    padding-left: 25px;
    color: #74b64a;
    /*border-color: #74b64a;*/
}
.last-news__more a:hover .lnr {
    margin-left: -2px;
}
@media (max-width: 1366px) {
    .last-news__name {
        font-size: 2em;
        margin-bottom: 15px;
    }
    .last-news__txt {
        margin-bottom: 15px;
    }
}
.soclink-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.fb-share-button {
}
.fb-share-button span {
    vertical-align: top !important;
}
.g-plusone {
    margin-top: 1px;
}
/* end LAST NEWS */

/* NEWS */

.news__toc__title {
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.1;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}

.news__image {
    margin-bottom: 20px;
}

.news__text {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1429em;
    /*font-size: 1.2857em;*/
}

.news__text ul:not([class]),
.news__text ol:not([class]) {
    margin-left: 15px;
}

.news__text h2 {
    font-size: 2em;
}

.news__text h3 {
    font-size: 1.5em;
}

/* end NEWS */

/* USERS COMMENTS */

.users-comments__bg {
    /*background: url("../data/images/review-bg.jpg") no-repeat center center;*/
    background-size: cover;
    padding: 100px 0 130px;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .users-comments__bg {
        margin-bottom: 30px;
    }
}

#usersComments {
    /*padding: 0 30px;*/
}

#usersComments .owl-controls {
    margin: 0;
}

#usersComments .owl-prev,
#usersComments .owl-next {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 30px;
    line-height: 30px;
}

#usersComments .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    margin-left: -40px;
}

#usersComments .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    margin-right: -40px;
}

#usersComments .owl-stage {
    margin: 0 auto;
}

.users-comments__item {
    background: rgba(47,47,47,0.9);
    padding: 60px 75px;
    color: #ffffff;
}

.users-comments__text {
    font-family: 'Roboto', sans-serif;
    /*font-size: 1.2143em;*/
    font-size: 1.1429em;
    font-weight: 300;
    margin-bottom: 25px;
    max-height: 150px;
}

.users-comments__info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.users-comments__logo,
.users-comments__name {

}

.users-comments__logo {
    width: 130px;
    text-align: center;
}

.users-comments__logo img {
    width: auto !important;
    display: inline-block !important;
}

.users-comments__name {
    /*font-size: 1.5714em;*/
    /*font-size: 1.1429em;*/
    font-size: 0.95em;
    line-height: 1.1;
    color: #ffffff;
    /* padding-left: 10px; */
}

.users-comments__name a {
    color: #ffffff;
    text-decoration: none;
}

/*@media(max-width: 1200px) {*/
@media(max-width: 1366px) {
    .users-comments__bg {
        padding: 50px 0 80px;
    }

    .users-comments__item {
        /*background: rgba(0,0,0,0.9);*/
        padding: 30px 35px;
        color: #ffffff;
    }
}

@media(max-width: 991px) {
    .users-comments__bg {
        padding: 50px 0 80px;
    }

    .users-comments__item {
        /*background: rgba(0,0,0,0.9);*/
        padding: 30px 35px;
        color: #ffffff;
    }
}

@media(max-width: 991px) {
    .users-comments__bg {
        padding: 50px 0 80px;
    }

    .users-comments__item {
        /*background: rgba(0,0,0,0.9);*/
        padding: 30px 35px;
        color: #ffffff;
    }
}

@media(max-width: 1599px) {
    #usersComments {
        padding: 0 30px;
    }

    #usersComments .owl-prev {
        margin-left: 0;
    }

    #usersComments .owl-next {
        margin-right: 0;
    }
}

@media(max-width: 767px) {
    #usersComments {
        padding: 0;
    }
}

.users-comments__rating {
    margin-top: 10px;
    color: #FFC107;
}

/* end USERS COMMENTS */

/* OUR CLIENTS */

.our-clients__bg {
    /*padding: 20px 0 60px;*/
    /*padding: 0;*/
    /*padding: 30px 0 60px;*/
    margin-bottom: 50px;
}
@media (max-width: 1366px) {
    .our-clients__bg {
        /*padding: 30px 0 55px;*/
    }
    .our-clients__bg.block__padding {
        /*padding: 55px 0;*/
    }
}
@media (max-width: 767px) {
    .our-clients__bg {
        /*padding: 30px 0 45px;*/
        margin-bottom: 30px;
    }
    .our-clients__bg.block__padding {
        /*padding: 45px 0;*/
    }
}
#ourClients .owl-controls {
    margin: 0;
}
#ourClients .owl-prev,
#ourClients .owl-next {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 30px;
    line-height: 30px;
    color: #000000;
}
#ourClients .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    margin-left: -40px;
}
#ourClients .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    margin-right: -40px;
}
#ourClients .owl-stage {
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.our-clients__txt {
    font-family: 'Roboto', sans-serif;
    /*font-size: 1.2857em;*/font-size: 1.1429em;
    margin-bottom: 30px;
}
.our-clients__logo {
    text-align: center;
    margin: 0 30px;
}
.our-clients__logo img {
    width: auto !important;
    height: auto;
    max-width: 100%;
    margin: auto;
}
@media(max-width: 1599px) {
    #ourClients {
        padding: 0 30px;
    }
    #ourClients .owl-prev {
        margin-left: 0;
    }
    #ourClients .owl-next {
        margin-right: 0;
    }
}
@media(max-width: 767px) {
    #ourClients {
        padding: 0;
    }
    .our-clients__txt {
        max-height: 200px;
    }
}
/* end: OUR CLIENTS */

/* COMPLEX ITEMS */

.complex-items__wrapper {
    /*padding-top: 50px;*/
    padding-top: 30px;
}

.complex-items__bg {
    /*padding: 0;*/
}

.complex-items__bg.block__padding {
    /*padding-top: 30px;*/
}

@media (max-width: 1366px) {
    .complex-items__bg.block__padding {
        /*padding-top: 25px;*/
    }
}
@media (max-width: 767px) {
    .complex-items__bg.block__padding {
        /*padding-top: 15px;*/
    }
}

.complex-items__item {
    margin-bottom: 50px;
}

.complex-items__item {
    padding-right: 50px;
}

.complex-items__inner {
    display: table;
}

.complex-items__image,
.complex-items__info {
    display: table-cell;
    vertical-align: top;
}

/*.complex-items__info {
padding-right: 50px;
}*/

.complex-items__image {
    /*min-width: 100px;*/
    /*width: 130px;*/
    width: 105px;
    padding-right: 30px;
}

.complex-items__image img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.complex-items__title {
    /*font-size: 2.5714em;*/
    font-size: 2.1429em;
    line-height: 1.1;
    margin-bottom: 15px;
    font-weight: 500;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.complex-items__title a {
    text-decoration: none;
}

.complex-items__description {
    font-family: 'Roboto', sans-serif;
    /*font-size: 1.2857em;*/
    font-size: 1.1429em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.complex-items__description span.complex-items__number--big {
    font-size: 4.2857em;
    font-weight: 600;
    color: #e5e4e4;
    line-height: 1.1;
}

.complex-items__description span.complex-items__number--small {
    font-size: 3.2143em;
    font-weight: 600;
    color: #e5e4e4;
    line-height: 1.1;
}

.complex-items__item--absolute {
    /*position: absolute;
    top: 0;
    left: 10px;
    right: 10px;*/
    z-index: 3;
    /*background: rgba(255,255,255,0.85);*/
    /*border: 1px solid blue;*/
    /*padding-right: 50px;*/
}

.complex-items__description-show-more,
.complex-items__description-show-less {
    text-align: left;
    color: #000000;
    cursor: pointer;
}

.complex-items__description-show-more span,
.complex-items__description-show-less span {
    font-size: 1em;
    color: #000000;
    font-weight: normal;
    transition: color .5s ease;
}

.complex-items__description-show-more:hover,
.complex-items__description-show-less:hover,
.complex-items__description-show-more span:hover,
.complex-items__description-show-less span:hover {
    color: #74b64a;
}

.complex-items__description--more-wrapper {
    position: absolute;
    /*top: 0;*/
    /*left: 0;*/
    right: 0;
    background: rgba(255,255,255,0.85);
    z-index: 3;
    padding-left: 108px;
    /*border: 1px solid red;*/
}

@media (max-width: 1366px) {
    .complex-items__title {
        font-size: 2em;
    }
}

@media (max-width: 1366px) {
    .complex-items__description span.complex-items__number--big {
        font-size: 3em;
    }

    .complex-items__description span.complex-items__number--small {
        font-size: 2.5em;
    }
}

@media (max-width: 1079px) {
    .complex-items__description span.complex-items__number--big {
        font-size: 2.5em;
    }
}

@media (max-width: 991px) {
    .complex-items__description span.complex-items__number--big {
        font-size: 2em;
    }
    .complex-items__description span.complex-items__number--small {
        font-size: 1.85em;
    }

    .complex-items__item {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .complex-items__title {
        font-size: 2em;
    }

    .complex-items__item {
        padding-right: 30px;
    }
}

@media (max-width: 991px) {
    /*.complex-items__info--2 {
    padding-right: 0;
    }*/

    .complex-items__item--2 {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    /*.complex-items__bg {
    padding: 50px 0 20px;
    }*/

    .complex-items__item {
        margin-bottom: 30px;
    }

    .complex-items__title {
        font-size: 2em;
    }

    /*.complex-items__info {
    padding-right: 0;
    }*/

    .complex-items__item {
        padding-right: 0;
    }
}

.complex-items__title--mobile {
    display: none;
}

@media (max-width: 480px) {
    .complex-items__inner,
    .complex-items__image,
    .complex-items__info {
        display: block;
    }

    .complex-items__image {
        display: table;
        width: auto;
        /*text-align: center;*/
        padding: 0;
        margin-bottom: 15px;
    }

    .complex-items__image__inner {
        display: table-cell;
        vertical-align: middle;
        width: 90px;
        padding-right: 15px;
    }

    .complex-items__title--mobile {
        display: table-cell;
        vertical-align: middle;
    }

    .complex-items__title--pc {
        display: none;
    }

    .complex-items__description--more-wrapper {
        padding-left: 0;
    }

    .complex-items__title {
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        font-size: 1.8em;
    }
}

.complex-items__row {
    /*border: 1px solid red;*/
}

.complex-items__col {
    /*border: 1px solid blue;*/
}

.complex-items__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}
/* end: COMPLEX ITEMS */

/* COMPLEX ITEMS 2 */
.complex-items2__bg {
    /*padding: 50px 0 80px;*/
    /*padding: 0;*/
    margin-bottom: 20px;
}
.complex-items2__bg.block__padding {
    /*padding: 30px 0 0;*/
}
@media (max-width: 1366px) {
    .complex-items2__bg {
        /*padding: 30px 0 25px;*/
    }
    .complex-items2__bg.block__padding {
        /*padding: 55px 0 25px;*/
    }
}
@media (max-width: 767px) {
    .complex-items2__bg {
        /*padding: 30px 0 15px;*/
        margin-bottom: 0;
    }
    .complex-items2__bg.block__padding {
        /*padding: 45px 0 15px;*/
    }
}
.complex-items2__title {
    /*font-size: 2.5714em;*/
    font-size: 2.1429em;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: -40px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 2;
    transition: transform 0.25s;
}
.complex-items2__title a:hover {
    text-decoration: none;
}
.complex-items2__description {
    font-family: 'Roboto', sans-serif;
    /*font-size: 1.2857em;*/font-size: 1.1429em;
    /*line-height: 1.1;*/
    /*font-weight: 300;*/
    margin-bottom: 30px;
}
.complex-items2__number {
    font-size: 5.7143em;
    font-weight: 600;
    line-height: 1.1;
    color: #e5e4e4;
    opacity: 0.5;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 1;
    transition: transform 0.25s;
}
@media (max-width: 1366px) {
    .complex-items2__title {
        font-size: 2em;
    }
}
.complex-items2__info {
    padding-right: 25px;
}
@media(max-width: 767px) {
    .complex-items2__info {
        padding-right: 0;
    }
}
.complex-items2__header:hover .complex-items2__number {
    color: rgba(116,182,74,1);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}
.complex-items2__header:hover .complex-items2__title {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
}
/* end COMPLEX ITEMS 2 */
/* CASES */
/*.cases__bg {
background: rgba(248,248,248,1);
padding: 0;
}*/
.cases__bg {
    background: rgba(248,248,248,1);
    padding: 30px 0 40px;
}
.cases__bg--margin {
    margin-bottom: 50px;
}
.cases__bg.block__padding {
    padding: 60px 0 40px;
}
@media (max-width: 1366px) {
    .cases__bg {
        padding: 30px 0 35px;
    }
    .cases__bg.block__padding {
        padding: 55px 0 35px;
    }
}
@media (max-width: 767px) {
    .cases__bg {
        padding: 20px 0 25px;
    }
    .cases__bg--margin {
        margin-bottom: 30px;
    }
    .cases__bg.block__padding {
        padding: 45px 0 25px;
    }
}
.cases__item {
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.cases__item:hover {
    text-decoration: none;
}
.cases__display {
    /*margin-top: -200px;*/
    position: absolute;
    left: 40px;
    right: 40px;
}
.cases__image {
    position: relative;
}
.cases__image--overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(174,173,175,0.67);
}
.cases__info {
    text-align: center;
    color: #ffffff;
}
.cases__name {
    /*font-size: 2.5714em;*/font-size: 2.1429em;
    line-height: 1.1;
    font-weight: 500;
    padding: 0 40px;
    /*padding-top: 200px;*/
}
.cases__name a {
    color: #ffffff;
}
.cases__name a:hover {
    color: #ffffff;
    text-decoration: none;
}
.cases__razdel {
    color: #ffffff;
    /*font-size: 1.2857em;*/font-size: 1.1429em;
}
@media (max-width: 767px) {
    .cases__info {
        font-size: 11px;
    }
    .cases__name {
        padding: 0 15px;
    }
    .cases__display {
        left: 15px;
        right: 15px;
    }
}
/* end CASES */
/* ADVANTAGES */
.advantages__bg {
    padding: 30px 0 55px;
    /*padding: 0;*/
    overflow: hidden;
    margin-bottom: 50px;
}
.advantages__bg.block__padding {
    padding: 55px 0;
}
@media (max-width: 1366px) {
    .advantages__bg {
        padding: 30px 0 50px;
    }
    .advantages__bg.block__padding {
        padding: 50px 0;
    }
}
@media (max-width: 767px) {
    .advantages__bg {
        padding: 30px 0 40px;
        margin-bottom: 30px;
    }
    .advantages__bg.block__padding {
        padding: 40px 0;
    }
}
.advantages {
    display: flex;
    align-items: center;
    font-size: 11px;
}
.advantages__item {
    width: 50%;
}
.advantages__left {
    text-align: right;
    margin-right: 5px;
}
.advantages__right {
    margin-left: 5px;
}
.advantage__item {
    color: #ffffff;
    /*padding: 40px;*/
    padding: 30px;
    border-radius: 15px 0;
    margin: 5px auto;
    font-size: 4.8571em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.1;
}
.advantage__item span {
    display: block;
    font-weight: 500;
    font-size: 0.5294em;
}
.advantage__item--inline-block {
    display: inline-block;
}
@media (max-width: 1366px) {
    .advantages {
        font-size: 11px;
    }
}
@media (max-width: 1279px) {
    .advantage__item {
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .advantages {
        font-size: 8px;
    }
    .advantage__item {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .advantages__bg {
        padding: 30px 0 50px;
    }
    .advantages {
        display: block;
    }
    .advantages__item {
        width: 100%;
    }
    .advantages__left {
        text-align: center;
        margin-right: 0;
        padding: 0 15px;
    }
    .advantages__right {
        text-align: center;
        margin-left: 0;
        padding: 0 15px;
    }
}
@media (max-width: 479px) {
    .advantages {
        font-size: 6px;
    }
}
/* end ADVANTAGES */
/* FEEDBACK2 */
.feedback2__bg {
    /*padding: 30px 0 100px;*/
    padding: 50px 0 50px;
}
.feedback2__form-wrapper {
    /*background: rgba(0,0,0,0.85);*/
    background: rgba(47,47,47,0.9);
    padding: 25px 50px;
}
.feedback2__form-inner {
    max-width: 960px;
    margin: auto;
}
.feedback2__message {
    /*font-size: 1.2857em;*/font-size: 1.1429em;
    color: #ffffff;
}
.feedback2__form {
    margin: 20px auto 0;
}
.feedback2__form input,
.feedback2__form input:focus {
    width: 100%;
    /*font-size: 1.2857em;*/font-size: 1.1429em;
    line-height: 50px;
    height: 50px;
    padding: 15px 25px;
    margin-bottom: 20px;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    outline: none;
}
.feedback2__form textarea {
    width: 100%;
    /*font-size: 1.2857em;*/
    font-size: 1.1429em;
    /*line-height: 50px;*/
    height: 150px;
    padding: 15px 25px 15px;
    margin-bottom: 20px;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
}
.feedback2__form textarea.textarea--small {
    height: 85px;
}
.feedback2__btn-wrapper {
    display: inline-block;
    /*margin: 30px auto 0;*/
    margin: 5px auto 0;
}
.feedback2__form ::-webkit-input-placeholder {
    color: #ffffff;
    /*opacity: 1;*/
}
.feedback2__form ::-moz-placeholder {
    color: #ffffff;
    /*opacity: 1;*/
}
.feedback2__form :-ms-input-placeholder {
    color: #ffffff;
    /*opacity: 1;*/
}
.feedback2__form :-moz-placeholder {
    color: #ffffff;
    /*opacity: 1;*/
}
@media (max-width: 767px) {
    .feedback2__bg {
        /*padding: 30px 0 80px;*/
        padding: 50px 0 50px;
    }
}
@media (max-width: 479px) {
    .feedback2__form-wrapper {
        padding: 25px;
    }
}
/* end FEEDBACK2 */
/* FEEDBACK2 */
.feedback3__bg {
    padding: 25px;
    border: 1px solid #e0e0e0;
}
.feedback3__form-wrapper {

}
.feedback3__form-inner {
    /*max-width: 960px;*/
    margin: auto;
}
.feedback3__message {
    font-size: 1.1429em;
    font-weight: 500;
    /*color: #ffffff;*/
}
.feedback3__form {
    margin: 20px auto 0;
}
.feedback3__form input,
.feedback3__form input:focus {
    width: 100%;
    /*font-size: 1.2857em;*/font-size: 1.1429em;
    line-height: 50px;
    height: 50px;
    padding: 15px 25px;
    margin-bottom: 20px;
    background: transparent;
    /*color: #b6b6b6;*/
    border: 1px solid #b6b6b6;
    border-radius: 0;
    outline: none;
}
.feedback3__form textarea {
    width: 100%;
    /*font-size: 1.2857em;*/
    font-size: 1.1429em;
    /*line-height: 50px;*/
    height: 150px;
    padding: 15px 25px 15px;
    margin-bottom: 20px;
    background: transparent;
    /*color: #ffffff;*/
    border: 1px solid #b6b6b6;
    border-radius: 0;
}
.feedback3__form textarea.textarea--small {
    height: 85px;
}
.feedback3__btn-wrapper {
    display: inline-block;
    /*margin: 30px auto 0;*/
    margin: 5px auto 0;
}
.feedback3__form ::-webkit-input-placeholder {
    /*color: #ffffff;*/
    /*opacity: 1;*/
}
.feedback3__form ::-moz-placeholder {
    /*color: #ffffff;*/
    /*opacity: 1;*/
}
.feedback3__form :-ms-input-placeholder {
    /*color: #ffffff;*/
    /*opacity: 1;*/
}
.feedback3__form :-moz-placeholder {
    /*color: #ffffff;*/
    /*opacity: 1;*/
}
@media (max-width: 767px) {
    .feedback3__bg {

    }
}
@media (max-width: 479px) {
    .feedback3__form-wrapper {
        /*padding: 25px;*/
    }
}
/* end FEEDBACK3 */
/* WORKS RAZDELS */
.works-razdels__bg {
    /*padding: 50px 0;*/
    /*padding: 0;*/
    margin-bottom: 30px;
}
@media(max-width:767px) {
    .works-razdels__bg {
        margin-bottom: 10px;
    }
}
.works-razdels__item {
    padding: 50px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    /*border: 1px solid red;*/
}
.works-razdels__item--inner {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 2;
}
.works-razdeles__overlay--dark {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: rgba(0,0,0,0.25);
    pointer-events: none;
}
.works-razdeles__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 15s ease;
}
.works-razdels__item:hover .works-razdeles__overlay {
    transform: scale(1.2);
}
.works-razdels__info {
    color: #ffffff;
    transition: all .5s ease;
}
.works-razdels__name {
    /*font-size: 2.5714em;*/
    font-size: 2.1429em;
    line-height: 1.1;
    font-weight: 500;
    transition: all .5s ease;
}
.works-razdels__text {
    /*font-size: 1.2857em;*/font-size: 1.1429em;
    /*line-height: 1.1;*/
    margin-top: 10px;
}
.works-razdeles__icon {
    border-radius: 50%;
    display: inline-block;
    margin: 50px auto;
}
.works-razdels__item--inner:hover {
    text-decoration: none;
    color: #74b64a;
}
.works-razdels__item--inner:hover .works-razdels__name {
    color: #74b64a;
}
/* end WORKS RAZDELS */
/* MESSAGE */
.message__bg {
    /*padding: 60px 0 60px;*/
    display: block;
    padding: 81px 0 81px;
    background: rgba(34,171,253,1);
    color: #ffffff;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 50px;
}
.message__bg:hover {
    /*background: rgba(115,201,253,1);*/
    opacity: 0.85;
    color: #ffffff;
    text-decoration: none;
}
.message__logo {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: -81px;
    z-index: 1;
    pointer-events: none;
    /*border: 1px solid red;*/
}
.message__content {
    position: relative;
    z-index: 2;
}
.message__text {
    /*font-size: 2.5714em;*/font-size: 2.1429em;
    line-height: 1.1;
    color: #ffffff;
    font-weight: 500;
    /*border: 1px solid red;*/
}
.message__link {
    text-align: right;
    font-size: 5.2857em;
    line-height: 1.1;
    /*border: 1px solid red;*/
}
.message__link a {
    color: #ffffff;
    text-decoration: none;
}
@media(max-width:767px) {
    .message__bg {
        padding: 30px 0 30px;
        margin-bottom: 30px;
    }
    .message__logo {
        margin-bottom: -30px;
    }
    .message__text {
        font-size: 2em;
    }
}
@media(max-width: 519px) {
    .message__link {
        display: none;
    }
}
/* end MESSAGE */
/* BOTTOM */
.bottom__bg {
    padding: 100px 0 50px;
}
.bottom__left {
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 14px;
}
.bottom__message {
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 14px;
}
.bottom__title {
    /*font-size: 2.8571em;*/
    /*font-size: 2.25em;*/
    font-size: 2.1429em;
    font-weight: 500;
    line-height: 1.1;
    /*margin-bottom: 35px;*/
    margin-bottom: 15px;
    /*text-transform: uppercase;*/
}
.bottom__title span {
    display: block;
    font-weight: 600;
    font-size: 1.85em;
}
.bottom__bnt--wrapper {
    display: inline-block;
}
.bottom__description {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-weight: 300;
    /*max-height: 450px;*/
    max-height: 350px;
    overflow-y: auto;
    margin-bottom: 30px;
}

.bottom__description.bottom__description--auto {
    max-height: 100%;
    overflow: hidden;
}

.bottom__description p {
    margin-bottom: 20px;
}
.bottom__description ul {
    /*list-style-type: none;*/
    list-style: square url("../data/images/marker--white.png");
}
.bottom__description ul li {
    margin-left: 18px;
}
@media (max-width: 991px) {
    .bottom__left-inner .bottom__title-inner {
        font-size: 11px;
    }
}
@media (max-width: 767px) {
    .bottom__bg {
        padding: 50px 0 20px;
    }
    .bottom__left {
        margin-bottom: 50px;
    }
    .bottom__left-inner .bottom__title-inner {
        font-size: 9px;
    }
    .bottom__description {
        max-height: 200px;
    }
}
/* end  BOTTOM */
/* HTML */
.html__text {
    font-family: 'Roboto', sans-serif;
    /*font-size: 1.2857em;*/font-size: 1.1429em;
    /*line-height: 1.1;*/
    margin-bottom: 50px;
}
@media(max-width: 767px) {
    .html__text {
        margin-bottom: 30px;
    }
}
.html__text ul {
    /*list-style-type: none;*/
    list-style: square url("../data/images/marker.png");
}
.html__text ul li {
    margin-left: 18px;
}
/*
.html__text ul li:before {
content: '-';
}*/
.html__title30 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.875em;
    line-height: 1.1;
    font-weight: 500;
}
@media (max-width: 1366px) {
    .html__title {
        font-size: 1.75em;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .html__title {
        font-size: 1.75em;
    }
}
@media (max-width: 767px) {
    .html__title {
        font-size: 1.75em;
    }
}
/* end HTML */
/*ABOUT SERVICES
.home-service-item {
margin-bottom:50px;
font-size:24px;
line-height:26px;
font-weight:300;
}
.home-icon-wrapper {
background:rgba(116,182,74,1);
height:50px;
width:50px;
font-size:30px;
color:#ffffff;
border-radius:25px 0;
margin:10px auto 15px;
}
.home-icon-wrapper .fa {
width:30px;
line-height:48px;
}
/*end ABOUT SERVICES*/
/*ABOUT ACTIVITIES
.gray-bg {
background:rgba(235,235,235,1);
padding:25px 0;
}
.activities-block {
margin-bottom:25px;
}
.activities-table {
display:table;
margin:0 auto;
}
.activities-item {
padding-bottom:25px;
}
.activities-item a {
color:rgb(50,50,60);
}
.left-col-act, .right-col-act {
display:table-cell;
vertical-align:top;
font-size:1.5em;
}
.left-col-act {
padding-right:10px;
}
.left-col-act .fa {
width:30px;
height:30px;
text-align:center;
vertical-align:middle;
color:rgba(116,182,74,1);
}
.right-col-act {
line-height:1.1em;
padding-top:10px 0 10px 0;
}
/*end ABOUT ACTIVITIES*/
/* ORDER FORMS */
.form-field input[type="text"], .form-field input[type="email"] {
    width:100%;
    border:1px solid rgba(111,110,110,0.5);
    line-height:30px;
    padding:0 10px;
    height:50px;
}
.form-field textarea {
    width:100%;
    line-height:20px;
    padding:10px;
    border:1px solid rgba(111,110,110,0.5);
    height:150px;
}
.form-field label {
    min-height:20px;
    /*padding-left: 20px;*/
    margin-bottom:0;
    font-weight:normal;
    cursor:pointer;
    color:rgb(50, 50, 60);
    font-size:18px;
}
.form-title {
    font-size:21px;
    margin-bottom:5px;
}
.form-field img.captcha-img {
    width:100%;
    max-width:320px;
    margin-bottom:-25px;
}
.order-form__bg .form-field input[type="text"],
.order-form__bg .form-field input[type="email"] {
    /*line-height: 1.1;*/
    /*height: 30px;*/
    background: transparent;
    border: 1px solid #ffffff;
}
.order-form__bg .form-field textarea {
    background: transparent;
    border:1px solid #ffffff;
}
.order-btn {
    cursor:pointer;
    display:block;
    border-radius:15px 0;
    border:2px solid rgba(111,110,110,0.5);
    padding:15px 0;
    color:rgba(111,110,110,0.5);
    text-decoration:none;
    margin:15px 0;
    font-size:24px;
    line-height:24px;

    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.order-btn:hover {
    border:2px solid rgba(111,110,110,1);
    color:rgba(111,110,110,1);
    text-decoration:none;
}
.order-btn2 {
    cursor:pointer;
    display:inline-block;
    border-radius:15px 0;
    border:2px solid rgba(111,110,110,0.5);
    padding:15px 25px;
    color:rgba(111,110,110,0.5);
    text-decoration:none;
    margin:15px 0;
    font-size:24px;
    line-height:24px;

    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.order-btn2:hover {
    border:2px solid rgba(111,110,110,1);
    color:rgba(111,110,110,1);
    text-decoration:none;
}
.check-table {
    display:table;
}
.check-td {
    display:table-cell;
    vertical-align:top;
}
.check-td:nth-child(2) {
    padding-left:10px;
}
.order-form__bg {
    padding: 50px 0 100px;
}
.order-form__inner-warpper {
    background: rgba(23,23,23,0.8);
    padding: 50px 200px;
    color: #ffffff;
}
@media(max-width: 991px) {
    .order-form__inner-warpper {
        padding: 50px;
    }
}
@media(max-width: 767px) {
    .order-form__bg {
        padding: 25px 0 50px;
    }
    .order-form__inner-warpper {
        margin-top: 25px;
        padding: 25px;
    }
}
/* end ORDER FORMS */
/* DESIGN */
.design__list {
    margin-bottom: 25px;
}
.design__item {
    margin-bottom: 10px;
}
.design__list--level2 {
    margin-left: 25px;
}
.design__item-name--main {
    /*font-size: 18px;*/
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}

/* end DESIGN */

/* PATH */

.path {
    margin: 15px auto;
    font-size: 12px;
}

.breadcrumb {
    padding: 0;
    margin: 0 auto 25px;
    list-style: none;
    background: none;
    border-radius: 0;
    font-size: 12px;
}

.breadcrumb a {
    /*color: #000000;
    line-height: 1em;*/
}

.breadcrumb > li + li:before {
    font-family: 'FontAwesome';
    padding: 0 0 0 0;
    /*color: #000000;*/
    color: #787777;
    content: "\f105";
}

/* end PATH */

/* PAGINATION */

.pagination {
    margin: 25px auto 50px;
}
.pagination > li > a,
.pagination > li > span {
    color: #000000;
    border: none;
    background: none;
    font-size: 1.4285em;
    font-weight: 500 !important;
    line-height: 1.1;
    padding: 5px;
}
.pagination > li > a > span.lnr {
    display: inline-block;
    /*vertical-align: middle;*/
    font-weight: 600 !important;
    font-size: 0.8em;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #74b64a;
    border: none;
    background: none;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #74b64a;
    border: none;
    background: none;
}
/* end PAGINATION */
/* MAIN PAGE */
.main-icon {
    margin:25px 0;
    display:table;
}
.main-icon-wrapper {
    display:inline-block;
    background:rgba(116,182,74,1);
    height:40px;
    width:40px;
    color:#ffffff;
    border-radius:15px 0;
    /*margin:10px auto 15px;*/
    text-align:center;
    vertical-align:middle;
}
.main-icon-wrapper .fa {
    width:20px;
    line-height:40px;
    font-size:21px;
}
.main-icon-item {
    display:table-cell;
    vertical-align:middle;
    padding:10px 25px 10px 10px;
}
.main-icon-lable {
    display:table-cell;
    vertical-align:middle;
    font-size:1.8em;
    line-height:1em;
    color:rgb(35,31,32);
    margin-left:5px;
}
@media (max-width: 365px) {
    .main-icon {
        width:100%;
    }
    .main-icon-item, .main-icon-lable {
        display:block;
        text-align:center;
        padding:0;
        margin:10px auto;
    }
    .main-icon-lable {
        font-size:1.5em;
    }
    .main-icon-wrapper {
        height:70px;
        width:70px;
    }
    .main-icon-wrapper .fa {
        width:35px;
        line-height:70px;
        font-size:36px;
        text-align:center;
    }
}

/* end: MAIN PAGE */

/* FOOTER */

footer {
    padding: 35px 0 50px;
    color: #ffffff;
    background: rgba(23,23,23,1);
}

@media (max-width: 991px) {
    footer {
        padding: 35px 0;
    }
}

footer a {
    text-decoration:underline;
    /* color: #787777; */
    color: #ffffff;
}

footer a:hover {
    color: #74b64a;
    text-decoration:none;
}

.footer-side--right {
    text-align: right;
}

.footer__logo img {
    max-width: 78px;
    width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .footer__logo__wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.footer__menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .footer__menu {
        margin: 0;
        gap: 15px;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
}

.footer__menu-item {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    /* margin-left: 25px; */
    vertical-align: middle;
    font-weight: 600;
}

/* @media (max-width: 870px) {
    .footer__menu-item {
        margin-left: 15px;
    }
} */

@media (max-width: 991px) {
    .footer__menu-item {
        margin: 0;
    }

    .footer-side--right {
        text-align: left;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    /* .footer-side--right {
        text-align: left;
        margin-top: 20px;
    } */

    /* .footer__menu-item {
        font-size: 18px;
        margin-right: 15px;
        margin-left: 0;
        padding: 10px 0;
    } */
}

.social__link {
    font-size: 2em;
}

@media (max-width: 991px) {
    .footer__menu-item.social__link {
        display: none;
    }
}

/*
.footer-icon-wrapper {
display: inline-block;
background: rgba(116,182,74,1);
height: 40px;
width: 40px;
font-size: 20px;
color: #ffffff;
border-radius: 25px 0;
margin: 10px auto 15px;
box-shadow: 0 0 5px rgba(255,255,255,0.5);
text-align: center;
}
.footer-icon-wrapper .fa {
width: 20px;
line-height: 38px;
}
*/

.footer__contacts {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 991px) {
    .footer__contacts {
        padding-top: 10px;
    }
}

.footer_contacts__item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

@media (max-width: 991px) {
    .footer_contacts__item {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }
}

@media (max-width: 991px) {
    .footer_contacts__item__title {
        display: none;
    }
}

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

.footer__langs a,
.footer__langs span {
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
}

/* end: FOOTER */

/* CONTACTS PAGE */

.contacts__item {
    margin-bottom: 10px;
}
.contacts__item--phone {
}
.contacts__item a {
    text-decoration: none;
    color: #000000;
}
.contacts__item a:hover {
    color: #74b64a;
}
.contacts__icon,
.contacts__text {
    /*display: inline-block;*/
    display: table-cell;
    vertical-align: top;
}
.contacts__item--phone .contacts__icon,
.contacts__item--phone  .contacts__text {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.1;
}
.contacts__icon {
    /*border: 1px solid red;*/
    font-size: 1.15em;
    padding-right: 10px;
    /*width: 25px;*/
    width: 35px;
    /*padding-top: 2px;*/
    text-align: center;
}
.contacts__icon .fa {
    /*margin-top: -2px;*/
    display: block;
}
.contacts__icon .fa-phone {
    padding-top: 2px;
}
.contacts__icon .fa-clock-o {
    padding-top: 2px;
}
.contacts__icon .fa-envelope-o {
    padding-top: 2px;
}
.contacts__icon .fa-skype {
    padding-top: 1px;
}
.contacts__icon .fa-map-marker {
    padding-top: 2px;
}

#map {
    min-height: 350px;
}
/* MAP */
.map__text-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
    /*background: rgba(0,0,0,1);*/
}
.map__text {
    background: rgba(255,255,255,1);
    /*margin-bottom: 0;*/
    pointer-events: auto;
}
.map__text-inner {
    margin-bottom: 0;
}
.map__left {
    padding: 30px 50px 50px;
}
@media(max-width: 1199px) {
    .map__left {
        padding: 30px 25px 50px;
    }
}
@media(max-width: 767px) {
    .map__left {
        padding: 20px 15px 30px;
    }
}
/*end MAP */
/* end CONTACTS PAGE */
/* POP UP */
#askMe {
    max-width: 450px;
}
.pop-up {
    background: rgba(255,255,255,1);
    padding: 25px;
    /*padding-top: 0;*/
}
.pop-up .h3-title {
    margin-bottom: 10px;
}
.pop-up .close {
    top: 10px;
    right: 10px;
    float: none;
    position: absolute;
}
.close {
    top: 10px;
    right: 10px;
    float: none;
    position: absolute;
    color: #ffffff;
    opacity: 1;
}
.close:hover {
    top: 10px;
    right: 10px;
    float: none;
    position: absolute;
    color: #ffffff;
    opacity: 1;
}
/* end POP UP*/
/* FAQ */
.faq__wrapper {
    border-bottom: 1px solid #e1e1e1;
}
.faq__box {
    /*margin-bottom: 25px;*/
}
/*.faq__title {
    background: rgba(34,171,253,1);
    color: #ffffff;
    padding: 10px;
    line-height: 1.1;
    cursor: pointer;
}*/
.faq__title {
    position: relative;
    border-top: 1px solid #e1e1e1;
    /*padding-left: 70px;*/
    padding: 25px 70px 25px 35px;
    font-size: 26px;
    cursor: pointer;
}
.faq__title:after {
    position: absolute;
    content: '+';
    top: 50%;
    right: 35px;
    /*font-weight: 500;*/
    font-size: 33px;
    color: #333;
    line-height: 50px;
    margin-top: -28px;
}
.faq__box.faq__open .faq__title:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 3px;
    background-color: #333;
    top: 50%;
    right: 37px;
    /*font-weight: 500;*/
    /*font-size: 60px;
    color: #c2e229;*/
    /*line-height: 50px;*/
    margin-top: -4px;
}
.faq__description {
    /*border: 1px solid #22abfd;*/
    padding: 35px;
    padding-top: 0;
    display: none;
}
.faq__box.faq__open .faq__description {
    display: block;
}
/* end FAQ */

/* TOC */

#toc {
    padding: 20px 30px 10px;
    margin-bottom: 20px;
    background: rgba(248,248,248,1);
    border-radius: 15px 0;
}

#toc h3 {
    margin-top: 0;
}

#toc ul {
    list-style-type: none;
    padding-left: 0;
}

#toc li {
    margin: 5px 0;
}

#toc a {
    text-decoration: none;
    color: #74b64a;
}

#toc a:hover {
    text-decoration: underline;
}

/* end: TOC */

/* social links */

.social__wrapper--fixed {
	position: fixed;
	bottom: 50px;
    right: 35px;
	z-index: 9;
}

@media (max-width: 767px) {
    .social__wrapper--fixed {
        bottom: 100px;
        right: 20px;
    }
}

/* .social__items__wrapper {
}

@media (max-width: 991px) {
    .social__items__wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
} */

.social__items__items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px 30px;
}

.social__wrapper--fixed .social__items__items {
	flex-direction: column;
}

.social__items__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
  	box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
	cursor: pointer;

}

.social__items__item::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    left: 50%;
    margin-left: -24px;
    width: 48px;
	height: 48px;
    border-radius: 50%;
    background: rgba(255,255,255,1);
    z-index: -1;
}

.social__items__item--toggle  {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	cursor: pointer;
	background: rgba(255,255,255,1);
}

.social__items__item--toggle.on {
	background: rgba(224,73,37,1);
}

.social__items__item img {
    max-width: 50px;
    height: auto;
}

/* .social__items__item a,
.social__items__item span {
    width: 38px;
    height: 38px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #9c9c9c;
    border-radius: 50%;
    background: rgba(156,156,156,0);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
} */

/* .social__items__item a:is(:hover, :focus),
.social__items__item span:is(:hover, :focus) {
    color: #ffffff;
    background: rgba(156,156,156,1);
} */

/* end: social links */

/* cookie (privacy) policy */

.privacy-policy__block {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    background: rgba(47,47,47,0.9);
    color: #ffffff;
}

.privacy-policy__block__wrapper {
    width: 100%;
    position: relative;
    padding: 10px 15px 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

@media (max-width: 575px) {
    .privacy-policy__block__wrapper {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 7px;
    }
}

.privacy-policy__block__message {
    font-size: 13px;
    color: #ffffff;
}

@media (max-width: 575px) {
    .privacy-policy__block__message {
        font-size: 12px
    }
}

.privacy-policy__block__message a {
    /* color: #d52f5b; */
    color: #ffffff;
    text-decoration: underline;
}

.privacy-policy__block__message a:is(:hover, :focus) {
    color: #d52f5b;
    text-decoration: none;
}

.privacy-policy__block__close {
    cursor: pointer;
    margin: 0;
}

/* end: cookie (privacy) policy */

/* LIMENET CONFIG */

@media (max-width: 599px) {
    .html__col {
        display: block;
        width: 100%;
        float: none;
    }
}

.checklist {
    list-style: none;
    padding-left: 0;
    margin: 0 0 1em 1em;
}

.checklist li::before {
    content: "✓";
    color: #74b64a;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: bold;
}

#st_gdpr_iframe {
    border: 0;
}
.relative {position:relative;}
.clear {clear:both;}
.red_bord {border:1px solid red !important;}
.dnone {
    display: none;
}
.opacity0 {
    opacity: 0;
}
.pt20 {padding-top:20px}
.pt100 {padding-top:100px}

.pr20 {padding-right:20px}

.pb20 {padding-bottom:20px}

.pl20 {padding-left:20px}

.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt50 {margin-top:50px;}
.mt100 {margin-top:100px;}

.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}

.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}

.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}

.f_left {float:left;}
.f_right {float:right;}
.hide-item {
    visibility: hidden;
}
.about-admin {
    /*border:1px solid red;*/
}
.about-admin img {/*border:1px solid red;*/}
.about-admin img.width100 {
    width:100%;
}
img.width100 {
    max-width:100%;
}
.no__padding,
.nopadding,
.no-padding {
    padding: 0 !important;
}
.nomargin,
.no-margin {
    margin: 0 !important;
}
.vertical-align {
    display: flex;
    /*align-items: flex-end;*/
    align-items: center;
}
.vertical-align .col-right.col-bottom {
    align-self: flex-end;
}
@media (max-width: 767px) {
    .row.vertical-align {
        display: block;
    }
}
.text--green {
    color: #74b64a;
}
.text--bold {
    font-weight: 600;
}
.error_div {
    background:rgba(255,0,0,1);
    color:#ffffff;
    padding: 15px;
    /*margin: 0 15px;*/
    margin: 0 auto;
}
.error_div p {
    margin: 0;
}
.ok_div {
    background:rgba(116,182,74,1);
    color:#ffffff;
    padding: 15px;
    /*margin: 0 15px;*/
    margin: 0 auto;
}
.ok_div p {
    margin: 0;
}
.pop-up .error_div,
.pop-up .ok_div {
    margin: 0;
}
.nobr {
    white-space: nowrap;
}
@media(min-width: 992px) {
    .row-centered {
        text-align:center;
    }
    .col-centered {
        display:inline-block;
        float:none;
        text-align:left;
        margin-right:-4px;
        vertical-align: top;
    }
    .col-centered-middle {
        display: inline-block;
        float: none;
        margin-right: -4px;
        vertical-align: middle;
        position: inherit;
        border: 1px solid red;
    }
    .col-left {
        text-align: left;
    }
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
#last-news__list .col-xs-12,
#last-news__list .col-sm-6,
#last-news__list .col-md-4,
#last-news__list .col-lg-4,
#news__list .col-xs-12,
#news__list .col-sm-6,
#news__list .col-md-4,
#news__list .col-lg-4 {
    padding-right: 15px;
    padding-left: 15px;
}
#last-news__list .row,
#news__list .row {
    margin-right: -15px;
    margin-left: -15px;
}
.complex-items__row {
    /*margin-right: -25px;
    margin-left: -25px;*/
}
.complex-items__col {
    /*padding-right: 25px;
    padding-left: 25px;*/
}
.complex-items__container {
    /*padding-right: 25px;
    padding-left: 25px;*/
}
.lime-scrollbar--green .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.lime-scrollbar--green:hover .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: rgba(116,182,74,1);
}
.lime-scrollbar--green .mCSB_scrollTools .mCSB_draggerRail {
    background: rgba(236,235,235,1);
}

.grecaptcha-badge {
    display: none;
}

#return-to-top {
    position: fixed;
    bottom: 150px;
    right: 35px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    border: 2px solid #74b64a;
    background: rgba(116,182,74,0);
    /*height: 30px;*/
    /*line-height: 34px;*/
    /*vertical-align: middle;*/
    color: #74b64a;
    text-align: center;
    display: block;
    text-decoration: none;
    margin: auto;
    cursor: pointer;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}

#return-to-top .lnr {
    color: #74b64a;
    font-size: 0.9em;
    margin: auto;
}

#return-to-top:hover {
    color: #ffffff;
    background: rgba(116,182,74,1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover .lnr {
    color: #ffffff;
    opacity: 1;
    /*color: #fff;
    top: 5px;*/
}

@media(max-width: 767px) {
    #return-to-top {
        /*display: none;*/
        bottom: 25px;
        right: 30px;
    }
}

.social__btn {

}

/*end LIMENET CONFIG*/

/* calc-context */
.row-vertical-centered {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.form-calccontext {}
/* end: calc-context */
