@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Oranienbaum:regular);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900);
@import url(https://fonts.cdnfonts.com/css/circe);

@-webkit-keyframes move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@-webkit-keyframes wheel {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes wheel {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

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

ul li {
    list-style: none
}

.wrapper {
    min-height: 100%;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

._lock {
    overflow: hidden
}

.notes--mob {
    display: none
}

.header {
    padding: 30px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #232323
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header.header--black .contacts__tel, .header.header--black .logo, .header.header--black .menu__link {
    color: #202020
}

.header.header--black .contacts__tel:hover, .header.header--black .lang__active:hover, .header.header--black .menu__link:hover {
    color: #eae2ff
}

.header.header--black .social__item svg path {
    fill: #202020
}

.header.header--black .social__item:hover svg path, .social__item:hover svg path {
    fill: #eae2ff
}

.header.header--black .lang__active span {
    color: #000
}

.header.header--black .lang__active #arrow-lang path, .social--footer .social__item:hover svg path {
    fill: #000
}

.header__menu .menu__body {
    margin-left: 182px
}

.logo {
    color: #fff;
    font-family: "Oranienbaum";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer
}

.menu__list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 50px
}

.menu__link {
    color: #fff;
    font-family: "Circe", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: .3s all;
    transition: .3s all
}

.contacts__tel:hover, .menu__link:hover {
    color: #eae2ff
}

.contacts {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px
}

.contacts__tel, .lang__active span {
    font-family: "Circe", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff
}

.contacts__tel {
    font-style: normal;
    line-height: normal;
    -webkit-transition: .3s all;
    transition: .3s all
}

.social {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px
}

.lang__active img, .social--footer .social__item, .social__item svg path {
    -webkit-transition: .3s all;
    transition: .3s all
}

.social, .social--footer .social__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.social--footer .social__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1px solid #fff
}

.social--footer .social__item:hover {
    background-color: #fff
}

.social--footer .social__item svg {
    width: 28px;
    height: 28px
}

.lang {
    cursor: pointer;
    position: relative;
    width: 55px
}

.lang._show .lang__active img {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.lang._show .lang__menu {
    height: 76px
}

.lang__active, .lang__list, .lang__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.lang__active {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.lang__active span {
    line-height: 24px;
    letter-spacing: 0;
    text-align: left
}

.lang__list, .lang__menu {
    position: absolute
}

.lang__menu {
    width: 75px;
    height: 0;
    left: -25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    -webkit-transition: .3s all;
    transition: .3s all
}

.lang__list {
    width: 100%;
    padding: 12px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    background-color: #fff
}

.lang__item {
    font-family: "Circe", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000
}

.lang__item, .lang__item--active, .main__title {
    font-weight: 400;
    letter-spacing: 0;
    text-align: left
}

.lang__item--active {
    font-family: "Circe", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, .5)
}

.main__title {
    font-family: "Oranienbaum", serif;
    font-size: 90px;
    line-height: 104px;
    color: #232323
}

.section {
    position: relative
}

.section--black {
    background: #202020
}

.preloader {
    height: 100vh
}

.preloader--hide {
    display: none
}

.preloader__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.about__marquee .marquee__content img, .preloader__logo {
    pointer-events: none
}
body{
    background: #F3F2EF;
}
#services{
    padding-bottom: 250px;
}
@media screen and (max-width: 480px) {
    #services{
       padding-bottom: 0;
    }
}

.preloader__text {
    margin-top: 85px;
    font-family: "Circe", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #fff
}

.first-screen {
    padding-top: 177px;
    padding-bottom: 285px
}

.first-screen__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.first-screen__content {
    margin-bottom: 32px;
    max-width: 1103px;
    text-align: center
}

.first-screen__text, .first-screen__title {
    font-family: "Circe";
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0;
    text-align: center;
    color: #fff
}

.first-screen__title {
    display: inline;
    font-weight: 700
}

.first-screen__text {
    font-weight: 400
}

.first-screen__marquee {
    height: 185px;
    bottom: 0;
    left: 0
}

.btn {
    display: block
}

.btn-order, .btn-order a, .btn-order span {
    -webkit-transition: .3s all;
    transition: .3s all
}

.btn-order {
    padding: 12px 32px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #fff;
    cursor: pointer
}

.btn-order--black:hover, .btn-order:hover {
    background: 0 0
}

.btn-order a, .btn-order span {
    font-family: "Circe", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: right;
    text-transform: uppercase;
    color: #212121
}

.btn-order--black {
    background: #232323;
    border: 1px solid #232323
}

.btn-order--black span, .btn-order:hover a, .btn-order:hover span, .communication__item label.checked {
    color: #fff
}

.btn-order--black:hover a, .btn-order--black:hover span {
    color: #000
}

.notes {
    margin-top: 89px;
    position: relative;
    height: 381px
}

.note {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.note.note--big .note__text, .note.note--big .note__text span, .note.note--small .note__text {
    font-family: "Circe", sans-serif;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: .05em;
    text-align: left;
    color: #000
}

.note.note--big .note__text {
    position: relative;
    text-transform: uppercase;
    font-weight: 400
}

.note.note--big .note__text span, .note.note--small .note__text {
    font-weight: 700
}

.note.note--small .note__text {
    position: relative;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    color: #202020
}

.note--big {
    z-index: 10
}

.note--big-1 {
    padding: 38px 26px 36px 28px;
    left: 67px;
    top: -10px;
    background: url(../img/note-bg-1.png) no-repeat center/contain;
    width: 385px;
    height: 210px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
}
.note--big-1-en .note__text{
    line-height: 26px!important;
    letter-spacing: 0.9px!important;
    margin-top: 15px;
}
.note--big-2 {
    padding: 28px 70px 24px 27px;
    left: 48%;
    top: 176px;
    -webkit-transform: translateX(-60%) rotate(-2deg);
    transform: translateX(-60%) rotate(-2deg);
    background: url(../img/note-bg-2.png) no-repeat center/cover;
    width: 340px;
    height: 171px
}
.note--big-2-en{
    left: 45.5%;
    top: 149px;
}
.note--big-2-en .note__text{
    line-height: 26px; /* 144.444% */
    letter-spacing: 0.9px;
    margin-top: 15px;
}
.note--big-2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 55px;
    width: 1.5px;
    height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../svg/line-dashed.svg) no-repeat center/cover
}

