

/* Start:/poshiv-shtor/assets/style.css?178280979612496*/
#h1-pages {
    display: none;
}

.page-container {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
}

#breadcrumb {
    width: 100%;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}

.title-block {
    background: url('/poshiv-shtor/images/title-block.png') no-repeat center center / cover;
    height: 700px;
    padding-top: 180px;
    padding-left: 140px;
    margin-bottom: 100px;
    display: flex;
}

.title-block__h1 {
    font-size: 50px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    /*text-shadow: 0 0 20px #fff, 5px 5px 20px #fff, 10px 10px 20px #fff, 15px 15px 20px #fff , 20px 20px 20px #fff;*/
}

.title-block__h1::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110%;
    height: 120%;
    background: rgba(253, 252, 240, 1);
    filter: blur(30px);
    transform: translate(-50%, -50%);
}

.title-block__text {
    font-size: 20px;
    line-height: 1.8;
    margin: 15px 0 30px;
    position: relative;
    /*text-shadow: 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 50px #fff, 0 0 50px #fff, 0 0 60px #fff, 0 0 70px #fff;;*/
}

.title-block__text::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    height: 120%;
    background: rgba(253, 252, 240, 0.9);
    filter: blur(30px);
    transform: translate(0, -50%);
}

.title-block__btn {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 25px;
    width: 300px;
    gap: 18px;
    cursor: pointer;
}

.title-block__btn-1 {
    background: linear-gradient(#905792, #824884);
    color: #fff;
    margin-bottom: 20px;
}

.title-block__btn-2 {
    background: #fff;
    color: #595959;
}

.page-section__title {
    font-size: 40px;
    font-weight: bold;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 45px;
    margin: 105px 0 80px;
}

.page-section__title::before,
.page-section__title::after {
    content: '';
    display: block;
    background: #e2e2e2;
    height: 1px;
    flex: 1;
}

.advantages {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.advantages-item, .work-process-item {
    padding: 25px 30px 30px;
    border: 1px solid #e2e2e2;
}

.advantages-item__title,
.work-process-item__title {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.advantages-item__title svg,
.work-process-item__title svg {
    flex-shrink: 0;
}

.advantages-item__desc,
.work-process-item__desc {
    font-size: 16px;
    line-height: 1.25;
}

.pade-section__subtitle {
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.variants {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.variant {
    height: 260px;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    padding: 20px 30px;
}

.variant__title {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.work-process {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.work-process-item {
    position: relative;
}

.work-process-item:nth-child(1)::before,
.work-process-item:nth-child(3)::before {
    content: '';
    display: block;
    width: 56px;
    height: 16px;
    background: url('/poshiv-shtor/images/arrow.png') no-repeat center center / cover;
    position: absolute;
    top: -16px;
    right: -32px;
}


.work-process-item:nth-child(2)::after,
.work-process-item:nth-child(4)::after {
    content: '';
    display: block;
    width: 60px;
    height: 16px;
    background: url('/poshiv-shtor/images/arrow-bottom.png') no-repeat center center / cover;
    position: absolute;
    bottom: -16px;
    right: -32px;
}

.work-examples {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.work-example img {
    width: 100%;
    object-fit: cover;
}

.poshiv-shtor #content_part > .container {
    width: 100%;
}

.wide-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 300px;
    background: url('/poshiv-shtor/images/wide-banner.png') no-repeat center center / cover;
    margin: 105px auto 70px;
    padding: 20px;
}

.wide-banner__link {
    font-size: 18px;
    color: #905792;
    text-transform: uppercase;
    font-weight: bold;
    width: 320px;
    height: 70px;
    border-radius: 35px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.wide-banner__text {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    max-width: 850px;
    text-align: center;
}

.wide-banner__content {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
}

.form-section {
    padding: 0 20px;
}

.form-section__title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.form-section__subtitle {
    font-size: 20px;
    text-transform: uppercase;
    color: #905792;
    text-align: center;
    margin-bottom: 15px;
}

.form-section__desc {
    color: #9f9f9f;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
}

.contact-form {
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
}

.contact-form__input {
    height: 40px;
    background: #ededed;
    border-radius: 20px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 25px;
    font-weight: bold;
    color: #000;
    border: 1px solid #ededed;
}

.contact-form__textarea {
    height: 120px;
    border-radius: 20px;
    resize: none;
    background: #ededed;
    display: block;
    width: 100%;
    padding: 10px 25px;
    font-weight: bold;
    color: #000;
    border: 1px solid #ededed;
}

.contact-form__agreement {
    font-size: 12px;
    margin: 20px 0;
    text-align: center;
}

.contact-form__btn {
    width: 170px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #905792;
    border-radius: 20px;
    margin: 0 auto;
}

.form-result {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    text-transform: uppercase;
    color: #00c800;
}

/*.map-block {*/
/*    height: 725px;*/
/*}*/

#shtory-map {
    height: 725px;
}

.poshiv-shtor .text_inside_wide {
    padding-left: 0;
}

.poshiv-shtor .bottom-clear {
    margin-bottom: 0!important;
}

.map-info-item:first-child {
    margin-bottom: 30px;
}

.map-info-item {
    width: 580px;
    border: 1px solid #905792;
    background: #fff;
    padding: 25px 20px;
}

.map-info-item__title {
    font-size: 24px;
    font-weight: bold;
    color: #905792;
    margin-bottom: 20px;
}

.map-info-item__address {
    font-size: 14px;
    margin-bottom: 20px;
}

.map-info-item__text {
    font-size: 14px;
    color: #905792;
    margin-bottom: 20px;
}

.map-info-item-contacts__title {
    font-size: 18px;
    font-weight: bold;
    color: #905792;
    margin-bottom: 15px;
}

.map-info-item__contacts {
    font-size: 14px;
}

.map-info-item-contacts__items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    gap: 10px;
}

.map-block {
    position: relative;
}

.map-info {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-100%, 0);
    z-index: 1;
}

.variants-section .page-section__title {
    margin-bottom: 30px;
}

/*popup*/

.popup-block {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.popup-block.is-open {
    display: flex;
}

.popup-block__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.popup-block__content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 420px;
    padding: 40px 30px;
    background: #fff;
}

.popup-block__close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: 0;
    background: none;
    font-size: 28px;
    cursor: pointer;
}

.popup-block input {
    background: #ededed;
    height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #0e0e0e;
    border: 1px solid #ededed;
    display: block;
    margin-bottom: 15px;
}

.popup-block__title {
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}

.popup-block__submit-btn {
    background-color: #905792;
    color: white;
    height: 40px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    border: none;
    width: 170px;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto 0;
}

.popup-block__agreement {
    font-size: 12px;
    text-align: center;
}

/*/popup*/

@media (max-width: 1800px) {
    .poshiv-shtor #content_part > .container {
        width: 100%!important;
        padding: 0;
    }

    .page-container {
        max-width: 95%;
    }

    .page-container.title-block-container {
        max-width: 100%;
    }

    #breadcrumb {
        max-width: 95%;
        margin: 0 auto 10px!important;
    }
}

@media (max-width: 1379px) {
    .work-process {
        grid-template-columns: repeat(3, 1fr);
    }

    .work-process-item:nth-child(3)::before {
        display: none;
    }

    .title-block {
        padding-left: 80px;
    }

    .wide-banner__text {
        font-size: 35px;
        max-width: 650px;
    }
}

@media (max-width: 1279px) {
    .advantages {
        grid-template-columns: repeat(3, 1fr);
    }

    .map-info {
        left: 55%;
    }
}

@media (max-width: 1180px) {
    .map-info {
        position: unset;
        transform: unset;
        padding: 20px;
    }

    .map-info-item {
        width: 100%;
    }

    .map-info-item:first-child {
        margin-bottom: 20px;
    }

    .variants {
        grid-template-columns: repeat(3, 1fr);
    }

    .wide-banner__text {
        font-size: 30px;
        max-width: 600px;
    }

    #breadcrumb {
        padding: 0 10px;
    }
}

