/*!
Theme Name: MAAT
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: maat
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

MAAT is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
main {
    overflow: hidden;
}
.main__index {
    padding: 50px 0 40px;
}
.main__index .container {
    position: relative;
}
.main__index .decor {
    position: absolute;
    bottom: -150px;
    left: 80%;
    z-index: -1;
}
.main__index .decor img {
    -o-object-fit: cover;
    object-fit: cover;
}
.index__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 30px auto;
    -ms-grid-columns: 1.05fr 60px 1fr;
    grid-template: auto auto/1.05fr 1fr;
    gap: 30px 60px;
}
.index__title {
    font-size: clamp(40px, 4.3vw, 54px);
    line-height: clamp(50px, 5.3vw, 64px);
    color: #3a3145;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}
.index__title._active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.4s 0.1s;
    transition: all 0.4s 0.1s;
}
.index__left {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
}
.index__text {
    color: #524a5c;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}
.index__text._active {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition: all 0.4s 0.3s;
    transition: all 0.4s 0.3s;
}
.index__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}
.index__btns ._white-btn {
    width: 280px;
}
.index__btns._active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.4s 0.5s;
    transition: all 0.4s 0.5s;
}
.index__right {
    width: 100%;
    height: 100%;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    border-radius: 400% 10px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.6s 0.1s;
    transition: all 0.6s 0.1s;
}
.index__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 400% 10px;
    pointer-events: none;
    -webkit-transition: all 0.6s 0.1s;
    transition: all 0.6s 0.1s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.index__right._active {
    border-radius: 40px 40px 40px;
}
.index__right._active img {
    border-radius: 40px 40px 40px;
    pointer-events: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.index__right._active img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
@media (max-width: 1200px) {
    .main__index {
        padding: 40px 0;
    }
    .main__index .decor {
        left: auto;
        right: -5%;
    }
    .main__index .decor img {
        width: 330px;
        height: 180px;
    }
    .index__inner {
        gap: 20px 40px;
        -ms-grid-rows: auto 20px auto;
        -ms-grid-columns: 1fr 40px 0.75fr;
        grid-template: auto auto/1fr 0.75fr;
    }
}
@media (max-width: 1000px) {
    .index__inner {
        -ms-grid-rows: auto 20px auto;
        -ms-grid-columns: 0.75fr 30px 1fr;
        grid-template: auto auto/0.75fr 1fr;
        gap: 20px 30px;
    }
    .index__right {
        -ms-grid-row: 2;
        grid-row-start: 2;
    }
    .index__title {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 2;
        grid-column-end: 3;
    }
    .index__left {
        gap: 40px;
    }
    .index__btns {
        gap: 20px;
    }
    .index__right {
        max-height: 280px;
        border-radius: 400% 10px;
    }
    .index__right img {
        border-radius: 400% 10px;
    }
    .index__right._active {
        border-radius: 30px 30px 120px;
    }
    .index__right._active img {
        border-radius: 30px 30px 120px;
    }
    .index__btns ._purple-btn {
        width: 180px;
    }
    .index__btns ._white-btn {
        width: 260px;
    }
}
@media (max-width: 850px) {
    .main__index {
        padding: 25px 0 30px;
    }
    .index__title {
        font-size: clamp(30px, 4.9vw, 40px);
        line-height: clamp(40px, 6.4vw, 50px);
    }
    .index__left {
        gap: 25px;
    }
    .index__btns {
        gap: 15px;
    }
    .index__right {
        max-height: 240px;
        border-radius: 400% 10px;
    }
    .index__right img {
        border-radius: 400% 10px;
    }
    .index__right._active {
        border-radius: 25px 25px 25px;
    }
    .index__right._active img {
        border-radius: 25px 25px 25px;
    }
}
@media (max-width: 650px) {
    .index__inner {
        -ms-grid-rows: auto 20px auto 20px auto;
        -ms-grid-columns: 1fr;
        grid-template: auto auto auto/1fr;
        gap: 20px 0;
    }
    .index__inner .decor {
        left: auto;
        right: -30px;
        bottom: auto;
        top: 366px;
    }
    .index__inner .decor img {
        width: 200px;
        height: 100px;
    }
    .index__left {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
    }
    .index__right {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }
}
.main__info {
    padding: 40px 0 50px;
}
.info__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr 70px 1.04fr;
    grid-template: 1fr/1fr 1.04fr;
    gap: 20px 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.info__left {
    height: 100%;
    width: 100%;
    border-radius: 40px 40px 40px;
    -webkit-box-shadow: 20px 20px 60px 0px rgba(129, 103, 157, 0.4);
    box-shadow: 20px 20px 60px 0px rgba(129, 103, 157, 0.4);
    overflow: hidden;
    -webkit-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
}
.info__left img {
    width: 100%;
    height: 100%;
    border-radius: 40px 40px 40px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.info__left img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.info__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}
.info__title {
    color: #3a3145;
    font-size: clamp(36px, 3.5vw, 48px);
    line-height: clamp(46px, 4.7vw, 64px);
    -webkit-transform: translateX(35px);
    transform: translateX(35px);
    opacity: 0;
}
.info__title._active {
    -webkit-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
.info__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
@media (max-width: 1200px) {
    .main__info {
        padding: 40px 0;
    }
    .info__inner {
        gap: 20px 40px;
        -ms-grid-rows: 1fr;
        -ms-grid-columns: 1fr 40px 1.56fr;
        grid-template: 1fr/1fr 1.56fr;
    }
    .info__right {
        gap: 20px;
    }
    .info__left {
        -webkit-box-shadow: 15px 15px 40px 0px rgba(129, 103, 157, 0.4);
        box-shadow: 15px 15px 40px 0px rgba(129, 103, 157, 0.4);
        border-radius: 30px 30px 30px;
    }
    .info__left img {
        border-radius: 30px 30px 30px;
    }
}
@media (max-width: 850px) {
    .main__info {
        padding: 30px 0;
    }
    .info__title {
        font-size: clamp(24px, 4vw, 36px);
        line-height: clamp(34px, 5.4vw, 46px);
    }
}
@media (max-width: 650px) {
    .info__inner {
        -ms-grid-rows: 200px auto;
        -ms-grid-columns: 1fr;
        grid-template: 300px auto/1fr;
    }
    .info__left {
        -webkit-box-shadow: 10px 10px 30px 0px rgba(129, 103, 157, 0.3019607843);
        box-shadow: 10px 10px 30px 0px rgba(129, 103, 157, 0.3019607843);
        border-radius: 25px 25px 25px;
    }
    .info__left img {
        border-radius: 25px 25px 25px;
    }
    .info__right {
        gap: 10px;
    }
    .info__text {
        gap: 12px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
.main__services {
    padding: 50px 0 75px;
}
.main__services .container {
    position: relative;
}
.services__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.services__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 30px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.services__info:before {
    position: absolute;
    content: "";
    height: 2px;
    background: #4cb861;
    width: 300px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.services__title {
    color: #3a3145;
    font-size: clamp(36px, 3.5vw, 48px);
    line-height: clamp(46px, 4.7vw, 64px);
    text-align: center;
    -webkit-transform: translateY(-15px) scale(0.5);
    transform: translateY(-15px) scale(0.5);
    opacity: 0;
}
.services__title._active {
    -webkit-transition: all 0.7s 0.1s;
    transition: all 0.7s 0.1s;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
    opacity: 1;
}
.services__text {
    text-align: center;
    max-width: 500px;
    -webkit-transform: translateY(-15px) scale(0.5);
    transform: translateY(-15px) scale(0.5);
    opacity: 0;
}
.services__text._active {
    -webkit-transition: all 0.7s 0.4s;
    transition: all 0.7s 0.4s;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
    opacity: 1;
}
.services__switches {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 0 50px;
    gap: 15px 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.services__switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    padding: 15px 20px;
    border: 3px solid #fff;
    border-radius: 15px;
    font-family: Geometria;
    font-size: 20px;
    line-height: 30px;
    color: #290e45;
    text-transform: uppercase;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 7px 15px 0px rgba(129, 103, 157, 0.2509803922);
    box-shadow: 0px 7px 15px 0px rgba(129, 103, 157, 0.2509803922);
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
.services__switch h3 {
    font-weight: 500;
}
.services__switch:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate(5px, 7px);
    transform: translate(5px, 7px);
}
.services__switch img {
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.services__switch._active {
    -webkit-box-shadow: 0px 7px 30px 0px rgba(129, 103, 157, 0.4);
    box-shadow: 0px 7px 30px 0px rgba(129, 103, 157, 0.4);
    border: 3px solid #4cb861;
}
.services__switch._active img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.services__switch._active:hover {
    -webkit-box-shadow: 0px 7px 30px 0px rgba(129, 103, 157, 0.4);
    box-shadow: 0px 7px 30px 0px rgba(129, 103, 157, 0.4);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.services__elems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.5s, max-height 0.5s;
    transition: all 0.5s, max-height 0.5s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    max-height: 0;
}
.services__elems._active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
    max-height: 800px;
}
.services__elem {
    width: 30.769231%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    padding: 20px 20px 25px;
    background: #fcfcfc;
    border: 3px solid rgba(76, 184, 97, 0.2);
    border-radius: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.services__elem:hover {
    -webkit-box-shadow: 0px 7px 30px 0px rgba(129, 103, 157, 0.4);
    box-shadow: 0px 7px 30px 0px rgba(129, 103, 157, 0.4);
    -webkit-transform: translate(-10px, -7px);
    transform: translate(-10px, -7px);
}
.services__elem:hover .services__btn {
    background: #4cb861;
    color: #fff;
}
.services__elem:hover .services__btn:before {
    position: absolute;
    content: "";
    display: block;
}
.services__up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.services__up img {
    width: 70px;
    height: 70px;
}
.services__subtitle {
    padding: 16px 0 6px;
    font-size: 24px;
    line-height: 34px;
    color: #524a5c;
}
.services__subtext {
    font-size: 16px;
    line-height: 20.13px;
    color: #524a5c;
}
.services__btn {
    background: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    height: 60px;
    border: 2px solid #4cb861;
    border-radius: 15px;
    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;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.64px;
    text-align: center;
    color: #4cb861;
}
.services__btn:before {
    position: absolute;
    content: "";
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 4px;
    left: 4px;
    bottom: 4px;
    right: 4px;
    background: 0 0;
    border: 2px solid #fff;
    border-radius: 10px;
    display: none;
}
.services__button {
    display: none;
}
.services__decors .services__decor {
    position: absolute;
    z-index: -1;
}
.services__decors .services__decor:nth-child(1) {
    top: -120px;
    right: 0;
}
.services__decors .services__decor:nth-child(1) img {
    width: 480px;
    height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
}
.services__decors .services__decor:nth-child(2) {
    bottom: 80px;
    left: -60px;
}
.services__decors .services__decor:nth-child(2) img {
    width: 500px;
    height: 410px;
    -o-object-fit: cover;
    object-fit: cover;
}
.services__decors .services__decor:nth-child(3) {
    bottom: 160px;
    right: -60px;
}
.services__decors .services__decor:nth-child(3) img {
    width: 363px;
    height: 380px;
}
@media (max-width: 1200px) {
    .main__services {
        padding: 40px 0 50px;
    }
    .services__elems {
        gap: 30px 40px;
    }
    .services__elems._active {
        max-height: 1000px;
    }
    .services__elem {
        width: 47.34748%;
        padding: 20px;
        border-radius: 20px;
        gap: 20px;
    }
    .services__elem:hover {
        -webkit-transform: translate(-5px, -3px);
        transform: translate(-5px, -3px);
        -webkit-box-shadow: 0px 3px 15px 0px rgba(129, 103, 157, 0.4);
        box-shadow: 0px 3px 15px 0px rgba(129, 103, 157, 0.4);
    }
    .services__elem img {
        width: 60px;
        height: 60px;
    }
    .services__switch {
        padding: 12px 16px;
        border-radius: 10px;
    }
    .services__switch img {
        width: 50px;
        height: 50px;
    }
    .services__switch p {
        font-size: 16.5px;
        line-height: 24.73px;
    }
    .services__switch:before {
        width: 65px;
        height: 65px;
        border-radius: 10px;
    }
    .services__info {
        gap: 15px;
        padding-bottom: 25px;
    }
    .services__info:before {
        width: 250px;
    }
    .services__switches {
        padding: 30px 0 40px;
    }
    .services__subtitle {
        font-size: 22px;
        line-height: 32px;
        padding: 14px 0 4px;
    }
    .services__subtext {
        font-size: 14px;
        line-height: 17.96px;
    }
    .services__btn {
        height: 50px;
        font-size: 16px;
        line-height: 20.21px;
        border-radius: 12px;
        font-size: 16px;
        line-height: 20.21px;
    }
    .services__btn:before {
        border-radius: 8px;
    }
    .services__decors .services__decor:nth-child(2) {
        bottom: 0;
        left: -60px;
    }
    .services__decors .services__decor:nth-child(3) {
        bottom: 60px;
        right: -60px;
    }
}
@media (max-width: 1000px) {
    .services__switch {
        padding: 10px 12px;
    }
    .services__switch:before {
        width: 50px;
        height: 50px;
        left: 7px;
        border-radius: 8px;
    }
    .services__switch p {
        font-size: 12px;
        line-height: 18.73px;
    }
    .services__switch img {
        width: 40px;
        height: 40px;
    }
    .services__subtitle {
        font-size: 20px;
        line-height: 30px;
    }
    .services__decors .services__decor:nth-child(1) {
        top: 40px;
        right: -40px;
    }
    .services__decors .services__decor:nth-child(1) img {
        width: 280px;
        height: 280px;
    }
    .services__decors .services__decor:nth-child(2) {
        bottom: 160px;
        left: -40px;
    }
    .services__decors .services__decor:nth-child(2) img {
        width: 370px;
        height: 230px;
    }
    .services__decors .services__decor:nth-child(3) {
        bottom: 200px;
        right: 0;
    }
    .services__decors .services__decor:nth-child(3) img {
        width: 240px;
        height: 224px;
    }
}
@media (max-width: 850px) {
    .main__services {
        padding: 25px 0 55px;
    }
    .services__info {
        gap: 10px;
        padding-bottom: 15px;
    }
    .services__title {
        font-size: clamp(24px, 4vw, 36px);
        line-height: clamp(34px, 5.4vw, 46px);
    }
    .services__switches {
        padding: 20px 0 30px;
        gap: 15px 20px;
    }
    .services__switch {
        font-size: 10px;
        line-height: 15px;
        padding: 10px;
        border-radius: 7.5px;
        width: 47%;
    }
    .services__switch img {
        width: 30px;
        height: 30px;
    }
    .services__switch:before {
        width: 40px;
        height: 40px;
        left: 5px;
        border-radius: 7.5px;
    }
    .services__elems {
        gap: 20px;
    }
    .services__elem {
        padding: 15px;
    }
    .services__elem img {
        width: 56px;
        height: 56px;
    }
    .services__subtitle {
        font-size: 19px;
        line-height: 27.2px;
    }
}
@media (max-width: 650px) {
    .services__info:before {
        height: 1.5px;
        width: 150px;
    }
    .services__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 5px;
    }
    .services__subtext {
        font-size: 12.8px;
        line-height: 16.1px;
    }
    .services__btn {
        font-size: 14px;
        line-height: 18.12px;
        height: 48px;
    }
    .services__btn:before {
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        top: 2px;
        left: 2px;
    }
    .services__elem {
        width: 100%;
    }
    .services__switch {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
        gap: 8px;
    }
    .services__switch p {
        font-size: 10px;
        line-height: 15px;
    }
    .services__elems._active {
        max-height: 1500px;
    }
    .services__decors .services__decor:nth-child(1) {
        top: 160px;
        right: -120px;
    }
    .services__decors .services__decor:nth-child(1) img {
        width: 260px;
        height: 260px;
    }
    .services__decors .services__decor:nth-child(2) {
        display: none;
    }
    .services__decors .services__decor:nth-child(3) {
        display: none;
    }
}
.main__konsultaciya {
    padding: 75px 0 50px;
    position: relative;
}
.konsultaciya__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
}
.konsultaciya__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    max-width: 670px;
    position: relative;
}
.konsultaciya__info:before {
    position: absolute;
    content: "";
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background: rgba(250, 246, 243, 0.6980392157);
    -webkit-filter: blur(120px);
    filter: blur(120px);
}
.konsultaciya__title {
    font-size: clamp(36px, 4.1vw, 54px);
    line-height: clamp(46px, 5.1vw, 64px);
    color: #3a3145;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
}
.konsultaciya__title._active {
    -webkit-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
.konsultaciya__text {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
}
.konsultaciya__text._active {
    -webkit-transition: all 0.5s 0.3s;
    transition: all 0.5s 0.3s;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
.konsultaciya__form .konsultaciya-role {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px 20px;
}
.konsultaciya__pole {
    width: 23.076923%;
}
.konsultaciya__pole ::-webkit-input-placeholder {
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
    color: #290f45;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.konsultaciya__pole ::-moz-placeholder {
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
    color: #290f45;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.konsultaciya__pole :-ms-input-placeholder {
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
    color: #290f45;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.konsultaciya__pole ::-ms-input-placeholder {
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
    color: #290f45;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.konsultaciya__pole ::placeholder {
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
    color: #290f45;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.konsultaciya__pole-textarea {
    width: 46%;
}
.konsultaciya__pole-textarea ::-webkit-input-placeholder {
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
    color: #290f45;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.konsultaciya__pole-textarea ::-moz-placeholder {
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
    color: #290f45;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.konsultaciya__pole-textarea :-ms-input-placeholder {
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
    color: #290f45;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.konsultaciya__pole-textarea ::-ms-input-placeholder {
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
    color: #290f45;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.konsultaciya__pole-textarea ::placeholder {
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
    color: #290f45;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.konsultaciya__input {
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
    color: #290f45;
    height: 60px;
    border-radius: 15px;
    padding: 18px 25px;
    width: 100%;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(129, 103, 157, 0.3019607843);
    box-shadow: 0px 10px 20px 0px rgba(129, 103, 157, 0.3019607843);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.konsultaciya__input:focus {
    color: #fff;
    background: #4cb861;
}
.konsultaciya__input:focus::-webkit-input-placeholder {
    color: #fff;
}
.konsultaciya__input:focus::-moz-placeholder {
    color: #fff;
}
.konsultaciya__input:focus:-ms-input-placeholder {
    color: #fff;
}
.konsultaciya__input:focus::-ms-input-placeholder {
    color: #fff;
}
.konsultaciya__input:focus::placeholder {
    color: #fff;
}
.konsultaciya__textarea {
    padding: 18px 25px;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
    color: #290f45;
    resize: none;
    width: 100%;
    height: 140px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(129, 103, 157, 0.3019607843);
    box-shadow: 0px 10px 20px 0px rgba(129, 103, 157, 0.3019607843);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.konsultaciya__textarea:focus {
    color: #fff;
    background: #4cb861;
}
.konsultaciya__textarea:focus::-webkit-input-placeholder {
    color: #fff;
}
.konsultaciya__textarea:focus::-moz-placeholder {
    color: #fff;
}
.konsultaciya__textarea:focus:-ms-input-placeholder {
    color: #fff;
}
.konsultaciya__textarea:focus::-ms-input-placeholder {
    color: #fff;
}
.konsultaciya__textarea:focus::placeholder {
    color: #fff;
}
.konsultaciya__link {
    font-family: Geometria;
    color: #463a52;
    font-size: 16px;
    line-height: 20.13px;
    width: 23.307692%;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
}
.konsultaciya__link a {
    color: #463a52;
    font-weight: 700;
    text-decoration: underline;
}
.konsultaciya__pole-submit {
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
}
.konsultaciya__pole-submit input {
    cursor: pointer;
    background: #4cb861;
    border-radius: 15px;
    color: #fff;
    height: 60px;
    width: 300px;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.64px;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.konsultaciya__pole-submit input:hover {
    -webkit-transform: scale(1.02) translate(-5px, -5px);
    transform: scale(1.02) translate(-5px, -5px);
    -webkit-box-shadow: 0px 7px 20px 0px rgba(129, 103, 157, 0.2);
    box-shadow: 0px 7px 20px 0px rgba(129, 103, 157, 0.2);
}
.konsultaciya__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}
.konsultaciya__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1200px) {
    .main__konsultaciya {
        padding: 50px 0 40px;
    }
    .konsultaciya__info {
        max-width: 610px;
        gap: 15px;
    }
    .konsultaciya__inner {
        gap: 40px;
    }
    .konsultaciya__pole {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 46%;
        flex: 1 1 46%;
    }
    .konsultaciya__pole input {
        border-radius: 12px;
        font-size: 16px;
        line-height: 20.13px;
        padding: 15px 20px;
        height: 50px;
    }
    .konsultaciya__pole-textarea {
        width: 100%;
    }
    .konsultaciya__pole-textarea textarea {
        border-radius: 12px;
        padding: 15px 20px;
    }
    .konsultaciya__link {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 46%;
        flex: 1 1 46%;
        font-size: 16px;
        line-height: 20.13px;
    }
    .konsultaciya__pole-submit {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 46%;
        flex: 1 1 46%;
    }
    .konsultaciya__pole-submit input {
        width: 100%;
        height: 50px;
        border-radius: 12px;
        font-size: 16px;
        line-height: 20.13px;
    }
    .konsultaciya__form .konsultaciya-role {
        gap: 30px 40px;
    }
    .konsultaciya__form .konsultaciya-role ::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 20.13px;
    }
    .konsultaciya__form .konsultaciya-role ::-moz-placeholder {
        font-size: 16px;
        line-height: 20.13px;
    }
    .konsultaciya__form .konsultaciya-role :-ms-input-placeholder {
        font-size: 16px;
        line-height: 20.13px;
    }
    .konsultaciya__form .konsultaciya-role ::-ms-input-placeholder {
        font-size: 16px;
        line-height: 20.13px;
    }
    .konsultaciya__form .konsultaciya-role ::placeholder {
        font-size: 16px;
        line-height: 20.13px;
    }
}
@media (max-width: 1000px) {
    .konsultaciya__bg {
        height: 70%;
    }
}
@media (max-width: 850px) {
    .main__konsultaciya {
        padding: 55px 0 25px;
    }
    .konsultaciya__title {
        font-size: clamp(24px, 4.3vw, 36px);
        line-height: clamp(34px, 5.3vw, 46px);
    }
    .konsultaciya__info {
        gap: 10px;
    }
    .konsultaciya__inner {
        gap: 30px;
    }
    .konsultaciya__form .konsultaciya-role {
        gap: 20px;
    }
}
@media (max-width: 650px) {
    .konsultaciya__pole {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
    }
    .konsultaciya__link {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
    }
    .konsultaciya__pole-submit {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
    }
    .konsultaciya__textarea {
        height: 160px;
    }
    .konsultaciya__bg {
        height: 30%;
        top: -60px;
    }
}
.main__plus {
    padding: 50px 0 40px;
}
.main__plus .container {
    position: relative;
}
.plus__inner {
    border-radius: 40px;
    /*background: #ffffff;*/
    color: #181818;
    padding: 50px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 15px 30px 0px rgba(129, 103, 157, 0.2509803922);
}
.plus__info {
    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;
    gap: 20px;
    padding-bottom: 30px;
    position: relative;
}
.plus__info:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 2px;
    background: #fcfcfc;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.plus__title {
    font-size: clamp(30px, 3.4vw, 48px);
    line-height: clamp(40px, 4.5vw, 64px);
    text-align: center;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
}
.plus__title._active {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
}
.plus__text {
    text-align: center;
    max-width: 800px;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
}
.plus__text._active {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition: all 0.5s 0.3s;
    transition: all 0.5s 0.3s;
}
.plus__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
    gap: 35px;
}
.plus__elem {
    -webkit-box-shadow: 0px 20px 30px 0px rgba(31, 12, 52, 0.3019607843);
    box-shadow: 0px 20px 30px 0px rgba(31, 12, 52, 0.3019607843);
    background: #ffffff;
    border-radius: 25px;
    padding: 20px;
    width: 30.833333%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
.plus__elem:hover {
    -webkit-transform: translate(-10px, -7px);
    transform: translate(-10px, -7px);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.plus__elem img {
    width: 80px;
    height: 80px;
}
.plus__elem._active {
    opacity: 1;
}
.plus__elem._active:nth-child(1) {
    -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s, -webkit-box-shadow 0.5s;
    transition: opacity 0.5s 0.1s, -webkit-transform 0.5s, -webkit-box-shadow 0.5s;
    transition: opacity 0.5s 0.1s, transform 0.5s, box-shadow 0.5s;
    transition: opacity 0.5s 0.1s, transform 0.5s, box-shadow 0.5s, -webkit-transform 0.5s, -webkit-box-shadow 0.5s;
}
.plus__elem._active:nth-child(2) {
    -webkit-transition: opacity 0.5s 0.3s, -webkit-transform 0.5s, -webkit-box-shadow 0.5s;
    transition: opacity 0.5s 0.3s, -webkit-transform 0.5s, -webkit-box-shadow 0.5s;
    transition: opacity 0.5s 0.3s, transform 0.5s, box-shadow 0.5s;
    transition: opacity 0.5s 0.3s, transform 0.5s, box-shadow 0.5s, -webkit-transform 0.5s, -webkit-box-shadow 0.5s;
}
.plus__elem._active:nth-child(3) {
    -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s, -webkit-box-shadow 0.5s;
    transition: opacity 0.5s 0.5s, -webkit-transform 0.5s, -webkit-box-shadow 0.5s;
    transition: opacity 0.5s 0.5s, transform 0.5s, box-shadow 0.5s;
    transition: opacity 0.5s 0.5s, transform 0.5s, box-shadow 0.5s, -webkit-transform 0.5s, -webkit-box-shadow 0.5s;
}
.plus__subtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    padding: 12px 0 10px;
}
.plus__subtext {
    font-size: 15px;
    line-height: 18.87px;
    color: #524a5c;
}
.plus__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
.plus__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-animation: bg 6s linear 0s infinite alternate forwards;
    animation: bg 6s linear 0s infinite alternate forwards;
}
@-webkit-keyframes bg {
    0% {
        -webkit-transform: translate(60px, 20px) rotate(0deg);
        transform: translate(60px, 20px) rotate(0deg);
    }
    50% {
        -webkit-transform: translate(-60px, -20px) rotate(30deg);
        transform: translate(-60px, -20px) rotate(30deg);
    }
    100% {
        -webkit-transform: translate(100px, 60px) rotate(15deg);
        transform: translate(100px, 60px) rotate(15deg);
    }
}
@keyframes bg {
    0% {
        -webkit-transform: translate(60px, 20px) rotate(0deg);
        transform: translate(60px, 20px) rotate(0deg);
    }
    50% {
        -webkit-transform: translate(-60px, -20px) rotate(30deg);
        transform: translate(-60px, -20px) rotate(30deg);
    }
    100% {
        -webkit-transform: translate(100px, 60px) rotate(15deg);
        transform: translate(100px, 60px) rotate(15deg);
    }
}
@media (max-width: 1200px) {
    .main__plus {
        padding: 40px 0;
    }
    .plus__inner {
        border-radius: 30px;
        padding: 40px 40px 50px;
    }
    .plus__info {
        gap: 15px;
        padding-bottom: 25px;
    }
    .plus__body {
        padding-top: 30px;
        gap: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .plus__elem {
        width: 47.032641%;
        padding: 15px 15px 20px;
        border-radius: 20px;
    }
    .plus__elem img {
        width: 70px;
        height: 70px;
    }
    .plus__subtitle {
        font-size: 17px;
        line-height: 25.76px;
        padding: 10px 0 8px;
    }
    .plus__subtext {
        font-size: 13px;
        line-height: 16.2px;
    }
}
@media (max-width: 850px) {
    .main__plus {
        padding: 25px 0;
    }
    .plus__title {
        font-size: clamp(22px, 3.4vw, 30px);
        line-height: clamp(32px, 4.5vw, 40px);
    }
    .plus__info {
        gap: 10px;
        padding-bottom: 20px;
    }
    .plus__body {
        padding-top: 25px;
    }
    .plus__elem {
        width: 46%;
        padding: 15px;
        border-radius: 18px;
    }
    .plus__elem img {
        width: 60px;
        height: 60px;
    }
    .plus__subtitle {
        font-size: 15px;
        line-height: 2;
        padding: 9px 0 7px;
    }
    .plus__subtext {
        font-size: 12px;
        line-height: 14.28px;
    }
}
@media (max-width: 650px) {
    .plus__inner {
        padding: 30px 20px 20px;
        border-radius: 30px;
    }
    .plus__elem {
        width: 100%;
    }
    .plus__body {
        gap: 20px;
    }
    .plus__info:before {
        width: 150px;
        height: 1.5px;
    }
}
.main__step-index {
    padding: 40px 0 50px;
    position: relative;
}
.step-index__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 800px;
}
.step-index__title {
    font-size: clamp(36px, 4.1vw, 54px);
    line-height: clamp(46px, 5.1vw, 64px);
    color: #3a3145;
    width: 48%;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
}
.step-index__title._active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
}
.step-index__text {
    width: 48%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 120px;
}
.step-index__text p {
    position: relative;
    z-index: 1;
}
.step-index__text p:before {
    position: absolute;
    content: "";
    background: #4cb861;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    width: calc(100% + 40px);
    height: calc(100% + 80px);
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
.step-index__elem {
    border: 3px solid rgba(154, 144, 165, 0.2);
    background: #fff;
    padding: 30px;
    border-radius: 25px;
    width: 48%;
    margin-top: 40px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.step-index__elem:before {
    position: absolute;
    content: "";
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 25px;
    background: 0 0;
    border: 3px solid rgba(154, 144, 165, 0.2);
    -webkit-transition: all 0.5s, border 0.5s ease 0.2s;
    transition: all 0.5s, border 0.5s ease 0.2s;
    top: -3px;
    left: -3px;
}
.step-index__elem:hover:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    border: 3px solid #7044a0;
}
.step-index__elem:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.step-index__elem:nth-child(4) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.step-index__elem:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.step-index__elem:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.step-index__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}
.step-index__subtitle {
    font-size: 24px;
    line-height: 34px;
}
.step-index__subtitle h3 {
    font-weight: 900;
}
.step-index__num {
    color: rgba(154, 144, 165, 0.3019607843);
    font-size: 90px;
    line-height: 80px;
    text-align: right;
}
.step-index__num p {
    font-family: Cruin;
}
.step-index__subtext {
    color: #3a3145;
    font-family: Geometria;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.13px;
}
.step-index__decor {
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50px);
    transform: translateX(-50%) translateY(-50px);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
}
.step-index__decor svg:nth-child(2) {
    display: none;
}
.step-index__decor svg:nth-child(3) {
    display: none;
}
.step-index__decor._active {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px);
}
@media (max-width: 1200px) {
    .main__step-index {
        padding: 40px 0;
    }
    .step-index__inner {
        max-height: 700px;
    }
    .step-index__elem {
        padding: 20px 15px;
        border-radius: 20px;
        margin-top: 30px;
    }
    .step-index__elem:hover:before {
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        left: 5px;
        top: 5px;
        border-radius: 16px;
    }
    .step-index__subtitle {
        font-size: 21px;
        line-height: 31px;
    }
    .step-index__subtext {
        font-size: 14px;
        line-height: 17.61px;
    }
    .step-index__num {
        font-size: 75px;
        line-height: 65px;
    }
}
@media (max-width: 1000px) {
    .step-index__title {
        width: 100%;
    }
    .step-index__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 0 30px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-height: 100%;
    }
    .step-index__text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 15px;
    }
    .step-index__text p:before {
        display: none;
    }
    .step-index__elem {
        width: 48%;
        margin-top: 30px;
    }
    .step-index__elem:nth-child(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-top: -70px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    .step-index__elem:nth-child(4) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .step-index__elem:nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        margin-top: -100px;
    }
    .step-index__elem:nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .step-index__num {
        font-size: 60px;
        line-height: 50px;
    }
    .step-index__decor {
        bottom: 0;
        top: auto;
        -webkit-transform: translateX(calc(-50% + 50px));
        transform: translateX(calc(-50% + 50px));
    }
    .step-index__decor svg:first-child {
        display: none;
    }
    .step-index__decor svg:nth-child(2) {
        display: block;
    }
}
@media (max-width: 850px) {
    .main__step-index {
        padding: 25px 0 30px;
        gap: 0 20px;
    }
    .step-index__title {
        font-size: clamp(24px, 4.3vw, 36px);
        line-height: clamp(34px, 5.3vw, 46px);
    }
    .step-index__subtitle {
        font-size: 16px;
        line-height: 25.1px;
    }
    .step-index__num {
        font-size: 50px;
        line-height: 44.82px;
    }
    .step-index__subtext {
        font-size: 12px;
        line-height: 15.79px;
    }
    .step-index__elem {
        margin-top: 20px;
        width: 47%;
    }
    .step-index__decor {
        height: 70%;
    }
    .step-index__decor svg:nth-child(2) {
        height: 100%;
    }
    .step-index__elem:nth-child(3) {
        margin-top: -85px;
    }
    .step-index__elem:nth-child(5) {
        margin-top: -120px;
    }
}
@media (max-width: 700px) {
    .step-index__elem {
        width: 46%;
    }
    .step-index__elem:nth-child(5) {
        margin-top: -104px;
    }
}
@media (max-width: 650px) {
    .step-index__text {
        width: 100%;
    }
    .step-index__text {
        margin-top: 10px;
    }
    .step-index__elem {
        width: 100%;
        margin-top: 20px;
    }
    .step-index__elem:nth-child(3) {
        margin-top: 20px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .step-index__elem:nth-child(5) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        margin-top: 20px;
    }
    .step-index__decor {
        height: calc(100% - 250px);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .step-index__decor svg:nth-child(2) {
        display: none;
        height: 100%;
    }
    .step-index__decor svg:last-child {
        display: block;
        height: 100%;
    }
}
.main__feedback {
    padding: 50px 0;
}
.feedback__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.feedback__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}
.feedback__title {
    color: #3a3145;
    font-size: clamp(36px, 3.5vw, 48px);
    line-height: clamp(46px, 4.7vw, 64px);
    max-width: 760px;
    width: 100%;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
}
.feedback__text {
    width: 40%;
}
.feedback__title._active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
}
.feedack__body {
    position: relative;
}
.feedback-slider {
    padding: 40px 20px;
    height: 100%;
    width: 1640px;
    overflow: hidden;
    margin: 0 -20px;
    position: relative;
}
.feedback-slider__slide {
    height: auto;
}
.feedback-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    gap: 20px;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(129, 103, 157, 0.3019607843);
    box-shadow: 0px 15px 20px 0px rgba(129, 103, 157, 0.3019607843);
    background: #fcfcfc;
    border-radius: 25px;
    padding: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.feedback-slide:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
}
.feedback-slide:hover .feedback__elem-paper {
    background: #4cb861;
}
.feedback-slide:hover .feedback__elem-paper img {
    -webkit-filter: grayscale(1) brightness(1000%);
    filter: grayscale(1) brightness(1000%);
}
.feedback-slide:hover .feedback__elem-paper p {
    color: #4cb861;
}
.feedback__elem-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
}
.feedback__elem-img {
    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;
    gap: 20px;
}
.feedback__elem-img img {
    max-width: 175px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
}
.feedback__subtext {
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
    color: #524a5c;
}
.feedback__elem-paper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    background: #4cb861;
    border-radius: 15px;
    padding: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.feedback__elem-paper p {
    color: #4cb861;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.64px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.feedback__elem-paper img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.feedback__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.swiper-button-prev--feedback {
    position: relative;
    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;
    width: 100%;
    max-width: 60px;
    height: 60px;
    border-radius: 15px;
    background: #4cb861;
    border: 3px solid #4cb861;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 15px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.swiper-button-prev--feedback svg path {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.swiper-button-prev--feedback:hover {
    background: #4cb861;
}
.swiper-button-prev--feedback:hover svg path {
    stroke: #4cb861;
}
.swiper-button-next--feedback {
    position: relative;
    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;
    width: 100%;
    max-width: 60px;
    height: 60px;
    border-radius: 15px;
    background: #4cb861;
    border: 3px solid #4cb861;
    margin-left: 15px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.swiper-button-next--feedback svg path {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.swiper-button-next--feedback:hover {
    background: #4cb861;
}
.swiper-button-next--feedback:hover svg path {
    stroke: #4cb861;
}
.swiper-pagination--feedback {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.swiper-pagination--feedback .swiper-pagination-bullet {
    width: 40px;
    height: 6px;
    background: rgba(154, 144, 165, 0.8);
    border-radius: 6px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 !important;
}
.swiper-pagination--feedback .swiper-pagination-bullet-active {
    background: #4cb861;
    width: 160px;
}
@media (max-width: 1200px) {
    .main__feedback {
        padding: 40px 0;
    }
    .feedback-slider {
        padding: 30px 20px 40px;
        width: calc(100% + 40px);
    }
    .feedback__subtext {
        font-size: 16.14px;
        line-height: 20.31px;
    }
    .feedback-slide {
        padding: 20px;
        border-radius: 20px;
        gap: 30px;
    }
    .feedback__title {
        max-width: 670px;
        width: 60%;
    }
    .feedback__elem-top {
        gap: 20px;
    }
    .feedback__elem-img img {
        max-width: 155px;
        height: 45px;
    }
    .feedback__elem-img svg {
        max-width: 45px;
        max-height: 45px;
        width: 100%;
        height: 100%;
    }
    .feedback__elem-paper {
        border-radius: 12px;
        padding: 12px;
    }
    .feedback__elem-paper img {
        width: 45px;
        height: 45px;
    }
    .feedback__elem-paper p {
        font-size: 16.14px;
        line-height: 20.31px;
    }
    .swiper-button-prev--feedback {
        max-width: 50px;
        height: 50px;
        border-radius: 12px;
    }
    .swiper-button-prev--feedback svg {
        max-width: 24px;
        max-height: 24px;
    }
    .swiper-button-next--feedback {
        max-width: 50px;
        height: 50px;
        border-radius: 12px;
    }
    .swiper-button-next--feedback svg {
        max-width: 24px;
        max-height: 24px;
    }
    .swiper-pagination--feedback .swiper-pagination-bullet {
        height: 4px;
    }
}
@media (max-width: 1000px) {
    .feedback__top {
        -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: start;
        gap: 12px;
    }
    .feedback__title {
        width: 70%;
        max-width: 580px;
    }
    .feedback__text {
        width: 70%;
        max-width: 580px;
    }
}
@media (max-width: 850px) {
    .main__feedback {
        padding: 30px 0;
    }
    .feedback__title {
        font-size: clamp(24px, 4vw, 36px);
        line-height: clamp(34px, 5.4vw, 46px);
        max-width: 540px;
    }
    .feedback-slider {
        padding: 20px 20px 30px;
    }
    .feedback__elem-img img {
        max-width: 135px;
        height: 40px;
    }
    .feedback__elem-img svg {
        max-width: 36px;
        max-height: 36px;
    }
}
@media (max-width: 650px) {
    .feedback-slide {
        gap: 20px;
        padding: 18px;
    }
    .feedback__top {
        gap: 7px;
    }
    .feedback__title {
        width: 100%;
        max-width: 100%;
    }
    .feedback__text {
        width: 100%;
        max-width: 100%;
    }
    .feedback__subtext {
        font-size: 14px;
        line-height: 17.61px;
    }
    .feedback__elem-paper {
        gap: 18px;
    }
    .feedback__elem-paper p {
        font-size: 14px;
        line-height: 17.61px;
    }
    .feedback__elem-paper img {
        width: 38px;
        height: 38px;
    }
    .feedback__button {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 20px;
    }
    .swiper-button-prev--feedback {
        max-width: 40px;
        height: 40px;
        border-radius: 10px;
        margin-right: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .swiper-button-prev--feedback svg {
        max-width: 20px;
        max-height: 20px;
    }
    .swiper-button-next--feedback {
        max-width: 40px;
        height: 40px;
        border-radius: 10px;
        margin-right: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .swiper-button-next--feedback svg {
        max-width: 20px;
        max-height: 20px;
    }
    .swiper-pagination--feedback {
        gap: 16px;
        margin-right: 0;
        width: -webkit-max-content !important;
        width: -moz-max-content !important;
        width: max-content !important;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .swiper-pagination--feedback .swiper-pagination-bullet {
        width: 16px;
        height: 3px;
        border-radius: 3px;
    }
    .swiper-pagination--feedback .swiper-pagination-bullet-active {
        width: 60px;
    }
}
.lg-icon {
    font-family: "lg" !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    outline: none;
    border: none;
    background-color: transparent;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff;
}
.lg-actions .lg-next {
    right: 20px;
}
.lg-actions .lg-next:before {
    content: "\e095";
}
.lg-actions .lg-prev {
    left: 20px;
}
.lg-actions .lg-prev:after {
    content: "\e094";
}
.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    background: 0 0;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
    color: #fff;
}
.lg-toolbar .lg-close:after {
    content: "\e070";
}
.lg-toolbar .lg-download:after {
    content: "\e0f2";
}
.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}
#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
}
.lg-toolbar,
.lg-prev,
.lg-next {
    opacity: 1;
    -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}
.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}
.lg-outer .lg-toggle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
    outline: medium none;
    border: none;
}
.lg-outer .lg-toggle-thumb:after {
    content: "\e1ff";
}
.lg-outer .lg-toggle-thumb:hover {
    color: #fff;
}
.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}
.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}
.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#lg-zoom-in:after {
    content: "\e311";
}
#lg-actual-size {
    font-size: 20px;
}
#lg-actual-size:after {
    content: "\e033";
}
#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}
#lg-zoom-out:after {
    content: "\e312";
}
.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}
.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}
.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
}
.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}
.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    width: 12px;
}
.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
    -webkit-box-shadow: 0 0 0 8px #fff inset;
    box-shadow: 0 0 0 8px #fff inset;
}
.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}
.lg-fullscreen:after {
    content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}
