html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: "Gilroy";
  font-weight: 400;
  line-height: 27px;
  color: #2c2c2c;
  font-size: 18px;
}
h1 {
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 40px;
    line-height: 1.3;
    text-align: center;
}
a {
  text-decoration: none;
  transition: all 0.5s;
  color: #009A3D;
}
a:hover {
    text-decoration: none;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.phone-col {
    display: flex;
    align-items: center;
    gap: 15px;
}
/* block struktury */
#flvmenu {
	display: block;
	margin: 0 auto;
	max-width: 1220px;
	position: relative;
}
#flvmenu > ul > li > a, #flvmenu > ul > li > ul > li > a, #flvmenu > ul > li > ul > li  > ul > li > a, #flvmenu > ul > li > ul > li  > ul > li > ul > li > a {
	text-decoration: none;
	display: block;
	cursor: pointer;
}
#flvmenu > ul > li {
	display: inline-block;
	position: relative;
	margin-right: -4px;
}
#flvmenu > ul > li > ul {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 1000;
}
#flvmenu > ul > li > ul  > li > ul{
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1000;
}
#flvmenu > ul > li > ul  > li > ul > li > ul{
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1000;
}
#flvmenu > ul > li:last-child  > ul  > li > ul{
	display: none;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 1000;
}
#flvmenu > ul > li:last-child > ul  > li > ul > li > ul{
	display: none;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 1001;
}
#flvmenu > ul > li ul li {
	display: block;
	position: relative;
}

#flvmenu > ul > li:hover > ul {
	display: block;
}
#flvmenu > ul > li > ul > li:hover > ul {
	display: block;
}
#flvmenu > ul > li > ul > li > ul > li:hover > ul {
	display: block;
}

#flvmenu > ul > #fllast {
	display: none;
	font-weight: 500;
}

/* block stile */
#flvmenu {
	font-size: 14px;
}
#flvmenu ul > li ul{
	background-color: #fff;
}
.minmenu {
	display:none;
}
#flvmenu > ul > li ul li {
	width: 200px;
	border-top: 1px solid #eeeeee;
	box-sizing: border-box;
}
#flvmenu > ul > li ul li:first-child {
	border-top: 0;
}
#flvmenu > ul > li ul {
	box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
}
#flvmenu > ul > li a {
	display: inline-block;
	padding: 15px 30px;
	font-weight: 400;
}
#flvmenu > ul > li > a{
	color: #fff;
	padding: 20px 35px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.95em;
	font-weight: 600;
}
#flvmenu > ul > li a:hover {
	color: #fff;
}
#flvmenu > ul > li ul li a {
	padding: 15px 25px 15px 0;
	padding-left: 20px;
	color: #000;
	font-size: 1em;
}
#flvmenu > ul > li > .flarr {
	top: 16px;
	right: 0px;
}
#flvmenu > ul > li ul li .flarr {
	top: 8px;
	right: 0px;
}
#flvmenu > ul > li .flarr {
	padding: 0;
}
#flvmenu > ul > li > a.flarr:after {
	content: "";
	
	display: inline-block;
	margin-left: -30px;
	margin-right: 10px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M0.599976 0.600006L4.59998 4.60001L8.59998 0.600006' stroke='%23A7A7A7' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	width: 10px;
	height: 6px;
}
#flvmenu > ul > li ul li a.flarr:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	display: inline-block;
	top: 15px;
	right: 15px;
	color: #000;
}
#flvmenu > ul > li ul li:hover a.flarr {
	color: #000;
}
#flvmenu > ul > li ul li:hover > a.flarr:after {
	color: #000;
}
#flvmenu > ul > li ul li:hover>a {
	color: #000;
}
#flvmenu > ul > li ul li.root-item-selected>a {
	color: #fff;
}
#flvmenu > ul > li ul li.item-selected > a.flarr:after {
	color: #000;
}
#flvmenu ul li:hover,
#flvmenu ul li.root-item-selected,
#flvmenu ul li.item-selected {
	background: 0 !important;
    font-weight: 600 !important;
    color: #fff;
}
.menu-line #flvmenu > ul > li:hover:before,
.menu-line #flvmenu > ul > li.root-item-selected:before,
.menu-line #flvmenu > ul > li.item-selected:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #c42021 ;
}
div.menu-clear-left
{
	clear:left;
}

