

/* Start:/built/individual-planning/style.css?1750767405303*/
.nomargin{
    margin: 0!important;
}
.text-gray{
    color: rgba(51,51,51, 0.75);
}
.gwd-text-input__err-invalid{
    height: unset!important;
    padding-bottom: 15px;
    top: 50px;
    bottom: unset!important;
}
.btn.btn-orange{
    padding-left: 40px!important;
    padding-right: 40px!important;
}
/* End */


/* Start:/built/individual-planning/gwd.arch-project.css?17507674051094*/
.arch-project{
    display: block;
    background: #f2f2f2;
    padding-bottom: 65px;
    flex-grow: 1;
    text-decoration: none;
    color: #333;
    position: relative;
}
.arch-project:hover{
    color: #333;
    opacity: 0.8;
}
.arch-project__image{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

}
.arch-project__info{
    display: flex;
    flex-flow: row nowrap;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: space-between;
    align-items: center;

    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    /*position: relative;*/
    /*top: 0px;*/
    height: 65px;

    position: absolute;
    bottom: 0;
    width: 100%;
}
.arch-project__name{
    margin-right: 10px;
    flex-shrink: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.arch-project__area{
    font-size: 26px;
    font-weight: 900;
    color: var(--color-brand-primary);
    flex-shrink: 0;
}
.arch-project__area sup{
    font-size: 60%;
}
/* End */


/* Start:/built/individual-planning/gwd.project-likes.css?17507674051438*/
.project-likes{
    display: flex;

    border: none;
    background: none;
    color: white;

    position: absolute;
    bottom: 5px;
    right: 7px;
}
.project-likes:focus{
    outline: none;
}
.project-likes svg{
    width: 20px;
    height: 19px;
}
.project-likes__contour{
    fill: rgba(255, 255, 255, 0.51);
    -webkit-filter: drop-shadow(0 0 5px #000101);
    filter: drop-shadow(0 0 5px #000101);
}
.project-likes__overlay{
    position: absolute;
    top: 1px;
    left: 6px;
    fill: rgba(255, 255, 255, 0);
}
.project-likes__count{
    color: white;
    opacity: 0.5;
    text-shadow: 0 0 5px #000101;
    position: relative;

    margin-left: 5px;
    /*top: -4px;*/
}
.project-likes:hover .project-likes__contour svg{
    fill: white;
    -webkit-filter: none;
    filter: none;
}
.project-likes:hover .project-likes__count{
    text-shadow: none;
    opacity: 1;
}
.arch-project__likes.--liked .project-likes__overlay{
    fill: white;
}
.project-likes.--liked .project-likes__contour{
    -webkit-filter: none;
    filter: none;
    fill: none;
}
.project-likes.--liked .project-likes__overlay{
    fill: #e53d3d;
    opacity: 1;
}
@media(min-width: 768px) {
    .project-likes:hover .project-likes__count{
        opacity: 1;
    }

    .project-likes:hover .project-likes__overlay{
        fill: white;
        opacity: 1;
    }
    .project-likes.--liked:hover .project-likes__overlay{
        fill: #ee6666;
    }
}
/* End */


/* Start:/local/css/elements/gwd.button.orange.css?1745924421914*/
a.btn.btn-orange,
button.btn.btn-orange{
    background-color: #c8821c;
    color: white;
    border: none!important;
    border-radius: 10px;

    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: normal;

    height: 65px;
    min-width: unset;
    box-shadow: inset 0 -5px 0 0 #bb6e00;

    padding-top: 0;
    padding-bottom: 3px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    align-items: center;
    width: fit-content;
    width: -moz-fit-content;
    justify-content: center;

    transition: all 0.2s;
}

a.btn.btn-orange:not(:disabled):hover,
button.btn.btn-orange:not(:disabled):hover{
    background-color: #ffb321;
    box-shadow: inset 0 -3px 0 0 #c98316;
    padding-bottom: 1px;
    text-decoration: none;
}
a.btn.btn-orange:not(:disabled):focus,
button.btn.btn-orange:not(:disabled):focus{
    outline: none;
    text-decoration: none;
}
/* End */


/* Start:/local/js/vendor/slick/slick.css?17459244211776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/bitrix/templates/.default/components/bitrix/news/individual-planning/bitrix/news.list/sections-flex/style.css?178090629023774*/
* {
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    box-sizing: border-box;
    font-style: normal;
}

h1, h2, h3, p {
    margin: 0;
    padding: 0;
}

.individual-planning__banner {
    height: calc(100vh - 120px);
    position: relative;
    flex: 1;
    margin-left: -124px;
    margin-right: -124px;
    width: calc(100% + 248px);
    background-image: url('https://www.gwd.ru/upload/medialibrary/f47/f47303f01730d86b534989acd71108f7.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner__info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: absolute;
    z-index: 10;
    bottom: 64px;
    left: 124px;
    right: 124px;
    max-width: 700px;
}

.info__title {
    color: #FFF;
    font-size: 64px;
    font-weight: 600;
}

.info__subtitle {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
}

.banner__button {
    position: absolute;
    z-index: 10;
    bottom: 64px;
    right: 124px;
    max-width: 700px;

    .btn.btn-brand {
        --button-background: white;
        --button-color: #386753;
        --button-hover-background: white;
    }
    .btn.btn-brand:hover {
        --button-background: white;
        --button-color: #2D5242;
        --button-hover-background: white;
    }
    .btn.btn-brand:active {
        background: white;
        color: #386753;;
    }
}

.individual-planning__block {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 120px;
    gap: 32px;
}

.individual-planning__header {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.individual-planning__title {
    color: #000;
    font-size: 40px;
    font-weight: 600;
}

.individual-planning__subtitle {
    color: #000;
    font-size: 18px;
    opacity: 0.6;
}


/*Свайпер*/

.individual-planning__devices {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
}

.devices__slider-wrapper {
    position: relative;
    width: 50%;
}

.devices__slider {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 497px;
    overflow-y: auto;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.devices__slider::-webkit-scrollbar {
    display: none;
}

.slider__gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, transparent, white);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.devices__slider-wrapper.has-scroll .slider__gradient {
    opacity: 1;
}

.devices__img {
    position: relative;
    flex-shrink: 0;
    width: 50%;
    height: 497px;
    border-radius: 16px;
    overflow: hidden;
    background: #f1f1f1;
}

.devices__img img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 12px;
    object-fit: cover;
    object-position: center;
    transition: opacity 0.3s ease;
}

.devices__img-nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0;
    padding: 10px;
    border: none;
    border-radius: 50%;
    background: #85B293;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background-color 0.2s ease;
}

.devices__img-nav:hover {
    opacity: 0.9;
}

.devices__img-nav--prev {
    left: 12px;
}

.devices__img-nav--next {
    right: 12px;
}

.devices__img-nav--prev svg {
    transform: rotate(90deg);
}

.devices__img-nav--next svg {
    transform: rotate(270deg);
}

.devices__img-nav svg {
    width: 24px;
    height: 24px;
    fill: white;
}

.slider__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 8px 8px 20px;
    border-radius: 12px;
    background: #F1F1F1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider__card:hover {
    background: #EEF3F0;
}

.slider__card.active {
    background: #386753;
}

.slider__card.active .slider__title {
    color: white;
}

.slider__card.active .slider__text {
    color: white;
    opacity: 0.5;
}

.slider__info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 50%;
}


.slider__title {
    color: #191D1C;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    transition: all 0.3s ease;
}

.slider__text {
    color: #191D1C;
    line-height: normal;
    opacity: 0.5;
    transition: all 0.3s ease;
    font-size: 18px;
}

.slider__micro-img {
    flex-shrink: 0;
    width: 175px;
    height: 168px;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
    display: block;
    background: #e8e8e8;
}

.individual-planning__devices .devices__img-pagination.swiper-pagination {
    --swiper-pagination-bullet-size: 8px;
    --pagination-gutter: 6px;
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 16px;
    top: auto;
    z-index: 2;
    display: flex !important;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: var(--pagination-gutter);
    width: fit-content;
    pointer-events: auto;
    transform: translateX(-50%);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(6px);
    padding: 6px 12px;
}

.individual-planning__devices .devices__img-pagination .swiper-pagination-bullet {
    flex: none;
    width: var(--swiper-pagination-bullet-size);
    height: var(--swiper-pagination-bullet-size);
    border-radius: 50%;
    background: #fff;
    opacity: 0.35;
    margin: 0;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.individual-planning__devices .devices__img-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}



/*Наши архитекторы*/

.architects__section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 52px;
    padding: 62px 0;
    margin-top: 32px;
}

