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

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}

footer,
header,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
  outline: none;
}

img {
  height: auto;
  max-width: 100%;
  display: inline-block;
}

body {
  font: 14px/22px "open_sans", Arial, sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0c0c0c;
}

button:hover {
  cursor: pointer;
}

.index_pages {
  width: 100%;
  height: 100%;
}

.index_pages ul {
  max-width: 300px;
  padding: 100px 20px 20px;
  margin: 0 auto;
}

.index_pages ul li {
  list-style: none;
  font-size: 25px;
  margin-bottom: 15px;
}

.index_pages ul li a {
  text-decoration: none;
}

.index_pages ul li a:hover {
  text-decoration: underline;
}

html.lock,
body.lock {
  height: 100%;
  overflow: hidden !important;
  width: 100%;
  position: relative;
}

ymaps, 
ymaps canvas, 
ymaps input, 
ymaps svg {
  position: absolute;
}

.container {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}

@media (max-width: 992px) {
  .container {
    max-width: 812px;
    padding: 0 40px;
  }
}

@media (max-width: 728px) {
  .container {
    max-width: 500px;
    padding: 0 20px;
  }
}

@media (max-width: 560px) {
  .container {
    max-width: 340px;
  }
}

.project_card {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -100;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  overflow: auto;
  opacity: 0;
}

@media (max-height: 768px) {
  .project_card {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.project_card .card {
  max-width: 1000px;
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 155;
}

.project_card .card .card__slide {
  position: relative;
  width: 100%;
}

.project_card .card .card__slide .slick-slider {
  height: 100%;
  display: block;
  margin-bottom: 0;
}

.project_card .card .card__slide .slick-slider .slick-dots {
  margin-bottom: 0;
  background-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 6px;
  bottom: 30px;
}

.project_card .card .card__slide .slick-slider .slick-dots li {
  list-style: none;
  max-width: 10px;
  min-width: 10px;
  height: 10px;
  background-color: #fff;
  margin-right: 6px;
  border-radius: 50%;
  overflow: hidden;
}

.project_card .card .card__slide .slick-slider .slick-dots li:last-child {
  margin-right: 0;
}

.project_card .card .card__slide .slick-slider .slick-dots .slick-active {
  background-color: #f2c94c;
}

.project_card .card .card__slide .slick-list .slick-track .slick-slide {
  outline: none;
}

.project_card .card .card__slide .slide_img {
  height: 100%;
  overflow: hidden;
  height: 415px;
}

@media (max-width: 560px) {
  .project_card .card .card__slide .slide_img {
    height: 300px;
  }
}

.project_card .card .card__slide .slide_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.project_card .card .card__text {
  padding: 40px 50px 50px;
}

@media (max-width: 560px) {
  .project_card .card .card__text {
    padding: 20px;
  }
}

.project_card .card .card__text h2 {
  margin-bottom: 30px;
}

.project_card .card .card__text .card__desc {
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  padding-top: 30px;
  padding-bottom: 30px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}

@media (max-width: 560px) {
  .project_card .card .card__text .card__desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}

.project_card .card .card__text .card__desc ul {
  padding-right: 60px;
  min-width: 240px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .project_card .card .card__text .card__desc ul {
    padding-right: 30px;
    min-width: 200px;
  }
}

@media (max-width: 560px) {
  .project_card .card .card__text .card__desc ul {
    padding-right: 0;
    padding-bottom: 20px;
  }
}

.project_card .card .card__text .card__desc ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 180%;
  font-weight: 400;
  color: #3b403b;
}

.project_card .card .card__text .card__desc ul li span {
  font-weight: 700;
}

.project_card .card .card__text .card__desc p {
  display: block;
  padding-left: 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 180%;
  font-weight: 400;
  color: #3b403b;
  border-left: 1px solid #c4c4c4;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .project_card .card .card__text .card__desc p {
    padding-left: 30px;
  }
}

@media (max-width: 560px) {
  .project_card .card .card__text .card__desc p {
    padding-left: 0;
    padding-top: 20px;
    border: none;
    border-top: 1px solid #c4c4c4;
  }
}

.project_card .card .card__text .card_links {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 560px) {
  .project_card .card .card__text .card_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.project_card .card .card__text .card_links .btn_yell {
  min-width: 175px;
  height: 70px;
  font-size: 18px;
  line-height: 120%;
  margin-right: 30px;
}

@media (max-width: 992px) {
  .project_card .card .card__text .card_links .btn_yell {
    height: 55px;
    font-size: 14px;
    margin-right: 20px;
  }
}

@media (max-width: 728px) {
  .project_card .card .card__text .card_links .btn_yell {
    height: 70px;
    font-size: 18px;
  }
}

@media (max-width: 560px) {
  .project_card .card .card__text .card_links .btn_yell {
    height: 57px;
    font-size: 14px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.project_card .card .card__text .card_links .btn_grey {
  min-width: 200px;
  height: 70px;
  font-size: 18px;
  line-height: 120%;
}

@media (max-width: 992px) {
  .project_card .card .card__text .card_links .btn_grey {
    height: 55px;
    font-size: 14px;
  }
}

@media (max-width: 728px) {
  .project_card .card .card__text .card_links .btn_grey {
    height: 70px;
    font-size: 18px;
  }
}

@media (max-width: 560px) {
  .project_card .card .card__text .card_links .btn_grey {
    height: 57px;
    font-size: 14px;
    width: 100%;
  }
}

.project_card.active {
  opacity: 1;
  z-index: 152;
}

h1 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  display: block;
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  text-align: center;
}

@media (max-width: 992px) {
  h1 {
    font-size: 38px;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #3b403b;
  font-weight: 700;
  font-size: 36px;
  line-height: 119.44444%;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  h2 {
    font-size: 30px;
  }
}

@media (max-width: 728px) {
  h2 {
    font-size: 36px;
  }
}

@media (max-width: 560px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #3b403b;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}

@media (max-width: 992px) {
  h3 {
    font-size: 18px;
  }
}

@media (max-width: 728px) {
  h3 {
    font-size: 20px;
  }
}

p {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #3b403b;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
}

@media (max-width: 992px) {
  p {
    font-size: 14px;
  }
}

@media (max-width: 728px) {
  p {
    font-size: 16px;
  }
}

.btn_yell {
  background-color: #f2c94c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
  min-width: 170px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #3b403b;
  text-align: center;
  font-size: 14px;
  padding: 15px;
  border-radius: 2px;
  white-space: nowrap;
}

@media (max-width: 992px) {
  .btn_yell {
    min-width: 117px;
    height: 44px;
  }
}

@media (max-width: 728px) {
  .btn_yell {
    height: 55px;
    min-width: 170px;
  }
}

.btn_yell:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #c59500;
}

.btn_grey {
  background-color: #a1a8a1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
  min-width: 170px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #3b403b;
  text-align: center;
  font-size: 14px;
  padding: 15px;
  border-radius: 2px;
  white-space: nowrap;
}

@media (max-width: 992px) {
  .btn_grey {
    min-width: 117px;
    height: 44px;
  }
}

@media (max-width: 728px) {
  .btn_grey {
    height: 55px;
    min-width: 170px;
  }
}

.btn_grey:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #f2c94c;
}

::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  margin-right: 30px;
  color: #a1a8a1;
}

::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  margin-right: 30px;
  color: #a1a8a1;
}

:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  margin-right: 30px;
  color: #a1a8a1;
}

::-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  margin-right: 30px;
  color: #a1a8a1;
}

::placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  margin-right: 30px;
  color: #a1a8a1;
}

@media (max-width: 768px) {
  ::-webkit-input-placeholder {
    font-size: 14px;
  }
  ::-moz-placeholder {
    font-size: 14px;
  }
  :-ms-input-placeholder {
    font-size: 14px;
  }
  ::-ms-input-placeholder {
    font-size: 14px;
  }
  ::placeholder {
    font-size: 14px;
  }
}

:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  margin-right: 30px;
  color: #a1a8a1;
}

::-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  margin-right: 30px;
  color: #a1a8a1;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  font-size: 0;
  width: 28px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-color: transparent;
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 425px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
  }
}

.slick-arrow:active, .slick-arrow:focus {
  outline: none;
}

.slick-arrow:hover {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}

.slick-prev {
  left: 20px;
  display: none;
}

.slick-next {
  right: 20px;
  background-image: url("../img/icons/arrow_slide.svg");
}

@media (max-width: 768px) {
  .slick-next {
    right: 20px;
  }
}

.slick-dots {
  position: absolute;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0;
  margin-top: 0;
  max-width: 320px;
  width: 100%;
  height: 10px;
  overflow: hidden;
  margin-bottom: 0;
}

.slick-dots li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 10px;
  height: 10px;
  background-color: #fff;
}

