/*
font-family: "Onest", sans-serif;
	100 Thin 
	200 ExtraLight
	300 Light
	400 Regular
	500 Medium
	600 SemiBold
	700 Bold 
	800 ExtraBold
	900 Black

font-family: "Manrope", serif;
	200 ExtraLight
	300 Light
	400 Regular
	500 Medium
	600 SemiBold
	700 Bold 
	800 ExtraBold
*/
:root {
	--black: #1B1C1A;
	--white-green: #5ABB19;
	--green: #3C7119;
	--gray: #3C4039;
	--thin: 100;
	--extralight: 200;
	--light: 300;
	--regular: 400;
	--medium: 500;
	--semibold: 600;
	--bold: 700;
	--extrabold: 800;
	--black900: 900;
}
body {
	font-family: "Manrope", serif;
	font-optical-sizing: auto;
	font-weight: var(--regular);
	font-style: normal;
	background-image:url(../img/bg-new.png)!important;
	line-height: normal;
}
img {
    max-width: 100%;
}
.logotype img {
    width: 100%;
}

.btn-new {
	background: var(--white-green);
	color: #fff;
	display: inline-flex;
	font-size: 16px;
	line-height: 38px;
	text-decoration: none;
	border-radius: 6px;
	padding: 0 20px;
	transition: .2s;
	box-shadow: inset 0 0 0 rgb(0 89 0 / 20%);
	border: 1px solid var(--white-green);
	align-items: center;
	gap: 5px;
}
.btn-new:hover {
    box-shadow: inset 0px 4px 20px rgb(0 89 0 / 20%);
}
.btn-new.btn-big {
    line-height: 58px;
    font-size:18px;
    padding: 0 30px;
    font-family: "Onest", sans-serif;
    font-weight: 500;
}

.header-btn-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-social {
    display: flex;
    width: 40px;
    height: 40px;
}
.btn-new.btn-border {
    background: transparent;
    color: var(--white-green);
}

.btn-new.btn-border:hover {
    background: rgb(90 187 25 / 8%);
    box-shadow: inset 0px 0px 0px rgb(0 89 0 / 20%);
}
.row-flex {
    display: flex;
}

header#primary {
    padding: 10px 0;
    position: sticky;
    top: 0;
    box-shadow: 0px 2px 32px rgb(0 0 0 / 10%);
    background: #fff;
    z-index: 99;
}

header#primary .row-flex {
    align-items: center;
    justify-content: space-between;
}
.logotype a {
    display: flex;
    width: 140px;
    height: 40px;
}
.header-contact {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-shrink: 0;
}

.container {
    max-width: 1320px;
}

.header-menu {
    padding: 0 30px;
    flex-shrink: 0;
}

a.phone-link {
    color: var(--white-green);
    font-weight: 800;
    font-size: 16px;
    text-decoration: none;
}

.header-contact__items {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 0;
}
#mega-menu-wrap-head_menu1 #mega-menu-head_menu1 > li.mega-menu-item > a.mega-menu-link {
    transition: .2s;
    text-decoration: none!important;
}
a.mail-link {
    color: var(--gray);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
img.index-banner__picture {
    width: 100%;
    height: 720px;
    object-fit: cover;
}
.index-banner__content__wrp {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 200px 0 100px 0; */
    z-index: 11;
}

.index-banner__pic {
    position: relative;
    min-height: 720px;
    overflow: hidden;
}
section.index-banner__wrp {
    position: relative;
}

img.domik-banner {
    position: absolute;
    right: 0;
    top: 0;
}
.index-banner__content__wrp .container {
    width: 100%;
}

.index-banner__content {
    padding: 200px 0 100px 0;
    max-width: 620px;
}

.index-banner__content h1 {
    font-size: 42px;
    font-family: "Onest", sans-serif;
    font-weight: 800;
    color: var(--black);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 0;
    column-gap: 20px;
}

span.h1-akcent {
    display: inline-block;
    font-size: 18px;
    font-family: "Manrope", serif;
    font-weight: 500;
    color: #3C7119;
    border: 1px solid #3C7119;
    border-radius: 100px;
    background: rgb(90 187 25 / 12%);
    line-height: normal;
    padding: 8px 15px;
}
.index-banner__caption {
    font-size: 18px;
    line-height: normal;
    margin: 20px 0 35px 0;
    color: var(--gray);
    font-weight: 500;
}

.index-banner__advantages {
    display: grid;
    font-size: 18px;
    color: var(--gray);
    grid-template-columns: repeat(2, 200px);
    line-height: normal;
    font-weight: 500;
    margin-bottom: 35px;
    gap: 20px;
}

.index-banner__adv-icon {
    display: flex;
    margin-bottom: 10px;
}

.index-banner__adv-icon img {
    background: rgb(90 187 25 / 12%);
    padding: 13px;
    border-radius: 6px;
}

.index-banner__buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}
.btn-new.btn-primary {
    box-shadow: inset 0 -2px #5A8F37;
    border-color: transparent;
}



.btn-new.btn-primary:hover {
    box-shadow: inset 0px 4px 20px rgb(0 89 0 / 20%);
}
.btn-new.btn-icon {
    position: relative;
}

