

/* Start:/local/templates/main2023/css/banners.css?17782287872908*/
.main-banner {
    position: relative;

    --main-banner-padding-x: 30px;
    --main-banner-padding-y: 30px;
    --main-banner-padding: var(--main-banner-padding-x) var(--main-banner-padding-y);
}

.main-banner .container-full{

    position: relative;
}

.main-banner-wrapper {
    display: flex;
    align-items: center;
    padding: 40px 0;
    justify-content: flex-end;
    min-height: 485px;
}

.main-banner--left .main-banner-wrapper{
    justify-content: flex-start;
}

.main-banner__img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.main-banner-info {
    background: linear-gradient(315deg, #db8d34e6 33.29%, #d7212be6 100%);
    padding: var(--main-banner-padding);
    color: #fff;
}

.main-banner-info__title {
    font-size: clamp(24px, 2vw, 30px);
    line-height: 143%;
    text-transform: uppercase;
    font-weight: 600;

    margin: 0 0 10px;
}

.main-banner-info__text {
    font-size: clamp(14px, 1.5vw, 22px);
    line-height: 143%;
    font-weight: 400;
    margin: 0 0 10px;
}

.main-banner-info__text--small{
    font-size: clamp(14px, 1.5vw, 18px);
}

.main-banner-info__text--red,
.main-banner-info__text--orange{
    padding: 10px var(--main-banner-padding-x);
    margin-left: calc(var(--main-banner-padding-x) * -1);
    margin-right: calc(var(--main-banner-padding-x) * -1);
}

.main-banner-info__text--red {
    background: #c21000b2;
}

.main-banner-info__text--orange{
    background: #db8d34b2;
}

.main-banner-info__button {
    background: #D7212B;
    box-shadow: 0px 1px 8px rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 60px;

    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    border: 0;
}

.main-banner-info__list {
    list-style-type: square;
    padding-left: 1.5em;
}

.main-banner-info__list li::marker {
    font-size: 1.2em;
    line-height: 1em;
}

.main-banner-info__list li {}

.main-banner-info__list p {
    font-size: clamp(14px, 1.5vw, 18px);
    margin: 0 0 5px 0;
}

.main-banner-info__badges{
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin: 12px 0 24px;
}

.main-banner-info__badges img{
    box-shadow: 0px 1px 8px rgba(255, 255, 255, 0.1);
    height: 50px;
}

@media (max-width: 991px) {
    .main-banner {
        --main-banner-padding-x: 20px;
        --main-banner-padding-y: 20px;
    }
}

@media (max-width: 767px) {
    .main-banner-info {
        width: 100%;
    }
    .main-banner-info__badges{
        flex-wrap: wrap;
    }
    .main-banner-info__badges img{
        height: 30px;
    }
    .main-banner-wrapper{
        padding: 20px 0;
    }
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/programs_rosreestr/style.css?17799693672433*/
.section--progs_rosreestr{
  /*background: #f6f6f6;*/
  padding: 30px 0;
}

.rosreestr_progs-item {
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  justify-content: center;
  gap: 40px;

  background: #f6f6f6;
  border-radius: 5px;
  max-width: 1000px;
  margin: 60px auto 20px;
  justify-content: space-between;
  padding: 20px;
}

.rosreestr_progs-item+.rosreestr_progs-item {
    margin-top: 40px;
}

.rosreestr_progs-info {
  max-width: 650px;
  padding-left: 28px;
  border-left: 2px solid #e66a4e;
}

.rosreestr_progs-pretitle {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;

  font-size: 14px;
  font-weight: 500;
  color: #e66a4e;
  text-transform: uppercase;
}

.rosreestr_progs-info .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rosreestr_progs-info .icon img {
    width: 20px;
}

.rosreestr_progs-title {
  margin: 0 0 28px;

  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  color: #232323;
}

.rosreestr_progs-desc {
  margin: 0 0 30px;

  font-size: 18px;
  line-height: 1.6;
  color: #555;
}

.rosreestr_progs-link a {
  font-size: 16px;
  color: #e66a4e;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.rosreestr_progs-link a:hover {
  opacity: 0.75;
}

.rosreestr_progs-sert a{
  margin: -60px 0 10px 0;
  display: block;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.rosreestr_progs-sert img {
  width: 100%;
  max-width: 250px;
  min-width: 150px;
  display: block;

  border-radius: 6px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

@media (max-width: 992px) {
  .rosreestr_progs-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    border-left: 3px solid #e66a4e;
  }

  .rosreestr_progs-info{
    border: 0;
  }

  .rosreestr_progs-sert a{
    margin: 20px auto;
  }

  .rosreestr_progs-title {
    font-size: 38px;
  }

/*  .rosreestr_progs-desc {
    font-size: 20px;
  }

  .rosreestr_progs-link a {
    font-size: 22px;
  }*/

  .rosreestr_progs-sert {
    align-self: center;
  }
}

@media (max-width: 576px) {
  .rosreestr_progs-info {
    padding-left: 18px;
  }

/*  .rosreestr_progs-title {
    font-size: 30px;
  }

  .rosreestr_progs-desc {
    font-size: 18px;
  }

  .rosreestr_progs-link a {
    font-size: 18px;
  }*/

  .rosreestr_progs-sert img {
    width: 240px;
  }
}
/* End */


/* Start:/local/templates/main2023/css/ui.css?178714720611778*/
.ui-select {
    --i-arrowDown: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L5.53033 5.53033L5 6.06066L4.46967 5.53033L5 5ZM9.53033 1.53033L5.53033 5.53033L4.46967 4.46967L8.46967 0.469669L9.53033 1.53033ZM4.46967 5.53033L0.46967 1.53033L1.53033 0.46967L5.53033 4.46967L4.46967 5.53033Z' fill='%23414042'/%3E%3C/svg%3E%0A");
    --i-arrowUp: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2L5.53033 1.46967L5 0.93934L4.46967 1.46967L5 2ZM9.53033 5.46967L5.53033 1.46967L4.46967 2.53033L8.46967 6.53033L9.53033 5.46967ZM4.46967 1.46967L0.46967 5.46967L1.53033 6.53033L5.53033 2.53033L4.46967 1.46967Z' fill='%23414042'/%3E%3C/svg%3E%0A");
}

.ui-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #D7212B;
    box-shadow: 0px 1px 8px rgba(255, 255, 255, 0.1);
    height: 60px;
    font-weight: 500;
    font-size: clamp(16px, 2.5vw, 20px);
    line-height: 27px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    border: 0;
}

.ui-button:hover {
    cursor: pointer;
    background: #e9242e;
    color: #fff;
}

.ui-button--white {
    background: #fff;
    border: 2px solid #D7212B;
    color: #D7212B;
}

.ui-button--white:hover {
    background: #D7212B;
    border: 1px solid #D7212B;
    color: #fff;
}

.ui-btn-clear{
    width: auto;
    height: auto;
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
}

.form-container {
    font-size: 10;
}

.form-container--auth {
    max-width: 538px;
}

.ui-input--text input {
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 10;
    line-height: 20px;
    height: 50px;
    width: 100%;
    padding: 12px 40px 12px 15px;
    color: #000;
    overflow: hidden;
}

.ui-input--text input::placeholder {
    color: transparent;
}

.ui-input--text input:focus::placeholder {
    color: inherit;
}

.ui-input--text textarea {
    background: #fff;
    border: 1px solid #D7212B;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 100px;
    width: 100%;
    padding: 12px 40px 12px 15px;
    color: #000;
    max-width: 100%;
    min-width: 100%;
}

.ui-input--stars input, .ui-input--radio input, .ui-input--checkbox input, .ui-input--checkbox-2 input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.ui-input--radio .ui-input__placeholder, .ui-input--checkbox .ui-input__placeholder {
    display: inline-block;
    line-height: 20px;
}

.ui-input--checkbox input:focus+span::before {
    border-color: #ccc;
}

.ui-input--checkbox input:checked+span::before {
    content: "✓";
    color: #000;
    display: inline-block;
    text-align: center;
}

.ui-input--checkbox input+span::before {
    content: '*';
    color: transparent;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #777;
    box-sizing: border-box;
    border-radius: 2px;
    display: inline-flex;
    cursor: pointer;
    line-height: 20px;
    margin-right: 7px;
}

.ui-input--checkbox-2 input+span {
    display: inline-flex;
    color: #231F20;
    font-size: 10;
    line-height: 20px;
    padding: 8px 11px;
    border: 1px solid #DCEAFD;
    border-radius: 0;
    background: #fff;
    text-align: center;
    font-weight: 500;
}

.ui-input--checkbox-2 input:checked+span {
    background: #DCEAFD;
    border: 1px solid #1771F1;
    color: #1771F1;
    font-weight: 500;
}

.ui-input--radio input+span::before {
    content: '*';
    color: transparent;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #D7212B;
    box-sizing: border-box;
    border-radius: 50%;
    display: inline-flex;
    cursor: pointer;
    line-height: 20px;
    margin-right: 7px;
}

.radio--border .ui-input__placeholder {
    border: 1px solid #D7212B;
    padding: 18px 5px;
    border-radius: 0;
}

.ui-input__label {
    cursor: pointer;
    display: block;
    font-weight: normal;
}

.ui-input--checkbox .ui-input__label {
    display: inline-block;
    margin-bottom: 0;
}

.ui-input--radio input:focus+span::before {
    background: #ccc;
    border-color: #ccc;
}

.ui-input--radio input:checked+span::before {
    background: #ccc;
    /* box-shadow: 0px 0px 0px 3px #fff, 0px 0px 0px 0 #ccc; */
    padding: 3px;
    border-color: #ccc;
    background-clip: content-box;
    line-height: 10;
}

.ui-input--radio.radio--border input:checked+span {
    background: #DCEAFD;
    border: 1px solid #1771F1;
}


.ui-input+.ui-input {
    margin-top: 20px;
}

.ui-input__wraper {
    position: relative;
}

.ui-input__placeholder {
    font-size: 10;
    line-height: 143%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    font-weight: normal;
}

.ui-input--text .ui-input__placeholder {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 15px;
    color: #777;
    padding: 0 5px;
    pointer-events: none;

    font-weight: normal;
}

.ui-input__placeholder>.tx-red {
    color: #D7212B;
    margin-left: 3px;
}

.ui-input textarea.input--not-empty,
.ui-input--text textarea:focus,
.ui-input input.input--not-empty,
.ui-input--text input:focus,
.ui-input--text input:not([value=""]),
.ui-input--text textarea:not(:placeholder-shown) {
    outline: 0;
    background: #fff;
    border-color: #ccc;
}

.ui-input input[disabled] {
    background: #E9E9E9;
    border-color: #E9E9E9;
}

.ui-input--text input:not([value=""])+.ui-input__placeholder,
.ui-input--text textarea:not(:placeholder-shown)+.ui-input__placeholder,
.ui-input--text textarea.input--not-empty+.ui-input__placeholder,
.ui-input--text textarea:focus+.ui-input__placeholder,
.ui-input--text input.input--not-empty+.ui-input__placeholder,
.ui-input--text input:focus+.ui-input__placeholder {
    top: -10px;
    background: #fff;
    color: #ccc;
}

.ui-input textarea::placeholder {
    color: transparent;
}

.ui-input input.input--not-empty+.ui-input__placeholder>.tx-red, .ui-input input:focus+.ui-input__placeholder>.tx-red {
    color: #ccc;
}

.ui-input .input--error+.ui-input__placeholder::after {
    content: attr(data-validation-message);
    margin-left: 5px;
    width: 100%;
    color: #D7212B !important;
}

.ui-input .input--ok+.ui-input__placeholder::after {
    /* content: 'ok';
    position: absolute;
    right: 15px;
    top: 15px; */
}

.ui-input input.input--error {
    border-color: #D7212B;
}

.ui-select select {
    box-sizing: content-box;
    --select-arrow: 25px;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 12px 40px 12px 15px;
    margin: 0;
    width: 100%;
    font-size: 10;
    line-height: 20px;
    line-height: inherit;
    background: #FFFFFF;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 0;
    cursor: pointer;
    color: #000;
    background-image: var(--i-arrowDown);
    background-size: calc(var(--select-arrow) / 2);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
}

.ui-select .ui-input__placeholder{
    position: absolute;
    z-index: 1;
    left: 10px;
    top: -10px;
    color: #777;
    background: #fff;
    padding: 0 5px;
}

.ui-select select:disabled {
    cursor: no-drop;
    background-color: #f5f5f5;
    color: #777777;
    border-color: #777777;
}

.ui-select select option {
    font-size: 16px;
}

.ui-select select::-ms-expand {
    display: none;
}

.ui-select {
    position: relative;
}

.ui-select select:focus-within {
    background-image: var(--i-arrowUp);
}

.ui-options-overlay {
    /* background: rgba(0, 0, 0, 0.5); */
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: calc(var(--z-index-tooltip) + 1);
}

.ui-input.ui-input--comment {
    color: var(--ui-color-base-90);
    font-weight: 400;
}

/****************/

.yellow-popup{
     font-weight: normal;
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 16px 40px rgba(17, 34, 66, 0.1);
    border: 1px solid rgba(20, 33, 60, 0.08);
    position: relative;
}

.yellow-popup .ui-popup__title{
    text-transform: none;
    font-weight: 500;
    color: #14213c;
    margin-bottom: 20px;
    letter-spacing: -0.4px;
}

.yellow-popup .ui-input .ui-input__wraper{
     display: flex;
     flex-direction: column;
}
.yellow-popup .ui-input .ui-input__placeholder{
     order: 0;
     position: static;
     background: transparent !important;
     margin-bottom: 7px;
     color: inherit !important;
     font-weight: 500;
}
.yellow-popup .ui-input input,
.yellow-popup .ui-input select,
.yellow-popup .ui-input textarea {
     min-height: 50px;
     width: 100%;
     padding: 0 14px;
     border-radius: 12px;
     border: 1px solid rgba(23, 35, 61, 0.16);
     font-size: 15px;
     font-family: inherit;
     background-color: #fff;
     transition: border-color 0.25s ease, box-shadow 0.25s ease;

     font-weight: normal;

     order: 1;
}

.yellow-popup fieldset.ui-input{
    padding: 0 14px 14px;
    border-radius: 12px;
    border: 1px solid rgba(23, 35, 61, 0.16);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.yellow-popup .ui-input legend{
    font-size: inherit;
    color: inherit;
    font-weight: 500;
    border-bottom: 0;
    width: fit-content;
}

.yellow-popup .ui-input legend>.tx-red,
.yellow-popup .ui-input__placeholder>.tx-red{
     color: #D7212B!important;
}

.yellow-popup .ui-input textarea{
     min-height: 120px;
     padding: 12px 14px;
     resize: vertical;
}

.yellow-popup .ui-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    padding: 0 30px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
    cursor: pointer;
    border: none;
    letter-spacing: 0.1px;
    color: #ffffff;
    background: linear-gradient(180deg, #ff9f1a 0%, #f07f00 100%);
    box-shadow: 0 10px 24px rgba(199, 108, 19, 0.32);
}

.yellow-popup .lead-success-overlay[hidden] {
    display: none !important;
}
.yellow-popup .lead-success-overlay {
    position: absolute;
    inset: 0;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 18px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(6px);
    border-radius: inherit;
}

.yellow-popup .lead-success-panel {
    width: 100%;
    max-width: 420px;
    text-align: center;
    padding: 30px 24px 26px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(23, 35, 61, 0.08);
    box-shadow: 0 20px 52px rgba(20, 33, 60, 0.15);
}

.yellow-popup .ui-popup__body{
    position: relative;
}

.ui-popup__container .captchaYandexClass iframe,
.inline-form__container .captchaYandexClass iframe {
    height: auto !important;
}
/* End */


/* Start:/local/templates/main2023/css/ui-popups.css?17872100671606*/
.ui-popup {
    --z-index-menu: 100;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: var(--z-index-menu);
}

.ui-popup--show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ui-popup__container {
    background: #fff;
    border-radius: 4px;
    position: relative;
    padding: 50px;
    width: 100%;
    max-width: 650px;
    max-height: 80vh;
    overflow: auto;
    margin: 10px;
}

.ui-popup__close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.ui-popup h3 {
    margin-top: 0;
}

.ui-popup__error {
    color: red;
    margin-bottom: 20px;
}

.ui-popup__error:empty{
    display: none;
}

.ui-popup__buttons{
    margin-top: 20px;
}

.ui-popup__buttons button{
    width: 100%;
}

fieldset.ui-input{
    border: 1px solid #ccc;
    padding: 12px 40px 12px 15px;

}

.ui-input legend{
    color: #777;
    background: #fff;
    padding: 0 5px;
    position: relative;
    left: -8px;

    font-weight: normal;
    width: auto;
    font-size: initial;
    border: 0;
    margin-bottom: 15px;
}

.ui-popup__close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.ui-popup__title{
    font-weight: 500;
    margin: 10px 0 20px 0;
}

@media (max-width: 550px) {
    .ui-popup--show {
        align-items: flex-start;
    }

    .ui-popup__container {
        max-height: calc(100vh - 30px);
        padding: 30px 15px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .ui-popup__close {
        top: 10px;
        right: 10px;
    }
}

/* End */
/* /local/templates/main2023/css/banners.css?17782287872908 */
/* /bitrix/templates/.default/components/bitrix/news.list/programs_rosreestr/style.css?17799693672433 */
/* /local/templates/main2023/css/ui.css?178714720611778 */
/* /local/templates/main2023/css/ui-popups.css?17872100671606 */
