/* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap'); */

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Heavy.eot');
    src: local('Lato Heavy'), local('Lato-Heavy'), url('../fonts/Lato-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Heavy.woff') format('woff'), url('../fonts/Lato-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Medium.eot');
    src: local('Lato Medium'), local('Lato-Medium'), url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Medium.woff') format('woff'), url('../fonts/Lato-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Semibold.eot');
    src: local('Lato Semibold'), local('Lato-Semibold'), url('../fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Semibold.woff') format('woff'), url('../fonts/Lato-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot');
    src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.eot');
    src: local('Lato Light'), local('Lato-Light'), url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Light.woff') format('woff'), url('../fonts/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

*,
::after,
::before {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    margin: 0;
}

body {
    font-family: 'Lato', sans-serif;
    background: #F1F0EE;
}

.pagewrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 1 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 800;
    color: #012B0C;
    margin-bottom: 40px;
}

h3,
.simph3 {
    color: #012B0C;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 45px;
    position: relative;
    padding-left: 87px;
}

h3::before,
.simph3::before {
    content: '';
    display: inline-block;
    height: 4px;
    background: #699174;
    width: 60px;
    position: absolute;
    left: 0;
    top: 6px;
}

h4 {
    font-size: 22px;
    font-weight: 500;
    font-size: 22px;
    line-height: 134%;
}

h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 116.5%;
    color: rgba(1, 43, 12, 0.75);
}

/* header */

header.header {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    background: #f1f0ee;
    z-index: 11;
}

.header-wrap {
    display: flex;
    height: 77px;
}

.header__logo {
    max-width: 60px;
    width: 100%;
    display: flex;
    align-items: center;
}

.header__lang {
    max-width: 70px;
    width: 100%;
    display: flex;
    align-items: center;
}

.header__lang ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 10px;
}

.header__lang ul li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px;
    color: #699174;
    transition: .3s;
}

.header__lang ul li a:hover {
    color: #012B0C;
}

.header__lang ul li.active a {
    color: #012B0C;
}

.header__telbox {
    max-width: 130px;
    width: 100%;
    display: flex;
    align-items: center;
}

.header__telbox ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.header__telbox ul li {
    width: 100%;
}

.header__telbox ul li a {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #012B0C;
    transition: .3s;
}

.header__telbox ul li a:hover {
    color: #699174;
}

.header__nav {
    max-width: calc(100% - 260px);
    width: 100%;
    padding: 0 69px;
}

.header__nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.header__nav ul li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.header__nav ul li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    color: #012B0C;
}

.header__nav ul li.active a:before,
.header__nav ul li a:hover:before {
    width: 100%;
}

.header__nav ul li a:before {
    content: '';
    display: inline-block;
    height: 5px;
    width: 100%;
    background: #699174;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    width: 0;
    transition: .3s;
}

/* header end*/

main.main {
    padding-top: 77px;
}

.mainslidersect {
    padding-top: 40px;
    position: relative;
}

.mainslider__slide img {
    width: 100%;
}

.mainslider__slide {
    height: 580px;
}

.mainslider__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mainslider__right {
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
    max-width: 720px;
}

.mainslider__left {
    padding-top: 25px;
    padding-right: 40px;
}

.mainslider__left h4 {
    margin-bottom: 40px;
    padding-left: 78px;
    position: relative;
    min-height: 87px;
}

.mainslider__left h4:before {
    content: '';
    display: inline-block;
    height: 4px;
    width: 60px;
    background: #699174;
    position: absolute;
    left: 0;
    top: 6px;
}

.greenbtn {
    background: #699174;
    box-shadow: 2px 4px 15px rgba(105, 144, 116, 0.78);
    text-decoration: none;
    color: #fff;
    width: 280px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    transition: .3s;
}

.greenbtn:hover {
    color: #fff;
    box-shadow: 2px 4px 15px rgba(83, 135, 98, 0.78);
    background: #5f7d68;
    text-decoration: none;
}

.sliderlitt {
    margin-top: 62px;
    width: calc(100% + 24px);
    margin-left: -12px;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
}

.littslide {
    padding: 0 12px;
}

.littslide img {
    width: 100%;
}