.architects__picker {
    display: flex;
    flex-flow: row nowrap;;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding-top: 12px;
}

.architects__avatar {
    width: 142px;
    height: 142px;
    padding: 0;
    border: none;
    cursor: pointer;
    overflow: hidden;
    background: transparent;
    transition: transform 0.25s ease;
}

@media (min-width: 769px) {
    .architects__avatar:hover {
        transform: translateY(-10px);
    }
}

.architects__avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
    border-radius: 100px;
    filter: grayscale(1);
    opacity: 0.75;
    transition: filter 0.2s ease, opacity 0.2s ease, border-radius 0.2s ease;
}

.architects__avatar.active img {
    filter: none;
    opacity: 1;
    border-radius: 32px;
}

.architects__panel {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
}

.architects__panel.active {
    display: flex;
}

.architects__profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 42px;
    text-align: center;
}

.architects__name {
    color: black;
    font-size: 32px;
    font-weight: 600;
}

.architects__role {
    color: black;
    font-size: 18px;
    opacity: 0.6;
}

.architects__works {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    width: 100%;
}

.architects__project-media {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 3 / 2;
}

.architects__project-image-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.architects__project-image-link img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.architects__project-badges {
    position: absolute;
    top: 12px;
    z-index: 2;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    width: 100%;
    padding: 0 12px;
    pointer-events: none;
}