.note--big-3 {
    padding: 46px 26px 54px 56px;
    top: 0;
    right: 186px;
    background: url(../img/note-bg-3.png) no-repeat center/contain;
    width: 307px;
    height: 192px;
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg)
}
.note--big-3-en{
    top: 10px;
    right: 137px;
}
.note--big-3::after, .note--big-3::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 108px;
    height: 8px;
    background: url(../svg/note-style.svg) no-repeat center/cover
}

.note--big-3::before {
    top: 15px
}

.note--big-3::after {
    bottom: 15px
}

.note--small {
    padding: 16px 26px;
    border-radius: 79px;
    background: #fffcb7;
    -webkit-transition: .3s all;
    transition: .3s all
}

.note--small:hover {
    background: rgba(255, 252, 183, .8)
}

.note--small-1 {
    right: 96px;
    bottom: 49px;
    -webkit-transform: rotate(-14deg);
    transform: rotate(-14deg)
}
.note--small-1-en{
    right: 187px;
    bottom: 55px;
    transform: rotate(-10deg);
}
.note--small-2 {
    left: 116px;
    bottom: 75px;
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg)
}
.note--small-2-en{
    bottom: 80px;
}
.note--small-3 {
    left: 28%;
    top: 53px;
    -webkit-transform: rotate(-14deg);
    transform: rotate(-14deg)
}
.note--small-3-en{
    left: 28.5%;
}
.note--small-4 {
    right: 28%;
    bottom: 46%;
    -webkit-transform: rotate(19deg);
    transform: rotate(19deg)
}
.note--small-4-en{
    right: 25%;
    bottom: 49%;
}
.marquee {
    position: absolute;
    width: 100%
}

.marquee__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 1000;
    -webkit-animation: move 40s linear infinite;
    animation: move 40s linear infinite
}

.marquee__content {
    position: relative;
    white-space: nowrap;
    font-family: "Oranienbaum", serif;
    font-size: 160px;
    font-weight: 400;
    line-height: 185px;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    margin-right: 32px
}

.example {
    padding-top: 120px;
    padding-bottom: 262px
}

.example__container {
    display: grid;
    grid-template-rows:auto 1fr;
    grid-template-columns:1fr 1fr
}

.example__data {
    margin-bottom: 40px;
    padding-right: 109px
}

.example__text, .example__title {
    font-weight: 400;
    letter-spacing: 0;
    text-align: left
}

.example__title {
    margin-bottom: 24px;
    font-family: "Oranienbaum", serif;
    font-size: 40px;
    line-height: 48px;
    color: #eae2ff
}

.example__text {
    font-family: "Circe", sans-serif;
    font-size: 32px;
    line-height: 40px;
    color: #fff
}

.task {
    padding-bottom: 80px
}

.task__list {
    padding-left: 50px
}

.task__item {
    position: relative
}

.task__item::before {
    content: "";
    position: absolute;
    top: 16px;
    left: -30px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff
}

.sources {
    padding-right: 150px
}

.costs {
    padding-left: 48px;
    border-left: 1px solid rgba(255, 255, 255, .2)
}

.action__content .text--mark, .costs__title {
    color: #fffcb7
}

.costs__notes {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.note--cost {
    margin-bottom: 16px;
    position: relative;
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .3019607843);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Circe", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    color: #fff
}

