@charset "UTF-8";
/*обнуление*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*---------------------------------*/
body {
    color: #35474f;
    font-weight: 400;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
}

.wrapper {
    padding: 20px 0 0 0;
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

@media (max-width: 768px) {
    .wrapper {
        gap: 14px;
    }
}

.container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 738px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 738px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 972px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}

@media (min-width: 1344px) {
    .container {
        max-width: 1284px;
    }
}

@media (min-width: 1460px) {
    .container {
        max-width: 1420px;
    }
}

.header__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__nav {
    display: flex;
    align-items: center;
    gap: 56px;
}

.header__nav-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #1e1e1e;
}

.header__nav-log {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    background: #1e1e1e;
    padding: 12px 50px;
    border-radius: 1000px;
}

.header__nav-log:hover {
    background: #303030;
}

.header__nav-link:hover {
   opacity: 0.8;
}

.top-mnu-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #f7f9fa;
    border-radius: 0 0 16px 16px;
    padding: 24px 15px 50px 15px;
}

.top-mnu-mobile__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-mnu-mobile__logo {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #428dff;
}

.top-mnu-mobile ul {
    margin-top: 60px;
    text-align: center;
}

.top-mnu-mobile ul li {
    margin-bottom: 24px;
}

.top-mnu-mobile ul li a {
    font-weight: 600;
    font-size: 14px;
    color: #1e1e1e;
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.top-mnu-mobile ul li a:hover {
    color: #000;
}

.top-mnu-mobile ul li:last-child {
    margin-bottom: 0;
}

.top-mnu-mobile ul li:last-child a {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.top-mnu-mobile ul li:last-child a:hover {
    color: #000;
}

.top-mnu-mobile .mnu-close {
    cursor: pointer;
}

.burger-mnu {
    display: none;
    cursor: pointer;
}

.overlay {
    background: rgba(14, 14, 14, 0.7);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: z-index 0.1s ease-in-out, opacity 0.4s ease-in-out;
    -o-transition: z-index 0.1s ease-in-out, opacity 0.4s ease-in-out;
    transition: z-index 0.1s ease-in-out, opacity 0.4s ease-in-out;
}

.overlay.active {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .header__nav {
        display: none;
    }

    .burger-mnu {
        display: block;
    }
}

.section-1__row {
    background: url("/first/img/sect-1/bg.jpg") no-repeat;
    background-size: cover;
    border-radius: 60px;
}

.section-1__left {
    min-height: 576px;
    padding-left: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-1__left-title {
    font-weight: 800;
    font-size: 66px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #1e1e1e;
    margin-bottom: 32px;
}

.section-1__left-decr {
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: 0.02em;
    color: #1e1e1e;
    max-width: 568px;
    margin-bottom: 36px;
}

.button {
    display: block;
    max-width: 328px;
    width: 100%;
    background: #1e1e1e;
    border-radius: 50px;
    padding: 21px 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #fff;
    text-align: center;
}

.button:hover {
    background: #303030;
}

@media (max-width: 992px) {
    .section-1__left {
        flex: 0 0 auto;
        width: 100%;
    }

    .section-1__left-title {
        font-size: 36px;
    }

    .section-1__row {
        gap: 10px;
        background-position: center;
    }
    .section-1__left-decr {
        max-width: 310px;
    }
}

@media (max-width: 768px) {
    .section-1__left {
        padding: 40px 18px;
        min-height: auto;
    }
}

@media (max-width: 430px) {
    .section-1 {
        margin-bottom: 54px;
    }

    .section-1__row {
        background: url("/first/img/sect-1/bg-mob.jpg") no-repeat;
        background-size: cover;
        padding-bottom: 117%;
    }

    .section-1__left-title {
        font-size: 36px;
        margin-bottom: 24px;
        text-align: center;
    }

    .section-1__left-decr {
        font-size: 18px;
        margin-bottom: 30px;
        text-align: center;
    }

    .section-1__left-btn {
        max-width: 100%;
    }
}

.section-2__block {
    background: #1e1e1e;
    padding: 30px;
    border-radius: 60px;
}

.sect-2__row-top {
    margin-bottom: 40px;
}

.sect-2__block_top {
    display: flex;
    gap: 46px;
    align-items: center;
}

.sect-2__block-image {
    display: block;
    width: 50%;
    border-radius: 60px;
}

.sect-2__block_right {
    width: 50%;
}

.sect-2__block-title {
    max-width: 574px;
    font-weight: 700;
    font-size: 48px;
    line-height: 125%;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: 24px;
}

.sect-2__block-subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: 34px;
}

.sect-2__button {
    background: #fff;
    color: #000;
}

.sect-2__button:hover {
    background: linear-gradient(90deg, #feaf9a 0%, #c454dc 53.5%, #7b45ff 100%);
    color: #000;
}

.sect-2__row-bottom {
    display: flex;
    gap: 24px;
}

.sect-2__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 1 33.333%;
    min-height: 356px;
    padding: 30px;
    border-radius: 56px;
}

.sect-2__item_1 {
    background: url("/first/img/sect-2/bg-1.jpg") no-repeat;
    background-size: cover;
}

.sect-2__item_2 {
    background: url("/first/img/sect-2/bg-2.jpg") no-repeat;
    background-size: cover;
}

.sect-2__item_3 {
    background: url("/first/img/sect-2/bg-3.jpg") no-repeat;
    background-size: cover;
}

.sect-2__item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: 0.02em;
    color: #1e1e1e;
}

.sect-2__item-text {
    font-weight: 500;
    font-size: 17px;
    line-height: 125%;
    letter-spacing: 0.02em;
    color: #1e1e1e;
}

@media (max-width: 992px) {
    .sect-2__block_top {
        flex-direction: column;
    }

    .sect-2__row-bottom {
        flex-wrap:wrap;
        justify-content: center;
    }

    .sect-2__item {
        flex:  1;
    }
}

@media (max-width: 768px) {
    .sect-2__row-bottom {
        flex-direction: column;
    }

    .sect-2__block-image {
        width: 100%;
    }

    .sect-2__block_right {
        width: 100%;
    }
}

@media (max-width: 430px) {
    .section-2 {
        margin-bottom: 58px;
    }

    .section-2__block {
        padding: 10px;
        border-radius: 46px;
    }

    .sect-2__block-image {
        border-radius: 40px;
    }

    .sect-2__block_top {
        gap: 30px;
    }

    .sect-2__block-title {
        font-size: 28px;
    }

    .sect-2__block-subtitle {
        font-size: 16px;
    }

    .sect-2__item {
        border-radius: 40px;
    }

    .sect-2__button {
        width: 100%;
        max-width: 100%;
    }
}

.section-3__block {
    display: flex;
    justify-content: flex-end;
    padding-top: 100px;
    padding-right: 86px;
    padding-bottom: 27%;
    border-radius: 60px;
    background: url("/first/img/sect-3/bg.jpg") no-repeat right;
    background-size: cover;
}

.sect-3__info {
    max-width: 426px;
}

.section-3__info-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: 0.02em;
    color: #1e1e1e;
    margin-bottom: 30px;
}

