.home__feedback-left {
    max-width: 27%;
}

.home__servs-cards-item {
    position: relative;
}

.home__servs-cards-item .serv-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
}

.home__servs-cards-item:has(.serv-link) {
    background: #f6522e;
}

.home__servs-cards-item:has(.serv-link).anim {
    /* transition: all 0.3s ease; */
}

.home__servs-cards-item:has(.serv-link):hover {
    background: #fff;
}

.home__docs-price.on-center {
    margin-left: auto;
    margin-right: auto;
    grid-template: auto/repeat(4, minmax(0, 235px));
}

.home__audit-right.blocks .home__audit-price {
    padding-top: 0;
    margin: 0 auto 30px;
}

.home__promo-right .main-img {
    -o-object-fit: contain;
    object-fit: contain;
}

.home__tarif-descr {
    font-weight: 300;
}

.home__tarif-descr strong {
    font-weight: 900;
}

.home__tarif .page__title .title-wrap>p {
    margin-top: 2rem;
}

.faq__wrapper {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
}

.faq__text {
    flex: 0 0 40%;
}

.faq__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 2.5rem;
    color: #333;
}

.faq__desc {
    margin-top: 52px;
    padding-left: 40px;
    max-width: 580px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1.13rem;
    line-height: 140%;
    color: #333;
    opacity: 0.8;
    border-left: 2px solid #333;
}

.faq-item {
    position: relative;
    margin-top: 12px;
}

.faq-item:first-child {
    margin-top: 0;
}

.faq-item.open .exit {
    transform: rotate(45deg);
}

.faq-quest {
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 20px 20px 0 rgba(168, 195, 255, 0.14);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-radius: 1.25rem;
    padding: 1.88rem 1.25rem;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 1.13rem;
    line-height: 140%;
    color: #443f6c;
}

.faq-quest:hover {
    box-shadow: 0 20px 20px 0 rgba(168, 195, 255, 0.25);
}

.faq-quest span {
    display: block;
    max-width: 700px;
}

.faq-quest .exit {
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    transition: all 0.3s ease;
    position: relative;
}

.faq-quest .exit:after,
.faq-quest .exit:before {
    content: "";
    display: block;
    border-radius: 3px;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #443f6c;
}

.faq-quest .exit:after {
    transform: rotate(90deg);
}

.faq-answer {
    box-shadow: 0 20px 20px 0 rgba(168, 195, 255, 0.14);
    margin-top: 12px;
    margin-bottom: 8px;
    border-radius: 1.25rem;
    padding: 0 1.88rem;
    background: #fff;
    width: calc(100% - 20px);
    overflow: hidden;
    transition: all 0.3s ease;
}

.home__tarif-cards[data-rows="3"] {
    grid-template: auto/repeat(3, 1fr);
}

@media (max-width: 1354px) {
    .faq__text {
        flex: 0 0 50%;
    }
}

