*,
::after,
::before {
    box-sizing: border-box;
}

:root {
    --text-color: #fff;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    /* font-family: "Play", "Arial", "Helvetica", sans-serif; */
    color: var(--text-color);
    font-weight: 400;

}

/* Common Class */

form,
input,
button,
textarea {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
    outline: none;
    border: none
}

label {
    display: inline;
}

textarea {
    resize: none;
}

.distance-part {
    margin-top: 70px;
}

/* .btn {
    background: linear-gradient(#1e0044, #1e0044) padding-box,
        linear-gradient(to right, #383fec, #23ffff) border-box;
    border-radius: 10px;
    border: 1px solid transparent;
    margin: 0 auto;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    gap: 10px;
} */

/* Animation */
.arrow-animation {
    width: 18px;
    position: absolute;
    top: 130%;
    left: 50%;
    transform: translateX(-50%);
}

.arrow-animation__segment {
    width: 3px;
    margin-right: auto;
    margin-left: auto;
    background-color: #e9deff;
    animation: arrowAnimation 1s infinite ease-in-out alternate-reverse;
}

.arrow-animation__chervon {
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    line-height: 1;

}

.arrow-animation__chervon img {
    width: auto;
    height: auto;
}

@keyframes arrowAnimation {
    from {
        height: 20px;
    }

    to {
        height: 40px;
    }
}

.pagezayavkinaokna-cta__animation-action {
    position: relative;
}

.pagezayavkinaokna-cta__hand {
    position: absolute;
    width: 35px;
    top: 50%;
    left: 50%;
    animation: handAnimation 1s ease-in-out infinite alternate-reverse;
}

@keyframes handAnimation {
    from {
        transform: translateY(-50%) translateX(-130px);
    }

    to {
        transform: translateY(-50%) translateX(-172px);
    }
}

.alpha-background__oknazayavka {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background: url(/www/local/templates/gradient/img/zayavka_okna--mobile.webp) no-repeat;
    background-size: cover;
    background-color: #000000;
}

@media (min-width: 992px) {
    .alpha-background__oknazayavka {
        background: url(/www/local/templates/gradient/img/zayavka_okna--desktop.webp) no-repeat;
        background-size: cover;
    }
}

.header__logo img {
    max-width: 274px;
}

.header__right {
    justify-content: flex-end;
}

/* Hero Part */
.pagezayavkinaokna-hero {
    position: relative;
    z-index: 1;
}

.pagezayavkinaokna-hero__effect-blur {
    position: absolute;
    background: linear-gradient(to right, #423C6B, #7A50A1, #4C59CA);
    mix-blend-mode: multiply;
    filter: blur(50px);
    top: -50px;
    left: 0px;
    right: 50px;
    bottom: -50px;
    z-index: -1;
    border-radius: 0 100px 100px 0;
}

.pagezayavkinaokna-hero__bg {
    position: absolute;
    top: -142px;
    right: 0;
    left: -20px;
    z-index: -2;
    height: 600px;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%);
}

.pagezayavkinaokna-hero__bg img {
    width: 250%;
    object-position: -138px;
}

.pagezayavkinaokna-hero__title {
    text-align: center;
    text-shadow: 0px 0px 6px rgba(44, 3, 69, 0.70);
    font-size: clamp(3rem, 4vw + 1rem, 6.4rem);
    font-weight: 700;
    line-height: 106.667%;
    letter-spacing: -0.6px;
    padding-top: 126px;
}

.pagezayavkinaokna-hero__subtitle {
    text-align: center;
    font-size: clamp(1.8rem, 2vw + 1rem, 3.6rem);
    font-weight: 700;
    line-height: 133.333%;
    letter-spacing: -0.36px;
    margin-top: 20px;
}

/* CTA Part */
.pagezayavkinaokna-cta {
    margin-top: 230px;
}

.pagezayavkinaokna-cta__title {
    font-size: clamp(2.2rem, 3vw + 1rem, 5.4rem);
    text-align: center;
    font-weight: 700;
    line-height: 136.364%;
    letter-spacing: -0.44px;
    margin-bottom: 20px;
}

.pagezayavkinaokna-cta__illustrators {
    display: flex;
    align-items: stretch;
}



