@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v4/gyBhhwUxId8gMGYQMKR3pzfaWI_RnOI4nQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v4/gyBhhwUxId8gMGYQMKR3pzfaWI_RHOM4nQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v4/gyBhhwUxId8gMGYQMKR3pzfaWI_RwuM4nQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v4/gyBhhwUxId8gMGYQMKR3pzfaWI_RnOM4nQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v4/gyBhhwUxId8gMGYQMKR3pzfaWI_RruM4nQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v4/gyBhhwUxId8gMGYQMKR3pzfaWI_RQuQ4nQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v4/gyBhhwUxId8gMGYQMKR3pzfaWI_Re-Q4nQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v4/gyBhhwUxId8gMGYQMKR3pzfaWI_RHOQ4nQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v4/gyBhhwUxId8gMGYQMKR3pzfaWI_RNeQ4nQ.ttf) format('truetype');
}
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #131313;
}
.ap {
  appearance: none;
}
.nw {
  white-space: nowrap;
}
.ma {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.pen {
  pointer-events: none;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #fff;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: "Geist", sans-serif;
  font-size: 14px;
  color: #131313;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #131313;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: "Geist", sans-serif;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
* {
  outline: none!important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1264px;
  }
}
.header {
  padding: 18px 0 22px;
}
.header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__logo {
  margin-top: 13px;
}
.header__logo a {
  text-decoration: none;
}
.header__logo a img {
  vertical-align: middle;
}
.header__logo a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  line-height: 18px;
}
.header__hours {
  margin-top: 12px;
  line-height: 18px;
}
.header__phones {
  margin-top: 8px;
}
.header__phone {
  font-weight: 700;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #AEABA9;
}
.header__phone:not(:last-child) {
  margin-bottom: 4px;
}
.header__phone span {
  display: inline-block;
  width: 75px;
}
.header__phone a {
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
}
.header__phone a:hover {
  color: #61942a;
}
.header__buttons {
  font-size: 0;
}
.header__buttons button {
  height: 60px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.header__buttons button:nth-child(1) {
  width: 200px;
  background: #fff;
  border: 1px solid rgba(1, 1, 1, 0.1);
  color: #61942a;
}
.header__buttons button:nth-child(1):hover {
  background: rgba(1, 1, 1, 0.05);
}
.header__buttons button:nth-child(2) {
  width: 238px;
  color: #fff;
  background: #61942a;
}
.header__buttons button:nth-child(2):hover {
  filter: brightness(1.2);
}
.header__buttons button:nth-child(2) span {
  display: inline-block;
  vertical-align: middle;
  background: url('img/phone.svg');
  width: 13px;
  height: 13px;
  margin: -2px 10px 0 0;
}
.header__burger {
  width: 30px;
  height: 16px;
  position: relative;
  display: inline-block;
  margin-top: 10px;
  display: none;
}
.header__burger--active span:nth-child(1) {
  transform: translate(3px, 7px) rotate(45deg);
  left: 0;
}
.header__burger--active span:nth-child(2) {
  display: none;
}
.header__burger--active span:nth-child(3) {
  transform: translate(3px, -7px) rotate(-45deg);
  left: 0;
}
.header__burger:hover span:nth-child(1) {
  left: 0;
}
.header__burger:hover span:nth-child(2) {
  left: 6px;
}
.header__burger:hover span:nth-child(3) {
  left: 0;
}
.header__burger span {
  position: absolute;
  width: 24px;
  height: 2px;
  background: #61942a;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.header__burger span:nth-child(1) {
  top: 0;
  left: 6px;
}
.header__burger span:nth-child(2) {
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.header__burger span:nth-child(3) {
  bottom: 0;
  left: 6px;
}
.menu {
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  line-height: 80px;
  height: 80px;
}
.menu .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu__catalog {
  width: 190px;
  position: relative;
}
.menu__catalog ul {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  z-index: 5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 36px;
  margin-top: -2px;
  white-space: nowrap;
  display: none;
}
.menu__catalog ul li:not(:last-child) {
  margin-bottom: 15px;
}
.menu__catalog ul li a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
}
.menu__catalog ul li a:hover {
  color: #61942a;
}
.menu__catalog:hover ul {
  display: block;
}
.menu__catalog:hover .menu__catalog-button {
  color: #fff;
  background: #61942a;
}
.menu__catalog:hover .menu__catalog-button:before {
  background: #61942a;
}
.menu__catalog:hover .menu__catalog-button span {
  background: url('img/catalog-buttonh.svg');
}
.menu__catalog-button {
  display: block;
  text-decoration: none;
  padding-left: 28px;
  background: #F3F3F3;
  position: relative;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.menu__catalog-button:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 1000000px;
  height: 100%;
  background: #F3F3F3;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.menu__catalog-button span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 17px;
  background: url('img/catalog-button.svg');
  margin: -2px 10px 0 0;
}
.menu__list li {
  display: inline-block;
  position: relative;
}
.menu__list li:not(:last-child) {
  margin-right: 28px;
}
.menu__list li a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.menu__list li:hover:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 1px;
  background: #61942a;
}
.menu__list li:hover a {
  color: #61942a;
}
.menu__list li:hover ul {
  display: block;
}
.menu__list li:hover ul li a {
  color: #131313;
}
.menu__list li ul {
  position: absolute;
  top: 100%;
  left: -37px;
  background: #fff;
  z-index: 5;
  white-space: nowrap;
  padding: 30px 36px;
  margin-top: -2px;
  display: none;
}
.menu__list li ul li {
  display: block;
  margin: 0!important;
}
.menu__list li ul li:hover:before {
  display: none;
}
.menu__list li ul li:hover a {
  color: #61942a;
}
.menu__list li ul li a {
  line-height: 250%;
}
.menu__actions {
  padding-left: 24px;
  background: url('img/actions.svg') no-repeat left;
  color: #B20B33;
}
.menu__links {
  font-size: 0;
  border-left: 1px solid #EFEFEF;
  height: 80px;
}
.menu__links a {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-right: 1px solid #EFEFEF;
}
.menu__links a:nth-child(1) {
  background: url('img/menu-link1.svg') no-repeat center;
}
.menu__links a:nth-child(1):hover {
  background: rgba(1, 1, 1, 0.05) url('img/menu-link1.svg') no-repeat center;
}
.menu__links a:nth-child(2) {
  background: url('img/max.svg') no-repeat center;
  background-size: 20px;
}
.menu__links a:nth-child(2):hover {
  background: rgba(1, 1, 1, 0.05) url('img/max.svg') no-repeat center;
  background-size: 20px;
}
.menu__links a:nth-child(3) {
  background: url('img/menu-link3.svg') no-repeat center;
}
.menu__links a:nth-child(3):hover {
  background: rgba(1, 1, 1, 0.05) url('img/menu-link3.svg') no-repeat center;
}
.hero .swiper-wrapper {
  display: flex;
}
.hero .swiper-wrapper .swiper-slide {
  height: auto;
}
.hero__item {
  padding: 106px 0 110px;
  color: #fff;
}
.hero__name {
  margin-bottom: 28px;
  font-weight: 700;
  font-size: 54px;
  line-height: 1;
}
.hero__text {
  margin-bottom: 120px;
  max-width: 340px;
  font-weight: 500;
  font-size: 21px;
}
.hero__link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #61942a;
  position: relative;
  padding: 24px 38px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.hero__link:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 70px;
  height: 100%;
  background: #5a8a26 url('img/arrow.svg') no-repeat center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.hero__link:hover {
  background: #5A8A26;
}
.hero__link:hover:after {
  background: #61942a url('img/arrow.svg') no-repeat center;
}
.hero__slider-nav {
  position: absolute;
  left: 0;
  bottom: 118px;
  width: 100%;
  text-align: right;
}
.hero__slider-arrow {
  display: inline-block;
  width: 54px;
  height: 54px;
  position: relative;
  z-index: 3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.hero__slider-arrow--prev {
  background: #ffffff url('img/prev.svg') no-repeat center;
  margin-right: 5px;
}
.hero__slider-arrow--prev:hover {
  background: #61942a url('img/prevh.svg') no-repeat center;
}
.hero__slider-arrow--next {
  background: #ffffff url('img/next.svg') no-repeat center;
}
.hero__slider-arrow--next:hover {
  background: #61942a url('img/nexth.svg') no-repeat center;
}
.hero__progress {
  top: auto!important;
  bottom: 0;
  z-index: 3;
  background: none !important;
  display: none;
}
.hero__progress span {
  background: #61942a !important;
}
.categories {
  padding: 105px 0 240px;
  background: url('img/categories.jpg') center / cover;
  margin-bottom: 65px;
}
.categories__name {
  text-align: center;
  margin-bottom: 55px;
  font-weight: 700;
  font-size: 52px;
}
.categories__list {
  padding-bottom: 76px;
}
.categories__item {
  height: 412px;
  margin-bottom: 30px;
  position: relative;
  color: #fff;
}
.categories__count {
  position: absolute;
  top: 40px;
  left: 40px;
  background: #61942a;
  padding: 9px 12px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}
.categories__label {
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 38px;
}
.categories__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.categories__fav-link {
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background: #61942a url('img/fav.svg') no-repeat center;
}
.categories__fav-link:hover {
  filter: brightness(1.2);
}
.categories__company {
  color: #61942a;
  font-weight: 700;
  font-size: 52px;
  line-height: 1;
}
.categories__company h3 {
  color: #131313;
  text-align: center;
  font-weight: 700;
  font-size: 52px;
  line-height: 1;
}
.categories__company img {
  vertical-align: middle;
}
.categories__bottom-text {
  margin-left: 120px;
  font-size: 21px;
  line-height: 1.3;
  padding: 21px 0 0 27px;
  background: url('img/info.svg') no-repeat 0 0;
  margin-top: 10px;
}
.categories__bottom-text span {
  display: block;
  font-weight: 600;
}
.categories__logo {
  text-align: center;
  padding-top: 244px;
}
.advantages {
  padding-bottom: 85px;
}
.advantages__name, .popular__name {
  text-align: center;
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 52px;
}
.advantages__top-text {
  text-align: center;
  margin-bottom: 55px;
  font-size: 21px;
  line-height: 24px;
}
.advantages__list .col-md-6,
.advantages__list .col-xl-4 {
  margin-bottom: 20px;
}
.advantages__item {
  background: #61942a;
  color: #fff;
  height: 100%;
  position: relative;
  padding: 30px 85px 40px 40px;
}
.advantages__item:hover {
  animation: 1.2s ease-in-out 0s normal none running trambling-animation;
}
.advantages__item h3 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 26px;
}
.advantages__item p {
  font-size: 18px;
  line-height: 24px;
}
.advantages__icon {
  position: absolute;
  top: 25px;
  right: 25px;
}
.advantages__payments {
  margin-top: 25px;
}
@keyframes trambling-animation {
  0%,
  50%,
  100% {
    transform: rotate(0deg);
  }
  10%,
  30% {
    transform: rotate(-3deg);
  }
  20%,
  40% {
    transform: rotate(3deg);
  }
}