@media (max-width: 1024px) {
    .faq-answer {
        font-size: 14px;
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .faq-quest {
        font-size: 1rem;
        padding: 1rem;
    }
    .faq-quest .exit {
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
    }
    .faq__desc {
        margin-top: 2rem;
    }
}

@media (max-width: 900px) {
    .faq__desc {
        padding-left: 1.5rem;
        font-size: 15px;
    }
    .faq__title {
        font-size: 2rem;
    }
}

@media (max-width: 769px) {
    .faq__wrapper {
        display: block;
    }
    .faq__body {
        margin-top: 1.5rem;
    }
    .faq__desc {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 551px) {
    .faq__desc {
        font-size: 12px;
    }
}

@media (max-width: 1700px) {
    .home__docs-price.on-center {
        grid-template: auto/repeat(4, minmax(0, 205px));
    }
    .home__tarif-cards {
        grid-template: auto/repeat(4, 1fr);
    }
    .home__tarif-cards[data-rows="3"] {
        grid-template: auto/repeat(3, 1fr);
    }
    .header__nav ul li a {
        padding: 20px 25px;
    }
}

@media (max-width: 1400px) {
    .home__feedback-left {
        max-width: 35%;
    }
    .home__docs-price.on-center {
        grid-template: auto/repeat(4, minmax(0, 165px));
    }
}

@media (max-width: 1200px) {
    .header__nav ul li a {
        padding: 15px;
    }
    .home__tarif-cards {
        grid-template: auto/repeat(2, 1fr) !important;
    }
}

@media (max-width: 992px) {
    .home__feedback-left {
        max-width: calc(100% - 295px - 25px);
    }
    .home__audit-right.blocks {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .home__feedback-left {
        max-width: 100%;
    }
    .home__docs-price.on-center {
        grid-template: auto/repeat(2, minmax(0, 165px));
    }
}

.soon .btn {
    padding: 25px 20px;
    margin-top: 52px;
}

.soon__wrapper {
    margin-top: 40px;
    position: relative;
    display: flex;
    align-items: start;
    border-radius: 2.5rem;
    padding: 80px 50px;
    box-shadow: 0 20px 50px 0 rgba(68, 63, 108, 0.1);
    background: #443f6c;
    gap: 100px;
    flex-direction: row-reverse;
}

.soon__wrapper svg {
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
}

.soon__image {
    z-index: 5;
    width: 404px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    -o-object-position: bottom center;
    object-position: bottom center;
    position: absolute;
    left: 6%;
    transform: scaleX(-1);
    bottom: 0;
    height: 600px;
    max-width: 10000%;
    max-height: 600px;
}

.soon__form {
    flex: 0 0 500px;
}

.soon__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 2.5rem;
    color: #fff;
    line-height: 150%;
}

.soon__norms {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.soon__item img {
    display: block;
    width: 110px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
}

.soon__name {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1.13rem;
    line-height: 140%;
    text-align: center;
    color: #fff;
    opacity: 0.8;
    margin-top: 12px;
}

.soon__normsblock {
    position: relative;
    z-index: 10;
    flex: 0 0 540px;
}

.soon__subtitle {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 1.38rem;
    color: #fff;
    text-transform: uppercase;
}

.soon__norms {
    margin-top: 2rem;
}

.soon__name {
    text-align: center;
}

@media (max-width: 1600px) {
    .soon__image {
        right: 2%;
    }
    .soon__name {
        font-size: 14px;
    }
    .soon__normsblock {
        flex: 0 0 430px;
    }
}

@media (max-width: 1440px) {
    .soon__title {
        font-size: 2rem;
    }
    .soon__form {
        flex: 0 0 400px;
    }
}

@media (max-width: 1280px) {
    .soon__wrapper {
        margin-top: 64px;
        gap: 40px;
    }
    .soon__image {
        width: 314px;
    }
}

@media (max-width: 1280px) {
    .soon__image {
        width: 254px;
        left: 1%;
    }
}

@media (max-width: 1024px) {
    .soon__image {
        display: none;
    }
    .soon__wrapper {
        padding: 2rem;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
    .soon__wrapper svg {
        display: none;
    }
}

@media (max-width: 974px) {
    .soon__title {
        text-align: center;
    }
    .soon .btn {
        margin-left: auto;
        margin-right: auto;
    }
    .soon__subtitle {
        text-align: center;
    }
    .soon__image {
        display: block;
    }
    .soon__wrapper svg {
        display: block;
        right: auto;
        left: 20px;
        top: 20px;
        bottom: auto;
    }
}

@media (max-width: 750px) {
    .soon__image {
        display: none;
    }
    .soon__wrapper svg {
        display: none;
    }
    .soon .btn {
        margin-top: 1.5rem;
    }
    .soon__title {
        font-size: 1.5rem;
    }
    .soon__subtitle {
        font-size: 1rem;
    }
}

@media (max-width: 500px) {
    .soon__item img {
        width: 75px;
    }
    .soon__name {
        font-size: 12px;
    }
    .soon__normsblock,
    .soon__form {
        flex: 1 1 auto;
    }
    .soon__wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 400px) {
    .soon__name {
        font-size: 10px;
    }
}

.sepa {
    width: 1px;
    background: #333;
    height: 3rem;
    display: block;
    margin-right: 10px;
}

body:has(main.pass) .text_color {
    color: #4376EA;
}

body:has(main.pass) .header__phone svg {
    display: inline-block;
    padding-right: 5px;
}

body:has(main.pass) .header__phone svg path {
    stroke: #4376EA;
}

body:has(main.pass) .penalty__add {
    font-size: 12px;
    font-weight: 500;
    opacity: 0.7;
}

body:has(main.pass) ::-webkit-scrollbar-thumb {
    background-color: #4376EA;
}

body:has(main.pass) ::-webkit-scrollbar-track {
    background: #E9E9E9;
}

body:has(main.pass) .btn img {
    filter: grayscale(1);
}

body:has(main.pass) .btn:before {
    border-radius: 10px;
    content: "";
    width: 100%;
    height: 100%;
    background: #1948B3;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 5;
    mix-blend-mode: color;
}

body:has(main.pass) .hero {
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 250px;
    position: relative;
}

body:has(main.pass) .hero strong {
    color: #4376EA;
    font-weight: 700;
}

body:has(main.pass) .hero .btn {
    padding: 25px 20px;
}

body:has(main.pass) .hero__title {
    max-width: 782px;
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 3rem;
    line-height: 140%;
    color: #232323;
    font-weight: 700;
}

body:has(main.pass) .hero__desc {
    opacity: 0.8;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 1.13rem;
    line-height: 140%;
    color: #232323;
    margin-top: 2rem;
    max-width: 430px;
}

body:has(main.pass) .hero__listbody {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-top: 52px;
}

body:has(main.pass) .hero__list {
    flex: 0 0 440px;
}

body:has(main.pass) .hero__li {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

body:has(main.pass) .hero__li:first-child {
    margin-top: 0;
}

body:has(main.pass) .hero__li img {
    width: 54px;
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    flex: 0 0 54px;
}

body:has(main.pass) .hero__li-title {
    font-weight: 700;
    font-family: var(--font-family);
    font-size: 1rem;
    line-height: 140%;
    color: #232323;
}

body:has(main.pass) .hero__li-desc {
    margin-top: 8px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1rem;
    line-height: 140%;
    color: #232323;
}

body:has(main.pass) .hero__promo {
    border-radius: 1.5rem 0 0 1.5rem;
    background: #fff;
    padding: 40px;
    width: 100vw;
    flex: 0 0 100vw;
}

body:has(main.pass) .hero__promo-title {
    max-width: 540px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 1.13rem;
    line-height: 140%;
    color: #232323;
}

body:has(main.pass) .hero__promobtns {
    margin-top: 2rem;
    max-width: 540px;
    display: flex;
    align-items: center;
    gap: 30px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 1rem;
    color: #232323;
}

body:has(main.pass) .hero__promobtns .btn {
    flex: 0 0 350px;
}

body:has(main.pass) .hero .container {
    position: relative;
}

body:has(main.pass) .hero__image {
    position: absolute;
    display: block;
    right: 20px;
    top: 2rem;
    pointer-events: none;
}

body:has(main.pass) .who {
    background: #fff;
    padding-top: 120px;
    padding-bottom: 90px;
}

body:has(main.pass) .who strong {
    color: #4376EA;
    font-weight: 700;
}

body:has(main.pass) .who__wrapper {
    display: flex;
    gap: 30px;
    align-items: start;
}

body:has(main.pass) .who__text {
    flex: 0 0 600px;
}

body:has(main.pass) .who__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 2.5rem;
    color: #333;
}

body:has(main.pass) .who__body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 20px;
}

body:has(main.pass) .who__row {
    display: flex;
    align-items: center;
    gap: 30px;
}

body:has(main.pass) .who__row:nth-child(1) {
    margin-left: auto;
    margin-right: 0;
}

body:has(main.pass) .who__row:nth-child(1) .who__item:last-child {
    flex: 0 1 33%;
}

body:has(main.pass) .who__row:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
}

body:has(main.pass) .who__row:nth-child(2) .who__item:nth-child(2) {
    flex: 0 1 33%;
}

body:has(main.pass) .who__item {
    cursor: default;
    flex: 0 1 25%;
    border-radius: 1.5rem;
    position: relative;
    padding: 30px;
    padding-right: 70px;
    transition: all 0.3s ease;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
    color: #443f6c;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

body:has(main.pass) .who__item svg path {
    transition: all 0.3s ease;
    fill: #ddd;
    stroke: transparent;
}

body:has(main.pass) .who__item:hover {
    border: 1px solid rgba(0, 0, 0, 0);
    background: #4376ea;
    color: #fff;
}

body:has(main.pass) .who__item:hover svg path {
    fill: transparent;
    stroke: #fff;
}

body:has(main.pass) .who__name {
    position: relative;
    z-index: 2;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1.13rem;
    line-height: 140%;
    min-height: 51px;
}

body:has(main.pass) .who__icon {
    position: absolute;
    width: 70px;
    height: 70px;
    bottom: 0;
    right: 5px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom right;
    object-position: bottom right;
}

body:has(main.pass) .checkup {
    background: #fff;
}

body:has(main.pass) .checkup__wrapper {
    border-radius: 2.5rem;
    padding: 6.25rem;
    display: flex;
    justify-content: space-between;
    align-items: end;
    background: #f1f1f1;
    position: relative;
}

body:has(main.pass) .checkup__text {
    flex: 0 0 720px;
}

body:has(main.pass) .checkup__title {
    font-weight: 700;
}

body:has(main.pass) .checkup__title strong {
    font-weight: 700;
    color: #4376ea;
}

body:has(main.pass) .checkup__desc {
    margin-top: 52px;
    max-width: 470px !important;
}

body:has(main.pass) .checkup__person {
    pointer-events: none;
    max-height: 120%;
    height: 120%;
    width: 350px;
    position: absolute;
    bottom: 0;
    right: 0%;
    left: 15%;
    margin: auto;
}

body:has(main.pass) .checkup__person img {
    transform: scaleX(-1);
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom center;
    object-position: bottom center;
}

body:has(main.pass) .checkup__btnblock .btn {
    width: 320px;
    text-align: center;
    padding: 20px;
}

body:has(main.pass) .checkup__btn-desc {
    margin-top: 2rem;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 1rem;
    color: #111;
    max-width: 330px;
}

body:has(main.pass) .prices {
    background: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

body:has(main.pass) .prices__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 2.5rem;
    text-align: center;
    color: #333;
}

body:has(main.pass) .prices__wrapper {
    margin-top: 52px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

body:has(main.pass) .prices__item {
    position: relative;
    box-shadow: 0 20px 20px 0 rgba(168, 195, 255, 0.14);
    background: #fff;
    border-radius: 0.94rem;
    padding: 50px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body:has(main.pass) .prices__image {
    pointer-events: none;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    height: 268px;
    -o-object-fit: contain;
    object-fit: contain;
}

body:has(main.pass) .prices__name {
    flex: 1 1 auto;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 140%;
    text-align: center;
    margin-top: 2rem;
}

body:has(main.pass) .prices__value {
    height: 72.8px;
    flex: 0 0 72.8px;
    margin-top: 12px;
    align-items: start;
    flex-wrap: wrap;
    display: flex;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 140%;
    color: #4376ea;
    gap: 10px;
    justify-content: center;
    row-gap: 0;
}

body:has(main.pass) .prices__value:has(.prices__fix) {
    height: auto;
    flex: 0 0 max-content;
    align-items: end;
    margin-top: 0;
}

body:has(main.pass) .currency {
    font-size: 1.25rem;
}

body:has(main.pass) .prices__fix {
    flex: 0 0 100%;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 140%;
    color: #333;
    text-align: center;
}

body:has(main.pass) .prices .btn {
    padding: 20px;
    text-align: center;
    margin-top: 2rem;
}

body:has(main.pass) .penalty {
    background: #fff;
    padding-bottom: 60px;
}

body:has(main.pass) .penalty__title {
    font-weight: 700;
    max-width: 730px;
}

body:has(main.pass) .penalty__title strong {
    font-weight: 700;
    color: #4376EA;
}

body:has(main.pass) .penalty__desc {
    margin-top: 52px;
}

body:has(main.pass) .faq__desc {
    max-width: 1130px;
}

body:has(main.pass) .penalty__wrapper {
    margin-top: 52px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    overflow: hidden;
}

body:has(main.pass) .penalty__item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 30px;
    padding-bottom: 50px;
    padding-right: 170px;
    border-radius: 1.5rem;
    overflow: hidden;
}

body:has(main.pass) .penalty__name {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1.88rem;
    line-height: 140%;
    color: #333;
}

body:has(main.pass) .penalty__label {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 0.88rem;
    line-height: 140%;
    color: #333;
    margin-top: 2rem;
}

body:has(main.pass) .penalty__prices {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 140%;
    color: #333;
}

body:has(main.pass) .penalty__val {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 1.88rem;
    line-height: 140%;
    color: #4376ea;
}

body:has(main.pass) .penalty__val span:first-child {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 140%;
    color: #333;
}

body:has(main.pass) .penalty__val .currency {
    font-size: 14px;
}

body:has(main.pass) .penaty__icon {
    height: 100%;
    width: 220px;
    position: absolute;
    bottom: 0;
    right: 0;
}

body:has(main.pass) .penaty__icon img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right bottom;
    object-position: right bottom;
}

body:has(main.pass) .penalty {
    padding-bottom: 160px;
}

body:has(main.pass) .form .checkup__btn-desc {
    max-width: 100%;
}

body:has(main.pass) .form .checkup__btn-desc .form-col:last-child {
    flex: 0 0 300px;
}

body:has(main.pass) .form .checkup__btn-desc .form-col:last-child .btn {
    width: 100%;
}

body:has(main.pass) .form .title {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 2rem;
    line-height: 140%;
    color: #fff;
}

body:has(main.pass) .form .desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 140%;
    color: #fff;
    margin-top: 22px;
}

body:has(main.pass) .form .desc strong {
    font-weight: 700;
}

body:has(main.pass) .form {
    background: #fff;
}

body:has(main.pass) .form .checkup__wrapper {
    position: relative;
}

body:has(main.pass) .form .checkup__wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(270deg, #8bbeff 0%, #4376ea 100%);
    border-radius: 2.5rem 0 0 2.5rem;
}

body:has(main.pass) .form .checkup__wrapper .title,
body:has(main.pass) .form .checkup__wrapper .desc {
    position: relative;
    z-index: 5;
}

body:has(main.pass) .form .btn {
    padding: 32px;
}

body:has(main.pass) .form .checkup__person {
    left: 0;
    right: 0;
}

body:has(main.pass) .form input {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

body:has(main.pass) .form .form-row {
    background: #f1f1f1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

body:has(main.pass) .faq {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #fff;
}

body:has(main.pass) .faq-answer {
    margin-left: auto;
    margin-right: 0;
}

body:has(main.pass) .faq-quest .exit::before,
body:has(main.pass) .faq-quest .exit:after {
    transition: all 0.3s ease;
}

body:has(main.pass) .faq-item.open .faq-quest {
    color: #4376EA;
}

body:has(main.pass) .faq-item.open .faq-quest .exit:before,
body:has(main.pass) .faq-item.open .faq-quest .exit:after {
    content: "";
    background: #4376EA;
}

body:has(main.pass) .about {
    background: #fff;
}

body:has(main.pass) .about__wrapper {
    border-radius: 2.5rem;
    box-shadow: 0 20px 50px 0 rgba(68, 63, 108, 0.1);
    background: #fff;
    padding: 50px;
    padding-right: 200px;
}

body:has(main.pass) .about__image {
    height: 120%;
    position: absolute;
    bottom: 0;
    width: 50%;
    left: -6vw;
    flex: 0 0 50%;
    pointer-events: none;
}

body:has(main.pass) .about__image img {
    transform: scaleX(-1);
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom center;
    object-position: bottom center;
}

body:has(main.pass) .about__text {
    width: 50%;
    margin-left: auto;
    margin-right: 0;
}

body:has(main.pass) .about__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 2.5rem;
    color: #333;
}

body:has(main.pass) .about__content {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1.13rem;
    line-height: 140%;
    color: #333;
    opacity: 0.8;
    margin-top: 52px;
}

body:has(main.pass) .about__job {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1.13rem;
    line-height: 140%;
    color: var(--black-active);
    padding: 25px 40px;
    box-shadow: 0 20px 50px 0 rgba(68, 63, 108, 0.1);
    background: #fff;
    text-align: center;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    height: -moz-max-content;
    height: max-content;
    bottom: 20%;
    border-radius: 1rem;
    left: 0%;
}

body:has(main.pass) .about__name {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 1.88rem;
    line-height: 140%;
    color: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 20px 50px 0 rgba(68, 63, 108, 0.1);
    background: #4376ea;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    height: -moz-max-content;
    height: max-content;
    bottom: 7%;
    left: 10%;
    padding: 25px 40px;
    text-align: center;
}

body:has(main.pass) .about__image {
    width: 560px;
    left: 5rem;
}

body:has(main.pass) .clients {
    background: #fff;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

body:has(main.pass) .clients__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 2.5rem;
    color: #333;
}

body:has(main.pass) .clients {
    overflow: hidden;
}

body:has(main.pass) .clients .swiper {
    overflow: visible;
}

body:has(main.pass) .clients .swiper {
    margin-top: 45px;
}

body:has(main.pass) .clients__item img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    display: block;
}

body:has(main.pass) .clients .swiper-wrapper {
    transition-timing-function: linear;
}

@media (max-width: 1900px) {
    body:has(main.pass) .hero__image {
        width: 46vw;
        top: 7rem;
    }
    body:has(main.pass) .prices__name {
        font-size: 1rem;
    }
    body:has(main.pass) .penalty__val {
        font-size: 1.25rem;
    }
    body:has(main.pass) .penalty__name {
        font-size: 1.5rem;
    }
}

@media (max-width: 1800px) {
    body:has(main.pass) .hero__image {
        width: 42vw;
        top: 10rem;
    }
}

@media (max-width: 1650px) {
    body:has(main.pass) .penalty__wrapper {
        gap: 20px;
    }
    body:has(main.pass) .penalty__name {
        font-size: 1.33rem;
    }
    body:has(main.pass) .penalty__val span:first-child {
        font-size: 14px;
    }
    body:has(main.pass) .checkup__title {
        max-width: 630px;
    }
    body:has(main.pass) .who__wrapper {
        flex-wrap: wrap;
    }
    body:has(main.pass) .who__row {
        justify-content: center !important;
        align-items: center;
        margin-left: auto !important;
        margin-right: auto !important;
        flex-wrap: wrap;
    }
    body:has(main.pass) .hero__listbody {
        gap: 0;
    }
    body:has(main.pass) .hero__image {
        width: 62vw;
        top: 8rem;
        right: -14vw;
    }
    body:has(main.pass) .hero__promobtns {
        flex-direction: column;
        align-items: start;
    }
    body:has(main.pass) .hero__promobtns .btn {
        flex: 1 1 auto;
        width: 350px;
    }
    body:has(main.pass) .hero__listbody {
        align-items: start;
    }
}

@media (max-width: 1550px) {
    body:has(main.pass) .checkup__wrapper {
        padding: 50px;
        border-radius: 1rem;
    }
    body:has(main.pass) .about__wrapper {
        padding-right: 5rem;
    }
}

@media (max-width: 1485px) {
    body:has(main.pass) .form .checkup__text {
        flex: 1 1 720px !important;
    }
    body:has(main.pass) .form a.text_color br {
        display: none;
    }
    body:has(main.pass) .form .checkup__person {
        height: 80%;
    }
    body:has(main.pass) .form .title {
        font-size: 1.5rem;
    }
    body:has(main.pass) .form .checkup__text {
        flex: 0 0 500px !important;
    }
    body:has(main.pass) .form .checkup__wrapper {
        flex: 0 0 500px !important;
        align-items: center;
    }
    body:has(main.pass) .form .form-row {
        grid-template-columns: repeat(1, 1fr);
    }
    body:has(main.pass) .penaty__icon {
        width: 150px;
        height: 150px;
    }
    body:has(main.pass) .penalty__item {
        padding-right: 120px;
    }
    body:has(main.pass) .penalty__prices {
        gap: 8px;
    }
    body:has(main.pass) .penalty__val span:first-child {
        font-size: 12px;
    }
    body:has(main.pass) .hero__promo-title {
        max-width: 390px;
    }
    body:has(main.pass) .hero__image {
        top: 11rem;
    }
    body:has(main.pass) .prices__value {
        font-size: 2rem;
        padding-top: 10px;
    }
}

@media (max-width: 1330px) {
    body:has(main.pass) .about__image {
        width: 510px;
    }
    body:has(main.pass) .penalty__wrapper {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    body:has(main.pass) .penalty__wrapper>* {
        flex: 0 1 calc(50% - 1rem);
    }
    body:has(main.pass) .penalty__prices {
        justify-content: start;
        gap: 10px;
    }
    body:has(main.pass) .prices__value {
        gap: 5px;
        font-size: 1.75rem;
        padding-top: 10px;
    }
    body:has(main.pass) .prices__item {
        padding-left: 25px;
        padding-right: 25px;
    }
    body:has(main.pass) .checkup__desc {
        margin-top: 24px;
    }
    body:has(main.pass) .checkup__person {
        left: 10%;
    }
    body:has(main.pass) .checkup__title {
        max-width: 510px;
    }
    body:has(main.pass) .hero__listbody {
        display: block;
    }
    body:has(main.pass) .hero__promo {
        margin-top: 2rem;
    }
    body:has(main.pass) .hero__image {
        right: -7rem;
        top: 15rem;
        width: 60vw;
    }
}

@media (max-width: 1280px) {
    body:has(main.pass) .form .checkup__wrapper:before {
        display: none;
    }
    body:has(main.pass) .form .checkup__text {
        border-radius: 1.5rem 1.5rem 0 0;
        flex: 0 0 100% !important;
        background: #4376EA;
        padding: 3rem;
        position: relative;
    }
    body:has(main.pass) .form .checkup__wrapper {
        border-radius: 1.5rem;
        padding: 0 !important;
        flex-wrap: wrap;
    }
    body:has(main.pass) .form .checkup__person {
        left: auto;
        right: -2rem;
        height: 120%;
        transform: scaleX(1);
    }
    body:has(main.pass) .form .checkup__btnblock {
        margin-top: 0;
        flex: 0 0 100%;
        padding: 3rem;
        border-radius: 0 0 1.5rem 1.5rem;
    }
    body:has(main.pass) .form .checkup__btn-desc {
        margin-top: 0;
    }
}

@media (max-width: 1200px) {
    body:has(main.pass) .about__image {
        width: 450px;
    }
    body:has(main.pass) .about__wrapper {
        padding-left: 0;
        padding-right: 0;
        background: #fff;
        box-shadow: none !important;
        width: 100%;
    }
    body:has(main.pass) .about {
        background: #fff;
    }
    body:has(main.pass) .about__image {
        left: 1rem;
    }
    body:has(main.pass) .prices__name {
        font-size: 14px;
    }
    body:has(main.pass) .checkup__wrapper {
        flex-wrap: wrap;
    }
    body:has(main.pass) .checkup__text {
        flex: 0 0 100%;
    }
    body:has(main.pass) .checkup__btnblock {
        margin-top: 2rem;
    }
    body:has(main.pass) .checkup__person {
        bottom: 0;
        right: 10vw;
        margin: 0;
        left: auto;
        transform: scaleX(-1);
        margin: 0;
    }
    body:has(main.pass) .hero__title {
        max-width: 500px;
        font-size: 2rem;
    }
    body:has(main.pass) .hero__title br {
        display: none;
    }
    body:has(main.pass) .hero__image {
        top: 0;
    }
    body:has(main.pass) .hero__promo-title {
        max-width: 100%;
        width: 100%;
        text-align: center;
        max-width: 482px;
        margin-left: auto;
        margin-right: auto;
    }
    body:has(main.pass) .hero__promobtns {
        flex-direction: row;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
    }
    body:has(main.pass) .hero__promobtns .btn {
        width: 320px;
        max-width: 320px;
        flex: 0 0 320px;
    }
    body:has(main.pass) .hero__promobtns>span {
        flex: 0 0 100%;
        text-align: center;
    }
    body:has(main.pass) .hero__image {
        top: 2rem;
    }
}

@media (max-width: 1100px) {
    body:has(main.pass) .prices__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    body:has(main.pass) .prices__value {
        height: auto;
        flex: 0 0 max-content;
    }
    body:has(main.pass) .prices__name {
        font-size: 1.5rem;
    }
}

@media (max-width: 1024px) {
    body:has(main.pass) .about {
        padding-bottom: 10rem;
    }
    body:has(main.pass) .about__name {
        left: -33%;
    }
    body:has(main.pass) .about__job {
        left: 0%;
    }
    body:has(main.pass) .about__text {
        margin-left: 0;
    }
    body:has(main.pass) .checkup__person {
        right: 5vw;
    }
    body:has(main.pass) .about__image {
        left: auto;
        right: 2rem;
    }
    body:has(main.pass) .about__content {
        padding-left: 1rem;
    }
    body:has(main.pass) .about__image {
        width: calc(50% - 5rem);
    }
    body:has(main.pass) .about__job {
        bottom: -70px;
    }
    body:has(main.pass) .about__name {
        bottom: -170px;
    }
    body:has(main.pass) .who__body {
        display: flex;
        flex-wrap: nowrap;
        max-width: calc(100vw - 40px);
        width: -moz-max-content;
        width: max-content;
        overflow-x: scroll;
    }
    body:has(main.pass) .who__body>* {
        flex: 0 0 max-content;
        width: -moz-max-content;
        width: max-content;
        flex-wrap: nowrap;
        justify-content: start !important;
    }
    body:has(main.pass) .who__text {
        flex: 0 0 100%;
    }
}

@media (max-width: 900px) {
    body:has(main.pass) .checkup__person {
        right: -2.5vw;
    }
    body:has(main.pass) .penalty__wrapper {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 800px) {
    body:has(main.pass) .about {
        padding-bottom: 10rem;
    }
    body:has(main.pass) .about__name {
        left: -40%;
        bottom: -120px;
        font-size: 1rem;
        padding: 1rem;
    }
    body:has(main.pass) .about__job {
        left: -35%;
        font-size: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    body:has(main.pass) .about__job {
        bottom: -50px;
        left: -23%;
    }
    body:has(main.pass) .about__text {
        width: 100%;
        flex: 1 1 100%;
    }
    body:has(main.pass) .about__image {
        right: -3rem;
    }
    body:has(main.pass) .about__content {
        width: 100%;
    }
    body:has(main.pass) .about__content>* {
        width: 100%;
    }
    body:has(main.pass) .about__content>*:nth-last-child(3) {
        width: 60%;
    }
    body:has(main.pass) .about__content>*:last-child {
        width: 60%;
    }
    body:has(main.pass) .form .checkup__text,
    body:has(main.pass) .form .checkup__btnblock {
        padding: 24px;
    }
    body:has(main.pass) .prices .btn {
        width: 250px;
    }
    body:has(main.pass) .checkup__btnblock {
        margin-left: auto;
        margin-right: 0;
        margin-top: 2rem;
    }
    body:has(main.pass) .form .checkup__person {
        left: auto;
        right: 1rem;
        height: 120%;
        transform: scaleX(1);
        width: 188px;
    }
    body:has(main.pass) .form .checkup__wrapper .title,
    body:has(main.pass) .form .checkup__wrapper .desc {
        max-width: calc(100% - 210px) !important;
    }
    body:has(main.pass) .checkup__person {
        right: auto;
        left: -3vw;
        bottom: 0;
        height: 310px;
        transform: scaleX(1);
    }
    body:has(main.pass) .checkup__wrapper {
        padding-bottom: 8rem;
    }
    body:has(main.pass) .hero {
        padding-top: 1rem;
    }
    body:has(main.pass) .hero__image {
        position: relative;
        top: -2rem;
        left: 0;
        right: auto;
        width: 120%;
        left: -20%;
    }
    body:has(main.pass) .hero__title {
        max-width: 100%;
        font-size: 2.5rem;
    }
    body:has(main.pass) .prices__name {
        font-size: 1.25rem;
    }
}

@media (max-width: 700px) {
    body:has(main.pass) .about {
        padding-bottom: 10rem;
    }
    body:has(main.pass) .about__name {
        left: -100%;
        bottom: -120px;
        font-size: 1rem;
        padding: 1rem;
    }
    body:has(main.pass) .about__job {
        left: -54%;
        font-size: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media (max-width: 650px) {
    body:has(main.pass) .about__job {
        left: -100%;
    }
    body:has(main.pass) .about__content {
        width: 100%;
    }
    body:has(main.pass) .about__content>* {
        width: 100%;
    }
    body:has(main.pass) .about__content>*:nth-last-child(3) {
        width: 100%;
    }
    body:has(main.pass) .about__content>*:last-child {
        width: 60%;
    }
    body:has(main.pass) .about__content {
        font-size: 1rem;
    }
    body:has(main.pass) .form .checkup__wrapper .title,
    body:has(main.pass) .form .checkup__wrapper .desc {
        max-width: calc(100% - 160px) !important;
    }
    body:has(main.pass) .form .title {
        font-size: 1rem;
    }
    body:has(main.pass) .form .desc {
        font-size: 14px;
    }
    body:has(main.pass) .prices__name {
        font-size: 1rem;
    }
    body:has(main.pass) .prices__image {
        width: 100%;
    }
    body:has(main.pass) .prices .btn {
        width: 100%;
    }
    body:has(main.pass) .prices__image {
        height: 180px;
    }
    body:has(main.pass) .checkup {
        background: #f1f1f1;
    }
    body:has(main.pass) .checkup__wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    body:has(main.pass) .checkup__title {
        width: 100%;
        max-width: 100%;
    }
    body:has(main.pass) .checkup__person {
        right: auto;
        left: -5rem;
        bottom: 0;
        height: 300px;
    }
    body:has(main.pass) .hero__title {
        max-width: 100%;
        font-size: 2rem;
    }
    body:has(main.pass) .hero__promo {
        padding: 1rem;
        border-radius: 10px;
    }
    body:has(main.pass) .hero__promo-title {
        width: 100%;
        padding-right: 10px;
        text-align: left;
        font-size: 14px;
    }
    body:has(main.pass) .hero__promobtns {
        margin-top: 1rem;
        padding-right: 10px;
        gap: 10px;
    }
    body:has(main.pass) .hero__promobtns>span {
        flex: 1 1 auto;
        padding-right: 8px;
        width: 100px;
        text-align: left;
        font-size: 14px;
    }
    body:has(main.pass) .hero__promobtns .btn {
        flex: 1 1 auto;
        width: auto;
        max-width: 100%;
    }
    body:has(main.pass) .hero__image {
        top: -1rem;
    }
    body:has(main.pass) .prices .btn {
        margin-top: 1rem;
    }
}

@media (max-width: 500px) {
    body:has(main.pass) .about {
        padding-bottom: 10rem;
    }
    body:has(main.pass) .about__name {
        left: -130%;
        bottom: -120px;
        font-size: 1rem;
        padding: 1rem;
    }
    body:has(main.pass) .about__job {
        left: -130%;
        font-size: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    body:has(main.pass) .about__content {
        font-size: 12px;
    }
    body:has(main.pass) .about__image {
        width: calc(50% - 3rem);
    }
    body:has(main.pass) .checkup.form .container {
        padding: 0;
    }
    body:has(main.pass) .form .checkup__text {
        border-radius: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    body:has(main.pass) .form .checkup__btnblock {
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 0;
    }
    body:has(main.pass) .form .checkup__person {
        right: -1.5rem;
    }
    body:has(main.pass) .penalty__label {
        margin-top: 10px;
    }
    body:has(main.pass) .penalty__item {
        padding: 10px;
        padding-right: 90px;
    }
    body:has(main.pass) .penalty__add {
        padding-right: 1px;
    }
    body:has(main.pass) .penaty__icon {
        width: 100px;
        height: 90px;
    }
    body:has(main.pass) .prices__value {
        font-size: 14px;
    }
    body:has(main.pass) .prices__wrapper {
        gap: 20px;
    }
    body:has(main.pass) .prices__item {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }
    body:has(main.pass) .checkup__person {
        left: -8rem;
        height: 260px;
    }
    body:has(main.pass) .checkup__btnblock {
        flex: 0 0 calc(100% - 130px);
    }
    body:has(main.pass) .checkup__btnblock .btn {
        width: 100%;
    }
    body:has(main.pass) .checkup__btnblock {
        margin-top: 3rem;
        flex-direction: column-reverse;
        display: flex;
        gap: 1rem;
    }
    body:has(main.pass) .checkup__btnblock>* {
        margin: 0;
        margin-top: 0;
    }
    body:has(main.pass) body:has(main.pass) .checkup__person {
        left: -7rem;
        height: 280px;
    }
    body:has(main.pass) .checkup__wrapper {
        padding-bottom: 6rem;
    }
    body:has(main.pass) .who__item {
        flex: 0 0 250px;
        padding: 20px;
        padding-right: 80px;
    }
    body:has(main.pass) .who__icon {
        width: 50px;
        height: 50px;
        right: 0;
    }
    body:has(main.pass) .who__name {
        font-size: 14px;
    }
    body:has(main.pass) .who__title {
        font-size: 2rem;
    }
    body:has(main.pass) .hero__title {
        font-size: 1.5rem;
    }
    body:has(main.pass) .faq__desc {
        padding-left: 10px;
        border-left: 1px solid rgba(51, 51, 51, 0.2666666667);
    }
}

@media (max-width: 400px) {
    body:has(main.pass) .about__image {
        right: -1rem;
    }
    body:has(main.pass) .prices__wrapper {
        padding: 0;
    }
    body:has(main.pass) .prices__item {
        padding-left: 10px;
        padding-right: 10px;
    }
    body:has(main.pass) .prices__value {
        font-size: 13px;
    }
    body:has(main.pass) .prices__name {
        font-size: 13px;
    }
    body:has(main.pass) .checkup__btn-desc {
        font-size: 14px;
    }
    body:has(main.pass) .who__title {
        font-size: 1.5rem;
    }
    body:has(main.pass) .who__title {
        margin-top: 24px;
    }
    body:has(main.pass) .hero__desc {
        margin-top: 1rem;
    }
    body:has(main.pass) .hero__listbody {
        margin-top: 1.5rem;
    }
    body:has(main.pass) .hero__li {
        align-items: start;
        gap: 10px;
    }
    body:has(main.pass) .hero__li-desc {
        font-size: 14px;
    }
    body:has(main.pass) .hero__desc {
        font-size: 14px;
    }
    body:has(main.pass) .hero__promobtns>span {
        font-size: 12px;
    }
    body:has(main.pass) .hero__promo-title {
        font-size: 12px;
    }
    body:has(main.pass) .prices__fix {
        font-size: 10px;
    }
    body:has(main.pass) .penalty__name {
        font-size: 1rem;
    }
    body:has(main.pass) .penalty__val {
        font-size: 1rem;
    }
}

@media (max-width: 376px) {
    body:has(main.pass) .who__title {
        font-size: 1.25rem;
    }
    body:has(main.pass) .checkup__btn-desc {
        font-size: 13px;
    }
    body:has(main.pass) .penalty__item {
        padding-right: 70px;
    }
    body:has(main.pass) .about {
        padding-bottom: 10rem;
    }
    body:has(main.pass) .about__name {
        left: -130%;
        bottom: -120px;
        font-size: 1rem;
        padding: 1rem;
    }
    body:has(main.pass) .about__job {
        left: -200%;
        font-size: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media (max-width: 1485px) {
    body:has(main.pass) .hero {
        padding-bottom: 15rem;
    }
    body:has(main.pass) .who {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media (max-width: 1280px) {
    body:has(main.pass) .hero {
        padding-bottom: 4rem;
    }
    body:has(main.pass) .penalty {
        padding-bottom: 4rem;
    }
    body:has(main.pass) .faq {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }
}

@media (max-width: 800px) {
    body:has(main.pass) .hero {
        padding-bottom: 0rem;
    }
}

@media (max-width: 769px) {
    body:has(main.pass) .prices {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    body:has(main.pass) .prices__title {
        font-size: 2rem;
    }
    body:has(main.pass) .clients {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    body:has(main.pass) .header__left {
        display: block;
    }
    body:has(main.pass) .header__descr {
        display: block;
        font-size: 12px;
        opacity: 0.6;
    }
}

@media (max-width: 600px) {
    body:has(main.pass) .about__content {
        margin-top: 24px !important;
    }
    body:has(main.pass) .clients__title {
        font-size: 1.5rem;
        text-align: center;
    }
    body:has(main.pass) .clients .swiper {
        margin-top: 1.5rem;
    }
}

@media (max-width: 500px) {
    body:has(main.pass) .prices__title {
        font-size: 1.25rem;
    }
}

@media (max-width: 1200px) {
    body:has(main.pass) .header__burger {
        display: none;
    }
    body:has(main.pass) .sepa {
        display: none;
    }
}

@media (max-width: 576px) {
    body:has(main.pass) .header__phone {
        display: flex;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: #4376EA;
        position: relative;
    }
    body:has(main.pass) .header__phone span {
        display: none;
    }
    body:has(main.pass) .header__phone svg {
        position: absolute;
        top: 0;
        left: 5px;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 32px;
        height: 32px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    body:has(main.pass) .header__phone svg path {
        stroke: #fff;
    }
}

body:has(main.pass) .footer {
    background: #fff;
}

body:has(main.pass) .footer .footer__body {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 2rem;
    border-radius: 3.13rem;
    background: #f1f1f1;
    padding: 50px;
    padding-bottom: 60px;
}

body:has(main.pass) .footer .header__left {
    flex: 0 0 670px;
    flex-wrap: wrap;
}

body:has(main.pass) .footer .header__left .header__left-bottom {
    flex: 0 0 100%;
}

body:has(main.pass) .footer .header__left-bottom {
    margin-top: 2rem;
}

body:has(main.pass) .footer .header__left-bottom span,
body:has(main.pass) .footer .header__left-bottom a {
    display: block;
    margin-top: 1rem;
}

body:has(main.pass) .footer .header__left-bottom span:first-child,
body:has(main.pass) .footer .header__left-bottom a:first-child {
    margin-top: 0;
}

body:has(main.pass) .footer .footer__right {
    flex: 0 0 850px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;
}

body:has(main.pass) .footer .footer__subtitle {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 1.38rem;
    line-height: 140%;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 22px;
}

body:has(main.pass) .footer .footer__li span,
body:has(main.pass) .footer .footer__li a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1rem;
    line-height: 140%;
    color: #333;
    display: block;
    margin-top: 12px;
}

body:has(main.pass) .footer .footer__li span:first-child,
body:has(main.pass) .footer .footer__li a:first-child {
    margin-top: 0;
}

body:has(main.pass) .footer .footer__li span._phone,
body:has(main.pass) .footer .footer__li a._phone {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 140%;
    color: #333;
}

body:has(main.pass) .footer .footer__li span._modal,
body:has(main.pass) .footer .footer__li a._modal {
    border-bottom: 1px dashed #4376ea;
    padding: 0rem 0rem 0.31rem;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 1rem;
    color: #4376ea;
    width: -moz-max-content;
    width: max-content;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

body:has(main.pass) .footer .footer__li span._email,
body:has(main.pass) .footer .footer__li a._email {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1rem;
    line-height: 140%;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #333;
    width: -moz-max-content;
    width: max-content;
}

@media (max-width: 1700px) {
    body:has(main.pass) .footer .footer__right {
        gap: 2rem;
        grid-template-columns: repeat(2, 1fr);
        flex: 0 0 550px;
    }
    body:has(main.pass) .footer .header__left {
        flex-grow: 1;
        flex-shrink: 1;
    }
}

@media (max-width: 1024px) {
    body:has(main.pass) .footer .footer__right {
        gap: 1rem;
    }
    body:has(main.pass) .footer .footer__body {
        padding: 30px;
        padding-bottom: 30px;
        border-radius: 15px;
        flex-wrap: wrap;
    }
    body:has(main.pass) .footer .footer__right {
        grid-template-columns: repeat(3, 1fr);
        flex: 0 0 100%;
    }
    body:has(main.pass) .footer .header__left {
        flex-shrink: 0;
        flex-basis: 100%;
    }
}

@media (max-width: 800px) {
    body:has(main.pass) .footer .footer__right {
        grid-template-columns: repeat(2, 1fr);
        flex: 0 0 100%;
    }
}

@media (max-width: 570px) {
    body:has(main.pass) .footer {
        background: #f1f1f1;
    }
    body:has(main.pass) .footer__body {
        padding-left: 0;
        padding-right: 0;
        background: #f1f1f1;
    }
    body:has(main.pass) .footer .footer__right {
        grid-template-columns: repeat(1, 1fr);
    }
    body:has(main.pass) .footer .header__logo {
        margin-left: auto;
        margin-right: auto;
    }
    body:has(main.pass) .footer .header__descr {
        text-align: center;
    }
    body:has(main.pass) .footer .header__left-bottom span,
    body:has(main.pass) .footer .header__left-bottom a {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    body:has(main.pass) .footer .footer__right {
        gap: 2rem;
    }
    body:has(main.pass) .footer .footer__right * {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
}

@media (max-width: 500px) {
    body:has(main.pass) .header__logo {
        width: 125px;
        min-width: 110px;
    }
    body:has(main.pass) header.header {
        box-shadow: none;
    }
    body:has(main.pass) section.hero {
        padding-top: 0;
    }
    body:has(main.pass) .about__job {
        right: 20px;
        bottom: -49px;
        left: auto;
    }
    body:has(main.pass) .about__name {
        right: 110%;
        left: auto;
        bottom: -100px;
    }
    body:has(main.pass) .about__wrapper {
        padding-top: 0;
    }
    body:has(main.pass) .desc {
        margin-top: 24px;
    }
    body:has(main.pass) .title {
        font-size: 24px;
    }
    body:has(main.pass) .who__item {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        border-radius: 10px;
    }
    body:has(main.pass) .who__name {
        min-height: 38px;
        max-width: 210px;
    }
    body:has(main.pass) .who__icon {
        margin: auto;
        height: 140%;
        width: 83px;
        bottom: -26px;
    }
    body:has(main.pass) .who__row {
        gap: 10px;
    }
}

form button {
    transition: all 0.3s ease;
}

form button.inactive {
    filter: grayscale(1);
    pointer-events: none;
    cursor: not-allowed;
}

.form-policy {
    position: relative;
}

.form-policy:before {
    content: "";
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
    background: pink;
    position: absolute;
    border: 1px solid red;
    transition: all 0.3s ease;
    opacity: 1;
    border-radius: 3px;
}

.form-policy.active:before {
    opacity: 0;
}


/*# sourceMappingURL=custom.css.map */