.architects__project-like {
    pointer-events: auto;
    display: inline-flex;
    flex-flow: row nowrap;
    gap: 4px;
    align-self: auto;
    padding: 6px 12px;
    border: none;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(6px);
    color: #fff;
    fill: #fff;
    cursor: pointer;
}

.architects__project-like-icon {
    display: block;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}

.architects__project-like-count {
    font-size: 12px;
    font-weight: 500;
    flex: 0 0 auto;
    white-space: nowrap;
}

.architects__project-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    text-decoration: none;
}

.architects__project-name {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #386753;
    font-size: 24px;
    font-weight: 600;
}

.architects__project-arrow {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    fill: #386753;
    transform: rotate(-45deg);
}

.architects__project-meta {
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    flex-shrink: 0;
    color: #191d1c;
    white-space: nowrap;
}

.architects__project-stat-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin-left: 12px;
}

.architects__project-stat-icon--first {
    margin-left: 0;
}

.architects__project-stat-value {
    margin-left: 5px;
    font-size: 14px;
}

.architects__portfolio {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #386753;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.architects__portfolio svg {
    width: 20px;
    height: 20px;
    fill: #386753;
    transform: rotate(-45deg);
}

/* Типография */

.individual-planning__typography {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
    margin: 120px 0;
    padding-bottom: 48px;
    border-bottom: 1px solid #b5b6b5;
}

.typography__title {
    color: #000;
    font-size: 32px;
    font-weight: 300;
    width: 35%;
}

.typography__text {
    width: 65%;
    color: #000;
    font-size: 32px;
    font-weight: 300;
}

.typography__word {
    opacity: 0.5;
    font-size: 32px;
    font-weight: 300;
}


/*Калькулятор форма*/

.individual-planning__calculate {
    display: flex;
    padding: 120px 0;
    gap: 24px;
}

.individual-planning__cost {
    display: flex;
    flex-direction: column;
    width: 40%;
    border-radius: 12px;
    background: #FFF;
    padding: 64px 40px;
    flex-shrink: 0;
    position: relative;
}