.slick-dots {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-top: 37px;
    max-width: 285px;
    width: 100%;
    background: rgba(105, 144, 116, 0.5);
    height: 2px;
    margin-left: 15px;
}

.slick-dots li {
    width: 60px;
}

.slick-dots li button {
    padding: 0;
    color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 2px;
    background: transparent;
    border: none;
    width: 100%;
    transition: .3s;
    top: -1px;
    position: relative;
}

.slick-dots li.slick-active button {
    background: #699174;
    height: 3px;
}

.sliderlitt .slick-next,
.sliderlitt .slick-prev,
.builtbyus__slider .slick-next,
.builtbyus__slider .slick-prev,
.project-sliderbig .slick-next,
.project-sliderbig .slick-prev,
.mainslider .slick-next,
.mainslider .slick-prev {
    width: 10px;
    height: 10px;
    border: none;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: transparent;
}

.sliderlitt .slick-next,
.project-sliderbig .slick-next,
.mainslider .slick-next {
    background-image: url('../img/arrow-right.svg');
    position: absolute;
    bottom: -3px;
    left: 335px;
}

.sliderlitt .slick-prev,
.project-sliderbig .slick-prev,
.mainslider .slick-prev {
    background-image: url('../img/arrow-left.svg');
    position: absolute;
    bottom: -3px;
    left: 315px;
}

.mainslidersect__social {
    position: absolute;
    bottom: 0;
    left: 0;
}

.mainslidersect__social ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.mainslidersect__social ul li:not(:last-child) {
    margin-bottom: 26px;
}

.mainslidersect__social ul li a {
    transition: .3s;
    text-decoration: none;
}

.mainslidersect__social ul li a:hover {
    opacity: .5;
}

.mainslidersect__social {
    height: 365px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.mainslidersect__social ul:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 91px;
    background: rgba(105, 144, 116, 0.5);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 35px);
}

.calcsection {
    background: rgba(105, 144, 116, 0.3);
    padding: 70px 0;
    overflow: hidden;
    position: relative;
}

.calcsection h3 {
    margin-bottom: 55px;
}

.jq-selectbox {
    width: 100%;
}

.jq-selectbox__select {
    height: 45px;
    padding: 0 35px 0 19px;
    background: #fff !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 0;
    text-shadow: none;
    color: #012B0C;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 130%;
}