.btn-new.btn-icon:before {
    content: "";
    background:url(../img/catalog-icon.svg);
    width: 20px;
    height: 20px;
}
.section-header h2 {
    font-size: 36px;
    font-weight: var(--bold);
    font-family: "Onest", sans-serif;
}

.section-header__caption {
    font-size: 18px;
    font-weight: var(--medium);
    color: var(--gray);
    line-height: normal;
    margin-top: 5px;
}

.section-header {
    margin-bottom: 30px;
}

.section-more {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.section-margin {
    margin: 100px 0;
}
.project-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.project-items__row .project-item__wrp {
	width: 25%;
	padding: 0 10px;
}
.project-item {
    border: 1px solid rgb(60 64 57 / 20%);
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.project-item__pic a {
    display: flex;
}

.project-item__pic a img, .project-item__pic img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
}

.project-item__pic {
    position: relative;
    padding: 4px;
}

.project-popular {
    position: absolute;
    background: var(--green);
    color: #fff;
    font-size: 16px;
    font-weight: var(--medium);
    padding: 0px 10px;
    border-radius: 4px;
    left: 10px;
    top: 10px;
    line-height: 30px;
    text-transform: lowercase;
}
.header-social__items {
    display: flex;
    gap: 10px;
}
.project-popular span {
    line-height: 1;
    /* display: block; */
    padding-bottom: 2px;
}
.index-popular__items {
    /* overflow: hidden; */
    /* margin-bottom: 20px; */
}
.project-size {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.project-size > div {
    background: var(--green);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid rgb(255 255 255 / 50%);
}
.project-size > div.project-ploshad {position:relative;display: flex;align-items: center;gap: 5px;padding-left: 5px;}
.project-ploshad:before {
	content:"";
	background:url(../img/ploshad.svg);
	width:20px;
	height:20px;
	display: block;
}
.project-item__content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.project-item__more {
    text-align: center;
}

.project-item__price {
    text-align: center;
    margin-bottom: 15px;
}

.project-item__title {
    text-align: center;
    margin-bottom: 10px;
}

.project-item__title a, .project-item__title {
    font-size: 18px;
    color: var(--gray);
    text-decoration: none;
    font-weight: var(--bold);
}
.price-house__new {
    font-size: 26px;
    font-weight: var(--bold);
    font-family: "Onest", sans-serif;
    color: var(--white-green);
}

.price-house__old {
    margin: 0;
    padding: 0;
}

.price-house__old span {
    font-family: "Onest", sans-serif;
    color: rgb(60 64 57 / 60%);
    font-weight: 400;
}


.swiper-button-next,
.swiper-button-prev {
	background: #ffff;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	box-shadow: 0px 0px 15px -5px rgb(0 0 0 / 30%);
}
.swiper-button-next:after,
.swiper-button-prev:after {
	background:url(../img/swiper-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	width: 24px;
	height: 24px;
}

.swiper-button-prev:after {
	transform: rotate(180deg);
}
.swiper-arrows {
    position: relative;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -20px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -20px;
}
.current-project__wrp .row-flex {
    align-items: center;
    justify-content: space-between;
}

.section-header__caption p {
    margin-bottom: 15px;
}

.current-project__left {
    width: 50%;
}

.current-project__pic {
    width: 50%;
    padding-left: 40px;
}

.current-project__pic img {
    width: 100%;
}
.flex-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.btn-new.btn-whatsapp:before {
	content:"";
	background:url(../img/btn-whatsapp.svg);
	width:20px;
	height:20px;
	display: flex;
}
.btn-new.btn-whatsapp {
    gap: 10px;
}
.index-portolio__item a {
    display: flex;
}

.index-portolio__item a img {
    width: 100%;
    height: 315px;
    object-fit: cover;
    border-radius: 8px;
}
.current-project__caption {
    margin-bottom: 30px;
}
.videoreview-items {
    /* display: grid; */
    /* grid-template-columns: repeat(3, 1fr); */
    /* gap: 20px; */
}

.videoreview-item a {
    display: flex;
    position: relative;
}

.videoreview-item a img {
    width: 100%;
    height: 315px;
    object-fit: cover;
    border-radius: 8px;
}

.videoreview-item a:before {
    content: "";
    background:url(../img/play.svg);
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0px 0px -30px;
    transition: .2s;
    transform: scale(1);
}
.videoreview-item a:hover:before {
    transform: scale(1.3);
}
.nashe-proizvodstvo__left {
    width: 40%;
}

.nashe-proizvodstvo__right {
    width: 60%;
    padding-left: 30px;
}
.nashe-proizvodstvo__left {
    width: 40%;
}

.nashe-proizvodstvo__right {
    width: 60%;
    padding-left: 30px;
}

.nashe-proizvodstvo__caption {
    font-size: 18px;
    font-weight: var(--medium);
    color: var(--gray);
    line-height: normal;
}

.nashe-proizvodstvo__adv {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nashe-proizvodstvo__adv-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nashe-proizvodstvo__adv-icon {
    display: flex;
    background: rgb(90 187 25 / 12%);
    padding: 13px;
    border-radius: 6px;
}

.nashe-proizvodstvo__adv-icon img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.nashe-proizvodstvo__adv-text {
    font-size: 18px;
    font-weight: var(--medium);
    color: var(--green);
    line-height: normal;
}
.nashe-proizvodstvo__gallery a {
    display: flex;
    height: 195px;
    margin-bottom: 20px;
}

.nashe-proizvodstvo__gallery {
    column-count: 2;
    column-gap: 20px;
}

.nashe-proizvodstvo__gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.nashe-proizvodstvo__gallery a:nth-child(1),
.nashe-proizvodstvo__gallery a:nth-child(4) {
    height: 255px;
}
.payment-procedure__items {
    width: 50%;
    display: flex;
    padding-right: 10px;
    /* height: 100%; */
    margin: 0 -10px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.payment-procedure__right {
    width: 50%;
    padding-left: 30px;
}

.payment-procedure__text {
    font-size: 18px;
    font-weight: var(--medium);
    color: var(--gray);
    line-height: normal;
    margin-bottom: 30px;
}

.payment-procedure__item-wrp {
    width: 50%;
    padding: 0px 10px 0 10px;
    display: flex;
    align-items: center;
}
.payment-procedure__item {
    padding: 25px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.payment-procedure__item-title {
    font-size: 44px;
    font-weight: bold;
    font-family: "Onest", sans-serif;
    color: var(--green);
    line-height: normal;
    margin-bottom: 5px;
}

.payment-procedure__item-txt {
    font-size: 18px;
    font-weight: var(--medium);
    color: var(--gray);
    line-height: normal;
}

.payment-procedure__item-wrp:nth-child(1) .payment-procedure__item {
    background: var(--green);
    border-radius: 8px;
}

.payment-procedure__item-wrp:nth-child(1) .payment-procedure__item-title {
    color: #fff;
}

.payment-procedure__item-wrp:nth-child(1) .payment-procedure__item-txt {
    color: #fff;
}
.low-price__left img {
    max-width: 480px;
    width: 100%;
    position: absolute;
    left: -40px;
    top: -40px;
}

.low-price__left {
    width: 35%;
}

.low-price__right {
    width: 65%;
    padding-left: 60px;
}

.low-price__border {
    border: 1px solid var(--green);
    border-radius: 8px;
    padding: 40px 80px 40px 40px;
    position: relative;
}
section.low-price__wrp.section-margin {
    margin: 150px 0px 100px 0px;
}
.gifts-header {
    display: flex;
    gap: 60px;
    align-items: center;
}

.gifts-index__wrp .section-header {
    display: flex;
    align-items: center;
    gap: 60px;
}

.gifts-header__items {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 275px;
}

.gifts-header__items-num {
    flex-shrink: 0;
    font-size: 44px;
    font-weight: var(--bold);
    font-family: "Onest", sans-serif;
    line-height: 44px;
    color: var(--white-green);
}

.gifts-header__items-text {
    font-size: 18px;
    font-weight: var(--medium);
    color: var(--gray);
    line-height: normal;
}

.gifts-primary__items {
    /* display: grid; */
    /* grid-template-columns: repeat(5, 1fr); */
    /* gap: 20px; */
}

.gifts-primary__item-pic {
    display: flex;
}

.gifts-primary__item-pic img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}
.swiperGifts  .swiper-slide {
    height: auto;
}
.gifts-primary__item {
    background: var(--green);
    padding: 6px;
    border-radius: 8px;
    height: 100%;
}

.gifts-primary__item-title {
    font-size: 18px;
    font-weight: var(--medium);
    color: #fff;
    line-height: normal;
    padding: 15px 15px 10px 15px;
}
.index-location__left {
    width: 50%;
    padding-right: 15px;
}

.index-location__right {
    width: 50%;
    padding-left: 15px;
}

.index-location__wrp .row-flex {
    align-items: center;
}

.index-location__map {
    border-radius: 8px;
    overflow: hidden;
}
.obsudim-project__pic {
    width: 45%;
    padding-right: 40px;
}

.obsudim-project__right {
    width: 55%;
    padding: 100px 30px;
}

.obsudim-project__border .row-flex {
    align-items: center;
}

.obsudim-project__border {
    border: 1px solid rgb(60 64 57 / 20%);
    border-radius: 8px;
    position: relative;
}

.obsudim-project__pic img {
    position: absolute;
    left: -40px;
    top: -40px;
    max-width: 620px;
}

.obsudim-project__wrp .section-header h2 {
    font-size: 30px;
}

.index-location__wrp .section-header h2 {
    font-size: 30px;
}
footer.footer {
    background: #fff;
    padding: 40px 0;
    box-shadow: 0px 2px 12px 0px rgb(0 0 0 / 12%);
}

.footer-contacts__social {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.footer-contacts {
    display: flex;
    align-items: center;
    gap: 40px;
}

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

footer.footer .row-flex {
    justify-content: space-between;
    align-items: center;
}

.footer-contacts__phone-free {
    font-size: 16px;
    font-weight: var(--regular);
    color: var(--gray);
    line-height: normal;
}

.footer-contacts__phone-num a {
    color: var(--white-green);
    font-weight: var(--bold);
    font-size: 30px;
    text-decoration: none;
    line-height: 1.2;
}
.footer-logo .logotype a {
    width: 217px;
    height: auto;
}

.footer-copyright {
    font-size: 16px;
    font-weight: var(--regular);
    color: var(--gray);
    line-height: normal;
    margin-top: 20px;
}
section.obsudim-project__wrp.section-margin {
    margin-bottom: 140px;
}
.mobile-header {display:none;}
section.index-banner__wrp:before {
	content: "";
	background:url(../img/right-wood.png);
	width: 200px;
	position: absolute;
	height: 100%;
	background-position: top;
	top: 0px;
	background-size: contain;
	z-index: 1;
	background-repeat: no-repeat;
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    display:none;
	position: relative;
    bottom: 0px;
    margin: 15px 0 5px 0;
}
.mobile-visible {display:none;}
.footer-contacts__bottom {
    display: none;
}
.index-banner__content h1 span:nth-child(1) {
    order: -1;
}
span.h1-akcent {
    order: -1;
}
div#fixed-menu {
    z-index: 100;
    position: fixed;
    left: -110%;
    top: 0;
    width: 250px;
    background: #fff;
    height: 100%;
    box-shadow: 5px 0px 15px -5px rgb(0 0 0 / 50%);
    transition: .2s;
    display:none;
}

div#fixed-menu #mega-menu-wrap-head_menu1 {
    margin: 0!important;
    border: 0!important;
}

.fixed-menu__phone .header-contact__items {
    position: relative;
    text-align: left;
    gap: 5px;
}
.fixed-menu__logo {
    padding-left: 10px;
    margin-bottom: 15px;
    margin-top: 10px;
}
div#fixed-menu #mega-menu-wrap-head_menu1 #mega-menu-head_menu1 > li.mega-menu-item > a.mega-menu-link {
    text-align: left;
    font-size: 16px;
}

.fixed-menu__container {
    padding: 15px;
}

.fixed-menu__social {
    display: flex;
    gap: 10px;
    padding: 0 10px;
    justify-content: space-between;
}

.fixed-menu__phone {
    margin: 20px 0 20px 0;
    padding: 0 10px;
}

#fixed-menu #mega-menu-wrap-head_menu1 .mega-menu-toggle + #mega-menu-head_menu1 {
    background: #fff!important;
}

.fixed-menu__phone a.phone-link {
    font-size: 18px;
}

.fixed-menu__phone a.mail-link {
    font-size: 16px;
}

.fixed-menu__callback {
    margin-top: 10px;
}

.fixed-menu__callback a.btn-new {
    width: 100%;
    justify-content: center;
    font-size: 14px;
    line-height: 36px;
}

.fixed-menu__social a {
    width: 40px;
    height: 40px;
}
body.menu-open div#fixed-menu {
    left: 0;
}
body.menu-open {
    overflow: hidden;
}
div#fixed-menu__overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(60 113 25 / 20%);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
}