.action {
    padding-top: 80px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    grid-row: 2;
    grid-column: 1/span 2
}

.action__content {
    max-width: 1140px;
    margin-left: auto;
    padding-right: 234px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.action__content .example__text:not(:last-of-type) {
    margin-bottom: 40px
}

.action__content .btn {
    margin: 32px auto 0
}

.stars {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -1
}

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

.stars .star {
    position: absolute
}

.stars .star--1 {
    width: 90px;
    height: 90px;
    left: 69px;
    bottom: 182px
}

.stars .star--2 {
    width: 90px;
    height: 90px;
    right: 32px;
    bottom: 536px
}

.communication {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.communication__item label, .communication__title {
    font-family: "Circe", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left
}

.communication__title {
    color: #fff
}

.communication__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

@media (max-width: 992px) {
    .communication__boxes {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16px
    }
}

.communication__item {
    padding-left: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer
}

.communication__item label {
    pointer-events: none;
    color: rgba(255, 255, 255, .8);
    -webkit-transition: .3s all;
    transition: .3s all
}

.communication__checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.communication__checkbox + label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.communication__checkbox + label::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 4px
}

.communication__checkbox + label.checked::before {
    background: url(../svg/check.svg) no-repeat center/contain;
    border: 1px solid #fff
}

.services {
    padding-top: 120px
}

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

.services__wrapper {
    position: relative
}

.services__sticky {
    position: absolute;
    top: 0;
    left: 0
}

.services__title span {
    display: block
}

.services__img {
    margin-top: 188px
}

.services__img img {
    -webkit-animation: wheel 10s linear infinite;
    animation: wheel 10s linear infinite
}

.accordion__item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.accordion__item:not(:last-child) {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #000
}

.accordion__item--active .accordion__label::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.accordion__item--active .accordion__body {
    /*margin-top: 16px;*/
    max-height: 1500px
}

.accordion__body, .accordion__label::after {
    -webkit-transition: .3s all;
    transition: .3s all
}

.accordion__body {
    max-height: 0;
    overflow: hidden
}

.accordion__label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0!important;
    font-family: "Circe", sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 59px;
    letter-spacing: 0;
    text-align: left;
    color: #232323;
    position: relative
}

.accordion__label::after {
    content: "";
    position: static!important;
    width: 36px;
    height: 36px;
    background: url(../svg/cross.svg) no-repeat center/cover;
    cursor: pointer
}

.accordion--services {
    margin-top: 30px;
    max-width: 970px
}

.accordion--services__content, .rates__text span {
    display: block
}

.accordion--services__content:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    /*padding: 16px 0;*/
    border-bottom: 1px solid #d5d4d1
}

.accordion--services__title {
    font-family: "Oranienbaum", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    text-align: left;
    color: #232323
}

.accordion--services__list {
    margin-top: 20px
}

.accordion--services__el {
    padding-left: 38px;
    font-family: "Circe", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
    color: #232323;
    position: relative
}

.accordion--services__el::before {
    content: "";
    position: absolute;
    left: 19px;
    top: 12px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #232323
}
.accordion--services__el-en::before{display: none}
.accordion--services__el-en{
    padding-left: 0;
    margin-bottom: 10px;
}
.accordion--services__el-en:first-child{
    margin: 20px 0 0 0;
}
.rates {
    padding-top: 150px;
    padding-bottom: 120px
}

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

.rates__text {
    margin-top: 88px;
    max-width: 970px;
    font-family: "Circe", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
    color: #232323
}

.card, .card__top, .rates__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.rates__cards {
    margin-top: 44px
}

.card, .card__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.card {
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #000;
    width: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 790px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
    overflow: hidden
}

.card__top {
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card__title {
    font-family: "Oranienbaum", serif;
    font-size: 90px;
    font-weight: 400;
    line-height: 104px;
    letter-spacing: 0;
    text-align: left;
    color: #232323;
    text-transform: uppercase;
    overflow: hidden
}

.card:not(.card--active) .card__title {
    position: absolute;
    bottom: -20px;
    left: 80%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left;
    transform-origin: left
}

.card:not(.card--active) .card__list {
    opacity: 0;
    -webkit-transition: .6s all;
    transition: .6s all
}

.card__salary {
    display: none;
    font-family: "Oranienbaum", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 0;
    text-align: left;
    color: #000
}

.card__salary span {
    font-family: "Oranienbaum", serif;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, .4)
}

.card__list {
    opacity: 0;
    -webkit-transition: .3s all;
    transition: .3s all
}

.card__item, .card__salary span {
    font-weight: 400;
    letter-spacing: 0;
    text-align: left
}

.card__item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-family: "Circe", sans-serif;
    font-size: 32px;
    line-height: 40px;
    color: #000;
    border-bottom: 1px solid #d5d4d1
}

.card .btn {
    display: none;
    margin-left: auto
}

.card--active {
    width: 800px
}