.jq-selectbox__select:active {
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.jq-selectbox__select-text {
    line-height: 45px;
}

.jq-selectbox__trigger {
    border: none;
}

.jq-selectbox__trigger-arrow {
    width: 18px;
    height: 18px;
    border: none;
    background: url('../img/plus.svg') no-repeat center;
}

.jq-selectbox.focused .jq-selectbox__select {
    border: none;
}

.jq-selectbox li {
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 19px;
    color: #012B0C;
    /* font-weight: 300; */
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

.jq-selectbox li:hover {
    background: rgba(105, 144, 116, 0.3);
    color: #012B0C;
}

.jq-selectbox li.selected {
    background: rgba(105, 144, 116, 0.1);
    color: #012B0C;
}

.jq-selectbox__dropdown {
    border-radius: 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border: none;
}

.inputsrow {
    margin-bottom: 45px;
}

.calc__btns a {
    max-width: 211px;
}

.jq-selectbox .placeholder {
    background-color: transparent;
    color: #012B0C;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 130%;
    opacity: 1;
    line-height: 45px;
    width: 100% !important;
    cursor: pointer;
}

.calcbox__step3 input {
    width: 100%;
    height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border: none;
    padding-left: 18px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 140%;
    color: rgba(1, 43, 12, 0.75);
    outline: none;
}

.calcbox__step3 input::placeholder {
    color: rgba(1, 43, 12, 0.75);
}

.calcbox__step3 .calc__btns a {
    max-width: 253px;
}

.calcbox__step1,
.calcbox__step2,
.calcbox__step3 {
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.calcbox__step1.show,
.calcbox__step2.show,
.calcbox__step3.show {
    visibility: visible;
    opacity: 1;
    height: auto;
}

.calc__btns .prevbtn {
    margin-right: 30px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    color: #699174;
}

.calcnav {
    margin-bottom: 70px;
}

.calcnav__points {
    width: 430px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
}

.calcnav__points:after {
    content: '';
    display: inline-block;
    background: rgba(105, 144, 116, 0.5);
    height: 2px;
    width: calc(100% - 20px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.calcnav__point span {
    width: 12px;
    height: 12px;
    background: #699174;
    transition: .3s;
    color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 116.5%;
    position: relative;
    z-index: 2;
}

.calcnav__point.active span {
    transform: scale(4);
    background: #699174;
    color: #fff;
}

.calcwrap {
    max-width: 540px;
    margin: 0 auto;
}

.calcnav__point span i {
    font-style: normal;
    transform: scale(.25);
    display: flex;
    line-height: 1;
    text-align: center;
    width: 100%;
    max-width: 20px;
}

.vertical-title {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 70px;
    padding-left: 70px;
}

.vertical-title p {
    margin: 0;
    -webkit-writing-mode: vertical-rl;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    position: relative;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: rgba(105, 144, 116, 0.3);
    letter-spacing: 0.04em;
}

.vertical-title p:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 80px;
    background: rgba(105, 144, 116, 0.3);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 37px);
}

.projectssection {
    padding: 70px 0;
    position: relative;
}

.project-sliderbig__slide {
    height: 435px;
}

.project-sliderbig__slide img {
    max-width: 100%;
}

.project__descr .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 116.5%;
    color: #012B0C;
    margin-bottom: 32px;
}

.project__descr>ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 22px 0;
    max-width: 300px;
}

.project__descr>ul li {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #012B0C;
    display: flex;
    justify-content: space-between;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(105, 144, 116, 0.5);
    margin-bottom: 12px;
}

.project__descr ul li:first-child {
    font-weight: 400;
}

.project__descr ul li .m {
    font-weight: 500;
    font-size: 20px;
}

.project__descr .greenbtn {
    max-width: 175px;
}

.project__descr {
    max-width: 504px;
    display: inline-block;
    text-align: left;
}

.project__descr .sliderlitt {
    margin-top: 32px;
}

.project-group .project:not(:last-child) {
    margin-bottom: 60px;
}

.project-group .project:nth-child(even) .row {
    flex-direction: row-reverse;
}

.project-group .project:nth-child(even) .row .col-lg-6:first-child {
    text-align: right;
}

.project-sliderbig {
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
}

.pnaningbuild {
    padding: 70px 0;
    background: rgba(105, 144, 116, 0.3);
}

.pnaningbuild .customlist {
    padding-left: 87px;
}

.customlist {
    list-style-type: none;
    padding: 0;
    margin: 0 0 24px 0;
}

.customlist li {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 116.5%;
    color: #012B0C;
    padding-left: 30px;
    margin-bottom: 10px;
}

.customlist li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #699174;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pnaningbuild__descr {
    padding-left: 87px;
}

.pnaningbuild__descr .subtit {
    font-weight: 500;
    font-size: 20px;
    line-height: 116.5%;
    color: #012B0C;
    margin-bottom: 11px;
}

.pnaningbuild__descr .tit {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    color: #012B0C;
}

.pnaningbuild__descr .greenbtn {
    width: 300px;
}

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

.pnaningbuild .picwrapper img {
    margin-top: 15px;
}

.builtbyus {
    padding: 70px 0 10px 0;
}

.builtbyus__slide img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.builtbyus__slide {
    height: 418px;
    overflow: hidden;
}

.builtbyus__slider .slick-next {
    background-image: url('../img/arrow-right.svg');
    position: absolute;
    bottom: -4px;
    left: calc(50% + 160px);
}

.builtbyus__slider .slick-prev {
    background-image: url('../img/arrow-left.svg');
    position: absolute;
    bottom: -4px;
    right: calc(50% + 160px);
}

.builtbyus__slider {
    /* margin-top: 65px; */
    margin-top: 5px;
    margin-left: -23px;
    width: calc(100% + 46px);
    padding-bottom: 0;
}

.builtbyus__slider .slick-slide {
    padding: 0 23px;
}

