

/* 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/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 */
/* /local/components/ip52/content/templates/offers_list/style.css?16898670852763 */
/* /local/templates/stnrealty/components/bitrix/form.result.new/subscibe_offers/style.css?16450892863095 */
/* /local/include_block/css/contacts_block.css?16375092081537 */