.card--active .card__list {
    opacity: 1
}

.about__text p, .card--active .btn, .card--active .card__salary {
    display: block
}

.cases {
    padding-top: 365px
}

.cases .hidden-block {
    position: absolute;
    top: 0;
    width: 10%;
    height: 100%;
    opacity: 0
}

.cases .hidden-block--right {
    right: 0
}

.about__number #num-shadow-1, .cases .hidden-block--left {
    left: 0
}

.cases__marquee {
    top: 97px;
    left: 0
}

.cases__wrapper {
    padding-bottom: 165px;
    position: relative;
    width: 100%;
    height: 542px
}

.cases__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 63px;
    width: 1600px
}

.cases__descr {
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.cases__title {
    margin-bottom: 24px;
    font-family: "Oranienbaum", serif;
    font-size: 40px;
    line-height: 48px;
    color: #eae2ff
}

.cases__text {
    font-family: "Circe", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    text-align: left;
    color: #fff
}

.cases__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 60%;
    flex: 1 0 60%
}

.cases .swiper-pagination-bullet {
    position: relative;
    width: 48px;
    height: 20px;
    border-radius: 0;
    background: transparent;

}
.cases .swiper-pagination-bullet:before{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    content: '';
    height: 2px;
    background: #4e4e4e
}

.cases .swiper-pagination-bullet.swiper-pagination-bullet-active {
    /*background-color: #fff*/
}
.cases .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    background: #fff
}
.cases .swiper-button-next, .cases .swiper-button-prev {
    z-index: 1000;
    width: 64px;
    height: 64px;
    opacity: 0;
    -webkit-transition: .3s all;
    transition: .3s all
}

.cases .swiper-button-prev {
    left: 40px
}

.cases .swiper-button-next._show, .cases .swiper-button-prev._show {
    opacity: 1
}

.cases .swiper-button-next {
    right: 40px
}

.cases .swiper-button-next::after, .cases .swiper-button-prev::after {
    content: "";
    position: absolute;
    width: 64px;
    height: 64px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: url(../svg/btn-up.svg) no-repeat center/contain
}

.cases .swiper-button-next::after {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.cases .swiper-horizontal > .swiper-pagination-bullets, .cases .swiper-pagination-bullets.swiper-pagination-horizontal, .cases .swiper-pagination-custom, .cases .swiper-pagination-fraction {
    bottom: 58px;
    left: 0;
    width: 100%
}

.cases .swiper-button-next.swiper-button-disabled, .cases .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.step:not(:last-child) {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.step__text, .step__title {
    font-weight: 400;
    letter-spacing: 0;
    text-align: left
}

.step__title {
    margin-bottom: 12px;
    font-family: "Oranienbaum", serif;
    font-size: 32px;
    line-height: 40px;
    color: #fffcb7
}

.step__text {
    font-family: "Circe", sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #fff
}

.faq {
    padding-top: 120px;
    padding-bottom: 120px
}

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

.faq__top {
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.faq__title {
    font-family: "Oranienbaum", serif;
    font-size: 90px;
    font-weight: 400;
    line-height: 96px;
    letter-spacing: 0;
    text-align: left;
    color: #fff
}

.faq__picture {
    margin-top: 229px
}

.about__picture img, .faq__picture img {
    animation: wheel 10s linear infinite reverse
}

.accordion--faq {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%
}

.accordion--faq .accordion__item:not(:last-child) {
    border-bottom: 1px solid #d5d4d1
}

.accordion--faq .accordion__content, .accordion--faq .accordion__label, .accordion--faq__text {
    font-family: "Circe", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    text-align: left;
    color: #fff
}

.accordion--faq .accordion__label::after {
    top: 0;
    background: url(../svg/cross-white.svg) no-repeat center/cover;
    flex: none;
}

.accordion--faq .accordion__label.accordion__label--active ~ p.accordion__content {
    margin-top: 16px
}

.accordion--faq .accordion__content, .accordion--faq__text {
    font-size: 24px;
    line-height: 32px
}
.accordion--faq .accordion__content, .accordion--faq__text:first-child{
    margin-top: 16px;
}
.accordion--faq__list {
    margin: 30px 0;
    padding-left: 38px
}

.accordion--faq__el {
    font-family: "Circe", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
    color: #fff;
    position: relative
}

.accordion--faq__el::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff
}

.about {
    padding-top: 120px;
    padding-bottom: 624px;
    position: relative
}

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

.about__top {
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.about__picture {
    margin-top: 138px;
    margin-left: 177px
}

.about__content {
    margin-top: 104px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%
}

.about__text {
    font-family: "Circe", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    text-align: left;
    color: #000
}

.about__text p:first-child {
    margin-bottom: 24px
}

.about__number {
    position: relative;
    height: 693px
}

.about__number img {
    position: absolute;
    top: 108px;
    pointer-events: none
}

.about__number #num-shadow-2 {
    left: 113px
}

.about__number #num {
    left: 226px
}

.about__note, .about__note span {
    font-family: "Inter";
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
    text-align: left
}

.about__note {
    max-width: 480px;
    position: absolute;
    bottom: 30px;
    right: 0;
    font-weight: 400;
    color: #000;
    text-transform: uppercase
}

.about__note span {
    font-weight: 600
}

.about__marquee {
    height: 440px;
    bottom: 120px
}

.about__marquee .marquee__container {
    -webkit-animation: move 60s linear infinite;
    animation: move 60s linear infinite
}

.footer__contacts, .footer__container, .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__container {
    padding: 64px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 204px
}

.footer__contacts, .footer__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__contacts {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__contacts .contacts__tel {
    font-size: 64px;
    line-height: 72px
}

.btn-top {
    width: 80px;
    height: 80px;
    background: url(../svg/btn-up.svg) no-repeat center/contain;
    cursor: pointer
}

.anim-hands {
    position: relative;
    bottom: -262px;
    width: 100%;
    height: 100%
}

.anim-hands__img {
    position: absolute
}

.anim-hands #hand-left {
    left: 0;
    bottom: 16px
}

.anim-hands #wheel-center {
    width: 63px;
    height: 63px;
    bottom: 210px;
    left: 54%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    z-index: 100
}