body.menu-open div#fixed-menu__overlay {
    opacity: 1;
    visibility: visible;
}
div#fixed-menu #mega-menu-wrap-head_menu1 #mega-menu-head_menu1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    background: transparent;
    border-left: 2px solid #d7d7d7;
    margin-left: 10px;
}

div#fixed-menu #mega-menu-wrap-head_menu1 #mega-menu-head_menu1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: transparent;
}

div#fixed-menu #mega-menu-wrap-head_menu1 #mega-menu-head_menu1 > li.mega-menu-flyout ul.mega-sub-menu {
    background: transparent;
}
div.popup-mini,
div#callback-popup {
    max-width: 420px;
}
.popup-modal__new {
    display: none;
}
.popup-modal__new.fancybox__content {
    border-radius: 12px;
    border: 0;
    padding: 30px;
    box-shadow: 0px 0px 30px -15px rgb(0 0 0 / 50%);
}
.popup-modal__header {
    font-size: 36px;
    font-weight: var(--semibold);
    font-family:
    "Onest", sans-serif;
    text-align: center;
    margin-bottom: 25px;
}

.popup-input__input input {
    width: 100%;
    border-radius: 8px;
    line-height: 48px;
    border: 1px solid rgb(60 64 57 / 40%);
    font-size: 18px;
    font-weight: 400;
    color: rgb(60 64 57);
    padding: 0 15px;
    font-family: "Manrope", serif;
}