.header-fon {
  background: #2C2C2C;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 600px;
  background-position: center;
}
.header {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 30px 0;
}
.header .row {
    align-items: center;
    justify-content: space-between;
}
.adress, .mail {
    display: flex;
    gap: 14px;
    align-items: center;
}
.mail a {
    color: #fff;
}
.header-phone a {
    font-size: 18px;
    font-family: Gilroy;
    font-weight: 700;
    color: #fff;
}
.header-call a {
    border: 1px solid #fff;
    padding: 11px 18px;
    border-radius: 8px;
    color: #fff;
    background: 0;
    letter-spacing: 1px;
    text-decoration: none;
}
.header-icon {
    display: flex;
    gap: 10px;
}
.favorite, .header-search {
    background: #414141;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.favorite a {
    line-height: 1;
}
.favorite a {
    display: flex;
    align-items: center;
}
.header-search {
    position: relative;
    cursor: pointer;
}
.hdslide_search {
    display: none;
    float: none !important;
    position: absolute;
    bottom: -56px;
    right: 0;
}
.header-menu {
    margin-bottom: 10px;
}
.header-menu #flvmenu {
    max-width: 1290px;
}
.minmenu {
    display: none;
}
.header-call.custom-call {
    position: absolute;
    right: 20px;
    bottom: 22px;
    opacity: 0;
}
.header-menu #horizontal-multilevel-menu {
    background-color: #2C2C2C;
    border-radius: 10px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.header-menu #flvmenu > ul > li > a, .header-menu #flvmenu > ul > li > span {
    color: #a7a7a7;
    font-size: 18px;
    font-family: Gilroy;
    font-weight: 500;
    text-transform: none;
}
#flvmenu > ul > li ul li a {
    font-size: 16px;
}
.banner-wrap {
    background: linear-gradient(to top, #fff 50%, rgba(0, 0, 0, 0) 50%);
}
.banner-item {
    background: url(../img/slide_1.jpg);
    padding: 60px;
    border-radius: 10px;
}
.back-title {
    font-size: 48px;
    font-family: Gilroy;
    font-weight: 700;
    line-height: 55px;
}
.back-desc {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.back-btn {
    margin-bottom: 37px;
}
.back-btn a {
    background: #009a3d;
    padding: 10px 18px;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    border: 1px solid transparent;
}
.back-btn a:hover {
    border: 1px solid #009a3d;
    background: #fff;
    color: #2c2c2c !important;
}
#footer .footer__top {
    background: #2c2c2c;
    padding: 40px 0;
}
.footer__logo {
    text-align: center;
}
#footer .footer__logo img {
    width: 109px;
    margin-bottom: 35px;
    height: auto;
}
#footer .footer__phone {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.3em;
    color: #f7f7f7;
}
#footer .footer .header-phone__link, #footer .footer .header-phone__popup-link-email {
    display: none;
}
#footer .footer__phone a {
    text-decoration: none;
    font-size: 18px;
    font-family: Gilroy;
    font-weight: 700;
    line-height: 27px;
    color: #f7f7f7;
}
#footer .footer .header-phone__popup-item {
    margin-bottom: 10px;
}
.header-phone__popup-item p {
    font-size: 14px;
    font-family: Gilroy;
    font-weight: 500;
    line-height: 21px;
}
#footer .footer__mail {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px;
}
.footer__mail .adress {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}
.footer ul {
    list-style: none;
}
.footer__socials-list {
    display: flex;
    gap: 19px;
    margin-top: 75px;
}
.footer__socials-icon {
    width: 30px;
    height: 30px;
}
.footer__menu-title {
    margin: 0 0 10px 0 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: none;
    text-transform: capitalize !important;
}
#footer .footer__menu a {
    display: block;
    margin-bottom: 17px;
    color: #a1b0c1;
    text-decoration: none;
}
.footer__menu-nav--vertical ul a {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 10px !important;
}
.footer__article {
    color: #b2b2b2;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.footer__politica {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-top: 10px;
}
.footer__menu-nav--horizontal ul {
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
    margin-top: 28px;
    align-items: center;
}
.footer__menu-nav--horizontal ul a {
    font-size: 14px;
    white-space: nowrap;
    color: #fff !important;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    text-transform: uppercase;
}
.footer__copy {
    margin-top: 25px;
    color: #b2b2b2;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.form-hide {
    display: none;
}
.wrapper-main-page {
    padding: 50px 0;
    padding-bottom: 0;
}
.content-box {
    width: 100%;
    overflow: hidden;
}
.content-box h1 {
    font-size: 2em;
    font-weight: 600;
    margin: 0 0 30px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
}
.mb-100 {
    margin-bottom: 100px;
}
.content-box h2 {
    line-height: 1.1;
    margin-bottom: 40px;
    text-align: center;
    font-size: 2em;
    font-weight: 600;
}
.section-projects-list__row {
    margin-bottom: 30px;
}
.row-10 {
    margin: 0 -10px;
}
.pl-10 {
    padding-left: 10px;
}
.pr-10 {
    padding-right: 10px;
}
.section-projects-list__box {
    position: relative;
    width: 100%;
    height: 260px;
    margin-bottom: 20px;
}
.section-projects-list__link {
    display: block;
    width: 100%;
    height: 260px;
}
.section-projects-list__shadow-focus, 
.section-projects-list__shadow, 
.section-projects-list__img {
    border-radius: 8px;
}
.section-projects-list__img {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.section-projects-list__shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(../img/shadow_projects.png) repeat-x top left;
    height: 260px;
}
.section-projects-list__shadow-focus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 260px;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
}
.section-projects-list__link:hover .section-projects-list__shadow-focus, .section-projects-list__link:hover .section-projects-list__btn-focus {
    opacity: 1;
}
.section-projects-list__shadow-focus {
    transition: all 0.5s;
}
.section-projects-list__text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    font-weight: 600;
    line-height: 130%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.section-projects-list__text-title {
    font-size: 1.3em;
    margin-bottom: 5px;
    color: #f7f7f7;
}
.btn-link {
    border-radius: 4px;
    color: #f7f7f7 !important;
    letter-spacing: 1px;
    text-decoration: none;
    background: #009A3D;
}
.section-projects-list__btn-focus {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 17px 20px;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
    background-repeat: no-repeat;
    background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    animation: shine 5s ease reverse infinite;
    box-shadow: 0 9px 40px 0 rgba(50, 50, 50, 0.9);
    opacity: 0;
}
.main-stocks {
    padding-left: 50px;
    padding-right: 50px;
}
.main-stocks__list {
    position: relative;
}
.main-stocks__item-picture {
    display: block;
    width: 300px;
    height: 250px;
}
.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
.main-stocks__item-img {
    object-fit: cover;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}