.anim-hands #hand-right {
    right: 0;
    bottom: 199px
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #202020;
    overflow-y: scroll
}

.modal--active {
    display: block
}

.call {
    position: absolute;
    top: 197px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100vh;
    max-width: 664px;
    background-color: transparent;
    -webkit-transition: right .5s;
    transition: right .5s
}

@media (max-width: 992px) {
    .call {
        width: 100%
    }
}

.call::-webkit-scrollbar {
    width: .5em;
    background-color: #e8ebf2
}

.call::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.call::-webkit-scrollbar-thumb {
    background-color: #1f49da;
    outline: 1px solid #708090;
    border-radius: 5px
}

.call__wrapper {
    width: 100%
}

.call__title {
    margin-bottom: 30px;
    font-family: "Oranienbaum";
    font-size: 90px;
    font-weight: 400;
    line-height: 104px;
    letter-spacing: 0;
    text-align: left;
    color: #fff
}

@media (max-width: 992px) {
    .call__title {
        font-size: 32px;
        line-height: 40px;
        text-align: center
    }
}

.call__subtitle {
    margin-bottom: 40px;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left;
    color: #000
}

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

.call .call-form {
    width: 604px
}

@media (max-width: 992px) {
    .call .call-form {
        width: 100%;
        padding: 0 20px
    }
}

.call .menu__top {
    margin-bottom: 68px
}

.menu-close {
    margin-left: 24px;
    width: 80px;
    height: 48px;
    border-radius: 32px;
    background: #1f49da;
    border: 1px solid rgba(255, 255, 255, .5019607843);
    position: relative;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.menu-close:hover {
    background-color: rgba(31, 73, 218, .8509803922)
}

.menu-close span {
    position: absolute;
    display: block;
    width: 20px;
    height: 1px;
    left: 38%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff
}

.menu-close span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(-45deg) translate(0, -50%);
    transform: rotate(-45deg) translate(0, -50%)
}

.menu-close span:nth-child(2) {
    bottom: 50%;
    -webkit-transform: rotate(45deg) translate(0, 50%);
    transform: rotate(45deg) translate(0, 50%)
}

.call-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.call-form__input-wrapper {
    position: relative;
    height: 85px;
    /*border-bottom: 1px solid rgba(255, 255, 255, .2);*/
}

.call-form__input-wrapper._error input, .call-form__input-wrapper._error-empty input {
    border-color: #d2170b
}

.call-form__input-wrapper._error-empty::after, .call-form__input-wrapper.email._error::after, .call-form__input-wrapper.tel._error::after {
    content: "Обязательное поле";
    position: absolute;
    bottom: -16px;
    left: 0;
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left;
    color: #d2170b;
}

.call-form__input-wrapper.en-input._error-empty::after, .call-form__input-wrapper.en-input.email._error::after, .call-form__input-wrapper.en-input.tel._error::after {
    content: "Required field";
    position: absolute;
    bottom: -16px;
    left: 0;
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left;
    color: #d2170b;
}

.call-form__input-wrapper.email._error::after, .call-form__input-wrapper.tel._error::after {
    content: "Некорректный email"
}

.call-form__input-wrapper.en-input.email._error::after, .call-form__input-wrapper.en-input.tel._error::after {
    content: "Incorrect email"
}


.call-form__input-wrapper.tel._error::after {
    content: "Некорректный номер";
    z-index: 100
}
.call-form__input-wrapper.en-input.tel._error::after {
    content: "Incorrect number";
    z-index: 100
}