.popup-input__input span {
    display: flex;
    flex-direction: column;
}

.popup-input__row {
    margin-bottom: 15px;
}
.popup-input__row.popup-input__btn .popup-input__input {
    position: relative;
    display: flex;
    justify-content: center;
}

.wpcf7-spinner {
    position: absolute;
    margin: 0;
    right: 15px;
    top: 18px;
    transform: scale(0.8);
}

.popup-input__row.popup-input__btn input {
    width: auto;
    background: var(--white-green);
    color: #fff;
    border-color: transparent;
    line-height: 58px;
    font-size: 18px;
    padding: 0 30px;
    font-family: "Onest", sans-serif;
    font-weight: 500;
    box-shadow: inset 0 -2px #5A8F37;
    cursor: pointer;
    transition: .2s;
}

.popup-input__row.popup-input__privacy {
    font-size: 14px;
    font-weight: 400;
    font-family: "Onest", sans-serif;
    text-align: center;
    color: var(--gray);
    max-width: 480px;
    margin: 0 auto;
}

.popup-input__row.popup-input__privacy a {
    color: var(--white-green);
    text-decoration: underline;
}
.popup-modal__new button.fancybox-close-small {
    background: var(--white-green);
    border-radius: 100px;
    padding: 3px;
    width: 25px;
    height: 25px;
    right: 15px;
    top: 15px;
}