.content-box p {
    line-height: 1.5;
    margin: 0 0 10px 0;
}
.main-stocks__item-title {
    text-align: left;
    color: #009a3d !important;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2 !important;
}
.main-stocks .link_all {
    text-align: center;
}

.main-stocks .link_all a {
    background: #009A3D;
    padding: 3px 10px;
    margin-top: 30px;
    display: inline-block;
    color: #fff;
}
.section-projects__item {
    position: relative;
    min-height: 430px;
}
.section-projects__item-wrap {
    background: #fff;
    padding: 15px;
    position: absolute;
    z-index: 1;
}
.section-projects__img-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 2px;
}
.section-projects__item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.section-projects__img-title {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 600;
    min-height: 55px;
    display: flex;
    align-items: center;
    position: static;
    font-family: 'Gilroy';
    padding: 20px;
}
.section-projects__favourites {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    opacity: 0.45;
    background: #2c2c2c;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
}
.section-projects__price-square-box {
    display: block;
    background: transparent;
    align-items: center;
    padding: 0;
}
.section-projects__item:hover .section-projects__item-wrap {
    z-index: 999;
    box-shadow: 0px 4px 20px rgba(46.96, 46.96, 46.96, 0.18);
    border-radius: 10px;
}
.content-box p, .content-box ul, .content-box ol {
    color: #404040;
}
.content-box ul, .content-box ol {
    margin: 10px 0 20px 5%;
}
.content-box ul {
    list-style: square;
}
.section-projects__info-list {
    margin: 0 !important;
    padding: 0;
    list-style: none !important;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px 20px;
    border-radius: 10px;
    background: #fafafa;
}
.section-projects__info-el {
    position: relative;
    padding-left: 25px;
    color: #2c2c2c;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0 !important;
}
.section-projects__info-el--square::before {
    background: url(../img/square.svg) center no-repeat;
}
.section-projects__info-el--bedrooms::before {
    background: url(../img/bedrooms.svg) center no-repeat;
}
.section-projects__info-el::before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-53%);
    left: 0;
}
.section-projects__desc {
    display: none;
}
.section-projects__item:hover .section-projects__desc {
    display: block;
}

