.first-screen {
    margin: 0 auto;
    height: calc(100svh - 4em);
}

@media screen and (max-width: 992px) {
    .first-screen {
        height: auto;
    }
}

.first-screen_nav-link {
    text-decoration: none;
    color: #bfbfbf;
    background: rgba(21, 37, 85, 0.5);
    padding: 10px;
    border-radius: 10px;
    font-size: 1.1rem;
}

.first-screen_nav-link:hover {
    background: rgba(18, 74, 123, 0.77);
}

.first-screen__container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%;

}

.first-screen__container:before {
    content: "";
    opacity: 0.4;
    position: absolute;
    z-index: -1;
    top: 1px;
    left: -15px;
    bottom: 0;
    right: 0;
    background: url('../images/parabolic-triangle.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.first-screen__wrapper {
    display: grid;
    grid-template-areas: 'nav nav''desc bg';
    grid-template-columns: 0.6fr 0.4fr;
    grid-template-rows: 0.1fr 1fr;
    margin: 0 auto;
    height: 100%;
}

.first-screen__logo {
    background: url('../images/logoza.png') no-repeat center center/contain;
    width: 200px;
    height: 53px;
}

@media (max-width:576px) {
    .first-screen__logo {
        width: 170px;
    }
}

.first-screen__navigation,
.scroll-menu .wrapper-middle__nav .screen__navigation {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.scroll-menu .wrapper-middle__nav {
    z-index: 1000;
}

.first-screen__burger,
.first-screen__navigation_close,
.mobile-burger {
    display: none;
}

.first-screen__navigation_close {
    width: 32px;
    height: 32px;
    border: none;
    background: url('../images/close.svg') no-repeat center center / cover;
}

.first-screen__burger,
.mobile-burger {
    font-size: 10px;
    border: none;
    background: rgb(96, 9, 240);
    background: linear-gradient(0deg, rgba(96, 9, 240, 1) 0%, rgba(129, 5, 240, 1) 100%);
    border-radius: 10px;
    width: 60px;
    margin-left: auto;
    transition: transform .4s;
}

.first-screen__burger span,
.mobile-burger span {
    display: inline-block;
    width: 100%;
    height: 0.25rem;
    border-radius: 0.125rem;
    background-color: rgb(191, 192, 193);
    box-shadow: 0 .5px 2px 0 hsla(0, 0%, 0%, .2);
    transition: width .4s, transform .4s, background-color .4s;
}

.first-screen__burger :nth-child(1),
.mobile-burger :nth-child(1) {
    width: 75%;
}

.first-screen__burger :nth-child(2),
.mobile-burger :nth-child(2) {
    width: 50%;
}

.first-screen__nav {
    display: flex;
    justify-content: space-evenly;
    align-self: center;
    max-width: 300px;
    width: 100%;
}

.first-screen__title {
    font-size: 3.5rem;
    color: #FFFFFF;
    width: 100%;
    padding: 40px 0 20px;
    text-transform: uppercase;

}

@media (max-width: 1300px) {
    .first-screen__title {
        font-size: 3.2rem;
    }
}

@media (max-width: 1150px) {
    .first-screen__title {
        font-size: 2.9rem;
        margin-bottom: 40px;
    }
}

@media (max-width: 992px) {
    .first-screen__title {
        font-size: 2.3rem;
    }
}

.first-screen__title #typed {
    height: 200px;
}

@media (max-width: 992px) {
    .first-screen__title #typed {
        height: 170px;
    }
}

@media (max-width: 768px) {
    .first-screen__title {
        padding: 20px 0;
    }

    .first-screen__title #typed {
        height: 150px;
    }
}

.first-screen__text {
    font-size: 1.2rem;
    color: #bfbfbf;
    margin-bottom: 40px;
}

header {
    background: rgb(1, 65, 78);
    background: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 50, 1) 100%);
    border-radius: 20px;
    overflow: hidden;
}

.wrapper-middle {
    display: flex;
}

.wrapper-middle__nav {
    grid-area: nav;
    display: grid;
    grid-template-columns: 0.35fr 0.65fr;
    gap: 20px;
    box-sizing: border-box;
    align-items: center;
    transition: all 0.5s ease;
}

