

/* Start:/news/news_page_detail.css?16377370512510*/
.dzen {
  margin-top: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .dzen {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .dzen {
    margin-top: 80px;
  }
}
.dzen .dzen_info {
  position: relative;
  padding: 20px;
  background-color: #000000;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .dzen .dzen_info {
    padding: 40px 0;
    background-color: transparent;
    border-radius: 0;
  }
  .dzen .dzen_info:before,
  .dzen .dzen_info:after {
    content: "";
    background-color: #000000;
    position: absolute;
    width: 100%;
    height: 49%;
    z-index: -1;
  }
  .dzen .dzen_info:before {
    top: 0;
    border-radius: 5px 5px 25px 25px;
  }
  .dzen .dzen_info:after {
    bottom: 0;
    border-radius: 25px 25px 5px 5px;
  }
}
.dzen .dzen_info .text {
  position: relative;
  background-color: #000000;
  color: #f0f0f0;
}
@media (min-width: 768px) {
  .dzen .dzen_info .text {
    margin: 0 30px;
  }
}
.dzen .dzen_info .text h2 {
  font-family: 'Akrobat SemiBold', sans-serif;
  font-size: 30px;
  line-height: 1;
}
@media (min-width: 1200px) {
  .dzen .dzen_info .text h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
.dzen .dzen_info .text p {
  font-family: 'Akrobat';
  font-size: 18px;
  line-height: normal;
}
@media (min-width: 1200px) {
  .dzen .dzen_info .text p {
    line-height: 1;
    font-size: 24px;
    max-width: 890px;
    margin: auto;
  }
}
.dzen .dzen_info .logo {
  display: block;
  text-decoration: none;
  width: auto;
  position: absolute;
  bottom: 30px;
  right: 20px;
  z-index: 2;
}
@media (min-width: 768px) {
  .dzen .dzen_info .logo {
    right: auto;
    bottom: auto;
    top: 20px;
    left: 30px;
  }
}
.dzen .dzen_info .logo img {
  width: 130px;
}
@media (min-width: 768px) {
  .dzen .dzen_info .logo img {
    width: auto;
  }
}
.dzen .dzen_info .btn-control {
  padding-top: 30px;
}
.dzen .dzen_info .btn-control .btn {
  font-family: 'Akrobat SemiBold', sans-serif;
  font-size: 18px;
  z-index: 2;
  padding: 5px 15px;
  color: #f0f0f0;
  border: 1px solid #f0f0f0;
  text-decoration: none;
}
@media (min-width: 768px) {
  .dzen .dzen_info .btn-control .btn {
    margin: auto;
  }
}
.dzen .dzen_info .btn-control .btn:hover {
  color: #000000;
  background-color: #f0f0f0;
}
.news_page_list {
  position: relative;
}
.news_page_list .subscibe_offers:before {
  display: none;
}
.news_page_list .live {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .news_page_list .live {
    margin-top: 80px;
  }
}

/* End */


/* Start:/local/components/ip52/content/templates/detail_page_news/style.css?16705051935714*/
.detail_page_news {
  position: relative;
  background-color: #f0f0f0;
  padding-top: 20px;
}
.detail_page_news .btn-control {
  position: relative;
  padding: 20px 0;
}
.detail_page_news .btn-control .btn {
  position: relative;
  color: #282828;
  border: 1px solid #d8d8d8;
}
.detail_page_news .btn-control .btn:focus {
  outline: none;
}
.detail_page_news .btn-control .btn.ico_left {
  position: relative;
}
.detail_page_news .btn-control .btn.ico_left:before {
  content: "";
  cursor: pointer;
  z-index: 2;
  border: solid #282828;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin: 2px;
}
.detail_page_news .btn-control .btn.ico_right {
  position: relative;
}
.detail_page_news .btn-control .btn.ico_right:after {
  content: "";
  cursor: pointer;
  z-index: 2;
  border: solid #282828;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: 2px;
}
.detail_page_news .btn-control .btn:hover {
  background-color: #004ba5;
  border-color: #004ba5;
  color: #fff;
}
.detail_page_news .btn-control .btn:hover:before,
.detail_page_news .btn-control .btn:hover:after {
  border-color: #fff;
}
.detail_page_news .btn-control .btn.btn-blue {
  background-color: #004ba5;
  border-color: #004ba5;
  color: #fff;
}
.detail_page_news .btn-control .btn.btn-blue:hover {
  background-color: #ff0000;
  border-color: #ff0000;
}
.detail_page_news .news_block {
  position: relative;
  color: #282828;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .detail_page_news .news_block {
    margin-top: 20px;
    padding-bottom: 70px;
  }
}
.detail_page_news .news_block .left,
.detail_page_news .news_block .right {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .detail_page_news .news_block .left,
  .detail_page_news .news_block .right {
    width: calc((100%/3) - 50px);
    max-width: calc((100%/3) - 50px);
  }
}
@media (min-width: 1400px) {
  .detail_page_news .news_block .left,
  .detail_page_news .news_block .right {
    width: calc((100%/3) - 100px);
    max-width: calc((100%/3) - 100px);
  }
}
@media (min-width: 1720px) {
  .detail_page_news .news_block .left,
  .detail_page_news .news_block .right {
    width: calc(50% - 580px);
    max-width: calc(50% - 580px);
    max-height: 100%;
  }
}
.detail_page_news .news_block .left .btn-control,
.detail_page_news .news_block .right .btn-control {
  padding: 0;
  width: 100%;
  position: relative;
  max-width: initial;
  margin-top: auto;
}
.detail_page_news .news_block .left .btn-control.scroll,
.detail_page_news .news_block .right .btn-control.scroll {
  position: absolute;
  margin-top: 150px;
}
.detail_page_news .news_block .center {
  position: relative;
}
@media (min-width: 1200px) {
  .detail_page_news .news_block .center {
    max-width: 1015px;
    margin: 0 25px;
  }
}
@media (min-width: 1400px) {
  .detail_page_news .news_block .center {
    max-width: 1015px;
    margin: 0 50px;
  }
}
@media (min-width: 1720px) {
  .detail_page_news .news_block .center {
    max-width: 1015px;
    margin: 0 75px;
  }
}
.detail_page_news .news_block .news_body {
  width: 100%;
  max-width: 1015px;
}
.detail_page_news .news_block .news_body.prev_news,
.detail_page_news .news_block .news_body.next_news {
  position: absolute;
  max-width: 1015px;
  max-height: 600px;
  overflow: hidden;
}
.detail_page_news .news_block .news_body.prev_news .info,
.detail_page_news .news_block .news_body.next_news .info,
.detail_page_news .news_block .news_body.prev_news .content,
.detail_page_news .news_block .news_body.next_news .content {
  width: 1015px;
}
.detail_page_news .news_block .news_body.prev_news:after,
.detail_page_news .news_block .news_body.next_news:after {
  content: "";
  background: linear-gradient(115deg, transparent 0%, #f0f0f0 50%, #f0f0f0 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail_page_news .news_block .news_body .info {
  font-family: 'Akrobat Bold';
  margin-right: 60px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .detail_page_news .news_block .news_body .info {
    font-family: 'Akrobat SemiBold', sans-serif;
    margin-left: 70px;
    margin-right: 70px;
    margin-bottom: 40px;
  }
}
.detail_page_news .news_block .news_body .info .date {
  position: relative;
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 1200px) {
  .detail_page_news .news_block .news_body .info .date {
    font-size: 18px;
  }
}
.detail_page_news .news_block .news_body .info .title {
  position: relative;
  font-size: 18px;
  line-height: normal;
}
@media (min-width: 1200px) {
  .detail_page_news .news_block .news_body .info .title {
    font-size: 36px;
    line-height: 39px;
  }
}
.detail_page_news .news_block .news_body .content {
  position: relative;
  background-color: #FFFFFF;
  overflow: hidden;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .detail_page_news .news_block .news_body .content {
    min-height: 600px;
  }
}
.detail_page_news .news_block .news_body .content .picture {
  position: relative;
}
.detail_page_news .news_block .news_body .content .text {
  font-family: 'Akrobat';
  position: relative;
  padding: 20px 20px 0 20px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .detail_page_news .news_block .news_body .content .text {
    font-size: 18px;
    line-height: 26px;
    padding: 40px 70px;
  }
}
.detail_page_news .news_block .news_body .content .text img {
  max-width: 100%;
  height: auto;
}
.detail_page_news .news_block .news_body .content .text p {
  margin-bottom: 1rem;
}

/* End */


/* Start:/local/components/ip52/content/templates/slider_news_list/style.css?16653945991987*/
.slider_news_list {
  position: relative;
  padding: 35px 0;
}
.slider_news_list h2 {
  font-family: 'Akrobat SemiBold';
  font-size: 30px;
  margin-bottom: 40px;
}
.slider_news_list h2 span {
  border-bottom: 1px solid #cccccc;
  padding: 5px 0;
}
@media (min-width: 992px) {
  .slider_news_list h2 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .slider_news_list {
    padding: 70px 0;
  }
}
.slider_news_list .slick-list {
  position: relative;
  display: flex;
}
.slider_news_list .slick-list .slick-track {
  position: relative;
  display: flex;
  padding: 30px 0;
}
.slider_news_list .news_list {
  position: relative;
}
.slider_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: 0 10px;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .slider_news_list .news_list .item {
    margin: 10px;
  }
}
.slider_news_list .news_list .item:hover {
  box-shadow: 0px 0px 15px 1px #787878;
}
.slider_news_list .news_list .item .date {
  font-size: 14px;
  line-height: normal;
}
@media (min-width: 992px) {
  .slider_news_list .news_list .item .date {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .slider_news_list .news_list .item .date {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.slider_news_list .news_list .item .title {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .slider_news_list .news_list .item .title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .slider_news_list .news_list .item .title {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .slider_news_list .news_list .item .title {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .slider_news_list .news_list .item .title {
    font-size: 26px;
  }
}
@media (min-width: 1720px) {
}

/* 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/subscibe_offers/style.css?16450892863095*/
.subscibe_offers {
  position: relative;
}
.subscibe_offers:before {
  content: "";
  background-color: #f0f0f0;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.subscibe_offers .subscibe_offers_form {
  z-index: 1;
  background-color: #ffaf4b;
  border-radius: 5px;
  padding: 20px;
}
.subscibe_offers .subscibe_offers_form h2 {
  font-family: 'Akrobat SemiBold';
  font-size: 18px;
  color: #FFF;
  line-height: 1;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .subscibe_offers .subscibe_offers_form h2 {
    font-size: 36px;
    margin-bottom: 0;
  }
}
.subscibe_offers .subscibe_offers_form .form_group {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .subscibe_offers .subscibe_offers_form .form_group {
    width: auto;
    margin: 20px;
  }
}
.subscibe_offers .subscibe_offers_form .form_group .form_control .form-control {
  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) {
  .subscibe_offers .subscibe_offers_form .form_group .form_control .form-control {
    width: 200px;
  }
}
.subscibe_offers .subscibe_offers_form .form_group .form_control .form-control.error {
  border: 1px solid #ff0000;
  color: #ff0000;
}
.subscibe_offers .subscibe_offers_form .form_group .form_control .form-control.error:placeholder-shown {
  border: 1px solid #ff0000;
  color: #ff0000;
}
.subscibe_offers .subscibe_offers_form .form_group .form_control .form-control:not(:placeholder-shown) {
  color: #282828;
  border: 1px solid #282828;
}
.subscibe_offers .subscibe_offers_form .form_group .form_control .form-control:not(:placeholder-shown).error {
  border: 1px solid #ff0000;
  color: #ff0000;
}
.subscibe_offers .subscibe_offers_form .form_group .form_control .form-control:active,
.subscibe_offers .subscibe_offers_form .form_group .form_control .form-control:focus {
  color: #004ba5;
  outline: none;
  border: 1px solid #004ba5;
}
.subscibe_offers .subscibe_offers_form .form_group .form_control .form-control:hover {
  border: 1px solid #004ba5;
}
.subscibe_offers .subscibe_offers_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;
}
.subscibe_offers .subscibe_offers_form .form_group .btn:hover {
  background-color: #ff0000;
}
.subscibe_offers .subscibe_offers_form .form_group .btn:disabled {
  opacity: 0.75;
}
.subscibe_offers .subscibe_offers_form .description {
  color: #282828;
  font-size: 10px;
  text-align: left;
}
@media (min-width: 992px) {
  .subscibe_offers .subscibe_offers_form .description {
    font-size: 14px;
    text-align: center;
  }
}
.subscibe_offers .subscibe_offers_form .description a {
  color: #ff0000;
}
.subscibe_offers .subscibe_offers_form .description a:hover {
  color: #004ba5;
  text-decoration: none;
}

/* 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 */
/* /news/news_page_detail.css?16377370512510 */
/* /local/components/ip52/content/templates/detail_page_news/style.css?16705051935714 */
/* /local/components/ip52/content/templates/slider_news_list/style.css?16653945991987 */
/* /local/components/ip52/content/templates/list_office_showroom/style.css?16898668205102 */
/* /local/templates/stnrealty/components/bitrix/form.result.new/subscibe_offers/style.css?16450892863095 */
/* /local/include_block/css/contacts_block.css?16375092081537 */