.section-projects__desc-text {
    font-size: 14px;
    margin: 10px 0 !important;
}
.section-projects__price-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 15px;
    font-size: 1.3em;
}
.section-projects__price-now {
    display: inline;
    font-weight: 600;
}
.section-projects__item .pricespace {
    font-size: 18px;
}
.section-projects__price-rub {
    display: inline;
    font-size: 0.9em;
    margin-left: 2px;
}
.section-projects__price-btn {
    padding: 10px 18px;
    border-radius: 8px;
    background: #009a3d;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
}
.projects-filter__button {
    padding: 10px 18px;
    border-radius: 8px;
    background: #009a3d;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    border: none;
    letter-spacing: 0.5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.catalog-wrapper_params {

}
.catalog-wrapper_params-sliders {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.catalog-wrapper_slider {
    width: 100%;
    max-width: 456px;
}
.catalog-wrapper_slider-title {
    margin-bottom: 20px;
    font-size: 15px;
    color: #B1B5AF;
}
#slider-range {
    display: flex;
    gap: 14px;
    margin-bottom: 12px;
}
.slider-range__input {
    display: flex;
    width: 100%;
    max-width: 221px;
    padding: 17px 20px;
    background: #F7F8F7;
    border-radius: 15px;
    justify-content: space-between;
}
.slider-range__input span {
    color: #B1B5AF;
    font-size: 15px;

}
.slider-range__input input {
    max-width: 93px;
    color: #282B28;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    border: none;
}

.catalog-wrapper_slider .ui-slider {
    position: relative;
    background: #F7F8F7;
    height: 4px;
    border-radius:10px;
    
}
.catalog-wrapper_slider .ui-widget.ui-widget-content {
    border: 1px solid #F7F8F7;
    left: -5px;
}
.catalog-wrapper_slider .ui-slider .ui-slider-handle {
    position: absolute;
    margin: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    border-radius: 50%;
    border: 4px solid #FFFFFF;
    top: -7px;
    background: #009A3D;
    z-index: 2;
    box-shadow: 0px 0px 10px 0px #00000033;
    transition: transform 0.2s, border 0.4s;
    
}
.catalog-wrapper_slider .ui-slider .ui-slider-handle:hover,
.catalog-wrapper_slider .ui-slider .ui-slider-handle:focus {
    color: #FFFFFF;
    border: 4px solid #FFFFFF;
}

.catalog-wrapper_slider .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 4px;
    border: 0;
    background: #009A3D;
    border-radius:10px;
}
.catalog-wrapper__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.catalog-wrapper__options {
    display: flex;
    align-items: center;
    gap: 15px;
}