@media (max-width: 980px) {
    .advantages {
        grid-template-columns: repeat(2, 1fr);
    }

    .variants {
        grid-template-columns: repeat(2, 1fr);
    }

    .work-process {
        grid-template-columns: repeat(2, 1fr);
    }

    .work-process-item:nth-child(1)::before, .work-process-item:nth-child(3)::before {
        display: none;
    }

    .work-process-item:nth-child(2)::after, .work-process-item:nth-child(4)::after {
        display: none;
    }

    .wide-banner__content {
        flex-direction: column-reverse;
        gap: 15px;
    }

    .title-block__h1 {
        font-size: 40px;
    }

    .title-block {
        padding-top: 0;
        padding-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .page-section__title {
        font-size: 35px;
    }
}

@media (max-width: 680px) {
    .title-block__h1 {
        font-size: 35px;
    }

    .advantages {
        gap: 15px;
    }

    .variants {
        gap: 15px;
    }

    .work-process {
        gap: 15px;
    }

    .work-examples {
        gap: 15px;
    }
}

@media (max-width: 650px) {
    .advantages {
        grid-template-columns: repeat(1, 1fr);
    }

    .work-process {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 570px) {
    .title-block {
        height: 600px;
        padding: 20px;
    }

    .title-block__h1 {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .variants {
        grid-template-columns: repeat(1, 1fr);
    }

    .work-examples {
        grid-template-columns: repeat(1, 1fr);
    }

    .wide-banner__text {
        font-size: 25px;
    }

    .title-block__text {
        font-size: 18px;
    }

    .page-section__title {
        justify-content: center;
    }

    .page-section__title::before,
    .page-section__title::after {
        display: none;
    }
}


/* End */
/* /poshiv-shtor/assets/style.css?178280979612496 */
