

/* 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/index_offer_list/style.css?16636575242331*/
.index_offer_list {
  padding-top: 40px;
  position: relative;
}
.index_offer_list .slider {
  position: relative;
}
@media (max-width: 540px) {
  .index_offer_list .slider {
    margin: 0 -20px;
  }
}
.index_offer_list .slider .slick-track {
  display: flex;
  justify-content: space-between;
}
.index_offer_list .slider .item {
  font-size: 24px;
  width: 100%;
  color: #FFFFFF;
  font-family: 'Akrobat SemiBold', sans-serif;
  max-width: 520px;
  text-decoration: none;
  display: block;
  border-radius: 5px;
  padding: 20px;
  float: unset;
  height: auto;
}
.index_offer_list .slider .item .text {
  margin-top: 10px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .index_offer_list .slider .item {
    margin: 0;
    margin: 0 5px 20px 5px;
  }
}
@media (min-width: 768px) {
  .index_offer_list .slider .item {
    margin: 20px 0;
    padding: 20px;
    width: 345px!important;
  }
}
@media (min-width: 992px) {
  .index_offer_list .slider .item {
    width: 460px!important;
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .index_offer_list .slider .item {
    width: 365px!important;
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .index_offer_list .slider .item {
    width: 400px!important;
    font-size: 26px;
  }
}
@media (min-width: 1720px) {
  .index_offer_list .slider .item {
    width: 520px!important;
    font-size: 30px;
    padding: 40px;
  }
}
.index_offer_list .slider .item:nth-child(1) {
  background-color: #ffaf4b;
}
.index_offer_list .slider .item:nth-child(1):hover {
  box-shadow: 0px 5px 10px 0 #ffaf4b;
}
.index_offer_list .slider .item:nth-child(2n),
.index_offer_list .slider .item:nth-child(5n) {
  background-color: #4b9aff;
}
.index_offer_list .slider .item:nth-child(2n):hover,
.index_offer_list .slider .item:nth-child(5n):hover {
  box-shadow: 0px 5px 10px 0 #4b9aff;
}
.index_offer_list .slider .item:nth-child(3n) {
  background-color: #ff794b;
}
.index_offer_list .slider .item:nth-child(3n):hover {
  box-shadow: 0px 5px 10px 0 #ff794b;
}
.index_offer_list .slider .item:nth-child(4n) {
  background-color: #ffaf4b;
}
.index_offer_list .slider .item:nth-child(4n):hover {
  box-shadow: 0px 5px 10px 0 #ffaf4b;
}
.index_offer_list .dots_nav {
  margin-bottom: 20px;
}
@media (min-width: 1740px) {
  .index_offer_list .dots_nav {
    margin-bottom: 50px;
  }
}

/* End */


/* Start:/local/components/ip52/content/templates/index_project_list/style.css?16615179213425*/
.index_project_list {
  padding: 35px 0 35px 0;
}
.index_project_list .filter {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .index_project_list .filter {
    margin-top: 30px;
  }
}
.index_project_list .filter .btn {
  font-family: 'Akrobat';
  font-size: 16px;
  color: #282828;
  border-color: #e6e6e6;
  min-width: 41px;
  text-align: center;
  padding: 6px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all 300ms linear;
}
@media (min-width: 768px) {
  .index_project_list .filter .btn {
    font-size: 18px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 6px 15px;
  }
}
.index_project_list .filter .btn:hover {
  color: #FFFFFF;
  background-color: #004ba5;
  border-color: #004ba5;
  box-shadow: 1px 1px 10px 0px #004ba5;
}
.index_project_list .filter .btn.active {
  color: #FFFFFF;
  background-color: #ff0000;
  border-color: #ff0000;
}
.index_project_list .project_list {
  justify-content: space-between;
}
.index_project_list .project_list .item {
  width: 100%;
  max-width: 520px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .index_project_list .project_list .item {
    width: calc((100%/2) - 25px);
  }
}
@media (min-width: 992px) {
  .index_project_list .project_list .item {
    width: calc((100%/3) - 45px);
  }
}
.index_project_list .project_list .item .project_picture {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 15px;
  text-decoration: none;
  transition: box-shadow 300ms ease-out;
}
.index_project_list .project_list .item .project_picture img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
.index_project_list .project_list .item .project_picture .project_skill {
  position: absolute;
  top: 0;
  width: 100%;
}
.index_project_list .project_list .item .project_picture .project_skill .skill_item {
  color: #282828;
  font-size: 16px;
  margin: 5px 0 0 5px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  font-family: 'Akrobat SemiBold';
}
@media (min-width: 768px) {
  .index_project_list .project_list .item .project_picture .project_skill .skill_item {
    margin: 20px 0 0 20px;
  }
}
.index_project_list .project_list .item .project_name {
  font-family: 'Akrobat SemiBold';
  font-size: 24px;
  color: #282828;
  text-decoration: none;
}
@media (min-width: 768px) {
  .index_project_list .project_list .item .project_name {
    font-size: 30px;
  }
}
.index_project_list .project_list .item .project_name:hover {
  color: #004ba5;
}
.index_project_list .project_list .item .project_text {
  font-family: 'Akrobat SemiBold';
  font-size: 16px;
  line-height: 30px;
  color: #787878;
}
@media (min-width: 768px) {
  .index_project_list .project_list .item .project_text {
    font-size: 18px;
  }
}
.index_project_list .project_list .item .project_text span {
  margin-right: 15px;
}
.index_project_list .project_list .item .project_text .new {
  color: #ff0000;
  font-family: 'Akrobat Bold';
}
.index_project_list .project_list .item .project_text .new:before {
  content: "";
  background-image: url('/upload/images/ico/flash.png');
  width: 10px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
}
.index_project_list .project_list .item:hover .project_picture {
  box-shadow: 0px 0px 15px 1px #787878;
}

/* End */


/* Start:/local/components/ip52/content/templates/list_project/style.css?16615174393698*/
.page_project_list {
  padding: 35px 0 35px 0;
}
.page_project_list h1 {
  color: #282828;
  text-decoration: none;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (min-width: 1740px) {
  .page_project_list h1 {
    font-size: 36px;
  }
}
.page_project_list h1 span {
  border-bottom: 1px solid #cccccc;
  padding: 5px 0;
}
.page_project_list .filter {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page_project_list .filter {
    margin-top: 30px;
  }
}
.page_project_list .filter .btn {
  font-family: 'Akrobat';
  font-size: 16px;
  color: #282828;
  border-color: #e6e6e6;
  min-width: 41px;
  text-align: center;
  padding: 6px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all 300ms linear;
}
@media (min-width: 768px) {
  .page_project_list .filter .btn {
    font-size: 18px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 6px 15px;
  }
}
.page_project_list .filter .btn:hover {
  color: #FFFFFF;
  background-color: #004ba5;
  border-color: #004ba5;
  box-shadow: 1px 1px 10px 0px #004ba5;
}
.page_project_list .filter .btn.active {
  color: #FFFFFF;
  background-color: #ff0000;
  border-color: #ff0000;
}
.page_project_list .project_list {
  justify-content: space-between;
}
.page_project_list .project_list .item {
  width: 100%;
  max-width: 520px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page_project_list .project_list .item {
    width: calc((100%/2) - 25px);
  }
}
@media (min-width: 992px) {
  .page_project_list .project_list .item {
    width: calc((100%/3) - 45px);
  }
}
.page_project_list .project_list .item .project_picture {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 15px;
  text-decoration: none;
  transition: box-shadow 300ms ease-out;
}
.page_project_list .project_list .item .project_picture img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
.page_project_list .project_list .item .project_picture .project_skill {
  position: absolute;
  top: 0;
  width: 100%;
}
.page_project_list .project_list .item .project_picture .project_skill .skill_item {
  color: #282828;
  font-size: 16px;
  margin: 5px 0 0 5px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  font-family: 'Akrobat SemiBold';
}
@media (min-width: 768px) {
  .page_project_list .project_list .item .project_picture .project_skill .skill_item {
    margin: 20px 0 0 20px;
  }
}
.page_project_list .project_list .item .project_name {
  font-family: 'Akrobat SemiBold';
  font-size: 24px;
  color: #282828;
  text-decoration: none;
}
@media (min-width: 768px) {
  .page_project_list .project_list .item .project_name {
    font-size: 30px;
  }
}
.page_project_list .project_list .item .project_name:hover {
  color: #004ba5;
}
.page_project_list .project_list .item .project_text {
  font-family: 'Akrobat SemiBold';
  font-size: 16px;
  line-height: 30px;
  color: #787878;
}
@media (min-width: 768px) {
  .page_project_list .project_list .item .project_text {
    font-size: 18px;
  }
}
.page_project_list .project_list .item .project_text span {
  margin-right: 15px;
}
.page_project_list .project_list .item .project_text .new {
  color: #ff0000;
  font-family: 'Akrobat Bold';
}
.page_project_list .project_list .item .project_text .new:before {
  content: "";
  background-image: url('/upload/images/ico/flash.png');
  width: 10px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
}
.page_project_list .project_list .item:hover .project_picture {
  box-shadow: 0px 0px 15px 1px #787878;
}

/* 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/index_payment_list/style.css?16722212133071*/
.payment_method {
  margin-top: 20px;
}
.payment_method h2 {
  font-family: 'Akrobat SemiBold', sans-serif;
  font-size: 30px;
  margin-bottom: 40px;
}
.payment_method h2 span {
  border-bottom: 1px solid #cccccc;
  padding: 5px 0;
}
@media (min-width: 992px) {
  .payment_method h2 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .payment_method {
    margin-top: 40px;
  }
}
.payment_method .payment_method_list {
  justify-content: space-between;
}
.payment_method .payment_method_list .item {
  font-family: 'Akrobat', sans-serif;
  background-color: #bef0e6;
  text-decoration: none;
  color: #282828;
  padding: 15px 10px 15px 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  display: flex;
  width: 100%;
  transition: all 0.3s ease;
}
.payment_method .payment_method_list .item .ico {
  margin: auto 10px auto 0;
}
.payment_method .payment_method_list .item .ico img {
  width: 45px;
}
.payment_method .payment_method_list .item .info .title {
  font-family: 'Akrobat SemiBold', sans-serif;
  font-size: 24px;
  line-height: 20px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.payment_method .payment_method_list .item .info .text {
  line-height: 18px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.payment_method .payment_method_list .item:hover {
  box-shadow: 0 0 20px 1px #bef0e6;
}
.payment_method .payment_method_list .group_item {
  width: 100%;
}
@media (min-width: 768px) {
  .payment_method .payment_method_list .group_item {
    width: calc(50% - 5px);
    display: flex;
    flex-direction: column;
  }
  .payment_method .payment_method_list .group_item .item {
    width: 100%;
    height: 100%;
  }
  .payment_method .payment_method_list .item {
    width: calc(50% - 5px);
  }
  .payment_method .payment_method_list .item .ico img {
    width: 75px;
  }
}
@media (min-width: 992px) {
  .payment_method .payment_method_list .item .info .text {
    line-height: 26px;
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .payment_method .payment_method_list .group_item {
    width: calc(100%/3 - 20px);
  }
  .payment_method .payment_method_list .group_item .item:nth-child(1) {
    margin-bottom: 20px;
  }
  .payment_method .payment_method_list .item {
    padding: 20px;
    width: calc(100%/3 - 20px);
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .payment_method .payment_method_list .group_item {
    width: calc(100%/3 - 30px);
  }
  .payment_method .payment_method_list .group_item .item:nth-child(1) {
    margin-bottom: 20px;
  }
  .payment_method .payment_method_list .item {
    padding: 30px;
    width: calc(100%/3 - 30px);
    margin-bottom: 30px;
  }
}
@media (min-width: 1720px) {
  .payment_method .payment_method_list .group_item {
    width: calc(100%/3 - 40px);
  }
  .payment_method .payment_method_list .group_item .item {
    width: 100%;
  }
  .payment_method .payment_method_list .group_item .item:nth-child(1) {
    margin-bottom: 20px;
  }
  .payment_method .payment_method_list .item {
    padding: 40px;
    width: calc(100%/3 - 40px);
    margin-bottom: 40px;
  }
}

/* End */


/* Start:/local/components/ip52/content/templates/ipoteka_calc/style.css?16722213135839*/
.ipoteka_calc {
  position: relative;
  margin-bottom: 40px;
  /* Overlays */
  /* support: IE8 - See #6727 */
}
.ipoteka_calc .ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ipoteka_calc .ui-slider {
  position: relative;
  text-align: left;
}
.ipoteka_calc .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ipoteka_calc .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ipoteka_calc .ui-slider.ui-state-disabled .ui-slider-handle,
.ipoteka_calc .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ipoteka_calc .ui-slider-horizontal {
  height: 3px;
  background-color: #d7d7d7;
  margin: 15px 0;
}
.ipoteka_calc .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
  background-color: #ff0000;
}
.ipoteka_calc .ui-slider-horizontal .ui-slider-handle {
  top: -7px;
  background-color: #000;
  height: 17px;
  width: 17px;
  border-radius: 50%;
}
.ipoteka_calc .bank_logo {
  width: calc(100% - 580px);
  position: absolute;
  top: 80px;
  height: calc(100% - 160px);
  left: 580px;
}
.ipoteka_calc .bank_logo .item {
  text-align: center;
  width: 50%;
  margin: auto;
}
.ipoteka_calc .ipoteka_calc_bg {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .ipoteka_calc .ipoteka_calc_bg {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .ipoteka_calc .ipoteka_calc_bg {
    background: url('/local/components/ip52/content/templates/ipoteka_calc/bg_ipoteka_calculator.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    flex-wrap: nowrap;
  }
  .ipoteka_calc .ipoteka_calc_bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.25);
    top: 0;
    left: 0;
  }
}
.ipoteka_calc .ipoteka_calc_bg .ipoteka_calc_block {
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  padding: 20px;
  background-color: #FFF;
  border-radius: 10px;
  order: 2;
  margin: var(--bs-gutter-x, 0.75rem);
}
@media (min-width: 768px) {
  .ipoteka_calc .ipoteka_calc_bg .ipoteka_calc_block {
    order: 1;
    max-width: 420px;
    padding: 35px;
    margin: 80px;
  }
}
.ipoteka_calc .ipoteka_calc_bg .ipoteka_calc_block .info {
  font-size: 18px;
  font-family: 'Akrobat', sans-serif;
  color: #787878;
  margin-bottom: 15px;
}
.ipoteka_calc .ipoteka_calc_bg .ipoteka_calc_block .vznos {
  width: calc(100% - 150px);
}
.ipoteka_calc .ipoteka_calc_bg .ipoteka_calc_block .srok {
  margin-left: auto;
  width: 110px;
}
.ipoteka_calc .ipoteka_calc_bg .ipoteka_calc_block .property_price .percent,
.ipoteka_calc .ipoteka_calc_bg .ipoteka_calc_block .vznos .percent,
.ipoteka_calc .ipoteka_calc_bg .ipoteka_calc_block .srok .percent,
.ipoteka_calc .ipoteka_calc_bg .ipoteka_calc_block .property_price .value,
.ipoteka_calc .ipoteka_calc_bg .ipoteka_calc_block .vznos .value,
.ipoteka_calc .ipoteka_calc_bg .ipoteka_calc_block .srok .value {
  font-size: 24px;
  color: #505050;
}
.ipoteka_calc .ipoteka_calc_bg .ipoteka_calc_block .result {
  margin-bottom: 30px;
}
.ipoteka_calc .ipoteka_calc_bg .ipoteka_calc_block .result .pay_moth {
  font-size: 36px;
  color: #505050;
}
.ipoteka_calc .ipoteka_calc_bg .ipoteka_calc_block .btn.btn-blue {
  color: #FFF;
  background-color: #004ba5;
  width: 100%;
}
.ipoteka_calc .ipoteka_calc_bg .text_block_info {
  position: relative;
  color: #FFF;
  order: 1;
  padding: var(--bs-gutter-x, 0.75rem);
}
@media (max-width: 768px) {
  .ipoteka_calc .ipoteka_calc_bg .text_block_info {
    background: url('/local/components/ip52/content/templates/ipoteka_calc/bg_ipoteka_calculator.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
    flex-wrap: nowrap;
    width: 100%;
  }
  .ipoteka_calc .ipoteka_calc_bg .text_block_info:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.25);
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .ipoteka_calc .ipoteka_calc_bg .text_block_info {
    padding: 0;
    margin: 80px;
    order: 2;
  }
}
.ipoteka_calc .ipoteka_calc_bg .text_block_info .title {
  position: relative;
  font-family: 'Akrobat SemiBold', sans-serif;
  font-size: 24px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ipoteka_calc .ipoteka_calc_bg .text_block_info .title {
    font-size: 58px;
    line-height: 58px;
  }
}
.ipoteka_calc .ipoteka_calc_bg .text_block_info .btn-block {
  position: relative;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .ipoteka_calc .ipoteka_calc_bg .text_block_info .btn-block {
    margin-top: 40px;
  }
}
.ipoteka_calc .ipoteka_calc_bg .text_block_info .btn-block .btn {
  position: relative;
  color: #FFF;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #FFF;
  font-size: 16px;
  margin-right: 10px;
  padding: 0.375rem 0.75rem;
}
@media (min-width: 768px) {
  .ipoteka_calc .ipoteka_calc_bg .text_block_info .btn-block .btn {
    border: 2px solid #FFF;
    border-radius: 5px;
    font-size: 24px;
    padding: 0.375rem 1.75rem;
    margin-right: 20px;
  }
}
.ipoteka_calc .ipoteka_calc_bg .text_block_info .btn-block .btn:hover {
  background-color: #FFF;
  color: #004ba5;
}
.modal_ipoteka_broker a {
  color: #ff0000;
}
.modal_ipoteka_broker a:hover {
  color: #004ba5;
}
.modal_ipoteka_broker .btn {
  color: #FFF;
  background-color: #004ba5;
}
.modal_ipoteka_broker .btn:hover {
  color: #FFF;
  background-color: #ff0000;
}
.modal_ipoteka_broker .text-small {
  line-height: 14px;
  font-size: 10px;
}

/* End */


/* Start:/local/components/ip52/content/templates/live_list/style.css?16887347223351*/
.live_list_page .btn-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .live_list_page .btn-filter {
    margin-bottom: 40px;
  }
}
.live_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 #212529;
  position: relative;
  box-shadow: none;
  margin-right: 10px;
}
.live_list_page .btn-filter .btn:hover {
  border-color: #282828;
}
.live_list_page .btn-filter .btn.active {
  color: #FFFFFF;
  background-color: #ff0000;
  border-color: #ff0000;
}
.live_list_page .list_filter {
  position: absolute;
  z-index: 999;
  background-color: #FFF;
  margin-top: -15px;
}
.live_list_page .list_filter .btn {
  display: 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;
  width: 100%;
}
.live_list_page .list_filter .btn:hover {
  border-color: #282828;
}
.live_list_page .list_filter .btn.active {
  color: #FFFFFF;
  background-color: #ff0000;
  border-color: #ff0000;
}
.live_list_page .list_filter.hidden {
  display: none;
}
.live_list_page .live_list {
  position: relative;
  margin-top: 20px;
}
.live_list_page .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_page .live_list .item:hover {
  box-shadow: 0px 0px 15px 1px #787878;
}
.live_list_page .live_list .item .picture {
  position: relative;
  margin-bottom: 20px;
}
.live_list_page .live_list .item .title {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 10px;
}
.live_list_page .live_list .item .preview_text {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}
.live_list_page .live_list .item .date {
  font-size: 14px;
  line-height: normal;
  margin-top: auto;
}
@media (min-width: 768px) {
  .live_list_page .live_list .item {
    margin-right: 20px;
    max-width: calc(100%/2 - 20px);
  }
}
@media (min-width: 992px) {
  .live_list_page .live_list .item {
    max-width: calc(100%/3 - 20px);
  }
}
@media (min-width: 1720px) {
}

/* End */


/* Start:/local/include_block/css/about_detail.css?16898620184325*/
.about {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-position: center;
  background-size: cover;
  background-image: url('/local/templates/stnrealty/images/bg_about.jpg');
}
@media (min-width: 992px) {
  .about {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
.about h1 {
  font-family: 'Akrobat SemiBold';
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  line-height: 1;
}
@media (min-width: 992px) {
  .about h1 {
    font-size: 36px;
  }
}
.about .about_block {
  position: relative;
}
@media (min-width: 991px) {
  .about .about_block {
    margin: 0;
    padding: 40px 0;
    border-radius: 10px;
  }
}
.about .about_block .info {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
  border-radius: 10px;
}
.about .about_block .info .block_1 {
  border: 2px solid #ffaf4b;
  border-bottom: none;
}
.about .about_block .info .block_1 .text {
  margin: 15px 15px 0 15px;
  font-size: 14px;
}
.about .about_block .info .block_2 {
  border: 2px solid #ffaf4b;
  border-top: none;
  border-bottom: none;
  flex-direction: column;
}
.about .about_block .info .block_2 .num_block {
  font-family: 'Akrobat SemiBold';
  text-align: center;
  margin: auto;
}
.about .about_block .info .block_2 .num_block .num {
  font-size: 100px;
  line-height: 90px;
}
.about .about_block .info .block_2 .num_block .text {
  font-size: 24px;
}
.about .about_block .info .block_3 {
  border: 2px solid #ffaf4b;
  border-top: none;
  padding: 15px;
}
.about .about_block .info .block_3 h2 {
  margin-top: 15px;
  font-size: 24px;
  font-family: 'Akrobat SemiBold';
  color: #000;
}
.about .about_block .info .block_3 .year_list .item {
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
}
.about .about_block .info .block_3 .year_list .item .title {
  font-family: 'Akrobat SemiBold';
}
@media (min-width: 992px) {
  .about .about_block .info {
    width: 100%;
    max-width: 945px;
    margin-left: calc(50% - 472.5px);
    padding: 60px 0;
  }
  .about .about_block .info .block_1 {
    margin: 0 60px 0 60px;
    border: 4px solid #ffaf4b;
    border-bottom: none;
    padding-bottom: 15px;
  }
  .about .about_block .info .block_1 .text {
    margin: 30px 100px 0 90px;
    font-size: 18px;
  }
  .about .about_block .info .block_2 {
    margin: 0px 20px 15px 20px;
    flex-direction: row;
    border: none;
  }
  .about .about_block .info .block_2 .num_block {
    font-family: 'Akrobat SemiBold';
    text-align: center;
    margin: 0;
  }
  .about .about_block .info .block_2 .num_block:nth-child(2) {
    margin-right: auto;
    margin-left: 205px;
  }
  .about .about_block .info .block_2 .num_block .num {
    font-size: 100px;
  }
  .about .about_block .info .block_2 .num_block .text {
    font-size: 24px;
  }
  .about .about_block .info .block_3 {
    padding-top: 15px;
    margin: 0 60px 0 60px;
    border: 4px solid #ffaf4b;
    border-top: none;
  }
  .about .about_block .info .block_3 h2 {
    margin-top: 15px;
    font-size: 24px;
    font-family: 'Akrobat SemiBold';
  }
  .about .about_block .info .block_3 .year_list {
    column-count: 2;
  }
  .about .about_block .info .block_3 .year_list .item {
    padding: 0 20px 0 40px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .about .about_block .info .block_3 .year_list .item .title {
    font-family: 'Akrobat SemiBold';
  }
}
@media (min-width: 1199px) {
  .about .about_block .info {
    padding: 80px 0;
  }
  .about .about_block .info .block_1 {
    margin: 0 80px 0 80px;
  }
  .about .about_block .info .block_1 .text {
    margin: 30px 100px 0 90px;
    font-size: 18px;
  }
  .about .about_block .info .block_2 {
    margin: 0px 40px 15px 40px;
  }
  .about .about_block .info .block_3 {
    padding-top: 15px;
    margin: 0 80px 0 80px;
    border: 4px solid #ffaf4b;
    border-top: none;
  }
  .about .about_block .info .block_3 h2 {
    margin-top: 15px;
    font-size: 24px;
    font-family: 'Akrobat SemiBold';
  }
  .about .about_block .info .block_3 .year_list .item {
    padding: 0 20px 0 40px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .about .about_block .info .block_3 .year_list .item .title {
    font-family: 'Akrobat SemiBold';
  }
  .about .about_block .info .block_3 .year_list .item .text {
    position: relative;
  }
}

/* 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/index_slider/style.css?16708482182462 */
/* /local/components/ip52/content/templates/index_offer_list/style.css?16636575242331 */
/* /local/components/ip52/content/templates/index_project_list/style.css?16615179213425 */
/* /local/components/ip52/content/templates/list_project/style.css?16615174393698 */
/* /local/templates/stnrealty/components/bitrix/form.result.new/help_choice_flat/style.css?16450892963243 */
/* /local/components/ip52/content/templates/index_payment_list/style.css?16722212133071 */
/* /local/components/ip52/content/templates/ipoteka_calc/style.css?16722213135839 */
/* /local/components/ip52/content/templates/live_list/style.css?16887347223351 */
/* /local/include_block/css/about_detail.css?16898620184325 */
/* /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 */
