body {
  font-family: 'Raleway', sans-serif !important;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1D1D1D;
}

body, h1, h2, h3, h4, p, span, img, a, menu, s{
  padding: 0;
  margin: 0;
}


h1 {
	font-size: 60px;
  font-weight: 800;
  line-height: 128%;
}

select option {
    background: #EBF1F9 !important;
}

h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 111%;
}

h3 {
	font-size: 25px;
  font-weight: 900;
  line-height: 130%;
}

h4 {
  font-size: 20px;
  font-weight: 800;
  line-height: 130%;
}

h5 {
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

section {
  margin-bottom: 120px !important;
}

button:focus, a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

.container {
  position: relative;
}

.header {
  padding: 20px 0;
}

.header__tel {
  font-size: 16px;
  color: #1D1D1D;
}

.header__tel:hover {
  text-decoration: none;
  color: #1D1D1D
}

.header__house {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #773E0A;
  margin-right: 30px;
  font-weight: 500;
}

.header__house:hover {
  color: #773E0A;
  text-decoration: none;
}

.header__link, .header-nav__menu li {
  min-width: 70px;
  text-align: center;
}
.header__link, .header-nav__menu li.header-nav__hover {
  text-align: left;
}
.header__link, .header-nav__menu li a {
  font-size: 15px;
  font-weight: 800;
  transition: all 0.3s ease;
  color: #1D1D1D;
  padding-bottom: 45px;
}

.header__link:hover, .header-nav__menu li a:hover {
  color: #FF6363;
  text-decoration: none;
}

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

.header-nav {
  padding: 15px 0;
  background: #F9FBFE;
  margin-bottom: 70px;
}

.header-nav .active a.top-menu {
  color: #FF6363;
}

.header-nav .active {
  position: relative;
}
/*
.header-nav .active a.top-menu:after {
  content: url('../img/active.svg');
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  text-align: center;
}*/

.header-nav__hover {
  position: relative;
}

.header-nav__secondary {
  width: 100px;
  height: 80px;
  display: none;
}

.realty-header {
  margin: 30px 0;
}

.header-nav__hover:hover .header-nav__secondary, .header-nav__hover.active .header-nav__secondary {
  display:block;
  position: absolute;
  top: 0;
  left: 0;
  height: 65px;
  z-index: 999;
  width: 680px;
  margin-top: 60px;
}
.header-nav__hover .header-nav__secondary.projects{
  padding-left: 140px;
  left: -140px;
  width: 720px;

  background: white;
}
.header-nav__hover:hover .header-nav__secondary ul {
  z-index: 1000;
  background: white;
  width: 100%;
}


.header-nav__hover:hover ~ .header-nav__hover.active .header-nav__secondary{
  display: none;
}

.header-nav__secondary ul {
  padding-top: 5px;
  height: 45px;
}

.header-nav__secondary ul li a {
  border: 2px solid #EAEAEA;
  padding: 10px;
  font-size: 16px;
  color: #1D1D1D;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  transition: all 0.3s ease;
}

.header-nav__secondary ul li.active a {
  border: 2px solid #000000;
}

.header-nav__secondary ul li a:hover {
  text-decoration: none;
  color: #fff;
  background: #FF9C25;

}

.btn1 {
  background: #FF9C25;
  color: #fff;
  transition: all 0.3s ease;
  font-weight: 900;
  border: none;
  text-align: center;
}

.btn1:hover {
  background: #E98915;
  color: #fff;
}

.btn2 {
  background: none;
  color: #C4C4C4;
  transition: all 0.3s ease;
  font-weight: 900;
  border: 2px solid #C4C4C4;
  text-align: center;
}

.btn2:hover {
  background: #C4C4C4;
  color: #fff;
}

.btn3 {
  font-size: 16px;
  color: #fff;
  background: #5E9EFF;
  border: none;
  text-align: center;
  padding: 0px 25px;
  position: relative;
  text-align: center;
  font-weight: 800;
  transition: all .3s ease;
}

.btn3:hover {
  color: #fff;
  background: #4388EF;

}

.btn3 p {
  font-size: 16px;
  position: absolute;
  left: 42px;
  top: -9px;
  text-align: center;
}

.btn4 {
  background: none;
  border: 2px solid #5E9EFF;
  width: 220px;
  height: 54px;
  line-height: 48px;
  text-align: center;
  color: #5E9EFF;
  transition: all 0.3s ease;
  font-weight: 900;
}

.btn4:hover {
  background: #5E9EFF;
  color: #fff;
}

.main h1 {
  margin-top: 27px;
}

.main__desc {
  width: 370px;
  margin-top: 15px;
}

.main__btns {
  margin-top: 25px;
  margin-bottom: 110px;
}

.main__btns .btn1 {
  display: block;
  text-align: center;
  width: 230px;
  height: 64px;
  line-height: 64px;
}

.main__btns .btn2 {
  display: block;
  text-align: center;
  width: 270px;
  height: 64px;
  line-height: 64px;
  margin-left: 20px;
}

.main__block {
}

.main__block_bg {
  width: 775px;
  height: 580px;
}

.main__block_bg {
  position: relative;
}

.main__block_desc {
  width: 460px;
  height: 143px;
  background: #2A2A2A;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
}

.red_line {
  background: #FF6363;
  height: 5px;
}

.main__block_desc h4 {
  margin-top: 28px;
  margin-left: 40px;
  margin-bottom: 7px;
}

.main__block_desc p {
  margin-left: 40px;
  margin-bottom: 4px;
  margin-right: 80px;
}

.main__block_desc a img {
  max-width: 21px;
  position: absolute;
  right: 30px;
  bottom: 25px;
  z-index: 1000;
  transition: all .3s ease;
}

.about-offer__block_title a {
  transition: all 0.3s ease;
}

.main__block_desc a img:hover, .about-offer__block_title a:hover {
  transform: scale(1.4)
}

.main__line {
  height: 580px;
  width: 2px;
  background: #E4EAF4;
  position: absolute;
  left: -135px;
  bottom: 0;
}

#dots-main, #dots-about, #dots-team, #dots-building-1, #dots-building-2, #dots-building-3,
.dots-main, .dots-about, .dots-team, .dots-building-1, .dots-building-2, .dots-building-3
{
  font-size: 50px;
  width: 35px;
}

#dots-main-second, #dots-about-second, #dots-team-second, #dots-building-1-second, #dots-building-2-second, #dots-building-3-second,
.dots-main-second, .dots-about-second, .dots-team-second, .dots-building-1-second, .dots-building-2-second, .dots-building-3-second
{
  color: #D9DEE4;
  font-size: 30px;
  margin-top: 3px;
}

.owl-main-dots {
  margin-top: -33px;
  padding-bottom: 5px;
  margin-left: 57px;
  }

.owl-main .owl-nav {
  width: 1105px;
  text-align-last: left;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.owl-main .owl-nav .owl-next {
  margin-left: 117px;
}

.owl-nav button:hover {
  background: none !important;
}



.baner {
  margin: 0 70px;
  padding-top: 50px;
  color: #fff;
}

.baner .btn2 {
  display: block;
  width: 206px;
  height: 53px;
  line-height: 53px;
}

.baner p {
  margin: 15px 0 28px 0;
}

.baner .btn3 {
   width: 268px;
   height: 64px;
   font-weight: 400;
}

.baner__update {
  position: absolute;
  left: 15px;
  bottom: 0;
}

.baner__block {
  width: 390px;
  height: 210px;
  background: #2A2A2A;
  position: relative;
  transition: all 0.3s ease;
  color: #fff;
  cursor: pointer;
}

.baner__block:hover {
  text-decoration: none;
  color: #fff;
}

.baner__container {
  width: 807px;
  height: 280px;
  margin-top: 70px;
}

.baner__block h3 {
  margin-top: 75px;
  height: 54px;
}

.baner__block .btn1 {
  height: 64px;
  width: 90%;
  position: absolute;
  bottom: 25px;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 16px;
  display: none;
  line-height: 64px;
  text-align: center;
}

.baner__block .btn1:hover {
  text-decoration: none;
}

/*.baner__block:active .btn1 {
  display: block;
}*/

.bell {

}

.in-left {
  transition: all .3s ease;
  transform: rotateZ(10deg);
}

.in-right {
  transition: all .3s ease;
  transform: rotateZ(-10deg);
}


.baner-selection {
  margin-top: -120px;
}

.baner-selection h2 {
  margin-bottom: 35px;
}

.baner-selection__bg {
  padding: 80px 0;
  background: #F9FBFE;
  margin: 0 90px 0 50px;
  padding-left: 35px;
}

.baner-selection__pag .rooms_checkbox{
  display: none;
}

.baner-selection__pag button {
  width: 55px;
  height: 50px;
  border: none;
  background: #EBF1F9;
  font-size: 16px;
  transition: all .3s ease;
  margin-right: -5px;
}

.baner-selection__pag button.active {
  color: #fff;
  background: #FF6363;
}
.baner-selection__pag button:hover{
  color: #fff;
  background: #FF6363;
  opacity: 0.7;
}

.baner-selection__floor {
  width: 130px;
  padding: 0 20px;
  margin-left: 35px;
  background: url(../img/select-d.png) no-repeat;
  border: none;
  appearance: none;
}

.baner-selection__floor:focus {
  outline: none;
}

.baner-selection__polz input {
  background: none;
  border: none;
  width: 100px;
}

/*.baner-selection__lim {
  width: 150px;
}*/

/*.baner-selection__lim.min {
  width: 90px;
}*/

.baner-selection__polz input.min {
  width: 50px;
}

.baner-selection .btn4 {
  margin-top: 30px;
}

.baner__list {
  padding-top: 88px;
}

.baner__list .btn2 {
  width: 270px;
  height: 64px;
  line-height: 64px;
  display: block;
}

.baner__list_block {
  padding: 20px;
  border: 2px solid #fff;
  transition: all .3s ease;
}

.baner__list_block:hover {
  border: 2px solid #F3F3F3;
}

.baner__list_img {
  width: 100%;
  height: 270px;
  margin-bottom: 50px;
  position: relative;
}

.baner__list_img img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.baner__list_block.flats__cont .baner__list_img img{
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}

.baner__list b {
  width: 170px;
  display: block;
  margin-right: 25px;
}

.baner__list_total {
  font-size: 20px;
  color: #5E9EFF;
  margin-top: 15px;
}

.baner__list .btn1 {
  width: 230px;
  height: 64px;
  margin-top: 25px;
}

.baner__list_block {
  margin-top: 25px;
}


.baner-selection {
  display: none;
}

.baner__block.close {
  opacity: 1 !important;
  height: 280px;
  text-shadow: none;
}

.news h2 {
  margin-bottom: 40px;
}

.news__big-block {
  width: 100%;
  height: 309px;
  margin-bottom: 30px;
  position: relative;
  display: block;
  color: #1D1D1D
}

.news__big-block:hover, .news__block:hover {
  color: #1D1D1D;
  text-decoration: none;
}

.news__big-block_bg {
  width: 100%;
  height: 100%;
  background: rgba(49, 49, 49, 0.5);
}

.news__big-block_title {
  position: absolute;
  left: 35px;
  bottom: 35px;
  background: #F9FBFE;
  width: 445px;
  height: 114px;
}

.news__big-block_title .red-line-vert {
  background: #FF6363;
  width: 5px;
  height: 114px;
  position: absolute;
  left: 0;
  top: -15px;
}

.news__date {
  font-size: 15px;
  color: #000;
}

.news__big-block_title h4 {
  margin-left: 25px;
  transition: all 0.3s ease;
}

.news__big-block_title .news__date {
  margin-top: 15px;
  margin-left: 25px;
}

.news__block {
  width: 100%;
  height: 309px;
  margin-bottom: 30px;
  display: block;
  color: #1D1D1D
}

.news__block_img {
  height: 193px;
  margin-bottom: 15px;
}

.news__block h5 {
  margin-top: 6px;
  transition: all 0.3s ease;
}

.news__big-block:hover h4, .news__block:hover h5 {
  color: #FF6363;
}

.news .btn2 {
  height: 64px;
  width: 270px;
  display: block;
  line-height: 64px;
}

.numeral h2 {
  margin-bottom: 10px;
}

.numeral__block {
  padding: 20px 30px;
  background: #F9FBFE;
  margin-top: 30px;
}

.numeral .color-1 {
  color: #F7AC52
}

.numeral .color-2 {
  color: #5E9EFF;
}

.numeral .color-3 {
  color: #FF6363
}

.numeral .color-4 {
  color: #5F45FF
}

.calc {
  background: #FBFCFF;
  margin: 0 70px;
}

.calc h2 {
  margin-top: 120px;
}
.calc__desc {
  font-size: 40px;
  margin-top: 30px;
}

.calc .btn2, .calc .btn1 {
  margin-left: 10px;
  width: 270px;
  height: 64px;
  margin-top: 46px;
  display: block;
  line-height: 64px;
}

.calc-form {
  background: #2A2A2A;
  color: #fff;
  padding-bottom: 30px;
}

.calc-form h5 {
  margin-top: 22px;
}

.cub-1 {
  position: absolute;
  top: 245px;
  left: 410px;
}

.cub-2 {
  position: absolute;
  top: 70px;
  right: -235px;
}

.cub-3 {
  position: absolute;
  bottom: -70px;
  right: -350px;
}

.calc-form h5 {
  margin-bottom: 20px;
}

.calc-form__input {
  margin-bottom: 20px;
}

.calc-form__total-title {
  font-weight: 800;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.calc-form__total {
  font-size: 20px;
  color: #FF6363;
}





.polzunok-container * {
  box-sizing: border-box;
  outline: none;
}
.polzunok-container {
  position: relative;
  top: -30px;
}
.polzunok-container:after {
  content: "";
  clear: both;
  display: table;
}
.polzunok-container .ui-slider {
  position: relative;
  background: #EBF1F9;
  height: 2px;
}
.polzunok-container .ui-slider .ui-slider-handle {
  position: absolute;
  margin-left: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border: none;
  top: -7px;
  background: #5E9EFF;
  z-index: 2;
}

.polzunok-input {
  background: none;
  color: #fff;
  border: none;
  font-size: 14px;
  margin-left: 5px;
}
/*
.polzunok-container span {
  font-size: 14px;
}*/

.insta__block {
  margin-top: 50px;
  padding-top: 30px;
  transition: all 0.3s ease;
  position: relative;
}

.insta__block:hover {
  padding-top: 0;
  padding-bottom: 30px;
}

.insta__block .btn2 {
  width: 100%;
  height: 64px;
  display: block;
  line-height: 64px;
  margin-top: 15px;
  position: absolute;
  left: 0;
  bottom: -54px;
  opacity: 0;

}

.insta__block:hover .btn2 {
  opacity: 1
}

.footer {
  background: #2A2A2A;
  position: relative;
  color: #fff;
  top: 90px;
  padding-bottom: 70px;
}

.footer__form {
  background: #FFFFFF;
  border: 2px solid #2A2A2A;
  transform: rotate(-1deg);
  height: 202px;
  width: 100%;
  margin-top: -90px;

}

.footer .btn1 {
  height: 64px;
  margin-right: 20px;
  line-height: 64px;
  display: block;
}

.footer__btn1 {
  width: 230px;
}

.footer__btn2 {
  width: 330px;
}

.footer__transform {
  transform: rotate(1deg);
}

.footer__transform h2 {
  margin-right: 148px;
  margin-left: 100px;
  color: #1D1D1D
}

.footer a {
  color: #fff;
}

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

.footer__up {
  width: 82px;
  height: 82px;
  background: #F9FBFE;
  display: block;
  text-align: center;
  line-height: 82px;
  position: absolute;
  right: -250px;
  bottom: 0;
}

.footer__up:hover {
  text-decoration: none;
}





.baner__list .w-768-b {
  display: none;
}

.calc-form__inputs {
  margin: 0 105px 0 35px
}

.modal-backdrop {
  background: rgb(32, 32, 32) !important;
  opacity: 0.9 !important;
}



.mobile-menu {
  display: none;
}

.mobile-menu__content {
  background: none;
  border: none;
  color: #fff;
  padding-left: 15px;
}

#mobile-menu .close {
  position: absolute;
  top: 138px;
  right: 15px;
}

.mobile-menu__content ul {
  margin-top: 138px;
}

.mobile-menu__item {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 40px;
}

.mobile-menu__second {
  /*opacity: 0;*/
  display: none;
  height: 0;
  margin-top: 0px !important;
  transition: all 0.3s ease;
}

.mobile-menu__second li a {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  display: block;
  margin-bottom: 25px;
}

.mobile-menu__item:focus, .mobile-menu__item:hover, .mobile-menu__second li a:focus, .mobile-menu__second li a:hover {
  color: #FF6363;
}

li.click:hover .mobile-menu__second {
    /*opacity: 1;*/
    display: block;
    height: 122px;
    margin-top: -20px !important;
    margin-bottom: 40px;
}


/* Модальные окна */

#modal-call, #modal-call-thanks, #modal-reservation, #modal-reservation-thanks, #modal-hello, #modal-excursion, #modal-excursion-thanks {
  background: url(../img/modal-bg.png) no-repeat center center / cover;
  padding-right: 0 !important;
}

#modal-call .close, #modal-call-thanks .close, #modal-reservation .close, #modal-reservation-thanks .close, #modal-hello .close, #modal-excursion .close, #modal-excursion-thanks .close {
  position: absolute;
  top: 80px;
  right: 130px;
  cursor: pointer;
  z-index: 999999999;
}

