@charset "UTF-8";
@font-face {
  font-family: 'intro_regular';
  src: url("../fonts/intro-regular.ttf") format("truetype"), url("../fonts/intro-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'intro_bold';
  src: url("../fonts/intro-bold.ttf") format("truetype"), url("../fonts/intro-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

footer {
  background: #F3F7F5;
  color: #B7B7B7;
  margin-top: 120px;
}

.footer-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 542px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-image: url(../img/footer-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-feedback-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.footer-feedback-message {
  color: #303432;
  max-width: 482px;
  height: 100%;
  background: white;
  top: 0;
  margin-right: -29px;
  border-radius: 48px 48px 4px 48px;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 48px;
  -webkit-box-shadow: 4px 4px 40px #EBEBEB;
          box-shadow: 4px 4px 40px #EBEBEB;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-feedback-message:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.footer-feedback-message .footer-feedback-message-h3 {
  margin-bottom: 14px;
}

.footer-feedback-window {
  width: 717px;
  border-radius: 4px 4px 4px 48px;
  background-color: rgba(242, 242, 242, 0.8);
  padding: 60px 90px 60px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.footer-feedback-window .footer-feedback-window-button {
  max-width: 300px;
  width: 100%;
  height: 64px;
  margin: auto;
  margin-top: 32px;
  display: block;
  text-align: center;
  line-height: 260%;
}

.footer-feedback-window input {
  padding-left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 558px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 4px;
}

.footer-feedback-window .footer-feedback-window-p {
  color: #303432;
  margin-bottom: 10px;
}

.footer-info {
  min-height: 254px;
  height: 100%;
}

.footer-rights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 62px;
  height: 100%;
  border-top: 2px solid white;
}

.footer-rights .footer-rights-p {
  margin-top: auto;
  margin-bottom: auto;
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-info-logo {
  margin: auto;
}

.footer-info-logo img {
  width: 193px;
  height: 44px;
}

.footer-info-logo .footer-info-logo-p {
  margin-top: 24px;
  color: #B7B7B7;
}

.footer-info-media {
  padding: 1%;
  text-align: center;
  margin: auto;
}

.footer-info-media .footer-info-media-p {
  color: #08A652;
  margin-top: 12px;
}

.footer-info-media-messangers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

.footer-info-media-messangers img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 10px 8px 10px 8px;
  height: 50px;
  width: 50px;
}

.footer-info-media-messangers img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.footer-info-media-messangers-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-info-media-messangers-inn:first-child {
  margin-right: 1%;
}

.footer-info-media-messangers-inn .inn,
.footer-info-media-messangers-inn .ogrn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.footer-info-contacts {
  margin: auto;
}

.footer-info-contacts .footer-info-contacts-p {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 9px;
  color: #303432;
}

.footer-info-contacts address {
  color: #303432;
  font-size: 14px;
}

.modal-dialog {
  max-width: 898px;
  width: 100%;
}

.modal-dialog .modal-content {
  padding: 80px 149px;
  max-width: 898px;
  width: 100%;
}

.modal-dialog .modal-content .modal-header {
  border-top: none;
  margin-top: 0px;
  border-bottom: none;
}

.modal-dialog .modal-content .modal-header .modal-feedback-head {
  text-align: center;
  color: #303432;
}

.modal-dialog .modal-content .modal-header .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.modal-dialog .modal-content .modal-body .modal-feedback-input {
  max-width: 600px;
  width: 100%;
  height: 60px;
  padding-left: 20px;
}

.modal-dialog .modal-content .modal-footer {
  border-top: none;
}

.modal-dialog .modal-content .modal-footer .modal-feedback-button {
  margin: auto;
  max-width: 300px;
  width: 100%;
  height: 60px;
  display: block;
  text-align: center;
  /* line-height: 60px; */
  line-height: 250%;
}

@media (max-width: 1320px) {
  .footer-info-media-messangers-inn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 960px) {
  .footer-rights {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .footer-info-contacts,
  .footer-info-logo,
  .footer-info-media {
    width: 100%;
    text-align: left;
  }
  .footer-info-media {
    padding: 0px;
  }
  .footer-feedback-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
  }
  .footer-feedback-message {
    max-width: 558px;
    height: 100%;
    margin: 0px;
    margin-top: 40px;
  }
  .footer-feedback-window {
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    text-align: center;
    background-color: transparent;
    padding: 0;
    padding-top: 22px;
    padding-bottom: 60px;
  }
  .footer-feedback-window .footer-feedback-window-p {
    display: none;
  }
  .footer-info-media-messangers {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-left: -10px;
  }
  .footer-info-media-messangers-inn {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .footer-info-media-messangers-inn .inn,
  .footer-info-media-messangers-inn .ogrn {
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  footer {
    margin-top: 60px;
  }
  footer .footer-feedback-message {
    padding: 16px 30px;
    text-align: end;
  }
  .modal-dialog {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .modal-dialog .modal-content {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .modal-dialog .modal-content .chekhov-h2 {
    font-size: 24px !important;
    font-weight: 400;
  }
}

header {
  background-color: #EBEAEE;
}

header .header-contacts-phone-number {
  white-space: nowrap;
}

header .row {
  --bs-gutter-x: none !important;
}

header .nav-link {
  color: #303432;
}

header .nav-link:hover, header .nav-link:active {
  color: #08A652;
}

header .slick-prev,
header .slick-arrow {
  visibility: hidden !important;
}

header .dropdown-item:hover,
header .dropdown-item:focus {
  color: #08A652 !important;
  background-color: transparent;
}

header .dropdown-toggle:after {
  display: none;
}

header .burger-menu {
  display: none;
}

header .header-menu {
  position: relative;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

header .header-menu > nav .header-menu-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .header-menu > nav .header-menu-ul > li:hover:after {
  content: "";
  width: 15%;
  height: 3px;
  position: absolute;
  display: block;
  bottom: 5px;
  background-color: #08A652;
}

header .navbar::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: white;
  top: 0;
}

header .menu__item {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}

header .menu__item:last-child {
  margin-right: 0;
}

header .menu__link {
  text-decoration: none;
  color: #303432;
}

header .dropdown-item-menu {
  padding: 0.25rem 1rem !important;
  margin-bottom: 0px !important;
}

header .dropdown-item-ul {
  padding-left: 1rem !important;
  list-style-type: none;
}

header .dropdown-item-level {
  color: #B7B7B7;
  font-size: 14px;
  padding-top: 0px;
}

@media screen and (max-width: 991px) {
  header body.lock {
    overflow-y: hidden;
  }
  header header {
    height: 80px;
  }
  header .burger-menu {
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 23px;
    width: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  header .burger-menu > span, header .burger-menu:before, header .burger-menu:after {
    width: 100%;
    height: 4px;
    background-color: #08A652;
    border-radius: 5px;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  header .burger-menu:before, header .burger-menu:after {
    content: "";
    position: absolute;
    left: 0;
  }
  header .burger-menu:before {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    top: 0;
  }
  header .burger-menu:after {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    bottom: 0;
  }
  header .burger-menu > span {
    opacity: 1;
  }
  header .burger-menu.active > span {
    opacity: 0;
  }
  header .burger-menu.active:after {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }
  header .burger-menu.active:before {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  header .header-menu {
    overflow-y: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #08A652;
  }
  header .header-menu > nav > ul {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .header-menu > nav > ul > li {
    margin: 0;
    padding: 10px 0px;
    text-align: center;
    width: 100%;
    position: relative;
  }
  header .header-menu > nav > ul > li:hover:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    display: block;
    bottom: 0;
    background-color: #08A652;
  }
  header .header-menu > nav > ul > li:hover::after {
    display: none !important;
  }
  header .header-menu.active {
    right: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    z-index: 1;
  }
}

.header-contacts {
  min-height: 120px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #303432;
  text-align: center;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
}

.header-contacts-logo {
  margin: auto;
  padding: 5px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: left;
}

.header-contacts-logo img {
  width: 193px;
  height: 44px;
}

.header-contacts-feedback {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin: auto;
  text-align: right;
}

.header-contacts-feedback .header-contacts-feedback-button {
  background: #08A652;
  width: 208px;
  height: 48px;
  border-radius: 200px;
  border: none;
  color: white;
  line-height: 2em;
}

.header-contacts-feedback .header-contacts-feedback-button:hover {
  background: #19c56a;
}

.header-contacts-phone {
  line-height: normal;
  padding: 5px;
  margin: auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-align: end;
}

.header-contacts-phone .header-contacts-phone-number:last-child::before {
  content: "\2022";
  color: #08A652;
}

.header-contacts-phone .header-contacts-phone-dot {
  color: #08A652;
  padding: 5px;
}

.header-contacts-phone img {
  margin-right: 5px;
}

.header-contacts-address {
  line-height: normal;
  padding: 5px;
  margin: auto;
  text-align: start;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.header-contacts-address .header-contacts-address-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 5px;
}

.header-contacts-address .header-contacts-address-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header-contacts-address .header-contacts-address-link img {
  margin-bottom: auto;
}

.header-contacts-address img {
  margin-right: 7px;
}

.header-menu {
  min-height: 50px;
  height: 100%;
  background: #F3F7F5 !important;
  border-top: 2px solid white;
}

.header-address {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.header-contacts-address-link {
  margin: 5px;
}

.navbar {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  padding: 0 !important;
  min-height: 50px;
}

.dropdown-menu {
  border: none;
  border-top: 2px solid #08A652;
}

.navbar-expand-lg .navbar-nav {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.navbar-expand-lg .nav-link {
  color: #303432 !important;
}

.header-menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

.header-menu-nav .header-menu-nav-link {
  list-style: none;
  text-align: center;
  color: #303432 !important;
}

.header-menu-nav .dropdown-toggle::after {
  display: none !important;
}

.header-menu-nav .dropdown-item:focus,
.header-menu-nav .dropdown-item:hover {
  background: transparent !important;
  color: #08A652 !important;
}

.header-menu-nav .dropdown-menu[data-bs-popper] {
  margin-top: 0px !important;
}

.header-menu-nav .dropdown-div {
  display: none;
  height: 2px;
  position: absolute;
  bottom: 1px;
  background-color: #08A652;
  width: 100%;
}

.header-menu-nav .nav-item:focus-within .dropdown-div {
  display: block;
}

.header-slider {
  width: 100%;
}

.header-slider .slick-arrow {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
}

.header-slider .slick-list {
  display: block !important;
}

.header-slider .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  min-height: 660px !important;
  max-height: 660px !important;
  margin-bottom: 0px;
}

.header-slider .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.header-slider .slick-dots {
  left: 9.7%;
  bottom: 6.7% !important;
  text-align: left !important;
  width: 20% !important;
}

.header-slider .slick-dots li button:before {
  font-size: 25px !important;
  opacity: 1 !important;
  color: white !important;
}

.header-slider .slick-dots li button:hover:before, .header-slider .slick-dots li button:focus:before {
  font-size: 45px !important;
}

.header-slider .slick-dots li.slick-active button:before {
  font-size: 45px !important;
}

.header-slider-left {
  background-color: #303432;
  background-image: url(../img/left_banner.svg);
  width: 45%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
}

.header-slider-left-nav {
  display: block;
  margin: auto;
  margin-right: 6%;
  margin-left: 21%;
}

.header-slider-left-nav .header-slider-left-nav-h2 {
  color: white;
  margin-bottom: 12px;
}

.header-slider-left-nav .header-slider-left-nav-p {
  color: #B7B7B7;
  margin-bottom: 40px;
  margin-top: 16px;
}

.header-slider-left-nav .header-slider-left-nav-button {
  height: 64px;
  max-width: 260px;
  width: 100%;
  display: block;
  line-height: 64px;
  text-align: center;
}

.header-slider-right {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.header-slider-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-slider-right-bonus {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 4px 4px 40px rgba(99, 131, 153, 0.15);
          box-shadow: 4px 4px 40px rgba(99, 131, 153, 0.15);
  border-radius: 0px 40px 48px 0px;
  min-width: 196px;
  height: 169px;
  position: absolute;
  left: 0px;
  bottom: 6.6%;
}

.header-slider-right-bonus img {
  position: absolute;
}

.header-slider-right-sale {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 4px 4px 40px rgba(99, 131, 153, 0.15);
          box-shadow: 4px 4px 40px rgba(99, 131, 153, 0.15);
  border-radius: 48px;
  min-width: 170px;
  height: 170px;
  position: absolute;
  left: 17px;
  bottom: 6.6%;
}

.header-slider-right-sale img {
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-slider-right-sale img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.header-slider-right-bonus-img {
  max-width: 144px;
  margin-left: 12px;
  z-index: 0;
}

.header-slider-right-sale-img {
  bottom: 17px;
  left: 25%;
  max-width: 87px;
}

.header-slider-right-bonus-gift {
  right: -30%;
  bottom: -20%;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-slider-right-bonus-gift:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 1320px) {
  .header-slider-left {
    min-height: 700px;
  }
}

@media (max-width: 1140px) {
  .header-slider-left-nav {
    margin-right: 10%;
  }
  .header-slider .chekhov-h2 {
    font-size: 30px;
  }
  .header-slider .f-regular-20 {
    font-size: 16px;
  }
  .header-slider .slick-slide {
    min-height: 624px;
  }
}

@media (max-width: 1024px) {
  .header-slider {
    width: 100%;
    height: 100%;
    min-height: 624px;
  }
  .header-slider .slick-slide {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 624px !important;
  }
  .header-slider .slick-list {
    height: 100%;
  }
  .header-slider .slick-track {
    height: 100%;
  }
  .header-slider .slick-dots {
    left: 40%;
    bottom: 4% !important;
  }
  .header-slider-left {
    -webkit-box-pack: none;
        -ms-flex-pack: none;
            justify-content: none;
    background-position: center;
    min-height: 354px;
    width: 100%;
    height: 100%;
    display: block;
  }
  .header-slider-left .header-slider-left-nav {
    padding-top: 54px;
    padding-left: 34px;
    padding-right: 34px;
    padding-bottom: 50px;
    /* margin: auto; */
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: auto;
    min-height: auto;
  }
  .header-slider-right {
    width: 100%;
    height: 100%;
    display: block;
  }
  .header-slider-right img {
    width: 100%;
    height: 270px;
  }
  .header-slider-right .header-slider-right-bonus {
    display: none;
  }
  .header-slider-right .header-slider-right-sale {
    display: none;
  }
}

@media (max-width: 991px) {
  header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .navbar::before {
    height: 0px;
  }
  header .container {
    width: unset;
    padding-left: 16px;
    padding-right: 16px;
  }
  header .header-menu {
    border-top: none !important;
    min-height: 36px;
  }
  header .header-menu .container {
    margin-left: 0px !important;
  }
  header .contaier-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .header-contacts {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-contacts .header-contacts-feedback-button {
    line-height: 100%;
  }
  .header-contacts-address-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .header-contacts-logo {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    min-height: 36px;
    width: 127px;
    height: 29px;
    margin: 0;
  }
  .header-contacts-logo img {
    width: 100%;
    height: 100%;
  }
  .header-contacts-address {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    min-height: 50px;
    margin-top: 17px;
    min-height: 36px;
  }
  .header-contacts-address .header-contacts-address-email {
    display: none;
  }
  .header-contacts-phone {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    min-height: 36px;
    text-align: right;
    margin-right: 0;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
  }
  .header-contacts-feedback {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    min-height: 36px;
    padding-top: 2px;
    margin: 0;
  }
  .header-contacts-feedback .header-contacts-feedback-button {
    width: 152px;
    height: 32px;
  }
  .navbar {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
  }
  .navbar .navbar-toggler {
    color: none;
    border: none !important;
  }
  .navbar .navbar-toggler-icon {
    background-image: url(../img/menu.svg) !important;
    width: 20px;
    height: 20px;
  }
  .navbar .header-slider {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .navbar .dropdown-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    width: 100%;
    border-top: 2px solid #08A652;
    border-bottom: 2px solid #08A652;
  }
}

@media (max-width: 768px) {
  .header-contacts-phone::after {
    content: "";
    position: absolute;
    top: 41px;
    left: 2%;
    max-width: 720px;
    width: 96%;
    height: 1px;
    background-color: #B7B7B7;
  }
  .header-contacts-address::before {
    content: "";
    position: absolute;
    top: 97px;
    left: 2%;
    max-width: 720px;
    width: 96%;
    height: 1px;
    background-color: #B7B7B7;
  }
  .navbar::before {
    display: none;
  }
}

@media (max-width: 576px) {
  .header-contacts-phone img {
    display: none !important;
  }
  .contaier-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .header-slider-left {
    min-height: 400px;
  }
}

.underground-menu-container {
  background-color: transparent !important;
  border: none !important;
  text-align: left;
  padding: 0 !important;
}

.underground-menu-container:hover, .underground-menu-container:active {
  color: #08A652 !important;
}

.dropdown-item-p {
  margin-bottom: 0 !important;
}

.card-body {
  border: none;
  list-style-type: none !important;
  list-style: none !important;
}

.card-body ul li a:hover a {
  color: #08A652 !important;
}

.index-about {
  height: 100%;
  background-image: url(../img/aboutbanner.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-color: #F3F7F5;
  color: #303432;
}

.index-about-container {
  padding-top: 100px;
  padding-bottom: 60px;
}

.index-about-container .index-about-container-h2 {
  margin-bottom: 40px;
}

.index-about-container .index-about-container-h2 .index-about-container-h2-span {
  margin-top: 8px;
  color: #08A652;
}

.index-about-container .index-about-container-p {
  margin-bottom: 70px;
  margin-top: 40px;
}

.index-about-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.index-about-container ul li {
  list-style-type: none;
  width: 25%;
}

.index-about-container ul li .index-about-container-ul-h2 {
  font-size: 71px;
  color: #08A652;
  margin-bottom: 10px;
}

.index-about-container ul li .index-about-container-ul-p {
  max-width: 245px;
  width: 100%;
}

.index-staff {
  padding-top: 120px;
  padding-bottom: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-staff-about {
  width: 45%;
  margin-right: 125px;
}

.index-staff-about .index-staff-about-h2 {
  margin-bottom: 24px;
}

.index-staff-about .index-staff-about-p {
  margin-bottom: 36px;
  margin-top: 24px;
}

.index-staff-about .index-staff-about-button {
  max-width: 297px;
  width: 100%;
  height: 64px;
  display: block;
  line-height: 250%;
}

.index-staff-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
}

.index-staff-images img {
  border-radius: 32px 32px 32px 0px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-staff-images .index-staff-images-span {
  color: #B7B7B7;
  margin-top: 2px;
}

.index-staff-images-first img {
  max-height: 378px;
}

.index-staff-images-second {
  padding-left: 20px;
}

.index-staff-images-second .index-staff-images-second-div {
  height: 278px;
  overflow: hidden;
}

.index-staff-images-second img {
  height: auto;
}

.index-preferences {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.index-preferences ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index-preferences li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.index-preferences li img {
  width: 60px;
}

.index-preferences li .index-preferences-p {
  margin-left: 33px;
  margin-right: 33px;
}

.index-prices {
  margin-top: 60px;
}

.index-prices .index-prices-button {
  width: 298px;
  height: 64px;
  text-align: center;
  margin: auto;
  margin-top: 48px;
  display: block;
  line-height: 64px;
}

.index-prices .index-prices-h2 {
  margin-bottom: 41px;
  text-align: left;
}

.index-prices-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin-right: -10px;
  margin-left: -10px;
  color: #4f4f4f;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-top: 41px;
}

.index-prices-gallery ul {
  -webkit-box-shadow: 4px 4px 40px #EBEBEB;
          box-shadow: 4px 4px 40px #EBEBEB;
}

.index-prices-gallery li {
  max-height: 418px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.index-prices-gallery li img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-prices-gallery li:hover .index-prices-gallery-price {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.index-prices-gallery li:first-child img {
  border-radius: 40px 4px 4px 4px;
}

.index-prices-gallery li:nth-child(3) img {
  border-radius: 4px 40px 4px 4px;
}

.index-prices-gallery li:nth-child(4) img {
  border-radius: 4px 4px 4px 40px;
}

.index-prices-gallery li:last-child img {
  border-radius: 4px 4px 40px 4px;
}

.index-prices-gallery-price {
  min-width: 200px;
  min-height: 90px;
  border-radius: 40px 40px 40px 4px;
  background: white;
  -webkit-box-shadow: 4px 4px 40px #EBEBEB;
          box-shadow: 4px 4px 40px #EBEBEB;
  position: absolute;
  bottom: 0%;
  padding-right: 28px;
  text-align: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 20px;
  overflow: hidden;
}

.index-prices-gallery-price:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.index-prices-gallery-price .index-prices-gallery-price-p {
  margin-bottom: 0px !important;
  margin-left: 38px;
}

.index-prices-gallery-price .index-prices-gallery-price-p:nth-child(1) {
  margin-top: 17px;
}

.index-prices-gallery-price .index-prices-gallery-price-p:nth-child(2) {
  color: #08A652;
}

.index-prices-gallery-price .index-prices-gallery-price-p .index-prices-gallery-price-p-span {
  font-size: 34px;
}

.index-prices-gallery-price .index-prices-gallery-price-p .index-prices-gallery-price-p-span:after {
  content: "\0020BD";
  margin-left: 4px;
  font-size: 20px;
}

.index-gallery {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 135px;
  overflow: hidden;
}

.index-gallery-h2 {
  margin-bottom: 40px;
  color: #303432;
}

.index-gallery-slider {
  margin-top: 41px;
}

.index-gallery-slider img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.index-gallery-slider img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.index-gallery-slider .slick-slide {
  position: relative !important;
  height: 400px;
  width: 575px !important;
  margin-right: 20px !important;
  overflow: hidden;
}

.index-gallery-slider .slick-active:first-child img {
  border-radius: 40px 4px 4px 4px;
}

.index-gallery-slider .slick-next, .index-gallery-slider .slick-prev {
  right: 102px;
  z-index: 1;
  top: 385px;
  height: 100px !important;
  width: 100px !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.index-gallery-slider .slick-prev::before {
  opacity: 1;
  content: " ";
  background-image: url(../img/next2.svg) !important;
  background-size: 100px;
  background-repeat: no-repeat;
  display: block;
  height: 100px;
}

.index-gallery-slider .slick-next::before {
  opacity: 1;
  content: " ";
  background-image: url(../img/next.svg) !important;
  background-size: 100px;
  background-repeat: no-repeat;
  display: block;
  height: 100px;
}

.index-slider {
  width: 100%;
  padding-left: 135px;
}

.index-slider .slick-next {
  visibility: hidden;
}

.index-slider .slick-arrow {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
}

.index-slider .slick-list {
  display: block !important;
}

.index-slider .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  min-height: 660px !important;
  max-height: 660px !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 0px;
}

.index-slider .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.index-slider .slick-dots {
  left: 44%;
  bottom: 6.7% !important;
  text-align: left !important;
}

.index-slider .slick-dots li button:before {
  font-size: 25px !important;
  opacity: 1 !important;
  color: white !important;
}

.index-slider .slick-dots li button:hover:before, .index-slider .slick-dots li button:focus:before {
  font-size: 45px !important;
}

.index-slider .slick-dots li.slick-active button:before {
  font-size: 45px !important;
}

.index-slider-left {
  background-color: #303432;
  background-image: url(../img/slider1_back.svg);
  width: 45%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: right;
  background-repeat: no-repeat;
}

.index-slider-left-nav {
  display: block;
  margin: auto;
  margin-right: 135px;
  margin-left: 64px;
}

.index-slider-left-nav .index-slider-left-nav-h2 {
  color: white;
  margin-bottom: 12px;
}

.index-slider-left-nav .index-slider-left-nav-p {
  color: #B7B7B7;
  margin-bottom: 40px;
}

.index-slider-left-nav .index-slider-left-nav-button {
  height: 64px;
  max-width: 260px;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 64px;
}

.index-slider-right {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.index-slider-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px 0px 0px 0px;
}

.index-slider-right-bonus {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 4px 4px 40px rgba(99, 131, 153, 0.15);
          box-shadow: 4px 4px 40px rgba(99, 131, 153, 0.15);
  border-radius: 0px 40px 48px 0px;
  min-width: 196px;
  height: 169px;
  position: absolute;
  left: 0px;
  bottom: 6.6%;
}

.index-slider-right-bonus img {
  position: absolute;
}

.index-slider-right-sale {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 4px 4px 40px rgba(99, 131, 153, 0.15);
          box-shadow: 4px 4px 40px rgba(99, 131, 153, 0.15);
  border-radius: 48px;
  min-width: 170px;
  height: 170px;
  position: absolute;
  left: 17px;
  bottom: 6.6%;
}

.index-slider-right-sale img {
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.index-slider-right-sale img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.index-slider-right-bonus-img {
  max-width: 144px;
  margin-left: 12px;
  z-index: 0;
}

.index-slider-right-sale-img {
  bottom: 17px;
  left: 25%;
  max-width: 87px;
}

.index-slider-right-bonus-gift {
  right: -30%;
  bottom: -20%;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.index-slider-right-bonus-gift:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.index-projects {
  padding-bottom: 120px;
  padding-left: 135px;
  overflow: hidden;
}

.index-projects .index-projects-h2 {
  margin-bottom: 40px;
}

.index-projects .index-projects-button {
  max-width: 298px;
  width: 100%;
  height: 64px;
  margin-top: 40px;
  display: block;
  line-height: 64px;
  text-align: center;
}

.index-projects-slider .index-projects-slider-img-div {
  margin-bottom: 20px;
  height: 480px;
  width: 480px;
}

.index-projects-slider .index-projects-slider-img {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.index-projects-slider .index-projects-slider-info {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.index-projects-slider .index-projects-slider-a {
  bottom: 0 !important;
}

.index-projects-slider div {
  position: relative;
}

.index-projects-slider .index-projects-slider-h3 {
  color: #4f4f4f;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.index-projects-slider .index-projects-slider-p {
  margin-bottom: 16px;
  color: #4f4f4f;
  margin-right: 34px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.index-projects-slider .index-projects-slider-span {
  color: #08A652;
}

.index-projects-slider .index-projects-slider-span:after {
  content: "\0020BD";
  margin-left: 4px;
}

.index-projects-slider .index-projects-slider-a {
  width: 64px;
  height: 64px;
  position: absolute;
  background-image: url(../img/arrowmini.svg);
  background-repeat: no-repeat;
  background-size: cover;
  right: 0px;
  bottom: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.index-projects-slider .index-projects-slider-a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.index-projects-slider img {
  display: block;
  width: 100%;
  border-radius: 40px 4px 40px 4px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-projects-slider .slick-slide {
  position: relative !important;
  width: 480px !important;
  margin-right: 20px !important;
  height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.index-projects-slider .slick-next, .index-projects-slider .slick-prev {
  right: 102px;
  z-index: 1;
  top: 240px;
  height: 100px !important;
  width: 100px !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.index-projects-slider .slick-prev::before {
  opacity: 1;
  content: " ";
  background-image: url(../img/next2.svg) !important;
  background-size: 100px;
  background-repeat: no-repeat;
  display: block;
  height: 100px;
}

.index-projects-slider .slick-next::before {
  opacity: 1;
  content: " ";
  background-image: url(../img/next.svg) !important;
  background-size: 100px;
  background-repeat: no-repeat;
  display: block;
  height: 100px;
}

.index-buildprices {
  padding-top: 98px;
  margin-top: 68px;
  background-color: #F3F7F5;
}

.index-buildprices-newbuild .index-buildprices-oldbuild-div {
  display: none;
}

.index-buildprices-newbuild .index-buildprices-newbuild-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 115px;
  padding-left: 0 !important;
}

.index-buildprices-newbuild .index-buildprices-newbuild-ul .index-buildprices-newbuild-ul-li {
  background-color: white;
  color: #303432;
  color: #4f4f4f;
  text-align: center;
}

.index-buildprices-newbuild .index-buildprices-newbuild-ul .index-buildprices-newbuild-ul-li:hover {
  -webkit-box-shadow: 0px 8px 48px #bbb;
          box-shadow: 0px 8px 48px #bbb;
}

.index-buildprices-newbuild .index-buildprices-newbuild-ul .index-buildprices-newbuild-ul-li .index-buildprices-newbuild-ul-li-h3 {
  text-align: center;
  margin-bottom: 20px;
}

.index-buildprices-newbuild .index-buildprices-newbuild-ul .index-buildprices-newbuild-ul-li img {
  width: 100%;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 204px;
}

.index-buildprices-newbuild .index-buildprices-newbuild-ul .index-buildprices-newbuild-ul-li:nth-child(2) {
  margin-left: 20px;
  margin-right: 20px;
}

.index-buildprices-newbuild .index-buildprices-newbuild-ul .index-buildprices-newbuild-ul-li:first-child {
  border-radius: 40px 4px 4px 4px;
}

.index-buildprices-newbuild .index-buildprices-newbuild-ul .index-buildprices-newbuild-ul-li:first-child img {
  border-radius: 40px 4px 4px 4px;
}

.index-buildprices-newbuild-p {
  margin-bottom: 7px;
}

.index-buildprices-newbuild-price:after {
  content: "\0020BD";
  margin-left: 4px;
}

.index-buildprices-newbuild-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 21px;
}

.index-buildprices-newbuild-head-headtext {
  color: #303432;
  font-weight: 700;
}

.index-buildprices-newbuild-head-name {
  max-width: 421px;
  width: 100%;
  height: 105px;
  background-color: white;
  border-radius: 40px 40px 4px 40px;
  color: #303432;
  text-align: center;
  line-height: 105px;
}

.index-buildprices-oldbuild .index-buildprices-oldbuild-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 115px;
}

.index-buildprices-oldbuild .index-buildprices-oldbuild-ul .index-buildprices-oldbuild-ul-li {
  background-color: white;
  color: #303432;
  color: #4f4f4f;
  margin-right: 20px;
  text-align: center;
  position: relative;
}

.index-buildprices-oldbuild .index-buildprices-oldbuild-ul .index-buildprices-oldbuild-ul-li:hover {
  -webkit-box-shadow: 0px 8px 48px #D2D2D2;
          box-shadow: 0px 8px 48px #D2D2D2;
}

.index-buildprices-oldbuild .index-buildprices-oldbuild-ul .index-buildprices-oldbuild-ul-li:last-child {
  margin-right: 0px;
}

.index-buildprices-oldbuild .index-buildprices-oldbuild-ul .index-buildprices-oldbuild-ul-li:hover .index-buildprices-oldbuild-div {
  display: block;
}

.index-buildprices-oldbuild .index-buildprices-oldbuild-ul .index-buildprices-oldbuild-ul-li .index-buildprices-oldbuild-ul-li-h3 {
  text-align: center;
  margin-bottom: 20px;
}

.index-buildprices-oldbuild .index-buildprices-oldbuild-ul .index-buildprices-oldbuild-ul-li img {
  width: 100%;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 204px;
}

.index-buildprices-oldbuild .index-buildprices-oldbuild-div {
  display: none;
  height: 64px;
  position: absolute;
  background: white;
  width: 100%;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-shadow: 0px 25px 26px -3px #d2d2d2;
          box-shadow: 0px 25px 26px -3px #d2d2d2;
  z-index: 0;
}

.index-buildprices-oldbuild .index-buildprices-oldbuild-div .index-buildprices-oldbuild-div-button {
  max-width: 246px;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  margin: auto;
  display: block;
  text-align: center;
  line-height: 48px;
}

.index-buildprices-oldbuild-name {
  max-width: 421px;
  width: 100%;
  height: 105px;
  background-color: white;
  border-radius: 40px 40px 4px 40px;
  text-align: center;
  margin-bottom: 21px;
  line-height: 105px;
  display: block;
  margin-left: auto;
  color: #303432;
}

.index-buildprices-newbuild-ul-li {
  -webkit-box-shadow: 4px 4px 40px #EBEBEB;
          box-shadow: 4px 4px 40px #EBEBEB;
  position: relative;
}

.index-buildprices-newbuild-ul-li .index-buildprices-newbuild-div {
  display: none;
  height: 6px;
  position: absolute;
  background-color: #08A652;
  width: 100%;
}

.index-buildprices-newbuild-ul-li:hover .index-buildprices-newbuild-div {
  display: block;
}

.index-buildprices-newbuild-ul-li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 23px;
  padding-top: 23px;
}

.index-buildprices-newbuild-ul-li ul li {
  margin-bottom: 7px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.index-buildprices-oldbuild-ul-li {
  -webkit-box-shadow: 4px 4px 40px #EBEBEB;
          box-shadow: 4px 4px 40px #EBEBEB;
}

.index-buildprices-oldbuild-ul-li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 23px;
  padding-top: 23px;
}

.index-buildprices-oldbuild-ul-li ul li {
  margin-bottom: 7px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.index-buildprices {
  padding-bottom: 48px;
}

.index-buildprices .index-buildprices-button {
  display: block;
  width: 300px;
  height: 64px;
  margin: auto;
  text-align: center;
  margin-top: auto;
  /* margin: auto; */
  line-height: 64px;
}

.index-partners {
  margin-top: 120px;
}

.index-partners .index-partners-h2 {
  color: #303432;
  margin-bottom: 36px;
  text-align: left;
}

.index-partners-set {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 36px;
}

.index-partners-set li {
  background: white;
  border-radius: 2px;
  max-width: 280px;
  width: 100%;
  height: 190px;
  -webkit-box-shadow: 4px 4px 40px #EBEBEB;
          box-shadow: 4px 4px 40px #EBEBEB;
  margin-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 19px 23px 13px 23px;
  text-align: center;
}

.index-partners-set li img {
  max-height: 114px;
  max-width: 224px;
}

.index-partners-set li .index-partners-p {
  margin-top: 12px;
}

@media (max-width: 1140px) {
  .index-about-container-p {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
  .index-about-container ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-about-container ul li {
    width: 50%;
    margin-top: 35px;
  }
  .index-preferences {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-preferences li {
    width: 50%;
  }
  .index-staff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-staff .index-staff-about {
    width: 100%;
    margin-right: 0px;
  }
  .index-staff .index-staff-about .index-staff-about-button {
    display: none;
  }
  .index-staff .index-staff-images {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .index-partners-set li {
    margin-bottom: 15px;
  }
  .index-slider-left-nav {
    margin-right: 10%;
  }
  .index-slider .chekhov-h2 {
    font-size: 34px;
  }
  .index-slider .f-regular-20 {
    font-size: 16px;
  }
  .index-slider .slick-slide {
    min-height: 604px;
    height: 100% !important;
  }
  .index-buildprices-oldbuild-div {
    display: block !important;
    top: 99%;
    margin-bottom: 16px;
  }
  .index-buildprices-oldbuild-div-button {
    max-width: 246px;
    width: 100%;
    height: 48px;
    margin-bottom: 16px !important;
    margin: auto;
    display: block !important;
    text-align: center;
    line-height: 48px;
  }
  .index-buildprices-newbuild-ul-li:hover .index-buildprices-newbuild-div {
    height: 0px;
  }
  .index-buildprices-button {
    display: none !important;
  }
  .index-buildprices-newbuild-head-name {
    margin-top: 26px;
  }
  .index-buildprices-newbuild-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-buildprices-newbuild-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px !important;
  }
  .index-buildprices-newbuild-ul .index-buildprices-newbuild-ul-li {
    margin-bottom: 20px;
  }
  .index-buildprices-newbuild-ul .index-buildprices-newbuild-ul-li:nth-child(2) {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .index-buildprices-oldbuild-name {
    margin-right: auto;
    margin-left: 0px;
  }
  .index-buildprices-oldbuild-ul-li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 80px;
    margin-right: 0px !important;
  }
  .index-buildprices-oldbuild ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-buildprices-oldbuild .index-buildprices-oldbuild-div {
    display: block !important;
    top: 99%;
    margin-bottom: 16px;
  }
  .index-buildprices-oldbuild-ul {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 960px) {
  .index-preferences li {
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .index-preferences-p {
    margin-top: 16px;
  }
  .index-gallery .index-gallery-slider .slick-next, .index-gallery .index-gallery-slider .slick-prev {
    height: 100px !important;
    width: 100px !important;
  }
  .index-slider {
    width: 100%;
    height: 100%;
    min-height: 624px;
  }
  .index-slider .slick-slide {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    min-height: 624px;
    height: 400px;
  }
  .index-slider .slick-list {
    height: 100% !important;
  }
  .index-slider .slick-track {
    height: 100%;
  }
  .index-slider .slick-dots {
    left: 50%;
    width: 50% !important;
  }
  .index-slider-left {
    -webkit-box-pack: none;
        -ms-flex-pack: none;
            justify-content: none;
    background-position: center;
    min-height: 354px;
    width: 100%;
    height: 100%;
    display: block;
  }
  .index-slider-left .index-slider-left-nav {
    padding-top: 54px;
    padding-left: 34px;
    padding-right: 34px;
    padding-bottom: 50px;
    /* margin: auto; */
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: auto;
    min-height: auto;
  }
  .index-slider-left .index-slider-left-nav .chekhov-h2 {
    font-size: 34px;
  }
  .index-slider-left .index-slider-left-nav .f-regular-20 {
    font-size: 16px;
  }
  .index-slider-right {
    width: 100%;
    height: 100%;
    display: block;
  }
  .index-slider-right img {
    width: 100%;
    height: 270px;
    border-radius: 40px 4px 4px 4px;
  }
  .index-slider-right .index-slider-right-bonus {
    display: none;
  }
  .index-slider-right .index-slider-right-sale {
    display: none;
  }
}

@media (max-width: 768px) {
  .index-projects {
    padding-left: 16px;
  }
  .index-gallery {
    padding-left: 16px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .index-gallery-slider .slick-next, .index-gallery-slider .slick-prev {
    height: 100px !important;
    width: 100px !important;
    top: 25%;
  }
  .index-gallery-slider .slick-slide {
    width: 100%;
  }
  .index-gallery-slider .slick-slide {
    max-width: 284px !important;
    height: 100%;
  }
  .index-gallery-slider img {
    height: 236px;
    width: 284px;
  }
  .index-prices {
    margin-top: 40px;
  }
  .index-projects {
    padding-left: 16px;
  }
  .index-projects .index-projects-slider-h3 {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
  .index-projects-slider .slick-next, .index-gallery-slider .slick-prev {
    height: 100px !important;
    width: 100px !important;
    top: 90%;
  }
  .index-projects-slider .slick-track {
    min-height: 315px;
  }
  .index-projects-slider .slick-slide {
    width: 100%;
  }
  .index-projects-slider .slick-slide {
    max-width: 300px !important;
  }
  .index-projects-slider .index-projects-slider-img-div {
    height: 315px;
    width: 300px;
  }
  .index-about {
    min-height: unset;
  }
  .index-about-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .index-about-container .index-about-container-ul-h2 {
    margin-bottom: 0px;
    font-size: 50px !important;
    font-weight: normal;
  }
  .index-about-container .index-about-container-ul-p {
    margin-top: 0px;
    margin-bottom: 35px;
  }
  .index-about-container ul {
    margin-bottom: 0px !important;
  }
  .index-about-container ul li {
    margin-top: 20px;
  }
  .index-about-container ul li:nth-child(3) {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .index-about-container ul li:nth-child(3) p {
    margin-bottom: 0px;
  }
  .index-about-container ul li:nth-child(4) {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .index-about-container ul li:nth-child(4) p {
    margin-bottom: 0px;
  }
  .index-prices-gallery li {
    max-height: 250px;
  }
  .index-prices-gallery-price {
    right: calc(var(--bs-gutter-x) * 0.5);
    border-radius: 40px 40px 4px 40px;
  }
  .index-staff {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .index-slider {
    padding-left: 16px !important;
  }
  .index-slider .slick-slide {
    min-height: 624px !important;
  }
  .index-slider .slick-slide .index-slider-left {
    min-height: 354px;
  }
  .index-buildprices {
    padding-top: 40px;
  }
  .index-buildprices-newbuild {
    padding-left: 16px;
    padding-right: 16px;
  }
  .index-buildprices-oldbuild {
    padding-left: 16px;
    padding-right: 16px;
  }
  .index-gallery .slick-next, .index-gallery .slick-prev {
    top: 45%;
  }
  .index-projects-slider .index-projects-slider-a {
    bottom: 0;
  }
  .index-projects-slider .slick-next, .index-projects-slider .slick-prev {
    top: 25%;
  }
  .index-projects-button {
    margin-right: auto;
    margin-left: auto;
  }
  .index-partners {
    margin-top: 60px;
  }
  .index-partners .index-partners-set {
    margin-top: 20px;
  }
  .index-slider .slick-dots {
    left: 40%;
    bottom: 4% !important;
  }
}

@media (max-width: 621px) {
  .index-partners-set li {
    margin: auto;
    margin-bottom: 15px;
  }
}

@media (max-width: 540px) {
  .index-gallery-slider .slick-prev::before, .index-projects-slider .slick-prev::before {
    background-size: 70px;
    background-position-y: bottom;
  }
  .index-gallery-slider .slick-next::before, .index-projects-slider .slick-next::before {
    background-size: 70px;
    background-position-y: bottom;
    background-position-x: right;
  }
  .index-prices-gallery-price-p-span {
    font-size: 24px !important;
  }
  .index-buildprices-oldbuild-ul-li-h3 {
    font-size: 24px;
  }
  .index-projects-slider-h3 {
    font-size: 24px !important;
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }
  .index-projects-slider-span {
    font-size: 20px !important;
  }
  .index-staff-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-staff-images .index-staff-images-span {
    margin-top: 6px;
  }
  .index-staff-images .index-staff-images-first {
    margin-bottom: 36px;
  }
  .index-staff-images .index-staff-images-first img {
    margin-bottom: 22px;
  }
  .index-staff-images .index-staff-images-second {
    padding-left: 0px;
  }
  .index-staff-images .index-staff-images-second .index-staff-images-second-div {
    margin-bottom: 22px;
  }
  .index-partners-set li {
    min-width: 280px;
    max-width: 280px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    margin-bottom: 15px;
  }
  .index-buildprices-newbuild-head {
    line-height: 50px !important;
  }
  .index-projects-slider .slick-next, .index-projects-slider .slick-prev {
    top: 25%;
  }
  .index-slider-left {
    min-height: 370px;
  }
}

* {
  margin: 0;
  padding: 0;
}

body {
  background: #FAFAFA;
}

a {
  text-decoration: none;
  color: #303432;
}

ul {
  padding-left: 0 !important;
}

address {
  font-style: normal;
  margin-bottom: 0 !important;
}

.slick-prev {
  left: 0px;
}

.slick-dots {
  width: 50% !important;
}

.chekhov-h1 {
  font-family: "intro_bold";
  font-size: 60px;
  line-height: 70px;
}

.chekhov-h2 {
  font-family: "intro_bold";
  font-size: 35px;
}

.chekhov-h3 {
  font-family: "intro_regular";
  font-size: 34px;
}

.chekhov-h4 {
  font-family: "intro_regular";
  font-size: 24px;
}

.button-main {
  background: -webkit-gradient(linear, left top, left bottom, from(#17D771), to(#079D4D));
  background: linear-gradient(180deg, #17D771 0%, #079D4D 100%);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 104, 48, 0.2);
          box-shadow: 0px 4px 10px rgba(0, 104, 48, 0.2);
  border-radius: 200px;
  color: white !important;
  font-size: 18px;
  border: none;
}

.button-main:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#23E980), to(#0EB55C));
  background: linear-gradient(180deg, #23E980 0%, #0EB55C 100%);
}

.button-dark {
  -webkit-box-shadow: 0px 4px 10px #006830;
          box-shadow: 0px 4px 10px #006830;
}

.container {
  padding-left: 135px;
  padding-right: 135px;
  max-width: 1920px;
  width: 100%;
}

.f-bold-60 {
  font-family: "intro_bold";
  font-size: 60px;
  line-height: 70px;
}

.f-bold-45 {
  font-family: "intro_bold";
  font-size: 45px;
}

.f-regular-34 {
  font-family: "intro_regular";
  font-size: 30px;
}

.f-regular-20 {
  font-family: "intro_regular";
  font-size: 20px;
}

.f-regular-16 {
  font-family: "intro_regular";
  font-size: 16px;
}

.f-regular-14 {
  font-family: "intro_regular";
  font-size: 14px;
}

.slick-slider {
  margin-bottom: 0 !important;
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
select.active.focus,
select.active:focus,
select.focus,
select:active.focus,
select:active:focus,
select:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
          box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
  color: #303432;
}

.back_to_top {
  position: fixed;
  bottom: 2%;
  right: 2%;
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: none;
}

.back_to_top img {
  width: 70px;
  border-radius: 200px;
}

@media (max-width: 1140px) {
  .back_to_top img {
    width: 50px;
  }
}

@media (max-width: 768px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .f-regular-20 {
    font-size: 16px;
  }
  .f-regular-34 {
    font-family: "intro_regular";
    font-size: 20px;
  }
  .chekhov-h2 {
    font-size: 30px;
  }
  .chekhov-h3 {
    font-size: 24px;
  }
  .chekhov-h4 {
    font-family: "intro_regular";
    font-size: 20px;
  }
  .back_to_top img {
    width: 40px;
  }
  .slick-next {
    right: 25px !important;
  }
}

@media (max-width: 576px) {
  .f-regular-20 {
    font-size: 14px !important;
  }
  .f-regular-34 {
    font-family: "intro_regular";
    font-size: 20px;
  }
  .chekhov-h2 {
    font-size: 21px !important;
  }
  .chekhov-h3 {
    font-size: 20px !important;
  }
  .chekhov-h4 {
    font-family: "intro_regular";
    font-size: 17px;
  }
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.projects {
  padding-bottom: 0;
  padding-top: 120px;
  overflow: hidden;
}

.projects .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.projects .list::before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #F3F7F5;
  margin-bottom: 44px;
  margin-top: 23px;
}

.projects .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none;
}

.projects .list ul:last-child {
  margin-top: 28px;
}

.projects .list ul li {
  width: 100%;
  color: #B7B7B7;
  margin: 5px;
  margin-top: auto;
}

.projects .list ul .projects-checkbox {
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f6f6f6;
}

.projects .list ul .form-select {
  border: none !important;
  border-radius: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.projects .list ul .list-li-button {
  width: 100%;
  height: 50px;
  background: #08A652;
  color: white;
  border: none;
  border-radius: 200px;
}

.projects .projects-h2 {
  margin-bottom: 40px;
}

.projects .projects-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  margin-left: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.projects .projects-filter .projects-filter-div {
  text-align: end;
}

.projects .projects-filter .projects-filter-show {
  width: 190px;
  position: absolute;
  left: 0;
  text-align: left;
  top: 17px;
}

.projects .projects-filter-dropdown {
  background-color: #EBEAEE;
  color: #303432;
  border-radius: 40px 40px 40px 4px;
  max-width: 214px;
  width: 100%;
  height: 50px;
  border: none;
  padding-right: 35px;
}

.projects .projects-filter-dropdown option {
  background-color: #EBEAEE;
  height: 50px;
}

.projects .projects-filter-collapse {
  width: 44px;
  height: 44px;
  border-radius: 200px !important;
  background-color: #EBEAEE !important;
  border: none !important;
  margin-top: 3px;
  padding: 0;
}

.projects .projects-filter-collapse img {
  margin-top: 11px;
}

.projects .projects-cards-button {
  max-width: 298px;
  width: 100%;
  height: 64px;
  margin: auto;
  margin-top: 40px;
  display: block;
  line-height: 64px;
  text-align: center;
}

.projects .projects-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*     .project {
            position: relative !important;
            max-height: 750px;
            height: 100%;
            display: flex;
            flex-direction: column;
        }*/
}

.projects .projects-cards .img-margin {
  margin-bottom: 20px;
}

.projects .projects-cards .index-projects-slider-img {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.projects .projects-cards .index-projects-slider-img .index-projects-slider-img-div {
  position: relative;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.projects .projects-cards .index-projects-slider-a {
  bottom: 0 !important;
}

.projects .projects-cards .project {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.projects .projects-cards .index-projects-slider-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.projects .projects-cards .index-projects-slider-h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.projects .projects-cards .index-projects-slider-p {
  margin-bottom: 16px;
  color: #4f4f4f;
  margin-right: 34px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.projects .projects-cards .projects-cards-h3 {
  font-size: 25px;
  color: #4f4f4f;
}

.projects .projects-cards .projects-cards-p {
  margin-bottom: 16px;
  color: #4f4f4f;
  margin-right: 34px;
}

.projects .projects-cards .projects-cards-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.projects .projects-cards .projects-cards-price .projects-cards-s {
  color: #B7B7B7;
  margin-top: 14px;
  margin-right: 17px;
}

.projects .projects-cards .projects-cards-price .projects-cards-s:after {
  content: "\0020BD";
  margin-left: 4px;
}

.projects .projects-cards .projects-cards-span {
  margin-bottom: 40px;
  color: #08A652;
}

.projects .projects-cards .projects-cards-span:after {
  content: "\0020BD";
  margin-left: 4px;
}

.projects .projects-cards .index-projects-slider-a {
  width: 64px;
  height: 64px;
  position: absolute;
  background-image: url(../img/arrowmini.svg);
  background-repeat: no-repeat;
  background-size: cover;
  right: 0px;
  bottom: 33%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.projects .projects-cards .index-projects-slider-a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.projects .projects-cards .index-projects-slider-img {
  position: relative;
}

.projects .projects-cards .index-projects-slider-a {
  bottom: 0 !important;
}

.projects .projects-cards img {
  display: block;
  border-radius: 40px 40px 40px 4px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 350px;
}

.projects .projects-cards .slick-slide {
  position: relative !important;
  width: 480px !important;
  margin-right: 20px !important;
}

.projects .projects-cards .slick-track {
  left: -15%;
}

.projects .projects-cards .slick-list {
  height: 690px;
}

.projects .projects-cards .slick-next {
  right: 102px;
  top: 240px;
  height: 78px !important;
  width: 78px !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.projects .projects-cards .slick-next:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.projects .projects-cards .slick-next:before {
  opacity: 1;
  content: url("../img/next.svg") !important;
}

@media (max-width: 991px) {
  .projects .list ul {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .projects .list ul:last-child {
    margin-top: 0 !important;
  }
  .projects .list ul .list-li-btn {
    text-align: center;
  }
  .projects .list ul .list-li-button {
    margin-top: 20px;
    max-width: 226px;
    width: 100%;
  }
  .projects .projects-filter {
    margin-left: 0px !important;
  }
}

@media (max-width: 768px) {
  .projects {
    padding-top: 60px;
  }
  .projects .projects-cards-h3 {
    font-size: 24px;
  }
  .projects .projects-cards-s {
    margin-top: 9px !important;
  }
  .projects .projects-filter-div {
    text-align: start !important;
  }
  .projects .projects-filter-show {
    display: none;
  }
  .projects .projects-filter-coll {
    text-align: end !important;
  }
  .projects .projects-cards img {
    height: 250px;
  }
  .projects .projects-cards .projects-cards-p {
    font-size: 14px !important;
  }
}

@media (max-width: 576px) {
  .projects-cards-h3 {
    font-size: 20px !important;
  }
  .projects-cards-span {
    font-size: 20px !important;
  }
  .projects-filter-show {
    display: none;
  }
}

@media (max-width: 376px) {
  .projects-filters-filter-dropdown {
    max-width: 270px !important;
  }
}

.cards {
  margin-top: 54px;
}

.card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.card-container-img {
  max-width: 480px;
  width: 100%;
}

.card-container-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px 40px 40px 4px;
}

.card-container-text {
  padding-left: 50px;
  color: #303432;
  width: 55%;
}

.card-container-text .card-container-text-p {
  margin-top: 20px;
  margin-bottom: 32px;
}

.card-container-text .card-container-text-time {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #B7B7B7;
}

.card-container-text .card-container-text-time .card-container-text-time-span {
  color: #303432;
  margin-left: 25px;
}

.card-container-text .card-container-text-price {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #B7B7B7;
}

.card-container-text .card-container-text-price .card-container-text-price-span {
  color: #303432;
  margin-left: 25px;
}

.card-container-text .card-container-text-price .card-container-text-price-span:after {
  content: '\0020BD';
  margin-left: 4px;
}

.card-back-button {
  color: #B7B7B7;
  margin-top: 42px;
  margin-left: 20px;
}

.card-back-button .card-back-button-span {
  margin-left: 18px;
}

.card-container-text-button {
  max-width: 310px;
  width: 100%;
  height: 64px;
  margin-top: 32px;
}

.projects-cards-span {
  color: #08A652;
}

.projects-cards-span:after {
  content: '\0020BD';
  margin-left: 4px;
}

.cards-projects {
  padding-bottom: 0px !important;
}

.cards-slider {
  overflow: hidden;
}

.cards-slider .index-projects-slider-img {
  position: relative;
}

.cards-slider .index-projects-slider-a {
  bottom: 0 !important;
}

.cards-price {
  display: none;
}

@media (max-width: 1440px) {
  .card-container-img {
    width: 45%;
  }
  .card-container-img img {
    max-width: 480px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 40px 40px 40px 4px;
  }
}

@media (max-width: 1040px) {
  .card-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-container .card-container-img {
    max-width: none;
    width: 100%;
  }
  .card-container .card-container-img img {
    max-width: none;
    width: 100%;
  }
  .card-container .card-container-text {
    width: 100%;
    max-width: none;
    padding-left: 0px;
    margin-top: 36px;
  }
}

@media (max-width: 576px) {
  .cards {
    margin-top: 24px;
  }
  .card-container-text-button {
    display: none;
  }
  .cards-price {
    display: block;
  }
}

.contacts-container {
  padding-top: 100px;
  padding-bottom: 75px;
  color: #303432;
}

.contacts-container .contacts-container-p {
  margin-top: 24px;
  margin-bottom: 62px;
}

.contacts-container .contacts-container-phone {
  margin-bottom: 34px;
}

.contacts-container .contacts-container-phone img {
  width: 34px;
  margin-bottom: 5px;
}

.contacts-container .contacts-container-phone .contacts-container-phone-number {
  margin-left: 17px;
}

.contacts-container .contacts-container-phone .contacts-container-phone-number:nth-child(3)::before {
  content: "\2022";
  color: #08A652;
  margin-right: 17px;
}

.contacts-container .contacts-container-phone .contacts-container-phone-number:last-child {
  display: none;
}

.contacts-container .contacts-container-address {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-container .contacts-container-address .contacts-container-address-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-container .contacts-container-address .contacts-container-address-link img {
  width: 22px;
}

.contacts-container .contacts-container-address .contacts-container-address-link .contacts-container-address-link-p {
  margin-left: 17px;
  margin-right: 64px;
  margin-bottom: 0;
}

.contacts-container .contacts-container-address .contacts-container-address-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-container .contacts-container-address .contacts-container-address-email img {
  margin-right: 17px;
  margin-bottom: 0;
  width: 22px;
  margin-bottom: auto;
}

.contacts-container .contacts-container-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-container .contacts-container-images-top {
  height: 350px;
  margin-bottom: 20px;
  overflow: hidden;
}

.contacts-container .contacts-container-images-top img {
  width: 100%;
  border-radius: 40px 4px 4px 4px;
  margin-bottom: 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.contacts-container .contacts-container-docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

.contacts-container .contacts-container-docs .inn-margin {
  margin-right: 34px;
}

.gallery-contacts {
  display: none;
}

.contacts-gallery-slider:first-child img {
  -o-object-position: right;
     object-position: right;
}

.contacts-container-images img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 400px;
}

.contacts-map {
  margin-bottom: -120px;
}

@media (max-width: 1440px) {
  .contacts-container .contacts-container-images-top {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .contacts-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contacts-container .contacts-container-p {
    margin-bottom: 29px;
    margin-top: 16px;
  }
  .contacts-container .contacts-container-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .contacts-container .contacts-container-phone img {
    position: absolute;
    left: 185px;
    width: 29px;
  }
  .contacts-container .contacts-container-phone .contacts-container-phone-number {
    margin-left: 0;
  }
  .contacts-container .contacts-container-phone .contacts-container-phone-number:nth-child(3)::before {
    display: none;
  }
  .contacts-container .contacts-container-phone .contacts-container-phone-number:last-child {
    display: block !important;
  }
  .contacts-container .contacts-container-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 36px;
  }
  .contacts-container .contacts-container-address .contacts-container-address-email {
    margin-top: 17px;
  }
  .contacts-container .contacts-container-docs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0px;
  }
  .contacts-container .inn-margin {
    margin-bottom: 0;
  }
  .gallery-contacts {
    display: block;
    padding: 0 !important;
  }
  .contacts-map {
    height: 560px;
    overflow: hidden;
    margin-bottom: -60px;
  }
}

.repair {
  padding-top: 120px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.repair .repair-h2 {
  margin-right: 120px;
}

.top-margin {
  margin-top: 0;
}

@media (max-width: 1140px) {
  .repair {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .repair-h2 {
    margin-right: 60px !important;
  }
  .repair-text {
    margin-top: 17px;
  }
}

@media (max-width: 768px) {
  .repair {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.repair-margin-prices {
  margin-top: 0;
  margin-bottom: 120px;
}

.build-gallery-margin {
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.repair-hidden {
  display: none;
}

.repair-p-margin {
  margin-top: 22px;
}

@media (max-width: 1140px) {
  .repair-hidden {
    display: block;
  }
}

@media (max-width: 768px) {
  .repair-margin-prices {
    margin-bottom: 70px;
  }
  .build-projects-margin {
    padding-bottom: 60px;
  }
  .repair-margin-prices .index-prices-button {
    display: none;
  }
}

.buildprices-table {
  border-radius: 40px 40px 40px 4px;
  overflow: hidden;
  margin-top: 40px;
  -webkit-box-shadow: 0px 8px 48px #D2D2D2;
          box-shadow: 0px 8px 48px #D2D2D2;
}

.buildtype-prices {
  background: #F3F7F5;
  color: #303432;
  padding-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 70px;
}

.buildtype-prices .buildtype-prices-table .buildtype-prices-table-head {
  background-color: #08A652;
  color: white;
  height: 70px;
  padding-left: 42px;
}

.buildtype-prices .buildtype-prices-table .buildtype-prices-table-head th {
  padding-left: 45px;
  padding-right: 92px;
  font-weight: normal;
  text-align: left;
}

.buildtype-prices .buildtype-prices-table .buildtype-prices-table-head th:last-child {
  text-align: center;
}

.buildtype-prices .buildtype-prices-table .buildprices-table-row {
  background: #F3F7F5;
}

.buildtype-prices .buildtype-prices-table .buildprices-table-row:nth-child(2n) {
  background: white;
}

.buildtype-prices .buildtype-prices-table .buildprices-table-row td {
  padding-left: 45px;
  padding-right: 92px;
  height: 48px;
}

.buildtype-prices .buildtype-prices-table .buildprices-table-row .buildprices-table-row-price {
  text-align: end;
  font-size: 24px;
  font-weight: bold;
}

.buildtype-prices .buildtype-prices-table .buildprices-table-row .buildprices-table-row-price:after {
  content: '\0020BD';
  margin-left: 4px;
}

.buildprices-table-button {
  background-color: #08A652;
  background-color: white;
  height: 70px;
  text-align: center;
}

.buildprices-table-button .buildprices-table-button-a {
  color: #08A652;
  cursor: pointer;
}

.buildprices-table-button .buildprices-table-button-a img {
  margin-left: 8px;
}

.buildprices-table-button .arrow-reverse {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.demotable {
  border-collapse: collapse;
}

#all1 {
  display: contents;
}

/* здесь вся магия, если браузер не поддерживает структурные псевдоклассы, то список будет раскрыт, т.е. доступ к данным сохранится */
[id^="all"] {
  position: fixed;
  /* чтобы страница "не подпрыгивала" к id */
}

[id^="all"]:target + table a[href^="#all"],
[id^="all"]:not(:target) + table tbody tr:nth-of-type(n+16),
[id^="all"]:not(:target) + table a[href="#close"] {
  display: none;
}

@media (max-width: 1194px) {
  .buildtype-prices-table-head th {
    padding-left: 16px !important;
    padding-right: 10px !important;
  }
  .buildprices-table-row td {
    padding-left: 16px !important;
    padding-right: 10px !important;
  }
  .buildprices-table-row-price {
    text-align: left;
    padding-left: 0;
    width: 154px;
  }
}

@media (max-width: 642px) {
  .buildtype-prices {
    padding-top: 40px;
    margin-bottom: 64px;
    padding-bottom: 54px;
  }
  .buildprices-table-row-price {
    width: 147px;
    font-size: 16px  !important;
  }
  .buildprices-table-button {
    background-color: transparent;
    height: 70px;
    text-align: left;
  }
  .buildprices-table {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0px 40px 40px 4px;
    margin-top: 40px;
  }
  [id^="all"]:target + table a[href^="#all"],
  [id^="all"]:not(:target) + table tbody tr:nth-of-type(n+11),
  [id^="all"]:not(:target) + table a[href="#close"] {
    display: none;
  }
}

.info-project-margin {
  margin-bottom: 36px;
}
/*# sourceMappingURL=style.css.map */