.container {
    max-width: 1300px;
    padding: 0 15px;
    margin: 0 auto;
}

body.lock {
    overflow-y: hidden;
}

/* HEADER START */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: transparent;
    z-index: 900;
    transition: 0.2s ease;
}
.header.active {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px 0;
}
.header.active .header-logo__icon .letter {
    fill: #000000;
}
.header.active .header__wrapper {
    padding: 12px 0;
}
.header.active .header-nav__list-link,
.header.active .header-info__enter {
    color: #575757;
}
.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px 0;
    transition: 0.2s ease;
}
.header-nav__list {
    display: flex;
    align-items: center;
}
.header-nav__list-item {
    margin-right: 40px;
}
.header-nav__list-item:last-child {
    margin-right: 0;
}
.header-nav__list-link {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    transition: 0.2s ease;
}
.header-info__enter:hover,
.header.active .header-info__enter:hover,
.header-nav__list-link:hover,
.header.active .header-nav__list-link:hover {
    color: #8c8cfa;
}
.header-info {
    display: flex;
    align-items: center;
}
.header-info__enter {
    margin-right: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    transition: 0.2s ease;
}
.header-info__free {
    width: 220px;
    padding: 16px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    background: #2d5bf6;
    box-shadow: 0 4px 16px rgba(45, 91, 246, 0.5);
    border-radius: 8px;
    transition: 0.2s ease;
}
.header-info__free:hover,
.footer-top__action-send:hover,
.contact-data__submit:hover {
    background: #2852e3;
    box-shadow: 0 4px 16px rgba(45, 91, 246, 0.7);
}
.header-info__free:active,
.footer-top__action-send:active,
.contact-data__submit:active {
    transform: scale(0.98);
}
/* HEADER END */

/* INTRO END */
.intro {
    padding: 190px 0;
    background: url('../img/intro.png') no-repeat;
    background-size: cover;
}
.intro__wrapper {
    position: relative;
    padding-left: 25px;
}
.intro__picture {
    position: absolute;
    top: 15px;
    right: 0;
    width: 710px;
    height: 400px;
}
.intro__free {
    display: none;
    margin-bottom: 20px;
    width: 220px;
    padding: 16px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    background: #2d5bf6;
    box-shadow: 0 4px 16px rgba(45, 91, 246, 0.5);
    border-radius: 8px;
    transition: 0.2s ease;
}
.intro__title {
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #ffffff;
}
.intro__title-company {
    font-weight: 700;
    font-style: italic;
}
.intro__col {
    width: 585px;
}
.intro__desc {
    max-width: 480px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
}
.intro__content {
    margin-bottom: 40px;
}
.intro__send {
    width: 210px;
    padding: 16px;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 8px;
    transition: 0.2s ease;
}
.intro__send:hover {
    color: #000000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.intro__send:active {
    transform: scale(0.98);
}
.intro-benefits {
    display: flex;
    align-items: center;
}
.intro-benefits__item {
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.intro-benefits__item:last-child {
    margin-right: 0;
}
.intro-benefits__item-desc {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}
.intro-benefits__item-icon {
    margin-right: 5px;
}
.intro__btn {
    margin-bottom: 20px;
    border-radius: 8px;
    border: 2px solid #ffffff;
    padding: 16px;
    width: 210px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}
/* INTRO END */

/* PMS START */
.pms {
    padding: 120px 0;
    background: #fafbff;
}
.pms__intro {
    margin: 0 auto 80px;
    max-width: 740px;
    text-align: center;
}
.pms__title {
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    color: #05034f;
}
.pms__desc {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #737373;
}
.pms-item {
    display: flex;
    align-items: flex-start;
    width: 32.5%;
}
.pms-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d2d1ff;
    flex-shrink: 0;
    margin-right: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.pms-item__title {
    display: inline-block;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 27px;
    color: #05034f;
}
.pms-item__desc {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #737373;
}
.pms__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* PMS END */

/* UNION START */
.union {
    overflow: hidden;
    padding: 150px 0;
}
.union__wrapper {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
.union__col {
    width: 635px;
}
.union__picture {
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: 3px 6px 39px rgba(160, 160, 160, 0.34);
}
.union__intro {
    margin-bottom: 80px;
}
.union__title {
    max-width: 583px;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    color: #05034f;
}
.union__desc {
    max-width: 490px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #737373;
}
.union-benefits {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.union-benefits__item {
    width: 48%;
}
.union-benefits__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    background: #2d5bf6;
    border-radius: 10px;
}
.union-benefits__item-title {
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 27px;
    color: #05034f;
}
.union-benefits__item-desc {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #737373;
}
.union-benefits__item:last-child .union-benefits__item-icon {
    background: #0d163c;
}
/* UNION END */

/* MANAGER START */
.manager {
    padding: 150px 0;

    background: url('../img/intro.png') no-repeat;
    background-size: cover;
}
.manager__wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.manager__col {
    width: 635px;
}
.manager__intro {
    margin-bottom: 80px;
}
.manager__title {
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    color: #ffffff;
}
.manager__desc {
    max-width: 490px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #cccccc;
}
.manager-benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.manager-benefits__item {
    width: 48%;
}
.manager-benefits__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 10px;
}
.manager-benefits__item-title {
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 27px;
    color: #ffffff;
}
.manager-benefits__item-desc {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #cccccc;
}
.manager-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 585px;
    height: 585px;
    border-radius: 50%;
    border: 1px solid #2d429c;
    /*animation: firstRotate 2s linear infinite;*/
}
.manager-planet > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid #2d429c;
}