.lg-group:before,
.lg-group:after {
    display: table;
    content: "";
    line-height: 0;
}
.lg-group:after {
    clear: both;
}
.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    outline: none;
    -webkit-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.lg-outer.lg-visible {
    opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}
.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}
.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
    display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}
.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.lg-outer .lg-item.lg-complete {
    background-image: none;
}
.lg-outer .lg-item.lg-current {
    z-index: 1060;
}
.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 1000px;
    max-height: 800px;
    border-radius: 20px;
    width: 80%;
    height: 100%;
    max-height: 80%;
    -o-object-fit: contain;
    object-fit: contain;
}
.lg-outer .lg-image img {
    border-radius: 20px;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}
.lg-outer .lg-empty-html {
    display: none;
}
.lg-outer.lg-hide-download #lg-download {
    display: none;
}
.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
    opacity: 0.6;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}
.lg-css3.lg-fade .lg-item {
    opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.main__contact {
    padding: 50px 0;
}
.main__contact .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 70px;
    position: relative;
}
.contact__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr 70px 1fr;
    grid-template: 1fr/1fr 1fr;
    gap: 70px;
}
.contact__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}
.contact__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.contact__title {
    font-size: clamp(36px, 4.1vw, 54px);
    line-height: clamp(46px, 5.1vw, 64px);
    color: #3a3145;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
}
.contact__title._active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
}
.contact__text {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
}
.contact__text._active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.5s 0.3s;
    transition: all 0.5s 0.3s;
}
.contact__form .contact__role {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact__pole {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 46%;
    flex: 1 1 46%;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(129, 103, 157, 0.3019607843);
    box-shadow: 0px 10px 20px 0px rgba(129, 103, 157, 0.3019607843);
    border-radius: 15px;
}
.contact__input {
    width: 100%;
    background: #fcfcfc;
    border-radius: 15px;
    height: 60px;
    padding: 19px 25px;
    color: #290f45;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.contact__input:focus {
    color: #fff;
    background: #4cb861;
}
.contact__input:focus::-webkit-input-placeholder {
    color: #fff;
}
.contact__input:focus::-moz-placeholder {
    color: #fff;
}
.contact__input:focus:-ms-input-placeholder {
    color: #fff;
}
.contact__input:focus::-ms-input-placeholder {
    color: #fff;
}
.contact__input:focus::placeholder {
    color: #fff;
}
.contact__input::-webkit-input-placeholder {
    color: #290f45;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
}
.contact__input::-moz-placeholder {
    color: #290f45;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
}
.contact__input:-ms-input-placeholder {
    color: #290f45;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
}
.contact__input::-ms-input-placeholder {
    color: #290f45;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
}
.contact__input::placeholder {
    color: #290f45;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
}
.contact__textarea {
    width: 100%;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(129, 103, 157, 0.3019607843);
    box-shadow: 0px 10px 20px 0px rgba(129, 103, 157, 0.3019607843);
    border-radius: 15px;
    height: 180px;
}
.contact__textarea textarea {
    width: 100%;
    background: #fcfcfc;
    border-radius: 15px;
    height: 60px;
    padding: 19px 25px;
    color: #290f45;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
    resize: none;
    height: 180px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.contact__textarea textarea:focus {
    color: #fff;
    background: #4cb861;
}
.contact__textarea textarea:focus::-webkit-input-placeholder {
    color: #fff;
}
.contact__textarea textarea:focus::-moz-placeholder {
    color: #fff;
}
.contact__textarea textarea:focus:-ms-input-placeholder {
    color: #fff;
}
.contact__textarea textarea:focus::-ms-input-placeholder {
    color: #fff;
}
.contact__textarea textarea:focus::placeholder {
    color: #fff;
}
.contact__textarea textarea::-webkit-input-placeholder {
    color: #290f45;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
}
.contact__textarea textarea::-moz-placeholder {
    color: #290f45;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
}
.contact__textarea textarea:-ms-input-placeholder {
    color: #290f45;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
}
.contact__textarea textarea::-ms-input-placeholder {
    color: #290f45;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
}
.contact__textarea textarea::placeholder {
    color: #290f45;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
}
.contact__link {
    font-family: Geometria;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.13px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 47%;
    flex: 1 1 47%;
}
.contact__link a {
    font-weight: 700;
    color: #463a52;
    text-decoration: underline;
}
.contact__submit {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 46%;
    flex: 1 1 46%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 15px;
}
.contact__submit input {
    cursor: pointer;
    width: 100%;
    height: 60px;
    background: #4cb861;
    border-radius: 15px;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.64px;
    text-align: center;
    color: #fff;
}
.contact__submit:hover {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
    /*-webkit-box-shadow: 0px 10px 20px 0px rgba(129, 103, 157, 0.3019607843);
    box-shadow: 0px 10px 20px 0px rgba(129, 103, 157, 0.3019607843);*/
}
.contact__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
}
.contact__img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
    border: 2px solid #4cb861;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -webkit-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
}
.contact__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}
.contact__img img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.contact__img._active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.contact__informations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(129, 103, 157, 0.2509803922);
    box-shadow: 0px 15px 30px 0px rgba(129, 103, 157, 0.2509803922);
    background: #fcfcfc;
    border-radius: 25px;
    padding: 30px 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