.close-mobile {
  display: none;
}

#modal-call .modal-dialog, #modal-call-thanks .modal-dialog, #modal-reservation .modal-dialog, #modal-reservation-thanks .modal-dialog,  #modal-hello .modal-dialog, #modal-excursion .modal-dialog, #modal-excursion-thanks .modal-dialog{
  min-width: 100%;
  height: 100%;
  margin: 0;
}

#modal-call .modal-content, #modal-call-thanks .modal-content, #modal-reservation .modal-content, #modal-reservation-thanks .modal-content, #modal-excursion .modal-content, #modal-excursion-thanks .modal-content {
  width: 616px;
  height: auto;
  background: #262626;
  margin: 0 auto;
  padding: 100px 50px;
  text-align: center;
  color: #fff;
  border: none;
}
.modal-content .help-block {
  color: red;
}
#modal-hello .modal-content {
  background: none;
  width: 550px;
  height: auto;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  border: none;
}

#modal-call .modal-content .modal-title, #modal-reservation .modal-content .modal-title, #modal-hello .modal-content .modal-title, #modal-excursion .modal-content .modal-title{
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 10px;
}
#modal-call-thanks .modal-content .modal-title,
#modal-reservation-thanks .modal-content .modal-title,
#modal-excursion-thanks .modal-content .modal-title{
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 10px;
}