.manager-planet img {
    position: absolute;
    width: 66px;
    height: 66px;
}

.manager-planet {
    position: relative;
    width: 585px;
    height: 585px;
    flex-shrink: 0;
}

.first {
    width: 100%;
    height: 100%;
}

.first img:first-child {
    top: 4%;
    left: 15%;
}

.first img:nth-child(2) {
    top: 0;
    right: 20%;
}

.first img:nth-child(3) {
    bottom: 4%;
    left: 15%;
}

.first img:last-child {
    bottom: 0;
    right: 20%;
}

.second {
    width: 80%;
    height: 80%;
}

.second img:first-child {
    top: 40%;
    left: -6%;
}

.second img:last-child {
    top: 60%;
    right: -4%;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 208px;
    height: 208px;
    background: #ffffff;
    animation: pulse 1.5s infinite;
}

.third {
    width: 60%;
    height: 60%;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #3350c7;
    }
    100% {
        box-shadow: 0 0 0 30px transparent;
    }
}

@keyframes planetRotate {
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
/* MANAGER END */

/* STATISTIC START */
.statistic {
    padding: 150px 0;
}
.statistic__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.statistic__pictures {
    position: relative;
    width: 540px;
    height: 550px;
}
.statistic__pictures-item:first-child {
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 3px 6px 39px rgba(160, 160, 160, 0.34);
}
.statistic__pictures-item:last-child {
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: 3px 6px 39px rgba(160, 160, 160, 0.34);
}
.statistic__col {
    width: 635px;
}
.statistic__intro {
    margin-bottom: 80px;
}
.statistic__title {
    max-width: 520px;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    color: #05034f;
}
.statistic__desc {
    max-width: 525px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #737373;
}
.statistic-benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.statistic-benefits__item {
    width: 48%;
}
.statistic-benefits__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    background: #ff7f5c;
    border-radius: 10px;
}
.statistic-benefits__item:last-child .statistic-benefits__item-icon {
    background: #79c7a9;
}
.statistic-benefits__item-title {
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 27px;
    color: #05034f;
}
.statistic-benefits__item-desc {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #737373;
}
/* STATISTIC END */