.section-3__info-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: 0.02em;
    color: #1e1e1e;
}

@media (max-width: 1200px) {
    .section-3__block {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width: 768px) {
    .section-3 {
        margin-bottom: 42px;
    }
}

@media (max-width: 430px) {
    .section-3__block {
        background: url("/first/sect-3/bg-mob.jpg") no-repeat;
        background-size: cover;
        padding-bottom: 120%;
        padding-top: 40px;
        border-radius: 40px;
    }

    .section-3__info-text {
        font-size: 16px;
    }
}

.section-4__title {
    max-width: 574px;
    font-weight: 700;
    font-size: 48px;
    line-height: 125%;
    letter-spacing: 0.02em;
    color: #1e1e1e;
    margin-bottom: 40px;
}

.section-4__items {
    display: flex;
    gap: 24px;
}

.sect-4__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 1 33.333%;
    min-height: 246px;
    padding: 30px;
    border-radius: 56px;
}

.sect-4__item_1 {
    background: url("/first/img/sect-4/bg-1.jpg") no-repeat;
    background-size: cover;
}

.sect-4__item_2 {
    background: url("/first/img/sect-4/bg-2.jpg") no-repeat;
    background-size: cover;
}

.sect-4__item_3 {
    background: url("/first/img/sect-4/bg-3.jpg") no-repeat;
    background-size: cover;
}

.sect-4__item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: 20px;
}

.sect-4__item-text {
    font-weight: 500;
    font-size: 17px;
    line-height: 125%;
    letter-spacing: 0.02em;
    color: #b3b3b3;
}

@media (max-width: 992px) {
    .section-4__items {
        flex-wrap: wrap;
        justify-content: center;
    }

    .sect-4__item {
        flex: 1;
    }
}

@media (max-width: 768px) {
    .section-4 {
        margin-bottom: 58px;
    }

    .section-4__items {
        flex-direction: column;
        gap: 16px;
    }

    .section-4__title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .sect-4__item {
        border-radius: 40px;
    }
}

.section-5__block {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.section-5__column_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 560px;
}