#modal-call .modal-content .modal-text {
  width: 456px;
  margin: 0 auto;
  margin-bottom: 25px;
}

#modal-reservation .modal-content .modal-text, #modal-excursion .modal-content .modal-text {
  width: 297px;
  margin: 0 auto;
  margin-bottom: 25px;
}

#modal-call .modal-content input, #modal-reservation .modal-content input, #modal-excursion .modal-content input {
  width: 100%;
  height: 64px;
  background: #151515;
  border: 1px solid #313131;
  padding-left: 20px;
  color: #fff;
  margin-bottom: 15px;
}
#modal-reservation .modal-content input[type=checkbox] {
  width: auto;
  height: auto;
}
#modal-call .modal-content input:focus, #modal-reservation .modal-content input:focus, #modal-excursion .modal-content input:focus {
  outline: none;
}


#modal-call .modal-content .btn3, #modal-reservation .modal-content .btn3,  #modal-excursion .modal-content .btn3 {
  width: 220px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  font-weight: 800;
  margin-top: 15px;
}

#modal-reservation .modal-content .modal-text-desc, #modal-hello .modal-content .modal-text-desc,  #modal-excursion .modal-content .modal-text-desc {
  color: #606060;
  margin-top: 15px;
}

#modal-hello .modal-btns {
  margin-top: 30px;
}