.catalog-wrapper__option-btn button,
.catalog-wrapper__option-btn a {
    width: 100%;
    padding: 16px;
    max-width: 329px;
}
.catalog-wrapper__option-btn {
    width: 100%;
    max-width: 329px;
}
.custom-select {
    position: relative;
    display: inline-block;
}
.custom-select-trigger {
    position: relative;
    display: block;
    padding: 17px 42px 17px 20px;
    font-size: 15px;
    color: #282B28;
    background: #F7F8F7;
    border-radius: 15px;
    cursor: pointer;
}
    .custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 14px; 
    height: 8px;
    top: 50%; 
    right: 20px;
    margin-top: -3px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="8" viewBox="0 0 14 8" fill="none"><path d="M1 1L7 7L13 1" stroke="%23B1B5AF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%; 
    left: 0; 
    right: 0;
    min-width: 100%;
    margin: 20px 0 0;
    border-radius: 15px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;
    box-shadow: 0px 4px 24px 0px #00000026;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    padding: 17px 20px;
    min-width: 200px;
}
.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="19" viewBox="0 0 24 19" fill="none"><path d="M9.54354 1.50388C10.738 -0.199922 13.262 -0.199918 14.4565 1.50389L23.4119 14.2778C24.8057 16.266 23.3835 19 20.9554 19H3.04457C0.616523 19 -0.805705 16.266 0.588116 14.2779L9.54354 1.50388Z" fill="white"/></svg>');
    width: 24px;
    height: 19px;
    top: -15px;
    left: 15px;
}

.custom-option {
    position: relative;
    display: block;
    font-size: 15px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}
.custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}
.custom-option.selection {
    color: var(--color-osn);
    font-weight: 600;
}
.projects-filter__inner {
    background: none;
    border: 1px solid #ccc;
    position: relative;
    padding: 30px 3.5% 0;
    border-radius: 2px;
    text-shadow: 0 1px 0 #fff;
}
.projects-filter__title {
    margin-top: -45px;
    margin-bottom: 10px;
    width: 265px;
    padding: 0 20px;
    background: #fff;
    font-size: 1.5em;
    font-weight: 600;
    white-space: nowrap;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}
