body {
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0.05em;
  color: #000000;
  background: #fff;
  overflow-x: hidden;
  padding-top: 110px;
}

body.mainpage {
  background: #f9f9f9;
}

h1 {
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 400;
  line-height: 45px;
  text-align: center;
  color: #424242;
}

h2,
.h2 {
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 400;
  line-height: 45px;
  text-align: center;
  color: #424242;
}

h3,
.h3 {
  font-weight: bold;
  font-size: 23px;
  line-height: 31px;
  color: #424242;
}

h4,
.h4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #424242;
}

.lowercase {
  text-transform: lowercase;
}

.left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.section {
  padding: 30px 0;
}

.section__title {
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 400;
  line-height: 45px;
  text-align: center;
  color: #424242;
  margin: 0 0 0.5em 0;
}

.wrapper {
  width: 1400px;
  margin: 0 auto;
}

.two-col {
  margin-top: 35px;
}

.two-col .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.two-col .sidebar {
  width: 340px;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.two-col .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.two-col .sidebar ul li {
  position: relative;
}

.two-col .sidebar ul li:not(:last-child):after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -150px;
  width: 300px;
  height: 1px;
  background: #838383;
}

.two-col .sidebar ul a {
  display: block;
  padding: 27px 31px;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  background: #fff;
  text-decoration: none;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

.two-col .sidebar ul a.current,
.two-col .sidebar ul a:hover {
  background: #cecf8d;
  color: #fff;
}

.two-col .sidebar-btn {
  display: none;
}

.two-col .second-col {
  width: calc(100% - 380px);
}

.two-col .second-col h1 {
  text-align: left;
}

.two-col .second-col .desc {
  font-weight: 300;
  font-size: 23px;
  line-height: 35px;
  margin: 31px 0 64px;
}

.two-col .second-col.section {
  padding-top: 15px;
}

.breadcrumbs {
  padding: 15px 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #424242;
  background-color: #f4f4f4;
  margin-top: 35px;
}

.breadcrumbs .wrapper > span {
  margin-left: 5px;
}

.breadcrumbs a {
  text-decoration: none;
  color: #424242;
  display: inline-block;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .current {
  font-weight: bold;
}

.pagination {
  text-align: center;
  margin-top: 50px;
}

.pagination span {
  margin-right: 10px;
}

.big-link {
  background: #dedfa1;
  display: block;
  text-decoration: none;
  font-size: 23px;
  line-height: 31px;
  text-align: center;
  text-transform: uppercase;
  color: #424242;
  padding: 35px;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

.big-link:after {
  content: "";
  display: inline-block;
  background: url(../img/arrow.png);
  vertical-align: middle;
  width: 41px;
  height: 21px;
  margin-left: 17px;
}

.big-link:hover {
  background: #cecf8d;
}

.big-link.final-calc-step {
  cursor: default;
}

.mail-link,
.phone-link {
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  color: #424242;
  text-decoration: none;
  letter-spacing: 0.03em;
}

.mail-link {
  margin-right: 20px;
}

.location {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}

.mail-link:before,
.phone-link:before,
.location:before {
  content: "";
  display: inline-block;
  background: url(../img/mail-icon.png);
  vertical-align: middle;
  width: 18px;
  height: 14px;
  margin-right: 15px;
}

.phone-link:before {
  background: url(../img/phone-icon.png);
  width: 19px;
  height: 17px;
  margin-right: 5px;
}

.location:before {
  background: url(../img/location-icon.png);
  width: 17px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.search-form {
  display: none;
  position: absolute;
  right: 0;
  bottom: -50px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 15px 20px;
  border: none;
  outline: none;
  border-top: 2px solid #cecf8d;
  width: 380px;
  z-index: 10;
}

.search-page {
  margin: 40px 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 15px 20px;
  border: none;
  outline: none;
  border-top: 2px solid #cecf8d;
  box-sizing: border-box;
  width: 100%;
}

.callback-btn {
  position: relative;
  color: #fff;
  border: 0;
  border-radius: 4px;
  outline: 0;
  padding: 14px 19px;
  margin-right: 10px;
  background: #424242;
  font-size: 15px;
  font-weight: 300;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  display: inline-block;
  vertical-align: middle;
}

.callback-btn:before {
  content: "";
  display: inline-block;
  background: url(../img/phone-icon-white.png) no-repeat;
  vertical-align: middle;
  width: 23px;
  height: 23px;
  margin-right: 19px;
}

.callback-btn:after {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
  z-index: 0;
  border: 1px solid #424242;
  border-radius: 6px;
}

.callback-btn:hover {
  background: #000;
}

.ipoteka-btn:before {
  background: url(../img/ipoteka-icon-white.png) no-repeat;
}

.calc-btn {
  position: relative;
  color: #fff;
  border: 0;
  border-radius: 4px;
  outline: 0;
  padding: 13px 19px;
  background: #cf4032;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  display: inline-block;
  vertical-align: middle;
}

.calc-btn:before {
  content: "";
  display: inline-block;
  background: url(../img/calc-icon.png) no-repeat;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin-right: 19px;
}

.calc-btn:after {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
  z-index: 0;
  border: 1px solid #cf4032;
  border-radius: 6px;
}

.calc-btn:hover {
  background: #e64435;
}

.grey-btn {
  display: inline-block;
  background: #838383;
  color: #fff;
  border: 0;
  outline: 0;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  padding: 17px 21px;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

.grey-btn:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 11px;
  background: url(../img/arrow45-icon.png);
}

.grey-btn:hover {
  background: #424242;
}

.light-btn {
  display: inline-block;
  background: #ffffff;
  color: #424242;
  border: 1px solid #838383;
  outline: 0;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  padding: 16px 20px;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

.light-btn:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 11px;
  background: url(../img/arrow45-grey-icon.png);
}

.light-btn:hover {
  background: #424242;
  color: #fff;
}

.light-btn:hover:after {
  background: url(../img/arrow45-icon.png);
}

.green-btn {
  display: inline-block;
  background: #9de985;
  color: #424242;
  border: 2px solid #a5c0c7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

.green-btn:hover {
  background: #34ab4f;
}

.white-btn {
  display: inline-block;
  background: #fff;
  color: #424242;
  border: 2px solid #a5c0c7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

.white-btn:hover {
  background: #80d9ce;
  color: #fff;
}

.prev-btn {
  background: url(../img/arrow-back.png) #f3f3f3 no-repeat;
  background-position: center;
  padding: 13px 22px;
  border: 0;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  margin-right: 10px;
}

.next-btn {
  background: url(../img/arrow-back.png) #f3f3f3 no-repeat;
  background-position: center;
  padding: 13px 22px;
  border: 0;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  background: url(../img/arrow-next.png) #f3f3f3 no-repeat;
  background-position: center;
}

.pagi-btn {
  font-size: 15px;
  text-transform: uppercase;
  color: #6b7785;
  background: #fff;
  border: 2px solid #f3f3f3;
  outline: 0;
  cursor: pointer;
  padding: 12px 17.3px;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-right: 10px;
}

.pagi-btn.active {
  background: #32383f;
  color: #fff;
}

.pagi-btn:hover {
  background: #32383f;
  color: #fff;
}

.slick-slide {
  outline: none;
}

.slick-arrow {
  content: "";
  position: absolute;
  top: 42%;
  background: url(../img/arrow-slider-white.png);
  background-repeat: no-repeat;
  width: 45px;
  height: 84px;
  border: 0;
  outline: 0;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

.slick-arrow:hover {
  background: url(../img/arrow-slider-grey.png);
}

.slick-prev {
  left: 20px;
  filter: contrast(0.5);
}

.slick-next {
  left: unset;
  right: 20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: contrast(0.5);
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -30px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li {
  display: inline-block;
  width: 150px;
  height: 10px;
  opacity: 0.5;
  margin-right: 10px;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.slick-dots li hr {
  border: 2px solid #fff;
  border-radius: 10px;
}

.slick-dots li.slick-active {
  opacity: 0.99;
}

.slick-dots li:hover {
  opacity: 0.99;
}

.header {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 994;
  width: 100%;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  z-index: 10;
}

.header__logo {
  margin-top: 8px;
  margin-right: 12px;
  position: relative;
  background-color: #fff;
}

.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header__main-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.header__main-info-moblogo {
  display: none;
}

.header__main-info-contacts {
  width: 26em;
}

.header__main-info-contacts ul {
  padding: 0;
  list-style: none;
  margin: 10px 0 10px 0;
}

.header__main-info-contacts ul li {
  display: inline-block;
}

.header__main-info-contacts ul li:first-child {
  margin-bottom: 5px;
}

.header__main-info-buttons {
  width: 45%;
  text-align: right;
}

.header__main-info-button {
  margin-top: 2px;
  white-space: nowrap;
}

.header__main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 27px 0 27px 49px;
  background: #424242;
}

.header__main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header__main-menu ul li {
  display: inline-block;
  position: relative;
}

.header__main-menu ul li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.header__main-menu ul li a.current,
.header__main-menu ul li a:hover {
  color: #f3f0d5;
  border-bottom: 4px double #f3f0d5;
}

.header__main-menu-burger {
  display: none;
}

.header__main-menu .search-link {
  margin-left: 25px;
  font-size: 15px;
  color: #f3f0d5;
}

.header__main-menu .search-link:hover {
  border-bottom: none;
}

.header__main-menu .search-link:after {
  content: "";
  display: inline-block;
  background: url(../img/search-icon.png);
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-left: 3px;
}

.header__main-menu-more {
  position: absolute;
  right: -143px;
  bottom: 0;
  height: 74px;
  width: 500px;
  background: #424242;
}

.mainform {
  background: url(../img/about-dark-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 610px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}

.mainform.reviewsform {
  background: url(../img/form-reviews-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.mainform.reviewsform.section.akaishi:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.wrapper.akaishimase {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  padding: 50px;
}

.mainform.reviewsform .input-file-styled input[type="file"] {
  display: none;
}

.mainform.reviewsform .input-file-styled span {
  display: flex;
  align-items: center;
}

.mainform.reviewsform .input-file-styled .file-attach {
  background: url(../img/drop-files.png);
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-size: contain;
}

.mainform h2 {
  color: #fff;
}

.mainform .mainform__title {
  color: #fff;
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 400;
  line-height: 45px;
  text-align: center;
}


.mainform form {
  font-family: "PT Sans", sans-serif;
  margin-top: 60px;
  text-align: center;
}

.mainform form .form-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: left;
  width: 59%;
  margin: 0 auto;
}

.mainform form .form-part-left,
.mainform form .form-part-right {
  width: 46%;
}

.mainform form .form-part label {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
}

.mainform form .form-part input {
  width: 100%;
  padding: 15px 17px;
  margin-bottom: 26px;
  border: 1px solid lightgrey;
}

.mainform form .form-part input::-webkit-input-placeholder {
  font-style: italic;
}

.mainform form .form-part input:-ms-input-placeholder {
  font-style: italic;
}

.mainform form .form-part input::-ms-input-placeholder {
  font-style: italic;
}

.mainform form .form-part input::placeholder {
  font-style: italic;
}

.mainform form .form-part textarea {
  resize: none;
  width: 100%;
  height: 165px;
  padding: 15px 17px;
  margin-bottom: 25px;
}

.mainform form .form-part textarea::-webkit-input-placeholder {
  font-style: italic;
}

.mainform form .form-part textarea:-ms-input-placeholder {
  font-style: italic;
}

.mainform form .form-part textarea::-ms-input-placeholder {
  font-style: italic;
}

.mainform form .form-part textarea::placeholder {
  font-style: italic;
}

.mainform form .form-part #agreement {
  width: 16px;
  margin: 0;
}

.mainform form .form-part .agreement {
  display: inline;
  font-size: 16px;
  line-height: 22px;
}

.mainform form .form-part .agreement a {
  color: #fff;
}

.mainform form button {
  display: inline-block;
  background: #838383;
  color: #fff;
  border: 0;
  outline: 0;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  padding: 17px 21px;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  margin-top: 10px;
}

.mainform form button:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 11px;
  background: url(../img/arrow45-icon.png);
}

.mainform form button:hover {
  background: #424242;
}

.partners {
  background: #e4e4e4;
}

.partners .partners__title {
  color: #424242;
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 400;
  line-height: 45px;
  text-align: center;
  margin-bottom: 30px;
}


.partners img {
  margin: 0 auto;
}

.footer {
  font-family: "PT Sans", sans-serif;
  background: #3b3d44;
  padding: 35px 0;
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.footer a {
  text-decoration: none;
  color: #fff;
}

.footer__info img {
  max-width: 100%;
}

.footer__info-contacts {
  margin: 40px 0;
}

.footer__info-contacts a {
  display: block;
  margin-bottom: 10px;
}

.footer__container-contacts-n-form {
  margin-bottom: 30px;
}

.footer__info-contacts-phone {
  font-size: 36px;
  color: #f3f0d5;
}

.footer__ask-form {
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 14px;
  color: #40b6d5;
  cursor: pointer;
}

.footer__contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.footer__contact-item img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.footer__contact-item span {
  color: white;
}

.footer__info-soc a {
  margin-right: 20px;
}

.footer__info-soc a:last-child {
  margin: 0;
}

.footer__menu ul {
  list-style: none;
  padding: 0;
}

.footer__menu ul li {
  margin-bottom: 18px;
}

.footer__menu ul li:last-child {
  margin: 0;
}

.footer .map {
  min-width: 50%;
}

.footer .map img {
  width: 100%;
}

.footer .map.chb canvas {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.footer__copyright-n-links {
  margin: 25px 0;
  display: flex;
  flex-wrap: wrap;
}

.footer__copyright {
  margin-right: 15px;
  margin-bottom: 15px;
  color: white;
  font-size: 12px;
}

a.footer__soglasie-link {
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  color: #838383;
}

.footer__public-offer {
  font-size: 12px;
  color: #838383;
  line-height: 1.5;
  padding-right: 40px;
}

.modal {
  display: none;
}

.forms {
  font-family: "PT Sans", sans-serif;
  max-width: 380px;
  margin: 36px auto 0;
}

.forms label {
  font-size: 14px;
  color: #424242;
  display: block;
  margin-bottom: 8px;
}

.forms input {
  border: 1px solid #bebebe;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 16px;
  width: 100%;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}

.forms input:not(:last-child) {
  margin-bottom: 34px;
}

.forms input:hover,
.forms input:focus {
  border-color: #000;
}

.forms input::-webkit-input-placeholder {
  font-style: italic;
  color: #838383;
}

.forms input:-ms-input-placeholder {
  font-style: italic;
  color: #838383;
}

.forms input::-ms-input-placeholder {
  font-style: italic;
  color: #838383;
}

.forms input::placeholder {
  font-style: italic;
  color: #838383;
}

.forms p {
  text-align: center;
}

.forms p a {
  font-size: 18px;
  line-height: 25px;
  color: #424242;
}

.forms .star {
  color: red;
}

#callback h2, 
#callback_with_url h2,
#callback .callback__title
{
  font-weight: bold;
  font-size: 23px;
  line-height: 31px;
}

#callback .success,
#callback_with_url .success {
  display: none;
  text-align: center;
  margin-top: 36px;
  width: 400px;
}

#callback .success h3,
#callback_with_url .success h3,
#callback .success #phoneFinal
{
  color: #424242;
  margin: 15px 0;
}

#callback .success .small,
#callback_with_url .success .small {
  font-size: 12px;
}

#callback .forms,
#callback_with_url .forms {
  width: 450px;
}

#callback .forms .green-btn,
#callback_with_url .forms .green-btn {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.jq-checkbox {
  background: #fff;
  border: 1px solid #bebebe;
  border-radius: 0;
  vertical-align: -2px;
}

.jq-checkbox:focus {
  outline: none;
}

.jq-checkbox.focused {
  border-color: #bebebe;
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 6px;
  margin: 4px 0 0 4px;
}

input.error {
  border: 1px solid red !important;
}

.ipoteka-info {
  width: 1400px;
  margin: 0 auto;
  max-width: 100%;
}

.ipoteka-block {
  position: relative;
  margin: 10px;
  padding: 20px 0 10px;
  padding-left: 220px;
  border-radius: 20px;
  border: 2px solid #215f38;
  transition: 0.3s;
}

.ipoteka-block img {
  margin-right: 25px;
  height: 100%;
  background: #215f38;
  width: 200px;
  object-fit: contain;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px 0 0 15px;
}

.ipoteka-block:hover {
  box-shadow: 2px 2px 5px gray;
  transform: translateY(-3px) translateX(-3px);
}

.ipoteka-block:nth-child(2) {
  border-color: #0a2973;
}

.ipoteka-block:nth-child(2) img {
  background: #0a2973;
}

.ipoteka-block-inside .b {
  font-weight: bold;
}

.tab_top_block .tab_top_item {
  display: inline-flex;
  width: 150px;
  height: 140px;
  align-items: center;
  justify-content: center;
  border-left: 1px solid gray;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  border-right: 1px solid gray;
  margin-bottom: 15px;
}

.tab_top_block .tab_top_item.active,
.tab_top_block .tab_top_item:hover {
  color: #fff;
}

.tab_top_block .tab_top_item:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 80%;
  background: #424242;
  z-index: -1;
  transform: scale(0);
  transition: 0.3s;
  border: 0px solid #fff;
  box-shadow: 0 0 0 2px #424242;
}

.tab_top_block .tab_top_item.active:before,
.tab_top_block .tab_top_item:hover:before {
  transform: scale(1);
  border-width: 3px;
}

.tab_top_block .tab_top_item:not(:first-child) {
  margin-left: -1px;
}

.tab_top_block .tab_top_item:last-child {
  border-right: 1px solid gray;
}

.tab_top_block {
  margin: 30px 0 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.tab_bottom_item .left_block {
  width: 805px;
  vertical-align: top;
}

.tab_bottom_item .right_block {
  width: 275px;
}

.tab_bottom_item {
  display: none;
  justify-content: space-between;
  align-items: flex-start;
}

.tab_bottom_item.active {
  display: flex;
}

.left_block .prop_list {
  display: flex;
}

.img_and_name > img {
  width: 373px;
  height: 253px;
  object-fit: contain;
  display: inline-block;
  margin-right: 30px;
  max-width: 100%;
}

.img_and_name div p.element_title_tech {
  color: gray;
  font-size: 14px;
}

.img_and_name div p.title_tech {
  font-size: 22px;
  margin-bottom: 10px;
}

.img_and_name {
  display: flex;
  align-items: center;
}

.left_block .prop_list > div {
  width: 50%;
}

.left_block .prop_list > div ol {
  padding-left: 20px;
  color: #424242;
}

.left_block .prop_list {
  display: flex;
  margin-top: 20px;
}

.tab_bottom_item .left_block .item {
  margin-bottom: 40px;
}

.left_block .prop_list p {
  font-size: 15px;
  color: gray;
  margin-bottom: 0;
}

.left_block .prop_list ol {
  margin-top: 8px;
}

.right_item_block {
  display: block;
  border-bottom: 1px solid gray;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.right_item_block a {
  color: #000;
  display: block;
  text-decoration: none;
}

.right_item_block a.child {
  margin-bottom: 10px;
  margin-left: 10px;
}

.right_item_block a.main_link {
  margin-bottom: 15px;
}

.right_item_block a:last-child {
  margin-bottom: 0 !important;
}

.left_block .prop_list > div.preim {
  margin-right: 20px;
}

.mainform form .form-part select {
  width: 109%;
  padding: 15px 17px;
  margin-bottom: 26px;
  border: 1px solid lightgrey;
}

p.get_cons {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 20px;
  display: block;
  margin-bottom: 3px;
}

p.get_cons + a {
  color: #40b7d4;
  text-decoration-color: transparent;
  font-size: 23px;
  margin-top: 0;
  transition: 0.3s;
}

p.get_cons + a:hover {
  text-decoration-color: #40b7d4;
}

a.telegram_tech {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #40b7d4;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  margin-top: 20px;
  border: 2px solid #fff;
  transition: 0.3s;
  box-shadow: 0 0 0 2px #fff;
  width: 245px;
}

a.telegram_tech:hover {
  box-shadow: 0 0 0 2px #40b7d4;
  transform: translateY(-4px) scale(1.03) rotate(-0.5deg);
}

a.telegram_tech img {
  margin-right: 10px;
}

.header__logo:before {
  position: absolute;
  content: "";
  width: 253px;
  height: 78px;
  background: #424242;
  right: 104%;
  z-index: -1;
  bottom: 0;
}

.sort_order {
  cursor: pointer;
  display: inline-block;
  color: gray;
  vertical-align: top;
}

.sort_order span {
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
  transition: 0.3s;
}

.sort_order:not(.desc) span:first-child {
  color: #424242;
}

.sort_order:not(.desc):hover span:last-child {
  transform: translateY(3px);
}

.sort_order.desc span:last-child {
  color: #424242;
}

.sort_order.desc:hover span:first-child {
  transform: translateY(-3px);
}

.sort_order span:last-child {
  margin-left: -5px;
}

.select_sort_projects {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.select_sort_projects span {
  display: inline-block;
  padding-left: 10px;
  padding-right: 30px;
  border-bottom: 2px solid;
  padding-bottom: 5px;
  position: relative;
  cursor: pointer;
  z-index: 6;
}

.select_sort_projects span:before {
  position: absolute;
  right: 7px;
  background: url(/img/right-arrow.png);
  width: 13px;
  height: 13px;
  background-size: 13px;
  content: "";
  top: 50%;
  transform: translateY(-64%) rotate(90deg);
  transition: 0.3s;
}

.select_sort_projects span.active:before {
  transform: translateY(-64%) rotate(-90deg);
}

.select_sort_projects ul {
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 15px 0 10px;
  margin: 0;
  background: #ececec;
  transform: translateX(-50%);
  z-index: 5;
  min-width: 180px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

.select_sort_projects span.active + ul {
  opacity: 1;
  pointer-events: all;
}

.select_sort_projects ul:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -6px;
  z-index: -1;
  background-color: #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.select_sort_projects ul li {
  list-style: none;
  padding: 4px 20px;
  cursor: pointer;
  color: gray;
}

.select_sort_projects ul li.selected {
  color: #000;
}

.sort_block {
  float: right;
}

.left_project_block {
  width: 270px;
  margin-top: 50px;
}

.left_project_block,
.right_project_block {
  display: inline-block;
  vertical-align: top;
}

.right_project_block {
  width: calc(100% - 275px);
}

.projects__slider.noslider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.left_project_block .bx_filter_section {
  border: initial;
  padding: 20px;
  background: #80808012;
}

.left_project_block .bx_filter_section .bx_filter_parameters_box_title {
  border-bottom: initial;
  font-family: "Noto Sans", sans-serif;
}

.left_project_block
  .bx_filter_section
  .bx_filter_parameters_box_container
  .bx_filter_input_container
  input {
  box-shadow: initial;
}

.left_project_block
  .bx_filter_section
  div.bx_ui_slider_track
  .bx_ui_slider_pricebar_VD {
  display: none;
}

.left_project_block
  .bx_filter_section
  div.bx_ui_slider_track
  .bx_ui_slider_pricebar_VN {
  background: #fff;
  border: 1px solid #8080805e;
  border-width: 1px 0;
}

.left_project_block
  .bx_filter_section
  div.bx_ui_slider_track
  .bx_ui_slider_pricebar_V {
  background: #40b7d38f;
}

.left_project_block
  .bx_filter_section
  div.bx_ui_slider_track
  a.bx_ui_slider_handle {
  background: #8d8d8d;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  margin-left: -8px;
  border: 1px solid #42424296;
  box-shadow: 2px 2px 2px #80808099;
}

.left_project_block
  .bx_filter_section
  div.bx_ui_slider_track
  a.bx_ui_slider_handle.right {
  margin-right: -8px;
}

.bx_filter
  .bx_filter_parameters_box_container
  .bx_filter_parameters_box_container_block:nth-child(1) {
  position: relative;
  text-align: left;
}

.bx_filter
  .bx_filter_parameters_box_container
  .bx_filter_parameters_box_container_block:nth-child(1):before {
  position: absolute;
  right: -6px;
  width: 12px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: #0000006e;
}

.left_project_block .bx_filter_section span.bx_filter_input_checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.left_project_block .bx_filter_section span.bx_filter_input_checkbox > span {
  margin-left: 5px;
}

.left_project_block .bx_filter .bx_filter_search_button {
  background: #424242;
  color: #fff;
  border: initial;
  border-radius: initial;
  transition: 0.3s;
}

.left_project_block .bx_filter_parameters_box_container {
  text-align: center;
}

.left_project_block .bx_filter .bx_filter_button_box {
  margin-bottom: 0;
}

.left_project_block .bx_filter .bx_filter_search_button:hover {
  background: #fff;
  color: #424242;
}

.filter_block {
  display: none;
  text-align: left;
  padding: 7px 0;
  padding-left: 12px;
  margin-top: 8px;
  background: #424242;
  color: #fff;
  width: 129px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #424242;
}

.left_project_block .bx_filter.bx_blue span.close_filter {
  display: none;
}

.main-menu ul[style*="display: block"] {
  display: flex !important;
}

/*.top__menu :nth-child(5) {
    display: none;
}

.top__menu :nth-child(6n) {
    display: none;
}*/

.header__main-menu ul li:nth-child(11) {
  display: none;
}

.header__main-menu ul li:nth-child(9) {
  display: none;
}

.project__moreinfo-tabs {
  overflow: visible;
}

.project__moreinfo-tabs {
  min-width: 100%;
  display: flex;
  overflow-x: auto;
}

.project__moreinfo-tabs-tab {
  min-width: 225px;
  text-align: center;
}

/* .project__moreinfo-tabs::-webkit-scrollbar {
    display: none;
}

.project__moreinfo-tabs {
    border-bottom: 4px solid #424242;
  } */

.project__preview-right-select-title {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  color: #424242;
}

.h2_cont_page {
  margin-left: 48%;
  text-align: left;
  padding-left: 10px;
}

.footer__info-soc img {
  width: 30px;
  height: 30px;
}

.header__socblock {
  display: flex;
  flex-direction: column;
}

.header__socblock a {
  display: block;
}

.header__socblock img {
  width: 30px;
  height: 30px;
}

.project__preview-right-select.portfolio_btn {
  border: 5px solid #fff;
  box-shadow: 0 0 0 2px #dfe0a8;
  cursor: pointer;
  display: block;
}

.project__moreinfo-tabsinfo-steps-step li ul {
  margin-bottom: 15px;
}

.project__moreinfo-tabsinfo-steps-step li .title_etap {
  font-weight: bold;
  font-size: 20px;
}

.calc_with_slider .calc__nav-item {
  opacity: 0.5;
}

.calc_with_slider .calc__nav-item.checked + .calc__nav-item {
  cursor: pointer;
  opacity: 0.75;
}

.calc_with_slider .calc__nav-item.checked {
  cursor: pointer;
  opacity: 1 !important;
}

.item_calc.slick-slide {
  padding: 0 20px;
}

.item_calc.slick-slide .calc__other-wrap .wrapper {
  width: 100%;
}

.project__preview-right.new_disign {
  margin-top: initial;
  border: 2px solid #e8eabc;
  border-radius: 5px;
  padding: 25px 36px;
  letter-spacing: normal;
  margin-left: 35px;
}

.project__preview-right.new_disign .name_project {
  font-size: 35px;
  margin-bottom: 13px;
}

.project__preview-right.new_disign .price_project_title {
  color: #8e8e8e;
  font-size: 15px;
}

.project__preview-right.new_disign .price_project_title span {
  font-weight: bold;
  color: #989964;
}

.char_project {
  margin: 35px 0;
}

.char_project .char_project_item {
  display: flex;
  height: 36px;
  align-items: center;
  margin-bottom: 13px;
  font-size: 16px;
}

.char_project .char_project_item img {
  width: 36px;
  height: 36px;
  object-fit: scale-down;
  background: #dfe1a6;
  border-radius: 6px;
  margin-right: 15px;
}

.char_project .char_project_item:first-child span {
  font-weight: bold;
  font-size: 18px;
  display: inline;
  white-space: nowrap;
}

.project__preview-right .cons_build_project p {
  font-size: 15px;
  font-weight: initial;
  color: #868686;
  margin-bottom: 5px;
}

.cons_build_project a {
  display: block;
}

.cons_build_project a.tel_project {
  font-size: 25px;
  font-weight: bold;
  color: #989964;
  text-decoration: none;
  margin-bottom: 7px;
}

.cons_build_project a.whatsapp_project {
  text-decoration: none;
  background: #dee09f;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 227px;
  font-size: 15px;
  color: #3b3b3b;
  border-radius: 2px;
}

.cons_build_project a.whatsapp_project img {
  margin-right: 10px;
}

.price_project p span {
  width: 17px;
  height: 17px;
  display: inline-flex;
  border: 1px solid #dedfa1;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  cursor: pointer;
  position: relative;
}

.project__preview-right .price_project p {
  color: #858585;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: normal;
}

.price_project {
  margin-top: 35px;
}

.price_project p span:before {
  width: 249px;
  position: absolute;
  content: "";
  background: url("/img/price_project_popup_1.png");
  height: 71px;
  background-repeat: no-repeat;
  left: calc(100% + 3px);
  top: -14px;
  cursor: default;
  opacity: 0;
  transition: 0.3s;
  transform: translateX(10px);
  pointer-events: none;
}

.price_project p span:hover:before {
  opacity: 1;
  transform: translateX(0);
}

.price_project div {
  font-size: 15px;
  color: #3b3b3b;
  margin-top: 2px;
}

.price_project div span {
  font-size: 25px;
  color: #989964;
  font-weight: bold;
}

.what_in_price {
  text-decoration: none;
  background: #dee09f;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 223px;
  font-size: 12px;
  color: #3b3b3b;
  border-radius: 2px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 12px;
  cursor: pointer;
}

.what_in_price img {
  margin-left: 8px;
}

.what_in_price_slide {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  letter-spacing: normal;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

.what_in_price_slide .main_what_in_price {
  width: 1085px;
  background: #fff;
  z-index: 2;
  position: relative;
  margin-left: auto;
  overflow: auto;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  padding-bottom: 50px;
  transition: 0.3s;
  transform: translateX(100%);
  max-width: 100%;
}

.table_what_in_price {
  overflow: auto;
  padding: 1px;
  box-sizing: border-box;
}

.what_in_price_slide.active {
  opacity: 1;
  pointer-events: all;
}

.what_in_price_slide.active .main_what_in_price {
  transform: translateX(0);
}

.what_in_price_slide .back_what_in_price {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000061;
  cursor: pointer;
}

.close_what_in_price {
  width: 97px;
  height: 23px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  background: #dee09f;
  cursor: pointer;
}

.close_what_in_price img {
  margin-left: 10px;
}

p.title_what_in_price {
  font-size: 40px;
  margin-bottom: 45px;
}

p.title_what_in_price span {
  display: block;
  font-size: 14px;
  color: #a0a7a9;
  margin-top: 3px;
  font-weight: 400;
}

.what_in_price_slide .main_what_in_price table {
  border-collapse: collapse;
  box-shadow: 0 0 0 1px #dee09f;
  border-radius: 6px 6px 0 0;
}

.what_in_price_slide .main_what_in_price table thead th:first-child {
  border-radius: 7px 0 0 0;
}

.what_in_price_slide .main_what_in_price table thead th:last-child {
  border-radius: 0 7px 0 0;
}

.what_in_price_slide .main_what_in_price table thead {
  background: #dee09f;
}

.what_in_price_slide .main_what_in_price table thead th {
  font-weight: normal;
  font-size: 20px;
  color: #000;
}

.what_in_price_slide .main_what_in_price table th:not(:last-child) {
  border-right: 1px solid #c8c995;
}

.what_in_price_slide .main_what_in_price table th,
.what_in_price_slide .main_what_in_price table td {
  padding: 15px;
}

.what_in_price_slide .main_what_in_price table tbody tr:first-child td {
  padding-top: 31px;
}

.what_in_price_slide .main_what_in_price table tbody td:first-child {
  color: #3b3b3b;
  vertical-align: top;
}

.what_in_price_slide .main_what_in_price table td:not(:last-child) {
  border-right: 1px solid #dee09f;
}

.what_in_price_slide .main_what_in_price table tbody td {
  vertical-align: middle;
  padding: 9px 15px 0;
}

.what_in_price_slide .main_what_in_price table td {
  color: #3b3b3b;
  font-size: 16px;
  width: 330px;
}

.what_in_price_slide .main_what_in_price table th,
.what_in_price_slide .main_what_in_price table td {
  padding: 15px;
}

.what_in_price_slide .main_what_in_price table tbody tr:first-child td {
  padding-top: 31px;
}

.what_in_price_slide .main_what_in_price table td:not(:first-child) {
  text-align: center;
}

.what_in_price_slide
  .main_what_in_price
  table
  tbody
  td.single_td_what_in_price {
  font-size: 20px;
  padding-bottom: 10px;
  padding-top: 38px;
  color: #000;
}

span.yes_price_project {
  background: url("/img/yes_price.png");
  background-repeat: no-repeat;
  background-position: center;
}

span.no_price_project {
  background: url("/img/no_price.png");
  background-repeat: no-repeat;
  background-position: center;
}

span.yes_price_project,
span.no_price_project {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

.what_in_price_slide .main_what_in_price table tbody td:first-child span {
  color: #a1a6a8;
  margin-top: 4px;
}

.what_in_price_slide .main_what_in_price table span {
  display: block;
  font-size: 15px;
  color: #606060;
}

.what_in_price_slide .main_what_in_price table tbody td img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.what_in_price_slide .main_what_in_price table tbody tr:last-child td {
  padding-bottom: 31px;
}

.etap_build_what_in_price {
  margin-top: 40px;
  padding: 0 17px;
}

.etap_build_what_in_price p.title_etap_what_in_price {
  font-size: 20px;
  margin-bottom: 17px;
}

.etap_build_what_in_price .etap_blocks_what_in_price {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.etap_build_what_in_price .etap_blocks_what_in_price p {
  margin-top: 11px;
  font-size: 15px;
}

.etap_build_what_in_price .etap_blocks_what_in_price span {
  display: block;
  color: #979867;
  font-size: 15px;
}

.etap_build_what_in_price .etap_blocks_what_in_price div {
  margin: 0 10px;
}

.etap_build_what_in_price .etap_blocks_what_in_price div:first-child {
  margin-left: 0;
}

.etap_build_what_in_price .etap_blocks_what_in_price div:last-child {
  margin-right: 0;
}

.project__preview-right .cons_build_project_what_in_price p {
  font-size: 15px;
  font-weight: initial;
  color: #868686;
  margin-bottom: 5px;
}

.cons_build_project_what_in_price a {
  display: block;
}

.cons_build_project_what_in_price a.tel_project {
  font-size: 25px;
  font-weight: bold;
  color: #989964;
  text-decoration: none;
  margin-bottom: 7px;
}

.cons_build_project_what_in_price a.whatsapp_project {
  text-decoration: none;
  background: #dee09f;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 227px;
  font-size: 15px;
  color: #3b3b3b;
  border-radius: 2px;
}

.cons_build_project_what_in_price a.whatsapp_project img {
  margin-right: 10px;
}

.stay_quest_block {
  padding: 0 17px;
  margin-top: 20px;
}

.stay_quest_block p.stay_quest {
  font-size: 20px;
}

.stay_quest_block .cons_build_project_what_in_price p {
  margin-bottom: 3px;
}

.project__preview-right.new_disign .name_project span {
  white-space: nowrap;
}

.ceny_icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
  margin-top: 35px;
}

.ceny_icons div img {
  margin-right: 15px;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.ceny_icons div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 165px;
  font-size: 15px;
  color: #3b3b3b;
}

.ceny_what_inside p.ceny_what_inside_title {
  font-size: 25px;
  margin-bottom: 50px;
}

.ceny_what_inside_main {
  display: flex;
}

.ceny_what_inside_main .ceny_list {
  padding: 30px 25px;
  border: 2px solid #e8e9bd;
  border-radius: 5px;
  width: 315px;
  margin-right: 20px;
}

.ceny_what_inside_main .ceny_list p {
  font-size: 20px;
}

.ceny_what_inside_main .ceny_list ol {
  counter-reset: item;
  padding-left: 0;
}

.ceny_what_inside_main .ceny_list ol li {
  counter-increment: item;
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 15px;
}

.ceny_what_inside_main .ceny_list ol li:before {
  content: counter(item);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e8e9bd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #7c7d32;
  margin-right: 17px;
  text-align: center;
  min-width: 36px;
}

.ceny_what_inside_main .ceny_what_inside_right {
  margin-top: -125px;
  margin-left: auto;
  min-width: 40vw;
  height: initial;
  object-fit: scale-down;
  max-width: 902px;
}

a.ceny_what_inside_right img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.ceny_icons_2 div {
  margin-right: 134px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #3b3b3b;
  font-size: 15px;
}

.ceny_icons_2 div:last-child {
  margin-right: 0;
}

.ceny_icons_2 div img {
  margin-bottom: 9px;
}

.ceny_icons.ceny_icons_3 {
  flex-wrap: wrap;
  margin-bottom: initial;
  justify-content: flex-start;
  align-items: flex-start;
}

.ceny_icons.ceny_icons_3 div {
  width: 331px;
  justify-content: flex-start;
  margin-right: 75px;
  margin-bottom: 40px;
}

.ceny_icons.ceny_icons_3 div span {
  display: block;
  font-size: 15px;
  color: #979867;
  margin-top: 5px;
  white-space: nowrap;
}

.ceny_icons_2 {
  display: flex;
  margin-top: 60px;
  margin-bottom: 80px;
}

.section.ceny_section {
  letter-spacing: normal;
}

.section.ceny_section h2 {
  text-align: left;
  text-transform: none;
  color: #000;
  font-size: 40px;
}

.section.ceny_section h1 {
  text-align: left;
  text-transform: none;
  color: #000;
  font-size: 45px;
}

.name-row {
  min-width: 260px;
}

.table-equipment .two-lvl-row.row,
.table-equipment .one-lvl-row.row {
  display: flex;
  border-bottom: 1px solid #80808075;
  align-items: center;
}

.one-lvl-cell.price-cell span.count-floor-price {
  display: none;
}

.price_etaj_ceny > div,
.name-row {
  padding: 15px 0;
}

.table-equipment .two-lvl-row.row {
  align-items: flex-start;
}

.table-equipment .two-lvl-row.row .one-lvl-cell > div:first-child {
  margin-bottom: 10px;
}

.price_etaj_ceny {
  width: 25%;
}

.equipment-cell {
  color: #3b3b3b;
}

.price-cell span {
  font-size: 20px;
}

.first_price_etaj_ceny .one-lvl-cell.name-row > div {
  font-size: 17px;
}

.one-lvl-cell.name-row .count-floor {
  height: 26px;
}

.one-lvl-cell.price-cell,
.one-lvl-cell.name-row {
  border-bottom: 1px solid #80808075;
}

span.icon-info:after {
  transition: 0.3s;
  content: attr(data-tooltip);
  position: absolute;
  right: -20px;
  top: 34px;
  display: block;
  background: #fff;
  border: 1px solid #dedfa1;
  width: 250px;
  padding: 10px;
  font-size: 13px;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}

span.icon-info {
  width: 17px;
  height: 17px;
  display: inline-flex;
  border: 1px solid #dedfa1;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  cursor: pointer;
  position: relative;
}

span.icon-info:hover:after,
span.icon-info:hover:before {
  opacity: 1;
}

span.icon-info:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #dedfa1;
  bottom: -28px;
  background: #fff;
  transform: rotate(45deg);
  z-index: 2;
  border-bottom: 0;
  border-right: 0;
  transition: 0.3s;
  opacity: 0;
}

.text_block_ceny a.phone {
  font-size: 25px;
  font-weight: bold;
  color: #989964;
  text-decoration: none;
  margin-bottom: 7px;
}

.text_block_ceny {
  margin-top: 20px;
  margin-bottom: 70px;
}

.text_block_ceny > * {
  margin-bottom: 10px;
}

.text_block_ceny div a {
  font-weight: bold;
  color: #989964;
  text-decoration: none;
}

p.inn_footer {
  margin-top: 20px;
  color: #fff;
  line-height: 22px;
}

/* ipoteka*/
.blockStavki {
  display: flex;
  justify-content: space-between;
}

.blockStavki__item__param span {
  float: inline-end;
}

.blockStavki__item__param {
  padding: 3px 0px;
  border-bottom: 1px solid rgb(228 226 211);
  margin: 20px 0px;
}

.blockStavki__item.item1 {
  width: 50%;
}

.blockStavki__item.item2 {
  width: 42%;
}

.blockPartners {
  background-color: rgb(246 246 246);
  padding: 34px 0px;
  margin: 40px 0px;
}

.blockPartners__banki {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 35px;
}

.bank {
  margin-right: 80px;
}

.blockCalculate {
  display: flex;
  background-color: rgb(246 246 246);
  padding: 30px 25px;
  margin-bottom: 40px;
}

.blockCalculate__rashet {
  width: 57%;
  border-right: 1px solid rgb(207 207 207);
  margin-right: 40px;
  padding-right: 40px;
}

p.blockCalculate__rashet__param {
  /* float: inline-end; */
}

.blockCalculate__rashet__param span {
  float: inline-end;
}

.blockCalculate__rashet input[type="range"] {
  width: 100%;
}

.blockCalculate__rashet__diapoz span {
  float: inline-end;
}

p.blockCalculate__rashet__diapoz {
  color: rgb(164 164 166);
  font-size: 11px;
}

p.blockCalculate__rashet__text {
  color: rgb(164 164 166);
  font-size: 12px;
}

p.blockCalculate__platesh__plattext {
  color: rgb(164 164 166);
  font-size: 12px;
}

p.blockCalculate__platesh__itogplatesh {
  font-size: xx-large;
  margin: 0 0 1.2em;
}

p.blockCalculate__platesh__cons {
  color: rgb(164 164 166);
  font-size: 12px;
}

.blockCalculate__platesh__cons a {
  font-size: x-large;
  color: rgb(151 153 106);
  text-decoration: none;
  margin-left: 10px;
}

.blockCalculate__platesh__button {
  width: 195px;
  background: rgb(221 222 162);
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}

.blockCalculate__platesh__button a {
  text-decoration: none;
  color: black;
}

.blockCalculate__platesh__button img {
  position: relative;
  top: 2px;
}

.blockIpotekaContent__two {
  display: flex;
  justify-content: space-between;
}

.blockIpotekaContent__two div {
  width: 50%;
}

.blockIpotekaContent li {
  padding-left: 20px;
  margin-bottom: 25px;
}

.blockIpotekaContent li::before {
  color: bisque;
}

li::marker {
  color: rgb(164 164 166);
  /* padding: 80px; */
}

p.blockIpotekaContent__colocCCC {
  color: rgb(164 164 166);
  font-size: 12px;
}

.blockIpotekaContent__ser {
  color: rgb(164 164 166);
}

p.blockIpotekaContent__colocYL {
  color: #979867;
}

.blockIpotekaContent ol {
  padding-inline-start: 22px;
}

.blockYakar {
  margin-left: auto;
  margin-right: 0px;
  width: 400px;
}

.blockYakar img {
  float: right;
}

.blockYakar p {
  color: rgb(164 164 166);
}

.blockYakar a {
  text-decoration: none;
}

.blockYakar .blockYakar__activetext {
  color: black;
  font-weight: bold;
}

.blockYakar__bottom {
  border-bottom: 1px solid rgb(228 226 211);
  margin-bottom: 15px;
}

@media screen and (max-width: 999px) {
  .blockStavki {
    flex-direction: column;
  }

  .blockStavki__item.item1,
  .blockStavki__item.item2 {
    width: 100%;
  }
}

@media screen and (max-width: 390px) {
  .blockStavki {
    font-size: 12px;
  }
}

@media screen and (max-width: 1088px) {
  .blockPartners__banki {
    justify-content: center;
  }
}

@media screen and (max-width: 564px) {
  .blockPartners__banki {
    flex-direction: column;
  }

  .blockPartners__banki img {
    display: block;
    margin: 0px auto;
  }

  .bank {
    margin: 0px 20px 20px 20px;
  }
}

@media screen and (max-width: 670px) {
  .blockCalculate {
    flex-direction: column;
  }

  .blockCalculate__rashet {
    border-right: none;
    width: 100%;
    border-bottom: 1px solid rgb(207 207 207);
    padding-right: 0px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1219px) {
  .blockIpotekaContent__two {
    flex-direction: column;
  }

  .blockIpotekaContent__two div {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .blockYakar {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

@media screen and (max-width: 475px) {
  .blockCalculate__platesh__cons a {
    display: block;
    margin-left: 0px;
  }
}

#raschet {
  display: none;
}

/* portfolio */
.portfoliopreview .char_project .char_project_item:first-child span {
  font-weight: normal;
  font-size: unset;
}

.portfoliopreview .postroikakey {
  background: #dfe0a8;
  padding: 10px 15px;
  border-radius: 35px;
  font-size: 12px;
  height: 14px;
}

.portfoliopreview .postroikadaystext {
  font-weight: bold;
}

.portfoliopreview .project__preview-slides {
  width: 60%;
}

.portfoliopreview .char_project {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px;
}

.portfoliopreview .char_project .char_project_item {
  margin-bottom: 19px;
  width: 190px;
}

.portfoliopreview .char_project_item span {
  color: #6c6c6c;
}

.portfoliopreview .project__preview-right-select.portfolio_btn {
  border: none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  width: 300px;
}

.portfoliopreview .project__preview-right-select {
  background: #dfe0a8;
  margin-top: 0px;
  padding: 20px 20px;
}

.portfoliopreview .project__preview-right-select h3 {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 31px;
  text-align: center;
  color: #424242;
}

.portfoliopreview .blockcommentzakaz {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  height: 120px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.portfoliopreview .blockcommentzakaz__main {
  height: 119px;
  overflow: auto;
}

.portfoliopreview .blockcommentzakaz__comment {
  margin-top: 10px;
  font-size: 13px;
  padding-right: 40px;
}

.portfoliopreview .blockcommentzakaz__people {
  display: flex;
  align-items: center;
}

.portfoliopreview .blockcommentzakaz__param__name {
  font-size: 15px;
}

.portfoliopreview .datecomment {
  color: #979957;
  font-size: 13px;
}

.portfoliopreview .blockcommentzakaz__param {
  margin-left: 10px;
  display: flex;
  align-items: center;
  line-height: normal;
}
.portfoliopreview .char_project_item.castl {
  width: 100%;
}

.blockcommentzakaz__main::-webkit-scrollbar {
  width: 7px;
  /* ширина всей полосы прокрутки */
}

.blockcommentzakaz__main::-webkit-scrollbar-track {
  background: #dfe0a8;
  /* цвет зоны отслеживания */
  border-radius: 20px;
}

.blockcommentzakaz__main::-webkit-scrollbar-thumb {
  background-color: #424242;
  /* цвет бегунка */
  border-radius: 20px;
  /* округлось бегунка */
  border: 0px solid #dfe0a8;
  /* отступ вокруг бегунка */
}

.portfoliopreview .postroikakey.double {
  display: none;
}

.project .project__preview-slider.totab1 {
  display: none;
}

.project .project__preview-slider.totab2 {
  display: none;
}

.blockcommentzakaz__people img {
  width: 51px;
  height: 51px;
  border-radius: 50%;
}

.projects.section {
  padding-top: 0;
}

.projects-title {
  background: url(../img/build-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 45px 0;
  margin-bottom: 30px;
}

.projects-title__mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  z-index: 2;
  backdrop-filter: blur(20px);
}

.projects-title__wrap {
  width: 100%;
  position: relative;
  z-index: 20;
}

.projects-title__h1 {
  margin-top: 0;
  color: white;
}

.projects-title__text {
  font-family: "PT Sans", sans-serif;
  line-height: 20px;
  width: 57%;
  margin: 0 auto 25px auto;
  text-align: center;
  color: white;
}

.projects-title__container-links {
  display: flex;
  justify-content: center;
}

.projects-title__link {
  position: relative;
  color: #fff;
  border: 0;
  border-radius: 4px;
  outline: 0;
  padding: 14px 19px;
  margin-right: 25px;
  font-size: 15px;
  font-weight: 300;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  box-sizing: border-box;
}

.projects-title__link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin-right: 19px;
}

.projects-title__link:after {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
  z-index: 0;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.projects-title__mortgage {
  background: #80a841;
}

.projects-title__mortgage:before {
  background: url(../img/ipoteka-icon-white.png) no-repeat;
}

.projects-title__callback {
  background: #37a4bc;
}

.projects-title__callback:before {
  background: url(../img/phone-icon-white.png) no-repeat;
}

.projects-title__calc {
  background: #aeaeae;
}

.projects-title__calc:before {
  background: url(../img/calc-icon.png) no-repeat;
}

.top_project_block {
  padding-bottom: 40px;
}
a.disable_link,
.group_by_block .disable_link {
  color: #424242;
  pointer-events: none;
}

@media screen and (max-width: 1375px) {
  .portfoliopreview .postroikakey {
    font-size: 11px;
  }
}
@media screen and (max-width: 1320px) {
  .portfoliopreview .postroikakey {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .portfoliopreview .postroikakey {
    display: none;
  }

  .portfoliopreview .postroikakey.double {
    display: none;
  }

  .portfoliopreview .char_project .char_project_item {
    width: 190px;
  }

  .portfoliopreview .char_project_item.castl {
    width: 100%;
  }

  .portfoliopreview .project__preview-right-select.portfolio_btn {
    width: auto;
  }
}

@media screen and (max-width: 999px) {
  .char_project .char_project_item img {
    margin-right: 10px;
  }
  .portfoliopreview .project__preview-slides {
    width: auto;
  }

  .project .project__preview-slider.totab1 {
    display: block;
  }

  .project .project__preview-slider.totab2 {
    display: block;
  }

  .project__moreinfo-tabsinfo > .tab1 .tab1link {
    display: none;
  }

  .project__moreinfo-tabsinfo > .tab2 .tab2link {
    display: none;
  }
  .portfoliopreview .char_project_item.castl {
    width: auto;
  }
}
@media screen and (max-width: 683px) {
  .portfoliopreview .char_project_item.castl {
    width: 190px;
  }
}
@media screen and (max-width: 492px) {
  .portfoliopreview .char_project_item.castl {
    width: auto;
  }
  .portfoliopreview .char_project .char_project_item {
    width: 100%;
  }
}

@media screen and (max-width: 1550px) {
  .h2_cont_page {
    padding-left: 0;
  }
}

@media screen and (max-width: 999px) {
  .h2_cont_page {
    margin-left: 0;
    text-align: center;
  }

  .header__socblock {
    display: none;
  }
}