.slick-dots button {
  font-size: 0;
  width: 15px;
  height: 15px;
  padding: 0;
  border: none;
  background-color: #dbddde;
  border-radius: 50%;
}

.slick-dots button:hover {
  cursor: pointer;
}

.slick-dots button:active, .slick-dots button:focus {
  outline: none;
}

.slick-dots .slick-active {
  position: relative;
  z-index: 10;
}

.slick-dots .slick-active button {
  width: 10px;
  height: 10px;
}

.slick-dots .slick-active button:hover {
  cursor: pointer;
}

.main_header {
  position: relative;
  z-index: 50;
}

.main_header .header {
  background-color: #3b403b;
}

@media (max-width: 992px) {
  .main_header .header .container {
    max-width: 892px;
  }
}

@media (max-width: 728px) {
  .main_header .header .container {
    max-width: 500px;
  }
}

@media (max-width: 560px) {
  .main_header .header .container {
    max-width: 340px;
  }
}

.main_header .header .header__top {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
}

@media (max-width: 728px) {
  .main_header .header .header__top {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

@media (max-width: 560px) {
  .main_header .header .header__top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.main_header .header .header__logo {
  -ms-flex-preferred-size: 190px;
      flex-basis: 190px;
}

@media (max-width: 728px) {
  .main_header .header .header__logo {
    display: none;
  }
}

.main_header .header .header__logo a {
  display: block;
}

.main_header .header .header__logo a img {
  display: block;
}

.main_header .header .header__ipoteka {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

@media (max-width: 992px) {
  .main_header .header .header__ipoteka {
    display: none;
  }
}

.main_header .header .header__ipoteka img {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 13px;
}

.main_header .header .header__ipoteka a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: block;
  font-family: "Montserrat", sans-serif;
  line-height: 120%;
}

.main_header .header .header__soc {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 728px) {
  .main_header .header .header__soc {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

.main_header .header .header__soc p {
  display: block;
  max-width: 136px;
  text-align: right;
  color: #a1a8a1;
  font-size: 10px;
  font-weight: 400;
  margin-right: 30px;
  line-height: 120%;
}

@media (max-width: 992px) {
  .main_header .header .header__soc p {
    font-size: 10px;
    margin-right: 20px;
  }
}

@media (max-width: 728px) {
  .main_header .header .header__soc p {
    font-size: 12px;
    text-align: left;
    max-width: 185px;
  }
}

.main_header .header .header__soc ul {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_header .header .header__soc ul li {
  margin-right: 20px;
}

@media (max-width: 728px) {
  .main_header .header .header__soc ul li {
    margin-right: 30px;
  }
}

.main_header .header .header__soc ul li:last-child {
  margin-right: 0;
}

@media (max-width: 728px) {
  .main_header .header .header__soc ul li:last-child {
    margin-right: 0;
  }
}

.main_header .header .header__soc ul li a {
  width: 20px;
  height: 20px;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .main_header .header .header__soc ul li a {
    width: 17px;
    height: 17px;
  }
}

@media (max-width: 728px) {
  .main_header .header .header__soc ul li a {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 560px) {
  .main_header .header .header__soc ul li a {
    width: 23px;
    height: 23px;
  }
}

.main_header .header .header__soc ul li a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.6;
}

.main_header .header .header__soc ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.main_header .header .header__tel {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 728px) {
  .main_header .header .header__tel {
    display: none;
  }
}

.main_header .header .header__tel p {
  display: block;
  text-align: right;
  color: #a1a8a1;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 2px;
  line-height: 120%;
}

.main_header .header .header__tel a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main_header .header .header__tel a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.6;
}

.main_header .header .header__bottom {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  padding-top: 28px;
  padding-bottom: 28px;
  border-top: 1px solid #a1a8a1;
}

@media (max-width: 728px) {
  .main_header .header .header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 560px) {
  .main_header .header .header__bottom {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.main_header .header .header__bottom a {
  display: block;
}

.main_header .header .header__bottom a:first-child {
  -ms-flex-preferred-size: 92px;
      flex-basis: 92px;
}

@media (max-width: 560px) {
  .main_header .header .header__bottom a:first-child {
    -ms-flex-preferred-size: 73px;
        flex-basis: 73px;
  }
}

.main_header .header .header__bottom a:last-child {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
}

@media (max-width: 560px) {
  .main_header .header .header__bottom a:last-child {
    font-size: 19px;
  }
}

.main_header .header .header__bottom a img {
  display: block;
}

.main_header .header__sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}

.main_header .header__sticky .header__bottom {
  border-top: none;
}

.bl_header {
  position: relative;
  background-image: url("../img/others/header_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bl_header::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.bl_header .bl_header__content {
  min-height: 670px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 5;
}

@media (max-width: 992px) {
  .bl_header .bl_header__content {
    min-height: 520px;
  }
}

@media (max-width: 690px) {
  .bl_header .bl_header__content {
    min-height: 690px;
  }
}

@media (max-width: 560px) {
  .bl_header .bl_header__content {
    min-height: 410px;
  }
}

.bl_header .bl_header__content h1 {
  margin-bottom: 100px;
}

@media (max-width: 992px) {
  .bl_header .bl_header__content h1 {
    margin-bottom: 47px;
  }
}

@media (max-width: 728px) {
  .bl_header .bl_header__content h1 {
    margin-bottom: 80px;
  }
}

@media (max-width: 560px) {
  .bl_header .bl_header__content h1 {
    margin-bottom: 50px;
    max-width: 290px;
  }
}

.bl_header .bl_header__content .bl_header__links {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 728px) {
  .bl_header .bl_header__content .bl_header__links {
    -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;
  }
}

.bl_header .bl_header__content .bl_header__links .btn_yell {
  min-width: 270px;
  height: 70px;
  font-size: 18px;
  line-height: 120%;
  margin-right: 30px;
}

@media (max-width: 992px) {
  .bl_header .bl_header__content .bl_header__links .btn_yell {
    min-width: 220px;
    height: 55px;
    font-size: 14px;
    margin-right: 20px;
  }
}

@media (max-width: 728px) {
  .bl_header .bl_header__content .bl_header__links .btn_yell {
    min-width: 270px;
    height: 70px;
    font-size: 18px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  .bl_header .bl_header__content .bl_header__links .btn_yell {
    min-width: 210px;
    height: 57px;
    font-size: 14px;
  }
}

.bl_header .bl_header__content .bl_header__links .btn_grey {
  min-width: 270px;
  height: 70px;
  font-size: 18px;
  line-height: 120%;
}

@media (max-width: 992px) {
  .bl_header .bl_header__content .bl_header__links .btn_grey {
    min-width: 220px;
    height: 55px;
    font-size: 14px;
  }
}

@media (max-width: 728px) {
  .bl_header .bl_header__content .bl_header__links .btn_grey {
    min-width: 270px;
    height: 70px;
    font-size: 18px;
  }
}

@media (max-width: 560px) {
  .bl_header .bl_header__content .bl_header__links .btn_grey {
    min-width: 210px;
    height: 57px;
    font-size: 14px;
  }
}

.bl_want_house {
  padding-top: 100px;
  padding-bottom: 80px;
  overflow: hidden;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 992px) {
  .bl_want_house {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media (max-width: 728px) {
  .bl_want_house {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

@media (max-width: 560px) {
  .bl_want_house {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.bl_want_house .container {
  padding-bottom: 20px;
  overflow: auto;
  margin: 0;
}

@media (max-width: 992px) {
  .bl_want_house .container {
    max-width: none;
    padding-left: 130px;
  }
}

@media (max-width: 992px) {
  .bl_want_house .container {
    padding-left: calc(45px + (130 - 45) * ((100vw - 820px) / (992 - 820)));
  }
}

@media (max-width: 820px) {
  .bl_want_house .container {
    padding-left: 45px;
  }
}

@media (max-width: 728px) {
  .bl_want_house .container {
    padding-left: calc(50px + (130 - 50) * ((100vw - 560px) / (728 - 560)));
  }
}

@media (max-width: 560px) {
  .bl_want_house .container {
    padding-left: calc(20px + (50 - 20) * ((100vw - 320px) / (560 - 320)));
  }
}

.bl_want_house .bl_want_house__content > ul {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 992px) {
  .bl_want_house .bl_want_house__content > ul {
    padding-right: 20px;
  }
}

.bl_want_house .bl_want_house__content > ul li {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 270px;
  max-width: 270px;
  margin-right: 30px;
}

@media (max-width: 992px) {
  .bl_want_house .bl_want_house__content > ul li {
    min-width: 250px;
    max-width: 250px;
  }
}

@media (max-width: 728px) {
  .bl_want_house .bl_want_house__content > ul li {
    min-width: 300px;
    max-width: 300px;
    margin-right: 20px;
  }
}

@media (max-width: 560px) {
  .bl_want_house .bl_want_house__content > ul li {
    min-width: 220px;
    max-width: 220px;
  }
}

.bl_want_house .bl_want_house__content > ul li:last-child {
  margin-right: 0;
}

.bl_want_house .bl_want_house__content > ul li h3 {
  margin-bottom: 20px;
}

.bl_want_house .bl_want_house__content > ul li p {
  display: block;
  margin-bottom: 30px;
}

.bl_want_house .bl_want_house__content > ul li ul {
  margin-bottom: 30px;
}

.bl_want_house .bl_want_house__content > ul li ul li {
  font-family: "Montserrat", sans-serif;
  color: #3b403b;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  margin-right: 0;
}

.bl_want_house .bl_want_house__content > ul li .btn_grey {
  background-color: #f3f3f3;
  font-size: 14px;
  min-width: 180px;
}

.bl_want_house .bl_want_house__content > ul li .btn_grey:hover {
  background-color: #f2c94c;
}

.bl_tehnologies {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
}

@media (max-width: 992px) {
  .bl_tehnologies {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 728px) {
  .bl_tehnologies {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 560px) {
  .bl_tehnologies {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.bl_tehnologies {
  background-image: url("../img/others/big_home2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

/*.bl_tehnologies::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-image: url("../img/others/big_home2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}*/

@media (max-width: 992px) {
  .bl_tehnologies::before {
    background-size: auto 100%;
    background-position: 17% bottom;
  }
}

@media (max-width: 728px) {
  .bl_tehnologies .container {
    max-width: none;
    padding: 0;
  }
}

.bl_tehnologies .bl_tehnologies__content {
  position: relative;
  z-index: 5;
}

.bl_tehnologies .bl_tehnologies__content h2 {
  margin-bottom: 20px;
}

@media (max-width: 728px) {
  .bl_tehnologies .bl_tehnologies__content h2 {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.bl_tehnologies .bl_tehnologies__content > p {
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 728px) {
  .bl_tehnologies .bl_tehnologies__content > p {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.bl_tehnologies .bl_tehnologies__content .bl_tehnologies__menu {
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .bl_tehnologies .bl_tehnologies__content .bl_tehnologies__menu {
    margin-bottom: 30px;
  }
}

@media (max-width: 728px) {
  .bl_tehnologies .bl_tehnologies__content .bl_tehnologies__menu {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.bl_tehnologies .bl_tehnologies__content .bl_tehnologies__menu ul {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 728px) {
  .bl_tehnologies .bl_tehnologies__content .bl_tehnologies__menu ul {
    display: none;
  }
}

.bl_tehnologies .bl_tehnologies__content .bl_tehnologies__menu ul li {
  margin-right: 20px;
}

@media (max-width: 992px) {
  .bl_tehnologies .bl_tehnologies__content .bl_tehnologies__menu ul li {
    margin-right: 10px;
  }
}

.bl_tehnologies .bl_tehnologies__content .bl_tehnologies__menu ul li:last-child {
  margin-right: 0;
}

.bl_tehnologies .bl_tehnologies__content .bl_tehnologies__menu ul li a {
  display: block;
  padding: 19px 28px;
  color: #fff;
  font-size: 18px;
  background-color: #a1a8a1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  line-height: 122.22222%;
  white-space: nowrap;
  border-radius: 2px;
}

@media (max-width: 992px) {
  .bl_tehnologies .bl_tehnologies__content .bl_tehnologies__menu ul li a {
    padding: 15px 20px;
    font-size: 13px;
  }
}

.bl_tehnologies .bl_tehnologies__content .bl_tehnologies__menu ul li a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #3b403b;
}

.bl_tehnologies .bl_tehnologies__content .bl_tehnologies__menu ul li a.active {
  background-color: #3b403b;
}

.bl_tehnologies .bl_tehnologies__content .bl_tehnologies__menu .select {
  display: none;
  position: relative;
}

@media (max-width: 728px) {
  .bl_tehnologies .bl_tehnologies__content .bl_tehnologies__menu .select {
    display: block;
    width: 100%;
  }
}

.bl_tehnologies .bl_tehnologies__content .bl_tehnologies__menu .select::before {
  content: "";
  height: 12px;
  width: 6px;
  background-image: url("../img/icons/arrow_select.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bl_tehnologies .bl_tehnologies__content .bl_tehnologies__menu .select select {
  background-color: #3b403b;
  display: block;
  padding: 19px 28px;
  padding-right: 35px;
  color: #fff;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  line-height: 122.22222%;
  white-space: nowrap;
  border-radius: 2px;
  width: 100%;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bl_tehnologies .bl_tehnologies__content .bl_tehnologies__items .bl_tehnologies__item h2 {
  margin-bottom: 20px;
}

.bl_tehnologies .bl_tehnologies__content .bl_tehnologies__items .bl_tehnologies__item p {
  display: block;
  margin-bottom: 30px;
  max-width: 600px;
  font-size: 18px;
  line-height: 180%;
}

@media (max-width: 992px) {
  .bl_tehnologies .bl_tehnologies__content .bl_tehnologies__items .bl_tehnologies__item p {
    max-width: 484px;
    font-size: 14px;
  }
}

@media (max-width: 728px) {
  .bl_tehnologies .bl_tehnologies__content .bl_tehnologies__items .bl_tehnologies__item p {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }
}

.bl_tehnologies .bl_tehnologies__content .bl_tehnologies__items .bl_tehnologies__item p:nth-child(2) {
  margin-bottom: 0;
}

.bl_tehnologies .bl_tehnologies__content .bl_tehnologies__items .bl_tehnologies__item p:last-child {
  margin-bottom: 0;
}

.bl_tehnologies .bl_tehnologies__content .bl_tehnologies__items .bl_tehnologies__item ul {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 100px;
  padding-top: 100px;
}

@media (max-width: 992px) {
  .bl_tehnologies .bl_tehnologies__content .bl_tehnologies__items .bl_tehnologies__item ul {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 728px) {
  .bl_tehnologies .bl_tehnologies__content .bl_tehnologies__items .bl_tehnologies__item ul {
    padding-bottom: 100px;
    padding-top: 100px;
    padding-left: 50px;
    padding-left: 85px;
    padding-right: 20px;
    overflow: auto;
  }
}

@media (max-width: 728px) {
  .bl_tehnologies .bl_tehnologies__content .bl_tehnologies__items .bl_tehnologies__item ul {
    padding-left: calc(50px + (135 - 50) * ((100vw - 560px) / (728 - 560)));
  }
}

@media (max-width: 560px) {
  .bl_tehnologies .bl_tehnologies__content .bl_tehnologies__items .bl_tehnologies__item ul {
    padding-left: calc(20px + (80 - 20) * ((100vw - 320px) / (560 - 320)));
  }
}

.bl_tehnologies .bl_tehnologies__content .bl_tehnologies__items .bl_tehnologies__item ul li {
  position: relative;
  max-width: 200px;
  min-width: 200px;
  margin-right: 120px;
}

@media (max-width: 992px) {
  .bl_tehnologies .bl_tehnologies__content .bl_tehnologies__items .bl_tehnologies__item ul li {
    max-width: 140px;
    min-width: 140px;
    margin-right: 73px;
  }
}

@media (max-width: 820px) {
  .bl_tehnologies .bl_tehnologies__content .bl_tehnologies__items .bl_tehnologies__item ul li {
    width: auto;
  }
}

@media (max-width: 728px) {
  .bl_tehnologies .bl_tehnologies__content .bl_tehnologies__items .bl_tehnologies__item ul li {
    max-width: 200px;
    min-width: 200px;
    margin-right: 120px;
  }
}

.bl_tehnologies .bl_tehnologies__content .bl_tehnologies__items .bl_tehnologies__item ul li:last-child {
  margin-right: 0;
}

.bl_tehnologies .bl_tehnologies__content .bl_tehnologies__items .bl_tehnologies__item ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  right: -50px;
  bottom: -50px;
  left: -50px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
}

@media (max-width: 992px) {
  .bl_tehnologies .bl_tehnologies__content .bl_tehnologies__items .bl_tehnologies__item ul li:before {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }
}

@media (max-width: 728px) {
  .bl_tehnologies .bl_tehnologies__content .bl_tehnologies__items .bl_tehnologies__item ul li:before {
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
  }
}

.bl_tehnologies .bl_tehnologies__content .bl_tehnologies__items .bl_tehnologies__item ul li p {
  display: block;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 5;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .bl_tehnologies .bl_tehnologies__content .bl_tehnologies__items .bl_tehnologies__item ul li p {
    font-size: 13px;
  }
}

@media (max-width: 728px) {
  .bl_tehnologies .bl_tehnologies__content .bl_tehnologies__items .bl_tehnologies__item ul li p {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
  }
}

.bl_tehnologies .bl_tehnologies__content .bl_tehnologies__items .bl_tehnologies__item ul li p:first-child {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .bl_tehnologies .bl_tehnologies__content .bl_tehnologies__items .bl_tehnologies__item ul li p:first-child {
    font-size: 16px;
  }
}

@media (max-width: 728px) {
  .bl_tehnologies .bl_tehnologies__content .bl_tehnologies__items .bl_tehnologies__item ul li p:first-child {
    font-size: 20px;
  }
}

.bl_tehnologies .bl_tehnologies__content .bl_tehnologies__items .barnhouse {
  display: none;
}

.bl_tehnologies .bl_tehnologies__content .bl_tehnologies__items .fahverk {
  display: none;
}

.bl_tehnologies .bl_tehnologies__content .bl_tehnologies__items .karkas {
  display: none;
}

.bl_projects {
  padding-top: 150px;
  padding-bottom: 100px;
}

@media (max-width: 992px) {
  .bl_projects {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.bl_projects .bl_projects__content h3 {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .bl_projects .bl_projects__content h3 {
    margin-bottom: 10px;
  }
}

.bl_projects .bl_projects__content p {
  margin-bottom: 30px;
}

.bl_projects .bl_projects__content ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 90px 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .bl_projects .bl_projects__content ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 12px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 728px) {
  .bl_projects .bl_projects__content ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 560px) {
  .bl_projects .bl_projects__content ul {
    padding-bottom: 40px;
    margin-bottom: 30px;
    gap: 40px;
  }
}

.bl_projects .bl_projects__content ul > li {
  width: 100%;
  position: relative;
}

.bl_projects .bl_projects__content ul > li > a:first-child {
  display: block;
  position: absolute;
  right: -20px;
  bottom: -20px;
  top: -20px;
  left: -20px;
  z-index: 5;
}

@media (max-width: 992px) {
  .bl_projects .bl_projects__content ul > li > a:first-child {
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
  }
}

.bl_projects .bl_projects__content ul > li > a:first-child:hover ~ .project_links > .btn_grey {
  background-color: #f2c94c;
}

.bl_projects .bl_projects__content ul > li > a:first-child:hover ~ .project_links > .btn_grey::after {
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.bl_projects .bl_projects__content ul > li > a:first-child:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .bl_projects .bl_projects__content ul > li > a:first-child:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.bl_projects .bl_projects__content ul > li .project_img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
}

.bl_projects .bl_projects__content ul > li .project_img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.bl_projects .bl_projects__content ul > li h3 {
  margin-bottom: 10px;
}

.bl_projects .bl_projects__content ul > li ul {
  margin-bottom: 30px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
  border: none;
  padding-bottom: 0;
}

@media (max-width: 728px) {
  .bl_projects .bl_projects__content ul > li ul {
    margin-bottom: 20px;
  }
}

.bl_projects .bl_projects__content ul > li ul li {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #3b403b;
  line-height: 180%;
}

@media (max-width: 728px) {
  .bl_projects .bl_projects__content ul > li ul li {
    font-size: 16px;
  }
}

.bl_projects .bl_projects__content ul > li ul li:first-child::before {
  display: none;
}

.bl_projects .bl_projects__content ul > li .project_links {
  position: relative;
}

.bl_projects .bl_projects__content ul > li .project_links .btn_grey {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #e5e5e5;
}

@media (max-width: 992px) {
  .bl_projects .bl_projects__content ul > li .project_links .btn_grey {
    font-size: 12px;
  }
}

.bl_projects .bl_projects__content ul > li .project_links .btn_grey:hover {
  background-color: #f2c94c;
}

.bl_projects .bl_projects__content ul > li .project_links .btn_grey::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 14px;
  background-image: url("../img/icons/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.bl_projects .bl_projects__content ul li.none {
  display: none;
}

.bl_projects .bl_projects__content > a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #f2c94c;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .bl_projects .bl_projects__content > a {
    font-size: 16px;
  }
}

.bl_projects .bl_projects__content > a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #3b403b;
}

.projects_completed {
  padding-bottom: 80px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .projects_completed {
    padding-bottom: 40px;
  }
}

@media (max-width: 728px) {
  .projects_completed {
    padding-bottom: 80px;
  }
}

@media (max-width: 560px) {
  .projects_completed {
    padding-bottom: 40px;
  }
}

.projects_completed .container {
  max-width: none;
  padding-right: 0;
}

@media (max-width: 1920px) {
  .projects_completed .container {
    padding-left: calc(80px + (365 - 80) * ((100vw - 1355px) / (1920 - 1355)));
  }
}

@media (max-width: 1355px) {
  .projects_completed .container {
    padding-left: 80px;
  }
}

@media (max-width: 992px) {
  .projects_completed .container {
    padding-left: calc(45px + (130 - 45) * ((100vw - 820px) / (992 - 820)));
  }
}

@media (max-width: 820px) {
  .projects_completed .container {
    padding-left: 45px;
  }
}

@media (max-width: 728px) {
  .projects_completed .container {
    padding-left: calc(50px + (130 - 50) * ((100vw - 560px) / (728 - 560)));
  }
}

@media (max-width: 560px) {
  .projects_completed .container {
    padding-left: calc(20px + (130 - 20) * ((100vw - 320px) / (560 - 320)));
  }
}

.projects_completed .proj_comp__content h2 {
  margin-bottom: 30px;
}

.projects_completed .proj_comp__content ul {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 20px;
  -ms-touch-action: auto;
      touch-action: auto;
}

.projects_completed .proj_comp__content ul > li {
  max-width: 320px;
  min-width: 320px;
  position: relative;
  margin-right: 30px;
}

.projects_completed .proj_comp__content ul > li > a:first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 5;
}

.projects_completed .proj_comp__content ul > li .proj_comp__img {
  overflow: hidden;
  height: 200px;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .projects_completed .proj_comp__content ul > li .proj_comp__img {
    height: 175px;
  }
}

.projects_completed .proj_comp__content ul > li .proj_comp__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.projects_completed .proj_comp__content ul > li h3 {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .projects_completed .proj_comp__content ul > li h3 {
    font-size: 16px;
  }
}

@media (max-width: 728px) {
  .projects_completed .proj_comp__content ul > li h3 {
    font-size: 20px;
  }
}

.projects_completed .proj_comp__content ul > li .btn_yell {
  height: 60px;
  min-width: 185px;
  font-size: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
  position: relative;
}

@media (max-width: 992px) {
  .projects_completed .proj_comp__content ul > li .btn_yell {
    height: 57px;
    min-width: 155px;
    font-size: 14px;
  }
}

@media (max-width: 728px) {
  .projects_completed .proj_comp__content ul > li .btn_yell {
    height: 200px;
    height: 60px;
    min-width: 185px;
    font-size: 18px;
  }
}

@media (max-width: 560px) {
  .projects_completed .proj_comp__content ul > li .btn_yell {
    height: 57px;
    min-width: 155px;
    font-size: 14px;
  }
}

@media (min-width: 1025px) {
  .projects_completed .proj_comp__content ::-webkit-scrollbar {
    height: 15px;
  }
  .projects_completed .proj_comp__content ::-webkit-scrollbar-track {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .projects_completed .proj_comp__content ::-webkit-scrollbar-track:hover {
    background-color: transparent;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border-radius: 15px;
  }
  .projects_completed .proj_comp__content ::-webkit-scrollbar-track:hover ~ ::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  .projects_completed .proj_comp__content ::-webkit-scrollbar-thumb {
    border-radius: 15px;
  }
  .projects_completed .proj_comp__content ::-webkit-scrollbar-thumb:hover {
    background-color: transparent;
  }
}

.bl_ipoteka {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("../img/others/ipoteka_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .bl_ipoteka {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 728px) {
  .bl_ipoteka {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 560px) {
  .bl_ipoteka {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 820px) {
  .bl_ipoteka .container {
    padding: 0;
  }
}

@media (max-width: 728px) {
  .bl_ipoteka .container {
    max-width: none;
  }
}

.bl_ipoteka::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.bl_ipoteka .bl_ipoteka__content {
  position: relative;
  z-index: 5;
}

.bl_ipoteka .bl_ipoteka__content h2 {
  margin-bottom: 20px;
  color: #fff;
}

@media (max-width: 820px) {
  .bl_ipoteka .bl_ipoteka__content h2 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 728px) {
  .bl_ipoteka .bl_ipoteka__content h2 {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 560px) {
  .bl_ipoteka .bl_ipoteka__content h2 {
    max-width: 330px;
  }
}

.bl_ipoteka .bl_ipoteka__content > p {
  color: #fff;
  display: block;
  max-width: 600px;
  font-size: 18px;
  line-height: 180%;
}

@media (max-width: 992px) {
  .bl_ipoteka .bl_ipoteka__content > p {
    font-size: 14px;
  }
}

@media (max-width: 820px) {
  .bl_ipoteka .bl_ipoteka__content > p {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 728px) {
  .bl_ipoteka .bl_ipoteka__content > p {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 500px;
    margin: 0 auto;
    font-size: 18px;
  }
}

@media (max-width: 560px) {
  .bl_ipoteka .bl_ipoteka__content > p {
    max-width: 330px;
  }
}

.bl_ipoteka .bl_ipoteka__content > p:nth-child(4) {
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .bl_ipoteka .bl_ipoteka__content > p:nth-child(4) {
    margin-bottom: 30px;
  }
}

@media (max-width: 728px) {
  .bl_ipoteka .bl_ipoteka__content > p:nth-child(4) {
    margin-bottom: 40px;
  }
}

.bl_ipoteka .bl_ipoteka__content ul {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 100px;
  padding-top: 100px;
}

@media (max-width: 1024px) {
  .bl_ipoteka .bl_ipoteka__content ul {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 820px) {
  .bl_ipoteka .bl_ipoteka__content ul {
    overflow: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 728px) {
  .bl_ipoteka .bl_ipoteka__content ul {
    padding-bottom: 100px;
    padding-top: 100px;
    padding-left: 50px;
    margin-left: 85px;
    padding-right: 20px;
  }
}

@media (max-width: 728px) {
  .bl_ipoteka .bl_ipoteka__content ul {
    margin-left: calc(0px + (80 - 0) * ((100vw - 560px) / (728 - 560)));
  }
}

@media (max-width: 560px) {
  .bl_ipoteka .bl_ipoteka__content ul {
    margin-left: calc(20px + (80 - 20) * ((100vw - 320px) / (560 - 320)));
  }
}

.bl_ipoteka .bl_ipoteka__content ul li {
  width: 33.333%;
  position: relative;
  margin-right: 120px;
}

@media (max-width: 1024px) {
  .bl_ipoteka .bl_ipoteka__content ul li {
    margin-right: 52px;
  }
}

@media (max-width: 820px) {
  .bl_ipoteka .bl_ipoteka__content ul li {
    width: auto;
    max-width: 200px;
    min-width: 200px;
  }
}

@media (max-width: 728px) {
  .bl_ipoteka .bl_ipoteka__content ul li {
    margin-right: 120px;
  }
}

.bl_ipoteka .bl_ipoteka__content ul li:last-child {
  margin-right: 0;
}

.bl_ipoteka .bl_ipoteka__content ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  right: -50px;
  bottom: -50px;
  left: -50px;
  background-color: #fff;
  border-radius: 15px;
  z-index: -1;
}

@media (max-width: 1024px) {
  .bl_ipoteka .bl_ipoteka__content ul li:before {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }
}

@media (max-width: 728px) {
  .bl_ipoteka .bl_ipoteka__content ul li:before {
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
  }
}

.bl_ipoteka .bl_ipoteka__content ul li p {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .bl_ipoteka .bl_ipoteka__content ul li p {
    font-size: 13px;
  }
}

@media (max-width: 728px) {
  .bl_ipoteka .bl_ipoteka__content ul li p {
    font-size: 16px;
  }
}

.bl_ipoteka .bl_ipoteka__content ul li p:first-child {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .bl_ipoteka .bl_ipoteka__content ul li p:first-child {
    font-size: 16px;
  }
}

@media (max-width: 728px) {
  .bl_ipoteka .bl_ipoteka__content ul li p:first-child {
    font-size: 20px;
  }
}

.bl_ipoteka .bl_ipoteka__content .download {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 180%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .bl_ipoteka .bl_ipoteka__content .download {
    margin-bottom: 30px;
  }
}

@media (max-width: 820px) {
  .bl_ipoteka .bl_ipoteka__content .download {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 728px) {
  .bl_ipoteka .bl_ipoteka__content .download {
    margin: 0 auto;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 500px;
  }
}

@media (max-width: 560px) {
  .bl_ipoteka .bl_ipoteka__content .download {
    max-width: 330px;
  }
}

.bl_ipoteka .bl_ipoteka__content .download:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #f2c94c;
}

.bl_ipoteka .bl_ipoteka__content .download:before {
  content: "";
  display: block;
  position: relative;
  top: 6px;
  margin-right: 20px;
  left: 0;
  width: 24px;
  height: 21px;
  background-image: url("../img/icons/download.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.bl_ipoteka .bl_ipoteka__content .bl_ipoteka__links {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 820px) {
  .bl_ipoteka .bl_ipoteka__content .bl_ipoteka__links {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 728px) {
  .bl_ipoteka .bl_ipoteka__content .bl_ipoteka__links {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    max-width: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .bl_ipoteka .bl_ipoteka__content .bl_ipoteka__links {
    max-width: 330px;
  }
}

.bl_ipoteka .bl_ipoteka__content .bl_ipoteka__links .btn_yell {
  padding: 20px 26px;
  margin-right: 20px;
}

@media (max-width: 728px) {
  .bl_ipoteka .bl_ipoteka__content .bl_ipoteka__links .btn_yell {
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  .bl_ipoteka .bl_ipoteka__content .bl_ipoteka__links .btn_yell {
    max-width: none;
  }
}

.bl_ipoteka .bl_ipoteka__content .bl_ipoteka__links .btn_grey {
  padding: 20px 26px;
}

@media (max-width: 728px) {
  .bl_ipoteka .bl_ipoteka__content .bl_ipoteka__links .btn_grey {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 560px) {
  .bl_ipoteka .bl_ipoteka__content .bl_ipoteka__links .btn_grey {
    max-width: none;
  }
}

.bl_mini_block {
  padding-top: 160px;
  padding-bottom: 100px;
  background-color: #fafafa;
}

@media (max-width: 992px) {
  .bl_mini_block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 728px) {
  .bl_mini_block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 560px) {
  .bl_mini_block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.bl_mini_block .bl_mini_block__content {
  background-color: #3b403b;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 992px) {
  .bl_mini_block .bl_mini_block__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .bl_mini_block .bl_mini_block__content {
    padding: 30px;
  }
}

.bl_mini_block .bl_mini_block__content .mini_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60%;
  height: 100%;
  background-image: url("../img/others/mini_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 15px;
}

.bl_mini_block .bl_mini_block__content .mini_bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 101%;
  height: 100%;
  background: -o-linear-gradient(359.58deg, #3b403b 20%, rgba(59, 64, 59, 0.6) 100.04%);
  background: linear-gradient(90.42deg, #3b403b 20%, rgba(59, 64, 59, 0.6) 100.04%);
  z-index: 5;
  display: block;
  border-radius: 15px;
}

.bl_mini_block .bl_mini_block__content .bl_mini_block__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 717px;
  position: relative;
  z-index: 5;
  margin-right: 20px;
}

@media (max-width: 992px) {
  .bl_mini_block .bl_mini_block__content .bl_mini_block__text {
    max-width: 500px;
    margin-bottom: 20px;
  }
}

@media (max-width: 728px) {
  .bl_mini_block .bl_mini_block__content .bl_mini_block__text {
    margin-bottom: 50px;
    margin-right: 0;
  }
}

@media (max-width: 560px) {
  .bl_mini_block .bl_mini_block__content .bl_mini_block__text {
    margin-bottom: 30px;
  }
}

.bl_mini_block .bl_mini_block__content .bl_mini_block__text h2 {
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .bl_mini_block .bl_mini_block__content .bl_mini_block__text h2 {
    margin-bottom: 15px;
  }
}

@media (max-width: 728px) {
  .bl_mini_block .bl_mini_block__content .bl_mini_block__text h2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  .bl_mini_block .bl_mini_block__content .bl_mini_block__text h2 {
    margin-bottom: 15px;
  }
}

.bl_mini_block .bl_mini_block__content .bl_mini_block__text p {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
}

@media (max-width: 992px) {
  .bl_mini_block .bl_mini_block__content .bl_mini_block__text p {
    font-size: 14px;
  }
}

@media (max-width: 728px) {
  .bl_mini_block .bl_mini_block__content .bl_mini_block__text p {
    font-size: 18px;
  }
}

.bl_mini_block .bl_mini_block__content .btn_yell {
  max-width: 185px;
  font-size: 18px;
  position: relative;
  z-index: 5;
}

@media (max-width: 992px) {
  .bl_mini_block .bl_mini_block__content .btn_yell {
    font-size: 14px;
  }
}

@media (max-width: 728px) {
  .bl_mini_block .bl_mini_block__content .btn_yell {
    font-size: 18px;
  }
}

@media (max-width: 560px) {
  .bl_mini_block .bl_mini_block__content .btn_yell {
    font-size: 14px;
  }
}

.bl_advantages {
  padding-bottom: 100px;
  background-color: #fafafa;
}

@media (max-width: 992px) {
  .bl_advantages {
    padding-bottom: 60px;
  }
}

@media (max-width: 728px) {
  .bl_advantages {
    padding-bottom: 100px;
  }
}

@media (max-width: 560px) {
  .bl_advantages {
    padding-bottom: 60px;
  }
}

.bl_advantages .bl_advantages__content h2 {
  margin-bottom: 50px;
}

@media (max-width: 560px) {
  .bl_advantages .bl_advantages__content h2 {
    margin-bottom: 30px;
  }
}

.bl_advantages .bl_advantages__content ul {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 728px) {
  .bl_advantages .bl_advantages__content ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bl_advantages .bl_advantages__content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
  margin-right: 30px;
}

@media (max-width: 728px) {
  .bl_advantages .bl_advantages__content ul li {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 50px;
  }
}

@media (max-width: 560px) {
  .bl_advantages .bl_advantages__content ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}

.bl_advantages .bl_advantages__content ul li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.bl_advantages .bl_advantages__content ul li .advantages__img {
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .bl_advantages .bl_advantages__content ul li .advantages__img {
    margin-bottom: 38px;
  }
}

@media (max-width: 728px) {
  .bl_advantages .bl_advantages__content ul li .advantages__img {
    margin-right: 60px;
  }
}

@media (max-width: 560px) {
  .bl_advantages .bl_advantages__content ul li .advantages__img {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.bl_advantages .bl_advantages__content ul li .advantages__img img {
  display: block;
  width: 102px;
}

@media (max-width: 992px) {
  .bl_advantages .bl_advantages__content ul li .advantages__img img {
    width: 72px;
  }
}

@media (max-width: 728px) {
  .bl_advantages .bl_advantages__content ul li .advantages__img img {
    max-width: 100px;
    min-width: 100px;
  }
}

@media (max-width: 560px) {
  .bl_advantages .bl_advantages__content ul li .advantages__img img {
    max-width: 90px;
    min-width: 90px;
  }
}

.bl_advantages .bl_advantages__content ul li .advantages__text h3 {
  margin-bottom: 20px;
  font-size: 24px;
}

@media (max-width: 992px) {
  .bl_advantages .bl_advantages__content ul li .advantages__text h3 {
    font-size: 18px;
  }
}

.bl_mini_block_2 {
  background-color: #fafafa;
}

.bl_mini_block_2 .bl_mini_block_2__content {
  border-radius: 15px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #3b403b;
  position: relative;
  z-index: 10;
  margin-bottom: -150px;
}

@media (max-width: 992px) {
  .bl_mini_block_2 .bl_mini_block_2__content {
    margin-bottom: -200px;
  }
}

.bl_mini_block_2 .bl_mini_block_2__content .bl_mini_block_2__text {
  padding: 50px;
  padding-right: 0;
}

@media (max-width: 728px) {
  .bl_mini_block_2 .bl_mini_block_2__content .bl_mini_block_2__text {
    padding: 50px;
  }
}

@media (max-width: 560px) {
  .bl_mini_block_2 .bl_mini_block_2__content .bl_mini_block_2__text {
    padding: 30px;
  }
}

.bl_mini_block_2 .bl_mini_block_2__content .bl_mini_block_2__text h2 {
  color: #fff;
}

.bl_mini_block_2 .bl_mini_block_2__content .bl_mini_block_2__text p {
  display: block;
  color: #fff;
  margin-bottom: 40px;
}

.bl_mini_block_2 .bl_mini_block_2__content .bl_mini_block_2__text form {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 686px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 805px) {
  .bl_mini_block_2 .bl_mini_block_2__content .bl_mini_block_2__text form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bl_mini_block_2 .bl_mini_block_2__content .bl_mini_block_2__text form .inputs {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 805px) {
  .bl_mini_block_2 .bl_mini_block_2__content .bl_mini_block_2__text form .inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 728px) {
  .bl_mini_block_2 .bl_mini_block_2__content .bl_mini_block_2__text form .inputs {
    max-width: none;
    width: 100%;
  }
}

.bl_mini_block_2 .bl_mini_block_2__content .bl_mini_block_2__text form .inputs input {
  display: block;
  height: 60px;
  padding: 19px 25px;
  background-color: #fff;
  border-radius: 2px;
  color: #3b403b;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  max-width: 210px;
  width: auto;
  border: 2px solid transparent;
  outline: none;
  margin-right: 30px;
  margin-bottom: 30px;
}

@media (max-width: 805px) {
  .bl_mini_block_2 .bl_mini_block_2__content .bl_mini_block_2__text form .inputs input {
    width: 90%;
    max-width: none;
  }
}

@media (max-width: 728px) {
  .bl_mini_block_2 .bl_mini_block_2__content .bl_mini_block_2__text form .inputs input {
    width: 100%;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

.bl_mini_block_2 .bl_mini_block_2__content .bl_mini_block_2__text form .inputs input:focus, .bl_mini_block_2 .bl_mini_block_2__content .bl_mini_block_2__text form .inputs input:active {
  border: 2px solid #f2c94c;
}

.bl_mini_block_2 .bl_mini_block_2__content .bl_mini_block_2__text form .btn_yell {
  outline: none;
  border: none;
  height: 60px;
  font-size: 18px;
  font-weight: 500;
  min-width: 206px;
}

@media (max-width: 992px) {
  .bl_mini_block_2 .bl_mini_block_2__content .bl_mini_block_2__text form .btn_yell {
    min-width: 160px;
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (max-width: 728px) {
  .bl_mini_block_2 .bl_mini_block_2__content .bl_mini_block_2__text form .btn_yell {
    font-size: 18px;
    min-width: 206px;
  }
}

@media (max-width: 560px) {
  .bl_mini_block_2 .bl_mini_block_2__content .bl_mini_block_2__text form .btn_yell {
    width: 100%;
  }
}

.bl_mini_block_2 .bl_mini_block_2__content .bl_mini_block_2__text form .btn_yell:focus, .bl_mini_block_2 .bl_mini_block_2__content .bl_mini_block_2__text form .btn_yell:active {
  border: 2px solid #f2c94c;
}

.bl_mini_block_2 .bl_mini_block_2__content .bl_mini_block_2__img {
  max-width: 200px;
  min-width: 200px;
  margin-top: -30px;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 30px;
}

@media (max-width: 728px) {
  .bl_mini_block_2 .bl_mini_block_2__content .bl_mini_block_2__img {
    display: none;
  }
}

.bl_mini_block_2 .bl_mini_block_2__content .bl_mini_block_2__img img {
  display: block;
}

.bl_stages {
  padding-top: 240px;
  padding-bottom: 100px;
  background-color: #fff;
  position: relative;
}

@media (max-width: 992px) {
  .bl_stages {
    padding-top: 280px;
    padding-bottom: 48px;
  }
}

@media (max-width: 728px) {
  .bl_stages {
    padding-bottom: 88px;
  }
}

@media (max-width: 560px) {
  .bl_stages {
    padding-bottom: 48px;
  }
}

.bl_stages:after {
  content: "";
  height: 1px;
  width: 200px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #3b403b;
}

.bl_stages .bl_stages__content h2 {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .bl_stages .bl_stages__content h2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 728px) {
  .bl_stages .bl_stages__content h2 {
    margin-bottom: 30px;
  }
}

.bl_stages .bl_stages__content .stages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bl_stages .bl_stages__content .stages ul {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 50px;
}

@media (max-width: 728px) {
  .bl_stages .bl_stages__content .stages ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}

.bl_stages .bl_stages__content .stages ul:last-child {
  margin-bottom: 0;
  margin-top: 50px;
}

@media (max-width: 728px) {
  .bl_stages .bl_stages__content .stages ul:last-child {
    margin-top: 0px;
  }
}

@media (min-width: 729px) {
  .bl_stages .bl_stages__content .stages ul:last-child li .stages__item:before {
    bottom: auto;
    top: -1px;
    border-top: 12px solid #fff;
    border-right: 12px solid #fff;
    border-bottom: 0;
  }
}

@media (min-width: 729px) {
  .bl_stages .bl_stages__content .stages ul:last-child li .stages__item:after {
    bottom: auto;
    top: -1px;
    border-top: 12px solid #fff;
    border-left: 12px solid #fff;
    border-bottom: 0;
  }
}

@media (min-width: 729px) {
  .bl_stages .bl_stages__content .stages ul:last-child li .stages__item.active:before {
    bottom: auto;
    top: -1px;
    border-top: 12px solid #fff;
    border-right: 12px solid transparent;
    border-bottom: 0;
  }
}

@media (min-width: 729px) {
  .bl_stages .bl_stages__content .stages ul:last-child li .stages__item.active:after {
    bottom: auto;
    top: -1px;
    border-top: 12px solid #fff;
    border-left: 12px solid transparent;
    border-bottom: 0;
  }
}

.bl_stages .bl_stages__content .stages ul li {
  width: 33.333%;
  min-height: 160px;
  margin-right: 30px;
}

@media (max-width: 992px) {
  .bl_stages .bl_stages__content .stages ul li {
    margin-right: 12px;
  }
}

@media (max-width: 728px) {
  .bl_stages .bl_stages__content .stages ul li {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.bl_stages .bl_stages__content .stages ul li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

@media (max-width: 728px) {
  .bl_stages .bl_stages__content .stages ul li {
    width: 100%;
    min-height: auto;
  }
}

.bl_stages .bl_stages__content .stages ul li .stages__item {
  background-color: rgba(196, 196, 196, 0.2);
  height: 100%;
  padding: 30px;
  position: relative;
}

@media (max-width: 728px) {
  .bl_stages .bl_stages__content .stages ul li .stages__item {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.bl_stages .bl_stages__content .stages ul li .stages__item:hover {
  cursor: pointer;
}

.bl_stages .bl_stages__content .stages ul li .stages__item:before {
  content: "";
  display: block;
  width: 50%;
  height: 5px;
  border-bottom: 12px solid #fff;
  border-right: 12px solid #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 15;
}

.bl_stages .bl_stages__content .stages ul li .stages__item:after {
  content: "";
  display: block;
  width: 50%;
  height: 5px;
  border-bottom: 12px solid #fff;
  border-left: 12px solid #fff;
  position: absolute;
  bottom: -1px;
  right: 0;
  z-index: 5;
}

.bl_stages .bl_stages__content .stages ul li .stages__item p {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  color: #a1a8a1;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
}

@media (max-width: 992px) {
  .bl_stages .bl_stages__content .stages ul li .stages__item p {
    font-size: 30px;
    margin-bottom: 14px;
  }
}

@media (max-width: 728px) {
  .bl_stages .bl_stages__content .stages ul li .stages__item p {
    font-size: 36px;
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.bl_stages .bl_stages__content .stages ul li .stages__item h3 {
  position: relative;
  z-index: 10;
}

@media (max-width: 992px) {
  .bl_stages .bl_stages__content .stages ul li .stages__item h3 {
    font-size: 14px;
  }
}

@media (max-width: 728px) {
  .bl_stages .bl_stages__content .stages ul li .stages__item h3 {
    font-size: 20px;
  }
}

@media (max-width: 560px) {
  .bl_stages .bl_stages__content .stages ul li .stages__item h3 {
    font-size: 16px;
  }
}

.bl_stages .bl_stages__content .stages ul li .stages__item .stages__img {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  overflow: hidden;
}

.bl_stages .bl_stages__content .stages ul li .stages__item .stages__img .img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.bl_stages .bl_stages__content .stages ul li .stages__item .stages__img .img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  left: 0;
  top: 0;
  background-color: rgba(59, 64, 59, 0.9);
}

.bl_stages .bl_stages__content .stages ul li .stages__item .stages__img .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.bl_stages .bl_stages__content .stages ul li .stages__item.active {
  margin-bottom: 0;
}

.bl_stages .bl_stages__content .stages ul li .stages__item.active:before {
  border-right: 12px solid transparent;
}

.bl_stages .bl_stages__content .stages ul li .stages__item.active:after {
  border-left: 12px solid transparent;
}

.bl_stages .bl_stages__content .stages ul li .stages__item.active > p {
  color: #f2c94c;
  font-weight: 700;
}

.bl_stages .bl_stages__content .stages ul li .stages__item.active h3 {
  color: #fff;
}

.bl_stages .bl_stages__content .stages ul li .stages__item.active .stages__img {
  opacity: 1;
  display: block;
}

.bl_stages .bl_stages__content .stages ul li .stages__item__text {
  display: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.bl_stages .bl_stages__content .stages ul li .stages__item__text p {
  text-align: center;
}

.bl_stages .bl_stages__content .stages .stages_center_text {
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 728px) {
  .bl_stages .bl_stages__content .stages .stages_center_text {
    display: none;
  }
}

.bl_stages .bl_stages__content .stages .stages_center_text p {
  text-align: center;
}

.bl_mini_block_1_2 {
  background-color: #fff;
  padding-top: 100px;
}

@media (max-width: 992px) {
  .bl_mini_block_1_2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 728px) {
  .bl_mini_block_1_2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 560px) {
  .bl_mini_block_1_2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.bl_mini_block_1_2 .bl_mini_block__content .mini_bg {
  background-image: url("../img/others/mini_bg2.png");
}

.bl_map {
  background-color: grey;
  height: 515px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

@media (max-width: 992px) {
  .bl_map {
    height: 480px;
  }
}

@media (max-width: 728px) {
  .bl_map {
    padding-bottom: 95px;
    height: 515px;
  }
}

.bl_map .map {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.bl_map .container {
  width: 100%;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 5;
}

@media (max-width: 728px) {
  .bl_map .container {
    height: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.bl_map .bl_map__content {
  max-width: 420px;
  width: 100%;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}

@media (max-width: 992px) {
  .bl_map .bl_map__content {
    max-width: 360px;
  }
}

@media (max-width: 728px) {
  .bl_map .bl_map__content {
    max-width: none;
  }
}

.bl_map .bl_map__content .btn_arrow {
  width: 10px;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 25px;
  background-image: url("../img/icons/arrow_top_map.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: none;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media (max-width: 728px) {
  .bl_map .bl_map__content .btn_arrow {
    display: block;
  }
}

.bl_map .bl_map__content .btn_arrow.active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bl_map .bl_map__content .bl_map__text {
  padding: 40px;
}

@media (max-width: 992px) {
  .bl_map .bl_map__content .bl_map__text {
    padding: 30px;
  }
}

@media (max-width: 728px) {
  .bl_map .bl_map__content .bl_map__text {
    display: none;
    padding-right: 50px;
  }
}

.bl_map .bl_map__content .bl_map__text div:first-child {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .bl_map .bl_map__content .bl_map__text div:first-child {
    margin-bottom: 30px;
  }
}

.bl_map .bl_map__content .bl_map__text div p {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #3b403b;
  line-height: 180%;
}

@media (max-width: 992px) {
  .bl_map .bl_map__content .bl_map__text div p {
    font-size: 13px;
  }
}

.bl_map .bl_map__content .bl_map__text div p:first-child {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .bl_map .bl_map__content .bl_map__text div p:first-child {
    font-size: 14px;
  }
}

.bl_map .bl_map__content .bl_map__text div p a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #3b403b;
  line-height: 180%;
}

@media (max-width: 992px) {
  .bl_map .bl_map__content .bl_map__text div p a {
    font-size: 13px;
  }
}

.bl_map .bl_map__content .bl_map__text div p a:hover {
  text-decoration: underline;
}

.bl_map .bl_map__content .bl_map__text div address {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #3b403b;
  line-height: 180%;
  font-style: normal;
}

@media (max-width: 992px) {
  .bl_map .bl_map__content .bl_map__text div address {
    font-size: 13px;
  }
}

.bl_map .bl_map__content .bl_map__btn {
  display: none;
  padding: 19px 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #3b403b;
  line-height: 120%;
}

@media (max-width: 728px) {
  .bl_map .bl_map__content .bl_map__btn {
    display: block;
    padding-right: 50px;
    font-size: 14px;
  }
}

.main_footer .footer__top {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3b403b;
}

@media (max-width: 992px) {
  .main_footer .footer__top {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media (max-width: 560px) {
  .main_footer .footer__top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.main_footer .footer__top .footer__top__content {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_footer .footer__top .footer__top__content .footer__logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 560px) {
  .main_footer .footer__top .footer__top__content .footer__logo {
    margin-right: 15px;
  }
}

.main_footer .footer__top .footer__top__content .footer__logo a {
  width: 190px;
  display: block;
}

@media (max-width: 728px) {
  .main_footer .footer__top .footer__top__content .footer__logo a:first-child {
    display: none;
  }
}

.main_footer .footer__top .footer__top__content .footer__logo a:last-child {
  display: none;
}

@media (max-width: 728px) {
  .main_footer .footer__top .footer__top__content .footer__logo a:last-child {
    display: block;
    width: 92px;
  }
}

.main_footer .footer__top .footer__top__content .footer__logo a img {
  display: block;
}

.main_footer .footer__top .footer__top__content .footer__right {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .main_footer .footer__top .footer__top__content .footer__right {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .main_footer .footer__top .footer__top__content .footer__right {
    width: auto;
  }
}

.main_footer .footer__top .footer__top__content .footer__right .footer__soc {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 75px;
}

@media (max-width: 992px) {
  .main_footer .footer__top .footer__top__content .footer__right .footer__soc {
    margin-right: 8%;
    margin-left: 8%;
  }
}

@media (max-width: 728px) {
  .main_footer .footer__top .footer__top__content .footer__right .footer__soc {
    margin-right: 5%;
    margin-left: 17%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 560px) {
  .main_footer .footer__top .footer__top__content .footer__right .footer__soc {
    display: none;
  }
}

.main_footer .footer__top .footer__top__content .footer__right .footer__soc p {
  display: block;
  max-width: 136px;
  text-align: right;
  color: #a1a8a1;
  font-size: 10px;
  font-weight: 400;
  margin-right: 30px;
  line-height: 120%;
}

@media (max-width: 992px) {
  .main_footer .footer__top .footer__top__content .footer__right .footer__soc p {
    font-size: 10px;
    margin-right: 20px;
  }
}

@media (max-width: 728px) {
  .main_footer .footer__top .footer__top__content .footer__right .footer__soc p {
    font-size: 12px;
    text-align: left;
    max-width: 185px;
    display: none;
  }
}

.main_footer .footer__top .footer__top__content .footer__right .footer__soc ul {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_footer .footer__top .footer__top__content .footer__right .footer__soc ul li {
  margin-right: 20px;
}

@media (max-width: 992px) {
  .main_footer .footer__top .footer__top__content .footer__right .footer__soc ul li {
    margin-right: 20px;
  }
}

@media (max-width: 728px) {
  .main_footer .footer__top .footer__top__content .footer__right .footer__soc ul li {
    margin-right: 20px;
  }
}

.main_footer .footer__top .footer__top__content .footer__right .footer__soc ul li:last-child {
  margin-right: 0;
}

@media (max-width: 728px) {
  .main_footer .footer__top .footer__top__content .footer__right .footer__soc ul li:last-child {
    margin-right: 0;
  }
}

.main_footer .footer__top .footer__top__content .footer__right .footer__soc ul li a {
  width: 20px;
  height: 20px;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .main_footer .footer__top .footer__top__content .footer__right .footer__soc ul li a {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 728px) {
  .main_footer .footer__top .footer__top__content .footer__right .footer__soc ul li a {
    width: 17px;
    height: 17px;
  }
}

@media (max-width: 560px) {
  .main_footer .footer__top .footer__top__content .footer__right .footer__soc ul li a {
    width: 23px;
    height: 23px;
  }
}

.main_footer .footer__top .footer__top__content .footer__right .footer__soc ul li a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.6;
}

.main_footer .footer__top .footer__top__content .footer__right .footer__soc ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.main_footer .footer__top .footer__top__content .footer__right .footer__tel {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main_footer .footer__top .footer__top__content .footer__right .footer__tel p {
  display: block;
  text-align: right;
  color: #a1a8a1;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 2px;
  line-height: 120%;
}

@media (max-width: 728px) {
  .main_footer .footer__top .footer__top__content .footer__right .footer__tel p {
    display: none;
  }
}

.main_footer .footer__top .footer__top__content .footer__right .footer__tel a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}

@media (max-width: 375px) {
  .main_footer .footer__top .footer__top__content .footer__right .footer__tel a {
    font-size: 16px;
  }
}

.main_footer .footer__top .footer__top__content .footer__right .footer__tel a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.6;
}

@media (max-width: 992px) {
  .main_footer .footer__top .container {
    max-width: 812px;
  }
}

@media (max-width: 728px) {
  .main_footer .footer__top .container {
    max-width: 540px;
  }
}

@media (max-width: 560px) {
  .main_footer .footer__top .container {
    max-width: 340px;
  }
}

.main_footer .footer__bottom .footer__bottom__content {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 992px) {
  .main_footer .footer__bottom .footer__bottom__content {
    -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;
  }
}

.main_footer .footer__bottom .footer__bottom__content > p {
  max-width: 560px;
  font-size: 13px;
  line-height: 120%;
  display: block;
}

@media (max-width: 992px) {
  .main_footer .footer__bottom .footer__bottom__content > p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
  }
}

.main_footer .footer__bottom .footer__bottom__content .family {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}

.main_footer .footer__bottom .footer__bottom__content .family p {
  display: block;
  font-size: 13px;
  line-height: 120%;
}

@media (max-width: 992px) {
  .main_footer .footer__bottom .footer__bottom__content .family p {
    font-size: 12px;
  }
}

.main_footer .footer__bottom .footer__bottom__content .family a {
  display: block;
  margin-left: 15px;
  margin-bottom: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main_footer .footer__bottom .footer__bottom__content .family a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.6;
}

.main_footer .footer__bottom .footer__bottom__content .family a img {
  display: block;
}

@media (max-width: 992px) {
  .main_footer .footer__bottom .container {
    max-width: 892px;
  }
}

@media (max-width: 728px) {
  .main_footer .footer__bottom .container {
    max-width: 500px;
  }
}

@media (max-width: 560px) {
  .main_footer .footer__bottom .container {
    max-width: 340px;
  }
}

.main_popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(59, 64, 59, 0.5);
  z-index: 200;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: auto;
}

@media (max-height: 850px) {
  .main_popup {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.main_popup .bl_popup {
  background-color: #fff;
  border-radius: 15px;
  padding: 50px;
  max-width: 600px;
  position: relative;
  z-index: 500;
}

@media (max-width: 425px) {
  .main_popup .bl_popup {
    padding: 30px;
  }
}

.main_popup .bl_popup h2 {
  margin-bottom: 20px;
}

.main_popup .bl_popup p {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .main_popup .bl_popup p {
    margin-bottom: 20px;
  }
}

.main_popup .bl_popup form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main_popup .bl_popup form input {
  display: block;
  height: 60px;
  padding: 19px 25px;
  background-color: #fff;
  border-radius: 2px;
  color: #3b403b;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  width: 100%;
  width: auto;
  border: 2px solid transparent;
  outline: none;
  -webkit-box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 30px;
}

@media (max-width: 728px) {
  .main_popup .bl_popup form input {
    width: 100%;
    max-width: none;
    font-size: 14px;
  }
}

@media (max-width: 425px) {
  .main_popup .bl_popup form input {
    margin-bottom: 20px;
  }
}

.main_popup .bl_popup form input:focus, .main_popup .bl_popup form input:active {
  border: 2px solid #f2c94c;
}

.main_popup .bl_popup form .hr {
  background-color: #c4c4c4;
  color: #c4c4c4;
  width: 100%;
  height: 1px;
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 560px) {
  .main_popup .bl_popup form .hr {
    margin-bottom: 20px;
  }
}

.main_popup .bl_popup form .select {
  position: relative;
  margin-bottom: 30px;
  display: block;
}

@media (max-width: 560px) {
  .main_popup .bl_popup form .select {
    margin-bottom: 20px;
  }
}

.main_popup .bl_popup form .select::before {
  content: "";
  height: 12px;
  width: 6px;
  background-image: url("../img/icons/arrow_select_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main_popup .bl_popup form .select select {
  background-color: #f5f5f5;
  display: block;
  padding: 19px 28px;
  padding-right: 35px;
  color: #3b403b;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  line-height: 122.22222%;
  white-space: nowrap;
  border-radius: 2px;
  width: 100%;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (max-width: 768px) {
  .main_popup .bl_popup form .select select {
    font-size: 14px;
  }
}

.main_popup .bl_popup form .btn_yell {
  outline: none;
  border: none;
  height: 60px;
  font-size: 18px;
  font-weight: 500;
  min-width: 206px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 992px) {
  .main_popup .bl_popup form .btn_yell {
    min-width: 160px;
    font-size: 14px;
  }
}

.main_popup .bl_popup form .btn_yell:focus, .main_popup .bl_popup form .btn_yell:active {
  border: 2px solid #f2c94c;
}

.success .success__img {
  position: relative;
  border-bottom-right-radius: 5px;
  max-width: 710px;
  width: 100%;
}

@media (max-width: 560px) {
  .success .success__img {
    border-radius: 15px;
  }
}

.success .success__img::after {
  content: "";
  display: block;
  height: auto;
  width: 300px;
  height: 370px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../img/popup/popup_girl.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}

@media (max-width: 560px) {
  .success .success__img::after {
    display: none;
  }
}

.success .success__img h2 {
  max-width: 350px;
  position: relative;
  z-index: 5;
}

@media (max-width: 560px) {
  .success .success__img h2 {
    text-align: center;
    max-width: none;
  }
}

.success .success__img p {
  max-width: 350px;
  font-size: 18px;
  position: relative;
  z-index: 5;
}

@media (max-width: 560px) {
  .success .success__img p {
    text-align: center;
    max-width: none;
  }
}

.success .success__img .btn_yell {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 5;
}

@media (max-width: 560px) {
  .success .success__img .btn_yell {
    margin: 0 auto;
  }
}

#home_key {
  display: none;
}

#credit {
  display: none;
}

#land {
  display: none;
}

#ipoteka {
  display: none;
}

#payment {
  display: none;
}

#feedback {
  display: none;
}

#consult {
  display: none;
}

#success {
  display: none;
}
