html[lang="en"] .content-desc h2 {
    letter-spacing: -0.02em;
    line-height: 175%;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    width: 3px;
    background: #DCE4F1;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #32C1D1;
}

html,
body {
    height: 100%;
    cursor: none;
    scroll-behavior: smooth;
}

body {
    font-size: 1rem;
    font-weight: normal;
    font-family: "Stolzl Book";
    -webkit-overflow-scrolling: touch;
    background-color: #D8F1F4;
}

.cursor-external {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 15;
    width: 50px;
    height: 50px;
    pointer-events: none;
    border-radius: 100%;
    background: rgba(206, 96, 142, 0.6);
    transition: all 500ms ease-out;
    transform: translate(calc(-50% + 15px), -50%);
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    -webkit-transform: translate(calc(-50% + 15px), -50%);
    -moz-transform: translate(calc(-50% + 15px), -50%);
    -ms-transform: translate(calc(-50% + 15px), -50%);
    -o-transform: translate(calc(-50% + 15px), -50%);
}

.cursor-external.hover {
    opacity: 0.4;
    width: 70px;
    height: 70px;
    background: #ffffff;
}

@media screen and (min-width: 1024px) {
    .cursor-external {
        display: block;
    }
}

.cursor-main {
    display: none;
    z-index: 14;
    width: 9px;
    height: 9px;
    position: fixed;
    border-radius: 100%;
    pointer-events: none;
    background-color: #3C4E50;
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.cursor-main.hover {
    width: 12px;
    height: 12px;
    background: #CE608E;
}

@media screen and (min-width: 1024px) {
    .cursor-main {
        display: block;
    }
}

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

.content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.content-desc h2 {
    font-weight: 700;
    line-height: 190%;
    font-size: 3.125rem;
    font-family: "Stolzl";
    text-transform: uppercase;
    color: #3C4E50;
}

.content-desc h2 span {
    margin: 0 auto;
    padding: 0 1.25rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    color: #ffffff;
    border-radius: 100px;
    background: #32C1D1;
}

.content-img {
    position: relative;
    width: 24.563rem;
    height: 24.563rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 24.563rem;
    flex: 1 0 24.563rem;
    border-radius: 50%;
    background: #32C1D1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.content-img span {
    position: absolute;
    top: -16%;
    left: -42%;
    width: 35.938rem;
}

.content-img::after,
.content-img::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.content-img::after {
    z-index: -1;
    width: 30.375rem;
    height: 30.375rem;
    border: 1px solid rgba(60, 201, 216, 0.5);
}

.content-img::before {
    z-index: -1;
    width: 33.75rem;
    height: 33.75rem;
    border: 1px solid rgba(60, 201, 216, 0.3);
}

footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.container {
    margin: 0 auto;
    padding: 0 0.625rem;
    position: relative;
    max-width: 73.75rem;
    width: 100%;
}

.center {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.title {
    font-weight: 700;
    text-align: center;
    font-size: 3.125rem;
    font-family: "Stolzl";
    text-transform: uppercase;
    color: #3C4E50;
}

.btn-primary {
    width: 100%;
    padding: 1.875rem 0;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3.75rem;
    letter-spacing: -0.01em;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 0%;
    color: #ffffff;
    font-family: "Stolzl";
    background: linear-gradient(92.55deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%), #CE608E;
    -webkit-border-radius: 3.75rem;
    -moz-border-radius: 3.75rem;
    -ms-border-radius: 3.75rem;
    -o-border-radius: 3.75rem;
    transition: 0.3s !important;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    -o-transition: 0.3s !important;
}

.btn-primary:hover {
    background: #32C1D1;
}

.btn-primary:active {
    background: linear-gradient(98.72deg, rgba(255, 255, 255, 0.2) 43.35%, rgba(0, 0, 0, 0) 57.47%), #32C1D1;
}

.btn-primary.max-width {
    max-width: 365px;
}

.header {
    padding-top: 1.25rem;
}

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

.nav {
    margin-left: auto;
    margin-right: auto;
}

.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav__list li {
    margin-right: 50px;
}

.nav__list li:last-child {
    margin-right: 0;
}

.nav__list a {
    display: inline-block;
    color: #000000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.375rem;
}

.nav__list a.active {
    color: #32C1D1;
}

.nav__list a:hover {
    color: #32C1D1;
}

@media screen and (max-width: 1200px) {
    .nav {
        display: none;
    }
}

.phone {
    padding: 0.25rem 2.125rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 300;
    line-height: 174.5%;
    font-size: 1.125rem;
    border-radius: 100px;
    color: #3C4E50;
    border: 2px solid #CE608E;
}

.lang {
    margin-left: 35px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.btn-lang {
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 600;
    color: #3C4E50;
}

.btn-lang::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%) scale(0);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #CE608E;
    transition: .3s;
}

@media (any-hover: hover) {
    .btn-lang:hover {
        color: #fff;
    }

    .btn-lang:hover::before {
        transform: translate(-50%, -50%) scale(1);
    }
}

.menu {
    padding: 0px 50px;
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 10;
    opacity: 0.3;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: linear-gradient(98.72deg, rgba(255, 255, 255, 0.2) 43.35%, rgba(0, 0, 0, 0) 57.47%), #3CC9D8;
}

.menu-btn {
    position: fixed;
    top: 34px;
    right: 10px;
    z-index: 9;
    display: none;
    padding: 0.313rem 1.25rem;
    font-size: 17px;
    color: #ffffff;
    border-radius: 2rem;
    font-family: "Stolzl";
    background: #CE608E;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
}

.menu-close {
    cursor: pointer;
    position: absolute;
    top: 34px;
    right: 10px;
    z-index: 5;
    padding: 0.313rem 1.25rem;
    font-size: 17px;
    color: #ffffff;
    border-radius: 2rem;
    font-family: "Stolzl";
    background: #CE608E;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
}

.menu-container {
    z-index: 3;
}

.menu-item {
    opacity: 0;
    margin-bottom: -20px;
}

.menu-link {
    color: #3C4E50;
    text-decoration: none;
    font-size: 3rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.menu-link:hover {
    color: gray;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.menu-background {
    position: absolute;
    /* font-size: 30vw; */
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: -1;
    color: rgba(60, 78, 80, 0.2);
}

.menu .title {
    margin-bottom: 2rem;
    font-size: 2rem;
    color: #3C4E50;
}

.menu .description {
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
    color: #3C4E50;
}

.menu .description:last-child {
    margin-bottom: 0;
}

.small-number {
    font-size: 1.2rem;
}

.marquee {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    font-family: "Stolzl";
    background: #32C1D1;
    transform: rotate(-2.28deg) !important;
    -webkit-transform: rotate(-2.28deg) !important;
    -moz-transform: rotate(-2.28deg) !important;
    -ms-transform: rotate(-2.28deg) !important;
    -o-transform: rotate(-2.28deg) !important;
}

.marquee p {
    margin: 0 3.125rem;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 150%;
    color: #ffffff;
    text-transform: uppercase;
    animation: RunText 6s infinite linear;
    -webkit-animation: RunText 6s infinite linear;
}

.marquee p img {
    width: 30px;
    height: 30px;
}

.marquee-bg {
    position: relative;
    z-index: -1;
    top: 75px;
    background: #ffffff;
    -webkit-transform: rotate(4.63deg) !important;
    transform: rotate(4.63deg) !important;
}

.marquee-bg p {
    color: #32C1D1;
}

@-webkit-keyframes RunText {
    0% {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    100% {
        transform: translateX(-90%);
        -webkit-transform: translateX(-90%);
        -moz-transform: translateX(-90%);
        -ms-transform: translateX(-90%);
        -o-transform: translateX(-90%);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
}

@keyframes RunText {
    0% {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    100% {
        transform: translateX(-90%);
        -webkit-transform: translateX(-90%);
        -moz-transform: translateX(-90%);
        -ms-transform: translateX(-90%);
        -o-transform: translateX(-90%);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
}

.tabs__btn--active {
    pointer-events: none;
}

.tabs__content--active {
    display: block;
}

.input {
    padding: 0.938rem;
    resize: none;
    width: 100%;
    transition: 0.3s;
    background: #ffffff;
    border-radius: 24px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    color: #3C4E50;
    border: 1px solid #DCE4F1;
}

.input::-webkit-input-placeholder {
    color: #6D6D78;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.063rem;
}

.input::-moz-placeholder {
    color: #6D6D78;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.063rem;
}

.input:-ms-input-placeholder {
    color: #6D6D78;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.063rem;
}

.input::-ms-input-placeholder {
    color: #6D6D78;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.063rem;
}

.input::placeholder {
    color: #6D6D78;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.063rem;
}

.input:focus {
    outline: none;
    -webkit-box-shadow: 0px -1px 8px -1px rgba(50, 193, 209, 0.4);
    box-shadow: 0px -1px 8px -1px rgba(50, 193, 209, 0.4);
}

.checkbox__label {
    position: relative;
    padding-left: 2.188rem;
    display: inline-block;
    cursor: pointer;
    color: #6D6D78;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.063rem;
}

.checkbox__label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 4px;
    transform: translateY(-50%);
    border: 1px solid #DCE4F1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.checkbox__label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
    width: 1.625rem;
    height: 1.625rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/icon/checkmark.svg");
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.checkbox__label:active::after {
    border: 1px solid #32C1D1;
    transform: translateY(-50%) scale(0.8);
    -webkit-transform: translateY(-50%) scale(0.8);
    -moz-transform: translateY(-50%) scale(0.8);
    -ms-transform: translateY(-50%) scale(0.8);
    -o-transform: translateY(-50%) scale(0.8);
}

.checkbox__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
}

.checkbox__input:checked+.checkbox__label::after {
    background: #D8F1F4;
}

.checkbox__input:checked+.checkbox__label::before {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.accordion {
    width: 100%;
    gap: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    outline: none;
    transition: 0.3s;
    font-weight: 700;
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: "Stolzl";
    color: #3C4E50;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.accordion span {
    /* -webkit-box-flex: 0;
    -ms-flex: 0 0 58px;
    flex: 0 0 58px; */
}

.accordion span img {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.accordion.is-open img {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.accordion-wrap {
    margin-bottom: 5rem;
}

.accordion-controls {
    padding: 0.813rem 0;
    border-top: 1px solid rgba(60, 78, 80, 0.3);
}

.accordion-controls:last-child {
    border-bottom: 1px solid rgba(60, 78, 80, 0.3);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
    -webkit-transition: max-height 0.2s ease-in-out;
    -moz-transition: max-height 0.2s ease-in-out;
    -ms-transition: max-height 0.2s ease-in-out;
    -o-transition: max-height 0.2s ease-in-out;
}

.accordion-content p {
    margin-top: 0.938rem;
    margin-bottom: 1.438rem;
}

.select-toggle {
    position: relative;
}

.select__list-sub {
    padding: 13px 0;
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
    overflow-y: auto;
    max-height: 250px;
    background: #ffffff;
    border-radius: 24px;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.select__list-sub.show {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.select__item-sub {
    padding: 5px 15px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    font-size: 1.1rem;
    color: #3C4E50;
}

.select__item-sub:hover {
    background: rgb(227, 227, 227);
}

.select__input-hidden {
    display: none;
}

.arrow-down-icon {
    position: relative;
    text-align: left;
}

.footer {
    padding-top: 0.75rem;
    padding-bottom: 4.75rem;
    background: #32C1D1;
}

.footer-wrapper {
    padding-bottom: 2.25rem;
    gap: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #D8F1F4;
}

.footer-left p {
    max-width: 24.063rem;
    color: #ffffff;
    font-weight: 400;
    line-height: 150%;
    font-size: 1.25rem;
    font-family: "Stolzl";
}

.footer-logo {
    display: inline-block;
    margin-bottom: 2.5rem;
    display: block;
}

.footer-right {
    gap: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__subtitle {
    color: #ffffff;
    font-weight: 400;
    line-height: 150%;
    font-size: 1.125rem;
    font-family: "Stolzl";
}

.footer__link {
    position: relative;
    white-space: nowrap;
    display: block;
    color: #ffffff;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 174.5%;
}

.footer__link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 1px;
    width: 100%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
}

.footer__link:hover:before {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
}

.footer__link:first-child {
    margin-right: 0.313rem;
}

.footer-socials {
    margin-top: 12px;
    gap: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 6.438rem;
}

.address {
    margin-right: 7.313rem;
    max-width: 10.938rem;
    font-style: normal;
    display: block;
}

.address__desc {
    margin-top: 1.25rem;
    margin-bottom: 0.938rem;
    color: #ffffff;
    font-weight: 400;
    line-height: 150%;
    font-size: 0.875rem;
}

.address__desc-small {
    color: #ffffff;
    font-weight: 300;
    line-height: 150%;
    font-size: 0.625rem;
}

.blog-content {
    padding-top: 6.875rem;
    padding-bottom: 7.25rem;
}

.blog-content__inner {
    gap: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog-content__img {
    margin-right: 2.5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 28.875rem;
    flex: 1 0 28.875rem;
    max-width: 28.875rem;
    width: 100%;
}

.blog-content__desc p {
    margin-bottom: 1.25rem;
    color: #000000;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.9rem;
}

.blog-content__desc p:last-child {
    margin-bottom: 0;
}

.blog-content__title {
    margin-bottom: 15px;
    font-size: 22px;
}

.form-panel {
    margin-bottom: 20px;
}

.form-panel:last-child {
    margin-bottom: 0;
}

.form-control__subtitle {
    margin-bottom: 15px;
    font-weight: 500;
    display: block;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 13;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
    background: rgba(60, 78, 80, 0.6);
}

.popup-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    max-width: 540px;
    max-height: 800px;
    overflow-y: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transform: translate(-50%, -50%) translateY(20px);
    -webkit-transform: translate(-50%, -50%) translateY(20px);
    -moz-transform: translate(-50%, -50%) translateY(20px);
    -ms-transform: translate(-50%, -50%) translateY(20px);
    -o-transform: translate(-50%, -50%) translateY(20px);
}

.popup-wrap.open {
    transform: translate(-50%, -50%) translateY(0px);
    -webkit-transform: translate(-50%, -50%) translateY(0px);
    -moz-transform: translate(-50%, -50%) translateY(0px);
    -ms-transform: translate(-50%, -50%) translateY(0px);
    -o-transform: translate(-50%, -50%) translateY(0px);
}

.popup-wrap::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.popup-form {
    padding: 30px;
    background: #ffffff;
    border-radius: 2rem;
}

.popup-form__inner {
    margin-bottom: 20px;
}

.popup-form .form-control {
    margin-bottom: 20px;
}

.popup-form .form-control:last-child {
    margin-bottom: 0;
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 40px;
}

.popup.open {
    opacity: 1;
    pointer-events: all;
}

.area {
    resize: none;
}

.upload__btn {
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: #DCE4F1;
}

.upload__subtitle {
    margin-bottom: 10px;
    font-size: 18px;
}

.cube-1,
.cube-2,
.cube-3,
.cube-4,
.cube-5,
.cube-6,
.cube-7,
.cube-8,
.cube-9,
.cube-10 {
    position: absolute;
    z-index: -1;
    opacity: 0.48;
}

.cube-1 {
    right: -5%;
    bottom: 0%;
}

.cube-2 {
    top: 24%;
    left: -13%;
}

.cube-3 {
    top: 3%;
    left: -8%;
    max-width: 8.438rem;
}

.cube-4 {
    right: -5%;
    bottom: 10%;
    z-index: 1;
    opacity: 1;
    max-width: 8.438rem;
}

.cube-5 {
    top: 5%;
    left: 0;
    width: 265px;
}

.cube-6 {
    right: 2%;
    bottom: 20%;
    width: 13rem;
}

.cube-7 {
    left: 25%;
    bottom: 0%;
    max-width: 9.563rem;
}

.cube-8 {
    top: 0%;
    left: 38%;
    max-width: 7.063rem;
}

.cube-9 {
    top: 5%;
    left: -15%;
    width: 135px;
}

.cube-10 {
    top: 15%;
    right: -5%;
    opacity: 1;
    width: 135px;
}

.circle-1,
.circle-2,
.circle-3,
.circle-4,
.circle-5,
.circle-6,
.circle-7,
.circle-8,
.circle-9,
.circle-10,
.circle-11,
.circle-12 {
    position: absolute;
    z-index: -1;
}

.circle-1 {
    left: 20%;
    width: 98px;
}

.circle-2 {
    top: -4%;
    right: -6%;
}

.circle-3 {
    left: -6%;
    bottom: 12%;
    width: 100%;
    max-width: 125px;
}

.circle-4 {
    top: 15%;
    right: 10%;
    width: 98px;
}

.circle-5 {
    top: 12%;
    right: 2%;
    width: 8.75rem;
}

.circle-6 {
    left: 11%;
    bottom: 25%;
}

.circle-7 {
    top: 30%;
    left: -10%;
    max-width: 8.438rem;
}

.circle-8 {
    top: 8%;
    right: 15%;
    width: 82px;
}

.circle-9 {
    top: -15%;
    right: -5%;
    z-index: 1;
    width: 128px;
}

.circle-10 {
    width: 72px;
    top: 50%;
    right: -8%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.circle-11 {
    left: -9%;
    bottom: -10%;
    width: 95px;
}

.circle-12 {
    top: -15%;
    right: -13%;
    width: 128px;
}

.selection {
    padding-top: 6.25rem;
    padding-bottom: 2.813rem;
}

.selection-wrapper {
    margin-bottom: 3.438rem;
    max-width: 82.5rem;
}

.selection-desc {
    margin-bottom: 40px;
    font-family: "Stolzl";
    text-align: center;
}

.selection-desc h1 {
    margin-bottom: 40px;
    font-weight: 700;
    line-height: 73%;
    font-size: 6.938rem;
    text-transform: uppercase;
    color: #3C4E50;
}

.selection-desc h1 span {
    color: #32C1D1;
}

.selection-inner {
    position: relative;
}

.selection__item {
    position: absolute;
    top: -250px;
    z-index: -1;
}

.selection__item:first-child {
    left: 0;
    -webkit-transform: rotate(-10deg) !important;
    transform: rotate(-10deg) !important;
}

.selection__item:nth-child(2) {
    right: 0;
    -webkit-transform: rotate(10deg) !important;
    transform: rotate(10deg) !important;
}

.selection__item img {
    width: 125%;
    max-width: 125%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.selection__item.full-radius {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.selection__item.bg {
    background: #ffffff;
}

.selection__item.gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0.4)));
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.4) 100%);
}

.selection__item:nth-child(2) {
    border-radius: 120px 0px 0px 0px;
}

.selection__item:nth-child(3) {
    border-radius: 0px 0px 120px 0px;
}

.selection__item:nth-child(5) {
    border-radius: 120px 0px 130px;
}

.selection__item:nth-child(6) {
    border-radius: 0px 120px 0 130px;
}

.selection__item:nth-child(7) {
    border-radius: 0px 0px 0px 120px;
}

.selection__item:nth-child(9) {
    border-radius: 120px 0px 0px 0px;
}

.selection__item:hover img {
    transform: scale(1.1) rotate(-5deg);
    -webkit-transform: scale(1.1) rotate(-5deg);
    -moz-transform: scale(1.1) rotate(-5deg);
    -ms-transform: scale(1.1) rotate(-5deg);
    -o-transform: scale(1.1) rotate(-5deg);
}

.benefits {
    margin-bottom: 2.813rem;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 118px;
    -webkit-box-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25);
}

.benefits span {
    margin: 0 3.125rem;
    display: block;
    width: 2px;
    height: 11.375rem;
    background: radial-gradient(50% 50% at 50% 50%, #32C1D1 0%, rgba(50, 193, 209, 0) 100%);
}

.benefits p {
    max-width: 20.313rem;
    font-weight: 400;
    text-align: center;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-family: "Stolzl";
    color: #3C4E50;
}

.stages {
    padding-top: 3.25rem;
    padding-bottom: 3.75rem;
}

.stages h2 {
    margin-bottom: 2rem;
    line-height: 3.75rem;
}

.stages-wrap {
    margin-bottom: 5.313rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 28.125rem;
}

.stages-img {
    margin-top: 3.688rem;
    margin-right: 2.813rem;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 24.688rem;
    flex: 1 0 24.688rem;
    max-width: 24.688rem;
    max-height: 24.688rem;
    width: 100%;
}

.stages-img img {
    width: 100%;
    height: auto;
}

.stages-img span {
    position: absolute;
    left: -3.125rem;
    top: 43%;
    z-index: 1;
    width: 4.5rem;
    height: 4.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/circle-mini.png");
}

.stages-img::after,
.stages-img::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    animation: pulse 1s linear infinite;
    -webkit-animation: pulse 1s linear infinite;
}

.stages-img::after {
    z-index: -1;
    width: 30.375rem;
    height: 30.375rem;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    border: 1px solid rgba(60, 201, 216, 0.5);
}

.stages-img::before {
    z-index: -2;
    width: 33.813rem;
    height: 33.813rem;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
    border: 1px solid rgba(60, 201, 216, 0.3);
}

.stages-item {
    max-width: 22.5rem;
    gap: 1.25rem;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.stages__desc {
    font-family: "Stolzl";
}

.stages__desc h3 {
    margin-bottom: 0.688rem;
    position: relative;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3rem;
    text-transform: uppercase;
}

.stages__desc h3::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 85%;
    height: 1px;
    background: #ffffff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.stages__desc h4 {
    margin-bottom: 0.938rem;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    color: #3C4E50;
}

.stages__desc p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.188rem;
    color: rgba(0, 0, 0, 0.7);
}

@-webkit-keyframes pulse {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.5);
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        -moz-transform: translate(-50%, -50%) scale(0.5);
        -ms-transform: translate(-50%, -50%) scale(0.5);
        -o-transform: translate(-50%, -50%) scale(0.5);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.2);
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        -moz-transform: translate(-50%, -50%) scale(1.2);
        -ms-transform: translate(-50%, -50%) scale(1.2);
        -o-transform: translate(-50%, -50%) scale(1.2);
    }
}

@keyframes pulse {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.5);
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        -moz-transform: translate(-50%, -50%) scale(0.5);
        -ms-transform: translate(-50%, -50%) scale(0.5);
        -o-transform: translate(-50%, -50%) scale(0.5);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.2);
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        -moz-transform: translate(-50%, -50%) scale(1.2);
        -ms-transform: translate(-50%, -50%) scale(1.2);
        -o-transform: translate(-50%, -50%) scale(1.2);
    }
}