.popup-modal__new button.fancybox-close-small path {
    fill: white;
    stroke: white;
    opacity: 1!important;
    stroke-width: 2.5px;
}
.fancybox__backdrop {
    background: rgb(60 113 25 / 20%) !important;
}

.popup-input__row.popup-input__btn input:hover, .popup-input__row.popup-input__btn input:focus, .popup-input__row.popup-input__btn input:active {
    box-shadow: inset 0px 4px 20px rgb(0 89 0 / 20%);
}
.fancybox-container {
    font-family: "Manrope", serif;
}
span.f-button.is-close-btn,
.popup-modal__new.fancybox__content button.f-button.is-close-btn {
    position: absolute;
    background: var(--white-green);
    opacity: 1;
    border-radius: 100px;
    color: #fff;
    top: 15px;
    right: 15px;
    padding: 7px;
    width: 24px;
    height: 24px;
	box-sizing: border-box;
}
div#single-raschet span.f-button.is-close-btn:hover {
    background: var(--white-green);
    color: #fff;
} 
/* OLD STYLE */

.top-widget-container {
    margin: 40px auto 40px;
    background: rgb(60 113 25 / 15%);
    border-radius: 8px;
    border: 1px solid var(--white-green);
}

.top-widget-title {
    font-size: 21px;
    font-family: "Onest", sans-serif;
    font-weight: 800;
    color: var(--black);
}

.top-widgetcontent .textwidget {
    font-size: 18px;
    color: var(--gray);
}
.bread-crumbs ul li {
    font-size: 16px;
    background: none;
    position: relative;
    display: flex;
    padding: 0;
    color: #B1B2B0;
}

.bread-crumbs ul li a {
    font-size: 16px;
    color: var(--gray);
    position: relative;
    margin-right: 6px;
    text-decoration: none;
}

.bread-crumbs ul li:after {
    content: "/";
    color: var(--gray);
}

.bread-crumbs ul li:nth-last-child(1):after {
    display: none;
}

.title-main {
    font-size: 36px;
    font-family: "Onest", sans-serif;
    font-weight: 800;
    color: var(--black);
}
.archive-category__item-wrp {
	width: 33.3333%;
	margin-bottom: 20px;
}
.archive-category__item {
    border: 1px solid rgb(60 64 57 / 20%);
    border-radius: 8px;
    overflow: hidden;
    margin: 0 10px;
    height: 100%;
}

.archive-category__item-pic {
    position: relative;
    padding: 4px;
}

.archive-category__item-pic img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
}

.archive-category__item-title {
    padding: 5px 15px 15px 15px;
    text-align: center;
}

.archive-category__item-title a {
    font-size: 18px;
    color: var(--gray);
    text-decoration: none;
}