.pagezayavkinaokna-cta__illus-left {
    /* background: url(../images/zayavki__man-on-beach.webp) no6repeat center / 120%; */
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagezayavkinaokna-cta__illus-left img {
    transform: scale(1.6);
}

.pagezayavkinaokna-cta__illus-right {
    background: url(../images/zayavki__big-time.webp?1236) no-repeat center / contain;
    flex: 1 1 0;

}

.pagezayavkinaokna-cta__illus-right-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.pagezayavkinaokna-cta__illus-right-item {
    font-size: clamp(1.4rem, 3vw + 0.25rem, 4.2rem);
    font-weight: 700;
    text-align: center;
}

.pagezayavkinaokna-cta__text-action {
    font-size: clamp(2rem, 2vw + 1.2rem, 4.2rem);
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin: 40px 0 20px;
}

.pagezayavkinaokna-cta__text-action span {
    display: inline;
}

.pagezayavkinaokna-cta__btn {
    font-size: clamp(1.6rem, 1.5vw + 1rem, 3.2rem);
    background: linear-gradient(#0f071e, #0f071e) padding-box, linear-gradient(-150deg, #59F8D2 7%, rgba(116, 223, 221, 0.43) 28.48%, rgba(161, 180, 239, 0.54) 64.29%, rgba(202, 142, 255, 0.55) 96.31%) border-box;
    margin-right: auto;
    margin-left: auto;
    padding: 11px 61px;
    border: 2px solid transparent;
}


/* .pagezayavkinaokna-cta__hand img {
    width: 100%;
} */

/* ADS Part */
.pagezayavkinaokna-ads__title {
    font-size: clamp(2.2rem, 3vw + 1rem, 5.4rem);
    font-weight: 700;
    line-height: 1.36;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 30px;
}

.pagezayavkinaokna-ads__row {
    row-gap: 20px;
}

.pagezayavkinaokna-ads__item {
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.pagezayavkinaokna-ads__illus {
    width: 72px;
    height: 72px;
    object-fit: contain;
    flex-shrink: 0;
}

.pagezayavkinaokna-ads__desc {
    font-size: clamp(2rem, 1.7vw + 1.25rem, 3.6rem);
    font-weight: 400;
    line-height: 1.2;
}

/* Торопитесь Part */
.pagezayavkinaokna-speed {
    filter: drop-shadow(0px 0px 6px rgba(41, 217, 255, 1));
    text-align: center;
}

.pagezayavkinaokna-speed__bg {
    padding-top: 70px;
    padding-bottom: 83px;
    background: linear-gradient(147.77deg,
            #9400ff 14.56%,
            rgba(198, 79, 135, 0.83) 86.63%);
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0% 100%);
}

.pagezayavkinaokna-speed__title,
.pagezayavkinaokna-speed__subtitle {
    font-size: clamp(2.2rem, 3vw + 1rem, 5.4rem);
    font-weight: 700;
    line-height: 1.36;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

.pagezayavkinaokna-speed__title {
    text-transform: uppercase;
}

.pagezayavkinaokna-speed__region-number {
    color: #ffdd6d;
    animation: numberAnimation 1s linear infinite alternate-reverse;
    font-size: clamp(6.5rem, 7.5vw + 3rem, 13rem);
    line-height: 100%;
    margin-top: 30px;
}

@keyframes numberAnimation {
    from {
        text-shadow: none
    }

    to {
        text-shadow: 0px 0px 20px #fced96;
    }
}

.pagezayavkinaokna-speed__region-text {
    font-size: clamp(2rem, 2vw + 1.25rem, 4.2rem);
    line-height: 1.2;
}

.pagezayavkinaokna-speed__check-part {
    background: rgba(66, 25, 99, 0.7);
    padding: 20px 30px;
    position: relative;
    border-radius: 30px;
    box-shadow: 0px 0px 10px 0px rgba(215, 149, 255, 0.5);
    max-width: 747px;
    margin: 20px 40px 0;
}

.pagezayavkinaokna-speed__check-part::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    border: 2px solid transparent;
    background: linear-gradient(93deg, #383fec 49.3%, #23ffff 87.76%) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
    -moz-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
    mask-composite: exclude;
}

.pagezayavkinaokna-speed-check-part__title {
    font-size: clamp(2.2rem, 2.25vw + 1.2rem, 4.2rem);
    font-weight: 700;
    line-height: 136.364%;
    letter-spacing: -0.44px;
    text-transform: uppercase;
}

.pagezayavkinaokna-speed-check-part__button {
    display: inline-block;
    font-size: clamp(1.6rem, 1.5vw + 1rem, 3.2rem);
    font-weight: 700;
    line-height: 145.5%;
    /* 23.28px */
    padding: 12px 35px;
    margin-top: 20px;
    text-transform: uppercase;
    background: rgba(29, 1, 65, 0.3);
    position: relative;
    border-radius: 10px;
}

.pagezayavkinaokna-speed-check-part__button::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    border: 2px solid transparent;
    background: linear-gradient(240.52deg,
            #59f8d2 7%,
            #74dfdd6e 28.48%,
            #a1b4ef8a 64.29%,
            #ca8eff8c 96.31%) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
    -moz-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
    mask-composite: exclude;
}

/* МЫ знаем */
.pagezayavkinaokna-given__title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.37;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 30px;
}

.pagezayavkinaokna-given__title span {
    display: block;
}

.pagezayavkinaokna-given__row {
    display: flex;
    justify-content: space-between;
}

.pagezayavkinaokna-given__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pagezayavkinaokna-given__item {
    display: flex;
    font-size: clamp(1.6rem, 1.5vw + 1rem, 3rem);
    line-height: 1.25;
}

.pagezayavkinaokna-given__item-marker {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background: url(../images/zayavkinaokna-given__maker-0.svg) no-repeat center / 5px 5px;
}

.pagezayavkinaokna-given__symbol {
    width: 128px;
    height: 128px;
    object-fit: contain;
    transform: scale(1.1);
}

/* Сотрудничество */

.pagezayavkinaokna-career {
    position: relative;
    z-index: 1;
    padding-top: 25px;
    padding-bottom: 10px;
}

.pagezayavkinaokna-career__bg {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    clip-path: polygon(0 22%, 100% 12%, 100% 100%, 0% 100%);
}

.pagezayavkinaokna-career__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 80%;
}

.pagezayavkinaokna-career__text {
    position: relative;
    z-index: 1;
}

.pagezayavkinaokna-career__blur {
    position: absolute;
    background-color: #0a0e57c4;
    filter: blur(51px);
    top: 0px;
    bottom: -49px;
    left: 0px;
    right: 0px;
    z-index: -1;
}

.pagezayavkinaokna-career__title {
    font-size: clamp(2.2rem, 3vw + 1rem, 5.4rem);
    font-weight: 700;
    line-height: 1.37;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 30px;
}

.pagezayavkinaokna-career__foreword {
    font-size: clamp(1.6rem, 1.5vw + 1rem, 3rem);
    color: #8dc7fe;
    line-height: 1.25;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}

.pagezayavkinaokna-career__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pagezayavkinaokna-career__item--first,
.pagezayavkinaokna-career__item--second {
    display: flex;
    font-size: clamp(1.6rem, 1.5vw + 1rem, 3rem);
    line-height: 1.25;
}

.pagezayavkinaokna-career__item-marker {
    width: 10px;
    height: 20px;
    flex-shrink: 0;
    background: url(../images/zayavkinaokna-given__maker-0.svg) no-repeat center left/ 5px 5px;
}

.pagezayavkinaokna-career__form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 22px 11px 30px;
    border-radius: 32px;
    background: rgba(162, 80, 210, 0.5);
    position: relative;
    margin-top: 68px;
    max-width: 655px;
    margin-right: auto;
    margin-left: auto;
}