.phases {
    padding-bottom: 1.563rem;
}

.phases h2 {
    margin-bottom: 5.313rem;
    line-height: 3.75rem;
}

.phases-inner {
    margin-bottom: 5.438rem;
    gap: 2.5rem;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(19.375rem, 1fr));
}

.phases-card {
    padding: 1.25rem 2.5rem 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    background: #ffffff;
}

.phases-img {
    margin-bottom: 2rem;
    margin-top: -3.75rem;
    max-width: 8.75rem;
    height: 10.5rem;
}

.phases-content h3 {
    margin-bottom: 1.438rem;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-align: center;
    font-family: "Stolzl";
    text-transform: uppercase;
    color: #3C4E50;
}

.phases-content p {
    position: relative;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.188rem;
    color: #3C4E50;
}

.phases-content p::before {
    content: "";
    position: absolute;
    top: 0.438rem;
    left: -0.938rem;
    width: 0.313rem;
    height: 0.313rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #3C4E50;
}

.assistance {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 4.375rem;
}

.assistance-wrapper {
    max-width: 68.438rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.assistance-img {
    margin-right: 1.25rem;
    max-width: 19.875rem;
    width: 100%;
}

.assistance-img img {
    width: 100%;
    height: auto;
}

.assistance-desc {
    font-family: "Stolzl";
}

.assistance-desc h2 {
    margin-bottom: 2.5rem;
    line-height: 3.75rem;
    text-align: left;
}

.assistance-desc p {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 150%;
    color: rgba(60, 78, 80, 0.7);
}

.assistance-desc-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 35.625rem;
}