#modal-hello .modal-btns a {
  width: 220px;
  height: 54px;
  line-height: 54px;
  display: block;
}

#modal-hello h4 {
  width: 390px;
  margin: 100px auto 15px auto;
}

#modal-hello .modal-social {
  width: 150px;
  margin: 0 auto;
  margin-top: 30px;
}

#modal-hello .modal-social a {
  height: 40px;
  width: 40px;
  display: block;
  background: #474747;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
}




/* О застройщике */

.about-main h1 {
  margin-top: 20px;
}

.about-main .main__line {
  height: 600px;
}

.about-main .main__block {
  /*margin-top: 50px;*/
}

.about-main .main__block_bg {
  width: 725px;
  height: 600px;
}

.about-main .main__desc {
  width: 570px;
}

.about-main__btn {
  width: 100%;
  height: 64px;
  padding: 0 30px !important;
  border: 1px solid #F7AC52 !important;
  background: none;
  font-weight: 800 !important;
  color: #F7AC52 !important;
  margin-top: 105px;
  font-size: 16px;
  opacity: 1 !important;
}

.about-documents {
  margin-top: 80px;
  display: none;
}

.about-documents h5 {
  margin-bottom: 20px;
}

.about-documents a {
  color: #5E9EFF;
  display: block;
  margin-bottom: 16px;
}

.about-documents a:hover {
  color: #5E9EFF;
  text-decoration: none;
}

.about-documents .col-lg-12 a {
  width: 32%;
}

.history h2, .team h2, .ready-project h2 {
  margin-bottom: 40px;
}

.history__img {
  width: 100%;
  height: 495px;
}

.history h3 {
  margin-top: 45px;
  margin-bottom: 15px;
}

.owl-about-dots {
  position: absolute;
  left: 647px;
  top: -85px;
}

.owl-history .owl-stage-outer {
  z-index: 0;
}

.owl-history .owl-nav {
  width: 1105px;
  text-align: left;
  margin: 0 auto;
  margin-top: -90px;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
}

.owl-history .owl-nav .owl-prev {
  margin-left: 580px;
}

.owl-history .owl-nav .owl-next {
  margin-left: 120px;
}

.owl-team__img {
  width: 100%;
  height: 450px;
}

.owl-team h4 {
  margin-top: 25px;
  margin-bottom: 3px;
}

#dots-team, #dots-building-1, #dots-building-2, #dots-building-3,
.dots-team, .dots-building-1, .dots-building-2, .dots-building-3
{
  width: 86px;
}

.owl-team .owl-nav, .owl-building-1 .owl-nav, .owl-building-2 .owl-nav, .owl-building-3 .owl-nav {
  text-align: left;
  margin-top: 55px;
}

.owl-team .owl-nav .owl-next, .owl-building-1 .owl-nav .owl-next, .owl-building-2 .owl-nav .owl-next, .owl-building-3 .owl-nav .owl-next  {
  margin-left: 165px;
}

.owl-team-dots, .owl-building-1-dots, .owl-building-2-dots, .owl-building-3-dots {
  margin-left: 50px;
  margin-top: -31px;
  margin-bottom: 31px;
}

.ready-project__block {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.ready-project__block h5 {
  margin-top: 25px;
  height: 50px;
}

.ready-project__block_img {
  width: 100%;
  height: 300px;
}

.ready-project__block_hover {
  background: #2A2A2A;
  height: 90px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 60px;
  display: none;
}
.ready-project__block_hover h4 {
  color: #fff;
}

.ready-project__block_hover .red_line {
  margin-bottom: 25px;
}

.ready-project__block:hover .ready-project__block_hover {
  display: block;
}

.pagination {
  margin-top: 40px;
}

.pagination .page-link {
  border: none;
  width: 50px;
  height: 50px;
  background: #EBF1F9;
  text-align: center;
  color: #1D1D1D;
  padding: 15px 0;
  transition: all .3s ease;
}

.pagination .page-link.active, .pagination .page-link:hover {
  background: #FF6363;
  color: #fff;
}

.pagination .page-item .next {
  color: #C4C4C4;
  font-size: 16px;
  font-weight: 800;
  padding: 15px;
}

.pagination .page-item .next p {
  margin-right: 10px;
}

.about-offer__block {
  width: 100%;
  position: relative;
  margin-bottom: 29px;
}

.about-offer__block.big {
  height: 650px;
}

.about-offer__block.small {
  height: 310px;
}

.about-offer__block_title {
  background: #2A2A2A;
  height: 90px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
}

.about-main h1.m {
  display: none;
}




/* Новости */

#page-news .news h2 {
  margin-top: 60px;
}


/* Страница 404 */

.p-404 {
  background: url(../img/404.png) no-repeat center center / cover;
  width: 100%;
  height: 100vh;
  margin-bottom: -90px !important;
  color: #fff;
  display: flex;
  align-items: center;
}

.p-404__title {
  font-size: 100px;
  font-weight: 800;
  line-height: 120%;
}

.p-404__desc {
  width: 475px;
  margin-top: 15px;
}

.p-404 .btn3 {
  width: 280px;
  height: 60px;
  line-height: 64px;
  display: block;
  margin-top: 15px;
}

.p-404 .col-12 {

}

#page-news .header-nav  .active:after {
  content: url(../img/active-mini.svg);
}


/* Иппотека */

.mortgage {
  padding-top: 113px;
}

.search {
  position: relative;
}

.search input {
  width: 100%;
  padding: 10px 30px 10px 0;
  border: none;
  background: none;
  border-bottom: 2px solid #EDEDED;
  font-size: 16px;
  display: block;
}

.search input::placeholder {
  color: #CECECE;
}

.search input:focus {
  outline: none;
}

.search button {
  background: none;
  border: none;
  position: absolute;
  top: 8px;
  right: 0;
}