.archive-category {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.weare-working {
    max-width: 850px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 30px;
    background:url(../img/weare-working-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    padding: 40px;
}

.weare-working__icon {
    flex-shrink: 0;
}

.weare-working__text {
    font-size: 26px;
    font-weight: var(--bold);
    font-family: "Onest", sans-serif;
    color: #fff;
}
.weare-working__wrp {
    margin: 100px 0;
}
.title-main span {
    margin-top: 5px;
    font-size: 32px;
}
h1.page-title {
    font-size: 36px;
    font-family: "Onest", sans-serif;
    font-weight: 800;
    color: var(--black);
    line-height: normal;
}
.review-text p {
    font-size: 18px;
    color: var(--gray);
}

.review-page-gallery .slick-slide {
    border-radius: 16px;
}

.review-page-gallery .slider-nav2 .slide {
    border-radius: 6px;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 90px;
}

.review-page-gallery .slider-nav2 .slide img {
    top: 0;
    transform: translateY(0px);
    height: 100%;
    object-fit: cover;
    position: relative;
    height: 100%;
}

.review-page-gallery .slider-for2 {
    margin-bottom: 20px;
}

.review-page-gallery .slider-nav2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.slick-prev, .slick-next {
    background: #ffff;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    box-shadow: 0px 0px 15px -5px rgb(0 0 0 / 30%);
    text-indent: -9999px;
}
.slick-prev:before,
.slick-next:before {
    background: url(../img/swiper-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    width: 40px;
    height: 40px;
    display: flex;
    background-size: 24px;
}
.slick-prev:before {
    transform: rotate(180deg);
}
.review-page-gallery .slider-for2 a:before {
    display: none;
}

.review-page-gallery .slider-for2 img {
    position: relative;
    top: 0;
    transform: translate(0);
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 440px;
}

.review-page-gallery .slider-for2 a:after {
    right: -10px;
    bottom: -10px;
}
.review-page-gallery .slider-nav2 .slide:after {
    display:none;
}
.button input[type="submit"], .call-back1, .call-back2 {
    box-shadow: inset 0 -2px #5A8F37;
    border-color: transparent;
    padding: 0px;
    background: var(--white-green);
    color: #fff!important;
    display: flex;
    text-decoration: none;
    border-radius: 6px;
    transition: .2s;
    border: 1px solid var(--white-green);
    align-items: center;
    gap: 5px;
    justify-content: center;
    line-height: 58px;
    font-size: 18px;
    padding: 0 30px;
    font-family: "Onest", sans-serif;
    font-weight: 500;
    height: auto;
}

.button input[type="submit"]:hover, .call-back1:hover, .call-back2:hover {
    box-shadow: inset 0px 4px 20px rgb(0 89 0 / 20%);
    background: var(--white-green);
}
.review-text a {
    color: var(--white-green)!important;
}

.review-text .button input[type="submit"], .review-text .call-back1, .review-text .call-back2 {
    color: #fff !important;
}
.review-text img {
    border-radius: 8px;
}
.reviews-page .title-main,
.title-main {
	margin-bottom: 40px;
}
a.play-video__new {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

a.play-video__new img {
    width: 60px;
    height: 60px;
    transform: scale(1);
    transition: .2s;
}
a.play-video__new:hover img {
    transform: scale(1.3);
}
.project-section__title {
    font-size: 28px;
}

.shares-title {
    font-size: 24px;
}

.shares-block {
    border-radius: 16px;
    background: url(../img/shared-bg.jpg);
    border: 0;
    color: var(--black);
    padding: 30px;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 0 17px rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.18);
    transition: .2s;
    background-size: cover;
}

.shares-block span {
    /* color: var(--black); */
    font-size: 21px;
    line-height: normal!important;
    margin: 0!important;
}

.about-page .shares ul li:nth-child(2) span {
    /* color: var(--black); */
    font-size: 21px;
    line-height: normal;
}
.shares-block:hover {
    -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 0 17px rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.18);
}
.about-page p {
    font-size: 18px;
    line-height: normal;
}

.about-page a {
    color: var(--white-green);
}

.about-page .img {
    border-radius: 16px;
}

.galleryContainer a img {
    border-radius: 8px;
    padding: 0;
}

.galleryContainer a {
    display: flex;
    width: 100%;
}

.galleryContainer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.page-title_heading .title-main {
    margin-bottom: 0;
}

.sidebar-container {
    border-radius: 16px;
    overflow: initial;
}

.project-container .title-sidebar {
    border-radius: 5px 5px 0px 0px;
    font-family: "Onest", sans-serif;
}

.title-sidebar {
    font-family: "Onest", sans-serif;
    font-size: 26px;
}

.sidebar-content ul li input[type="checkbox"] + label {
    font-family: "Manrope", serif;
    font-size: 16px;
}

.project-container .sidebar-content ul li input[type="checkbox"] + label {
    font-size: 16px;
}
.category-house__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.category-house__items .project-item__wrp {
    width: 33.3333%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.bannner-project__wrp .project-item__content {}

.bannner-project__wrp .project-item__title {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
}

.project-item.bannner-project {
    position: relative;
}
.project-item__banner.banner {
    margin: 0px 10px 20px 10px;
    padding: 0;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}
#mega-menu-wrap-head_menu1 #mega-menu-head_menu1 > li.mega-menu-flyout ul.mega-sub-menu {
    padding: 10px;
    box-shadow: 0px 2px 20px -5px rgb(0 0 0 / 25%);
    border-radius: 8px;
}

#mega-menu-wrap-head_menu1 #mega-menu-head_menu1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    text-decoration: none!important;
}
#mega-menu-wrap-head_menu1 #mega-menu-head_menu1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item a.mega-menu-link {
    color: #5abb19;
}
div#project-raschet {
    max-width: 640px;
}
.popup-input__input textarea {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgb(60 64 57 / 40%);
    font-size: 18px;
    font-weight: 400;
    color: rgb(60 64 57 / 40%);
    padding: 10px 15px 10px 15px;
    font-family: "Manrope", serif;
    height: 115px;
}

.forma-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.codedropz-upload-handler {
    border: 0;
}

.popup-input__input span.dnd-upload-counter {
    flex-direction: row;
    gap: 3px;
}

.popup-input__input span.dnd-upload-counter > span {
    display: inline;
}

.codedropz-upload-inner > div {
    display: none;
}

.codedropz-upload-inner > div.codedropz-btn-wrap {
    display: flex;
    position: relative;
    justify-content: center;
}

.codedropz-upload-inner > span {
    display: none;
}
input.wpcf7-not-valid {
    border-color: red;
}

span.wpcf7-not-valid-tip {
    display: none;
}
.codedropz-upload-inner > div.codedropz-btn-wrap a {
    display: block;
    position: relative;
    font-size: 18px;
    color: var(--gray);
    padding-left: 30px;
}
.codedropz-upload-inner > div.codedropz-btn-wrap a:before {
    content:"";
    background:url(../img/file-input.svg);
    width:24px;
    height:24px;
    position: absolute;
    left: 0;
    top: 0;
}
.codedropz-upload-container {
    padding: 0;
    margin-bottom: 10px;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
    height: 4px;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    background: var(--white-green);
    color: var(--white-green);
}

.dnd-upload-status .dnd-upload-image {
    border-radius: 6px;
}
.dnd-upload-status .dnd-upload-details .name {
    color: var(--green);
}