.assistance-desc__img {
    margin-right: 1.875rem;
    max-width: 8.75rem;
    width: 100%;
}

.assistance-desc__img img {
    width: 100%;
    height: auto;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    animation: swaying 0.9s linear alternate infinite;
    -webkit-animation: swaying 0.9s linear alternate infinite;
}

.assistance-desc__img img:active {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
}

@-webkit-keyframes swaying {
    from {
        transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
    }

    to {
        transform: translateY(15px);
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
    }
}

@keyframes swaying {
    from {
        transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
    }

    to {
        transform: translateY(15px);
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
    }
}

.specialists {
    padding-top: 3.375em;
    padding-bottom: 1.375rem;
}

.specialists h2 {
    margin-bottom: 0.625rem;
    line-height: 3.75rem;
}

.specialists-top {
    margin-bottom: 2.188rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.specialists-top p {
    font-family: "Stolzl";
    font-weight: 400;
    line-height: 150%;
    font-size: 1.25rem;
    color: #3C4E50;
}

.specialists-img {
    margin-right: 2.5rem;
    max-width: 13rem;
}

.specialists-img img {
    width: 100%;
    height: auto;
}

.specialists-example {
    margin-bottom: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.specialists-link {
    padding: 0.938rem 1.563rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 fit-content;
    flex: 0 0 fit-content;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: "Stolzl";
    color: #3C4E50;
    background: #ffffff;
    border-radius: 6.25rem;
    -webkit-border-radius: 6.25rem;
    -moz-border-radius: 6.25rem;
    -ms-border-radius: 6.25rem;
    -o-border-radius: 6.25rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}

.specialists-link span {
    margin-top: -5px;
    max-width: 3.75rem;
    width: 100%;
}

.specialists-link.icon {
    padding-left: 4.375rem;
}

.specialists-link.icon span {
    position: absolute;
    top: 0;
    left: 10px;
}

.specialists-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: -1;
    height: 100%;
    transition: 0.3s;
    border-radius: 6.25rem;
    background: #CE608E;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-border-radius: 6.25rem;
    -moz-border-radius: 6.25rem;
    -ms-border-radius: 6.25rem;
    -o-border-radius: 6.25rem;
}

.specialists-link:hover {
    color: #ffffff;
}

.specialists-link:hover::before {
    width: 100%;
}

.search-candidate {
    padding-top: 3.75rem;
    padding-bottom: 3.938rem;
}

.search-candidate h2 {
    margin-bottom: 2.5rem;
    line-height: 130%;
}

.search-candidate__wrap {
    display: -ms-grid;
    display: grid;
    gap: 1.875rem 2.5rem;
    grid-template-columns: repeat(auto-fit, minmax(14.375rem, 1fr));
}

.search-candidate__item {
    padding: 10px;
    height: 6.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    -webkit-transition-delay: 0.1s !important;
    transition-delay: 0.1s !important;
    background: #ffffff;
    border-radius: 1.25rem;
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
    -ms-border-radius: 1.25rem;
    -o-border-radius: 1.25rem;
    -webkit-box-shadow: 1px 4px 17px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 4px 17px rgba(0, 0, 0, 0.07);
}

.search-candidate__item:first-child {
    padding: 0;
}

.search-candidate__item:hover {
    transform: translateY(-10px) !important;
    -webkit-transform: translateY(-10px) !important;
    -moz-transform: translateY(-10px) !important;
    -ms-transform: translateY(-10px) !important;
    -o-transform: translateY(-10px) !important;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    background: rgba(220, 228, 241, 0.7);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.overlay__inner {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 100%;
    padding: 1.25rem;
    max-width: 650px;
    background: #ffffff;
    border-radius: 1rem;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

.overlay__inner p {
    margin-bottom: 20px;
}

.overlay-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

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

.find {
    padding-top: 3.563rem;
    padding-bottom: 2.813rem;
}

.find-container {
    max-width: 78.125rem;
}

.find h2 {
    margin: 0 auto 2.313rem;
    max-width: 60rem;
    line-height: 130%;
}

.find-wrap {
    gap: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.find-img {
    max-width: 47.813rem;
}

.find-img img {
    width: 100%;
    height: auto;
}

.find-content {
    max-width: 26.875rem;
}

.find-content P {
    margin-bottom: 3.125rem;
    font-weight: 400;
    line-height: 130%;
    font-size: 1.25rem;
    color: #3C4E50;
}

.results {
    padding-bottom: 4.063rem;
}

.results h2 {
    margin-bottom: 2.313rem;
    line-height: 3.75rem;
}

.results-wrap {
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.results__item {
    margin-bottom: 2.188rem;
    text-align: center;
}

.results__item .numbers {
    font-weight: 700;
    font-size: 7.5rem;
    line-height: 9rem;
    text-align: center;
    color: #32C1D1;
    font-family: "Stolzl";
}

.results__item span {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: rgba(0, 0, 0, 0.7);
}

.results__item:last-child {
    margin-bottom: 0;
}

.results-persent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cases {
    padding-bottom: 3.125rem;
}

.cases h2 {
    margin-bottom: 2.688rem;
    line-height: 3.75rem;
}

.cases-wrap {
    margin-bottom: 3.938rem;
    position: relative;
    z-index: 0;
}

.cases-inner {
    padding-bottom: 2.5rem;
    z-index: -1;
}

.cases-content {
    padding: 3.75rem 3.5rem;
    background: #ffffff;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    -webkit-box-shadow: 0px 10px 50px rgba(199, 208, 240, 0.3);
    box-shadow: 0px 10px 50px rgba(199, 208, 240, 0.3);
}

.cases-desc {
    margin-bottom: 4.188rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cases-desc h3 {
    margin-right: 2.813rem;
    min-width: 7.625rem;
    font-family: "Stolzl";
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.813rem;
    color: #3C4E50;
}

.cases-desc__img {
    position: absolute;
    left: 0;
    bottom: 0.75rem;
}

.sticker {
    position: absolute;
    right: -8%;
    bottom: 3%;
    z-index: 1;
    width: 100%;
    max-width: 20.813rem;
}

.sticker img {
    width: 100%;
    height: auto;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -0.313rem;
}

.swiper-pagination-bullet {
    margin-right: 8px;
    opacity: 1;
    width: 1.25rem;
    height: 1.25rem;
    background: #BBD7DB;
}

.swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.questions {
    padding-bottom: 3.125rem;
}

.questions h2 {
    margin-bottom: 8rem;
    line-height: 3.75rem;
}

.request {
    padding-bottom: 3.25rem;
}

.request h2 {
    margin-bottom: 2.125rem;
}

.request-top p {
    margin: 0 auto;
    max-width: 27.5rem;
    font-weight: 400;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: rgba(0, 0, 0, 0.7);
}

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

.request-img {
    margin-top: -7%;
    max-width: 28.125rem;
    width: 100%;
}

.request-img img {
    width: 100%;
    height: auto;
}

.request-form {
    max-width: 41.25rem;
    width: 100%;
}

.request-label {
    margin-bottom: 1.25rem;
    display: block;
}

.request__input {
    width: 100%;
    border: none;
    outline: none;
    transition: 0.3s;
    padding: 0.813rem 0;
    text-align: center;
    background: #ffffff;
    border-radius: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.request__input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #3C4E50;
}

.request__input::-moz-placeholder {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #3C4E50;
}

.request__input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #3C4E50;
}

.request__input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #3C4E50;
}

.request__input::placeholder {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #3C4E50;
}

.request__input:focus {
    -webkit-box-shadow: 0px -1px 8px -1px rgba(50, 193, 209, 0.4);
    box-shadow: 0px -1px 8px -1px rgba(50, 193, 209, 0.4);
}

.assist {
    padding-top: 6.375rem;
    padding-bottom: 14.188rem;
}

.assist-container {
    max-width: 80rem;
}

.assist-wrapper {
    gap: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.assist-desc {
    max-width: 52.4rem;
    width: 100%;
}

.assist-desc h2 {
    margin-bottom: 4.75rem;
    line-height: 150%;
}

.assist-desc h2 span {
    display: inline-block;
}

.offer {
    padding-bottom: 3.75rem;
}

.offer-wrap {
    margin: 0 auto 1.25rem;
    max-width: 60.938rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.offer-img {
    margin-right: 2.5rem;
    max-width: 16.125rem;
    width: 100%;
}

.offer-desc {
    font-weight: 400;
    line-height: 130%;
    font-size: 1.875rem;
    font-family: "Stolzl";
    color: #3C4E50;
}

.referral {
    padding-bottom: 4.188rem;
}

.referral h2 {
    margin-bottom: 2.375rem;
}

.referral-content {
    margin-bottom: 3.125rem;
    max-width: 60rem;
    width: 100%;
}

.referral-content p {
    font-weight: 400;
    line-height: 130%;
    font-size: 1.875rem;
    font-family: "Stolzl";
    color: #3C4E50;
}

.referral-inner {
    margin-bottom: 5.75rem;
    display: -ms-grid;
    display: grid;
    grid-gap: 2.5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}

.referral__item {
    padding: 0.938rem;
    background: #ffffff;
    border-radius: 1.25rem;
    font-family: "Stolzl";
    -webkit-box-shadow: 1px 4px 17px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 4px 17px rgba(0, 0, 0, 0.07);
}

.referral__item h3 {
    margin-bottom: 2.813rem;
    height: 3.563rem;
    font-weight: 700;
    font-size: 5rem;
    line-height: 75%;
    letter-spacing: -0.01em;
    color: rgba(50, 193, 209, 0.2);
}

.referral__item p {
    font-weight: 400;
    line-height: 130%;
    font-size: 1.25rem;
    color: #3C4E50;
}

.more-info {
    padding-top: 5rem;
    padding-bottom: 3.625rem;
}

.more-info__wrap {
    gap: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.more-info__desc {
    max-width: 34.063rem;
    width: 100%;
    font-family: "Stolzl";
}

.more-info__desc h2 {
    margin-bottom: 2.188rem;
    text-align: left;
}

.more-info__desc p {
    margin-bottom: 4.5rem;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 130%;
    color: rgba(60, 78, 80, 0.7);
}

.more-info__img {
    max-width: 27.5rem;
    width: 100%;
}

.more-info__img img {
    width: 100%;
    height: auto;
}

.news {
    padding-top: 5rem;
    padding-bottom: 6.563rem;
}

.news-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 2.5rem;
    grid-template-columns: repeat(auto-fit, minmax(20.625rem, 1fr));
}

.news__item {
    padding: 1.875rem;
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #ffffff;
    -webkit-box-shadow: 1px 4px 17px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 4px 17px rgba(0, 0, 0, 0.07);
}

.news__item span.hover {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: #32C1D1;
    pointer-events: none;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    animation: hover 1s linear infinite;
    -webkit-animation: hover 1s linear infinite;
}

.news__item:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.news__item:hover .news__item-icon::before {
    opacity: 1;
}

.news-top {
    margin-bottom: 3.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news__title {
    margin-right: 2.063rem;
    color: #000000;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.813rem;
}

.news .time {
    position: relative;
    color: #D9D9D9;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.063rem;
    text-transform: lowercase;
}

.news .time::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #D9D9D9;
}

.news__content {
    margin-bottom: 1.875rem;
}

.news__content p {
    font-family: "Stolzl";
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #3C4E50;
}

@-webkit-keyframes hover {
    0% {
        width: 0;
        height: 0;
        opacity: 0.5;
    }

    100% {
        opacity: 0;
        width: 700px;
        height: 700px;
    }
}

@keyframes hover {
    0% {
        width: 0;
        height: 0;
        opacity: 0.5;
    }

    100% {
        opacity: 0;
        width: 700px;
        height: 700px;
    }
}

.reviews {
    padding-bottom: 100px;
}

.reviews h2 {
    margin-bottom: 35px;
}

.audio-player {
    margin-bottom: 35px;
}

.audio-player :last-child {
    margin-bottom: 0;
}

.audio-player .controls {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffffff;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    -webkit-box-shadow: 0px 10px 50px rgba(199, 208, 240, 0.3);
    box-shadow: 0px 10px 50px rgba(199, 208, 240, 0.3);
}

.audio-player .controls-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.audio-player .controls-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.player-button {
    margin-right: 8px;
    font-size: 0;
}

.timeline {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.timeline-bar {
    margin: 0 16px;
    max-width: 667px;
    position: relative;
    width: 100%;
    height: 3px;
    background: #D8F1F4;
}

.bar {
    position: absolute;
    left: 0%;
    width: 0%;
    height: 100%;
    background: #32C1D1;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.dot {
    position: absolute;
    left: 0%;
    top: -4px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #32C1D1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.separator {
    margin: 0 8px;
}

.volume {
    position: relative;
}

.volume-btn {
    display: inline-block;
    font-size: 0;
}

.audio-menu {
    margin-left: 32px;
    margin-right: 26px;
    position: relative;
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.audio-menu__btn {
    display: inline-block;
    font-size: 0;
}

.btn-translate {
    padding: 12px 0;
    min-width: 193px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 34px;
    background: linear-gradient(92.55deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%), #CE608E;
    line-height: 150%;
    font-weight: 400;
    font-size: 1rem;
    color: #ffffff;
    z-index: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
}

.btn-translate::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 0;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #32C1D1;
}

.btn-translate:hover::before {
    height: 100%;
    top: unset;
    bottom: 0;
}

.audio-text {
    margin-bottom: 1rem;
    font-family: "Stolzl";
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 29px;
    color: #3C4E50;
}

.song-hidden-block {
    padding: 10px;
    display: none;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.services {
    padding: 80px 0;
}

.services-wrapper {
    margin-bottom: 20px;
}

.services__title {
    margin-bottom: 10px;
    font-size: 24px;
}

.services-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.services__content {
    max-width: 370px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 250px;
    flex: 1 0 250px;
    width: 100%;
}

.services__item {
    margin-bottom: 20px;
    padding: 1.25rem;
    overflow: hidden;
    background: #ffffff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.services__item h3 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 1.1rem;
    font-family: "Stolzl";
}

.services__item a {
    position: relative;
    padding: 5px 0;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1rem;
    font-weight: 500;
    color: #3C4E50;
    border-bottom: 1px solid rgba(60, 78, 80, 0.2);
}

.services__item a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0%;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #3C4E50;
}

.services__item a:hover {
    color: #ffffff;
}

.services__item a:hover::before {
    width: 100%;
}

.services__item:last-child {
    margin-bottom: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
}

@media screen and (max-width: 1200px) {
    .header-top {
        margin-right: 6.563rem;
    }

    .menu-btn {
        display: block;
    }

    .content-desc h2 {
        line-height: 150%;
    }

    .benefits p {
        font-size: 1.4rem;
    }

    .assist-desc h2 {
        font-size: 2.125rem;
    }
}

@media screen and (max-width: 1024px) {
    .selection-desc h2 {
        font-size: 2.125rem;
    }

    .selection__item {
        top: -165px;
    }

    .selection__item img {
        width: 100%;
        max-width: 100%;
    }

    .blog-content__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .blog-content__img {
        margin-top: 20px;
        margin-right: 0;
    }

    .circle-8 {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .title {
        font-size: 2.125rem;
    }

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

    .benefits span {
        margin: 20px 0;
        width: 100%;
        height: 2px;
    }

    .stages h2 {
        line-height: 2.75rem;
    }

    .stages-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: auto;
    }

    .stages-img {
        margin: 40px auto 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

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

    .offer-img {
        margin-right: 0;
    }

    .more-info__desc p {
        font-size: 1.1rem;
        line-height: 145%;
    }

    .assistance-desc p {
        font-size: 1.1rem;
    }

    .specialists-inner:nth-child(2) {
        padding-left: 0;
    }

    .specialists-inner:nth-child(3) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

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

    .questionnaire-desc {
        max-width: none;
    }

    .questionnaire-img {
        max-width: 10.75rem;
    }

    .footer-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

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

    .assist-desc {
        margin-bottom: 2.5rem;
        max-width: none;
    }
}

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

    .cursor-main,
    .cursor-external,
    .phone {
        display: none;
    }

    .menu {
        -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;
    }

    .selection {
        padding-top: 3.25rem;
    }

    .selection-inner {
        grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    }

    .selection__item {
        width: 12.25rem;
        height: 12.25rem;
    }

    .selection__item:nth-child(2) {
        border-radius: 95px 0px 0px 0px;
    }

    .selection__item:nth-child(3) {
        border-radius: 0px 0px 95px 0px;
    }

    .selection__item:nth-child(5) {
        border-radius: 95px 0px 95px;
    }

    .selection__item:nth-child(6) {
        border-radius: 0px 95px 0 95px;
    }

    .selection__item:nth-child(7) {
        border-radius: 0px 95px 0 95px;
    }

    .selection__item:nth-child(9) {
        border-radius: 95px 0px 0px 0px;
    }

    .selection-desc h1 {
        margin-bottom: 20px;
        font-size: 3.9rem;
    }

    .selection-desc h2 {
        font-size: 1.8rem;
    }

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

    .stages-item {
        max-width: none;
    }

    .stages__desc h3::before {
        width: 92%;
    }

    .phases-inner {
        grid-template-columns: repeat(auto-fit, minmax(15.375rem, 1fr));
    }

    .assistance-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .assistance-img {
        margin-left: auto;
        margin-right: auto;
    }

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

    .find-content {
        max-width: none;
    }

    .marquee p {
        font-size: 1.9rem;
    }

    .form-control__inner {
        gap: 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cases-desc {
        margin-bottom: 1.188rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cases-desc h3 {
        margin-bottom: 15px;
        margin-right: 0;
    }

    .cases-desc__img {
        bottom: -3.25rem;
    }

    .sticker {
        bottom: 7%;
        max-width: 14.813rem;
    }

    .request-top {
        margin-bottom: 30px;
    }

    .request-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .request-img {
        margin-top: 10px;
        max-width: 14.125rem;
    }

    .assist {
        padding-top: 2.375rem;
    }

    .footer-right {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .address {
        margin-right: 0;
    }

    .content-img span {
        position: absolute;
        top: -10%;
        left: -5%;
        width: unset;
    }

    .offer-desc,
    .referral-content p {
        line-height: 145%;
        font-size: 1.2rem;
    }

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

    .more-info__desc {
        max-width: none;
    }

    .news-grid {
        grid-gap: 1.5rem;
        grid-template-columns: repeat(auto-fit, minmax(17.625rem, 1fr));
    }

    .news__item {
        padding: 1.3rem;
    }

    .news-top {
        margin-bottom: 1.25rem;
    }

    .blog-content {
        padding-top: 3.875rem;
    }

    .blog-content__img {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .audio-player .controls {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .song-btn-translate {
        margin-top: 10px;
    }

    .audio-player .controls-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .song-btn-translate,
    .btn-translate {
        width: 100%;
    }

    .audio-text {
        font-size: 1.1rem;
        line-height: 26px;
    }

    .benefits {
        border-radius: 45px;
    }
}

@media screen and (max-width: 660px) {
    .selection__item {
        display: none;
    }

    .specialists-example {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .specialists-example::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }
}

@media screen and (max-width: 425px) {
    .menu-background {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }

    .title,
    h2.title {
        font-size: 1.8rem;
        line-height: 2.75rem;
    }

    .selection-desc h2 {
        font-size: 1.47rem;
    }

    .results__item .numbers {
        font-size: 6.5rem;
        line-height: 6rem;
    }

    .assistance-desc-inner {
        margin-top: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .specialists-inner {
        margin-bottom: 0.875rem;
        gap: 0.875rem;
    }

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

    .specialists-img {
        margin-bottom: 15px;
        margin-right: 0;
    }

    .form {
        padding: 1.7rem;
    }

    .cases-inner {
        padding-bottom: 0;
    }

    .cases-desc__img {
        display: none;
    }

    .cases-content {
        padding: 15px;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: -0.313rem;
    }

    .sticker {
        display: none;
    }

    .questions h2 {
        margin-bottom: 3rem;
    }

    .accordion {
        font-size: 1rem;
    }

    .assist-desc h2 {
        margin-bottom: 1.75rem;
        font-size: 1.5rem;
    }

    .content-img {
        width: 17.563rem;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 17.563rem;
        flex: 1 0 17.563rem;
    }

    .content-img::after {
        width: 23.375rem;
        height: 23.375rem;
    }

    .content-img::before {
        width: 20.75rem;
        height: 20.75rem;
    }

    .more-info__desc p {
        margin-bottom: 2.5rem;
    }

    .services-inner {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }

    .audio-menu {
        margin-right: 10px;
        margin-left: 10px;
    }

    .song-current,
    .separator,
    .volume {
        display: none;
    }

    .checkbox__label::before {
        top: 19px;
    }
}

@media screen and (max-width: 355px) {
    .checkbox__label::before {
        top: 30px;
    }
}