/* CAPABILITIES START */
.capabilities {
    padding: 150px 0;
    overflow: hidden;
}
.capabilities__wrapper {
    display: flex;justify-content: space-between;
}
.capabilities__slides {
    position: relative;
    height: 700px;
    width: 400px;
    margin-right: 150px;
}
.capabilities__slides-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s linear;
    opacity: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.capabilities__slides-item .capabilities__slides-content img {
    position: absolute;
}
.capabilities__slides-item:first-child .capabilities__slides-content img:first-child {
    top: 20%;
    right: -35%;
    transition-delay: 0.2s;
}
.capabilities__slides-item:first-child .capabilities__slides-content img:nth-child(2) {
    top: 45%;
    left: -36%;
    transition-delay: 0.4s;
}
.capabilities__slides-item:first-child .capabilities__slides-content img:last-child {
    bottom: 28%;
    right: -50%;
    transition-delay: 0.6s;
}
.capabilities__slides-item:nth-child(2) .capabilities__slides-content img:first-child {
    top: 18%;
    left: -38%;
    transition-delay: 0.2s;
}
.capabilities__slides-item:nth-child(2) .capabilities__slides-content img:last-child {
    bottom: 22%;
    right: -40%;
    transition-delay: 0.4s;
}
.capabilities__slides-item:last-child .capabilities__slides-content img:first-child {
    top: 10%;
    left: -37%;
    transition-delay: 0.2s;
}
.capabilities__slides-item:last-child .capabilities__slides-content img:nth-child(2) {
    top: 48%;
    right: -50%;
    transition-delay: 0.4s;
}
.capabilities__slides-item:last-child .capabilities__slides-content img:last-child {
    bottom: 15%;
    left: -33%;
    transition-delay: 0.6s;
}
.capabilities__slides-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.capabilities__slides-content img {
    width: 289px;
    opacity: 0;
    transform: translateY(15px);
    transition: 0.2s ease;
}
.capabilities__slides-item.show {
    opacity: 1;
}
.capabilities__slides-item.show .capabilities__slides-content img {
    opacity: 1;
    transform: translateY(0);
}
.capabilities__slides-item img {
    max-width: none;
}
.capabilities__intro {
    margin-bottom: 80px;
}
.capabilities__title {
    max-width: 520px;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    color: #05034f;
}
.capabilities__desc {
    max-width: 525px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #737373;
}
.capabilities__col {
    width: 525px;
}
.capabilities__options {
    width: 100%;
}
.capabilities__options-item {
    border-bottom: 1px solid #05034f;
}
.capabilities__options-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: 0.2s ease;
}
.capabilities__options-item:last-child {
    margin-bottom: 0;
}
.capabilities__options-header {
    position: relative;
    width: 100%;
    padding: 20px 0;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 27px;
    text-align: left;
    color: #05034f;
}
.capabilities__options-text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #737373;
}
.capabilities__options-header.active .capabilities__options-icon {
    transform: translateY(-50%) rotate(45deg);
}
.capabilities__options-body {
    display: none;
    padding: 15px 0;
}
.capabilities__slides-slide {
    width: 340px;
    height: 690px;
}
/* CAPABILITIES END */