.mortgage__bank_logo {
  width: 470px;
  height: 93px;
  background: #F9FBFE;
  margin-bottom: 15px;
  margin-right: 30px;
}
.mortgage__bank_logo img {
  width: 150px;
}
.mortgage__bank_desc h5 {
  width: 170px;
  margin-right: 30px;
}




/* Страница объекта */

.object-main h1 {
  margin-top: 280px;
  font-size: 40px;
}

.object-main p {
  margin: 10px 0 15px;
}

.object-main .btn3 {
  display: block;
  width: 273px;
  height: 64px;
  line-height: 64px;
}

.object-main__img-1 {
  position: relative;
  width: 825px;
  height: 650px;
  margin-left: 100px;
  margin-top: 108px;
}

.object-main__img-2 {
  width: 375px;
  height: 475px;
  position: absolute;
  left: -100px;
  top: 117px;
}

.important-doc h2 {
  margin-bottom: 40px;
}

.important-doc__block {
   color: #5E9EFF;
   transition: all 0.3s ease;
}
.important-doc__block:hover {
  color: #FF6363
}


.advantages h2 {
  margin-bottom: 70px;
  margin-top: 10px;
}

.advantages__block {
  width: 100%;
  border: 2px solid #EBEBEB;
  position: relative;
  padding: 40px 30px 25px 20px;
  margin-bottom: 53px;
  height: 150px;
}

.advantages__block h4 {
  color: #FF6363;
  position: absolute;
  left: 5px;
  top: -27px;
  background: #fff;
  padding: 0 15px 0 5px;
}

.map h2, .building h2 {
  margin-bottom: 40px;
}

.map__container {
  margin: 0 70px;
}

.map__navigation {
  width: 375px;
  background: #FCFCFC;
  padding-top: 110px;
}

.map__navigation button {
  width: 100%;
  height: 53px;
  background: none;
  transition: all 0.3s ease;
  border: none;
  text-align: left;
  padding-left: 45px;
  display: flex;
  align-items: center;
}

.map__navigation button:focus {
  background-color: #fff;
}

.building .nav-tabs .nav-link {
  border: none;
  color: #1D1D1D;
  padding: 0;
  margin-right: 25px;
  margin-bottom: 15px;
}

.building .nav-tabs {
  border-bottom: none;
  margin-bottom: 45px;
}

.building .nav-tabs .active {
  color: #FF6363;
}

.building .item, .building .tab-content {
  height: 688px;
}

.baner-selection.selection .baner-selection_bg {
  margin: 0;
}

.selection {
  display: block;
  margin-top: 0;
  padding-top: 30px;
  margin: 0 30px;
}

.selection__block {
  width: 100%;
  height: 100%;
  background: #F9F9F9;
}

.documets {
  margin: 0 70px;
  background: #F9FBFE;
  padding: 80px 0;
}

.documets h2 {
  margin-bottom: 50px;
}

.documets p {
  color: #5E9EFF;
  transition: all .3s ease;
}

.documets p:hover {
  color: #FF6363
}

.map .search {
  display: none;
}


/* Страница объекта Светлогорский */


#page-svetlogorski .object-main__img-1 {
  width: 725px;
}

.mortgage-program h2 {
  margin-bottom: 40px;
  max-height: 40px;
}

.mortgage-program__block {
  width: 100%;
  position: relative;
  /*height: 635px;
  top: 150px;*/
}
.mortgage__tip {
  visibility: hidden;
  visibility: hidden;
  background: #FF6363;
  color: #fff;
  width: 450px;
  margin-bottom: 20px;
}

.mortgage-program__block_house {
  position: absolute;
  padding: 5px;
  background: #fff;

}
.mortgage-program__block_house:hover {
  background: #FF6363;
  color: #fff;
  z-index: 99;
}
.mortgage-program__block_house .banks-logo {
  display: none;
}

.mortgage-program__block_house:hover .banks-logo{
  display: block;

}

.mortgage-program__block_house .arrow {
  position: relative;
  width: 100%;
  height: 100%;
}

.mortgage-program__block_house .arrow-left {
  position: absolute;
  bottom: -21px;
  left: 0px;
}

.mortgage-program__block_house .arrow-right {
  position: absolute;
  bottom: -51px;
  right: 0px;
}

.mortgage-program__block_house h5 {
  margin-bottom: 0;
}

.mortgage-program__block_house.house1 {
  top: 27px;
  left: 70px;
}

.mortgage-program__block_house.house2 {
  top: 337px;
  right: 355px;
  transform: scale(0.8);
}

.mortgage-program__block_house.house3 {
  top: 70px;
  right: 90px;
}

.mortgage-program__block_house.house1 .banks-logo {
  max-width: 400px;
}
.mortgage-program__block_house.house1 .banks-logo img{
  max-width: 150px;
  margin: 10px;
}
.sve-selection__bg {
  position: relative;
}
.sve-selection__bg img {
  width: 100%;
}
.sve-selection__item {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 75px;
  font-size: 25px;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  opacity: 1 !important;
  transition: all 0.3s ease;
}

.sve-selection__item.house1 {
  top: 90px;
  left: 61px;
}

.sve-selection__item.house2 {
  bottom: 132px;
  left: 530px;
}

.sve-selection__item.house3 {
  top: 154px;
  right: 100px;
}

#page-svetlogorski .documets h2 {
  margin-bottom: 30px;
}

#page-svetlogorski .documets a, #page-svetlogorski .documets h5 {
  margin-top: 15px;
}

.mortgage-program__block_home, .mortgage-program__bank {
  display: none;
}

.baner-sve {
  display: block;
}

#sve-1, #sve-2, #sve-3 {
  display: none;
}


/* Подбор квартиры */

#page-apartment .sve-selection {
  margin-top: 113px;
}

.footer-apartment .footer__transform h2 {
  margin-right: auto;
  margin-left: 90px;
}

.footer-apartment .footer__transform .footer__btn2 {
  margin-right: 90px;
}


/* Подбор ком недвижимости */


#page-commerce .selection {
  margin-top: 113px;
}

.baner-selection__type {
  background: url(../img/select-m.png) no-repeat center right;
  padding-left: 20px;
  width: 360px;
  height: 50px;
  border: none;
  appearance: none;
}

.baner-selection__type:focus {
  outline: none;
}







.baner__update button {
  color:#fff;
  padding: 0 25px;
}

.baner__update i { 
  display:inline-block;
  position:relative;                              /*background:url('https://s6.postimg.org/c6y04h3u9/10_02_17_bell.png');*/
}

.baner__update i.active {
    -webkit-animation-name: icon-bell;
    animation-name: icon-bell;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
}