.popular {
	padding-bottom: 35px;
}

.popular__subname {
	text-align: center;
	margin-bottom: 50px;
	overflow: visible;
	position: relative;
}

.popular__subname a:hover h3 {
	color: #61942a;
}

.popular__subname::after {
	content: '';
    display: block;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 14px;
}

.popular__subname h3 {
	font-weight: 700;
    background-color: #fff;
    padding: 0 10px;
    display: inline-block;
    z-index: 2;
    position: relative;
}

.popular__list {
	padding-bottom: 50px;
}

.projects {
  padding-bottom: 100px;
}
.projects .container {
  position: relative;
}
.projects .hero__link {
  position: absolute;
  right: 84px;
  top: -8px;
}
.projects__name {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 52px;
}
.projects__item {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
  position: relative;
}
.projects__item:hover .projects__photo img {
  transform: scale(1.1);
}
.projects__photo {
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.projects__photo img {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 100%;
}
.projects__adress {
  position: absolute;
  top: 40px;
  left: 40px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  background: #ffffff url('img/adress.svg') no-repeat 12px 50%;
  padding: 9px 10px 9px 32px;
	max-width: 90%;
}

.projects__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
	margin-bottom: 30px;
}

.projects__label {
  padding: 24px 0 32px;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
.projects__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.process {
  padding-bottom: 85px;
}

.process__list {
	counter-reset: step; 
}

.process__list li {
	position: relative;
	margin-bottom: 20px;
}

.process__list li::before {
  content: counter(step) ;  
  counter-increment: step;      
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #61942a;
    font-size: 100px;
    left: 20px;
}

.process__item {
	background-color: rgba(255, 255, 255, .7);
    z-index: 2;
    position: relative;
    margin-top: 89px;
    padding-top: 16px;
}

.process__item h3 {
	padding: 24px 0 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}

.process__item p {
	font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
}

.process__icon {
	z-index: 3;
    position: absolute;
    width: 75px;
    left: 110px;
    top: 31px;
}

.process__icon.process1 {
	left: 90px;
}

.process__icon.process2 {
	top: 38px;
    width: 70px;
}

.exrou {
	margin: 70px 0;
}

.exrou > div > div {
	background: rgb(239, 239, 239);
}

.exrou > div > div > div {
	padding: 70px 78px;
}

.exrou_name {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 52px;
}

.exrou ul li, .exrou p {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1.4;
}

.exrou ul {
	margin: 20px 0;
}

.exrou ul li {
	padding-left: 30px;
	position: relative;
}

.exrou ul li:before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	color: rgb(97, 148, 42);
}

.exrou__button {
    height: 60px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.05em;
    margin: 10px 0px 14px;
    background: rgb(97, 148, 42);
	padding: 0 20px;
	text-decoration: none;
}

.exrou__button:not(".white"):hover {
	filter: brightness(1.2);
}

.exrou__button.white {
	color: rgb(97, 148, 42);
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(1, 1, 1, 0.1);
    border-image: initial;
	margin-left: 20px;
	line-height: 60px;
}

.exrou__button.white:hover {
	background: rgba(1, 1, 1, 0.02);
}

.exrou_info {
	background: rgba(255,255,255,.8);
}

.exrou_info > div {
	padding: 30px;
}

.exrou_info > div > img {
	margin-right: 20px;
	margin-top: 20px;
}

.exrou_info > div + div {
	border-top: 1px solid #999;
}

.exrou_info > div + div p {
	font-size: 14px;
}

.exrou_info_facts > div {
	border-right: 1px solid rgb(97, 148, 42);
	padding: 0 20px;
}

.exrou_info_facts > div:first-child {
	padding-left: 0;
}

.exrou_info_facts > div:last-child {
	border-right: none;
}

.exrou_info_facts span {
	font-weight: 700;
	font-size: 16px;
}

.exrou_info_facts span + span {
	font-size: 40px;
	color: rgb(97, 148, 42);
	line-height: 1;
	margin-top: 5px;
}

@media (max-width: 576px) {
	.exrou {
		margin-top: 0;
	}
	
	.exrou > div > div > div {
		    padding: 35px 20px;
	}
}


@media (max-width: 1199px) {
	.exrou_info_facts {
		flex-direction: column;
	}
	
	.exrou_info_facts > div {
		flex-direction: column;
		border-right: none;
		border-bottom: 1px solid rgb(97, 148, 42);
		align-items: center;
		padding: 20px
	}
	
	.exrou_info > div + div {
		border-top: none;
		padding-top: 0;
	}
	
	.exrou_info_facts > div:first-child {
		padding-left: 20px;
	}
}




.footer {
  background: #FAFAFA;
  padding: 70px 0 76px;
}
.footer__form {
  max-width: 303px;
}
.footer__form h3 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 52px;
  line-height: 1;
}
.footer__hours {
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
}
.footer__input {
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  padding: 0 24px;
  font-size: 12px;
  background: #EFEFEF;
  border: 1px solid transparent;
  filter: grayscale(100%);
}
.footer__input--name {
  background: #efefef url('img/inp1.svg') no-repeat right 20px top 50%;
}
.footer__input--name:focus {
  background: #ffffff url('img/inp1.svg') no-repeat right 20px top 50%;
}
.footer__input--phone {
  background: #efefef url('img/inp2.svg') no-repeat right 20px top 50%;
}
.footer__input--phone:focus {
  background: #ffffff url('img/inp2.svg') no-repeat right 20px top 50%;
}
.footer__input:focus {
  filter: none;
  border: 1px solid #D1D1D1;
}
.footer__button {
  margin: 10px 0 14px;
  width: 100%;
  height: 60px;
  background: #61942a;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.footer__button:hover {
  filter: brightness(1.2);
}
.footer__agree {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  opacity: 0.7;
}
.footer__social {
  background: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 32px;
  position: relative;
  padding: 40px 194px 36px 40px;
}
.footer__social h3 {
  margin-bottom: 23px;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
}
.footer__qr {
  position: absolute;
  right: 40px;
  bottom: 56px;
}
.footer__soc {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  height: 79px;
  line-height: 79px;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
}
.footer__soc svg {
  vertical-align: middle;
}
.footer__soc.tg svg path {
  fill: #37aee2;
}
.footer__soc.vk svg path {
  fill: #0077ff;
}