.section-5__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 125%;
    letter-spacing: 0.02em;
    color: #1e1e1e;
    margin-bottom: 20px;
}

.section-5__item {
    border-radius: 40px;
    padding: 40px;
    box-shadow: 0 0 30px 0 rgba(177, 177, 177, 0.25);
    background: #fff;
    margin-bottom: 24px;
}

.section-5__item:last-child {
    margin-bottom: 0;
}

.section-5__item-title {
    margin-bottom: 24px;
}

.section-5__item-title span:first-child {
    padding: 2px 10px;
    border-radius: 50px;
    background: #000;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: 0.02em;
    text-align: center;
}

.section-5__item-title span:last-child {
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: 0.02em;
    color: #1e1e1e;
    padding-left: 10px;
}

.section-5__list-item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: 0.02em;
    color: #474747;
}

.section-5__list-item:last-child {
    margin-bottom: 0;
}

.section-5__list-item:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 10px;
    background: url("/first/img/sect-5/check.svg") no-repeat;
    background-size: contain;
    top: 7px;
    left: 0;
}

.section-5__image {
    width: 100%;
    border-radius: 60px;
}


@media (max-width: 1024px) {
    .section-5__block {
        flex-direction: column;
    }

    .section-5__column_left {
        margin:  0 auto;
    }
}

@media (max-width: 768px) {
    .section-5 {
        margin-bottom: 36px;
    }

    .section-5__title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .section-5__column_left {
        width: 100%;
    }

    .section-5__item-title span:last-child {
        font-size: 18px;
    }

    .section-5__item-title span:first-child {
        font-size: 18px;
    }

    .section-5__item {
        font-size: 16px;
        padding: 24px;
    }

    .section-5__list-item {
        font-size: 16px;
    }
}

.section-6__block {
    border-radius: 60px;
    background: #1e1e1e;
    padding: 30px;
}

.section-6__block {
    display: flex;
    gap: 24px;
}

.section-6__image {
    position: relative;
}

.section-6__image img {
    width: 100%;
    border-radius: 56px;
}

.section-6__column_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-6__label {
    position: absolute;
    content: '';
    top: 30px;
    left: 30px;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #fff;
    border-radius: 999px;
    padding: 14px 16px;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: 0.02em;
    color: #1e1e1e;
}

@media (max-width: 1200px) {
    .section-6__label {
        font-size: 16px;
        padding: 8px;
    }
}

@media (max-width: 992px) {
    .section-6__block {
        flex-direction: column;
        border-radius: 40px;
    }

    .section-6__column_right {
        gap: 24px;
    }

    .section-6__image img {
        border-radius: 30px;
    }
}

@media (max-width: 768px) {
    .section-6__block {
        padding: 10px;
        gap: 10px;
    }

    .section-6__column_right {
        gap: 10px;
    }

    .section-6__label {
        top: 12px;
        left: 12px;
    }
}

@media (max-width: 430px) {
    .section-6 {
        margin-bottom: 58px;
    }
}

.section-7__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 125%;
    letter-spacing: 0.02em;
    color: #1e1e1e;
    margin-bottom: 40px;
}

.section-7__content {
    display: flex;
    gap: 24px;
}

.section-7__content-image {
    flex: 0 0 646px;
}

.section-7__content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 56px;
}

.section-7__content-text {
    border-radius: 40px;
    padding: 65px 50px;
    box-shadow: 0 0 30px 0 rgba(177, 177, 177, 0.25);
    background: #fff;
}

.section-7__content-text p {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: 0.02em;
    color: #474747;
}

.section-7__name {
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: 0.02em;
    color: #1e1e1e;
    margin-bottom: 10px;
}

@media (max-width: 1440px) {
    .section-7__content {
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 430px) {
    .section-7 {
        margin-bottom: 58px;
    }

    .section-7__content-image {
        flex: 1;
    }

    .section-7__content-image img {
        height: auto;
    }

    .section-7__title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .section-7__content-image img {
        border-radius: 40px;
    }

    .section-7__content-text {
        padding: 20px;
    }

    .section-7__content-text p {
        font-size: 16px;
    }
}

.tarifs__item {
    background: url("/first/img/tarifs/bg.jpg") no-repeat;
    background-size: cover;
    border-radius: 60px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
}

.tarifs__item-left {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 0 1 900px;
}

.tarifs__item-img {
    flex: 0 0 410px;
}

.tarifs__item-img img {
    width: 100%;
    border-radius: 60px;
}

.tarifs__item-format {
    font-weight: 700;
    font-size: 48px;
    line-height: 125%;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: 10px;
}

.tarifs__item-list li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.tarifs__item-list li:last-of-type {
    margin-bottom: 0;
}

.tarifs__item-list li img {
    padding-top: 5px;
}

.tarifs__item-list span {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.02em;
    color: #fff;
}

.tarifs__item-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 1 320px;
    gap: 20px;
}