.wrapper-middle__nav.active {
    position: fixed;
    width: calc(100vw - 40px);
    padding: 20px;
    border-radius: 20px;
    top: 0;
    /*-40%;*/
    right: 50%;
    /*50%;*/
    transform: translateX(50%);
    background: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 50, 1) 100%);

}

.wrapper-middle__content {
    grid-area: desc;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wrapper-middle__background {
    grid-area: bg;
    align-self: end;
    width: 100%;

}

.wrapper__background_image {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 500px;
}

.first-screen__description {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.1rem;
    max-width: 50vw;
    color: #FFFFFF;
    text-align: center;
    border-radius: 50px;
    transition: all 0.5s ease;
    transform: translate(0, 30%);
    opacity: 0;
    margin-bottom: 10px;
}

.first-screen__description_left,
.first-screen__description_right {
    padding: 0.5em;
    background: rgba(39, 11, 91, 0.7);
    border-radius: 20px;
    margin: 10px;
    width: 45%;
    transition: all 0.5s ease;
}

@media screen and (max-width: 992px) {

    .first-screen__description_left,
    .first-screen__description_right {
        width: 100%;
    }
}

.first-screen__description_left:hover,
.first-screen__description_right:hover {
    background: rgba(18, 74, 123, 0.77);
}

.first-screen__description_left:active,
.first-screen__description_right:active {
    background: rgba(18, 74, 123, 0.77);
}

.first-screen__description_left:focus,
.first-screen__description_right:focus {
    background: rgba(18, 74, 123, 0.77);
}

.first-screen__create-order__btn {
    display: inline-block;
    border-radius: 40px;
    border: none;
    background-color: #6e01db;
    color: #d3d1d1;
    text-align: center;
    font-size: 1.2rem;
    padding: 20px;
    transition: all 0.4s;
    cursor: pointer;
    margin-left: auto;
    transition: all 0.5s ease;
    animation: heartBeat 5s linear infinite;
}

.footer-privacy {
    transition: all 0.5s ease;
    border: none;
    border-radius: 20px;
    padding: 15px 25px;
    background: #6e01db;
    text-align: center;
    width: max-content;
}

.first-screen__create-order__btn:hover,
.fourth-screen__button:hover,
.footer-privacy:hover {
    background-color: #0142db;
}

/* #0142db */

.first-screen__create-order__btn pre {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.4s;
}

.mobile-menu {
    display: none;
}

.first-screen__create-order__btn pre:after {
    content: 'юриста';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.7s;
}

.first-screen__create-order__btn:hover pre {
    padding-right: 3.55em;
}

.first-screen__create-order__btn:hover pre:after {
    opacity: 4;
    right: 0;
}

.overlay.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #eaeef2;
    z-index: 1001;
}

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

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

    .first-screen__burger,
    .first-screen__navigation_close,
    .mobile-burger {
        display: block;
    }

    /* сюда скролл меню */
    .first-screen__navigation,
    .scroll-menu .wrapper-middle__nav .screen__navigation {
        display: none;
    }

    .mobile-menu .first-screen__nav {
        flex-direction: column;
        align-items: center;
        margin-top: 10%;
        max-width: 100%;
        gap: 20px;
    }

    .mobile-menu .first-screen_nav-link {
        width: 100%;
        text-align: center;
        border: 1px solid #8b8989;
    }

    .mobile-menu .first-screen__create-order__btn {
        margin-left: 0;
    }

    .mobile-menu.active .mobile-email {
        font-size: 1.3rem;
        color: #FFF;
        text-align: center;
        margin-top: 20%;
    }

    .mobile-menu.active .mobile-logo {
        display: block;
        margin: 0 auto 10px;
        width: 200px;
    }

    .mobile-menu.active .mobile-information {
        margin-top: 30px;
        color: #FFF;
        text-align: center;
    }

    .mobile-menu {
        display: grid;
        grid-template-columns: 1fr;
        align-content: start;
        overflow: hidden;
        position: fixed;
        right: 0;
        top: 0;
        background: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 50, 1) 100%);
        width: 0;
        height: 100vh;
        padding: 0;
        padding-top: 20%;
        gap: 10%;
        z-index: 1002;
        transition: all 0.5s;
    }

    .mobile-menu.active {
        overflow: visible;
        width: 50%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .first-screen__navigation_close {
        display: block;
        position: absolute;
        top: 5%;
        right: 5%;
    }
}

