

/* Start:/local/components/ip52/content/templates/detail_page_payment/style.css?16636011552888*/
.payment_method_detail .detail_page_payment {
  background-color: #bef0e6;
  padding: 20px 0 120px 0;
}
.payment_method_detail .detail_page_payment .btn:focus {
  outline: none;
}
.payment_method_detail .detail_page_payment .btn.ico_left {
  color: #282828;
  border: 1px solid #282828;
  position: relative;
}
.payment_method_detail .detail_page_payment .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;
}
.payment_method_detail .detail_page_payment .btn.ico_right {
  position: relative;
}
.payment_method_detail .detail_page_payment .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;
}
.payment_method_detail .detail_page_payment .btn:hover {
  background-color: #004ba5;
  border-color: #004ba5;
  color: #fff;
}
.payment_method_detail .detail_page_payment .btn:hover:before,
.payment_method_detail .detail_page_payment .btn:hover:after {
  border-color: #fff;
}
.payment_method_detail .detail_page_payment .info {
  font-family: 'Akrobat Bold';
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .payment_method_detail .detail_page_payment .info {
    font-family: 'Akrobat SemiBold', sans-serif;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.payment_method_detail .detail_page_payment .info .ico {
  margin-right: 20px;
}
@media (min-width: 1200px) {
  .payment_method_detail .detail_page_payment .info .ico img {
    width: 75px;
  }
}
.payment_method_detail .detail_page_payment .info .title {
  position: relative;
  font-size: 18px;
  line-height: normal;
  margin: auto 0;
}
@media (min-width: 1200px) {
  .payment_method_detail .detail_page_payment .info .title {
    font-size: 36px;
    line-height: 39px;
  }
}
.payment_method_detail .detail_page_payment .content {
  position: relative;
  background-color: #FFFFFF;
  overflow: hidden;
  border-radius: 5px;
}
.payment_method_detail .detail_page_payment .content .picture {
  position: relative;
}
.payment_method_detail .detail_page_payment .content .text {
  font-family: 'Akrobat';
  position: relative;
  padding: 20px 20px 0 20px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .payment_method_detail .detail_page_payment .content .text {
    font-size: 18px;
    line-height: 26px;
    padding: 40px 70px;
  }
}
.payment_method_detail .detail_page_payment .content .text img {
  max-width: 100%;
  height: auto;
}
.payment_method_detail .detail_page_payment .content .text p {
  margin-bottom: 1rem;
}
.payment_method_detail .help_payment {
  margin-top: -80px;
}

/* 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/templates/stnrealty/components/bitrix/form.result.new/help_payment/style.css?16615157203199*/
.help_payment {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
.help_payment .help_payment_form {
  z-index: 1;
  background-color: #4fac97;
  border-radius: 5px;
  padding: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .help_payment .help_payment_form:before {
    content: "";
    background: url('/local/templates/stnrealty/components/bitrix/form.result.new/help_payment/ok.svg');
    background-position: center;
    background-size: cover;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0px;
    left: 20px;
    z-index: 1;
  }
}
.help_payment .help_payment_form h2 {
  font-family: 'Akrobat SemiBold';
  font-size: 22px;
  color: #FFF;
  line-height: 1;
  text-align: center;
}
@media (min-width: 992px) {
  .help_payment .help_payment_form h2 {
    font-size: 36px;
  }
}
.help_payment .help_payment_form .form_group {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .help_payment .help_payment_form .form_group {
    width: auto;
    margin: 20px;
  }
}
.help_payment .help_payment_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) {
  .help_payment .help_payment_form .form_group .form_control .form-control {
    width: 200px;
  }
}
.help_payment .help_payment_form .form_group .form_control .form-control.error {
  border: 1px solid #ff0000;
  color: #ff0000;
}
.help_payment .help_payment_form .form_group .form_control .form-control.error:placeholder-shown {
  border: 1px solid #ff0000;
  color: #ff0000;
}
.help_payment .help_payment_form .form_group .form_control .form-control:not(:placeholder-shown) {
  color: #282828;
  border: 1px solid #282828;
}
.help_payment .help_payment_form .form_group .form_control .form-control:not(:placeholder-shown).error {
  border: 1px solid #ff0000;
  color: #ff0000;
}
.help_payment .help_payment_form .form_group .form_control .form-control:active,
.help_payment .help_payment_form .form_group .form_control .form-control:focus {
  color: #004ba5;
  outline: none;
  border: 1px solid #004ba5;
}
.help_payment .help_payment_form .form_group .form_control .form-control:hover {
  border: 1px solid #004ba5;
}
.help_payment .help_payment_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_payment .help_payment_form .form_group .btn:hover {
  background-color: #ff0000;
}
.help_payment .help_payment_form .form_group .btn:disabled {
  opacity: 0.75;
}
.help_payment .help_payment_form .description {
  color: #f0f0f0;
  font-size: 10px;
  text-align: left;
}
@media (min-width: 992px) {
  .help_payment .help_payment_form .description {
    font-size: 14px;
    text-align: center;
  }
}
.help_payment .help_payment_form .description a {
  color: #f0f0f0;
}
.help_payment .help_payment_form .description a:hover {
  color: #FFF;
  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/detail_page_payment/style.css?16636011552888 */
/* /local/templates/stnrealty/components/bitrix/form.result.new/modal/style.css?1645084901190 */
/* /local/templates/stnrealty/components/bitrix/form.result.new/help_payment/style.css?16615157203199 */
/* /local/include_block/css/contacts_block.css?16375092081537 */