.builtbyus__slider .slick-dots {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.builtbyus__slide>a {
    display: block;
    position: relative;
    height: 100%;
}

.builtbyus__slide-descr {
    padding: 9px 10px 9px 30px;
    background-color: rgba(1, 43, 12, 0.75);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: .5s;
    animation-timing-function: ease-in-out;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-position: top 40% center;
    background-image: none;
}

.builtbyus__slide-descr .name {
    color: #F1F0EE;
    font-weight: 500;
    font-size: 20px;
    line-height: 116.5%;
    margin: 0;
    width: 100%;
}

.builtbyus__slide-descr .place {
    color: #F1F0EE;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    margin: 0;
    width: 100%;
}

.fancybox-thumbs__list a:before {
    border-color: #699174;
}

.builtbyus__slide:hover .builtbyus__slide-descr {
    height: 100%;
    background-image: url('../img/search.svg');
    padding: 30px 30px 30px 50px;
}

.builtbyus__slide-descr>div {
    width: 100%;
}

.builtbyus__slider .slick-slide {
    transition: .5s;
    animation-timing-function: ease-in-out;
}

.builtbyus__slider .slick-slide:hover {
    transform: scale(1.15);
}

.builtbyus__slider .slick-list {
    padding-top: 60px;
    padding-bottom: 75px;
}

.mainslidersect__social>a {
    display: inline-block;
    margin-left: 6px;
}

.seotext {
    margin-top: 15px;
}

.seotext .title {
    margin-bottom: 35px;
    color: #012B0C;
    font-weight: 500;
    font-size: 20px;
    line-height: 116.5%;
}

.seotext .descr {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #012B0C;
}

.seotext .descr p:last-child {
    margin-bottom: 0;
}

.picblock {
    margin-bottom: 45px;
}

.seosect {
    padding: 70px 0 80px 0;
}

footer.footer {
    padding: 60px 0 32px 0;
    background: rgba(105, 144, 116, 0.5);
    position: relative;
}

.footer__wrapper {
    display: flex;
    flex-wrap: wrap;
}

.footer__logo {
    max-width: 244px;
    width: 100%;
}

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

.footer__nav {
    max-width: calc(100% - 569px);
    width: 100%;
}

.footer__tels {
    max-width: 325px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.footer__tels ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer__tels ul li a {
    color: #012B0C;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    transition: .3s;
}

.footer__tels ul li a:hover {
    opacity: .5;
}

.footer__nav nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__nav nav ul li a {
    text-decoration: none;
    color: #012B0C;
    font-size: 16px;
    line-height: 19px;
    transition: .3s;
}

.footer__nav nav ul li a:hover {
    opacity: .5;
}

.footer__nav-bott>a {
    text-decoration: none;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #012B0C;
}

.footer__nav-bott ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer__nav-bott ul li {
    margin-right: 29px;
    display: inline-block;
    vertical-align: middle;
}

.footer__nav-bott ul li:last-child {
    margin-right: 0;
}

.footer__nav-bott {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__nav-bott ul li img {
    transition: .3s;
    opacity: .5;
}

.footer__nav-bott ul li a:hover img {
    opacity: 1;
}

.footer__botttext {
    margin-top: 50px;
}

.footer__botttext p {
    margin: 0;
    text-align: center;
    color: rgba(1, 43, 12, 0.75);
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
}

#totop {
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    text-align: center;
    cursor: pointer;
}

.slick-next,
.slick-prev {
    cursor: pointer;
}

section {
    position: relative;
}

header.scrolled {
    box-shadow: 0 0 10px #5f7d68;
}

.aboutus {
    padding: 70px 0 70px;
}

.aboutus .descr p:last-child {
    margin-bottom: 0;
}

.aboutus .descr {
    color: #012B0C;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 35px;
}

.aboutus__picbox {
    overflow: hidden;
    position: relative;
    height: 400px;
}

.aboutus__picbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.aboutus__hoverbox {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(1, 43, 12, 0.6);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: .5s;
}

.aboutus__picbox:hover .aboutus__hoverbox {
    opacity: 1;
}

.aboutus .greenbtn {
    width: 217px;
}

.cenplay {
    text-align: center;
}

.cenplay img {
    margin-bottom: 15px;
    width: 44px;
}

.cenplay p {
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
}

.mainslidersect {
    padding-bottom: 45px;
}

.modal button.close {
    position: absolute;
    right: -27px;
    top: 0;
    z-index: 2;
    text-shadow: none;
    opacity: 1;
    font-size: 24px;
    opacity: 1;
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
}

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

.modal__custom .modal-content {
    padding: 20px;
}

.header__nav .header__lang,
.burgerbtn,
.tablet-title {
    display: none;
}

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

.header__navwrap {
    height: 100%;
}

.closeheadmenu {
    display: none;
}

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

.mainslidersect h4 {
    color: rgba(1, 43, 12, 0.75);
}

.showtel {
    display: none !important;
}

/* NEWS */

.breadcrumbs {
    margin-top: 75px;
}

.breadcrumbs ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: rgba(105, 144, 116, 0.5);
    font-weight: 500;
    font-size: 20px;
    line-height: 116.5%;
}

.breadcrumbs ul li:not(:last-child):after {
    content: '/';
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    line-height: 116.5%;
    color: #012B0C;
    margin: 0 4px 0 6px;
}

.breadcrumbs ul li a {
    text-decoration: none;
    color: #012B0C;
    transition: .3s;
}

.breadcrumbs ul li a:hover {
    opacity: .6;
}

.news {
    padding: 50px 0 80px;
}

.news__postcards {
    margin-top: 50px;
}

.news-card {
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}

.news-card a {
    text-decoration: none;
}

.news-card__img {
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
}

.news-card__img img {
    transition: 1s;
    animation-timing-function: ease-in-out;
}

.news-card__description {
    padding: 25px 34px;
}

.news-card__title {
    margin-bottom: 23px;
    color: #012B0C;
    font-weight: 500;
    font-size: 20px;
    line-height: 116.5%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card__detail-link {
    position: relative;
    color: rgba(1, 43, 12, 0.75);
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    padding-right: 40px;
    transition: 1s;
    animation-timing-function: ease-in-out;
}

.news-card__detail-link:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('../img/svg/green-arr.svg') no-repeat center / 100%;
}

.news-card:hover .news-card__img img {
    transform: scale(1.04);
}

.news-card:hover .news-card__detail-link {
    padding-right: 45px;
}

.pagination {
    justify-content: center;
}

.pagination__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.pagination__item {
    display: inline-block;
    vertical-align: middle;
    min-width: 18px;
    /* height: 22px; */
}

.pagination__item a {
    display: block;
    text-decoration: none;
    color: rgba(105, 144, 116, 0.5);
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
}

.pagination__item.avtive a {
    font-size: 16px;
    line-height: 140%;
    color: rgba(1, 43, 12, 0.75);
}

.pagination__item a:hover {
    color: rgba(1, 43, 12, 0.75);
}

.mainslidersect__social.twobox {
    bottom: initial;
    top: 410px;
}

.mainslidersect__social.twobox ul:after {
    display: none;
}

.projectssection.projectssection_product {
    padding-top: 50px;
}

.footer__nav-bott .footer__botttext {
    display: none;
}

.projectssection.projectssection_product .project__descr .greenbtn {
    max-width: 274px;
    height: auto;
    width: auto;
    padding: 13px 36px;

}

.projectssection.projectssection_product h3 {
    margin-bottom: 35px;
}

.projectssection.projectssection_product .project__descr>ul {
    margin-bottom: 45px;
}

.projectssection.projectssection_product .project__descr .sliderlitt {
    margin-top: 45px;
}

.projectssection__planimgsect {
    margin-top: 30px;
    margin-bottom: 50px;
}

.projectssection__planimgsect img {
    width: 100%;
}

.similarproj {
    padding: 20px 0 10px 0;
}

.similarproj h3 {
    margin-bottom: 65px;
}

.square {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(105, 144, 116, 0.5);
    font-size: 16px;
    line-height: 140%;
    color: #012B0C;
}

.square_leftspan {
    font-weight: 300;
}

.square_rightspan {
    font-weight: 500;
}

.similarproj .news-card__title {
    margin-bottom: 10px;
}

.similarproj .d-flex.justify-content-center a {
    margin-top: 30px;
    max-width: 211px;
}

.similarproj.projects {
    padding: 50px 0 10px;
}

.pricerow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    background: rgba(1, 43, 12, 0.75);
    font-weight: 500;
    font-size: 20px;
    line-height: 116.5%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.similarproj.projects .news-card {
    margin-bottom: 50px;
}

.similarproj.projects .d-flex.justify-content-center a {
    margin-top: 10px;
}

.similarproj.projects .news-card a {
    display: block;
    position: relative;
}

.similarproj.projects .news-card a:after {
    display: block;
    content: '';
    background-color: rgba(1, 43, 12, 0.75);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/search.svg');
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: .5s;
    animation-timing-function: ease-in-out;
}

.similarproj.projects .news-card a:hover:after {
    opacity: 1;
}

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

.postcontent img {
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
    float: left;
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
}

.postcontent img+img {
    margin-right: 0;
    margin-left: 30px;
}

.postcontent p {
    color: #012B0C;
    font-weight: 300;
    font-size: 16px;
    line-height: 153.5%;
    margin-bottom: 25px;
}

.postcontent h5 {
    margin: 10px 0 25px 0;
    color: #012B0C;
    font-weight: 500;
    font-size: 20px;
    line-height: 116.5%;
}

.news.news__newsingle {
    padding-bottom: 70px;
}

.projectssection__price {
    color: #012B0C;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 25px;
}

.greenbtn.maxw300,
.projectssection.projectssection_product .project__descr .greenbtn.maxw300 {
    max-width: 300px;
}

.keybuild-info__title {
    margin-bottom: 45px;
    color: #012B0C;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
}

.projectssection__planimgsect.projectssection__planimgsect-price {
    margin-bottom: 20px;
}

.accordeonsect__box {}

.accordeonsect__header {
    min-height: 45px;
    padding: 5px 25px;
    background: #c8d3c9;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #012B0C;
    font-weight: 500;
    font-size: 20px;
    line-height: 116.5%;
}

.accordeonsect__header p {
    margin: 0;
}

.accordeonsect__icons {
    flex: 0 0 80px;
    max-width: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.closeacc {
    cursor: pointer;
    transition: .3s;
}

.accordeonsect__box.widthcont .accordeonsect__header {
    cursor: pointer;
    position: relative;
}

.accordeonsect__body {
    padding: 16px 25px 20px;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.accordeonsect__body ul {
    margin-bottom: 0;
}

.accordeonsect__body ul li:last-child {
    margin-bottom: 0;
}

.accordeonsect__body ul li {
    font-weight: 300;
    font-size: 16px;
    line-height: 130.5%;
    margin-bottom: 5px;
    padding-left: 25px;
}

.accordeonsect__body ul li:before {
    width: 8px;
    height: 8px;
}

.accordeonsect__header.closerotate .closeacc {
    transform: rotate(45deg);
}

.keybuild__accordeon {
    margin-bottom: 45px;
}

.pb70 {
    padding-bottom: 70px;
}


.accordeonsect__header p {
    flex: 0 0 calc(100% - 85px);
}

.calcsection,
.builtbyus {
    padding-top: 80px;
}

.keybuild-info__price {
    padding-top: 50px;
}

.contacts {
    padding: 50px 0 70px;
}

.contacts__callback {
    max-width: 300px;
}

.contacts__boxtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 116.5%;
    color: #012B0C;
    margin-bottom: 25px;
}

.contacts__boxsubtitle {
    margin-bottom: 27px;
    font-weight: 300;
    font-size: 16px;
    line-height: 130.5%;
    color: #012B0C;
}

.contacts__form input:not([type="submit"]) {
    width: 100%;
    height: 34px;
    padding-left: 18px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border: none;
    margin-bottom: 15px;
    outline: none;
    font-weight: 300;
    font-size: 12px;
    color: rgba(1, 43, 12, 0.75);
}

.contacts__form textarea {
    resize: none;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border: none;
    height: 112px;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 18px;
    outline: none;
    font-weight: 300;
    font-size: 12px;
    color: rgba(1, 43, 12, 0.75);
    padding-top: 10px;
}

.contacts__form input[type="submit"] {
    border: none;
    width: 100%;
}

.contacts__map .contacts__boxtitle {
    margin-bottom: 35px;
}

.mapbox {
    position: relative;
    overflow: hidden;
    height: 278px;
    margin-bottom: 22px;
}

.mapbox>div,
.mapbox iframe {
    height: 100%;
    width: 100% !important;
}

.mapbox iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.contacts__address p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #012B0C;
    position: relative;
    padding-left: 35px;
}

.contacts__address span {
    display: block;
    font-weight: 300;
    line-height: 130.5%;
}

.contacts__address p:after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 29px;
    background: url('../img/svg/local.svg') no-repeat center / 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contact-info {
    background: #fff;
    max-width: 750px;
    margin: 0 auto;
    padding: 40px 80px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.contact-infowrap {
    margin-top: 70px;
}

.contact-infowrap h3 {
    text-align: center;
    margin-bottom: 40px;
    padding: 0;
}

.contact-infowrap h3::before {
    display: none;
}

.contact-info__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 116.5%;
    color: #012B0C;
    margin-bottom: 30px;
}

.contact-info__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.contact-info__list a {
    font-size: 18px;
    line-height: 152%;
    color: #012B0C;
}

.conttel li,
.contmail li {
    position: relative;
    padding-left: 40px;
}

.conttel li a::before,
.contmail li a::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.conttel li a::before {
    background: url('../img/svg/conttel.svg') no-repeat center / 100%;
}

.contmail li a::before {
    background: url('../img/svg/contemail.svg') no-repeat center / 100%;
}

.keybuild-info.keybuild-info__price {
    position: relative;
}

.keybuild-info.keybuild-info__price .mainslidersect__social.twobox {
    top: 550px;
}

.conttel li:not(:last-child) {
    margin-bottom: 15px;
}

.typage {
    padding: 40px 0;
    min-height: 100vh;
    background: rgba(105, 144, 116, 0.5);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.typage__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 608px;
    margin: 0 auto;
}

.typage__content img {
    max-width: 100%;
    margin-bottom: 45px;
}

.typage__content .title {
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    color: rgba(1, 43, 12, 0.75);
}

.typage__content .descr {
    margin-bottom: 45px;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #012B0C;
}

.typage__content a {
    margin: 0 auto;
}

.keybuild-info__price-subtitle {
    font-weight: 300;
    font-size: 16px;
    line-height: 130.5%;
    color: #012B0C;
    margin-bottom: 40px;
}

#getconsultation.modal__custom .modal-dialog {
    max-width: 587px;
}