.tarifs__price {
    display: flex;
    gap: 10px;
    align-items: center;
}

.tarifs__price-old {
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: 0.02em;
    text-decoration: line-through;
    color: #fff;
}

.tarifs__price-new {
    font-weight: 800;
    font-size: 48px;
    line-height: 125%;
    letter-spacing: 0.02em;
    color: #fff;
}

.tarifs__item-subtitle {
    font-weight: 300;
    font-size: 12px;
    line-height: 125%;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: 30px;
}

.check-btn-box {
    flex: 0 0 320px;
}

.tariffs__button {
    background: #fff;
    border-radius: 1000px;
    padding: 21px 0;
    font-weight: 600;
    font-size: 16px;
    color: #1e1e1e;
    text-align: center;
    display: block;
    margin-bottom: 12px;
}

.checkbox {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-bottom: 12px;
}

.checkbox:last-of-type {
    margin-bottom: 0;
}

.checkbox a {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #919fa5;
    text-decoration: underline;
}

.checkbox a:hover {
    opacity: 0.8;
}

.checkbox span {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #919fa5;
}

.custom-checkbox {
    position: relative;
    top: 5px;
}

@media (max-width: 1200px) {
    .tarifs__item {
        flex-direction: column;
        max-width: 612px;
        width: 100%;
        margin: 0 auto;
    }

    .tarifs__item-left {
        flex: 0 0 auto;
        flex-direction: column;
    }

    .tarifs__item-right {
        flex-direction: column;
        flex: 0 0 auto;
        align-items: flex-start;
    }

    .check-btn-box {
        flex: 0 0 auto;
    }

    .tarifs__item-img {
        flex: 0 0 auto;
        width: 100%;
    }

    .tarifs__price {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .tarifs__price-old {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .tarifs {
        margin-bottom: 38px;
    }
    .tarifs__item-left {
        margin-bottom: 0;
    }

    .tarifs__item-list li {
        margin-bottom: 12px;
    }

    .tarifs__price-new {
        font-size: 40px;
    }

    .tarifs__item {
        max-width: 100%;
        gap: 20px;
        font-size: 20px;
        border-radius: 40px;
    }

    .tarifs__item-img img {
        border-radius: 36px;
    }

    .tarifs__item-format {
        font-size: 28px;
    }
}

.return__block {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 30px 30px 30px 60px;
    box-shadow: 0 0 30px 0 rgba(177, 177, 177, 0.25);
    background: #fff;
    border-radius: 40px;
    background: url("/first/img/return/bg.jpg") no-repeat;
    background-size: cover;
}

.return__column_right {
    flex: 0 1 668px;
}

.return__column_left {
    flex: 0 1 580px;
}

.return__text {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #474747;
    margin-bottom: 30px;
}

.return__image img {
    width: 100%;
    border-radius: 60px;
}

@media (max-width: 768px) {
    .return {
        margin-bottom: 58px;
    }
    .return__block {
        flex-direction: column;
        background: url("/first/img/return/bg-mob.jpg") no-repeat center;
        background-size: cover;
        padding: 20px;
        gap: 20px;
    }

    .return__column_left {
        flex: 1;
    }

    .return__column_right {
        flex: 1;
    }

    .return__button {
        margin: 0 auto;
    }

    .return__image img {
        border-radius: 36px;
    }

    .return__text {
        font-size: 16px;
        margin-bottom: 30px;
    }
}

.cabinet__wrapper {
    background: url("/first/img/cabinet/bg.jpg") no-repeat;
    background-size: cover;
    border-radius: 60px;
    padding: 30px 30px 30px 60px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.cabinet__block {
    flex: 0 0 330px;
}

.cabinet__block-title {
    max-width: 330px;
    font-weight: 700;
    font-size: 48px;
    line-height: 125%;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: 20px;
}

.cabinet__block-list {
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: 0.02em;
    color: #fff;
}

.cabinet__block-list-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 24px;
}

.cabinet__block-list-item:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 10px;
    background: url("/first/img/cabinet/check.svg") no-repeat;
    background-size: contain;
    top: 7px;
    left: 0;
}

.cabinet__animation {
    border-radius: 50px;
    overflow: hidden;
}

.cabinet__animation svg {
    display: flex;
}

@media (max-width: 1440px) {
    .cabinet__wrapper {
        flex-direction: column;
        padding: 30px;
    }

    .cabinet__block-title {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .cabinet {
        margin-bottom: 58px;
    }

    .cabinet__wrapper {
        padding: 30px 24px 20px;
    }

    .cabinet__animation {
        border-radius: 36px;
    }

    .cabinet__block-title {
        font-size: 28px;
    }

    .cabinet__block-list-item {
        font-size: 16px;
    }
}

.section-8__block {
    display: flex;
    gap: 24px;
}

.section-8__title {
    font-weight: 500;
    font-size: 48px;
    line-height: 110%;
    color: #2c3a40;
    margin-bottom: 48px;
}

.section-8__row {
    display: flex;
    gap: 20px;
}

.section-8__item {
    display: flex;
    flex-direction: column;
    flex: 0 1 33.333%;
    justify-content: space-between;
    border-radius: 40px;
    box-shadow: 0 0 30px 0 rgba(177, 177, 177, 0.25);
    background: #fff;
}

.section-8__person {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 40px;
    background: #efefef;
    border-radius: 0 0 40px 40px;
}

.section-8__person-img img {
    border-radius: 20px;
}

.section-8__name {
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    color: #2c3a40;
    margin-bottom: 8px;
}

.section-8__text {
    background: #fff;
    font-size: 18px;
    line-height: 140%;
    color: #474747;
    padding: 24px 40px;
    border-radius: 40px 40px 0 0;
}

@media (max-width: 1440px) {
    .section-8__block {
        flex-wrap: wrap;
        justify-content: center;
    }

    .section-8__item {
        flex: 1;
    }
}

@media (max-width: 768px) {
    .section-8 {
        margin-bottom: 58px;
    }

    .section-8__item {
        flex-direction: column;
    }

    .section-8__block {
        width: 100%;
    }

    .section-8__name {
        font-size: 20px;
    }

    .section-8__title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .section-8__person {
        gap: 12px;
        padding: 24px 20px;
    }

    .section-8__text {
        padding: 24px 20px;
    }
}

@media (max-width: 430px) {
    .section-8__text {
        font-size: 14px;
    }
}

.section-10__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 125%;
    letter-spacing: 0.02em;
    color: #1e1e1e;
    margin-bottom: 40px;
}

.section-10__info {
    display: flex;
    gap: 30px;
}

.section-10__list li {
    font-size: 18px;
    line-height: 145%;
    letter-spacing: 0.02em;
    color: #474747;
    margin-bottom: 30px;
}

.section-10__info-image {
    flex: 0 0 456px;
}

.section-10__info-image img {
    width: 100%;
    border-radius: 40px;
}

@media (max-width: 1024px) {
    .section-10__info {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .section-10__info-image {
        flex: 1;
    }

    .section-10__list {
        margin-left:20px;
        padding: 0;
    }
}

@media (max-width: 430px) {
    .section-10__title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .section-10__list li {
        font-size: 14px;
    }
}

.foot {
    padding-top: 48px;
    background-color: #1c1c1c;
    color: #a8a8a8;
}

.foot a {
    color: #a8a8a8;
}

.foot__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.foot__address {
    max-width: 325px;
}

.foot__col-1 {
    font-size: 16px;
    line-height: 140%;
}

.foot__col-1 ul li {
    margin-bottom: 16px;
}

.foot__col-1 ul li a {
    text-decoration: none;
}

.foot__col-1 ul li a:hover {
    text-decoration: underline;
}

.foot__col-2 {
    font-size: 16px;
    line-height: 140%;
}

.foot__col-2 ul li {
    margin-bottom: 16px;
}

.foot__col-2 ul li a {
    text-decoration: none;
}

.foot__col-2 ul li a:hover {
    text-decoration: underline;
}

.foot__col-4 {
    font-size: 16px;
    line-height: 140%;
}

.foot__col-4 ul li {
    margin-bottom: 16px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
}

.foot__col-4 ul li:nth-child(4) {
    text-transform: none;
}

.foot__col-4 ul li:last-child {
    text-transform: none;
}

.foot__copy {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center;
    margin-top: 48px;
}

@media (max-width: 1200px) {
    .foot__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .foot__item {
        width: 50%;
        max-width: 50%;
    }

    .foot__col-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px;
    }

    .foot__col-2 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .foot__col-3 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .foot__col-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}

@media (max-width: 768px) {
    .foot__item {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .foot__col-1 {
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0;
    }

    .foot__col-3 {
        margin-top: 16px;
        padding: 32px 20px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .foot__address {
        margin: 0 auto;
    }

    .foot__col-2 {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .foot__col-4 {
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-top: 16px;
    }

    .foot .container {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .foot__copy {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 0;
    }
}

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.4;
}