/* CONTACT START */
.contact {
    padding: 125px 0 105px;
    background: url('../img/intro.png') no-repeat;
    background-size: cover;
}
.contact__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.contact__col {
    width: 635px;
}
.contact__intro {
    margin-bottom: 80px;
}
.contact__title {
    max-width: 520px;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    color: #ffffff;
}
.contact__desc {
    max-width: 525px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #cccccc;
}
.contact-benefits {
    display: flex;
    justify-content: space-between;
}
.contact-benefits__item {
    display: flex;
    flex-direction: column;
    width: 48%;
}
.contact-benefits__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 10px;
}
.contact-benefits__item-title {
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 27px;
    color: #ffffff;
}
.contact-benefits__item-desc {
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #cccccc;
}
.contact-benefits__item-mark {
    font-weight: 700;
    color: #ffffff;
}
.contact-benefits__item-bottom {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #2f4287;
}
.contact-data {
    padding: 40px;
    width: 495px;
    background: #ffffff;
    box-shadow: -4px 4px 16px rgba(255, 255, 255, 0.35);
    border-radius: 8px;
}
.gtag-successfully-trigger {
    display: none;
}
.gtag-successfully-trigger.show {
    display: block;
}
.contact-data__form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-data__field {
    position: relative;
    width: 48%;
    margin-bottom: 20px;
}
.contact-data__field-error {
    display: none;
    margin-top: 5px;
    color: #e9281c;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.contact-data__submit-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    transition: 0.1s ease-in;
}
.contact-data__submit-spinner {
    display: inline-block;
    margin: 0 auto;
    height: 0;
    width: 0;
    padding: 10px;
    border: 4px solid #9fd4f3;
    border-right-color: #0071c2;
    border-radius: 22px;
    animation: rotate-submit 1s infinite linear;
    animation-play-state: paused;
}
.contact-data__submit.active .contact-data__submit-text {
    opacity: 0;
    visibility: hidden;
}
.contact-data__submit.active .contact-data__submit-loader {
    display: flex;
}
.contact-data__submit.active .contact-data__submit-spinner {
    animation-play-state: running;
}
@keyframes rotate-submit {
    100% {
        transform: rotate(360deg);
    }
}
.contact-data__field-error.show {
    display: inline-block;
}
.contact-data__field.contact-data__field--full {
    width: 100%;
}
.contact-data__field-input {
    width: 100%;
    padding: 16px;
    border: 1px solid #878787;
    border-radius: 8px;
    resize: none;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    transition: 0.2s ease;
}
.contact-data__field-input.error {
    border-color: #e9281c;
}
.contact-data__bottom {
    display: none;
    margin-top: 25px;
}
.contact-data__bottom.active {
    display: block;
}
.contact-data__success,
.contact-data__error {
    display: none;
    padding: 5px;
}
.contact-data__success.show,
.contact-data__error.show {
    display: block;
}
.contact-data__bottom-text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.contact-data__error {
    border: 2px solid #e9281c;
}
.contact-data__success {
    border: 2px solid #46b450;
}
.contact-data__field-input:focus {
   outline: none;
   border-color: #2d5bf6;
   box-shadow: 0 0 0 3px rgb(0 119 204 / 30%) !important;
}
.contact-data__field-input::placeholder {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #878787;
}
.contact-data__field-textarea {
    height: 150px;
}
.contact-data__title {
    margin-bottom: 40px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 27px;
    text-align: center;
    color: #05034f;
}
.contact-data__submit {
    position: relative;
    padding: 16px;
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    background: #2d5bf6;
    box-shadow: 0 4px 16px rgba(45, 91, 246, 0.5);
    border-radius: 8px;
    transition: 0.2s ease;
}
.contact-mobile {
    display: inline-flex;
    align-items: center;
}
.contact-mobile:hover .contact-mobile__number::before {
    opacity: 1;
    transform: translateY(0);
}
.contact-mobile__icon {
    margin-right: 11px;
}
.contact-mobile__number {
    position: relative;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
}
.contact-mobile__number::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
    transition: 0.2s ease;
    opacity: 0;
    transform: translateY(3px);
}
.contact-chat {
    display: inline-flex;
    align-items: center;
}
.contact-chat:hover .contact-chat__number::before {
    opacity: 1;
    transform: translateY(0);
}
.contact-chat__icon {
    margin-right: 11px;
}
.contact-chat__number {
    position: relative;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
}
.contact-chat__number::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
    transition: 0.2s ease;
    opacity: 0;
    transform: translateY(3px);
}
/* CONTACT END */