.individual-planning__cost .cost__box-form.box-form {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.individual-planning__cost .gwd__checkbox-approve {
    margin-top: 8px;
}

.individual-planning__cost .cost__submit {
    margin-top: 32px;
}

.cost__header {
    margin-bottom: 22px;
}

.cost__title {
    opacity: 0.8;
    font-size: 18px;
    margin-bottom: 40px;
}

.cost__form {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    .gwd-text-input__err-required {
        position: relative;
        border: none;
    }
}

.cost__label {
    gap: 4px;
    display: flex;
    flex-direction: column;
}

.cost__info {
    color: #7A807E;
    font-size: 12px;
    font-weight: 500;
    line-height: 110%;
}


.cost__img {
    width: 60%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}


/* Этапы разработки */

.individual-planning__stages {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 120px;
}

.stages__card {
    position: relative;
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    min-height: 176px;
    padding: 24px;
    border-radius: 12px;
    background: #F1F1F1;
}

.stages__card:nth-child(5) {
    grid-column: 2 / span 2;
}

.stages__num {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    color: #000;
    font-size: 18px;
}

.stages__text {
    color: #000;
    font-size: 18px;
}

/* Форма заявки */

.individual-planning__application {
    background-image: url('https://www.gwd.ru/upload/medialibrary/ceb/ceb5f0aac9142067255c9603ce4b488f.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 96px 0;
}


.individual-planning__application-form {
    width: 100%;
    max-width: 720px;
    border-radius: 12px;
    background: #FFF;
    padding: 56px 40px 48px;
    position: relative;
}

.individual-planning__application-form .application__box-form.box-form {
    position: relative;
    display: flex;
    flex-direction: column;
}

.application__header {
    margin-bottom: 16px;
}

.application__title {
    opacity: 0.8;
    font-size: 18px;
    margin-bottom: 32px;
}

.application__form {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    .gwd-text-input__err-required {
        position: relative;
        border: none;
    }
}

.application__form-item {
    flex: 1 1 0;
    min-width: 0;
}

.application__label {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.application__info {
    color: #7A807E;
    font-size: 12px;
    font-weight: 500;
    line-height: 110%;
}

.individual-planning__application-form .gwd__checkbox-approve {
    margin-top: 8px;
}

.application__submit {
    margin-top: 32px;
}

/* Модальная форма заявки (fancybox) */

.ip-request-modal.fancybox-content {
    padding: 0;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.87);
    backdrop-filter: blur(10x);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
}

.ip-request-modal__wrapper {
    display: flex;
    align-items: stretch;
    gap: 44px;
    padding: 24px;
    width: min(1400px, calc(100vw - 32px));
}

.ip-request-modal__media {
    flex: 0 0 42%;
}

.ip-request-modal__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 22px;
}

.ip-request-modal__form {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    .gwd-text-input__err-required {
        position: relative;
        border: none;
    }
}

.ip-request-modal__box.box-form {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
}

.ip-request-modal__header {
    margin: 0 0 22px;
    color: #000;
    font-size: 40px;
    font-weight: 600;
}

.ip-request-modal__title {
    margin: 0 0 62px;
    color: #000;
    font-size: 18px;
    opacity: 0.8;
}

.ip-request-modal__fields {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 16px;
}

.ip-request-modal__field {
    flex: 1 1 0;
}

.ip-request-modal__label {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ip-request-modal__info {
    color: #7A807E;
    font-size: 12px;
    font-weight: 500;
}

.ip-request-modal .gwd-text-input {
    width: 100%;
}

.ip-request-modal .gwd-text-input__input {
    border-radius: 8px;
    border: 1px solid #E2E3E0;
    background: rgba(23, 29, 26, 0.08);
    width: 100%;
    min-height: 54px;
}

.ip-request-modal__form .gwd__checkbox-approve {
    margin: 0;
}

.ip-request-modal__submit {
    padding-top: 32px;
}

.ip-request-modal__submit .btn.btn-light-green {
    min-height: 56px;
    font-size: 18px;
    font-weight: 500;
}

.ip-request-modal__submit .btn.btn-light-green[disabled] {
    opacity: 0.45;
    cursor: not-allowed;
}

/* Успешная отправка форм (как main-callback) */

.ip-form__success.overlay-appear.--shown {
    display: flex;
}

.ip-form__success.overlay-appear {
    z-index: 2;
    overflow: hidden;
    padding: 64px 40px 40px;
    border-radius: inherit;
    background-color: #fff;
    background-image: url(https://www.gwd.ru/upload/medialibrary/a80/a80b4c7b2068a3a01162aa2d32ec0365.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 70%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    transition: opacity 0.2s;
}

.ip-form__success.overlay-appear > * {
    position: relative;
    z-index: 2;
}

.ip-form__success-header {
    margin: 0 0 22px;
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}

.ip-form__success-text {
    margin: 0 0 170px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    opacity: 0.8;
}

.cost__box-form:has(.ip-form__success.--shown) > *:not(.ip-form__success),
.application__box-form:has(.ip-form__success.--shown) > *:not(.ip-form__success) {
    visibility: hidden;
    pointer-events: none;
}

.ip-form__success.overlay-appear.ip-form__success--modal {
    padding: 0;
    background-color: transparent;
    background-image: none;
}

.ip-form__success--modal .ip-form__success-text {
    margin-bottom: 0;
}

.ip-request-modal__box:has(.ip-form__success--modal.--shown) > *:not(.ip-form__success) {
    visibility: hidden;
    pointer-events: none;
}


@media (max-width: 1600px) {

    .info__title {
        font-size: 44px;
    }

    .architects__avatar {
        width: 132px;
        height: 132px;
    }

    .individual-planning__cost {
        width: 50%;
    }

    .cost__img{
        width: 50%;
    }

    .info__subtitle {
        font-size: 20px;
    }

    .stages__card {
        min-height: 227px;
        justify-content: start;
    }
    .individual-planning__application {
        background-image: url("https://www.gwd.ru/upload/medialibrary/0eb/0eb9632ca7d54fe0beeb96d503b04666.jpeg");
    }
}

@media (max-width: 768px) {

    .individual-planning__banner {
        height: calc(100vh - 92px);
        margin-left: -12px;
        margin-right: -12px;
        width: calc(100% + 24px);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        gap: 32px;
        padding: 12px 12px 46px 12px;
        background-image: url("https://www.gwd.ru/upload/medialibrary/adc/adcbc132f23299ddd805a9d0ea8f7a0f.jpg");
    }
    .banner__info {
        position: static;
    }

    .individual-planning__title {
        font-size: 32px;
    }
    .individual-planning__subtitle {
        font-size: 16px;
    }

    .banner__button {
        position: static;
        .btn.btn-brand {
            width: 100%;
        }
    }

    .individual-planning__block {
        margin-top: 90px;
    }

    .architects__section {
        align-items: stretch;
        gap: 32px;
        padding: 40px 0;
    }

    .architects__picker {
        justify-content: flex-start;
        gap: 16px;
        width: calc(100% + 24px);
        margin-left: -12px;
        margin-right: -12px;
        padding: 12px 12px 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .architects__picker::-webkit-scrollbar {
        display: none;
    }

    .architects__avatar {
        flex-shrink: 0;
        width: 100px;
        height: 100px;
    }

    .architects__panel,
    .architects__panel.active {
        align-items: stretch;
    }

    .architects__works {
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
        width: calc(100% + 24px);
        margin-left: -12px;
        margin-right: -12px;
        padding: 0 12px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .architects__works::-webkit-scrollbar {
        display: none;
    }

    .architects__project {
        flex: 0 0 min(380px, calc(100vw - 72px));
        min-width: 0;
    }

    .architects__project-name {
        font-size: 24px;
    }

    .architects__portfolio {
        justify-content: center;
    }

    .individual-planning__devices {
        flex-direction: column;
        gap: 0;
    }

    .devices__img {
        display: none;
    }

    .devices__slider-wrapper {
        width: 100%;
    }

    .devices__slider {
        flex-direction: column;
        max-height: none;
        padding: 0;
        gap: 12px;
    }

    .slider__card {
        align-items: flex-start;
        padding: 8px 8px 8px 12px;
        gap: 4px;
    }

    .slider__info {
        width: 50%;
    }
    .slider__title {
        font-size: 20px;
    }

    .slider__text {
        font-size: 14px;
    }

    .slider__micro-img {
        display: block;
        width: 50%;
    }

    .slider__gradient {
        display: none;
    }

    .individual-planning__typography {
        flex-direction: column;
        gap: 24px;
        margin: 62px 0;
        padding-bottom: 26px;
    }

    .typography__title {
        width: 100%;
        opacity: 0.5;
    }
    .typography__text {
        width: 100%;
    }

    .individual-planning__calculate {
        flex-direction: column;
        padding: 32px 0;
    }

    .individual-planning__cost {
        width: 100%;
        padding: 42px 24px;
    }

    .cost__header {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .cost__title {
        font-size: 16px;
        margin-bottom: 32px;
    }

    .cost__form {
        flex-direction: column;
    }

    .cost__submit {
        .btn.btn-light-green {
            width: 100%;
        }
    }

    .cost__img {
        width: 100%;
    }


    .individual-planning__stages {
        display: flex;
        flex-direction: column;
        gap: 22px;
        margin-bottom: 0;
    }

    .stages__card {
        display: flex;
        flex-direction: row-reverse;
        min-height: 122px;
    }

    .stages__text {
        font-size: 16px;
        opacity: 0.6;
    }

    .stages__num {
        font-size: 24px;
    }


    .individual-planning__application {
        padding: 96px 0;
    }

    .individual-planning__application-form {
        padding: 32px 22px;
    }

    .application__form {
        flex-direction: column;
        gap: 12px;
    }

    .application__header {
        font-size: 32px;
    }

    .application__submit {
        .btn.btn-light-green {
            width: 100%;
        }
    }

    .ip-form__success.overlay-appear {
        background-size: auto 50%;
        padding: 42px 24px 32px;
    }

    .ip-form__success-header {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .ip-form__success-text {
        font-size: 16px;
        margin-bottom: 120px;
    }

    .individual-planning__block:has(.individual-planning__stages) {
        margin-bottom: 80px;
    }

    .ip-request-modal__wrapper {
        flex-direction: column;
        gap: 24px;
        width: min(560px, calc(100vw - 32px));
    }

    .ip-request-modal__media {
        flex: none;
        width: 100%;
    }

    .ip-request-modal__img {
        max-height: 181px;
    }

    .ip-request-modal__box.box-form {
        min-height: 0;
    }

    .ip-request-modal__fields {
        flex-direction: column;
    }

    .ip-request-modal__header {
        font-size: 24px;
    }
    .ip-request-modal__title {
        font-size: 16px;
        margin: 0 0 24px;
    }

    .ip-request-modal__submit {
        .btn.btn-light-green {
            width: 100%;
        }
    }

    .ip-form__success.overlay-appear.ip-form__success--modal {
        padding: 0;
    }

    .ip-form__success--modal .ip-form__success-text {
        margin-bottom: 0;
    }
}
/* End */


/* Start:/local/css/elements/v2024/btn.light-green.css?1776330070124*/
.btn.btn-light-green{
    --button-color: white;
    --button-background: #386753;
    --button-hover-background: #2D5242;
}
/* End */


/* Start:/local/css/elements/overlay-appear.css?1760700064496*/
.overlay-appear{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: inherit;
}
.overlay-appear:not(.--shown) {
    display: none!important;
}
@keyframes overlay_appear_animation{
    10%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.overlay-appear.--shown{
    opacity: 0;
    animation-name: overlay_appear_animation;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

/* End */
/* /built/individual-planning/style.css?1750767405303 */
/* /built/individual-planning/gwd.arch-project.css?17507674051094 */
/* /built/individual-planning/gwd.project-likes.css?17507674051438 */
/* /local/css/elements/gwd.button.orange.css?1745924421914 */
/* /local/js/vendor/slick/slick.css?17459244211776 */
/* /local/bitrix/templates/.default/components/bitrix/news/individual-planning/bitrix/news.list/sections-flex/style.css?178090629023774 */
/* /local/css/elements/v2024/btn.light-green.css?1776330070124 */
/* /local/css/elements/overlay-appear.css?1760700064496 */