.dnd-upload-status .dnd-upload-details .name em {
    color: var(--gray);
    font-size: 12px;
}
.popup-modal__new.fancybox__content {
    margin: 0 15px;
}
.page-single-project__gallery {
    display: flex;
}

.slider-for-big {
    /* width: calc(100% - 200px); */
    /* padding-right: 20px; */
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 16px;
}

.slider-nav-big {
    width: 200px;
    height: 641px;
    overflow: hidden;
}
.slideitem-big a {
    display: flex;
}

.slideitem-big a img {
    width: 100%;
    height: 585px;
    object-fit: cover;
    border-radius: 16px;
}
.slider-for-big .slick-prev {
    left: 20px;
}

.slider-for-big .slick-next {
    right: 20px;
}
.slideitem-mini {
    /* padding: 0px 0 20px 0; */
    /* display: flex!important; */
    margin-bottom: 20px;
}
.slideitem-mini img {
    height: 110px;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.slider-for-big__gallery {width: calc(100% - 200px);padding-right: 20px;}
.single-project__size {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--green);
    border-radius: 0 0 16px 16px;
    padding-top: 25px;
    /* position: relative; */
    /* top: -25px; */
    margin-top: -25px;
}

.single-project__size > div {
    width: 25%;
    text-align: center;
    border-right: 1px solid #fff;
    padding: 16px 10px;
}

.single-project__size div span {
    display: flex;
    position: relative;
    justify-content: center;
    font-size: 18px;
    font-family: "Onest", sans-serif;
    font-weight: var(--semibold);
    color: #fff;
    gap: 10px;
    align-items: center;
}

.single-project__size div span:before {
	/* content: ""; */
	width:24px;
	height:24px;
	background-size: 24px!important;
}
.single-project__size div.project_size span:before {
	background: url(../img/ploshad.svg);
}
.single-project__size div.project_ploshad span:before {
	background: url(../img/kvadrat.svg);
}
.single-project__size div.project_floor span:before {
	background: url(../img/floor.svg);
}
.single-project__size div.project_time_build span:before {
	background: url(../img/timebuild.svg);
}
.single-project__size > div.project_time_build {
    border-right: 0;
}
.slideitem-mini.slick-slide.slick-current.slick-active {
    position: relative;
}

.slideitem-mini.slick-slide.slick-current.slick-active:before {
    position: absolute;
    background: #3c7119;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    border-radius: 8px;
    opacity: 0.5;
}
.bread-crumbs ul {
    flex-wrap: wrap;
}
.mobile-project__size {display:none;}
.dom-complectation__flex {
    display: flex;
    margin: 0 -10px;
}

.cost ul {
    flex-direction: column;
    width: 100%;
}

.dom-complectation__flex .cost {
    width: 50%;
    padding: 0 10px;
}

.dom-complectation__flex {
    display: flex;
    margin: 0 -15px;
}

.cost ul {
    flex-direction: column;
    width: 100%;
    border: 0;
}

.cost ul li input[type="radio"] + label {
    display: flex;
    justify-content: space-between;
    padding: 0;
    padding: 20px;
    position: relative;
    background: #fff;
    border: 1px solid #D8D9D7;
    transition: 0.2s;
}

span.label-price {
    width: 50%;
}

span.label-pic {
    width: 50%;
    text-align: right;
}

.cost ul li span.img {
    padding: 0;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    height: 100%;
}

.cost ul li span.price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 0 50px;
}

.cost ul li label {
    border-right: 0;
}

.cost ul li {
    border-radius: 0;
    margin-top: -1px;
}

.cost ul li input[type="radio"]:checked + label {
    background: #F2FAED;
    position: relative;
    border-color: var(--white-green);
    z-index: 1;
}

.label-price span.project-price {
    display: flex;
    flex-direction: column-reverse;
}

p.new-price span {
    background: transparent;
    padding: 0;
    font-size: 30px;
    font-family: "Onest", sans-serif;
    font-weight: 700;
    color: var(--white-green);
}

span.line-old-price {
    font-size: 18px;
    font-weight: 400;
    color: #8A8C88;
}

span.line-old-price:after {
    background: #8A8C88;
    bottom: 10px;
}

.cost ul li span.price p.old_project-price {
    color: #8A8C88;
    font-size: 18px;
    margin: 0;
}
span.razmer-price {
    font-size: 18px;
    background: var(--green);
    color: #fff;
    font-weight: 400;
    padding: 3px 10px;
    border-radius: 6px;
    margin-top: 15px;
}
.cost ul li span.img img {
    height: 100px;
}
.cost ul li input[type="radio"] + label:before {
    content: "";
    border-radius: 6px;
    position: absolute;
    width: 24px;
    height: 24px;
    border: 1px solid var(--white-green);
    top:50%;
    margin-top:-12px;
}

.cost ul li input[type="radio"]:checked + label:before {
    content: "";
    background:var(--white-green);
}
.cost ul li:first-child label {
    border-radius: 12px 12px 0 0;
}

.cost ul li:last-child label {
    border-radius: 0 0 12px 12px;
}
.dom-section__title {
    font-size: 36px;
    font-weight: var(--bold);
    font-family: "Onest", sans-serif;
    color: var(--black);
}