.call-form__placeholder {
    position: absolute;
    bottom: 21px;
    font-family: "Circe", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
    color: #fff;
    pointer-events: none
}

@media (max-width: 992px) {
    .call-form__placeholder {
        font-size: 14px;
        line-height: 20px
    }
}

.call-form__placeholder._fill {
    bottom: 42px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left
}

@media (max-width: 992px) {
    .call-form__placeholder._fill {
        bottom: 40px
    }
}

.call-form__placeholder._fill span {
    color: #fff;
    top: 0;
    left: 0
}

.call-form__placeholder span {
    position: relative;
    top: -6px;
    left: 2px;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -.15px;
    text-align: left;
    color: rgba(255, 255, 255, .6)
}

.call-form__input {
    background: 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    height: 100%;
    position: relative;
    font-family: "Circe", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding-top: 30px;
}

@media (max-width: 992px) {
    .call-form__input {
        font-size: 14px;
        line-height: 20px;
        height: 60px
    }
    .communication__title, .communication__label, .agreement__text{
        font-size: 14px!important;
    }
}

.call-form__input::-webkit-input-placeholder {
    font-family: "Circe", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
    color: #fff
}

.call-form__input::-moz-placeholder {
    font-family: "Circe", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
    color: #fff
}

.call-form__input:-ms-input-placeholder {
    font-family: "Circe", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
    color: #fff
}

.call-form__input::-ms-input-placeholder {
    font-family: "Circe", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
    color: #fff
}

.call-form__input::placeholder {
    font-family: "Circe", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
    color: #fff
}

.call-form__btn {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto
}

.call-form__btn[aria-disabled=true] {
    background-color: rgba(255, 255, 255, .6);
    border: 0
}

.call-form__btn[aria-disabled=true]:hover span {
    color: #212121
}

.agreement, .agreement__checkbox + label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.agreement {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.agreement__checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    pointer-events: none
}

.agreement__checkbox._error + label::before {
    border: 1px solid #d2170b
}

.agreement__checkbox + label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.agreement__checkbox + label.checked::before {
    background: url(../svg/check.svg) no-repeat center/contain
}

.agreement__checkbox + label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 4px
}

.agreement__text {
    margin-left: 8px;
    font-family: "Circe", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
    color: #fff
}

.agreement__text a {
    color: #eae2ff
}

@media (max-width: 1600px) {
    .preloader__logo {
        height: 180px
    }

    .notes--desc {
        margin-top: 50px;
        background: url(../svg/notes-tb.svg) no-repeat center/contain
    }
    .en--notes {
        margin-top: 50px;
        background: url(../svg/notes-tb-en.svg) no-repeat center/contain
    }
    .notes--desc .note {
        display: none
    }
}