@media (max-width: 768px) {
    .first-screen__wrapper {
        grid-template-areas: 'nav''desc''bg';
        grid-template-columns: 1fr;
    }

    .wrapper-middle__content {
        text-align: center;
    }

    .number-section__title {
        text-align: center;
    }

    .first-screen__description {
        margin-right: 0;
        max-width: 100%;
    }

    .first-screen__title {
        max-width: 100%;
        margin: 10px;
    }

    .first-screen__text {
        font-size: 1.1rem;
        max-width: 100vw;
    }

    .first-screen__description_left,
    .first-screen__description_right {
        padding: 1.1em;
    }

    .wrapper-middle__background {
        width: 70%;
        margin: auto;
    }

    .wrapper__background_image {
        max-width: 400px;
    }
}

@media (max-width: 652px) {
    .mobile-menu.active {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .mobile-menu.active {
        width: 100%;
    }

    .first-screen__title {
        font-size: 2rem;
        margin: 0;
        padding: 20px 0;
        margin-bottom: 40px;
    }

    .first-screen__description {
        font-size: 1.1rem;
    }

    .first-screen__text {
        margin-bottom: 20px;
        padding: 20px 0;
    }
}

@media (max-width: 345px) {
    .first-screen__nav {
        flex-direction: column;
    }

    .first-screen_nav-link {
        margin-bottom: 20px;
    }
}


/* second screen styles */

.sec-screen__title,
.fourth-screen__title,
.five-screen__title,
.final-section__title,
.number-section__title,
.feedback__title {
    font-size: 3rem;
    margin-bottom: 50px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    opacity: 0;
    transform: translate(0, 60%);
}

.sec-screen__title.active,
.fourth-screen__title.active,
.five-screen__title.active,
.final-section__title.active,
.number-section__title.active,
.feedback__title.active,
.feedback__slider.active,
.first-screen__description.active {
    opacity: 1;
    transform: translate(0, 0);
}


.sec-screen__list {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    transition: all 0.5s ease;
    opacity: 0;
    transform: translate(0, 60%);
}

.sec-screen__list.active,
.fourth-screen__list.active,
.five-screen__item.active,
.final-section__list.active,
.card.active,
.fourth-screen__item.active {
    opacity: 1;
    transform: translate(0, 0);
}

.sec-screen__item {
    max-width: 300px;
    width: 100%;
    margin: 0 10px;
    background: #F5F6F8;
    border-radius: 20px;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.sec-screen__item:hover {
    animation: pulse;
    animation-duration: 2s;
}

.sec-screen__item_title {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.sec-screen__item_text {
    font-size: 1.1rem;
}

#sec-screen__item_icon-color {
    transition: all 0.5s ease;
}

.sec-screen__item:hover #sec-screen__item_icon-color {
    fill: #3e1090;
}

@media (max-width: 576px) {

    .sec-screen__title,
    .fourth-screen__title,
    .five-screen__title,
    .final-section__title,
    .number-section__title {
        font-size: 1.7rem;
    }

    .sec-screen__item_title {
        font-size: 1.3rem;
    }
}


/* fourth screen */

.fourth-screen__list {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    justify-items: center;
    margin-bottom: 40px;
}

.fourth-screen__title {
    text-align: center;
}

.fourth-screen__item {
    padding: 10px;
    max-width: 320px;
    border-radius: 52px;
    background: #eaeef2;
    box-shadow: 5px 5px 10px #c7cace,
        -5px -5px 10px #ffffff;
    transition: all 0.5s ease;
    transform: translate(0, 60%);
    opacity: 0;

}

.fourth-screen__item:hover {
    animation: pulse;
    animation-duration: 2s;
}

.fourth-screen__item_img {
    width: 100%;
    overflow: hidden;
    border-radius: 50px;
    aspect-ratio: 2 / 1.5;
    margin-bottom: 10px;
}

.fourth-screen__item_img img {
    width: 100%;
    object-fit: contain;
    height: auto;
}

.fourth-screen__item_title {
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

.fourth-screen__item_text {
    text-align: center;
    font-size: 1rem;
}

.fourth-screen__button {
    display: block;
    margin: auto;
    max-width: 350px;
    text-align: center;
    padding: 20px 10px;
    background-color: #6e01db;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 20px;
    transition: all 0.5s ease;
    animation: headShake 5s linear infinite;
}

@media (max-width: 992px) {
    .fourth-screen__list {
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media (min-width: 320px) and (max-width: 576px) {
    .fourth-screen__list {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .fourth-screen__button {
        font-size: 1.1rem;
    }
}


/* Five screen section */
.five-screen {
    text-align: center;
}

.five-screen__list {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 0 40px;
}

.five-screen__item {
    background: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 50, 1) 100%);
    color: #FFF;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.5s ease-out;
    transform: translate(0, 60%);
    opacity: 0;
}

.five-screen__item:hover {
    background: rgba(39, 11, 91, 0.7);
}

.five-screen__item:nth-of-type(1) {
    grid-row: 1 / span 2;
}

.five-screen__item:nth-last-of-type(1) {
    grid-column: 2 / span 2;
}

.five-screen__item_title {
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.five-screen__item_img {
    width: 180px;
    border-radius: 50%;
    overflow: hidden;
}

.five-screen__item_img img {
    width: 100%;
}

@media (max-width: 992px) {
    .five-screen__list {
        padding: 0;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    }

    .five-screen__item:nth-last-of-type(1) {
        grid-column: 1 / span 2;
    }
}

@media (max-width: 576px) {
    .five-screen__list {
        grid-template-columns: 1fr;
    }

    .five-screen__item:nth-last-of-type(1) {
        grid-column: 1;
    }
}




/* final-section styles */
.final-section__title {
    text-align: center;
}

.final-section__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    opacity: 0;
    transform: translate(0, 60%);
    transition: all 0.5s ease;
}

.final-section__item {
    padding: 20px;
    border-radius: 25px;
    background: #eaeef2;
    box-shadow: 5px 5px 10px #c7cace, -5px -5px 10px #ffffff;
    border: 1px solid #DBDBDB;
    transition: all 0.5s ease;
}

.first-screen__description_left.active,
.first-screen__description_right.active {
    background: rgba(18, 74, 123, 0.77);
}

/* .five-screen__item.active {
    background: rgba(39, 11, 91, 0.7);
} */
.final-section__item:hover,
.final-section__item:active,
.final-section__item:focus {
    background: linear-gradient(115deg, #bf37ff, #4528dc);
    color: #FFFFFF;
}

.final-section__item:hover .final-section__item_title,
.final-section__item:hover .final-section__item_text {
    transform: scale(1.05);
}

.final-section__item:last-of-type {
    grid-column: 1 / span 2;
}

.final-section__item_title {
    margin-bottom: 20px;
    text-align: center;
    transition: all 0.5s ease;
}

.final-section__item_text {
    text-align: center;
    transition: all 0.5s ease;
}

@media (max-width: 576px) {
    .final-section__list {
        grid-template-columns: 1fr;
    }

    .final-section__item:last-of-type {
        grid-column: auto;
    }
}


/* footer styles */
.footer {
    border-top: 1px solid #c7cace;
}

.footer-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    align-items: center;
    padding: 20px 0;

}

.footer-logo {
    text-align: right;
}

.footer-email {
    text-align: center;
}

.footer-logo__img {
    display: inline-block;
    background: url('../images/logoza-black.png') no-repeat center center/contain;
    width: 150px;
    height: 53px;
}

.footer-information {
    grid-row: 2;
    grid-column: 2;
    text-align: center;
}

@media (max-width: 992px) {
    .footer-wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .footer-information {
        grid-column: 1;
        grid-row: 2;
        text-align: left;
    }

    .footer-email {
        text-align: right;
    }

    .footer-logo {
        grid-column: 2;
        grid-row: 2;
    }
}

@media (max-width: 576px) {
    .footer-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer-information {
        grid-column: auto;
        grid-row: auto;
        text-align: center;
    }

    .footer-privacy {
        margin: auto;
    }

    .footer-email {
        text-align: center;
    }

    .footer-logo {
        grid-column: auto;
        grid-row: auto;
        text-align: center;
    }
}




/* numbers section */

.numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--number-justify-content);
    justify-self: center;
    width: var(--number-width);
    row-gap: var(--number-row-gap);
    position: relative;
    max-width: 1200px;
}

.item img {
    width: 100%;
}

.item {
    width: 284px;
    height: 284px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.h-elem {
    position: absolute;
    top: 22%;
    left: 0%;
    font-size: 55px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    z-index: 2;

}

.t-elem {
    position: absolute;
    top: 50%;
    left: 0%;
    font-size: 20px;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.t-elem p {
    width: 12em;
    font-size: 20px;
    margin: 0 auto;
}

@keyframes animation {
    0% {
        transform: rotate(0deg);
        /* Начальная позиция */
    }

    100% {
        transform: rotate(360deg);
        /* Полный оборот */
    }
}

.animation {
    animation: animation 15s infinite linear;
    backface-visibility: hidden;
    height: 100%;
}

.card {
    width: 284px;
    height: 284px;
    position: relative;
    display: flex;
    place-content: center;
    place-items: center;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    border-radius: 50%;
    transition: all 0.5s ease;
    transform: translate(0, 60%);
    opacity: 0;
}

.card h2 {
    z-index: 1;
    color: white;
    font-size: 2em;
}

.card::before {
    content: '';
    position: absolute;
    width: 255px;
    background-image: linear-gradient(180deg, #6e01db, rgb(0, 0, 142));
    height: 130%;
    animation: rotBGimg 16s linear infinite;
    transition: all 0.2s linear;
}

@keyframes rotBGimg {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.card::after {
    content: '';
    position: absolute;
    background: #eaeef2;
    inset: 3px;
    border-radius: 50%;
}

.card:hover:before {
    background-image: linear-gradient(180deg, rgb(81, 255, 0), purple);
    animation: rotBGimg 3.5s linear infinite;
}



/* form section */

.block-form {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    max-width: 1350px;
    background-color: #2e2e2e;
    padding: 0 0;
    background: url('../images/parabolic-pentagon.svg') no-repeat center center / cover, radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 50, 1) 100%);
    background-size: cover;
    border-radius: var(--border-radius);
}

#response {
    display: none;
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    justify-content: center;
    justify-self: center;
    margin-bottom: 1em;
    width: 90%;
    max-width: 500px;
}

.www {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 6;
    position: relative;
    min-height: var(--min-height-block-form);
    z-index: 1;
    overflow: hidden;

}

.form__img {
    border-radius: 50%;
    width: 300px;
}

.www-1 {}

.header {
    color: var(--color-header);
    font-size: 2rem;
    line-height: 1.4em;
    text-transform: uppercase;
    text-align: center;
    margin: 1em 0 0 0;
}

@media(max-width: 400px) {
    .header {

        font-size: 1.5rem;

    }
}

.text {
    color: #bec0c2;
    text-align: center;
    width: 90%;
}

button {
    user-select: none;
    -webkit-font-smoothing: antialiased;
    visibility: visible;
    -webkit-text-size-adjust: 100%;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    position: relative;
    outline: none;
    color: #fff;
    border-radius: 90px;
    font-size: 16px;
    cursor: pointer;
    display: block;
    width: var(--input-block-width);
    font-weight: 600;
    height: 60px;
    background: #f40;
}

button[type="submit"] {
    transition: all 0.5s ease;
}

button[type="submit"]:hover {
    background: #21b103;
}

#inbound-mobile {
    display: grid;
    grid-template-rows: auto 1fr;
    flex-grow: 2;
    min-height: var(--min-height-block-form);
    font-family: sans-serif;
    font-size: 20px;
    line-height: 1.4em;
    grid-row-gap: 40px;
    min-width: var(--inbound-mobile-min-width);
    margin-inline-start: auto;
    margin-inline-end: auto;

}

form {

    align-self: center;
    height: 320px;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    visibility: visible;
    -webkit-text-size-adjust: 100%;
    box-sizing: content-box;
    font-family: sans-serif;
    font-size: 20px;
    line-height: 1.4em;
    grid-template-columns: 1fr;
    display: grid;
    width: 100%;
    max-width: 500px;
    justify-items: center;
    //grid-row-gap: 20px;
    margin: 0 auto;
}

.form {

    align-self: center;
    height: 230px;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    visibility: visible;
    -webkit-text-size-adjust: 100%;
    box-sizing: content-box;
    font-family: sans-serif;
    font-size: 20px;
    line-height: 1.4em;
    grid-template-columns: 1fr;
    display: grid;
    width: 100%;
    max-width: 500px;
    justify-items: center;
    margin: 0 auto;
}

input {
    user-select: none;
    -webkit-font-smoothing: antialiased;
    visibility: visible;
    -webkit-text-size-adjust: 100%;
    font-family: 'Gilroy', Arial, sans-serif;
    -webkit-appearance: none;
    box-sizing: border-box;
    line-height: 1.33;
    margin: 0;
    outline: none;
    padding: 0 20px;
    width: 100%;
    color: rgb(0, 0, 0);
    // border: 1px solid rgb(255, 255, 255);
    //background-color: rgb(250, 253, 255);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
}

.input-block {
    width: var(--input-block-width);
    user-select: none;
    -webkit-font-smoothing: antialiased;
    visibility: visible;
    -webkit-text-size-adjust: 100%;
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    border: 0;
}

label {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    color: #fff;
    font-size: 1rem;
    width: 90%;
    gap: 1em;
    padding-left: 1em;
    margin-top: 1em;
}

label p {
    line-height: 1em;
    display: inline-block;
    width: 85%;

}

input[type="checkbox"] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid white;
    background-color: //transparent; /* Цвет фона */
        position: relative;
    border-radius: 0;
    // margin: 1em 1em 0 0.5em; 
}