.dom-section__title-cpt {
    font-size: 18px;
    font-weight: var(--medium);
    color: var(--gray);
    line-height: normal;
    margin-top: 5px;
}

.project-complectation__wrp {
    margin-top: 100px;
}

.project-complectation-heading {
    margin-bottom: 30px;
}

span.title2 {
    font-size: 22px;
    font-weight: var(--bold);
    font-family: "Onest", sans-serif;
    color: var(--black);
    margin-bottom: 20px;
}
.general-description table tr td strong {
    color: #fff;
    text-transform: none;
    font-size: 18px;
}

.general-description table tr td span {
    font-size: 16px;
    color: var(--black);
}

.general-description table tr td p {
    color: var(--black);
    line-height: normal;
}

.general-description table tr td {
    vertical-align: middle;
    background: #ffffff;
    border-bottom: 1px solid #d8d9d7;
}
.general-description table {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #D8D9D7;
}

.general-description table tr td:first-child {
    border-right: 1px solid #D8D9D7;
}
.gifts-project__wrp {
    margin-bottom: 100px;
}
.dop-services ul {
    border: 1px solid #D8D9D7;
    border-radius: 12px;
    overflow: hidden;
}

.dop-services ul li {
    border-bottom: 1px solid #D8D9D7;
}

.dop-services ul li:nth-last-child(1) {
    border-bottom: 0;
}

.dop-services ul li strong {
    border-left: 1px solid #d8d9d7;
    color: var(--black);
    font-family: "Manrope", serif;
}

.dop-services ul li span {
    font-family: "Manrope", serif;
    color: var(--black);
}

.dop-services ul li input[type="checkbox"]:checked + label {
    background-color: #F2FAED;
    background-image: url(../img/dop-checked.svg);
    background-position: 15px 50%;
}

.dop-services ul li input[type="checkbox"] + label {
    background-image: url(../img/dop-not-checked.svg);
    background-color: #fff;
    padding-left: 45px;
    background-position: 15px 50%;
}
li.show-more__dops {
    background: #fff;
    text-align: center;
    padding: 15px;
}


li.show-more__dops a {
    font-size: 16px;
    color: var(--green);
    font-weight: var(--semibold);
}

.dop-services {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.intotal {
    padding: 40px 20px 25px 20px;
    margin-top: -20px;
    border-radius: 0 0 12px 12px;
}

.intotal span {
    font-size: 24px;
    font-weight: 500;
    font-family: "Manrope", serif;
}

.itogo-flex input[type="text"] {
    font-family: "Manrope", serif;
    font-size: 20px;
}

.itogo-flex .itogo-flex-new input[type="text"] {
    font-size: 32px;
    font-weight: var(--bold);
    font-family: "Onest", sans-serif;
    width: 240px;
    padding: 5px 0px 0 0;
}

.intotal input[type="text"]::placeholder {
    font-size: 36px;
}

.itogo-flex .itogo-flex-old input[type="text"] {
    padding: 0;
    width: 240px;
}

.itogo-flex {
    flex-direction: column-reverse;
}
.itogo-flex .itogo-flex-old input[type="text"]::placeholder {
    font-size: 18px;
    font-weight: 400;
}

.itogo-flex-old {
    margin-top: -5px;
}
.dop-services ul li:nth-child(n+21) {
    display: none;
}

.dop-services ul li:nth-last-child(1) {
    display: block;
}
li.show-more__dops a span {
    color: var(--green);
}

li.show-more__dops a span.hidedoplist {
    display: none;
}
.dop-services.show ul li:nth-child(n+21) {
    display: block;
}

.dop-services.show li.show-more__dops a span.hidedoplist {
    display: block;
}

.dop-services.show li.show-more__dops a span.showdoplist {
    display: none;
}
.single-project-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 100px;
}

.single-project-btns a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    font-weight: var(--semibold);
    font-family: "Onest", sans-serif;
    color: var(--green);
    text-decoration: none;
}

.single-project-btns a.btn-new {
    color: #fff;
}
.main-content {
    overflow: initial;
}
.popup-one-modal__new .row-input {
    display: none;
}
#single-raschet .row-input {
    display: none;
}

div#single-raschet {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(60 113 25 / 20%);
    visibility: hidden;
    opacity: 0;
    transition: .2s;
}

.popup-modal__container {
    border-radius: 12px;
    border: 0;
    padding: 30px;
    box-shadow: 0px 0px 30px -15px rgb(0 0 0 / 50%);
    background: #fff;
    max-width: 420px;
}
body.call-back1-open div#single-raschet {
    visibility: visible;
    opacity: 1;
}
body.call-back1-open .popup-modal__overlay {
    display: block;
}
div#single-raschet .popup-modal__container {
    position: relative;
}
div#popup5 {
    max-width: 420px;
    height: auto;
	top: 0;
}
body.call-back1-open {
    overflow: hidden;
}
.cost.karkflex-cost ul li:last-child label {
    border-radius: 12px;
}
.low-price__brn {
    display: none;
}
.swiper-slide .project-item__wrp {
    padding: 0;
}
.gifts-primary__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.sale-single-page {
    margin-bottom: 100px;
}