.pagezayavkinaokna-career__form::before {
    content: "";
    position: absolute;
    inset: -1.6px;
    border-radius: 34px;
    border: 2px solid transparent;
    background: linear-gradient(262.01deg, #00ffb7 -30.67%, #d795ff 100.85%) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
    -moz-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: -1;
}

.pagezayavkinaokna-career__form-title {
    font-size: clamp(2rem, 2vw + 1.2rem, 4.2rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: center;
    padding-bottom: 7px;
}

.pagezayavkinaokna-career__field {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.43;
    padding: 15px 20px;
    border-radius: 10px;
    background: #ffffffb2;
    outline: none;
    border: none;
    color: #000000b3;
}

.pagezayavkinaokna-career__input-wrap {
    position: relative;
    z-index: 1;
}

.pagezayavkinaokna-career__input-wrap::before {
    content: "";
    position: absolute;
    inset: -0.8px;
    border-radius: 11px;
    border: 1px solid transparent;
    background: linear-gradient(to right, #383fec, #23ffff) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
    -moz-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: -1;
}

.pagezayavkinaokna-career__field::placeholder {
    color: #00000080;
}

.pagezayavkinaokna-career__btn {
    font-size: clamp(1.6rem, 2vw + 0.75rem, 3.2rem);
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 20px 0;
    gap: 7px;
}

.pagezayavkinaokna-career__btn img {
    width: 15px;
    height: 15px;
    transform: rotate(-135deg);
}

.pagezayavkinaokna-career__condition {
    display: flex;
    gap: 5px;
    justify-content: center;
    cursor: pointer;
}

.pagezayavkinaokna-career__checkbox {
    display: none;
}

.pagezayavkinaokna-career__box {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    border: 1px solid#b5acce;
    background: #988fae;
}

.pagezayavkinaokna-career__check {
    width: 100%;
    height: 100%;
    display: none;
}

.pagezayavkinaokna-career__checkbox:checked~.pagezayavkinaokna-career__box .pagezayavkinaokna-career__check {
    display: block;
}

.pagezayavkinaokna-career__agree {
    text-align: center;
    font-size: 1rem;
    color: var(--text-color);
    line-height: 1.5;
}

.pagezayavkinaokna-career__agree-policy {
    color: var(--text-color);
}

/* < !-- Как мы обеспечим Вам заявки на окна --> */
.pagezayavkinaokna-provide__title {
    font-size: clamp(2.2rem, 3vw + 1rem, 5.4rem);
    font-weight: 700;
    line-height: 1.37;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 10px;
}

.pagezayavkinaokna-provide__subtitle {
    font-size: clamp(1.6rem, 2vw + 0.75rem, 3.6rem);
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 20px;
    color: #b195ff;
}

.pagezayavkinaokna-provide__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pagezayavkinaokna-provide__item {
    display: flex;
    gap: 10px;
}

.pagezayavkinaokna-provide__item-marker {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.pagezayavkinaokna-provide__item-marker img {
    width: 100%;
    height: auto;
}

.pagezayavkinaokna-provide__item-text {
    font-size: clamp(1.6rem, 1.5vw + 1rem, 2.8rem);
    line-height: 1.25;
}

.pagezayavkinaokna-provide__btn {
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}

/* Review Part */
.pagezayavkinaokna-review {
    overflow: hidden;
}

.pagezayavkinaokna-review__title {
    font-size: clamp(2.2rem, 3vw + 1rem, 5.4rem);
    font-weight: 700;
    letter-spacing: -0.8px;
    margin-bottom: 10px;
    line-height: 1.37;
    text-align: center;
}

.swiper-slide.pagezayavkinaokna-review__card-slide {
    width: 263px;
    height: 566px;
    border-radius: 30px;
    background-color: #E9DEFF;
}

/* FAQs */
.pagezayavkinaokna_faq {
    margin-top: 75px;
}

.pagezayavkinaokna_faq__title {
    font-size: clamp(2rem, 3vw + 0.75rem, 4.5rem);
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}

.pagezayavkinaokna_faq__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 35px;
    width: 100%;
}

.pagezayavkinaokna_faq__item {
    border-radius: 20px;
    background: linear-gradient(279.56deg, rgba(192, 122, 244, 0.8) 36.6%, rgba(75, 72, 134, 0.8) 105.48%);
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 25px 22px;
    overflow: hidden;
}

.pagezayavkinaokna_faq__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
}

.pagezayavkinaokna_faq__ques {
    font-size: clamp(1.6rem, 2vw + 1rem, 3.2rem);
    line-height: 1.5;
}

.pagezayavkinaokna_faq__close {
    width: 20px;
    transition: 0.2s ease;
}

.pagezayavkinaokna_faq__ans {
    font-size: clamp(1.4rem, 1vw + 1rem, 2rem);
    font-weight: 400;
    line-height: 1.5;
    /*max-height: 0;*/
    display: none;
    transition: 0.5s ease;
    overflow: hidden;
}

input:checked~.pagezayavkinaokna_faq__ans {
   /* max-height: 120px;*/
    padding-top: 7px;
    display: block;
}

input:checked~.pagezayavkinaokna_faq__header .pagezayavkinaokna_faq__ques {
    text-decoration: underline;
}

input:checked~.pagezayavkinaokna_faq__header .pagezayavkinaokna_faq__close {
    rotate: 45deg;
}

.pagezayavkinaokna_faq__img {
    display: none;
}

/* Cases */
.pagezayavkinaokna-case {
    overflow: visible;
}

.pagezayavkinaokna-case__title {
    background: linear-gradient(266.77deg,
            #ffffff -11.99%,
            #d795ff 42.41%,
            #7bc2fe 91.84%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: clamp(2.2rem, 3vw + 1rem, 5.4rem);
    font-weight: 700;
    letter-spacing: -0.8px;
    margin-bottom: 10px;
    line-height: 1.37;
    text-align: center;
}

.pagezayavkinaokna-case__swiper {
    padding-top: 10px;
}

.swiper-wrapper {
    height: auto;
}

.swiper-slide {
    border-radius: 20px;
    background-color: #c25ce4;
    opacity: 1;
    visibility: visible;
}

.swiper-control {
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 40px;
    gap: 40px;
}

.pagezayavkinaokna-case__card-slide {
    width: 263px;
    border-radius: 30px;
    border: 3px solid transparent;
    background: linear-gradient(#351c54, #351c54) padding-box,
        linear-gradient(93deg, #383fec 49.3%, #23ffff 87.76%) border-box;
    padding: 23px 22px;
    box-shadow: 0px 0px 10px 0px #d795ff80;
}

.pagezayavkinaokna-case__img {
    background: linear-gradient(45deg, #1f0b32 3.44%, #1d1b7a 98.64%);
    border-radius: 20px;
    width: 100%;
    display: flex;
    height: 147px;
    align-items: center;
    justify-content: center;
}

.pagezayavkinaokna-case__img img {
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    width: auto;
}

.pagezayavkinaokna-case__card-title {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 6px;
}

.pagezayavkinaokna-case__btn {
    padding: 11px 34px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin-top: 9px;
    margin-right: auto;
    margin-left: auto;
    background: linear-gradient(#30174e, #30174e) padding-box, linear-gradient(-150deg, #59F8D2 7%, rgba(116, 223, 221, 0.43) 28.48%, rgba(161, 180, 239, 0.54) 64.29%, rgba(202, 142, 255, 0.55) 96.31%) border-box;
    border: 2px solid transparent;

}

.pagezayavkinaokna-case__swiper-button-prev,
.pagezayavkinaokna-case__swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0px 0px 50px 0px #3dffff4d;
    border: 2px solid transparent;
    background: linear-gradient(#1f1c53, #1f1c53) padding-box,
        linear-gradient(240.52deg,
            #59f8d2 7%,
            rgba(116, 223, 221, 0.43) 28.48%,
            rgba(161, 180, 239, 0.54) 64.29%,
            rgba(202, 142, 255, 0.55) 96.31%) border-box;
}

.pagezayavkinaokna-case__swiper-button-prev:hover,
.pagezayavkinaokna-case__swiper-button-next:hover {
    box-shadow: 0px 0px 3.14815px 0px rgba(162, 45, 247, 0.1), 0px 0px 6.51852px 0px rgba(162, 45, 247, 0.1), 0px 0px 13px 0px rgba(162, 45, 247, 0.1), 0px 0px 25.48148px 0px rgba(162, 45, 247, 0.1), 0px 0px 46.85185px 0px rgba(162, 45, 247, 0.1), 0px 0px 19px 9px rgba(162, 45, 247, 0.1), 0px 0px 20px 0px #29D9FF
}

.pagezayavkinaokna-case__swiper-button-next {
    transform: rotate(180deg);
}

.pagezayavkinaokna-case__swiper-button-prev img,
.pagezayavkinaokna-case__swiper-button-next img {
    width: auto;
    height: auto;
}

.pageOknaZayavka {
    overflow-x: hidden;
}

.pageOknaZayavka .breadcrumbs__wrapper,
.pageOknaZayavka .sticky-btns,
.pageOknaZayavka .bottom-icons-panel,
.pageOknaZayavka .navbar__bottom,
.pageOknaZayavka .header__wrapper{
    display: none;
}

.pageOknaZayavka .header--desktop {
    padding: 20px 10px;
    background: rgba(29, 1, 65, 0.3);
    background: linear-gradient(180deg, rgba(29, 1, 65, 0.3) 50%, rgba(255,255,255,0) 100%);
    position: fixed;
}

.pageOknaZayavka .modal .form__input {
    color: #383838;
}

.pageOknaZayavka .modal-title{
    max-width: 300px;
    margin: 0 auto 17px;
    line-height: 37px;
}

.pageOknaZayavka .modal-header .close {
    font-size: 50px;
    line-height: 27px;
    font-weight: 400;
}

.pageOknaZayavka .modal-subtitle {
    text-align: left;
    padding-left: 0;
}

.pageOknaZayavka .footer__copyright {
    padding-bottom: 0;
}