/*?=icon-bell animation------------------- */
@-webkit-keyframes icon-bell {
  0% {
    -webkit-transform: rotate(-15deg);
  }
  10% {
    -webkit-transform: rotate(15deg);
  }
  20% {
    -webkit-transform: rotate(-18deg);
  }
  30% {
    -webkit-transform: rotate(18deg);
  }
  40% {
    -webkit-transform: rotate(-22deg);
  }
  50% {
    -webkit-transform: rotate(22deg);
  }
  60% {
    -webkit-transform: rotate(-18deg);
  }
  70% {
    -webkit-transform: rotate(18deg);
  }
  80% {
    -webkit-transform: rotate(-12deg);
  }
  90% {
    -webkit-transform: rotate(12deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes icon-bell {
  0% {
    transform: rotate(-15deg);
  }
  10% {
    transform: rotate(15deg);
  }
  20% {
   transform: rotate(-18deg);
  }
  30% {
    transform: rotate(18deg);
  }
  40% {
    transform: rotate(-22deg);
  }
  50% {
    transform: rotate(22deg);
  }
  60% {
    transform: rotate(-18deg);
  }
  70% {
    transform: rotate(18deg);
  }
  80% {
    transform: rotate(-12deg);
  }
  90% {
    transform: rotate(12deg);
  }
  100% {
    transform: rotate(0deg);
  }
}



.nativeMultiple {
	width: 360px;
}

.baner-selection__polz {
    width: 360px;
}





/* Медиа-запросы */

@media screen and (max-width: 1900px) {
 .main__block_bg {
    width: 520px;
    height: 560px;
  }

  .main__line {
    left: -63px;
  }

  .baner, .baner-selection__bg, .calc {
    margin: 0 30px;
  }

  .baner-selection__bg {
    padding-left: 0;
  }

  .baner__block {
    width: 340px;
  }

  .cub-2, .cub-3 {
    display: none;
  }

  .baner__container {
    width: 100%;
  }

  .footer__up {
    right: -80px;
  }

  /* О застройшике*/

  .about-main .main__block_bg {
    width: 530px;
  }

  /* Страница объекта Копылова */

  .object-main__img-1 {
    width: 570px;
  }

  /* Страница объекта Светлогорский */

  #page-svetlogorski .object-main__img-1 {
    width: 520px;
  }


}


@media screen and (max-width: 1200px) {
 
}

.mortgage-program__block_house h5{
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  section {
    margin-bottom: 80px !important;
  }

  .header-nav .btn4 {
    display: none;
  }

  .main h1 {
    margin-top: 137px;
  }

  .main__btns {
    margin-bottom: 40px;
  }

  .main__block {
    margin-top: 0;
  }

  .main__block_bg {
    width: 100%;
  }

  .main__line {
    height: 306px;
    left: 15px;
    top: 160px;
  }

  .owl-main .owl-nav {
    position: relative;
    margin-top: 70px;
    width: 695px;
  }

  .baner {
    padding: 100px 40px 0 40px; 
  }

  .baner__update {
    top: -100px;
    bottom: auto;
  }

  .baner__container {
    margin-top: 20px;
  }

  .baner-selection {
    margin-top: -80px;
  }

  .baner-selection__choice, .baner-selection__polz {
    margin-bottom: 30px;
  }

  .baner-selection__polz {
      padding-right: 15px;
  }

  .baner-selection__lim.min {
    width: 114px;
  }

  .baner-selection .btn4 {
    margin-top: 10px;
  }

  .baner__list .w-768-n {
    display: none;
  }

  .baner__list .w-768-b {
    display: block;
  }

  .baner__list_block {
    padding: 15px;
  }

  .baner__list_img {
    height: 147px;
  }

  .baner__list_block .btn1 {
    width: 100%;
  }

  .baner__list .btn2.w-768-b {
    margin-top: 35px;
  }

  .baner__list div.d-flex.mb-2 {
    font-size: 12px;
  }

  .baner__list b {
    width: 118px;
    margin-right: 15px;
  }

  .news .btn2 {
    margin: 0 auto;
  }

  .cub-1 {
    display: none;
  }

  .calc h2 {
    margin-top: 40px;
  }

  .calc .btn2, .calc .btn1{
    margin-bottom: 40px;
  }

  .calc-form__inputs {
    margin: 0 45px 0 35px
  }

  .footer__transform {
    flex-direction: column;
    align-items: flex-start !important;
    padding-left: 60px;
  }

  .footer__transform h2 {
    margin: 0 0 20px 0;
  }

  .footer__link {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }

  .footer {
    padding-bottom: 100px;
  }

  .footer__up {
    left: 0;
    right: 0;
    top: auto;
    bottom: -100px;
    margin: 0 auto;
  }

  .mortgage-program__block_house h5{
    font-size: 12px;
  }

  #modal-call .close, #modal-reservation .close, #modal-hello .close {
    top: 30px;
    right: 30px;
  }


  /* О застройшике*/

  .about-main .main__line {
    height: 354px;
    top: auto;
  }

  .about-main h1 {
    margin-top: 61px;
  }

  .about-main__btn {
    margin-top: 20px;
  }

  .about-main .main__block {
    display: none;
  }

  .owl-history .owl-nav {
    width: 695px;
    position: relative;
    margin-top: 50px;
    margin-left: 0 !important;
  }

  .owl-history .owl-nav .owl-prev {
    margin-left: 0 !important;
  }

  .owl-about-dots {
    left: 61px;
    top: -33px
  }

  .ready-project__block_img {
    height: 300px;
  }

  .about-offer__block.big {
    height: 600px;
  }

  .about-offer__block.small {
    height: 283px;
    width: 330px;
  }

  .ready-project .w-768-n {
    display: none;
  }

  .about-offer .col-lg-4.col-12 {
    display: flex;
    justify-content: space-between;
  }

  .owl-team__img {
    height: 410px;
  }

  /* Страница 404 */

  .p-404 {
    background: url(../img/404-p.png) no-repeat center center / cover;
  }

  .p-404__title {
    font-size: 60px;
  }

  .p-404__desc {
    width: 425px;
  }


  /* Иппотека */
  .mortgage .search {
    margin-top: 20px;
  }

  /* Страница объекта Копылова */

  .object-main h1 {
    margin-top: 110px;
  }

  .object-main__img-1 {
    width: 585px;
    height: 450px;
    margin-top: 30px;
  }

  .object-main__img-2 {
    width: 215px;
    height: 275px;
    top: 92px;
  }

  .important-doc__block {
    align-items: flex-start !important;
  }

  .important-doc__block img {
    max-width: 25px;
    height: auto;
  }

  .advantages__block {
    height: 210px;
  }

  .advantages__block.other {
    height: 150px;
  }

  .map__container {
    margin: 0;
  }

  .map__navigation {
    width: 295px;
  }

  .map__navigation button {
    padding-left: 20px;
  }

  .building .item, .building .tab-content {
    height: 400px;
  }

  .selection {
    margin-top: 0;
  }

  .documets .d-flex {
    align-items: flex-start !important;
  }

  .selection, .documets {
    margin: 0;
  }

  .documets .d-flex {
    margin-bottom: 15px;
  }


  /* Страница объекта Светлогорский */

  #page-svetlogorski .object-main__img-1 {
    width: 583px;
    height: 470px;
  }

  .mortgage-program__block {
    /*background-position: center, bottom !important;
    height: 364px;*/

  }
/*
  .mortgage-program__block_house, .mortgage-program__block_house.house2 {
    transform: scale(0.5);
  }

  .mortgage-program__block_house.house1 {
    top: 0px;
    left: -66px;
  }

  .mortgage-program__block_house.house2 {
    top: 175px;
    right: 170px;
  }

  .mortgage-program__block_house.house3 {
    top: 20px;
    right: -13px;
  }
*/
  .sve-selection__bg {
    background-position: center, bottom !important;
    width: 100%;
    /*height: 365px;*/
    margin-top: 60px;
  }

  .sve-selection__item.house1 {
    top: 28px;
    left: 27px;
  }

  .sve-selection__item.house2 {
    bottom: 67px;
    left: 316px;
  }

  .sve-selection__item.house3 {
    top: 68px;
    right: 68px;
  }

  /* Подбор квартиры */

  .footer-apartment .footer__transform h2 {
    margin-left: 0px;
  }

  .footer-apartment .footer__transform .footer__btn2 {
    margin-left: 0px;
  }

  /* Подбор ком недвижимости */

  .baner-selection__type {
    margin-bottom: 30px;
  }




}