.section-calc__wrap {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.section-calc__wrap::before {
    content: '';
    width: 56%;
    background: #B2B2B2;
    border-radius: 10px;
    display: block;
    opacity: 0.2;
    position: absolute;
    z-index: 2;
    right: -15%;
    top: -106px;
    height: 128%;
    transform: rotate(25deg);
}
.section-calc .bg-left, .section-calc .bg-right {
    background: #FAFAFA;
    border-radius: 10px;
}
.section-calc__box-left {
    width: 100%;
    padding: 40px 50px;
    color: #f7f7f7;
    padding-right: 100px;
}
.section-calc__subtitle {
    color: #2C2C2C;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: left;
}
.section-calc__title-material {
    margin-bottom: 6px;
    color: #2C2C2C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.section-calc__select-material-block {
    position: relative;
}
.section-calc__select-material {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: transparent;
    color: #2C2C2C;
    padding: 10px 15px;
    font-size: 14px;
    margin-bottom: 8px;
    height: 41px;
    transition: all 0.5s;
    appearance: none;
    position: relative;
    z-index: 10;
    width: 100%;
}
.section-calc__select-material-block::after {
    content: '';
    background: url(../img/arrow-calc.svg) center no-repeat;
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-65%);
    z-index: 5;
}
.section-calc__box-square {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.section-calc__label-square {
    margin-right: 50px;
    color: #2C2C2C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.section-calc__input-square {
    background: transparent;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FAFAFA;
    color: #2C2C2C;
    height: 41px;
    font-size: 14px;
    transition: all 0.5s;
    width: 100px;
    padding: 0 10px;
    margin-right: 10px;
}
.section-calc__metr-square {
    color: #2C2C2C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.section-calc__title-otdelka {
    color: #2C2C2C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}
.section-calc__box-radio {
    margin-bottom: 6px;
    font-size: 14px;
    padding: 6px 15px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    background: #FAFAFA;
    color: #2C2C2C;
    transition: all 0.5s;
}
.section-calc input[type="radio"]:not(checked) ~ label {
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer;
}
.section-calc input[type="radio"]:not(checked) ~ label:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #cdd1da;
    border-radius: 50%;
    background: #fff;
}
.section-calc input[type="radio"]:checked ~ label::before {
    background: #009a3d;
    border: 1px solid #009a3d;
}
.section-calc__box-radio:hover {
    border-color: #009A3D;
}
.section-calc input[type="radio"]:not(checked) {
    position: absolute;
    opacity: 0;
}
.section-calc input[type="radio"]:not(checked) ~ label::before {
    top: 1px;
    width: 16px;
    height: 16px;
}
.section-calc input[type="radio"]:checked ~ label::after {
    top: 5px;
    left: 4px;
}
.section-calc input[type="radio"]:checked ~ label:after {
    opacity: 1;
}
.section-calc input[type="radio"]:not(checked) ~ label::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    left: 7px;
    width: 8px;
    height: 8px;
    background: #fff;
    border: none;
    box-shadow: none;
        transition: all 0.2s;
}
.section-calc__box-right {
    padding-left: 150px;
    margin-top: 55px;
    position: relative;
    z-index: 4;
    width: 100%;
    padding: 40px 50px;
    color: #222;
}
.section-calc__itog {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #009A3D;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 16px;
}
.section-calc__text-itog {
    margin-right: 5px;
}
.section-calc__price-itog {
    font-size: 1.1em;
}
.section-calc__text-left {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 19px;
}
.form-calc-index__input {
    height: 40px;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.5s;
    margin: 5px 0;
    box-sizing: border-box;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    font-family: inherit;
    outline: 0;
    width: 100%;
    padding: 15px 20px;
}
.form-calc-index__btn {
    padding: 10px 18px;
    border-radius: 8px;
    background: #009A3D;
    width: 100%;
    font-size: 14px;
    margin-top: 5px;
    border: none;
    outline: 0;
    cursor: pointer;
    letter-spacing: 1px;
    color: #f7f7f7;
}
.form-calc-index__feedback-garant {
    margin: 10px 0 30px;
}
.feedback-garant {
    height: 20px;
}
.form-calc-index__form-politics {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
.form-calc-index__form-politics a {
    font-weight: 600;
    text-decoration-line: underline;
}
.section-form-main.podbor {
    background: url(../img/podbor_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.podbor-block .col-lg-6 {
    background: rgb(255, 255, 255, 0.9);
    padding: 30px;
}
.podbor-block > div {
    border-radius: 10px;
}
.podbor-block h2 {
    margin-bottom: 20px;
}
.podbor-block ul {
    list-style: none;
}
.podbor-block li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 35px;
}
.podbor-block li:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 30px;
    height: 30px;
    background: linear-gradient(#009a3d, #009a3d), linear-gradient(#009a3d, #009a3d);
    background-position: center;
    background-size: 50% 2px, 2px 50%;
    background-repeat: no-repeat;
}
.section-form-main {
    padding: 50px 0;
}
.podbor-btn {
    text-align: center;
}
.podbor-btn a {
    padding: 10px 20px;
}
.bg-section {
    background: #f9f9f9;
    padding: 50px 0;
}
.section-company__row {
    margin-bottom: 50px;
}
.section-company__box-img, .section-company__img {
    border-radius: 10px;
}
.section-company__box-img {
    position: relative;
    width: 400px;
    min-width: 400px;
    height: 400px;
    border: 15px solid #ccc;
    margin-right: 40px;
}
.section-company__img {
    position: absolute;
    z-index: 1;
    top: 22px;
    left: 25px;
    background-position: center;
    background-size: cover;
    width: 390px;
    height: 325px;
}
.section-company__img-title {
    position: absolute;
    z-index: 2;
    bottom: 50px;
    width: 350px;
    left: 66px;
    padding: 25px;
    background: rgba(242, 255, 255, 0.7);
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1.2;
}
.section-company__title {
    font-size: 1.7em;
    margin-bottom: 20px;
    line-height: 1.2;
}
.section-company__text {
    line-height: 1.5;
    margin-bottom: 20px;
}
.link-dotted {
    text-decoration: none;
    border-bottom: 1px dotted;
}
.link-dotted:hover {
    border: none;
}
.section-company__metric {
    display: flex;
    align-items: center;
    padding: 30px 0;
}
.section-company__metric-nomber {
    font-size: 3em;
}
.section-company__metric-nomber, .section-company__metric-img {
    margin-right: 15px;
}
.section-company__metric-text {
    font-size: 0.9em;
    font-weight: 600;
}
.section-main-page-desc {
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.1;
}
.section-portfolio__row {
    position: relative;
}
.section-portfolio__item:hover {
    opacity: 0.9;
}
.section-portfolio__box-img {
    position: relative;
    width: 100%;
    height: auto;
}
.section-portfolio__img {
    border-radius: 10px;
}
.section-portfolio__img-shadow {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    border-radius: 10px;
}
.section-portfolio__address {
    color: #A7A7A7;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    margin: 10px 0 !important;
}
.section-portfolio__btn {
    padding: 10px 18px;
    border-radius: 10px;
    background: #FAFAFA;
    border: none;
    color: #2c2c2c;
    font-size: 14px;
    margin: 10px 0 !important;
}
.section-portfolio__title {
    color: #2C2C2C;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 20px 0 10px !important;
    min-height: 54px;
}
.content-box img {
    max-width: 100%;
    height: auto;
}
.section-portfolio__link-all-box {
    position: absolute;
    z-index: 2;
    bottom: 5px;
    right: 0;
}
.advant-block {
    margin-bottom: 60px;
}
.advant-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.advant-item {
    display: flex;
    column-gap: 30px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    padding: 20px;
    -webkit-box-shadow: 1px 1px 8px 0px rgba(34, 60, 80, 0.05);
    -moz-box-shadow: 1px 1px 8px 0px rgba(34, 60, 80, 0.05);
    box-shadow: 1px 1px 8px 0px rgba(34, 60, 80, 0.05);
    min-height: 139px;
}
.advant-icon img {
    width: 65px;
    height: 65px;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
    max-width: unset;
}
.advant-title {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.advant-description {
    font-size: 14px;
    line-height: 1.5;
}
.section-advantage__box-link {
    text-align: center;
}
.section-advantage__link {
    color: #222;
    text-decoration: none;
}
.btn-link {
    color: #f7f7f7 !important;
    letter-spacing: 1px;
    background: #009A3D;
    padding: 20px 30px;
    border-radius: 4px;
}
.btn-link:hover {
    background: #f59300;
}
.section-review__row .owl-item {
    border: none;
    padding: 20px;
    border-radius: 6px;
}
.sidebar-review__name {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0;
}
.section-review__link-all-box {
    position: relative;
    z-index: 2;
    text-align: right;
    margin-top: 30px;
        bottom: 5px;
    right: 0;
}
.sidebar-review__date {
    padding-bottom: 20px;
}
.section-review__link-all-box a {
    padding: 10px 18px !important;
    border-radius: 8px;
    background: #009a3d;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    height: 40px;
    letter-spacing: 0.5px !important;
}
.section-review__link-all:hover {
    opacity: 0.8;
}
.section-form-main {
    background: #f9f9f9;
    padding: 50px 0;
}
.form-popup-estimate__form {
    height: auto;
}
.form-manager .left-col {
    overflow: hidden;
    border-radius: 10px;
}
.left-col {
    padding: 30px;
    background: url(../img/smeta-form.png);
    background-size: cover;
    position: relative;
}
.form-estimate__manager {
    position: relative;
    z-index: 2;
    margin-right: 40px;
    text-align: center;
    font-size: 0.95em;
    color: #fff;
}
.form-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 1;
}
.form-estimate__title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}
.form-estimate__text {
    font-size: 1em;
    margin-bottom: 30px;
    text-align: center;
}
.form-quest {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}
.form-wrap__row {
    justify-content: center;
}
.var-radio {
    margin-bottom: 35px;
    cursor: pointer;
    text-align: center;
}
invisible, .radio-block input, .var-radio input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.var-radio__dot {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    margin-bottom: 0.375rem;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--bg);
    --s: 0.36s;
    transition: all var(--s) ease-in-out;
}
.form-popup-estimate__input, .form-popup-measure__input {
    height: 60px;
    margin: 5px 0;
    box-sizing: border-box;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 0;
    font-family: inherit;
    font-size: 1em;
    outline: 0;
    width: 100%;
    padding: 15px 20px;
    background: #f5f5f7;
    border-radius: 10px;
}
.form-popup-estimate__feedback-garant {
    margin: 10px 0 30px;
}
.feedback-garant {
    height: 20px;
}
.form-popup-estimate__btn, .form-popup-measure__btn {
    margin: auto;
    display: flex;
    border-radius: 10px;
}
.feedback-garant__box {
    display: flex;
    align-items: center;
    font-size: 0.9em;
    color: #555;
}
.feedback-garant__label {
    font-size: 14px;
    color: #282728;
    line-height: normal;
    text-align: center;
}
.feedback-garant__link {
    text-decoration: none;
}
.feedback-garant__mess-error {
    font-size: 0.9em;
    color: red;
}
.feedback-send-message {
    font-size: 1.1em;
    font-weight: 600;
    color: green;
}
.right-col {
    padding: 30px;
}
.section-projects__row {
    position: relative;
}
.btn-button {
    padding: 20px 30px;
    border: none;
    outline: 0;
    background: #009A3D;
    color: #f7f7f7;
    font-size: 1em;
    cursor: pointer;
    letter-spacing: 1px;
}
.btn-button:hover {
    background: #f59300;
}
.var-radio .icon {
    fill: #fff;
}
.icon {
    width: 21px;
    height: 18px;
}
.breadcrumb ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
}
.breadcrumb ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}
.breadcrumb ul li {
    background: none;
    float: left;
    margin: 0 10px 0 0;
    font-size: 0.9em;
        display: flex;
    align-items: center;
    gap: 10px;
}
.breadcrumb a {
    text-decoration: none;
}
.breadcrumb ul li a span {
    color: #009a3d;
    font-size: 14px;
    position: relative;
}
.breadcrumb ul li span {
    font-size: 14px;
    color: #2c2c2c;
        font-weight: 500;
    
}
.breadcrumb ul li:last-child {
    background: none;
    line-height: 1.7;
}
.breadcrumb li + li:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cmask id='mask0_639_136' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='2' y='0' width='8' height='12'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.72593 11.5302C2.42491 11.2373 2.42491 10.7624 2.72593 10.4695L7.31976 6.00004L2.72593 1.53055C2.42491 1.23766 2.42491 0.76281 2.72593 0.469928C3.02696 0.177046 3.51503 0.177046 3.81606 0.469928L9.5 6.00004L3.81606 11.5302C3.51503 11.823 3.02696 11.823 2.72593 11.5302Z' fill='%23006FFD'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_639_136)'%3E%3Crect width='11.9995' height='11.9997' transform='matrix(-4.37114e-08 1 1 4.37114e-08 -0.000731897 0.000244141)' fill='%23A7A7A7'/%3E%3C/g%3E%3C/svg%3E");
    width: 12px;
    height: 12px;
}
.breadcrumb {
    margin-top: 30px;
}