.footer__soc.tg:hover {
  border: 1px solid #37aee2;
  background: #37aee2;
}
.footer__soc.vk:hover {
  border: 1px solid #0077ff;
  background: #0077ff;
}
.footer__soc.max:hover {
  border: 1px solid #8752db;
  background: #8752db;
}
.footer__soc:hover svg path {
  fill: #fff;
}
.footer__contacts {
  padding-left: 36px;
  position: relative;
}
.footer__mail {
  display: block;
  text-decoration: none;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
}
.footer__mail:hover {
  color: #61942a;
}
.footer__menu li:not(:last-child) {
  margin-bottom: 20px;
}
.footer__menu li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 131.2%;
  letter-spacing: 0.1em;
}
.footer__menu li a:hover {
  color: #61942a;
}
.footer__phone {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #AEABA9;
}
.footer__phone a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.footer__phone a:hover {
  color: #61942a;
}
.footer__dev {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: rgba(1, 1, 1, 0.7);
}
.footer__dev a {
  display: inline-block;
  width: 140px;
  height: 48px;
  background: url('img/dev.svg');
  margin-left: 30px;
}
.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0 20px 0;
  overflow-y: scroll;
  text-align: center;
  display: none;
}
.mobile-menu__close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 24px;
  color: #61942a;
  text-decoration: none;
  z-index: 5;
}
.mobile-menu ul {
  margin-bottom: 20px;
}
.mobile-menu ul li a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 250%;
  text-transform: uppercase;
}
.mobile-menu ul li a:hover {
  color: #61942a;
}
.mobile-menu .menu__actions {
  display: inline-block;
}
.mobile-menu .menu__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 20px;
}
.mobile-menu .menu__links a {
  width: 33.33334%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 80px;
  line-height: 80px;
  background-size: 24px!important;
}
.mobile-menu .header__hours {
  display: block;
  margin: 0 0 20px 0;
}
.mobile-menu .header__phones {
  display: block;
  margin: 0 0 20px 0;
}
.mobile-menu .header__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mobile-menu .header__buttons button:nth-child(1) {
  width: 45%;
}
.mobile-menu .header__buttons button:nth-child(2) {
  width: 55%;
}
.breadcrumbs {
  padding: 50px 0;
  line-height: 117%;
  color: #BAC4CE;
}
.breadcrumbs a {
  text-decoration: none;
  display: inline-block;
}
.breadcrumbs__home {
  padding-left: 28px;
  background: url('img/home.svg') no-repeat left;
}
.map__name {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 52px;
}
.map__count {
  text-align: right;
  margin: -64px 0 56px;
  font-size: 21px;
  line-height: 24px;
}
.map__count img {
  vertical-align: middle;
  width: 15px;
}
.map__nav {
  border-top: 1px solid #EFEFEF;
  padding: 30px 0;
}
.map__nav .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.map__nav-list li {
  display: inline-block;
}
.map__nav-list li:not(:last-child) {
  margin-right: 44px;
}
.map__nav-list li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
}
.map__nav-list li a.active {
  color: #61942a;
}
.map__active-projects {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display:flex;
  gap:20px;
  align-items:center;
}
.map__active-projects img {
	animation: 2s linear round360 infinite
}
.map__map {
  height: 802px;
  position: relative;
 /* background: url('img/map.jpg');*/
}
.map__map-item {
  position: absolute;
  width: 64px;
  height: 72px;
  background: url('img/map-item.svg') center / cover;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #61942a;
  padding-top: 21px;
  font-weight: 600;
  font-size: 17px;
  line-height: 131.2%;
  letter-spacing: 0.1em;
}
.map__map-item:hover {
  background: url('img/map-itemh.svg') center / cover;
}
.map__map-item--count {
  background: url('img/map-item2.svg') center / cover !important;
}
.map__map-info {
  position: absolute;
  z-index: 3;
  width: 295px;
  background: #ffffff url('img/bg.svg') no-repeat right bottom;
}
.map__photo {
  width: 100%;
}
.map__text {
  padding: 25px 20px 40px 30px;
}
.map__text h3 {
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.map__date {
  margin-bottom: 36px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #AEABA9;
}
.map__link {
  display: inline-block;
  color: #61942a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
}
.house {
  padding-bottom: 60px;
}
.house__top-text {
  display: none;
}
.house__photo {
  position: relative;
  margin-bottom: 30px;
}
.house__date {
  position: absolute;
  left: 30px;
  top: 30px;
  background: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #AEABA9;
  padding: 9px 16px;
}
.house__name {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.house__project {
  margin-bottom: 16px;
  font-size: 21px;
  line-height: 24px;
}
.house__project a {
  color: #61942a;
}
.house__data {
  margin-bottom: 18px;
  position: relative;
  background: #F9F9F9;
  padding: 19px 10px 19px 70px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #AEABA9;
}
.house__data span {
  display: block;
  color: #131313;
}
.house__data img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.house__phone {
  display: block;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.house__phone:hover {
  color: #61942a;
}
.house__mess {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
}
.house__mess a:nth-child(1) {
  color: #039BE5;
}
.house__mess a:nth-child(2) {
  color: #61942a;
}
.house__button {
  width: 215px;
  height: 60px;
  background: #61942a;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.house__button:hover {
  filter: brightness(1.2);
}
.house__gallery {
  padding-top: 80px;
}
.house__gallery .col-6 {
  margin-bottom: 20px;
}
.house__gallery-item {
  height: 100%;
  overflow: hidden;
  font-size: 0;
}
.house__gallery-item:hover img {
  transform: scale(1.1);
}
.house__gallery-item img {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog {
  padding-bottom: 50px;
}
.catalog__name {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 52px;
}

.catalog__subname {
	margin-bottom: 30px;
    font-weight: 700;
    font-size: 26px;
    margin-top: 40px;
}


.catalog__filter-button {
  width: 100%;
  height: 40px;
  background: #61942a;
  font-size: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  display: none;
}
.catalog__filters {
  background: #F9F9F9;
  margin-bottom: 52px;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog__tags {
  background: #F9F9F9;
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
	flex-direction: column;

}

.catalog__tags p {
	margin-bottom: 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
display: block;
}


.catalog__tags > div {

position: relative;
    line-height: 20px;
    max-height: 90px;
    overflow: hidden;
}

.catalog__bottom_tags > div {

	position: relative;
    line-height: 20px;
    max-height: 65px;
    overflow: hidden;
}


.catalog__tags > div.cut-trigger, .catalog__bottom_tags > div.cut-trigger {
    max-height: none;
}

.catalog__tags > div.cut-trigger.cut{
    max-height: 90px;
}

.catalog__bottom_tags > div.cut-trigger.cut {
    max-height: 65px;
}

.catalog__bottom_tags > div a + span {
	margin-right: 10px;
}


.catalog__tags > div a {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    color: rgb(161, 161, 161);
    text-decoration: none;
    margin: 0px 10px 10px 0px;
    padding: 8px 15px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-image: initial;
}

.catalog__tags > div a:hover {
	color: rgb(255, 255, 255);
    background: rgb(97, 148, 42);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(97, 148, 42);
    border-image: initial;
}

.catalog__tags > div a.active {
	color: #fff;
    background: #61942a;
    border: 1px solid #61942a;
}

.catalog__tags > a.more-link, .catalog__bottom_tags > a.more-link {
	 border: 0;
    padding: 0;
    background: none;
    color: #61942a;
    text-decoration: underline;
    margin: 0;
	font-size: 12px;
	display: inline-block;
}


.catalog__bottom_tags > a.more-link {
	 border: 0;
    padding: 0;
    background: none;
    color: #61942a;
    text-decoration: underline;
    margin-top: 10px;
	font-size: 12px;
	
}


.catalog__bottom_tags {
	margin-top: 40px;	
}

.catalog__bottom_tags p {
	font-weight: bold;
}


   

    

.catalog__filters-item {
  font-size: 0;
  position: relative;
}
.catalog__filters-item:nth-child(1) {
  width: 14.5%;
}
.catalog__filters-item:nth-child(2) {
  width: 17%;
}
.catalog__filters-item:nth-child(3) {
  width: 17.5%;
}
.catalog__filters-item:nth-child(4) {
  width: 17%;
}
.catalog__filters-item:nth-child(5) {
  width: 20.5%;
}
.catalog__filters-item:not(:last-child):after {
  content: "";
  position: absolute;
  right: -13px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #EBECEC;
}
.catalog__filters-item p {
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
}
.catalog__filters-item a {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  font-size: 12px;
  line-height: 16px;
  color: #A1A1A1;
  padding: 8px 15px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
}
.catalog__filters-item a.active {
  color: #fff;
  background: #61942a;
  border: 1px solid #61942a;
}
.catalog__filters-item a:hover {
  color: #fff;
  background: #61942a;
  border: 1px solid #61942a;
}
.catalog__filters-item a.hidden {
  display: none;
}
.catalog__filters-item a.hidden.opened {
  display: inline-block;
opacity: 1; 
visibility: visible; 
}
.catalog__filters-item a.catalog__filters-link {
  border: 0;
  padding: 0;
  background: none;
  color: #61942a;
  text-decoration: underline;
  margin: 0;
}
.catalog__filters-line {
  width: 1px;
  background: #EBECEC;
}

.catalog__top-text {
	margin-bottom: 40px;
	font-size: 16px;
}

.catalog__top-text p {
	position: relative;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
}

.catalog__top-text p.cut-trigger {
	max-height: none;
}

.catalog__top-text p.cut {
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.catalog__top-text a.more-link {
	border: 0;
    padding: 0;
    background: none;
    color: #61942a;
    text-decoration: underline;
    margin: 10px 0 0 0;
	display: inline-block;
	font-size: 12px;
}

.catalog__sort {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #EBECEC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.catalog__sort p {
  margin-top: 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.05em;
  color: #A1A1A1;
}
.catalog__sort p a {
  display: inline-block;
  color: #61942a;
  margin-left: 30px;
}
.catalog__sort select {
  width: 160px;
  height: 40px;
  border: 1px solid rgba(1, 1, 1, 0.1);
  appearance: none;
  padding: 0 15px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
  background: url('img/select.svg') no-repeat right 15px top 50%;
}
.catalog__item {
  border: 1px solid #EBECEC;
  margin-bottom: 20px;
  position:relative;
}
.catalog__item .projects__adress {
  top: 20px;
  left: 20px;
}
.catalog__scheme {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.catalog__info {
  padding: 20px 20px 5px 20px;
}

.catalog__info a {
	text-decoration: none;
}

.catalog__info h3 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.02em;
}

.catalog__info a:hover h3 {
	color: #61942a;
}



.catalog__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 1px solid #EBECEC;
  border-top: 1px solid #EBECEC;
}
.catalog__data .house__data {
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  margin-bottom: 0;
  padding: 8px 5px 8px 55px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.02em;
  border-right: 1px solid #EBECEC;
  border-bottom: 1px solid #EBECEC;
}
.catalog__data .house__data img {
  left: 15px;
}
.catalog__prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.catalog__prices:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  z-index: 2;
}
.catalog__prices:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 15px;
  background: #fff;
  z-index: 2;
  margin-left: -1px;
}
.catalog__price {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #AEABA9;
  border-bottom: 1px solid #EBECEC;
}
.catalog__price:nth-child(2n-1) {
  border-right: 1px solid #EBECEC;
}
.catalog__price.no-border {
	border-right: 0;
}

.catalog__price:nth-child(2n) {
  padding: 15px 0 15px 20px;
}
.catalog__price span {
  display: block;
  color: #131313;
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.catalog__price button {
  width: 100%;
  height: 60px;
  color: #fff;
  text-transform: uppercase;
  background: #61942a;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.catalog__price button:hover {
  filter: brightness(1.2);
}
.project {
  padding-bottom: 70px;
}
.project__name {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 42px;
  line-height: 46px;
}
.project__photos {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.project__photos .hero__slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.project__photos .hero__slider-arrow--prev {
  left: 30px;
}
.project__photos .hero__slider-arrow--next {
  right: 30px;
}
.project__previews {
  margin-bottom: 30px;
  overflow: hidden;
}
.project__previews .swiper-slide {
  cursor: pointer;
  opacity: .5;
}
.project__previews .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.project__prices {
  margin-bottom: 30px;
  border-top: 1px solid #EBECEC;
}
.project__prices .radio {
  display: none;
}
.project__prices .radio + label {
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #EBECEC;
  padding: 20px 0 20px 25px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.05em;
  background: url('img/radio.svg') no-repeat left;
}
.project__prices .radio + label span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  white-space: nowrap;
  color: #131313;
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.project__prices .radio:checked + label {
  color: #61942a;
  background: url('img/radio2.svg') no-repeat left;
}
.project .hero__link {
  display: block;
  width: calc(100% - 70px);
  padding: 21px 32px;
  padding: 21px 32px 21px 102px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 12px;
  
}
.project__consult {
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  border: 1px solid #D6D6D6;
  background: none;
  text-transform: uppercase;
  color: #61942a;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.05em;
  overflow: hidden;
  position: relative;
}
.project__consult:hover {
  border: 1px solid #61942a;
}
.project__consult:hover span {
  border-left: 1px solid #61942a;
}
.project__consult span {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 60px;
  line-height: 60px;
  border-left: 1px solid #D6D6D6;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  display:flex;
  align-items:center;
  justify-content:center;
}
.project__consult span img {
  vertical-align: middle;
  width: 25px;
}
.project__tech {
  padding: 30px 0;
}
.project__tech p {
  margin-bottom: 15px;
  line-height: 18px;
}
.project__tech p a {
  color: #61942a;
}
.project__data {
  padding-bottom: 80px;
}
.project__h2 {
  margin-bottom: 20px;
  border-bottom: 1px solid #EBECEC;
  font-weight: 700;
  font-size: 28px;
  line-height: 46px;
}
.project__h2 span {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
}
.project__h2 span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #131313;
}
.project__plan {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
  flex-wrap:wrap;
}
.project__complects {
  background: #F9F9F9;
  padding: 40px 0 70px;
  margin-bottom: 65px;
}
.project__complects h3 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
.project .tabNavigation {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  padding: 10px;
}
.project .tabNavigation li {
  width: 50%;
}
.project .tabNavigation li:not(:last-child) {
  border-right: 1px solid #EBECEC;
}
.project .tabNavigation li a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 20px 20px 20px 40px;
  background: url('img/radio.svg') no-repeat 20px 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.project .tabNavigation li a.selected {
  background: url('img/radio2.svg') no-repeat 20px 50%;
  color: #61942a;
}
.project .tabNavigation li a.selected:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -10px;
  width: calc(100% - 40px);
  height: 2px;
  background: #61942a;
}
.project .tabNavigation li a span {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 131.2%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}


.id_75 .tabNavigation {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  padding: 10px;
}
.id_75 .tabNavigation li {
  width: 49%;
}
.id_75 .tabNavigation li:not(:last-child) {
  border-right: 1px solid #EBECEC;
}
.id_75 .tabNavigation li a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 20px 20px 20px 40px;
  background: url('img/radio.svg') no-repeat 20px 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.id_75 .tabNavigation li a.selected {
  background: url('img/radio2.svg') no-repeat 20px 50%;
  color: #61942a;
}
.id_75 .tabNavigation li a.selected:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -10px;
  width: calc(100% - 40px);
  height: 2px;
  background: #61942a;
}
.id_75 .tabNavigation li a span {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 131.2%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.id_75 .tabs ul.tabNavigation  {
	list-style: none!important;
}



.id_240 .tabNavigation {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  padding: 10px;
}
.id_240 .tabNavigation li {
  width: 25%;
}
.id_240 .tabNavigation li:not(:last-child) {
  border-right: 1px solid #EBECEC;
}
.id_240 .tabNavigation li a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 20px 20px 20px 40px;
  background: url('img/radio.svg') no-repeat 20px 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.id_240 .tabNavigation li a.selected {
  background: url('img/radio2.svg') no-repeat 20px 50%;
  color: #61942a;
}
.id_240 .tabNavigation li a.selected:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -10px;
  width: calc(100% - 40px);
  height: 2px;
  background: #61942a;
}
.id_240 .tabNavigation li a span {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 131.2%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.id_240 .tabs ul.tabNavigation  {
	list-style: none!important;
}




.project__table {
  margin-bottom: 60px;
  background: #fff;
  padding: 15px 30px;
}
.project__table table {
  width: 100%;
}
.project__table table tr:not(:last-child) {
  border-bottom: 1px solid rgba(1, 1, 1, 0.2);
}
.project__table table tr:first-child td {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}
.project__table table tr td {
  padding: 15px 0;
  font-size: 16px;
  line-height: 22px;
  width: 50%;
}
.project__info-link {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url('img/info2.svg');
}
.project__params {
  background: #fff;
  margin-bottom: 40px;
  padding: 30px 30px 1px 30px;
}
.project__params h4 {
  margin-bottom: 30px;
  padding-left: 40px;
  position: relative;
  font-weight: 800;
  font-size: 16px;
  line-height: 131.2%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.project__params h4 input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
}
.project__params h4 img {
  vertical-align: middle;
}
.project__params h4 span {
  padding-left: 234px;
  font-weight: 600;
  position: relative;
}
.project__params h4 span:before {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 4px;
  border-bottom: 1px dotted rgba(1, 1, 1, 0.2);
  width: 223px;
}
.project__params .row {
  padding-bottom: 10px;
}
.project__params .row .col-sm-6 {
  margin-bottom: 20px;
}
.project__param {
  height: 100%;
  background: #F9F9F9;
  padding: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #AEABA9;
}
.project__param span {
  display: block;
  margin-top: 5px;
  color: #61942a;
}
.project__param2 {
  height: 100%;
  background: #F9F9F9;
  padding: 20px;
  font-size: 16px;
  line-height: 21px;
  color: rgba(1, 1, 1, 0.7);
}
.project__param2 span {
  display: block;
  color: #131313;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}
.project__options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-right: -20px;
}
.project__option {
  width: calc(20% - 20px);
  margin: 0 20px 20px 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #EDEDED;
  padding: 20px 20px 90px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  position: relative;
}
.project__option-price {
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: calc(100% - 40px);
  height: 40px;
  border-top: 1px solid #EDEDED;
}
.project__option-price input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  z-index: 3;
}
.project__option-price span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 131.2%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.project__option-price span a {
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  line-height: 131.2%;
  margin-top: 5px;
}
.project__option-price .project__info-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.project__result h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
}
.project__result .flex {
  position: relative;
}
.project__result .flex:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  border-bottom: 1px dashed rgba(1, 1, 1, 0.2);
}
.project__result .flex p {
  font-size: 12px;
  line-height: 17px;
  margin-top: 11px;
  position: relative;
  background: #fff;
  z-index: 2;
  padding-right: 5px;
}
.project__result .flex span {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  position: relative;
  background: #fff;
  z-index: 2;
  padding-left: 5px;
}
.project__print {
  width: 100%;
  height: 60px;
  position: relative;
  border: 1px solid #D6D6D6;
  padding-right: 70px;
  background: none;
  text-transform: uppercase;
  color: #61942a;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.project__print:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 100%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  background: url('img/print.svg') no-repeat center;
  border-left: 1px solid #D6D6D6;
}
.project__print:hover {
  border: 1px solid #61942a;
}
.project__print:hover:after {
  border-left: 1px solid #61942a;
}
.popup {
  padding: 70px 20px 30px 20px!important;
}
.popup h2 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 28px;
  line-height: 46px;
}
.popup h3 {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #AEABA9;
}
.popup__complect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
}
.popup__complect:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  border-top: 1px dashed rgba(1, 1, 1, 0.2);
}
.popup__complect span {
  position: relative;
  z-index: 2;
  background: #fff;
}
.popup__complect span:nth-child(1) {
  font-weight: 800;
  font-size: 18px;
  line-height: 131.2%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-right: 5px;
}
.popup__complect span:nth-child(2) {
  font-weight: 600;
  font-size: 18px;
  line-height: 131.2%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-left: 5px;
}
.popup__select {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EBECEC;
}
.popup__select .radio {
  display: none;
}
.popup__select .radio + label {
  display: block;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-left: 30px;
  background: url('img/radio.svg') no-repeat left;
  color: rgba(1, 1, 1, 0.3);
  position: relative;
}
.popup__select .radio + label:before {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 6px;
  width: calc(100% - 30px);
  border-top: 1px dashed rgba(1, 1, 1, 0.2);
}
.popup__select .radio + label span {
  position: relative;
  z-index: 2;
  background: #fff;
}
.popup__select .radio + label span:nth-child(1) {
  font-weight: 800;
  font-size: 16px;
  line-height: 131.2%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-right: 5px;
}
.popup__select .radio + label span:nth-child(2) {
  font-weight: 600;
  font-size: 16px;
  line-height: 131.2%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-left: 5px;
}
.popup__select .radio:checked + label {
  background: url('img/radio2.svg') no-repeat left;
  color: #131313;
}
.popup__option {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EBECEC;
}
.popup__option p {
  width: 50%;
}
.popup__price {
  position: absolute;
  right: 0;
  bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 131.2%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.popup__result {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
}
.popup__result span {
  display: block;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
.popup__bottom-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  opacity: .4;
}
.popup__bottom-text a {
  color: #61942a;
}

.popular__list .catalog__data .house__data {
		font-size:12px;
	  }

@media (max-width: 1600px) {
	.popular__list .catalog__data .house__data {
		width: 50%;
		font-size:13px;
	  }
	
}


@media (max-width: 1399px) {
 
	.header__buttons button:nth-child(1) {
    width: 170px;
  }
  .header__buttons button:nth-child(2) {
    width: 210px;
  }
  .header__logo a span {
    margin-left: 15px;
  }
  .menu__catalog {
    width: 160px;
  }
  .menu__catalog ul {
    padding: 20px 24px;
  }
  .menu__list li:not(:last-child) {
    margin-right: 15px;
  }
  .categories__company {
    font-size: 46px;
  }
  .categories__company h3 {
    font-size: 46px;
  }
  .categories__bottom-text {
    margin-left: 0;
  }
  .advantages__icon {
    width: 50px;
  }
  .footer__dev a {
    margin-left: 5px;
  }
  .house__data {
    font-size: 14px;
    line-height: 19px;
    padding: 18px 10px 18px 60px;
  }
  .house__data img {
    left: 15px;
  }
  .house__phone {
    font-size: 30px;
    line-height: 1.2;
  }
  .house__button {
    width: 190px;
  }
  .catalog__filters-item a {
    padding: 8px 10px;
  }
  .catalog__filters, .catalog__tags {
    padding: 20px;
  }

	
  .catalog__data .house__data {
    width: 50%;
  }
}
@media (max-width: 1199px) {

	
	
	.header__logo a span {
    display: none;
  }
  .menu {
    height: 50px;
    line-height: 50px;
  }
  .menu__links {
    height: 50px;
  }
  .menu__links a {
    width: 50px;
  }
  .menu__catalog {
    width: 120px;
  }
  .menu__catalog-button {
    padding-left: 0;
  }
  .menu__catalog ul {
    width: 160%;
  }
  .menu__links a {
    height: 50px;
    background-size: 16px!important;
  }
  .menu__list li a {
    font-size: 11px;
  }
  .hero__text {
    margin-bottom: 60px;
  }
  .categories__company {
    font-size: 36px;
  }
  .categories__company h3 {
    font-size: 36px;
  }
  .categories__bottom-text {
    font-size: 16px;
  }
  .footer__form h3 {
    font-size: 46px;
  }
  .footer__contacts {
    padding-left: 10px;
  }
  .footer__dev a {
    display: block;
    margin: 0;
  }
  .map__count {
    text-align: left;
    margin: 0 0 40px 0;
  }
  .map__nav-list li:not(:last-child) {
    margin-right: 20px;
  }
  .map__nav-list li a {
    letter-spacing: 0;
  }
  .map__active-projects {
    letter-spacing: 0;
  }
  .house__button {
    width: 100%;
    margin-top: 20px;
  }
  .catalog__filters-item {
    width: 100% !important;
  }
  .catalog__filters-item:not(:last-child):after {
    display: none;
  }
  .catalog__filters-item:not(:last-child) {
    padding-bottom: 10px;
  }
  .catalog__price span {
    font-size: 20px;
  }
  .project .tabNavigation li a span {
    letter-spacing: 0;
    font-size: 14px;
  }
  .project__option {
    width: calc(25% - 20px);
  }
  .project__result {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .menu {
    display: none;
  }
  .header__hours {
    display: none;
  }
  .header__phones {
    display: none;
  }
  .header__buttons {
    display: none;
  }
  .header__logo {
    margin: 0;
  }
  .header__burger {
    display: block;
  }
  .mobile-menu.mobile-menu--opened {
    display: block;
  }
  .hero__item {
    padding: 60px 0;
  }
  .hero__name {
    font-size: 40px;
  }
  .hero__text {
    margin-bottom: 30px;
  }
  .hero__slider-nav {
    bottom: 60px;
  }
  .categories {
    padding: 60px 0;
    background: none;
  }
  .categories__name {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .categories__company {
    text-align: center;
    margin-bottom: 30px;
  }
  .categories__list {
    padding-bottom: 30px;
  }
  .categories__logo {
    display: none;
  }
  .advantages__name, .popular__name, .exrou_name {
    font-size: 40px;
  }
	.popular__list {
		 padding-bottom: 30px;
	}
	.popular__subname {
		margin-bottom: 30px;
	}
	
  .advantages__item h3 {
    font-size: 24px;
  }
  .advantages__item p {
    font-size: 16px;
  }
  .projects__name {
    font-size: 40px;
  }
  .projects__adress {
    top: 20px;
    left: 20px;
  }
  .projects {
    padding-bottom: 40px;
  }
  .footer {
    padding: 50px 0;
  }
  .footer__form {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .breadcrumbs {
    border-top: 1px solid #eee;
    padding: 30px 0;
  }
  .map__name {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .map__count {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .map__nav-list {
    width: 100%;
    padding-bottom: 10px;
  }
  .map__nav-list li {
    margin: 0 10px 10px 0!important;
  }
  .house__gallery {
    padding-top: 40px;
  }
  .catalog__name {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .catalog__data .house__data {
    width: 25%;
  }
  .project__data {
    padding-bottom: 40px;
  }
  .project .tabNavigation li {
    width: 100%;
  }
  .project .tabNavigation li a.selected:after {
    display: none;
  }
  .project .tabNavigation li:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #EBECEC;
  }
  .id_75 .tabNavigation li {
    width: 100%;
  }
  .id_240 .tabNavigation li {
    width: 100%;
  }

  .project__option {
    width: calc(33.33334% - 20px);
  }
  .house__name {
    display: none;
  }
  .house__project {
    display: none;
  }
  .house__top-text {
    display: block;
    margin-bottom: 25px;
  }
  .house__top-text .house__name {
    display: block;
  }
  .house__top-text .house__project {
    display: block;
  }
}
@media (max-width: 767px) {
  .hero__item {
    position: relative;
  }
  .hero__item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(1, 1, 1, 0.3);
  }
  .hero__item .container {
    position: relative;
    z-index: 2;
  }
  .projects__name {
    margin-bottom: 30px;
  }
  .projects .hero__link {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    display: block;
    width: calc(100% - 70px);
  }
  .footer__menu {
    margin-bottom: 30px;
  }
  .footer__dev {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
  }
  .footer__dev a {
    display: inline-block;
    margin: 0 0 0 20px;
  }
  .catalog__data .house__data {
    width: 50%;
  }
  .project__name {
    font-size: 36px;
    line-height: 1.2;
  }
  .project__params h4 span {
    padding-left: 20px;
  }
  .project__params h4 span:before {
    display: none;
  }
  .project__option {
    width: calc(50% - 20px);
  }
  .project__print {
    margin-bottom: 20px;
  }
  .header {
    background: #fff;
    top: 0;
    z-index: 10;
    width: 100%;
    position: fixed;
	opacity: 1;
    visibility: visible;
	transition: opacity 0.3s ease, visibility 0.3s;
  }
  body {
	padding-top: 75px;
  }
}
@media (max-width: 575px) {
  .hero__link {
    padding: 18px 20px;
  }
  .hero__link:after {
    width: 50px;
  }
  .hero__slider-nav {
    bottom: 62px;
  }
  .hero__slider-arrow {
    width: 40px;
    height: 40px;
  }
  .hero__name {
    font-size: 32px;
  }
  .categories__name {
    font-size: 32px;
  }
  .categories__item {
    height: 240px;
  }
  .categories__count {
    top: 20px;
    left: 20px;
  }
  .categories__label {
    font-size: 24px;
    line-height: 1.2;
    padding: 20px;
  }
  .categories__company {
    font-size: 24px;
  }
  .categories__company h3 {
    font-size: 24px;
  }
  .categories__company img {
    width: 24px;
  }
  .categories {
    margin-bottom: 0;
  }
  .advantages__name, .popular__name, .exrou_name {
    font-size: 32px;
  }
  .advantages__top-text {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .advantages__item {
    padding: 20px 85px 20px 20px;
  }
  .advantages__icon {
    top: 20px;
    right: 20px;
  }
  .advantages {
    padding-bottom: 40px;
  }
  .projects__name {
    font-size: 32px;
  }
  .projects__label {
    padding: 20px 0;
    font-size: 24px;
    line-height: 30px;
  }
  .footer__form h3 {
    font-size: 32px;
  }
  .footer__hours {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 24px;
  }
  .footer__social {
    padding: 20px 20px 1px 20px;
  }
  .footer__social h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .footer__qr {
    display: none;
  }
  .footer__contacts {
    padding-left: 0;
  }
  .map__name {
    font-size: 32px;
  }
  .map__nav {
    padding: 25px 0;
  }
  .map__count {
    margin-bottom: 25px;
  }
  .map__map {
    height: 400px;
  }
  .map__map-info {
    width: 160px;
    background-size: 60px;
  }
  .map__text {
    padding: 15px;
  }
  .map__text h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .map__date {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .map__link {
    font-size: 12px;
    line-height: 15px;
  }
  .map__map-item {
    width: 32px;
    height: 36px;
  }
  .breadcrumbs__home {
    padding-left: 20px;
  }
  .breadcrumbs {
    font-size: 13px;
  }
  .house__date {
    top: 20px;
    left: 20px;
  }
  .house__name {
    font-size: 24px;
  }
  .house__project {
    font-size: 16px;
    line-height: 20px;
  }
  .house__phone {
    font-size: 24px;
  }
  .house {
    padding-bottom: 40px;
  }
  .house__gallery {
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 30px;
  }
  .house__gallery .col-6 {
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .catalog__name {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .catalog__filters {
    margin-bottom: 30px;
  }
  .catalog__sort p {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .catalog__sort select {
    width: 100%;
  }
  .catalog__sort {
    margin-bottom: 25px;
  }
  .catalog__scheme {
    width: 80px;
  }
  .catalog__info h3 {
    font-size: 20px;
  }
  .catalog__price {
    width: 100%;
  }
  .catalog__price:nth-child(2n) {
    padding: 15px 0;
  }
  .catalog {
    padding-bottom: 30px;
  }
  .project__name {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .project__photos .hero__slider-arrow--prev {
    left: 20px;
  }
  .project__photos .hero__slider-arrow--next {
    right: 20px;
  }
  .project .hero__link {
    width: calc(100% - 58px);
  }
  .project__consult {
    padding-right: 70px;
  }
  .project__complects {
    padding: 30px 0 10px;
    margin-bottom: 40px;
  }
  .project__h2 {
    font-size: 24px;
    line-height: 40px;
  }
  .project__table table tr td {
    font-size: 14px;
    line-height: 20px;
  }
  .project__table table tr:first-child td {
    font-size: 16px;
    line-height: 24px;
  }
  .project__table {
    padding: 15px;
    margin-bottom: 30px;
  }
  .project__params h4 span {
    display: block;
    padding: 5px 0 0 0;
  }
  .project__params {
    padding: 20px 20px 1px 20px;
  }
  .project__option {
    width: calc(100% - 20px);
    padding: 20px 20px 70px 20px;
  }
  .project__print {
    padding-right: 58px;
    padding: 0 78px 0 20px;
  }
  .project__print:after {
    width: 58px;
  }
  .project {
    padding-bottom: 50px;
  }
  .popup h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  .popup__select .radio + label span {
    padding: 0!important;
    width: 100%;
  }
  .catalog__item .projects__adress {
    font-size: 10px;
    top: 10px;
    left: 10px;
  }
  .catalog__data .house__data {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 5px 8px 40px;
  }
  .catalog__data .house__data img {
    left: 10px;
    width: 20px;
  }
  .catalog__filter-button {
    display: block;
    margin-bottom: 20px;
  }
  .catalog__filters {
    display: none;
  }
  .catalog__filters.catalog__filters--opened {
    display: block;
  }
  .project__prices .radio + label span {
    font-size: 20px;
  }
  .house__data {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 5px 8px 40px;
  }
  .house__data img {
    left: 10px;
    width: 20px;
  }
  .house__main-content .col-lg-6:nth-child(1) {
    order: 2;
  }
  .house__main-content .col-lg-6:nth-child(2) {
    order: 1;
  }
  .house__photo {
    margin: 30px 0 0 0;
  }
}

.catalog__price button {
	position:relative;
}
.catalog__price button a {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	color:#fff;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
}
.catalog__scheme {
    display: flex;
    gap: 5px;
}
.iscontent ul {
	list-style:disc;
}
.iscontent ul {
	list-style:disc;
	padding-left: 40px;
}

.iscontent ol {
	list-style: auto;
	padding-left: 20px;
}

.iscontent ol > li::marker {
  font-weight: bold;
}

.iscontent blockquote {
	background-color: #fafafa;
	padding: 30px;
	border-left: 3px solid #61942a;
	font-size: 20px;
	margin: 40px 0 40px 20px;
}

.iscontent blockquote > p:last-child  {
	margin-bottom: 0 !important: 
}

.iscontent {
	line-height:1.4;
}
.iscontent p,
.iscontent ul,
.iscontent ol,
.iscontent table {
	margin-bottom:20px;
}
.iscontent h2,
.iscontent h3,
.iscontent h4,
.iscontent h5,
.iscontent h6 {
	margin-bottom:20px;
	margin-top:30px;
}
.iscontent > h2:first-child,
.iscontent > h3:first-child,
.iscontent > h4:first-child,
.iscontent > h5:first-child,
.iscontent > h6:first-child {
	margin-top:0;
}

.iscontent table td {
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}

@media (max-width: 992px) {
	
	.iscontent table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.iscontent table td {
		min-width: 200px;	
	}
	
	.iscontent table td p {
		font-size: 16px !important;
	}
	
}

.right_column_floating_buttons {
	padding: 30px;
	background-color: #FAFAFA;
	position: sticky;
    top: 60px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.right_column_floating_buttons button {
	width: 100% !important;
}

.char-wrapp {
    margin-top:16px;
}
.char-wrapp .props_table {
    width: 100%;
}
.char-wrapp .char_name {
    font-weight: bold;
    font-style: italic;
    text-align: left;
    position: relative;
}
.char-wrapp .props_table .char_name span {
    font-style: normal;
    padding-right: 10px;
    left: -2px;
}
.char-wrapp .props_table .char_value {
    text-align: right;
}
.char-wrapp .props_table td {
    padding: 5px 0;
    border-bottom: 1px dotted #aaa;
}
.char-wrapp .props_table .char_value span {
    padding-left: 10px;
    right: -2px;
}
.isphotos > div {
    margin-bottom: calc(var(--bs-gutter-x) * 1);
}
.page_otchet .iscontent h2 {
	padding-top: 45px;
}
.page_catnedavno .catalog__prices button {
    width: 100%;
    height: 60px;
    color: #fff;
    text-transform: uppercase;
    background: #61942a;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.05em;
}
.page_catnedavno .catalog__prices button a {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	color:#fff;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
}
.page_catnedavno .catalog__prices:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width:0px;
  z-index: 2;
  margin-left: -1px;
}
.page_catnedavno .catalog__prices button:hover {
  filter: brightness(1.2);
}
.page_catnedavno h2 {
	padding-bottom: 15px;
    padding-top: 25px;
    font-weight: 600;
    text-align: center;
}
.page_second .iscontent p, 
.page_second .iscontent td, 
.page_second .iscontent li {
	font-size: 20px;
}

.page_catalog .iscontent {
	margin-top: 40px;	
}

.page_catalog .iscontent p, 
.page_catalog .iscontent td, 
.page_catalog .iscontent li {
	font-size: 20px;
}



.accordion {
    width: 100%;
    margin: 40px 0;
}

.panel {
    margin-bottom: 5px;
}

.panel-heading {
    background-color: #f9f9f9;
    padding: 30px;
    cursor: pointer;
	display: flex;
	align-items: center;
}

.panel-title {
    margin: 0;
    font-weight: normal;
	display: flex;
	align-items: center;
	font-size: 22px;
}

.accordion-toggle {
    text-decoration: none;
    color: #333;
}

.accordion-toggle.active {
    background-color: #61942a;
    color: white;
}

.accordion-icon {
    display: inline-block;
    text-align: center;
	height: 40px;
	width: 40px;
	line-height: 30px;
    border-radius: 50%;
    background-color: #ddd;
    color: #333;
    margin-right: 8px;
    font-size: 30px;
	font-weight: bold;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	margin-top: -2px;
	flex-shrink: 0;
}

.accordion-toggle.active .accordion-icon {
    background-color: #456a1e;
    color: white;
}

.panel-body {

    border: 1px solid #EBECEC;
	font-size: 18px;
	padding: 30px;
}



.warranty_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
	justify-content:space-between;
}
.warranty_four_list li {
    width: 24%;
    padding: 10px;
    border: 1px solid #61942a;
    border-radius: 5px;
}
.warranty_img {
    text-align: center;
}
.icon-box {
    width: 80px;
    fill: #61942a;
    stroke: #61942a;
}
.warranty_title {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.warranty_middle_list li {
    width: 49%;
    padding: 20px;
    color: #fff;
    background: #61942a;
    border-radius: 5px;
    text-align: center;
}
.warranty_two_list li {
    width: 32.5%;
    padding: 20px;
    border: 1px solid #61942a;
    border-radius: 5px;
}
.warranty_two_list {
    justify-content: center;
}
@media (max-width:991px) {
	.warranty_four_list li {
		width: 49%;
	}
	.warranty_middle_list li {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .warranty_middle_list li, .warranty_two_list li, .warranty_four_list li {
        width: 100%;
    }
}
@media (max-width:575px) {
	.warranty_four_list li {
		width: 100%;
		padding:5px;
	}
	.warranty_four_list .warranty_img {
		padding:10px 0;
	}
	.warranty_two_list .warranty_img {
		padding:10px 0;
	}
	.warranty_four_list .icon-box {
		width: 60px;
		height:60px;
	}
	.warranty_two_list .icon-box {
		width: 60px;
		height:60px;
	}
}
ul.warranty_list  {
	list-style: none;
}
.stages__wrappitem {
    display: flex;
    gap: 20px;
    align-items: center;
	margin-bottom:20px;
}
.stages__text {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    display: block;
}
.stages__icon_item{
    width: 125px;
}
.stages__wrapp{
    justify-content: space-between;
    counter-reset: li-counter;
    list-style: none;
	padding-left: 20px;
}
.stages__img_item{position: relative;}
.stages__img_item::before {
    display: block;
    position: absolute;
    /* top: -30px; */
    left: -20px;
    font-size: 28px;
    line-height: 45px;
    font-weight: 700;
    color: #AA0001;
    counter-increment: li-counter;
    content: counter(li-counter);
    background-color: #fff;
    border: 3px solid #AA0001;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
}
@media (max-width: 767px) {
    .stages__wrappitem {
        text-align: center;
    }
}
.stages__text {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    display: block;
}
@media (max-width: 767px) {
    .stages__img_item::before {
        left: 85px;
    }
}
@media (max-width: 767px) {
    .stages__wrappitem {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .stages__wrappitem {
        display: block;
    }
}
.period {
    margin: 0 0 20px;
}
.color_bg {
    background-color: #61942a !important;
}
span.label {
    display: inline;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background: #999;
}
.page_second .iscontent a {
	color: #61942a;
}
.iscontent .article-img {
	padding-bottom: 20px;
}
.sale_dostavka {
    border: 4px solid #5baa00;
    padding: 20px 20px 20px 80px;
    margin-bottom: 15px;
    position: relative;
    border-radius: 5px;
}
.sale_dostavka:before {
    content: '';
    position: absolute;
    top: 20px;
    background: url(/assets/images/warning.png);
    background-size: cover;
    left: 20px;
    width: 40px;
    height: 40px;
}
.video-item {
	margin-top: 15px;
	margin-bottom: 15px;
	position:relative;
}
.ot {
	text-align:center;
	width:350px;
	height:480px;
	padding-top: 20px;
    padding-bottom: 20px;
}
#vkframepopup {
    padding: 0!important;
}
#vkframe {
    background: #000 url(./img/loading.gif) no-repeat center;
	background-size: 48px 48px;
    width: 1280px;
    max-width: 90vw;
    height: 720px;
    max-height: 90vh;
    border: none;
    display: block;
}
#vkframe + button {
	background:#fff;
}
.vkframe {
    display: block;
    position: relative;
    aspect-ratio: 16 / 9;
}
.vkframe:after {
    content: "";
    position: absolute;
    background: url(./img/play5.svg) no-repeat center center;
    background-size: 60px;
    opacity: .5;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.vkframe:hover:after {
    opacity: 1
}
.vkframe .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    opacity: .4;
    filter: blur(3px);
}
.vkframe img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    position: relative
}
.pid_125 .iscontent img {
	padding-bottom: 15px;
}
.reviews__item {
  margin-bottom: 30px;
}
.reviews__image {
  background: #f7f7f8;
  padding: 40px 20px 25px 86px;
  margin-bottom: 20px;
  position: relative;
}
.reviews__image:before {
  position: absolute;
  top: 22px;
  left: 20px;
  font-family: Arial;
  content: "\201C";
  font-size: 150px;
  line-height: 120px;
  color: #61942a;
}
.reviews__image:after {
  content: "";
  position: absolute;
  left: 30px;
  top: 100%;
  width: 21px;
  height: 20px;
  background: url('img/bord.png');
}
.reviews__author {
	font-size: 20px;
}
.btn-default {
    background-color: #61942a;
    border-color: #61942a;
    color: #ffffff !important;
}
.item-views .item .btn {
	background: #61942a!important;
}
.detail .ask_a_question .btn-default {
    margin: 0px 0px 15px;
    background-color: #61942a!important;
    border-color: #61942a!important;
}
.btn.btn-default.transparent.white:hover {
    background-color: #5a8a26 !important;
    border-color: #5a8a26 !important;
}
.textsta .title {
	padding-bottom: 30px;	
	font-weight: 600;
	font-size: 20px;
}
.item-views.list .items .row {
	margin-bottom: 50px;
}
.row.list .row {
    margin-bottom: 50px;
}
.agree {
	margin-top:20px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: left!important;
}
.agree .isagree {
    width: 18px!important;
    height: 18px;
    margin: 0!important;
    padding: 0;
    border-color: #444!important;
	-webkit-appearance: auto!important;
    appearance: auto!important;
}
.agree label {
    width: calc(100% - 28px)!important;
}
.agree * {
	cursor:pointer;
	line-height: 1;
	margin:0;
}
.agree a {
	text-decoration:underline;
}

.kuki {
	background: #f0f0f0;
    display: block;
    position: fixed;
    left: 30px;
    bottom: 30px;
    width: 440px;
    padding: 20px;
    font-weight: 300;
    line-height: 1.3;
    border-radius: 5px;
	z-index:100;
}

.kuki .txt a {
	color:#333333!important;
	text-decoration:underline;
}
.kuki .btns {
	display: flex;
    gap: 14px;
    margin-top: 15px;
}
.kuki .btns > * span {
	width:100%;
}
.kuki .btns > * {
	display: flex;
	flex-wrap:wrap;
    width: calc(50% - 7px);
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 8px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #444;
	color:#ffffff!important;
	text-align: center;
}
.kuki .btns > .ok {
	background:#61942a;
	color:#ffffff;
	border-color:#61942a;
}
.kuki.hidden {
	display:none;
}
@media (max-width:767px) {
	.kuki {
		font-size: 12px;
		left: 0;
		bottom: 0;
		width: auto;
		right: 0;
		border-radius: 0;
		padding: 10px;
	}
	.kuki .btns {
		gap: 10px;
		margin-top: 10px;
	}
}

@media (min-width:1650px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }
}

@media (min-width:1550px) and (max-width:1649px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px;
    }
}

@media (min-width:1450px) and (max-width:1549px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}

@media (min-width:1350px) and (max-width:1449px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1300px;
    }
}
.razrezy {
    position: relative;
    margin: 0 auto!important;
    max-width: 1920px;
	/*padding-bottom:100px;*/
}

.razrezy .bg .dot {
    display: flex;
    position: relative;
    z-index: 2;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #61942a;
    z-index: 4;
	color:#ffffff;
	align-items: center;
    justify-content: center;
	font-size:30px;
	text-decoration:none;
}
 .item-page .scheme .image img {
	border-radius: 20px;
 }
.razrezy .bg {
	/*background:#f0f0f0;*/
    position: relative;
}
.razrezy .bg .dot {
	position: absolute;
}

.razrez {
    width: 1600px;
    max-width: 100%;
    display: none;
    cursor: default!important;
	overflow: hidden;
	padding:30px;
}

.razrez .image {
    position: relative;
}

.razrez .image:before {
    content: '';
    display: block;
    padding-top: 70%;
}

.razrez .image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.razrez .small_numb {
    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000!important;
    font-weight: 500;
    font-size: 18px;
    position: absolute;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: help;
    border: 5px solid #61942a;
    transform: translate(-50%,-50%);
}

.razrez .small_numb.active {
    background: #61942a;
    color: #fff!important;
}

.razrez [data-isli] {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #f0f0f0;
    cursor: help;
    font-weight: 400;
    list-style: none;
    text-transform: uppercase;
    margin: 0!important;
	padding: 12px!important;
	font-size:16px;
	line-height:1.3;
}

.razrez [data-isli]:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.razrez [data-isli].active {
    background: #61942a;
    border-color: #61942a;
}

.razrez [data-isli].active span {
    color: #61942a;
    color: #ffffff;	
}
.razrez h2 {
	text-align:center;
	margin-bottom: 15px;
}
@media (max-width:575px) {
	.razrez .small_numb {
	width: 25px;
    height: 25px;
	font-size:14px;
	}
	.razrezy .bg .dot {
	width: 30px;
    height: 30px;
	}
	.razrez h2 {
	margin-bottom: 5px;
	font-size:18px;
	}
	.razrez [data-isli] {
	font-size: 14px;
	}
	.fancybox-content.razrez { 
	padding:15px;
	}
}
@media (max-width:991px) {
	.razrez .small_numb {
	width: 30px;
    height: 30px;
	font-size:15px;
	}
	.razrezy .bg .dot {
	width: 40px;
    height: 40px;
	}
}
.ajaxSearch_result {
	padding: 20px;
	background:#fff;
    margin-top: 20px;
	border-radius: 4px;
    color: #000;
    /* -webkit-box-shadow: 0 0 20px rgb(125 105 79 / 21%); */
    /* box-shadow: 0 0 20px rgb(125 105 79 / 21%); */
    transition: all .3s;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.ajaxSearch_result .breadc, .ajaxSearch_result .breadc a {
	font-size: 16px;
	text-decoration:none;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color:#8B8B8B;
}
.ajaxSearch_result .breadc a:hover {
	color:#2955C6;
}
.breadc {
    display: flex;
    align-items: center;
	flex-wrap:wrap;
}
.breadcrumbs {
	flex-wrap:wrap;
}
.breadc .b-delimetr {
    margin: 0 10px;
}
.breadc .b-icon {
	width: 50px;
    margin-right: 15px;
    flex-shrink: 0;
	border-radius: unset!important;
}

.ajaxSearch_result .breadc {

}
.ajaxSearch_highlight {
	background: #f0f0f0;
    padding: 4px;
    border-radius: 5px;
}
#ajaxSearch_input {
	width: 100%;
    height: 40px;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 0 40px;
    font-size: 17px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
#ajaxSearch_submit {
    position: absolute;
	border:none;
    top: 32%;
	right: 8px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(img/menu-link1.svg) no-repeat center;
    background-size: 24px;
}
input[value="Найти!"] {
	color: transparent;
}
#ajaxSearch_form {
	margin-bottom:40px;
	position:relative;
}
#ajaxSearch_form > fieldset:after {
	content:"";
	display:block;
	clear:both;
}
#ajaxSearch_form > fieldset > label:nth-child(2) {
	width:100%;
}
/*#ajaxSearch_form > fieldset > label:nth-child(3) {
	width:120px;
	float:left;
}*/
.iscontent a.ajaxSearch_resultLink {
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #121212;
    font-size: 24px;
    margin: 10px 0;
   /* display: inline-block;*/
}
.ajaxSearch_resultsDisplayed { display:none; }
.ajaxSearch_grpResultsDisplayed { display:none; }
.ajaxSearch_resultsDisplayed { display:none; }
.ajaxSearch_resultsDisplayed { display:none; }
.ajaxSearch_resultsDisplayed { display:none; }
.ajaxSearch_resultsDisplayed { display:none; }
.form #ajaxSearch_form {
    display: none !important;
} 
.project__option-price .project__info-link {
    z-index: 4;
}
.project .project__info-link .infodesc {
    position: relative;
    display: none;
	line-height:1.2;
    background: #61942a;
    padding: 10px;
    left: 0;
    z-index: 1;
    color: #fff;
    font-weight: 500;
    width: 240px;
	border-radius: 5px;
    font-weight: 300;
}
.project .project__options .project__info-link .infodesc {
    position: absolute; 
    display: none;
	line-height:1.2;
    background: #61942a;
    padding: 10px;
    right: 0;
    top: 0%; 
    z-index: 100;
    color: #fff;
    font-weight: 500;
    width: 240px;
	border-radius: 5px;
    font-weight: 300;
}
.project .project__info-link:hover .infodesc {
    display: block
}
input[type="file"] {
    display: none;
}
.clip-text {
    vertical-align: middle;
    display: flex;
    font-size: 20px;
    line-height: 30px;
    padding-left: 30px;
    background: url(img/clip.svg) no-repeat left;
    background-size: 24px;
    margin-top: 20px;
}
.balloon {
	width: 295px;
	background: #ffffff url(img/bg.svg) no-repeat right bottom;
}
	
.balloon .title {
	margin-top: 7px;
	margin-bottom: 7px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}
.balloon .addr {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #AEABA9;
}
.balloon .map__link {
	display: inline-block;
    color: #61942a;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
}


@media (min-width:1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width:1920px!important;
		width:100%;
		padding-left:60px;
		padding-right:60px;
	}
}
.catalog__price.w100 {
	width:100%;
}
.project__photos .swiper-slide img {
	width:100%;
}
.id_135 .catalog__info {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px;
	position:relative;
	padding-bottom:60px;
}

.id_135 .catalog__content {
    margin-bottom: 20px;
}

.id_135 .catalog__button {
	margin-top: auto;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.id_135 .catalog__button .btn {
    display: block;
    width: 100%;
    padding: 12px;
    background: #61942a;
    color: white;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s;
}

.id_135 .catalog__button .btn:hover {
    background: #61942a;
}
span.pluu {
	background:#b5d98e;
	padding:2px;
	border-radius:7px;
	line-height:2;
}
span.minn {
	background:#ff8a65;
	padding:2px;
	border-radius:7px;
	line-height:2;
}

.iscontent .tabNavigation {
	padding:0;
	justify-content:start;
	gap:20px;
}
.iscontent .tabNavigation li {
	width:auto;
	position:relative;
	border:none!important;
}
.iscontent .tabNavigation li::after {
	content:'';
	width:1px;
	height:100%;
	top:0;
	right:-10px;
	position:absolute;
	background:#EBECEC;
}
.iscontent .tabNavigation li:last-child::after {
	content:none;
}
.iscontent .tabNavigation li a.selected:after {
	left:0;
	width:100%;
}
.iscontent .tabNavigation li a.selected {
    background: url(img/radio2.svg) no-repeat 14px 48%;
    color: #61942a;
}
.iscontent .tabNavigation li a {
    background: url(img/radio.svg) no-repeat 14px 48%;
}
.iscontent .tabNavigation li a.selected:after {
    bottom: 0;
}
.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	margin-bottom: 20px;
}
.tags > span {
	padding: 5px 10px;
    border-radius: 100px;
    line-height: 1.4;
    font-size: 16px;
}

@media (max-width:767px) {
	.iscontent .tabNavigation li {
		width:100%;
	}
	.iscontent .tabNavigation {
		gap:0;
	}
	.iscontent .tabNavigation li::after {
		content:none;
	}
}

.statji {
	display:flex;
	flex-wrap:wrap;
	gap:20px;
}
.sta__item {
	width:calc(33.3334% - 14px);
    position: relative;
	flex-wrap:wrap;
    border: 1px solid #EBECEC;
	padding-bottom:85px;
}
@media (max-width:1199px) {
	.sta__item {
		width:calc(50% - 10px);
	}
}
@media (max-width:767px) {
	.sta__item {
		width:100%;
	}
}
.sta__item .info {
	border-top:none;
	padding:20px;
}
.sta__item .info > span:first-child {
	color:#888;
	font-weight:300;
	text-transform:uppercase;
}
.sta__item > a:first-child {
	display:block;
	margin:-1px -1px 0 -1px;
	filter:brightness(.97);
}
.sta__item a.btn {
    height: 60px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: block;
    color: #fff;
    background: #61942a;
    border-radius: 0;
    padding: 0;
    line-height: 60px;
	position:absolute;
	left:20px;
	bottom:20px;
	right:20px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.sta__item a.btn:hover {
    filter: brightness(1.2);
}
@media (max-width:1199px) {
	.sta__item h3{
		    font-size: 20px;
	}
	.sta__item .info {
		padding:10px;
	}
	.sta__item a.btn {
		left:10px;
		bottom:10px;
		right:10px;
	}
}
@media (max-width:767px) {
	.sta__item {
		width:100%;
	}
}

.footer__soc.max {
	position:relative;
}
.footer__soc.max svg {
	position:relative;
}
.footer__soc.max:hover {
    border: 1px solid #E3E3E3;
    background: #ffffff;
}
.footer__soc.max::before {
	content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: linear-gradient(45deg, rgba(68, 195, 253, 1) 0%, rgba(67, 97, 252, 1) 50%, rgba(132, 71, 229, 1) 100%);
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.footer__soc.max:hover::before {
	opacity:1;
}


@keyframes round360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.catalog.otchety .catalog__info {
	padding-bottom:20px;
}

.top_otchety.flex {
	align-items:center;
	gap:60px;
	margin-bottom: 30px;
}
.top_otchety.flex .map__name {
	margin-bottom: 0;
}
.top_otchety.flex .map__count {
	margin:0;
}

.otchety .catalog__item .projects__photo img {
	display:block;
	aspect-ratio: 16/9;
	object-fit:cover;
}

textarea.footer__input {
	resize: none;
    height: 160px;
    padding-top: 20px;
    overflow-y: scroll;
}
.project__consult a {
	text-decoration:none;
}
.footer .col-12 {
    display: flex;
    justify-content: left;
    gap: 50px;
    flex-wrap: wrap;
	text-align: center;
	padding-top:90px;
}

.footer .col-12 > div {
	display: flex;
    gap: 30px;
}

.footer .politika {
    display: inline-block;
}

@media (max-width: 768px) {
    .footer .col-12 {
        flex-direction: column;
        gap: 10px;		
    }
	
	.footer .col-12 > div {
		flex-direction: column;
        gap: 10px;	
	}
	.footer .politika:first-child {
	padding-top:30px;
	}
	.footer .politika:nth-child(2) {
	padding-top:0px;
	}
	.footer .politika {
	text-align:left;
		padding-top:30px;
	}
}

.header__phones .istabs {
	display:flex;
	gap:15px;
	align-items:center;
}
.header__phones .istabs .istabslinks {
	position: relative;
    padding: 10px 0;
}
.header__phones .istabs .istabslinks .vars {
position: absolute;
    background: #fff;
    padding: 10px;
    border: 1px solid rgba(1, 1, 1, 0.1);
    z-index: 2;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    top: 40px;
}
.header__phones .istabs .istabslinks .vars [data-gotab] {
    white-space: nowrap;
    background: #f0f0f0;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 100px;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header__phones .istabs .istabslinks .vars [data-gotab]:hover {
    background: #61942a;
	color:#fff;
}
.header__phones .istabs .istabslinks .isnow {
    line-height: 1.4;
	color:#61942a;
	cursor:pointer;
	width: 184px;
}
.header__phones .istabs .istabslinks .isnow span {
	border-bottom: 1px dashed #61942a;
	cursor:pointer;
}
.header__phones .istabs:not(.opened) .vars {
	display:none!important;
}

.istabs .istabscontent [data-istab]:not(.active) {
	display:none!important;
}

.header__phones .istabscontent [data-istab] a {
	font-weight:600;
	text-decoration:none;
}

@media (max-width:1299px) {
	.header__logo a span {
		display:none;
	}
}
@media (max-width:1199px) {
	.header__hours {
		
		display:none;
	}
}
.hidden {
	opacity: 0;
    visibility: hidden;
}