@media screen and (max-width: 767px) {
	
/*} 

@media screen and (max-width: 576px) {*/

.nativeMultiple {
	width: 300px !important;
}

.calc .nativeMultiple {
	width: 230px !important;
}

.baner-selection__polz {
    width: 300px;
}







  section {
    margin-bottom: 60px !important;
  }

  h1 {
    font-size: 45px;
    line-height: 128%;
  }

  h2 {
    font-size: 32px;
    line-height: 111%;
  }

  .header__tel {
    margin-bottom: 25px;
    display: block;
  }

  .header__house {
    margin-right: 6px;
  }

  .header-nav__menu, .main__line {
      display: none !important;
  }

  .main h1 {
    margin-top: 33px;
  }

  .main__desc, .main__btns .btn1, .baner .btn2, .baner-selection .btn4, .baner__list .btn2, .calc .btn2, .news .btn2, .footer .btn1 {
    width: 100%;
  }

  .main__btns {
    flex-direction: column;
  }

  .main__btns .btn2 {
    margin-left: 0;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .main__btns {
    margin-bottom: 0;
  }

  .main__block_bg {
    height: 257px;
  }

  .main__block {
    padding-bottom: 143px;
  }

  .main__block_desc {
    width: 100%;
    bottom: -143px;
  }

  .main__block_desc p, .main__block_desc h4 {
    margin-left: 15px;
    margin-right: 55px;
  }

  .mobile-menu {
    display: block;
  }

  .header__burger {
    background: none;
    border: none;
    float: right;
  }

  .owl-main .owl-nav {
    width: 170px;
    margin-top: 50px;
  }

  .owl-main .owl-nav .owl-next {
    margin-left: 111px;
  }

  .owl-main-dots {
    width: 70px;
    margin: -33px auto 0 auto;
  }

  .baner {
    padding: 100px 15px 0 15px;
    margin: 0;
  }

  /*.baner .btn3 {
    width: 100%;
    display: block;
  }*/

  .baner-selection {
    margin-top: -60px;
  }

  .baner__container {
    flex-direction: column;
  }

  .baner__block {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 15px;
    height: 280px;
  }

  .baner__block .btn1 {
    display: block !important;
  }

  .baner__block h3 {
    margin-top: 54px;
  }

  .baner {
    padding: 100px 15px 25px 15px;
    margin: 0;
  }

  .baner__container {
    height: 510px;
  }

  .baner-selection__polz input {
    font-size: 12px;
    width: 54px;
  }

  /*.baner-selection__lim {
    width: 117px;
  }*/

  .baner-selection__polz {
    padding-right: 0;
  }

  .polzunok-5, .polzunok-6 {
    margin-right: 15px;
  }

  .baner-selection__polz input.min {
    width: 38px;
  }

  .baner, .baner-selection__bg, .calc {
    margin: 0;
  }

  .baner-selection__lim.min {
    width: 87px;
  }

  .baner-selection__floor {
    display: block;
    margin-left: 0;
    height: 50px;
    margin-top: 8px;
    width: 100%;
    background: url(../img/select-m.png) no-repeat center right / cover;
  }

  .baner-selection__pag button {
    width: 34.5%;
  }

  .baner-selection__choice {
    flex-direction: column;
  }

  .baner__list_img {
    height: 426px;
  }

  .mortgage-program__block_house h5{
    font-size: 9px;
  }
  /*.news__big-block_bg {
    padding: 0 15px;
  }*/

  .news__big-block_title {
    width: calc(100% - 30px);
    left: 0px;
    right: 0px;
    margin: 0 15px;
    height: auto;
    bottom: 10px;
  }

  .news__big-block_title .red-line-vert {
    height: calc(100% + 15px);
  }

  .news__big-block_title h4 {
    padding-bottom: 25px;
  }

  .calc__desc {
    font-size: 36px;
  }

  .insta__block {
    padding-top: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .insta__block .btn2 {
    opacity: 1;
  }

  .footer__transform div.d-flex {
    flex-direction: column;
  }

  .footer__transform div.d-flex .btn1 {
    margin-bottom: 20px;
  }

  .footer__form {
    height: 277px;
  }

  .footer__transform {
    padding: 33px;
  }

  

  .footer__up {
    width: 40px;
    height: 40px;
    bottom: -70px;
    line-height: 40px;
  }

  .footer__up img {
    transform: scale(0.6);
  }

  .footer {
    padding-bottom: 70px;
  }

  .header div.text-right {
    display: flex;
    justify-content: space-between;
  }



  #modal-call .modal-content, #modal-reservation .modal-content, #modal-hello .modal-content {
    width: 100%;
    height: 100%;
  }

  #modal-call .modal-content .modal-title, #modal-reservation .modal-content .modal-title, #modal-hello .modal-content .modal-title {
    font-size: 30px;
  }

  #modal-call .modal-content .modal-text, #modal-reservation .modal-content .modal-text, #modal-hello .modal-content .modal-text, #modal-hello .modal-content h4 {
    width: 100%;
  }

  #modal-call .modal-content input, #modal-reservation .modal-content input {
    height: 45px;
  }

  #modal-call .modal-content, #modal-reservation .modal-content, #modal-hello .modal-content {
    padding: 60px 15px;
  }

  #modal-call .close, #modal-reservation .close, #modal-hello .close {
    display: none;
  }

  .close-mobile {
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    background: none;
    border: none;
  }

  #modal-hello .modal-btns {
   flex-direction: column;
  }

  #modal-hello .modal-btns a {
    margin: 0 auto !important;
  }

  #modal-hello a.btn4 {
    margin-top: 10px !important;
  }

  #modal-hello h4 {
    margin-top: 20px;
  }

  #modal-hello .modal-social {
    margin-bottom: 60px;
  }

   /* О застройшике*/

   .about-main .main__desc {
    width: 100%;
   }

   .about-main__btn {
    padding: 0 20px !important;
   }

   .about-documents .col-lg-12 .d-flex.justify-content-between {
    flex-direction: column;
   }

   .about-documents .col-lg-12 a {
    width: 100%;
   }

   .about-main h1 {
    display: none;
   }

   .about-main h1.m {
      display: block;
    }

    .history__img {
      height: 203px;
    }

    .owl-history .owl-nav {
      width: 100% !important;
      padding: 0 15px !important;
      margin-left: 0 !important;
    }

    .ready-project__block_hover {
      display: block;
    }

    #dots-team, #dots-building-1, #dots-building-2, #dots-building-3,
    .dots-team, .dots-building-1, .dots-building-2, .dots-building-3
    {
      width: 28px;
      height: 45px;
      line-height: 43px;
      margin-top: -5px;
      overflow: hidden;
    }

    .owl-team__img {
      height: 350px;
    }

    .ready-project__block_img {
      height: 300px;
    }

    .about-offer__block.big {
      height: 510px;
    }

    .about-offer__block.small {
      height: 306px;
      width: 100%;
    }

    .about-offer .col-lg-4.col-12 {
      flex-direction: column;
    }

    /* Новости */

    #page-news .news .w-768-n {
      display: none;
    }


    /* Страница 404 */

  .p-404 {
    background: url(../img/404-m.png) no-repeat center center / cover;
    display: block;
  }

  .p-404__title {
    font-size: 34px;
    text-align: center;
    margin-top: 60px;
  }

  .p-404__desc {
   width: 100%;;
    text-align: center;
  }

  .p-404 .btn3 {
    margin: 0 auto;
    margin-top: 15px;
  }


  /* Иппотека */
  .mortgage__bank {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .mortgage__bank_logo {
    width: 100%;
  }

  .baner-selection.block {
    display: block !important;
  }


  /* Страница объекта Копылова */

  .object-main h1 {
    margin-top: 30px;
  }

  .object-main__img-1 {
    height: 165px;
    margin-top: 15px;
    margin-left: 77px;
    width: calc(100% - 77px);
  }

  .object-main__img-2 {
    width: 127px;
    height: 125px;
    top: 20px;
    left: -77px;
  }

  .object-main .btn3 {
    width: 100%;
  }

  .important-doc__block {
    margin-bottom: 15px;
  }

  .advantages__block {
    height: 230px;
  }

  .map__navigation {
    display: none;
  }
  .map__container iframe {
    height: 430px;
  }

  .map .search {
    display: block;
    margin-top: 15px;
  }

  .selection {
    margin-top: 0;
  }

  .building .item, .building .tab-content {
    height: 390px;
  }

  .building .nav-tabs {
    margin-bottom: 15px;
  }
  

   /* Страница объекта Светлогорский */

   #page-svetlogorski h1 {
    font-size: 30px;
   }

   #page-svetlogorski .object-main__img-1 {
    width: calc(100% - 77px);
    height: 165px;
   }