@media (max-width: 1200px) {
    .preloader__logo {
        height: 120px
    }

    .container {
        padding: 0 16px;
        max-width: 992px
    }

    .header__container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header__logo {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

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

    .header__menu {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: 16px
    }

    .header__menu .menu__icon {
        z-index: 10000;
        display: block;
        position: relative;
        width: 24px;
        height: 16px;
        cursor: pointer
    }

    .header__menu .menu__icon span, .header__menu .menu__icon::after, .header__menu .menu__icon::before {
        left: 0;
        position: absolute;
        height: 20%;
        width: 100%;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        background-color: #fff
    }

    .header__menu .menu__icon::after, .header__menu .menu__icon::before {
        content: ""
    }

    .header__menu .menu__icon::before {
        top: 0
    }

    .header__menu .menu__icon::after {
        bottom: 0
    }

    .header__menu .menu__icon span {
        top: 50%;
        -webkit-transform: scale(1) translate(0, -50%);
        transform: scale(1) translate(0, -50%)
    }

    .header__menu, .header__menu .menu__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header__menu .menu__body {
        margin: 0;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .9);
        padding: 100px 30px 30px;
        -webkit-transition: left .3s ease 0s;
        transition: left .3s ease 0s;
        overflow: auto;
        z-index: 1000;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .header__menu .menu__body::before {
        content: "";
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 2
    }

    .header__menu .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header__menu._active .menu__icon span {
        -webkit-transform: scale(0) translate(0, -50%);
        transform: scale(0) translate(0, -50%)
    }

    .header__menu._active .menu__icon::before {
        top: 50%;
        -webkit-transform: translate(0, -50%) rotate(-45deg);
        transform: translate(0, -50%) rotate(-45deg)
    }

    .header__menu._active .menu__icon::after {
        bottom: 50%;
        -webkit-transform: translate(0, 50%) rotate(45deg);
        transform: translate(0, 50%) rotate(45deg)
    }

    .header__menu._active .menu__body {
        left: 0
    }

    .header__contacts .contacts__tel, .header__contacts .social, .notes--desc .note {
        display: none
    }

    .notes--desc {
        margin-top: 50px;
        height: 335px;
        background: url(../svg/notes-tb.svg) no-repeat center/contain
    }
    .en--notes {
        margin-top: 50px;
        height: 335px;
        background: url(../svg/notes-tb-en.svg) no-repeat center/contain
    }
}

@media (max-width: 992px) {
    .preloader__logo {
        height: 72px
    }

    .notes--desc {
        display: none
    }

    .notes--mob {
        margin-top: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

    .notes--mob img {
        margin-left: -16px
    }
}

@media (max-width: 475px) {
    .example{
        padding-top: 60px;
    }
    .services {
        padding-top: 40px
    }

    .services__sticky {
        position: relative;
        top: 0;
        left: 0
    }

    .preloader {
        display: none
    }

    .container {
        padding: 0 16px;
        max-width: 360px
    }

    .first-screen {
        padding-top: 104px;
        padding-bottom: 108px
    }

    .first-screen__text, .first-screen__title {
        font-size: 24px;
        line-height: 32px
    }

    .first-screen__marquee {
        height: 83px
    }

    .marquee__content {
        font-size: 72px;
        line-height: 83px
    }

    .example__container {
        display: grid;
        grid-template-rows:auto;
        grid-template-columns:repeat(1, 100%)
    }

    .example__title {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 24px
    }

    .example__text {
        font-size: 14px;
        line-height: 20px
    }

    .action {
        padding-top: 24px;
        grid-column: unset;
        grid-row: unset
    }

    .action__content {
        max-width: 100%;
        margin-left: unset;
        padding-right: 0
    }

    .example__data, .sources {
        padding-right: 0
    }

    .example__data {
        margin-bottom: 24px
    }

    .costs {
        padding-top: 24px;
        padding-left: 0;
        border-left: unset
    }

    .costs, .task {
        padding-bottom: 24px;
        border-bottom: 1px solid rgba(255, 255, 255, .2)
    }

    .task__list {
        padding-left: 22px
    }

    .task__item::before {
        content: "";
        position: absolute;
        top: 9px;
        left: -12px;
        width: 2px;
        height: 2px;
        border-radius: 50%;
        background: #fff
    }

    .anim-hands #hand-left {
        width: 246px;
        left: -100px;
        bottom: 57px
    }

    .anim-hands #hand-right {
        width: 207px;
        right: -100px;
        bottom: 40px
    }

    .action__content .btn {
        margin: 24px auto 0 0
    }

    .main__title {
        font-size: 32px;
        line-height: 40px
    }

    .services__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .services__img {
        display: none
    }

    .accordion__label {
        padding-right: 48px;
        font-size: 20px;
        line-height: 28px
    }

    .accordion--services__title {
        font-size: 18px;
        line-height: 24px
    }

    .accordion--services__el {
        padding-left: 20px;
        font-size: 14px;
        line-height: 20px
    }

    .accordion--services__el::before {
        left: 5px;
        top: 8px
    }

    .accordion__item:not(:last-child) {
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid #000
    }

    .rates {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .rates__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .rates__text {
        margin-top: 16px;
        font-size: 14px;
        line-height: 20px
    }

    .rates__cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .card {
        width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 16px
    }

    .card__title {
        font-size: 32px;
        line-height: 40px
    }

    .card:not(.card--active) .card__list {
        display: none
    }

    .card:not(.card--active) .card__title {
        position: relative;
        bottom: unset;
        left: unset;
        -webkit-transform: none;
        transform: none
    }

    .card__top {
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 16px
    }

    .card__salary {
        display: none;
        font-family: "Oranienbaum", serif;
        font-size: 24px!important;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 0;
        text-align: left;
        color: #000
    }

    .card__salary span {
        font-family: "Oranienbaum", serif;
        font-size: 16px;
        line-height: 24px
    }

    .card__item {
        margin-bottom: 12px;
        padding-bottom: 12px;
        font-size: 16px;
        line-height: 24px
    }

    .cases__marquee .marquee__content {
        margin-right: 0
    }
    .communication__title, .communication__checkbox + label, .agreement__text{
        font-size: 14px;
    }
    .cases__marquee .marquee__content img {
        margin-right: 12px;
        position: relative;
        bottom: 6px;
        width: 32px
    }

    .cases {
        padding-top: 155px;
        padding-bottom: 0
    }

    .cases__marquee {
        top: 40px
    }

    .cases__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32px
    }

    .cases__title {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 24px
    }

    .cases__text {
        font-size: 14px;
        line-height: 20px
    }

    .cases__wrapper {
        padding-bottom: 230px
    }

    .cases .swiper-horizontal > .swiper-pagination-bullets, .cases .swiper-pagination-bullets.swiper-pagination-horizontal, .cases .swiper-pagination-custom, .cases .swiper-pagination-fraction {
        bottom: 20px
    }

    .step:not(:last-child) {
        padding-bottom: 24px;
        margin-bottom: 24px
    }

    .step__title {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 24px
    }

    .step__text {
        font-size: 14px;
        line-height: 20px
    }

    .faq {
        padding-top: 0;
        padding-bottom: 40px
    }

    .faq__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .faq__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 30px;
        align-items: center;
    }

    .faq__title {
        font-size: 32px;
        line-height: 40px
    }

    .faq__picture {
        margin-top: 0
    }

    .faq__picture img {
        width: 64px
    }

    .accordion--faq .accordion__label {
        padding-right: 48px;
        font-size: 20px;
        line-height: 28px
    }

    .accordion--faq .accordion__content, .accordion--faq__text {
        font-size: 18px;
        line-height: 20px
    }

    .accordion--faq__list {
        margin: 16px 0;
        padding-left: 20px
    }

    .accordion--faq__el {
        font-size: 18px;
        line-height: 20px
    }

    .accordion--faq__el::before {
        left: -16px;
        top: 6px
    }

    .accordion__label::after {
        content: "";
        position: absolute;
        top: 12px;
        right: 0;
        width: 24px;
        height: 24px;
        background: url(../svg/cross.svg) no-repeat center/cover;
        cursor: pointer
    }

    .card__list {
        margin-top: 24px;
        margin-bottom: 48px
    }

    .card .btn {
        margin-top: 48px
    }

    .about {
        padding-top: 40px;
        padding-bottom: 341px
    }

    .about__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about__top {
        position: relative
    }

    .about__text {
        font-size: 14px;
        line-height: 20px
    }

    .about__picture {
        margin: 0;
        position: absolute;
        bottom: -389px
    }

    .about__picture img {
        width: 100px
    }

    .about__content {
        margin-top: 16px
    }

    .about__exp {
        margin-top: 150px
    }

    .about__number {
        max-width: 200px;
        height: 231px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .about__number img {
        width: 100px;
        top: 0
    }

    .about__number #num-shadow-2 {
        left: 50px
    }

    .about__number #num {
        left: 100px
    }

    .about__note {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        bottom: -30px
    }

    .about__note span {
        font-size: inherit;
        line-height: inherit
    }

    .about__marquee {
        margin-right: 8px;
        height: 256px;
        bottom: 40px
    }

    .about__marquee .marquee__content img {
        width: 328px
    }

    .footer__container {
        padding: 32px 16px;
        gap: 40px
    }

    .footer__top {
        gap: 40px
    }

    .footer__contacts, .footer__menu .menu__list, .footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__contacts {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 16px
    }

    .footer__menu .menu__list {
        gap: 8px
    }

    .footer__btn {
        display: none
    }

    .social--footer .social__item {
        width: 48px;
        height: 48px
    }

    .social--footer .social__item svg {
        width: 24px;
        height: 24px
    }

    .footer__contacts .contacts__tel {
        font-size: 32px;
        line-height: 48px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

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

.error__container, .error__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.error__container {
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.error__picture {
    gap: 12px
}

.error__picture img {
    pointer-events: none
}

.error__picture #wheel-zero {
    -webkit-animation: wheel 5s linear infinite;
    animation: wheel 5s linear infinite
}

.error__title {
    margin-top: 24px;
    font-family: "Circe", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
    color: #fff
}

@media (max-width: 620px) {
    .error__picture {
        scale: .7
    }
}

.btn--error {
    margin-top: 40px;
    padding: 12px 32px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #fff;
    cursor: pointer
}

.pp .pp__container {
    padding-top: 213px;
    padding-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    max-width: 1200px
}

.pp__block-title, .pp__title {
    margin-bottom: 100px;
    font-family: "Oranienbaum", serif;
    font-size: 90px;
    font-weight: 400;
    line-height: 104px;
    letter-spacing: -.03em;
    text-align: center;
    color: #000
}

.pp__block-title {
    margin-bottom: 16px;
    font-family: "Circe", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left
}

.pp__block:not(:last-child) {
    margin-bottom: 40px
}

.pp__item, .pp__item span {
    font-family: "Circe", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.03em;
    text-align: left
}

.pp__item span {
    font-weight: 700
}

.thanks__container {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.thanks__subtitle, .thanks__title {
    font-family: "Oranienbaum", serif;
    font-size: 90px;
    font-weight: 400;
    line-height: 104px;
    letter-spacing: 0;
    text-align: left;
    color: #fff
}

.thanks__subtitle {
    margin-top: 16px;
    font-family: "Circe", sans-serif;
    font-size: 32px;
    line-height: 40px
}

.thanks__pictures {
    position: absolute;
    width: 100%;
    height: 100%;
    user-select: none;
    pointer-events: none;
}

.thanks__pictures img {
    position: absolute
}

.thanks__pictures #star-1 {
    top: 317px;
    right: 0
}

.thanks__pictures #star-2 {
    bottom: 148px;
    left: 0
}

.btn--thanks {
    margin-top: 32px
}