#getconsultation.modal__custom .modal-content {
    background: #F1F0EE;
    padding: 85px 110px 120px 110px;
}

#getconsultation.modal__custom .getcons-form form {
    max-width: 300px;
    margin: 0 auto;
}

#getconsultation.modal__custom input:not([type="submit"]) {
    outline: none;
    width: 100%;
    height: 34px;
    padding-left: 18px;
    padding-right: 10px;
    font-weight: 300;
    font-size: 12px;
    color: rgba(1, 43, 12, 0.75);
    margin-bottom: 18px;
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

#getconsultation.modal__custom input[type="submit"] {
    border: none;
    width: 100%;
    max-width: 280px;
    margin: 22px auto 0;
}

#getconsultation.modal__custom .title {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 20px;
    line-height: 116.5%;
    color: #000000;
    text-align: center;
}

#getconsultation.modal__custom button.close {
    right: 10px;
    top: 10px;
}

.keybuild-info {
    padding-bottom: 35px;
}

.pb60 {
    padding-bottom: 60px;
}


.news.news__newsingle .news__postcards .news__postcard.news-card {
    height: calc(100% - 30px);
}




.hide {
    display: none;
}

.news-card__img img {
    object-fit: cover;
    object-position: 50% 50%;
}

@media(max-width:991.8px) {
    .header__nav .header__lang ul li a {
        color: #699174;
   }
   .header__nav .header__lang ul li.active a {
    color: #000000;
}
    
}
@media(max-width:576.8px) {
    .news.news__newsingle .news__postcards .news__postcard.news-card {
        height: auto;
    }

    
}

/* font-family: 'Lato', sans-serif; */

/* showtel */