input[type="checkbox"]:checked {
    background-color: #FFFFFF;
    /* Цвет фона при выбранной галочке */
}

input[type="checkbox"]:checked::after {
    content: '\2713';
    /* Символ галочки */
    color: black;
    /* Цвет галочки */
    font-size: 16px;
    position: absolute;
    top: -1px;
    left: 4px;
}

.iti {
    width: 100%;
}

#privacy-policy-modal .p {
    height: 72%;
    overflow: scroll;
    background-color: white;
    margin-top: 1em;
}

.p ul {
    counter-reset: item;
    margin: 1em 0.5em;
}

.p li {
    display: block;
    margin-bottom: 1em;
}

.p ul>li:before {
    content: counters(item, ".") ". ";
    counter-increment: item
}

.p ul>li ul li:before {
    content: counters(item, ".") " ";
    counter-increment: item
}


/* новая секция - отзывы */
/* .feedback {
    display: none;
} */
.feedback__slider {
    width: 100%;
    height: 350px;
    transition: all 0.5s ease;
    transform: translate(0, 60%);
    opacity: 0;
}

.swiper__main-slide {
    width: auto;
}

@media screen and (max-width: 992px) {
    .swiper__main-slide {
        width: 100%;
    }

    .feedback__slider-item {
        max-width: none !important;
        width: 100%;
    }
}

.feedback__slider-item {
    background-color: #FFF;
    padding: 25px;
    border-radius: 20px;
    height: 92%;
    transition: all 0.5s ease;
}

.feedback__slider-item:hover {
    background-color: rgba(39, 11, 91, 0.7);
    color: #ffffff;
}

.feedback__slider-item_star {
    background: url('../images/star.png');
    height: 32px;
    max-width: 160px;
    width: 100%;
    margin-bottom: 10px;
}

.feedback__slider-item_star:nth-of-type(5) {
    max-width: 95px;
}

.feedback__slider-item_star:nth-of-type(7) {
    max-width: 95px;
}

.feedback__slider-item_name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.feedback_slider-item_title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.feedback_slider-item_text {
    font-size: 15px;
}