/*
   .mortgage-program__block_house {
    display: none;
   }*/

   .mortgage-program__block_home {
    display: block;
   }

  .sve-selection__bg {
    width: 100%;
    /*height: 150px;*/
  }

  .sve-selection__item {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }

  .mortgage-program__block_home.home1, .sve-selection__item.house1 {
    top: 11px;
    left: 20px;
  }

  .mortgage-program__block_home.home2, .sve-selection__item.house2 {
    top: 91px;
    left: 138px;
  }

  .mortgage-program__block_home.home3, .sve-selection__item.house3 {
    top: 30px;
    left: 232px;
  }

  .mortgage-program__bank_logo {
    background: #F9FBFE;
    width: 100%;
    height: 90px;
    margin-bottom: 15px;
  }

  /* Подбор квартиры */

  #page-apartment .sve-selection{
    margin-top: 40px;
  }

  /* Подбор квартиры */

  .footer-apartment .footer__transform {
    padding: 20px;
  }

  .footer-apartment .footer__transform h2, .footer-commerce .footer__transform h2 {
    text-align: center;
    
  }

  /* Подбор ком недвижимости */

  #page-commerce .selection {
    margin-top: 0;
  }

  .baner-selection__type {
    width: 100%;
  }



}

@media screen and (max-width: 650px) {

  .mortgage-program__block_house.house1 .banks-logo img {
    max-width: 50px;
  }
}
  
@media screen and (max-width: 520px) {
  .baner__list_img {
    height: 390px;
  }
  .mortgage-program__block_house h5{
    font-size: 6px;
  }
  .mortgage-program__block_house.house1 .banks-logo img{
    margin: 5px;
  }
}

@media screen and (max-width: 450px) {
  .baner__list_img {
      height: 300px;
  }

}



@media screen and (max-width: 420px) {
  .baner__list_img {
      height: 261px;
  }

}

@media screen and (max-width: 370px) {
  .baner__list_img {
    height: 200px;
  }

  .footer__btn2 {
    line-height: 19px !important;
    padding: 13px 0;
  }
}

.sve-selection__item.active {
  background : #FF6363;
  color : #fff
}

.sve-selection__item:hover {
  background : #FF6363;
  color : #fff
}

#flatfiltermodel-buildingids {
  display: none;
}

#hypotec-filter-form input{
  background: #2A2A2A;
  border: none;
  color: white;
  width: 100px;
}
.excerpt {
  white-space: nowrap;
  overflow: hidden;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
}
.excerpt:hover{
  overflow: visible;
}