

/* Start:/local/components/ip52/content/templates/detail_page_project/style.css?167146372711082*/
.detail_page_project .detail_page_top {
  padding: 20px;
}
@media (min-width: 1200px) {
  .detail_page_project .detail_page_top {
    padding: 40px;
  }
}
.detail_page_project .detail_page_top h1 {
  font-family: 'Akrobat SemiBold', sans-serif;
  line-height: 1;
  font-size: 48px;
  margin-right: 40px;
}
.detail_page_project .detail_page_top .info {
  color: #505050;
  font-family: 'Akrobat SemiBold', sans-serif;
  line-height: 1;
  font-size: 18px;
}
.detail_page_project .detail_page_top .info .flat_sale,
.detail_page_project .detail_page_top .info .deadline {
  margin: auto 0;
  margin-right: 40px;
}
.detail_page_project .detail_page_top .btn-control {
  margin: auto 0;
}
.detail_page_project .detail_page_top .btn-control .btn {
  text-decoration: none;
  padding: 10px 15px;
  line-height: 1;
  font-size: 18px;
  color: #282828;
  border: 1px solid #d4d4d4;
  transform: all 0.3s linear;
}
.detail_page_project .detail_page_top .btn-control .btn:nth-child(1) {
  margin-right: 40px;
}
.detail_page_project .detail_page_top .btn-control .btn:hover {
  background-color: #004ba5;
  border-color: #004ba5;
  color: #fff;
  box-shadow: 1px 1px 10px 0px #004ba5;
}
.detail_page_project .about_project {
  position: relative;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .detail_page_project .about_project {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .detail_page_project .about_project {
    padding: 80px 0;
  }
}
.detail_page_project .about_project .video,
.detail_page_project .about_project .content {
  position: relative;
}
@media (min-width: 768px) {
  .detail_page_project .about_project .video,
  .detail_page_project .about_project .content {
    width: calc(50% - 12.5px);
  }
}
@media (min-width: 1600px) {
  .detail_page_project .about_project .video,
  .detail_page_project .about_project .content {
    width: calc(50% - 20px);
  }
}
.detail_page_project .about_project .content {
  margin-right: auto;
  margin-bottom: 20px;
}
.detail_page_project .about_project .content .content-info h2.title {
  font-family: 'Akrobat SemiBold', sans-serif;
  font-size: 36px;
}
@media (min-width: 1600px) {
  .detail_page_project .about_project .content .content-info h2.title {
    font-size: 30px;
  }
}
.detail_page_project .about_project .content .content-info .text {
  font-family: 'Akrobat Regular', sans-serif;
  font-size: 18px;
}
@media (min-width: 1600px) {
  .detail_page_project .about_project .content .content-info .text {
    font-size: 24px;
  }
}
.detail_page_project .about_project .number_list {
  position: relative;
  width: 100%;
  margin-top: auto;
}
.detail_page_project .about_project .number_list .item {
  position: relative;
  flex: 1 1 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .detail_page_project .about_project .number_list .item {
    flex: 1 1 auto;
  }
}
.detail_page_project .about_project .number_list .item .number {
  font-size: 100px;
  font-family: 'Akrobat Bold', sans-serif;
  text-shadow: 5px 1px 2px #d2d2d2;
}
.detail_page_project .about_project .number_list .item .text {
  font-family: 'Akrobat SemiBold', sans-serif;
  font-size: 24px;
}
.detail_page_project .about_project .video {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin: auto;
}
.detail_page_project .about_project .video:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  transition: background-color 0.3s linear;
}
.detail_page_project .about_project .video svg {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  top: calc(50% - 65px);
  left: calc(50% - 65px);
  fill: #fff;
}
.detail_page_project .about_project .video a {
  cursor: pointer;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.detail_page_project .about_project .video:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.detail_page_project .about_project .btn.btn-red {
  color: #FFFFFF;
  background-color: #ff0000;
  border-color: #ff0000;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0;
}
.detail_page_project .about_project .btn.btn-red:hover {
  color: #ff0000;
  background-color: #FFFFFF;
}
.detail_page_project .project_interactive_plan .title {
  position: absolute;
  font-family: 'Akrobat SemiBold', sans-serif;
  font-size: 36px;
  color: #FFF;
}
.detail_page_project .project_map {
  min-height: 80vh;
}
.detail_page_project .project_map .project_map_info {
  background-color: #fff;
  padding: 15px;
  box-shadow: 1px 1px 10px 0px #d2d2d2;
  border-radius: 5px;
  z-index: 2;
}
@media (min-width: 768px) {
  .detail_page_project .project_map .project_map_info {
    position: absolute;
    width: 30%;
    top: 80px;
    left: 100px;
  }
}
.detail_page_project .project_map .project_map_info .title {
  position: relative;
  font-family: 'Akrobat SemiBold', sans-serif;
  font-size: 36px;
}
.detail_page_project .project_map .project_map_info .project_title {
  position: relative;
  font-family: 'Akrobat SemiBold', sans-serif;
  font-size: 24px;
  display: flex;
  margin: 10px 0;
}
.detail_page_project .project_map .project_map_info .project_title:before {
  content: '';
  width: 22px;
  height: 27px;
  display: block;
  position: relative;
  margin-right: 10px;
  background-image: url('/local/components/ip52/content/templates/detail_page_project/location_ico.svg');
}
.detail_page_project .project_map .project_map_info .project_title span {
  margin: auto 0;
}
.detail_page_project .project_map #project_map {
  width: 100%;
  height: 100%;
  min-height: 80vh;
}
.detail_page_project .facing_project {
  position: relative;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .detail_page_project .facing_project {
    padding: 30px 0;
  }
}
@media (min-width: 1200px) {
  .detail_page_project .facing_project {
    padding: 40px 0;
  }
}
.detail_page_project .facing_project .video,
.detail_page_project .facing_project .content {
  position: relative;
}
@media (min-width: 768px) {
  .detail_page_project .facing_project .video,
  .detail_page_project .facing_project .content {
    width: calc(50% - 12.5px);
  }
}
@media (min-width: 1600px) {
  .detail_page_project .facing_project .video,
  .detail_page_project .facing_project .content {
    width: calc(50% - 20px);
  }
}
.detail_page_project .facing_project .content {
  margin-right: auto;
}
.detail_page_project .facing_project .content .content-info h2.title {
  font-family: 'Akrobat SemiBold', sans-serif;
  font-size: 36px;
}
@media (min-width: 1600px) {
  .detail_page_project .facing_project .content .content-info h2.title {
    font-size: 30px;
  }
}
.detail_page_project .facing_project .content .content-info .text {
  font-family: 'Akrobat Regular', sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.detail_page_project .facing_project .content .content-info .text p {
  margin-bottom: 24px;
}
@media (min-width: 1600px) {
  .detail_page_project .facing_project .content .content-info .text {
    font-size: 24px;
    line-height: 30px;
  }
  .detail_page_project .facing_project .content .content-info .text p {
    margin-bottom: 30px;
  }
}
.detail_page_project .facing_project .video {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin: auto 0 auto auto;
}
.detail_page_project .facing_project .video:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  transition: background-color 0.3s linear;
}
.detail_page_project .facing_project .video svg {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  top: calc(50% - 65px);
  left: calc(50% - 65px);
  fill: #fff;
}
.detail_page_project .facing_project .video a {
  cursor: pointer;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.detail_page_project .facing_project .video:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.detail_page_project .facing_project .slider {
  padding: 20px 0;
}
.detail_page_project .facing_project .slider .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .detail_page_project .facing_project .slider {
    padding: 30px 0;
  }
}
@media (min-width: 1200px) {
  .detail_page_project .facing_project .slider {
    padding: 40px 0;
  }
  .detail_page_project .facing_project .slider .swiper-button-next {
    right: -60px;
  }
  .detail_page_project .facing_project .slider .swiper-button-prev {
    left: -60px;
  }
}
.detail_page_project .facing_project .slider .item {
  position: relative;
  display: block;
  text-align: center;
  outline: none;
}
.detail_page_project .facing_project .slider .item img {
  border-radius: 10px;
  outline: none;
}
.detail_page_project .facing_project .slider .item .description {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: 'Akrobat SemiBold', sans-serif;
  font-size: 18px;
  color: #fff;
}
@media (min-width: 768px) {
  .detail_page_project .facing_project .slider .item .description {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .detail_page_project .facing_project .slider .item .description {
    font-size: 24px;
  }
}
@media (min-width: 1720px) {
  .detail_page_project .facing_project .slider .item .description {
    font-size: 30px;
    bottom: 40px;
    left: 40px;
  }
}
.detail_page_project .parking {
  position: relative;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .detail_page_project .parking {
    padding: 30px 0;
  }
}
@media (min-width: 1200px) {
  .detail_page_project .parking {
    padding: 40px 0;
  }
}
.detail_page_project .parking h2.title {
  font-family: 'Akrobat SemiBold', sans-serif;
  font-size: 26px;
  margin-bottom: 20px;
}
@media (min-width: 1600px) {
  .detail_page_project .parking h2.title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.detail_page_project .parking h2.title span {
  border-bottom: 1px solid #cccccc;
  padding: 5px 0;
}
.detail_page_project .parking .parking_info {
  position: relative;
  background-color: #f0f0f0;
}
.detail_page_project .parking .parking_info .photo {
  width: 100%;
}
@media (min-width: 768px) {
  .detail_page_project .parking .parking_info .photo {
    width: calc(50% - 40px);
  }
}
.detail_page_project .parking .parking_info .text {
  padding: 20px;
  flex: 1;
  font-size: 18px;
  line-height: 30px;
}
@media (min-width: 1200px) {
  .detail_page_project .parking .parking_info .text {
    padding: 30px;
  }
}
@media (min-width: 1400px) {
  .detail_page_project .parking .parking_info .text {
    padding: 35px;
  }
}
@media (min-width: 1600px) {
  .detail_page_project .parking .parking_info .text {
    padding: 40px;
  }
}
.about {
  padding: 20px 0;
}
@media (min-width: 1200px) {
  .about {
    padding: 40px 0;
  }
}
.btn.btn-blue {
  text-decoration: none;
  padding: 10px 15px;
  line-height: 1;
  font-size: 18px;
  background-color: #004ba5;
  border-color: #004ba5;
  color: #fff;
  transform: all 0.3s linear;
}
.btn.btn-blue:hover {
  color: #fff;
  box-shadow: 1px 1px 10px 0px #004ba5;
}

/* End */


/* Start:/local/components/ip52/content/templates/index_slider/style.css?16708482182462*/
.index_slider {
  margin-top: 5px;
}
.index_slider .slider .item {
  position: relative;
}
@media (min-width: 992px) {
  .index_slider .slider .item {
    height: 80vh;
    max-height: calc(100vh - 220px);
  }
}
@media (min-width: 1200px) {
  .index_slider .slider .item {
    max-height: none;
  }
}
.index_slider .slider .item:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  width: 100%;
  height: 100%;
}
.index_slider .slider .item img {
  position: relative;
}
@media (min-width: 992px) {
  .index_slider .slider .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.index_slider .slider .item .text {
  font-family: 'Akrobat SemiBold', sans-serif;
  position: absolute;
  display: flex;
  line-height: normal;
  color: #FFF;
  font-size: 24px;
  left: 20px;
  top: 20px;
  width: calc(100% - 40px);
  z-index: 2;
}
@media (min-width: 768px) {
  .index_slider .slider .item .text {
    font-size: 48px;
    left: 40px;
    top: 40px;
    width: calc(100% - 80px);
  }
}
@media (min-width: 1740px) {
  .index_slider .slider .item .text {
    font-size: 90px;
    left: 300px;
    top: 80px;
    width: calc(100% - 200px);
  }
}
.index_slider .slider .item .btn_block {
  font-family: 'Akrobat SemiBold', sans-serif;
  position: absolute;
  line-height: normal;
  color: #FFF;
  font-size: 24px;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  z-index: 2;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .index_slider .slider .item .btn_block {
    font-size: 48px;
    left: 40px;
    bottom: 40px;
    width: calc(100% - 80px);
  }
}
@media (min-width: 1740px) {
  .index_slider .slider .item .btn_block {
    font-size: 90px;
    left: 100px;
    bottom: 80px;
    width: calc(100% - 200px);
  }
}
.index_slider .slider .item .btn_block .btn {
  color: #FFFFFF;
  background-color: #ff0000;
  border-color: #ff0000;
  margin-right: 10px;
  font-size: 18px;
}
.index_slider .slider .item .btn_block .btn:hover {
  color: #282828;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.index_slider .slider .item .btn_block .btn:nth-last-child(1) {
  color: #282828;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.index_slider .slider .item .btn_block .btn:nth-last-child(1):hover {
  color: #FFFFFF;
  background-color: #ff0000;
  border-color: #ff0000;
}

/* End */


/* Start:/local/components/ip52/content/templates/offers_list/style.css?16898670852763*/
.offer_list_page {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .offer_list_page {
    padding: 30px 0;
  }
}
@media (min-width: 1400px) {
  .offer_list_page {
    padding: 40px 0;
  }
}
.offer_list_page .header {
  margin-bottom: 20px;
}
.offer_list_page .header h1 {
  font-family: 'Akrobat SemiBold';
  font-size: 30px;
}
.offer_list_page .header h1 span {
  border-bottom: 1px solid #cccccc;
  padding: 5px 0;
}
@media (min-width: 992px) {
  .offer_list_page .header h1 {
    font-size: 36px;
  }
}
.offer_list_page .btn-filter {
  margin-bottom: 40px;
}
.offer_list_page .btn-filter .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #282828;
  border: 1px solid #e6e6e6;
  position: relative;
  box-shadow: none;
}
.offer_list_page .btn-filter .btn:hover {
  border-color: #282828;
}
.offer_list_page .btn-filter .btn.active {
  color: #FFFFFF;
  background-color: #ff0000;
  border-color: #ff0000;
}
.offer_list_page .offer_list {
  display: flex;
  flex-wrap: wrap;
}
.offer_list_page .offer_list .item {
  text-decoration: none;
  width: 100%;
  color: #282828;
  background-color: #f0f0f0;
  position: relative;
  margin-bottom: 40px;
  padding: 15px;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .offer_list_page .offer_list .item {
    width: calc(100%/3 - 40px);
    padding: 35px 40px;
    margin-right: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
  }
}
.offer_list_page .offer_list .item .date {
  background-color: #ff794b;
  font-family: 'Akrobat SemiBold';
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: calc(50% - 100px);
  top: -16px;
  padding: 5px 15px;
  border-radius: 5px;
  width: 200px;
  text-align: center;
}
.offer_list_page .offer_list .item .date.blue {
  background-color: #4b9aff;
}
.offer_list_page .offer_list .item .title {
  font-family: 'Akrobat SemiBold';
  font-size: 28px;
}
.offer_list_page .offer_list .item.orange {
  width: 100%;
  background-color: #ffcd4b;
}
.offer_list_page .offer_list .item.big {
  background-color: #ffcd4b;
}
.offer_list_page .offer_list .item.big.orange {
  text-align: center;
}
.offer_list_page .offer_list .item.big .title {
  font-size: 30px;
}
@media (min-width: 992px) {
  .offer_list_page .offer_list .item.big .title {
    font-size: 36px;
  }
}

/* End */


/* Start:/local/components/ip52/content/templates/advantage_project_list/style.css?16647253662428*/
.advantage_project_list {
  background-color: #F0F0F0;
  padding: 20px 0;
}
@media (min-width: 1200px) {
  .advantage_project_list {
    padding: 40px 0;
  }
}
@media (min-width: 1600px) {
  .advantage_project_list {
    padding: 75px 0;
  }
}
.advantage_project_list .title {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.advantage_project_list .nav {
  position: relative;
}
.advantage_project_list .nav a {
  display: inline-block;
  position: relative;
  background-color: #FFFFFF;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  margin-right: 25px;
}
.advantage_project_list .nav a.active {
  background-color: #FE0000;
}
.advantage_project_list .nav a.active:before {
  filter: invert(1);
}
.advantage_project_list .nav a:before {
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  margin: 5px;
}
.advantage_project_list .nav a.ico_1:before {
  background-image: url('/local/components/ip52/content/templates/advantage_project_list/ico_1.svg');
}
.advantage_project_list .nav a.ico_2:before {
  background-image: url('/local/components/ip52/content/templates/advantage_project_list/ico_2.svg');
}
.advantage_project_list .nav a.ico_3:before {
  background-image: url('/local/components/ip52/content/templates/advantage_project_list/ico_3.svg');
}
.advantage_project_list .nav a.ico_4:before {
  background-image: url('/local/components/ip52/content/templates/advantage_project_list/ico_4.svg');
}
.advantage_project_list .nav a.ico_5:before {
  background-image: url('/local/components/ip52/content/templates/advantage_project_list/ico_5.svg');
}
.advantage_project_list .nav a.ico_6:before {
  background-image: url('/local/components/ip52/content/templates/advantage_project_list/ico_6.svg');
}
.advantage_project_list .nav a.ico_7:before {
  background-image: url('/local/components/ip52/content/templates/advantage_project_list/ico_7.svg');
}
.advantage_project_list .advantage_list {
  margin-top: 40px;
}
.advantage_project_list .advantage_list .advantage_item {
  display: none;
}
.advantage_project_list .advantage_list .advantage_item.active {
  flex-wrap: wrap;
  display: flex;
}
.advantage_project_list .advantage_list .advantage_item .info .title {
  font-size: 24px;
  margin-bottom: 15px;
}
.advantage_project_list .advantage_list .advantage_item .info .text {
  font-size: 18px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .advantage_project_list .advantage_list .advantage_item .info {
    width: 25%;
    margin-right: 20px;
  }
}
.advantage_project_list .advantage_list .advantage_item .photo {
  max-width: 100%;
}
@media (min-width: 768px) {
  .advantage_project_list .advantage_list .advantage_item .photo {
    width: calc(75% - 20px);
  }
}
.advantage_project_list .advantage_list .advantage_item .photo .item {
  display: flex;
}

/* End */


/* Start:/local/components/ip52/content/templates/project_interactive_plan/style.css?17713186092103*/
.project_interactive_plan svg {
  max-width: 100%;
}
.project_interactive_plan svg path {
  cursor: pointer;
  fill: rgba(0, 0, 0, 0.25);
}
.project_interactive_plan svg path:hover {
  fill: rgba(0, 0, 0, 0.5);
}
.project_interactive_plan .home_block_info {
  min-width: 475px;
  z-index: 1050;
  position: fixed;
  color: #FFF;
  font-size: 22px;
  pointer-events: none;
}
.project_interactive_plan .home_block_info .home_num {
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  border-radius: 50%;
  z-index: 2;
}
.project_interactive_plan .home_block_info .home_num .num {
  margin: auto;
  margin-bottom: 0px;
  font-size: 40px;
  width: 100%;
}
.project_interactive_plan .home_block_info .home_num .text {
  margin: auto;
  font-size: 18px;
  margin-top: 0;
}
.project_interactive_plan .home_block_info .home_info {
  transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  -ms-transition: all ease 0.35s;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  margin: auto 0 auto -50px;
  padding: 2px 10px 10px 60px;
  background: #537400;
}
.project_interactive_plan .home_block_info .home_info span {
  line-height: normal;
}
.project_interactive_plan .home_block_info .home_info.message_text {
  font-size: 24px;
  text-transform: uppercase;
  line-height: normal;
  text-align: center;
  padding-top: 10px;
  max-width: calc(100% - 100px);
}
.project_interactive_plan .home_block_info .home_info.message_text.stage {
  font-size: 18px;
}
.project_interactive_plan .home_block_info .home_info .free_flat {
  width: 100%;
  border-bottom: 1px solid #FFF;
  line-height: 30px;
}
.project_interactive_plan .home_block_info .home_info .price_m {
  padding-right: 10px;
  line-height: 22px;
}
.project_interactive_plan .home_block_info .home_info .price_p,
.project_interactive_plan .home_block_info .home_info .deadline {
  line-height: 22px;
  border-left: 1px solid #fff;
  padding-left: 10px;
}
.project_interactive_plan .home_block_info.left .home_info {
  margin: auto 0 auto -300px;
  padding: 10px 60px 10px 10px;
}

/* End */


/* Start:/local/components/ip52/content/templates/marker_list/style.css?1649152987734*/
.marker_list {
  position: relative;
  column-count: 2;
  margin-top: 10px;
}
.marker_list .item {
  font-family: 'Akrobat Regular', sans-serif;
  font-size: 18px;
  border-top: 1px solid #e5e5e5;
  margin-right: 20px;
  padding: 10px;
  cursor: pointer;
  position: relative;
}
.marker_list .item:after,
.marker_list .item:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  margin: auto 0;
  display: block;
}
.marker_list .item:before {
  border: 1px solid #231f20;
  width: 15px;
  height: 15px;
  left: 3px;
  top: 13px;
}
.marker_list .item.checked:after {
  width: 7px;
  height: 7px;
  background-color: #104ea2;
  left: 7px;
  top: 17px;
}
.marker_list .item span {
  display: block;
  margin-left: 15px;
}

/* End */


/* Start:/local/components/ip52/content/templates/advantage_project_list_detail/style.css?16717098301635*/
.advantage_project_list_detail {
  padding-bottom: 40px;
}
.advantage_project_list_detail .advantage_list {
  display: flex;
  flex-wrap: wrap;
}
.advantage_project_list_detail .advantage_list .advantage_item {
  margin: 10px auto;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .advantage_project_list_detail .advantage_list .advantage_item {
    width: calc(50% - 40px);
  }
}
.advantage_project_list_detail .advantage_list .advantage_item .info {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
.advantage_project_list_detail .advantage_list .advantage_item .info .title {
  color: #FFF;
  font-size: 30px;
  width: 100%;
}
.advantage_project_list_detail .advantage_list .advantage_item .info .btn {
  margin-top: auto;
}
.advantage_project_list_detail .advantage_list .advantage_item .info .btn.white {
  border-color: #FFF;
  color: #FFF;
  background: transparent;
}
.advantage_project_list_detail .advantage_list .advantage_item .info .btn.white:hover {
  background-color: #FFF;
  color: #030303;
}
.advantage_project_list_detail .advantage_list .advantage_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .advantage_project_list_detail .advantage_list.even .advantage_item {
    width: calc(50% - 40px);
  }
}
@media (min-width: 768px) {
  .advantage_project_list_detail .advantage_list.noeven .advantage_item {
    width: calc(100%/3 - 80px/3);
  }
}
.advantage_modal .modal-body img {
  max-width: 100%;
}

/* End */


/* Start:/local/components/ip52/content/templates/planscode/style.css?16716256388537*/
.planscode {
  background-color: #f0f0f0;
  padding: 20px 0;
}
@media (min-width: 1200px) {
  .planscode {
    padding: 40px 0;
  }
}
.planscode h2 {
  position: relative;
}
.planscode .filter_list {
  background-color: #FFF;
  max-width: 400px;
  padding: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .planscode .filter_list {
    padding: 20px 40px;
    margin-right: 40px;
  }
}
.planscode .filter_list .btn {
  font-family: 'Akrobat';
  font-size: 18px;
  color: #282828;
  border-color: #e6e6e6;
  min-width: 41px;
  text-align: center;
}
.planscode .filter_list .btn:hover {
  color: #FFFFFF;
  background-color: #004ba5;
  border-color: #004ba5;
}
.planscode .filter_list .btn.active {
  color: #FFFFFF;
  background-color: #ff0000;
  border-color: #ff0000;
}
.planscode .filter_list .btn.filter {
  color: #FFFFFF;
  background-color: #004ba5;
  border-color: #004ba5;
}
.planscode .filter_list .btn.filter:hover {
  background-color: #ff0000;
  border-color: #ff0000;
}
@media (max-width: 768px) {
  .planscode .filter_list .btn-control {
    width: 100%;
    margin-top: 20px;
  }
}
.planscode .filter_list .btn-control .btn {
  color: #FFF;
  position: relative;
  background-color: #004ba5;
  padding: 5px 15px;
  font-size: 18px;
  font-family: 'Akrobat SemiBold';
  border-radius: 5px;
  cursor: pointer;
  margin: auto;
}
.planscode .filter_list .btn-control .btn:hover {
  background-color: #ff0000;
}
.planscode .filter_list .btn-control .btn:disabled {
  opacity: 0.75;
}
.planscode .filter_list .option_list {
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
.planscode .filter_list .option_list .label {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  position: relative;
}
.planscode .filter_list .option_list .label:after {
  content: '';
  position: absolute;
  top: calc(50% - 10px);
  border: solid #282828;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  right: 10px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: transform ease 0.35s;
  -o-transition: transform ease 0.35s;
  -ms-transition: transform ease 0.35s;
  -webkit-transition: transform ease 0.35s;
  -moz-transition: transform ease 0.35s;
}
.planscode .filter_list .option_list .label.active:after,
.planscode .filter_list .option_list .label:hover:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.planscode .filter_list .option_list .label.active {
  color: #FFFFFF;
  background-color: #ff0000;
  border-color: #ff0000;
}
.planscode .filter_list .option_list .label.active:after {
  border-color: #FFFFFF;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.planscode .filter_list .option_list ul {
  position: absolute;
  background: #FFF;
  left: 5px;
  border: 1px solid #e6e6e6;
  border-radius: 0 0 0.25rem 0.25rem;
  z-index: 5;
}
.planscode .filter_list .option_list ul li {
  cursor: pointer;
  color: #282828;
  border-radius: 0;
  width: calc(100% / 3);
}
.planscode .filter_list .option_list ul li.active {
  color: #FFFFFF;
  background-color: #ff0000;
  border-color: #ff0000;
}
.planscode .filter_list .option_list ul li:hover {
  color: #FFFFFF;
  background-color: #004ba5;
  border-color: #004ba5;
}
.planscode .filter_list .option_list ul li:nth-last-child(1) {
  border-radius: 0 0 0.25rem 0.25rem;
}
.planscode .filter_list .input-group-format {
  position: relative;
}
.planscode .filter_list .input-group-format .input-group-text {
  position: relative;
  font-size: 14px;
}
.planscode .filter_list .input-group-format .input-group-text:nth-of-type(1) {
  width: 87px;
}
.planscode .filter_list .input-group-format .input-group-text:nth-of-type(2),
.planscode .filter_list .input-group-format .input-group-text:nth-of-type(3) {
  width: 37px;
}
.planscode .filter_list .input-group-format .form-control {
  position: relative;
  padding: 0.375rem 0.5rem;
  flex: none;
  width: 77px;
  font-size: 14px;
}
.planscode .plancode_list {
  background-color: #FFF;
  flex: 1 1;
  margin-bottom: 20px;
  max-width: 100%;
}
.planscode .plancode_list .top {
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
}
.planscode .plancode_list .top .title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
}
.planscode .plancode_list .top .option_list {
  position: relative;
  width: 240px;
  margin-left: auto;
}
.planscode .plancode_list .top .option_list .label {
  font-family: 'Akrobat';
  font-size: 18px;
  color: #282828;
  min-width: 41px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #e6e6e6;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.5;
}
.planscode .plancode_list .top .option_list .label:hover {
  color: #FFFFFF;
  background-color: #ff0000;
  border-color: #ff0000;
}
.planscode .plancode_list .top .option_list ul {
  position: absolute;
  background: #FFF;
  left: 5px;
  border: 1px solid #e6e6e6;
  border-radius: 0 0 0.25rem 0.25rem;
  z-index: 2;
}
.planscode .plancode_list .top .option_list ul li {
  cursor: pointer;
  color: #282828;
  border-radius: 0;
}
.planscode .plancode_list .top .option_list ul li.active {
  color: #FFFFFF;
  background-color: #ff0000;
  border-color: #ff0000;
}
.planscode .plancode_list .top .option_list ul li:hover {
  color: #FFFFFF;
  background-color: #004ba5;
  border-color: #004ba5;
}
.planscode .plancode_list .top .option_list ul li:nth-last-child(1) {
  border-radius: 0 0 0.25rem 0.25rem;
}
.planscode .plancode_list .list_item {
  position: relative;
  max-height: 520px;
  overflow: hidden;
  overflow-y: auto;
}
.planscode .plancode_list .list_item .item {
  width: 100%;
  position: relative;
  margin: 15px;
  padding: 15px 30px 15px;
  border: 1px solid #d4d6da;
  cursor: pointer;
}
@media (min-width: 768px) {
  .planscode .plancode_list .list_item .item {
    max-width: calc(100%/3 - 20px);
    margin: 0 0 15px 15px;
  }
}
.planscode .plancode_list .list_item .item .room {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #f1f1f1;
  text-align: center;
  border-radius: 0 0 0 5px;
  border: 1px solid #d4d6da;
  border-width: 0 0 1px 1px;
  font-weight: 600;
  color: grey;
  background-color: #f7f7f7;
}
.planscode .plancode_list .list_item .item .plan {
  margin-top: 10px;
  height: 250px;
  margin: 0 0 20px;
  padding: 20px 0;
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.planscode .plancode_list .list_item .item .plan img {
  margin: auto;
  max-height: 100%;
}
.planscode .plancode_list .list_item .item .desc {
  font-size: 18px;
  font-weight: 700;
  margin: 0 5px 10px;
  line-height: 28px;
}
.planscode .plancode_list .list_item .item .desc .price {
  line-height: 28px;
}
.planscode .plancode_list .list_item .item .desc .price .rouble {
  position: relative;
}
.planscode .plancode_list .list_item .item .desc .area {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-left: auto;
}
.planscode .plancode_list .list_item .item.active .btn {
  background-color: #004ba5;
  color: #FFF;
}
.planscode .plancode_list .list_item .item.active,
.planscode .plancode_list .list_item .item:hover {
  box-shadow: 0 0 20px 3px #f1f1f1;
}
.planscode .plancode_list .list_item .btn {
  background-color: #f7f7f7;
  border: 1px solid #d4d6da;
  color: grey;
  white-space: nowrap;
  transition: all 0.2s ease;
  outline: 0;
  border-radius: 5px;
  cursor: pointer;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}
.planscode .plancode_list .list_item .btn .text {
  position: relative;
}
.planscode .plancode_list .list_item .btn .text_hover {
  position: relative;
  display: none;
}
.planscode .plancode_list .list_item .btn:hover {
  background-color: #004ba5;
  color: #FFF;
}
.planscode .plancode_list .list_item .btn:hover .text {
  display: none;
}
.planscode .plancode_list .list_item .btn:hover .text_hover {
  display: block;
}
.planscode .this_info {
  border-top: 1px solid #f0f0f0;
}
.planscode .this_info .item {
  border-top: 1px solid #f0f0f0;
  font-family: 'Akrobat SemiBold';
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  display: flex;
}
.planscode .this_info .item.price {
  display: block;
  font-size: 24px;
  line-height: 60px;
}
.planscode .this_info .item .value {
  margin-left: auto;
}

/* End */


/* Start:/local/templates/stnrealty/components/bitrix/form.result.new/help_choice_flat/style.css?16450892963243*/
.help_choice_flat {
  margin-bottom: 40px;
  min-height: 240px;
  padding: 20px;
}
@media (min-width: 992px) {
  .help_choice_flat {
    margin-bottom: 80px;
    padding: 40px;
    background-position: center;
    background-size: 100% auto;
    background-image: url(/local/templates/stnrealty/components/bitrix/form.result.new/help_choice_flat/bg.jpg);
  }
}
.help_choice_flat h2 {
  font-family: 'Akrobat SemiBold';
  font-size: 18px;
}
@media (min-width: 992px) {
  .help_choice_flat h2 {
    font-size: 36px;
  }
}
.help_choice_flat .help_choice_flat_form {
  max-width: 960px;
  margin: auto;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  background-image: url(/local/templates/stnrealty/components/bitrix/form.result.new/help_choice_flat/bg_m.jpg);
  padding: 20px;
}
@media (min-width: 992px) {
  .help_choice_flat .help_choice_flat_form {
    background: none;
    padding: 0;
  }
}
.help_choice_flat .help_choice_flat_form .description {
  color: #282828;
  font-size: 10px;
  text-align: left;
}
@media (min-width: 992px) {
  .help_choice_flat .help_choice_flat_form .description {
    font-size: 14px;
    text-align: center;
  }
}
.help_choice_flat .help_choice_flat_form .description a {
  color: #ff0000;
}
.help_choice_flat .help_choice_flat_form .description a:hover {
  color: #004ba5;
}
.help_choice_flat .help_choice_flat_form .form_group {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .help_choice_flat .help_choice_flat_form .form_group {
    width: auto;
    margin: 20px;
  }
}
.help_choice_flat .help_choice_flat_form .form_group .form_control .inputtext {
  position: relative;
  width: 100%;
  line-height: 28px;
  border: 1px solid #FFF;
  padding: 5px 15px;
  font-size: 18px;
  font-family: 'Akrobat SemiBold';
  border-radius: 5px;
  font-weight: 600;
  background: #FFF;
}
@media (min-width: 992px) {
  .help_choice_flat .help_choice_flat_form .form_group .form_control .inputtext {
    width: 200px;
  }
}
.help_choice_flat .help_choice_flat_form .form_group .form_control .inputtext.error {
  border: 1px solid #ff0000;
  color: #ff0000;
}
.help_choice_flat .help_choice_flat_form .form_group .form_control .inputtext.error:placeholder-shown {
  border: 1px solid #ff0000;
  color: #ff0000;
}
.help_choice_flat .help_choice_flat_form .form_group .form_control .inputtext:not(:placeholder-shown) {
  color: #282828;
  border: 1px solid #282828;
}
.help_choice_flat .help_choice_flat_form .form_group .form_control .inputtext:not(:placeholder-shown).error {
  border: 1px solid #ff0000;
  color: #ff0000;
}
.help_choice_flat .help_choice_flat_form .form_group .form_control .inputtext:active,
.help_choice_flat .help_choice_flat_form .form_group .form_control .inputtext:focus {
  color: #004ba5;
  outline: none;
  border: 1px solid #004ba5;
}
.help_choice_flat .help_choice_flat_form .form_group .form_control .inputtext:hover {
  border: 1px solid #004ba5;
}
.help_choice_flat .help_choice_flat_form .form_group .btn {
  color: #FFF;
  position: relative;
  background-color: #004ba5;
  padding: 5px 15px;
  font-size: 18px;
  font-family: 'Akrobat SemiBold';
  border-radius: 5px;
  cursor: pointer;
  margin: auto;
}
.help_choice_flat .help_choice_flat_form .form_group .btn:hover {
  background-color: #ff0000;
}
.help_choice_flat .help_choice_flat_form .form_group .btn:disabled {
  opacity: 0.75;
}

/* End */


/* Start:/local/components/ip52/content/templates/online_camera/style.css?1663610041629*/
.documents_list {
  margin-bottom: 40px;
}
.documents_list h2 {
  font-family: 'Akrobat SemiBold', sans-serif;
  font-size: 30px;
  margin-bottom: 40px;
}
.documents_list h2 span {
  border-bottom: 1px solid #cccccc;
  padding: 5px 0;
}
@media (min-width: 992px) {
  .documents_list h2 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .documents_list {
    margin-bottom: 80px;
  }
}
.documents_list .list_items .item {
  color: #282828;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 1.25px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .documents_list .list_items .item {
    width: 25%;
  }
}

/* End */


/* Start:/local/components/ip52/content/templates/live_list_page_project/style.css?16723983101979*/
.live_list {
  position: relative;
  margin-top: 20px;
}
.live_list .item {
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  line-height: 1;
  font-family: 'Akrobat SemiBold', sans-serif;
  color: #282828;
  background-color: #FFF;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 1px rgba(120, 120, 120, 0.25);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.live_list .item:hover {
  box-shadow: 0px 0px 15px 1px #787878;
}
.live_list .item a {
  color: #282828;
  text-decoration: none;
}
.live_list .item .picture {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  max-height: 285px;
}
.live_list .item .picture img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  max-height: 285px;
}
.live_list .item .picture .video_ico {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 2;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  background-color: #FFF;
  border-radius: 100%;
  transition: all 300ms linear;
}
.live_list .item .picture .video_ico:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #004ba5;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
}
.live_list .item .title {
  color: #282828;
  text-decoration: none;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 10px;
}
.live_list .item .preview_text {
  color: #282828;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}
.live_list .item .date {
  font-size: 14px;
  line-height: normal;
  margin-right: auto;
}
@media (min-width: 768px) {
  .live_list .item {
    margin-right: 20px;
    max-width: calc(100%/2 - 20px);
  }
}
@media (min-width: 992px) {
  .live_list .item {
    max-width: calc(100%/3 - 20px);
  }
}
@media (min-width: 1720px) {
}

/* End */


/* Start:/local/components/ip52/content/templates/index_news_list/style.css?16781921523897*/
.index_news_list {
  padding-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
.index_news_list h2 {
  font-family: 'Akrobat SemiBold';
  font-size: 30px;
}
.index_news_list h2 span {
  border-bottom: 1px solid #cccccc;
  padding: 5px 0;
}
@media (min-width: 992px) {
  .index_news_list h2 {
    font-size: 36px;
  }
}
.index_news_list .btn-filter {
  margin-top: 30px;
}
.index_news_list .btn-filter .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #282828;
  border: 1px solid #e6e6e6;
  position: relative;
  box-shadow: none;
}
.index_news_list .btn-filter .btn:hover {
  border-color: #282828;
}
.index_news_list .btn-filter .btn.active {
  color: #FFFFFF;
  background-color: #ff0000;
  border-color: #ff0000;
}
.index_news_list .news_list {
  position: relative;
  margin-top: 40px;
}
.index_news_list .news_list .item {
  display: block;
  position: relative;
  text-decoration: none;
  line-height: 1;
  font-family: 'Akrobat SemiBold', sans-serif;
  color: #282828;
  background-color: #f0f0f0;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .index_news_list .news_list .item {
    width: calc(50% - 20px);
    margin-right: auto;
    padding: 25px 30px;
  }
}
@media (min-width: 1200px) {
  .index_news_list .news_list .item {
    width: calc(100%/3 - 20px);
    padding: 25px 30px;
  }
}
@media (min-width: 1400px) {
  .index_news_list .news_list .item {
    width: calc(100%/3 - 20px);
    padding: 30px 35px;
  }
}
@media (min-width: 1720px) {
  .index_news_list .news_list .item {
    width: calc(100%/4 - 30px);
    padding: 35px 40px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
.index_news_list .news_list .item:hover {
  box-shadow: 0px 0px 15px 1px #787878;
}
.index_news_list .news_list .item .date {
  font-size: 14px;
  line-height: normal;
}
@media (min-width: 992px) {
  .index_news_list .news_list .item .date {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .index_news_list .news_list .item .date {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.index_news_list .news_list .item .title {
  font-size: 18px;
  line-height: normal;
}
@media (min-width: 768px) {
  .index_news_list .news_list .item .title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .index_news_list .news_list .item .title {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .index_news_list .news_list .item .title {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
}
@media (min-width: 1720px) {
  .index_news_list .news_list .item .title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .index_news_list .news_list.nPageSize4 .item:nth-child(4n) {
    display: none;
  }
}
@media (min-width: 1720px) {
  .index_news_list .news_list.nPageSize4 .item:nth-child(4n) {
    display: block;
  }
}
@media (min-width: 1200px) {
  .index_news_list .news_list.nPageSize16 .item:nth-child(16n) {
    display: none;
  }
}
@media (min-width: 1720px) {
  .index_news_list .news_list.nPageSize16 .item:nth-child(16n) {
    display: block;
  }
}
.index_news_list .read_more {
  color: #FFF;
  position: relative;
  background-color: #004ba5;
  padding: 5px 15px;
  font-size: 18px;
  font-family: 'Akrobat SemiBold';
  border-radius: 5px;
  cursor: pointer;
  margin: auto;
}
.index_news_list .read_more:hover {
  color: #FFF;
  background-color: #ff0000;
}

/* End */


/* Start:/local/components/ip52/content/templates/list_office_showroom/style.css?16898668205102*/
.office_showroom {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .office_showroom {
    margin-top: 30px;
  }
}
@media (min-width: 1440px) {
  .office_showroom {
    margin-top: 40px;
  }
}
.office_showroom h1 {
  font-family: 'Akrobat SemiBold', sans-serif;
  font-size: 30px;
  margin-bottom: 40px;
}
.office_showroom h1 span {
  border-bottom: 1px solid #cccccc;
  padding: 5px 0;
}
@media (min-width: 992px) {
  .office_showroom h1 {
    font-size: 36px;
  }
}
.office_showroom .bg_picture {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.office_showroom .bg_picture:before {
  position: absolute;
  content: '';
  z-index: 2;
  background: #282829;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
}
.office_showroom .list {
  position: relative;
  overflow: hidden;
}
.office_showroom .list .item {
  position: relative;
  display: block;
  margin-bottom: 20px;
  margin-right: auto;
}
@media (min-width: 768px) {
  .office_showroom .list .item {
    max-width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .office_showroom .list .item {
    max-width: calc(50% - 40px);
    margin-bottom: 40px;
  }
}
.office_showroom .list .item .text {
  color: #FFF;
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
  margin-top: 20px;
  margin-left: 20px;
  font-family: 'Akrobat SemiBold', sans-serif;
  max-width: calc(100% - 40px);
}
@media (min-width: 992px) {
  .office_showroom .list .item .text {
    margin-top: 40px;
    margin-left: 40px;
    max-width: calc(100% - 80px);
  }
}
.office_showroom .list .item .text .title {
  font-size: 20px;
}
@media (min-width: 560px) {
  .office_showroom .list .item .text .title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .office_showroom .list .item .text .title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .office_showroom .list .item .text .title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .office_showroom .list .item .text .title {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  .office_showroom .list .item .text .title {
    font-size: 36px;
  }
}
.office_showroom .list .item .text .description {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .office_showroom .list .item .text .description {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .office_showroom .list .item .text .description {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 1400px) {
  .office_showroom .list .item .text .description {
    font-size: 30px;
    line-height: 48px;
  }
}
.office_showroom .list .item .text .description a {
  color: #FFF;
  text-decoration: none;
  position: relative;
}
.office_showroom .list .item .text .description a:before {
  position: absolute;
  left: 0;
  display: block;
  height: 2px;
  content: '';
  background: #FFF;
  bottom: -5px;
  left: -9px;
  width: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.office_showroom .list .item .text .description a:hover:before {
  width: -webkit-calc(118%);
  width: calc(100% + 18px);
}
.office_showroom .list .item .btn {
  outline: none;
  color: #FFF;
  border: 1px solid #FFF;
  background-color: transparent;
}
.office_showroom .list .item .btn:hover {
  background-color: #004ba5;
  border-color: #004ba5;
}
.office_showroom .block_form {
  max-width: 100%;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .office_showroom .block_form {
    margin-bottom: 80px;
  }
}
.office_showroom .block_form .bg_picture img {
  height: 100%;
  object-position: center;
  max-width: none;
}
.office_showroom .block_form .text {
  color: #FFF;
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
  padding: 20px;
}
@media (min-width: 992px) {
  .office_showroom .block_form .text {
    text-align: center;
    margin-top: 40px;
    padding: 0px;
  }
}
.office_showroom .block_form .text .title {
  font-size: 24px;
  font-family: 'Akrobat SemiBold', sans-serif;
}
@media (min-width: 992px) {
  .office_showroom .block_form .text .title {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .office_showroom .block_form .text .title {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  .office_showroom .block_form .text .title {
    font-size: 36px;
  }
}
.office_showroom .block_form .text .description {
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .office_showroom .block_form .text .description {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .office_showroom .block_form .text .description {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 1400px) {
  .office_showroom .block_form .text .description {
    font-size: 30px;
    line-height: 48px;
  }
}
.office_showroom .block_form .btn {
  outline: none;
  color: #FFF;
  border: 1px solid #FFF;
  background-color: transparent;
}
.office_showroom .block_form .btn:hover {
  background-color: #004ba5;
  border-color: #004ba5;
}

/* End */


/* Start:/local/templates/stnrealty/components/bitrix/form.result.new/modal/style.css?1645084901190*/
.form_modal .description {
  color: #282828;
  font-size: 12px;
  line-height: 1.5;
}
.form_modal .description a {
  color: #ff0000;
}
.form_modal .description a:hover {
  color: #004ba5;
}

/* End */


/* Start:/local/include_block/css/contacts_block.css?16375092081537*/
.contact_block {
  background-color: #d9e4f2;
  position: relative;
  font-size: 24px;
  min-height: 170px;
  flex-direction: column;
  margin-bottom: 40px;
  margin-top: 40px;
  border-radius: 10px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .contact_block {
    flex-direction: row;
  }
}
.contact_block .text {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  z-index: 2;
  font-family: 'Akrobat SemiBold';
}
@media (min-width: 768px) {
  .contact_block .text {
    margin: auto;
  }
}
.contact_block svg {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
  position: absolute;
  width: 65px;
  left: calc(50% - 32.5px);
  transform: rotate(45deg);
  z-index: 1;
}
.contact_block .block_1,
.contact_block .block_2,
.contact_block .block_3 {
  position: relative;
}
.contact_block .block_1 {
  position: relative;
}
.contact_block .block_1 svg {
  top: -10px;
}
.contact_block .block_2 {
  position: relative;
}
.contact_block .block_2 .text {
  font-size: 30px;
}
.contact_block .block_2 svg {
  width: 80px;
  top: 0px;
}
.contact_block .block_3 {
  position: relative;
}
.contact_block .block_3 svg {
  top: -35px;
  transform: rotate(30deg);
}
.contact_block .btn {
  font-family: 'Akrobat SemiBold';
  font-size: 18px;
  color: #FFFFFF;
  background-color: #004ba5;
  border-color: #004ba5;
  min-width: 215px;
  text-align: center;
  z-index: 2;
}
.contact_block .btn:hover {
  color: #FFFFFF;
  background-color: #ff0000;
  border-color: #ff0000;
}

/* End */
/* /local/components/ip52/content/templates/detail_page_project/style.css?167146372711082 */
/* /local/components/ip52/content/templates/index_slider/style.css?16708482182462 */
/* /local/components/ip52/content/templates/offers_list/style.css?16898670852763 */
/* /local/components/ip52/content/templates/advantage_project_list/style.css?16647253662428 */
/* /local/components/ip52/content/templates/project_interactive_plan/style.css?17713186092103 */
/* /local/components/ip52/content/templates/marker_list/style.css?1649152987734 */
/* /local/components/ip52/content/templates/advantage_project_list_detail/style.css?16717098301635 */
/* /local/components/ip52/content/templates/planscode/style.css?16716256388537 */
/* /local/templates/stnrealty/components/bitrix/form.result.new/help_choice_flat/style.css?16450892963243 */
/* /local/components/ip52/content/templates/online_camera/style.css?1663610041629 */
/* /local/components/ip52/content/templates/live_list_page_project/style.css?16723983101979 */
/* /local/components/ip52/content/templates/index_news_list/style.css?16781921523897 */
/* /local/components/ip52/content/templates/list_office_showroom/style.css?16898668205102 */
/* /local/templates/stnrealty/components/bitrix/form.result.new/modal/style.css?1645084901190 */
/* /local/include_block/css/contacts_block.css?16375092081537 */