/* FOOTER START */
.footer {
    padding-top: 40px;
}
.footer-mobile {
    display: inline-flex;
    align-items: center;
}
.footer-mobile:hover .footer-mobile__number::before {
    opacity: 1;
    transform: translateY(0);
}
.footer-mobile__icon {
    margin-right: 11px;
}
.footer-mobile__number {
    position: relative;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #2d5bf6;
}
.footer-mobile__number::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #2d5bf6;
    transition: 0.2s ease;
    opacity: 0;
    transform: translateY(3px);
}
.footer-logo {
    margin-bottom: 16px;
}
.footer-top__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 28px;
    width: 100%;
}
.footer-desc {
    margin-bottom: 16px;
    max-width: 305px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #737373;
}
.footer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
}
.footer-top__action {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-top__action-send {
    width: 340px;
    padding: 16px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    background: #2d5bf6;
    box-shadow: 0 4px 16px rgba(45, 91, 246, 0.5);
    border-radius: 8px;
    transition: 0.2s ease;
}
.footer-top__certificates {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.footer-top__certificates-item {
    margin-right: 20px;
}
.footer-top__certificates-item:last-child {
    margin-right: 0;
}
.footer-top__nav {
    margin-bottom: 20px;
}
.footer-top__nav-list {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.footer-top__nav-item {
    margin-right: 40px;
}
.footer-top__nav-link {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #05034f;
    transition: 0.2s ease;
}
.footer-top__nav-link:hover {
    color: #8c8cfa;
}
.footer-top__nav-item:last-child {
    margin-right: 0;
}
.footer-top__action-enter {
    position: relative;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2d5bf6;
    text-align: center;
    transition: 0.2s ease;
}
.footer-top__action-enter:hover {
    color: #2047c9;
}
.footer-media__item {
    display: flex;
    margin-right: 20px;
}
.footer-media {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.footer-media__item:last-child {
    margin-right: 0;
}
.footer-media__link {
    display: block;
}
.footer-bottom {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 33px;
    border-top: 1px solid #dddcf2;
}
.footer__copyright {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #05034f;
}
/* FOOTER END */

/* LOADER START */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 950;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease;
}
.loader.active {
    opacity: 1;
    visibility: visible;
}
.loader__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.loader__icon {
    margin-bottom: 15px;
}
.loader__anim {
    display: flex;
    align-items: center;
}
.loader__anim-dot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #106dfd;
    position: relative;
    animation: 1.2s grow ease-in-out infinite;
}
.loader__anim-dot--second {
    margin: 0 20px;
    animation: 1.2s grow ease-in-out infinite 0.15555s;
}
.loader__anim-dot--third {
    animation: 1.2s grow ease-in-out infinite 0.3s;
}
@keyframes grow {
    0%, 40%, 100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}
/* LOADER END */

@media (max-width: 1300px) {
    .manager-planet {
        width: 540px;
        height: 540px;
    }
}

@media (max-width: 1250px) {
    .capabilities__slides {
        margin-right: 100px;
    }

    .intro__picture {
        width: 650px;
        top: 30px;
    }

    .union__picture {
        width: 500px;
    }

    .union__col,
    .manager__col,
    .statistic__col {
        width: 520px;
    }
}

@media (max-width: 1200px) {
    .capabilities__slides {
        width: 375px;
        margin-right: 70px;
    }

    .intro__picture {
        width: 580px;
        top: 60px;
    }

    .pms {
        padding: 80px 0;
    }

    .pms__intro {
        margin-bottom: 65px;
    }

    .pms-item__icon {
        width: 70px;
        height: 70px;
    }

    .pms-item__title {
        font-size: 19px;
        line-height: 25px;
    }

    .pms-item__desc {
        font-size: 15px;
        line-height: 21px;
    }

    .contact__col {
        width: 590px;
    }
}

@media (max-width: 1150px) {
    .manager-planet {
        width: 500px;
        height: 500px;
    }

    .contact__col {
        width: 550px;
    }

    .contact-data {
        padding: 30px;
        width: 450px;
    }

    .intro__col {
        width: 520px;
    }

    .intro__picture {
        width: 500px;
    }

    .capabilities__col {
        width: 495px;
    }

    .statistic__pictures {
        width: 490px;
    }
}

@media (max-width: 1100px) {
    .manager,
    .union,
    .capabilities,
    .statistic {
        padding: 100px 0;
    }

    .manager-planet {
        width: 585px;
        height: 585px;
    }

    .union__col,
    .manager__col,
    .capabilities__col,
    .statistic__col {
        width: 100%;
        margin-bottom: 35px;
    }

    .union__intro,
    .manager__intro,
    .capabilities__intro,
    .statistic__intro {
        text-align: center;
    }

    .union__title,
    .manager__title,
    .capabilities__title,
    .statistic__title {
        max-width: none;
    }

    .union__desc,
    .manager__desc,
    .capabilities__desc,
    .statistic__desc {
        margin: 0 auto;
        max-width: 75%;
    }

    .union-benefits__item-icon,
    .manager-benefits__item-icon,
    .statistic-benefits__item-icon{
        margin: 0 auto 20px;
    }

    .union__wrapper,
    .manager__wrapper,
    .capabilities__wrapper,
    .statistic__wrapper {
        align-items: center;
        flex-direction: column;
    }

    .capabilities__slides {
        margin-right: 0;
        width: 400px;
    }

    .union-benefits__item,
    .manager-benefits__item,
    .statistic-benefits__item {
        text-align: center;
    }

    .union__picture {
        width: auto;
        position: static;
    }

    .intro__col {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-bottom: 25px;
    }

    .intro__content {
        text-align: center;
        margin-bottom: 30px;
    }

    .intro__title {
        margin: 0 auto 12px;
        max-width: 90%;
    }

    .intro__desc {
        margin: 0 auto;
        max-width: 75%;
    }

    .intro__wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .intro__picture {
        position: static;
    }
}

@media (max-width: 1050px) {
    .contact__wrapper {
        flex-direction: column;
    }

    .contact__intro {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 40px;
    }

    .contact__desc {
        max-width: 75%;
    }

    .contact-benefits__item {
        text-align: center;
    }

    .contact-benefits__item-icon {
        margin: 0 auto 15px;
    }

    .contact__col {
        width: auto;
        margin-bottom: 45px;
    }

    .contact-data {
        width: 600px;
    }

    .header-nav__list-item {
        margin-right: 20px;
    }
}

@media (max-width: 992px) {
    .union__picture {
        position: static;
    }

    .union__col {
        width: auto;
    }

    .union__title,
    .union__desc {
        max-width: none;
    }

    .header-nav {
        display: none;
    }

    .pms__row {
        align-items: center;
        flex-direction: column;
    }

    .pms-item {
        width: 50%;
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .pms,
    .union,
    .manager,
    .capabilities,
    .statistic {
        padding: 50px 0;
    }

    .capabilities__options-header {
        padding: 18px 0;
        font-size: 19px;
        line-height: 23px;
    }

    .pms__title,
    .union__title,
    .manager__title,
    .capabilities__title,
    .statistic__title {
        font-size: 32px;
        line-height: 42px;
    }

    .union-benefits__item-title,
    .manager-benefits__item-title,
    .statistic-benefits__item-title {
        font-size: 19px;
        line-height: 21px;
    }

    .union-benefits__item-desc,
    .manager-benefits__item-desc,
    .statistic-benefits__item-desc {
        font-size: 15px;
        line-height: 21px;
    }

    .pms-item {
        width: 100%;
        margin-bottom: 25px;
    }

    .pms__intro,
    .union__intro,
    .manager__intro,
    .capabilities__intro,
    .statistic__intro {
        margin-bottom: 45px;
    }

    .footer-desc {
        max-width: 335px;
    }

    .manager-planet {
        width: 535px;
        height: 535px;
    }

    .manager-planet img {
        width: 55px;
        height: 55px;
    }
}

@media (max-width: 800px) {
    .contact {
        padding-top: 75px;
        padding-bottom: 50px;
    }

    .footer-top__aside {
        margin: 0 auto;
    }

    .footer-top__certificates {
        justify-content: space-between;
    }

    .footer-top__info,
    .footer-top__nav {
        width: 100%;
    }

    .footer-top__info {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    .footer-top__nav {
        display: flex;
        justify-content: center;
    }

    .footer-desc {
        text-align: center;
    }

    .footer-top__nav-list {
        margin-top: 0;
    }
}

@media (max-width: 750px) {
    .intro__title {
        font-size: 38px;
        line-height: 46px;
    }

    .intro__picture {
        width: auto;
    }

    .capabilities__slides-slide {
        max-width: 100%;
    }

    .capabilities__slides-content img {
        width: 240px;
    }

    .capabilities__slides-item:first-child .capabilities__slides-content img:first-child {
        right: -30%;
    }
    .capabilities__slides-item:first-child .capabilities__slides-content img:nth-child(2) {
        left: -20%;
    }
    .capabilities__slides-item:first-child .capabilities__slides-content img:last-child {
        right: -30%;
    }

    .capabilities__slides-item:nth-child(2) .capabilities__slides-content img:first-child {
        left: -25%;
    }
    .capabilities__slides-item:nth-child(2) .capabilities__slides-content img:last-child {
        right: -30%;
    }

    .capabilities__slides-item:last-child .capabilities__slides-content img:first-child {
        left: -30%;
    }
    .capabilities__slides-item:last-child .capabilities__slides-content img:nth-child(2) {
        right: -30%;
    }
    .capabilities__slides-item:last-child .capabilities__slides-content img:last-child {
        left: -25%;
    }
}

@media (max-width: 650px) {
    .contact-data {
        width: 100%;
    }

    .contact__desc,
    .capabilities__desc,
    .manager__desc,
    .statistic__desc {
        max-width: none;
    }

    .header-info__enter {
        margin-right: 15px;
    }

    .header-info__free {
        padding: 14px;
        width: 185px;
        font-size: 15px;
    }
}

@media (max-width: 600px) {
    .union-benefits__item,
    .manager-benefits__item,
    .statistic-benefits__item {
        width: 100%;
        margin-bottom: 30px;
    }

    .statistic__pictures {
        width: 100%;
    }

    .statistic__pictures-item {
        width: 350px;
    }

    .union-benefits__item:last-child,
    .manager-benefits__item:last-child,
    .statistic-benefits__item:last-child {
        margin-bottom: 0;
    }

    .manager-planet {
        width: 420px;
        height: 420px;
    }

    .center {
        width: 160px;
        height: 160px;
    }

    .center svg {
        width: 55px;
        height: 75px;
    }
}

@media (max-width: 550px) {
    .capabilities__slides-slide {
        width: 100%;
    }

    .capabilities__slides {
        display: none;
    }

    .capabilities__col {
        margin-bottom: 0;
    }

    .capabilities__options-body {
        padding-top: 8px;
    }

    .footer-top__nav-item {
        margin-right: 25px;
    }

    .header-info__free {
        width: 160px;
        font-size: 13px;
        line-height: 19px;
    }

    .header-info__enter {
        font-size: 14px;
        line-height: 19px;
    }

    .intro {
        padding: 140px 0 80px;
    }

    .intro__picture {
        display: none;
    }

    .pms__desc {
        font-size: 14px;
        line-height: 21px;
    }

    .intro-benefits__item {
        margin-right: 25px;
    }

    .intro__desc,
    .intro__title {
        max-width: none;
    }

    .intro__title {
        font-size: 32px;
        line-height: 38px;
    }

    .header-logo__icon {
        width: 140px;
    }
}

@media (max-width: 475px) {
    .header.active .header__wrapper {
        padding: 5px 0;
    }

    .footer-top__certificates-item {
        width: 25%;
    }

    .intro__free {
        display: block;
    }

    .header-info__enter {
        margin-right: 0;
    }

    .header-info__free {
        display: none;
    }

    .manager-planet {
        width: 375px;
        height: 375px;
    }

    .manager-planet img {
        width: 45px;
        height: 45px;
    }

    .union-benefits__item-icon,
    .statistic-benefits__item-icon,
    .manager-benefits__item-icon,
    .contact-benefits__item-icon {
        width: 70px;
        height: 70px;
    }

    .intro-benefits {
        flex-direction: column;
    }

    .intro-benefits__item {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .intro-benefits__item:last-child {
        margin-bottom: 0;
    }

    .contact-benefits {
        flex-direction: column;
    }

    .contact-benefits__item {
        width: 100%;
        margin-bottom: 25px;
    }

    .contact-benefits__item:last-child {
        margin-bottom: 0;
    }

    .contact-data__title {
        margin-bottom: 25px;
    }

    .contact-data {
        padding: 18px;
    }

    .contact-data__field {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .pms__title,
    .manager__title,
    .union__title,
    .capabilities__title,
    .statistic__title {
        font-size: 24px;
        line-height: 34px;
    }

    .statistic__pictures {
        height: 365px;
    }

    .pms__desc,
    .manager__desc,
    .union__desc,
    .capabilities__desc,
    .statistic__desc {
        font-size: 12px;
        line-height: 19px;
    }

    .statistic__pictures-item {
        width: 230px;
    }

    .capabilities__options-header {
        font-size: 16px;
        padding: 14px 0;
    }

    .capabilities__options-text {
        font-size: 15px;
        line-height: 21px;
    }

    .capabilities__slides {
        width: 100%;
    }

    .capabilities__slides-content img {
        width: 200px;
    }

    .capabilities__slides-item:first-child .capabilities__slides-content img:first-child {
        right: -12%;
    }
    .capabilities__slides-item:first-child .capabilities__slides-content img:nth-child(2) {
        left: -12%;
    }
    .capabilities__slides-item:first-child .capabilities__slides-content img:last-child {
        right: -12%;
    }

    .capabilities__slides-item:nth-child(2) .capabilities__slides-content img:first-child {
        left: -12%;
    }
    .capabilities__slides-item:nth-child(2) .capabilities__slides-content img:last-child {
        right: -12%;
    }

    .capabilities__slides-item:last-child .capabilities__slides-content img:first-child {
        left: -12%;
    }
    .capabilities__slides-item:last-child .capabilities__slides-content img:nth-child(2) {
        right: -12%;
    }
    .capabilities__slides-item:last-child .capabilities__slides-content img:last-child {
        left: -12%;
    }

    .manager-planet {
        width: 320px;
        height: 320px;
    }

    .manager-planet img {
        width: 40px;
        height: 40px;
    }

    .center {
        width: 120px;
        height: 120px;
    }

    .center svg {
        width: 45px;
        height: 65px;
    }

    .contact-data__title {
        font-size: 18px;
        line-height: 24px;
    }

    .contact__title {
        font-size: 32px;
        line-height: 38px;
    }

    .contact-data__field-input {
        padding: 12px;
    }

    .intro__title {
        font-size: 28px;
        line-height: 34px;
    }

    .intro__desc {
        font-size: 16px;
        line-height: 21px;
    }

    .intro__send {
        padding: 12px;
        font-size: 15px;
    }

    .footer-top__nav-link {
        font-size: 15px;
    }

    .footer-top__nav-item {
        margin-right: 15px;
    }

    .footer-top__action-send {
        width: 275px;
    }
}

@media (max-width: 365px) {
    .manager-planet {
        width: 280px;
        height: 280px;
    }

    .manager-planet img {
        width: 34px;
        height: 34px;
    }

    .footer-top__nav-list {
        flex-direction: column;
    }

    .footer-top__nav-item {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .footer-top__nav-item:last-child {
        margin-bottom: 0;
    }
}