.contact__information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
}
.contact__information p:first-child {
    font-family: Geometria;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.87px;
    color: #4cb861;
}
.contact__information p:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.64px;
    color: #4cb861;
}
.contact__information a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.64px;
    color: #4cb861;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.contact__information a svg {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.contact__information a:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.contact__information a:hover svg {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}
.contact__map iframe {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(129, 103, 157, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(129, 103, 157, 0.4);
    width: 100%;
    height: 500px;
    border-radius: 40px 40px 40px 200px;
    border: 3px solid #4cb861;
}
.contact__decor {
    position: absolute;
    z-index: -2;
    top: -240px;
    left: 35%;
}
.contact__decor img {
    width: 550px;
    height: 470px;
}
@media (max-width: 1200px) {
    .main__contact {
        padding: 40px 0;
    }
    .main__contact .container {
        gap: 50px;
    }
    .contact__inner {
        -ms-grid-rows: 1fr;
        -ms-grid-columns: 1fr 0.8fr;
        grid-template: 1fr/1fr 0.8fr;
    }
    .contact__left {
        gap: 30px;
    }
    .contact__form .contact__role {
        gap: 30px;
    }
    .contact__input {
        border-radius: 12px;
        height: 50px;
        padding: 15px 20px;
        font-size: 16px;
        line-height: 20.13px;
    }
    .contact__input::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 20.13px;
    }
    .contact__input::-moz-placeholder {
        font-size: 16px;
        line-height: 20.13px;
    }
    .contact__input:-ms-input-placeholder {
        font-size: 16px;
        line-height: 20.13px;
    }
    .contact__input::-ms-input-placeholder {
        font-size: 16px;
        line-height: 20.13px;
    }
    .contact__input::placeholder {
        font-size: 16px;
        line-height: 20.13px;
    }
    .contact__textarea {
        width: 100%;
        -webkit-box-shadow: 0px 10px 20px 0px rgba(129, 103, 157, 0.3019607843);
        box-shadow: 0px 10px 20px 0px rgba(129, 103, 157, 0.3019607843);
        border-radius: 15px;
        height: 140px;
    }
    .contact__textarea textarea {
        height: 140px;
        border-radius: 12px;
        padding: 15px 20px;
        font-size: 16px;
        line-height: 20.13px;
    }
    .contact__textarea textarea::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 20.13px;
    }
    .contact__textarea textarea::-moz-placeholder {
        font-size: 16px;
        line-height: 20.13px;
    }
    .contact__textarea textarea:-ms-input-placeholder {
        font-size: 16px;
        line-height: 20.13px;
    }
    .contact__textarea textarea::-ms-input-placeholder {
        font-size: 16px;
        line-height: 20.13px;
    }
    .contact__textarea textarea::placeholder {
        font-size: 16px;
        line-height: 20.13px;
    }
    .contact__submit {
        border-radius: 12px;
    }
    .contact__submit input {
        height: 50px;
        border-radius: 12px;
        font-size: 16px;
        line-height: 20.13px;
    }
}
@media (max-width: 1000px) {
    .contact__inner {
        -ms-grid-rows: auto 40px auto;
        -ms-grid-columns: 1fr;
        grid-template: auto auto/1fr;
        gap: 40px;
    }
    .contact__info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 30px;
    }
    .contact__title {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 46%;
        flex: 1 1 46%;
    }
    .contact__text {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 46%;
        flex: 1 1 46%;
    }
    .contact__right {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: 1fr;
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template: 1fr/1fr 1fr;
        gap: 30px;
    }
    .contact__img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        border-radius: 25px;
    }
    .contact__img img {
        border-radius: 25px;
    }
    .contact__informations {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        gap: 30px;
        padding: 25px 30px;
    }
    .contact__map iframe {
        height: 360px;
        border-radius: 30px 30px 30px 150px;
    }
    .contact__decor {
        display: none;
    }
}
@media (max-width: 850px) {
    .main__contact {
        padding: 30px 0;
    }
    .main__contact .container {
        gap: 30px;
    }
    .contact__title {
        font-size: clamp(24px, 4.3vw, 36px);
        line-height: clamp(34px, 5.3vw, 46px);
    }
    .contact__informations {
        padding: 20px 25px;
        border-radius: 20px;
    }
    .contact__information {
        gap: 5px;
    }
    .contact__information p:first-child {
        font-size: 13px;
        line-height: 16.91px;
    }
    .contact__information p:last-child {
        gap: 5px;
        font-size: 16px;
        line-height: 20.3px;
    }
    .contact__information a {
        gap: 5px;
        font-size: 16px;
        line-height: 20.3px;
    }
    .contact__information a svg {
        max-width: 20px;
        max-height: 20px;
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 650px) {
    .contact__pole,
    .contact__link,
    .contact__submit {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
    }
    .contact__title {
        max-width: 300px;
    }
    .contact__info {
        gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contact__form .contact__role {
        gap: 20px;
    }
    .contact__right {
        -ms-grid-rows: auto 30px auto;
        -ms-grid-columns: 1fr;
        grid-template: auto auto/1fr;
        gap: 30px;
    }
    .contact__img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-height: 300px;
    }
    .contact__informations {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        gap: 25px;
    }
    .contact__map iframe {
        border-radius: 25px 25px 25px 100px;
    }
}
