* {
    padding: 0;
    margin: 0;
    border: 0
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:focus, :active {
    outline: none
}

a:focus, a:active {
    outline: none
}

nav, footer, header, aside {
    display: block
}

html, body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

input, button, textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit
}

address {
    font-style: normal
}

@font-face {
    font-family: 'Inter';
    font-weight: 300;
    src: url('/fonts/Inter_18pt-Light.ttf') format('truetype'),
    url('/fonts/Inter_24pt-Light.ttf') format('truetype'),
    url('/fonts/Inter_28pt-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/Inter_18pt-Regular.ttf') format('truetype'),
    url('/fonts/Inter_24pt-Regular.ttf') format('truetype'),
    url('/fonts/Inter_28pt-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/Inter_18pt-Medium.ttf') format('truetype'),
    url('/fonts/Inter_24pt-Medium.ttf') format('truetype'),
    url('/fonts/Inter_28pt-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/Inter_18pt-SemiBold.ttf') format('truetype'),
    url('/fonts/Inter_24pt-SemiBold.ttf') format('truetype'),
    url('/fonts/Inter_28pt-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/Inter_18pt-Bold.ttf') format('truetype'),
    url('/fonts/Inter_24pt-Bold.ttf') format('truetype'),
    url('/fonts/Inter_28pt-Bold.ttf') format('truetype');
}

@font-face {
    font-family: "Golos Text";
    src: local("Golos Text Medium"), local("GolosText-Medium"), url("../fonts/GolosText-Medium.woff2") format("woff2"), url("../fonts/GolosText-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Golos Text";
    src: local("Golos Text SemiBold"), local("GolosText-SemiBold"), url("../fonts/GolosText-SemiBold.woff2") format("woff2"), url("../fonts/GolosText-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Golos Text";
    src: local("Golos Text Regular"), local("GolosText-Regular"), url("../fonts/GolosText-Regular.woff2") format("woff2"), url("../fonts/GolosText-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

:root {
    --black: #101010;
    --blue: #39b9ec;
    --bg: #061921;
    --button-hover: #1DA3D8;
    --button-active: #6e6d00;
    --font-family: "Inter", sans-serif
}

#jivo_chat_widget {
    display: none
}

#jivo_custom_widget {
    position: fixed;
    bottom: 5%;
    right: 5%;
    width: 100px;
    z-index: 5;
    height: 40px;
    cursor: pointer;
    height: 100px;
    border-radius: 30px;
    background: linear-gradient(136deg, #39b9ec 0%, #063 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s
}

#jivo_custom_widget::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100px;
    height: 100px;
    background-image: url(../img/chat-pc.svg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 20px
}

#jivo_custom_widget.jivo_online {
    height: 100px;
    width: 100px;
    background: linear-gradient(136deg, #39b9ec 0%, #063 100%);
    border-radius: 30px
}

@media (max-width: 1000px) {
    #jivo_custom_widget {
        position: fixed;
        top: 20px;
        left: 15px;
        height: 40px;
        width: 40px;
        z-index: 7;
        height: 40px;
        cursor: pointer;
        border-radius: 10px;
        opacity: 1;
        visibility: visible
    }

    #jivo_custom_widget::before {
        content: "";
        position: absolute;
        inset: 0;
        height: 40px;
        width: 40px;
        background-image: url(../img/chat.svg);
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border-radius: 10px
    }

    #jivo_custom_widget.jivo_online {
        height: 40px;
        width: 40px;
        background: linear-gradient(136deg, #39b9ec 0%, #063 100%);
        border-radius: 10px
    }
}

@media (max-width: 450px) {
    .success-message {
        font-size: 18px !important;
    }

    #jivo_custom_widget {
        position: fixed;
        top: 20px;
        left: 15px;
        height: 40px;
        width: 40px;
        z-index: 7;
        height: 40px;
        cursor: pointer;
        border-radius: 10px
    }

    #jivo_custom_widget::before {
        content: "";
        position: absolute;
        inset: 0;
        height: 40px;
        width: 40px;
        background-image: url(../img/chat.svg);
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border-radius: 10px
    }
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px
}

.body {
    font-family: var(--font-family);
    line-height: 1.32;
    background-color: #061921;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    border-radius: 10px;
}

.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.success-message {
    color: green;
    height: 100px;
    background: linear-gradient(274.45deg, rgb(57 185 236 / 84%) -3.6%, rgb(18 74 96) 124.92%);
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 100px;
    z-index: 99999;
    display: none;
    color: #fff;
    width: 100%;
    font-size: 28px;
}

.stand-container {
    display: flex;
    height: 500px;
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 9999;
}


.stand-close-button {
    position: absolute;
    right: 10px;
    z-index: 10000;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.stand-close-button:hover {
    color: black;
}

.stand-icon-container {
    display: flex;
    height: 60px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    display: none;
}

.stand-icon {
    position: relative;
    cursor: pointer;
}

.stand {
    position: relative;
    cursor: pointer;
}

@media (max-width: 500px) {
    .stand-container {
        height: auto;
    }

    .stand {
        max-width: 100%;
    }
}

.cookie-consent {
    position: fixed;
    bottom: 20px;
    z-index: 9999;
    left: calc(100% - 365px);
    width: 345px;
    background: linear-gradient(274.45deg, rgb(57 185 236 / 84%) -3.6%, rgb(18 74 96) 124.92%);
    padding: 20px;
    border-radius: 8px;
    transition: right 0.3s ease;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    text-align: left;
    display: none;
    color: #fff;
}

.cookie-consent-buttons {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}


.cookie-consent button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #849dd0ad;
    color: #fff;
    cursor: pointer;
    width: 100%;
}

.cookie-consent button:hover {
    background-color: #849dd0d9;
}

.cookie-consent button.cookie-consent-buttons-decline {
    background: none;
    color: #ccc;
    width: fit-content;
    padding: 10px 0 0;
}

.cookie-consent button.cookie-consent-buttons-decline:hover {
    color: #fff;
}

.presentation__screen {
    overflow: hidden;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #071926;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 8;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.presentation__screen::before {
    content: "";
    background-image: url(../img/hero-bg1.png);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 220px;
    z-index: -3;
}

.presentation__screen-title {
    font-weight: 700 !important;
    font-size: 150px;
    line-height: 142%;
    color: #fff;
    text-align: center;
    overflow: hidden
}

.presentation__screen-text {
    font-weight: 300 !important;
    font-size: 26px;
    color: #fff;
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
    overflow: hidden
}

.presentation__screen-img {
    z-index: -1
}

.presentation__screen__psevElem::before {
    content: "";
    position: absolute;
    top: -20%;
    right: 0%;
    height: 1100px;
    width: 1300px;
    background-color: var(--bg);
    border-radius: 50%;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: -1;
    -webkit-animation: presentation-before 2.5s forwards;
    animation: presentation-before 2.5s forwards
}

.presentation__screen__psevElem::after {
    content: "";
    position: absolute;
    top: -20%;
    left: 0%;
    height: 1100px;
    width: 1300px;
    background-color: var(--bg);
    border-radius: 50%;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: -1;
    -webkit-animation: presentation-after 2.5s forwards;
    animation: presentation-after 2.5s forwards
}

@-webkit-keyframes presentation-before {
    100% {
        top: -30%;
        right: -15%;
        height: 1200px;
        width: 1150px;
        background-color: var(--bg);
        border-radius: 50%;
        -webkit-transform: rotate(-65deg);
        transform: rotate(-65deg);
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: -1
    }
}

@keyframes presentation-before {
    100% {
        top: -30%;
        right: -15%;
        height: 1200px;
        width: 1150px;
        background-color: var(--bg);
        border-radius: 50%;
        -webkit-transform: rotate(-65deg);
        transform: rotate(-65deg);
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: -1
    }
}

@-webkit-keyframes presentation-after {
    100% {
        top: -30%;
        left: -15%;
        height: 1200px;
        width: 1150px;
        background-color: var(--bg);
        border-radius: 50%;
        -webkit-transform: rotate(65deg);
        transform: rotate(65deg);
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: -1
    }
}

@keyframes presentation-after {
    100% {
        top: -30%;
        left: -15%;
        height: 1200px;
        width: 1150px;
        background-color: var(--bg);
        border-radius: 50%;
        -webkit-transform: rotate(65deg);
        transform: rotate(65deg);
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: -1
    }
}

[data-aos=custom] {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

[data-aos=custom].aos-animate {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

.wrapper {
    min-height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #061921;
    background-image: url(../img/Pattern1.png);
    background-size: cover;
    z-index: 1
}

.wrapper__hidden {
    -webkit-animation: sait 1s forwards;
    animation: sait 1s forwards
}

@-webkit-keyframes sait {
    0% {
        -webkit-transform: translateY(30%);
        transform: translateY(30%)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes sait {
    0% {
        -webkit-transform: translateY(30%);
        transform: translateY(30%)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.container {
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 15px;
    height: 100%
}

.footer-container {
    margin: 0 auto;
    padding: 0 15px;
    height: 100%;
}

@media (min-width: 2000px) {
    .container {
        max-width: none;
        margin: 0 20%;
    }
}

.chat-pc {
    position: fixed;
    bottom: 5%;
    right: 5%;
    height: 80px;
    width: 80px;
    z-index: 5
}

.chat-pc img {
    width: 100%;
    background: linear-gradient(139deg, #39b9ec 0%, #063 100%);
    padding: 10px;
    border-radius: 20px
}

.fixed-nav {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 910px;
    width: 100%;
    background: #fff;
    z-index: 5;
    border-radius: 34px;
    overflow: hidden;
    padding: 10px 15px
}

.fixed-nav__content-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 5;
    margin: 0 auto;
    padding: 30px 25px
}

.logo-fixed {
    width: 48px;
}

.fixed-nav-list {
    margin-right: 55px
}

.fixed-nav-item {
    font-weight: 400;
    font-size: 24px;
    padding-bottom: 28px;
    margin-left: 35px;
    -webkit-transition: all .3s;
    transition: all .3s;
    max-width: 260px;
    width: 100%
}

.fixed-nav-item:last-child {
    padding-bottom: 0;
}

.fixed-nav-item:hover {
    color: var(--blue)
}

.fixed-nav-item:active {
    color: #1b9dd0
}

.fixed-nav-link {
    display: block
}

.fixed-nav-contacts {
    background: -o-linear-gradient(173.55deg, rgba(57, 185, 236, 0.68) -25.6%, rgba(18, 74, 96, 0.68) 110.92%);
    background: linear-gradient(276.45deg, rgba(57, 185, 236, 0.68) -25.6%, rgba(18, 74, 96, 0.68) 110.92%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    gap: 8px;
    width: 433px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    padding: 32px;
    align-items: end;
}

.fixed-nav-contacts span {
    font-weight: 500;
    font-size: 16px;
    color: #fff
}

.fixed-nav-email {
    display: flex;
    align-items: center;
    height: 51px;
    width: calc(100% - 59px);
    font-weight: 300 !important;
    font-size: 16px;
    color: #fff;
    background: rgba(255, 255, 255, .2);
    padding: 12px 20px;
    border-radius: 43px;
    -webkit-transition: all .3s;
    transition: all .3s;
    gap: 8px;
}


.fixed-nav-contact-div {
    display: flex;
    width: 100%;
    gap: 8px;
}

.fixed-nav-contact {
    font-weight: 600 !important;
    font-size: 26px;
    color: var(--button-hover);
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #83D7F9;
    width: 51px;
    height: 51px;
    border-radius: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed-nav-contact:hover {
    color: #f6f42e
}

.fixed-nav-contact:active {
    color: #aead00
}

.fixed-nav-contact-img {
    width: 26px;
    height: 22px;
    margin-top: 5px;
}

.fixed-nav-contact-title {
    color: rgba(242, 255, 243, 1);
    font-size: 22px;
    font-weight: 600px;
}

.toggleButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.body--opened-menu .toggleButton {
    max-height: 0px;
}

#content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.6s ease;
    transition: max-height 0.6s ease
}

.chat-fixed-nav {
    background: linear-gradient(103.06deg, #39B9EC -1.2%, #124A60 130.13%);
    border-radius: 26px;
    z-index: 7;
    width: 84px;
    display: flex;
    height: 71px;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    cursor: pointer;
    padding-top: 8px;
}

.body--opened-menu .chat-fixed-nav {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px)
}

.fixed-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 320px 0 20px;
    gap: 15px;
    min-width: 400px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.fixed-menu--name {
    font-weight: 600 !important;
    font-size: 24px;
    color: var(--black)
}

.fixed-menu {
    font-weight: 400;
    font-size: 20px;
    color: rgba(16, 16, 16, .65);
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px)
}

.body--opened-menu .fixed-menu-wrapper {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px)
}

.body--opened-menu .burger__icon {
    margin-top: 40px
}

.body--opened-menu .burger__icon {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px)
}

.menu-section {
    font-weight: bold;
    color: #333;
    font-size: 24px
}

.header {
    background-color: var(--bg);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 6
}

.header__inner {
    padding: 20px 0 16px
}

.header__list {
    display: grid;
    grid-template-columns:1fr auto 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__item {
    font-weight: 500 !important;
    font-size: 24px;
    line-height: 142%;
    color: #fff
}

.header__item-gedo {
    font-weight: 500 !important;
    font-size: 30px;
    line-height: 142%;
    color: #fff;
}

.header__item:nth-child(2) {
    display: none
}

.header__item:nth-child(4) {
    justify-self: end
}

.header__item:nth-child(5) {
    justify-self: end;
    display: none
}

.button {
    font-weight: 400;
!important;
    -webkit-transition: all .3s;
    transition: all .3s
    font-size: 24px;
    line-height: 1.4;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border: 2.5px solid #fff;
    border-radius: 122px;
    padding: 8px 24px;
    position: relative
}

.button:hover {
    color: #1DA3D8;
    border: 2.5px solid #1DA3D8;
}


.button__gradient {
    font-weight: 400 !important;
    font-size: 24px;
    line-height: 1.4;
    background-color: rgba(0, 0, 0, 0);
    color: #39B9EC;
    border: 2.5px solid #39B9EC;
    border-radius: 122px;
    padding: 8px 24px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s
}

.button__gradient:hover {
    color: #1DA3D8;
    border: 2.5px solid #1DA3D8;
}

.button__gradient:active {

}

.button__gradient::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 122px;
    padding: 3px;
    margin: -4px -3px;
}


@keyframes button {
    10% {
        background: linear-gradient(130deg, #ec6608 0%, #dedc00 100%)
    }
    20% {
        background: linear-gradient(135deg, #ec6608 0%, #dedc00 100%)
    }
    30% {
        background: linear-gradient(140deg, #ec6608 0%, #dedc00 100%)
    }
    40% {
        background: linear-gradient(145deg, #ec6608 0%, #dedc00 100%)
    }
    50% {
        background: linear-gradient(150deg, #ec6608 0%, #dedc00 100%)
    }
    60% {
        background: linear-gradient(155deg, #ec6608 0%, #dedc00 100%)
    }
    70% {
        background: linear-gradient(160deg, #ec6608 0%, #dedc00 100%)
    }
    80% {
        background: linear-gradient(165deg, #ec6608 0%, #dedc00 100%)
    }
    85% {
        background: linear-gradient(170deg, #ec6608 0%, #dedc00 100%)
    }
    90% {
        background: linear-gradient(175deg, #ec6608 0%, #dedc00 100%)
    }
    95% {
        background: -webkit-gradient(linear, left top, left bottom, from(#ec6608), to(#dedc00));
        background: linear-gradient(180deg, #ec6608 0%, #dedc00 100%)
    }
    100% {
        background: linear-gradient(185deg, #ec6608 0%, #dedc00 100%)
    }
}


.button__gradient:active.button__gradient::after {
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    -webkit-animation: none;
    animation: none
}

.chat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: 40px;
    background: linear-gradient(139deg, #39b9ec 0%, #063 100%);
    border-radius: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0
}

.burger__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: 42px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 3
}

.burger__icon span, .burger__icon span::before, .burger__icon span::after {
    content: "";
    border-radius: 100px;
    width: 42px;
    height: 4px;
    background-color: var(--bg);
    -webkit-transition: all .3s;
    transition: all .3s
}

.burger__icon span {
    position: relative
}

.burger__icon span::before {
    position: absolute;
    top: 11px
}

.burger__icon span::after {
    position: absolute;
    bottom: 11px
}

.burger__icon:hover span {
    background: var(--button-hover)
}

.burger__icon:hover span::after {
    background: var(--button-hover)
}

.burger__icon:hover span::before {
    background: var(--button-hover)
}

.burger__icon:active span {
    background: var(--button-active)
}

.burger__icon:active span::after {
    background: var(--button-active)
}

.burger__icon:active span::before {
    background: var(--button-active)
}

.header__nav-mobile {
    display: none
}

.hero__inner {
    margin: 200px 0;
    display: grid;
    gap: 40px 10px;
    grid-template-columns:1fr 1fr
}

.hero__content {
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 700px;
}

.hero__text {
    font-family: 'Inter';
    font-weight: 300 !important;
    font-size: 32px;
    line-height: 132%;
    color: #fff;
    overflow: hidden;
    margin-bottom: 35px
}

.hero__text b {
    font-weight: 600 !important;
}

.hero__team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.hero__team-img {
    padding: 15px 10px;
    background: var(--blue);
    border-radius: 14px
}

.hero__team-text {
    font-weight: 300 !important;
    font-size: 24px;
    color: rgba(255, 255, 255, .6);
    overflow: hidden
}

.hero__img {
    overflow: hidden;
    border-radius: 72px
}

.hero__img img {
    width: 100%
}

#animation__hero-text {
    display: none;
    -webkit-animation: hero 2.5s ease-in-out;
    animation: hero 2.5s ease-in-out;
}

@-webkit-keyframes hero {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes hero {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

#animation__hero-team {
    display: none;
    -webkit-animation: team 2.5s forwards;
    animation: team 2.5s forwards
}

@-webkit-keyframes team {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes team {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.about__inner {
    padding-bottom: 200px
}

.about__body {
    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
}

.about__body--left {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 74, 96, 0.16)), to(rgba(57, 185, 236, 0.1056)));
    background: -o-linear-gradient(top, rgba(18, 74, 96, 0.16) 0%, rgba(57, 185, 236, 0.1056) 100%);
    background: linear-gradient(180deg, rgba(18, 74, 96, 0.16) 0%, rgba(57, 185, 236, 0.1056) 100%);
    overflow: hidden;
    border-radius: 72px;
    padding: 70px 100px 0;
    max-height: 320px;
    min-height: 300px;
    display: grid;
    grid-template-columns:auto 1fr;
    gap: 65px
}

.about__body--right {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 74, 96, 0.16)), to(rgba(57, 185, 236, 0.1056)));
    background: -o-linear-gradient(top, rgba(18, 74, 96, 0.16) 0%, rgba(57, 185, 236, 0.1056) 100%);
    background: linear-gradient(180deg, rgba(18, 74, 96, 0.16) 0%, rgba(57, 185, 236, 0.1056) 100%);
    overflow: hidden;
    border-radius: 72px;
    padding: 70px 100px 0;
    max-height: 360px;
    min-height: 300px;
    display: grid;
    grid-template-columns:1fr auto;
    gap: 65px
}

.first-title {
    font-weight: 300 !important;
    font-size: 24px;
    color: rgba(255, 255, 255, .66)
}

.title {
    font-weight: 400 !important;
    font-size: 60px;
    color: #fff;
    overflow: hidden;
    margin-bottom: 50px
}

.body--left__img img {
    width: 100%
}

.body--left__text {
    font-weight: 300 !important;
    font-size: 24px;
    line-height: 1.32;
    color: #fff;
    margin-top: 50px
}

.body--right__img img {
    width: 100%
}

.body--right__text {
    grid-row-start: 1;
    grid-row-end: -1;
    font-weight: 300 !important;
    font-size: 24px;
    line-height: 1.32;
    color: #fff;
    margin-top: 50px
}

.program {
    overflow: hidden
}

.program__accordions {
    display: grid;
    grid-template-columns:1.1fr .9fr;
    padding-bottom: 200px;
    gap: 20px
}

@media (max-width: 450px) {
    .program__accordions {
        padding-bottom: 100px;
    }
}

.program__accordions-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tab {
    display: none
}

.tab__img img {
    width: 100%;
    border-radius: 49px;
    overflow: hidden
}

.tab__img {
    width: 100%;
    position: relative;
    border-radius: 72px;
    overflow: hidden
}

.tab__img-dark {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    border-radius: 72px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    -webkit-animation: img-program 2s alternate infinite;
    animation: img-program 2s alternate infinite
}

@-webkit-keyframes img-program {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes img-program {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.tab--show {
    display: grid
}

.accordion {
    -webkit-transition: all .5s;
    transition: all .5s
}

.accordion--active {
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative
}

.accordion-list__item {
    margin-bottom: 35px;
    padding: 0 35px;
    -webkit-transition: all .7s;
    transition: all .7s
}

.accordion-list__item--opened .accordion-list__control-title {
    color: var(--blue)
}

.accordion-list__item--opened .accordion-list__control-icon path {
    fill: var(--blue)
}

.accordion-list__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    background: rgba(0, 0, 0, 0);
    width: 100%
}

.accordion-list__control:hover .accordion-list__control-title {
    color: var(--blue)
}

.accordion-list__control:hover .accordion-list__control-icon path {
    fill: var(--blue)
}

.accordion-list__control-icon {
    width: 42px;
    height: 42px
}

.accordion-list__control-icon path {
    -webkit-transition: all .3s;
    transition: all .3s
}

.accordion-list__control-title {
    font-weight: 400 !important;
    font-size: 28px;
    color: rgba(255, 255, 255, .5);
    -webkit-transition: all .3s;
    transition: all .3s
}

.accordion-content {
    font-weight: 300 !important;
    font-size: 24px;
    line-height: 1.3;
    color: rgba(255, 255, 255, .8);
    margin-top: 20px;
    margin-left: 58px;
}

.accordion-list__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .7s;
    transition: all .7s
}

.accordion-list__item--opened .accordion-list__content {
    min-height: 0;
    overflow: hidden;
    -webkit-transition: all .7s;
    transition: all .7s
}

.accordion-list__item--opened.accordion-list__item {
    border-radius: 49px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 74, 96, 0.16)), to(rgba(57, 185, 236, 0.1056)));
    background: -o-linear-gradient(top, rgba(18, 74, 96, 0.16) 0%, rgba(57, 185, 236, 0.1056) 100%);
    background: linear-gradient(180deg, rgba(18, 74, 96, 0.16) 0%, rgba(57, 185, 236, 0.1056) 100%);
    padding: 32px;
    -webkit-transition: all .7s;
    transition: all .7s
}

.interface__inner {
    padding-bottom: 200px
}

.interface__button-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.interface__btn-tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 25px;
    border-radius: 32px;
    background: rgba(255, 255, 255, .0784313725);
    -webkit-transition: all .3s;
    transition: all .3s
}

.interface__btn-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 25px;
    border-radius: 32px;
    background: rgba(255, 255, 255, .0784313725);
    -webkit-transition: all .3s;
    transition: all .3s
}

.interface__btn-tablet:hover {
    background: var(--blue)
}

.interface__btn-pc:hover {
    background: var(--blue)
}

.interface__button-text {
    font-weight: 400 !important;
    font-size: 28px;
    color: #fff
}

.interface__viewing {
    max-height: 700px;
    overflow: hidden;
    position: relative;
    border-radius: 72px
}

.interface__viewing-fon {
    padding: 100px 20px;
    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;
    position: relative
}

.interface__viewing-fon::before {
    content: "";
    position: absolute;
    top: -20%;
    right: 0%;
    height: 900px;
    width: 600px;
    background-color: var(--bg);
    border-radius: 50%;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    -webkit-transition: all 1s;
    transition: all 1s
}

.interface__viewing-fon::after {
    content: "";
    position: absolute;
    top: -20%;
    left: 0%;
    height: 500px;
    width: 700px;
    background-color: var(--bg);
    border-radius: 50%;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    -webkit-transition: all 1s;
    transition: all 1s
}

.interface__viewing::before {
    content: "";
    background-image: url(../img/hero-bg1.png);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 220px;
    -webkit-filter: blur(150px);
    filter: blur(150px)
}

.interface__viewing-tablet {
    -webkit-transform: translateY(150%);
    -ms-transform: translateY(150%);
    transform: translateY(150%);
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 1
}

.interface__viewing-tablet img {
    width: 100%
}

.interface__viewing-PC {
    -webkit-transform: translateY(150%);
    -ms-transform: translateY(150%);
    transform: translateY(150%);
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 1
}

.interface__viewing-PC img {
    width: 100%
}

.interface__button-body--tablet .interface__viewing-tablet {
    -webkit-animation: tablet 1s .5s forwards;
    animation: tablet 1s .5s forwards
}

@-webkit-keyframes tablet {
    0% {
        -webkit-transform: translateY(150%);
        transform: translateY(150%)
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes tablet {
    0% {
        -webkit-transform: translateY(150%);
        transform: translateY(150%)
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.interface__button-body--tablet .interface__viewing-PC {
    -webkit-animation: pc-tablet 1s forwards;
    animation: pc-tablet 1s forwards
}

@-webkit-keyframes pc-tablet {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes pc-tablet {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.interface__button-body--tablet .interface__btn-tablet {
    background: var(--blue)
}

.interface__button-body--pc .interface__viewing-PC {
    -webkit-animation: pc 1s .5s forwards;
    animation: pc 1s .5s forwards
}

@-webkit-keyframes pc {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes pc {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.interface__button-body--pc .interface__viewing-tablet {
    -webkit-animation: tablet-pc 1s forwards;
    animation: tablet-pc 1s forwards
}

@-webkit-keyframes tablet-pc {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
    100% {
        -webkit-transform: translateY(150%);
        transform: translateY(150%)
    }
}

@keyframes tablet-pc {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
    100% {
        -webkit-transform: translateY(150%);
        transform: translateY(150%)
    }
}

.interface__button-body--pc .interface__btn-pc {
    background: var(--blue)
}

.interface__button-body--pc .interface__viewing-fon::before {
    content: "";
    position: absolute;
    top: -20%;
    right: 0%;
    height: 500px;
    width: 700px;
    background-color: var(--bg);
    border-radius: 50%;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.interface__button-body--pc .interface__viewing-fon::after {
    content: "";
    position: absolute;
    top: -20%;
    left: 0%;
    height: 900px;
    width: 600px;
    background-color: var(--bg);
    border-radius: 50%;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.text {
    font-weight: 300 !important;
    font-size: 48px;
    line-height: 1.33;
    color: #fff;
    overflow: hidden
}

.text__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding-bottom: 200px;
    overflow: hidden
}

.text-pc {
    overflow: hidden
}

.text-mobile {
    display: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.33;
    color: #fff
}

.contact__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    padding-bottom: 100px;
    max-width: 900px;
    text-align: center;
}

.contact__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contact__input {
    display: block;
    background: rgba(255, 255, 255, .16);
    width: 100%;
    height: 100px;
    border-radius: 35px;
    padding: 36px 25px;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-bottom: 20px;
    font-weight: 300 !important;
    font-size: 24px;
    color: rgba(255, 255, 255, .66)
}

.contact__input:nth-child(4) {
    height: 175px;
    resize: none;
    overflow-y: hidden
}

.contact__input:hover {
    background: rgba(255, 255, 255, .34)
}

.contact__input:focus {
    border: 1px solid var(--blue);
    color: var(--blue);
    -webkit-transition: all .5s;
    transition: all .5s
}

.contact__check-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    gap: 15px;
    margin: 0 auto 60px;
    max-width: 695px;
    font-weight: 300 !important;
    font-size: 24px;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer
}

.contact__check-label:hover {
    color: var(--blue)
}

.contact__check-label-agreement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    gap: 15px;
    margin: 0 auto 60px;
    max-width: 695px;
    font-weight: 300 !important;
    font-size: 24px;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer
}

.contact__check-label-agreement:hover {
    color: var(--blue)
}

.contact__checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #fff;
    border-radius: 14px;
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
    cursor: pointer
}

.contact__checkbox::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/check.svg") 50% 50% no-repeat;
    background-size: 28px 38px;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0
}

.contact__checkbox:hover {
    border: 2px solid var(--blue)
}

.contact__checkbox:checked {
    border: 2px solid var(--blue)
}

.contact__checkbox:checked::before {
    opacity: 1
}

.logo-example {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.contact__button {
    border-radius: 67px;
    max-width: 446px;
    width: 100%;
    height: 100px;
    background-color: var(--blue);
    margin: 0 auto;
    font-weight: 400 !important;
    font-size: 32px;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s
}

.contact__button:hover {
    background: #83d7f9
}

.contact__button:active {
    background: #ec6608
}

.footer {
    background: -o-linear-gradient(173.55deg, rgba(57, 185, 236, 0.68) -25.6%, rgba(18, 74, 96, 0.68) 110.92%);
    background: linear-gradient(276.45deg, rgba(57, 185, 236, 0.68) -25.6%, rgba(18, 74, 96, 0.68) 110.92%);
    border-radius: 72px;
    margin: 0 70px 30px
}

.footer__inner {
    display: flex;
    justify-content: space-around;
    padding: 50px 50px 50px;
    gap: 140px;
}

.footer__logo img {
    width: 100%
}

.footer__list-info {
    margin-top: 30px;
    max-width: 270px
}

.footer__item-info:first-child {
    font-weight: 500 !important;
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px
}

.footer__item-info {
    font-weight: 300 !important;
    font-size: 24px;
    color: #fff;
    margin-bottom: 16px
}

.footer__item-info:last-child {
    margin-bottom: none
}

.footer__link-info {
    -webkit-transition: all .3s;
    transition: all .3s
}

.footer__link-info:hover {
    color: var(--button-hover)
}

.footer__link-info:active {
    color: #000
}

.footer__list-сontacts {
    margin-top: 30px
}

.footer__item-сontacts:first-child {
    font-weight: 500 !important;
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px
}

.footer__item-сontacts {
    font-weight: 300 !important;
    font-size: 24px;
    color: #fff;
    margin-bottom: 16px
}

.footer__item-contacts-agreement {
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.footer__item-contacts-agreement:hover {
    color: #1DA3D8
}

.footer__item-сontacts:last-child {
    margin-bottom: none
}

.footer__link-сontacts {
    -webkit-transition: all .3s;
    transition: all .3s
}

.footer__link-сontacts:hover {
    color: var(--button-hover)
}

.footer__link-сontacts:active {
    color: #000
}

.footer__link-sochial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}

@media (max-width: 1540px) {
    .presentation__screen::before {
        content: "";
        background-image: url(../img/hero-bg1.png);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 200px;
        z-index: -3
    }

    .presentation__screen__psevElem::before {
        content: "";
        position: absolute;
        top: -20%;
        right: 0%;
        height: 1000px;
        width: 1200px;
        background-color: var(--bg);
        border-radius: 50%;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: -1;
        -webkit-animation: presentation-before 2.5s forwards;
        animation: presentation-before 2.5s forwards
    }

    .presentation__screen__psevElem::after {
        content: "";
        position: absolute;
        top: -20%;
        left: 0%;
        height: 1000px;
        width: 1200px;
        background-color: var(--bg);
        border-radius: 50%;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: -1;
        -webkit-animation: presentation-after 2.5s forwards;
        animation: presentation-after 2.5s forwards
    }

    @-webkit-keyframes presentation-before {
        100% {
            top: -30%;
            right: -15%;
            height: 1000px;
            width: 850px;
            background-color: var(--bg);
            border-radius: 50%;
            -webkit-transform: rotate(-65deg);
            transform: rotate(-65deg);
            -webkit-filter: blur(50px);
            filter: blur(50px);
            z-index: -1
        }
    }@keyframes presentation-before {
         100% {
             top: -30%;
             right: -15%;
             height: 1000px;
             width: 850px;
             background-color: var(--bg);
             border-radius: 50%;
             -webkit-transform: rotate(-65deg);
             transform: rotate(-65deg);
             -webkit-filter: blur(50px);
             filter: blur(50px);
             z-index: -1
         }
     }@-webkit-keyframes presentation-after {
          100% {
              top: -30%;
              left: -15%;
              height: 1000px;
              width: 850px;
              background-color: var(--bg);
              border-radius: 50%;
              -webkit-transform: rotate(65deg);
              transform: rotate(65deg);
              -webkit-filter: blur(50px);
              filter: blur(50px);
              z-index: -1
          }
      }@keyframes presentation-after {
           100% {
               top: -30%;
               left: -15%;
               height: 1000px;
               width: 850px;
               background-color: var(--bg);
               border-radius: 50%;
               -webkit-transform: rotate(65deg);
               transform: rotate(65deg);
               -webkit-filter: blur(50px);
               filter: blur(50px);
               z-index: -1
           }
       }
}

@media (max-width: 1500px) {
    .footer__inner {
        gap: 50px;
    }

}

@media (max-width: 1400px) {
    .hero__text {
        font-size: 26px
    }

    .footer__inner {
        flex-direction: column;
    }

}

@media (max-width: 1350px) {
    @-webkit-keyframes presentation-before {
        100% {
            top: -20%;
            right: -15%;
            height: 900px;
            width: 750px;
            background-color: var(--bg);
            border-radius: 50%;
            -webkit-transform: rotate(-65deg);
            transform: rotate(-65deg);
            -webkit-filter: blur(50px);
            filter: blur(50px);
            z-index: -1
        }
    }@keyframes presentation-before {
         100% {
             top: -20%;
             right: -15%;
             height: 900px;
             width: 750px;
             background-color: var(--bg);
             border-radius: 50%;
             -webkit-transform: rotate(-65deg);
             transform: rotate(-65deg);
             -webkit-filter: blur(50px);
             filter: blur(50px);
             z-index: -1
         }
     }@-webkit-keyframes presentation-after {
          100% {
              top: -20%;
              left: -15%;
              height: 900px;
              width: 750px;
              background-color: var(--bg);
              border-radius: 50%;
              -webkit-transform: rotate(65deg);
              transform: rotate(65deg);
              -webkit-filter: blur(50px);
              filter: blur(50px);
              z-index: -1
          }
      }@keyframes presentation-after {
           100% {
               top: -20%;
               left: -15%;
               height: 900px;
               width: 750px;
               background-color: var(--bg);
               border-radius: 50%;
               -webkit-transform: rotate(65deg);
               transform: rotate(65deg);
               -webkit-filter: blur(50px);
               filter: blur(50px);
               z-index: -1
           }
       }.body--left__text {
            font-size: 20px
        }

    .body--right__text {
        font-size: 20px
    }
}

@media (max-width: 1200px) {
    @-webkit-keyframes presentation-before {
        100% {
            top: 10%;
            right: -15%;
            height: 700px;
            width: 550px;
            background-color: var(--bg);
            border-radius: 50%;
            -webkit-transform: rotate(-65deg);
            transform: rotate(-65deg);
            -webkit-filter: blur(50px);
            filter: blur(50px);
            z-index: -1
        }
    }@keyframes presentation-before {
         100% {
             top: 10%;
             right: -15%;
             height: 700px;
             width: 550px;
             background-color: var(--bg);
             border-radius: 50%;
             -webkit-transform: rotate(-65deg);
             transform: rotate(-65deg);
             -webkit-filter: blur(50px);
             filter: blur(50px);
             z-index: -1
         }
     }@-webkit-keyframes presentation-after {
          100% {
              top: 10%;
              left: -15%;
              height: 700px;
              width: 550px;
              background-color: var(--bg);
              border-radius: 50%;
              -webkit-transform: rotate(65deg);
              transform: rotate(65deg);
              -webkit-filter: blur(50px);
              filter: blur(50px);
              z-index: -1
          }
      }@keyframes presentation-after {
           100% {
               top: 10%;
               left: -15%;
               height: 700px;
               width: 550px;
               background-color: var(--bg);
               border-radius: 50%;
               -webkit-transform: rotate(65deg);
               transform: rotate(65deg);
               -webkit-filter: blur(50px);
               filter: blur(50px);
               z-index: -1
           }
       }.hero__text {
            font-size: 20px
        }

    .body--left__text {
        font-size: 16px
    }

    .body--right__text {
        font-size: 16px
    }

    .program__accordions {
        grid-template-columns:1fr 1fr
    }

    .accordion-list__item {
        padding: 0 15px
    }

    .accordion-list__control-title {
        font-size: 24px
    }

    .accordion-content {
        font-size: 18px
    }

    .accordion-list__item--opened.accordion-list__item {
        padding: 20px
    }

    .text {
        font-size: 30px
    }
}

@media (max-width: 1000px) {
    @-webkit-keyframes presentation-before {
        100% {
            top: 20%;
            right: -40%;
            height: 700px;
            width: 550px;
            background-color: var(--bg);
            border-radius: 50%;
            -webkit-transform: rotate(-65deg);
            transform: rotate(-65deg);
            -webkit-filter: blur(50px);
            filter: blur(50px);
            z-index: -1
        }
    }@keyframes presentation-before {
         100% {
             top: 20%;
             right: -40%;
             height: 700px;
             width: 550px;
             background-color: var(--bg);
             border-radius: 50%;
             -webkit-transform: rotate(-65deg);
             transform: rotate(-65deg);
             -webkit-filter: blur(50px);
             filter: blur(50px);
             z-index: -1
         }
     }@-webkit-keyframes presentation-after {
          100% {
              top: 20%;
              left: -40%;
              height: 700px;
              width: 550px;
              background-color: var(--bg);
              border-radius: 50%;
              -webkit-transform: rotate(65deg);
              transform: rotate(65deg);
              -webkit-filter: blur(50px);
              filter: blur(50px);
              z-index: -1
          }
      }@keyframes presentation-after {
           100% {
               top: 20%;
               left: -40%;
               height: 700px;
               width: 550px;
               background-color: var(--bg);
               border-radius: 50%;
               -webkit-transform: rotate(65deg);
               transform: rotate(65deg);
               -webkit-filter: blur(50px);
               filter: blur(50px);
               z-index: -1
           }
       }.chat-pc {
            display: none
        }

    .fixed-nav {
        display: none
    }

    .body--opened-menu .burger__icon {
        margin-top: auto
    }

    .body--opened-menu .burger__icon span {
        background: rgba(0, 0, 0, 0)
    }

    .body--opened-menu .burger__icon:hover span::after {
        background: var(--blue)
    }

    .body--opened-menu .burger__icon:hover span::before {
        background: var(--blue)
    }

    .body--opened-menu .burger__icon:active span::before {
        background: #1b9dd0
    }

    .body--opened-menu .burger__icon:active span::after {
        background: #1b9dd0
    }

    .body--opened-menu .burger__icon span::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0
    }

    .body--opened-menu .burger__icon span::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: 0
    }

    .body--opened-menu .burger__icon {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .logo-fixed {
        width: 48px;
        margin: 40px 0 0 40px
    }

    .fixed-nav__content-body {
        padding: 0;
        margin: 40px auto 40px;
        gap: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .fixed-nav-item {
        margin-left: 0px
    }

    .header .header__item:nth-child(1) {
        display: none
    }

    .header__item:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header .header__item:nth-child(4) {
        display: none
    }

    .header__item:nth-child(5) {
        justify-self: end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header__nav-mobile {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all .3s;
        transition: all .3s;
        border-radius: 0 0 30px 30px
    }

    .body--opened-menu .header__nav-mobile {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .body--opened-menu #jivo_custom_widget {
        opacity: 0;
        visibility: hidden
    }

    .burger__icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 40px;
        width: 40px;
        background-color: #fff;
        border-radius: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all 1s;
        transition: all 1s;
        z-index: 3
    }

    .burger__icon span, .burger__icon span::before, .burger__icon span::after {
        content: "";
        border-radius: 60px;
        width: 26px;
        height: 2px;
        background-color: var(--bg);
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .burger__icon span {
        position: relative
    }

    .burger__icon span::before {
        position: absolute;
        top: 8px
    }

    .burger__icon span::after {
        position: absolute;
        bottom: 8px
    }


    .about__inner {
        padding-bottom: 0;
        margin-bottom: 200px
    }

    .about__body {
        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
    }

    .about__body--left {
        overflow: hidden;
        border-radius: 80px;
        padding: 30px;
        max-height: 320px;
        min-height: 300px;
        display: grid;
        grid-template-columns:.9fr 1.1fr;
        gap: 65px
    }

    .about__body--right {
        overflow: hidden;
        border-radius: 80px;
        padding: 30px;
        max-height: 360px;
        min-height: 300px;
        display: grid;
        grid-template-columns:1.1fr .9fr;
        gap: 65px
    }

    .body--left__img {
        -ms-flex-item-align: end;
        align-self: end;
        margin-top: 100px
    }

    .body--left__text {
        font-weight: 400;
        font-size: 20px;
        line-height: 1.32;
        color: #fff
    }

    .body--right__img {
        -ms-flex-item-align: end;
        align-self: end;
        margin-top: 100px
    }

    .body--right__text {
        grid-row-start: 1;
        grid-row-end: -1;
        font-weight: 400;
        font-size: 20px;
        line-height: 1.32;
        color: #fff;
        margin-top: 50px
    }

    .program {
        overflow: visible
    }

    .program__accordions {
        grid-template-columns:1fr
    }

    .interface__inner {
        margin-bottom: 200px;
        padding-bottom: 0
    }

    .interface__button-text {
        font-size: 20px
    }

    .interface__viewing-fon::before {
        content: "";
        position: absolute;
        top: -20%;
        right: 0%;
        height: 900px;
        width: 300px;
        background-color: var(--bg);
        border-radius: 50%;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        -webkit-transition: all 1s;
        transition: all 1s
    }

    .interface__viewing-fon::after {
        content: "";
        position: absolute;
        top: -20%;
        left: 0%;
        height: 500px;
        width: 300px;
        background-color: var(--bg);
        border-radius: 50%;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        -webkit-transition: all 1s;
        transition: all 1s
    }

    .interface__button-body--pc .interface__viewing-fon::before {
        content: "";
        position: absolute;
        top: -20%;
        right: 0%;
        height: 500px;
        width: 300px;
        background-color: var(--bg);
        border-radius: 50%;
        -webkit-filter: blur(50px);
        filter: blur(50px)
    }

    .interface__button-body--pc .interface__viewing-fon::after {
        content: "";
        position: absolute;
        top: -20%;
        left: 0%;
        height: 900px;
        width: 300px;
        background-color: var(--bg);
        border-radius: 50%;
        -webkit-filter: blur(50px);
        filter: blur(50px)
    }

    .text__inner {
        margin-bottom: 200px;
        padding-bottom: 0
    }

    .contact__inner {
        margin-bottom: 100px;
        padding-bottom: 0
    }

    .footer__inner {
        padding: 50px 50px 50px;
    }
}

@media (max-width: 900px) {
    .hero__inner {
        padding: 0 30px
    }

    .hero__content {
        grid-column: 1/-1
    }

    .hero__text {
        font-size: 32px
    }

    .hero__img {
        -ms-grid-row: 1;
        grid-row: 1;
        grid-column: 1/-1
    }

    .about__inner {
        margin-bottom: 200px
    }

    .about__body {
        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
    }

    .about__body--left {
        overflow: hidden;
        border-radius: 80px;
        padding: 30px;
        max-height: 320px;
        min-height: 300px;
        display: grid;
        grid-template-columns:.9fr 1fr;
        gap: 65px;
        justify-items: center
    }

    .about__body--right {
        overflow: hidden;
        border-radius: 80px;
        padding: 30px;
        max-height: 360px;
        min-height: 300px;
        display: grid;
        grid-template-columns:1.1fr .9fr;
        gap: 65px
    }

    .body--left__img {
        width: 90%;
        margin-top: 100px
    }

    .body--left__text {
        font-weight: 400;
        font-size: 20px;
        line-height: 1.32;
        color: #fff;
        margin-top: 50px
    }

    .body--right__img {
        -ms-flex-item-align: end;
        align-self: end;
        margin-top: 130px
    }

    .body--right__text {
        grid-row-start: 1;
        grid-row-end: -1;
        font-weight: 400;
        font-size: 20px;
        line-height: 1.32;
        color: #fff;
        margin-top: 50px
    }

    .footer__inner {
        grid-template-columns:1fr;
        justify-items: start
    }
}

@media (max-width: 800px) {
    .presentation__screen::before {
        padding: 200px
    }

    .presentation__screen-title {
        font-size: 100px
    }

    .presentation__screen-text {
        font-size: 16px;
        max-width: 350px
    }

    @-webkit-keyframes presentation-before {
        100% {
            top: 20%;
            right: -50%;
            height: 700px;
            width: 550px;
            background-color: var(--bg);
            border-radius: 50%;
            -webkit-transform: rotate(-65deg);
            transform: rotate(-65deg);
            -webkit-filter: blur(50px);
            filter: blur(50px);
            z-index: -1
        }
    }@keyframes presentation-before {
         100% {
             top: 20%;
             right: -50%;
             height: 700px;
             width: 550px;
             background-color: var(--bg);
             border-radius: 50%;
             -webkit-transform: rotate(-65deg);
             transform: rotate(-65deg);
             -webkit-filter: blur(50px);
             filter: blur(50px);
             z-index: -1
         }
     }@-webkit-keyframes presentation-after {
          100% {
              top: 20%;
              left: -50%;
              height: 700px;
              width: 550px;
              background-color: var(--bg);
              border-radius: 50%;
              -webkit-transform: rotate(65deg);
              transform: rotate(65deg);
              -webkit-filter: blur(50px);
              filter: blur(50px);
              z-index: -1
          }
      }@keyframes presentation-after {
           100% {
               top: 20%;
               left: -50%;
               height: 700px;
               width: 550px;
               background-color: var(--bg);
               border-radius: 50%;
               -webkit-transform: rotate(65deg);
               transform: rotate(65deg);
               -webkit-filter: blur(50px);
               filter: blur(50px);
               z-index: -1
           }
       }.fixed-nav__content-body {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 0 40px
        }

    .fixed-nav-list {
        margin-right: 0px
    }

    .fixed-nav-item {
        font-size: 16px;
        max-width: 175px
    }

    .fixed-nav-contact {
        font-size: 20px
    }

    .fixed-nav-email span {
        font-size: 16px
    }

    .fixed-nav-email {
        font-size: 16px
    }

    .hero__text {
        font-size: 24px
    }

    .about__inner {
        margin-bottom: 200px
    }

    .about__body {
        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
    }

    .about__body--left {
        overflow: hidden;
        border-radius: 80px;
        padding: 30px;
        max-height: 320px;
        min-height: 300px;
        display: grid;
        grid-template-columns:1.1fr .9fr;
        gap: 65px
    }

    .about__body--right {
        overflow: hidden;
        border-radius: 80px;
        padding: 30px;
        max-height: 360px;
        min-height: 300px;
        display: grid;
        grid-template-columns:.9fr 1.1fr;
        gap: 65px
    }

    .body--left__img {
        -ms-flex-item-align: end;
        align-self: end;
        margin-top: 100px
    }

    .body--left__text {
        font-size: 16px
    }

    .body--right__img {
        -ms-flex-item-align: end;
        align-self: end;
        margin-top: 120px
    }

    .body--right__text {
        font-size: 16px
    }
}

@media (max-width: 700px) {
    @-webkit-keyframes presentation-before {
        100% {
            top: 20%;
            right: -60%;
            height: 600px;
            width: 650px;
            background-color: var(--bg);
            border-radius: 50%;
            -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
            -webkit-filter: blur(50px);
            filter: blur(50px);
            z-index: -1
        }
    }@keyframes presentation-before {
         100% {
             top: 20%;
             right: -60%;
             height: 600px;
             width: 650px;
             background-color: var(--bg);
             border-radius: 50%;
             -webkit-transform: rotate(25deg);
             transform: rotate(25deg);
             -webkit-filter: blur(50px);
             filter: blur(50px);
             z-index: -1
         }
     }@-webkit-keyframes presentation-after {
          100% {
              top: 20%;
              left: -60%;
              height: 600px;
              width: 650px;
              background-color: var(--bg);
              border-radius: 50%;
              -webkit-transform: rotate(65deg);
              transform: rotate(65deg);
              -webkit-filter: blur(50px);
              filter: blur(50px);
              z-index: -1
          }
      }@keyframes presentation-after {
           100% {
               top: 20%;
               left: -60%;
               height: 600px;
               width: 650px;
               background-color: var(--bg);
               border-radius: 50%;
               -webkit-transform: rotate(65deg);
               transform: rotate(65deg);
               -webkit-filter: blur(50px);
               filter: blur(50px);
               z-index: -1
           }
       }.hero__text {
            font-size: 20px
        }

    .about__inner {
        margin-bottom: 200px
    }

    .about__body {
        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
    }

    .about__body--left {
        overflow: hidden;
        border-radius: 80px;
        padding: 30px;
        max-height: 320px;
        min-height: 300px;
        display: grid;
        grid-template-columns:1fr;
        gap: 65px;
        justify-items: center
    }

    .about__body--right {
        overflow: hidden;
        border-radius: 80px;
        padding: 30px;
        max-height: 360px;
        min-height: 300px;
        display: grid;
        grid-template-columns:1fr;
        gap: 65px;
        justify-items: center
    }

    .first-title {
        font-size: 14px
    }

    .title {
        font-size: 34px;
        margin-bottom: 30px
    }

    .body--left__img {
        -ms-flex-item-align: end;
        align-self: end;
        margin-top: -30px;
        width: 80%
    }

    .body--left__text {
        grid-row: 1;
        font-size: 16px;
        margin-top: 0px
    }

    .body--right__img {
        -ms-flex-item-align: end;
        align-self: end;
        margin-top: -40px;
        width: 80%
    }

    .body--right__text {
        font-size: 16px;
        margin-top: 0px
    }


    .text {
        font-size: 20px
    }
}

@media (max-width: 600px) {

    .presentation__screen-title {
        font-size: 80px
    }

    .presentation__screen-text {
        font-size: 16px;
        max-width: 350px
    }

    @-webkit-keyframes presentation-before {
        100% {
            top: 10%;
            right: -60%;
            height: 500px;
            width: 450px;
            background-color: var(--bg);
            border-radius: 50%;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-filter: blur(50px);
            filter: blur(50px);
            z-index: -1
        }
    }@keyframes presentation-before {
         100% {
             top: 10%;
             right: -60%;
             height: 500px;
             width: 450px;
             background-color: var(--bg);
             border-radius: 50%;
             -webkit-transform: rotate(0deg);
             transform: rotate(0deg);
             -webkit-filter: blur(50px);
             filter: blur(50px);
             z-index: -1
         }
     }@-webkit-keyframes presentation-after {
          100% {
              top: 10%;
              left: -60%;
              height: 500px;
              width: 450px;
              background-color: var(--bg);
              border-radius: 50%;
              -webkit-transform: rotate(0);
              transform: rotate(0);
              -webkit-filter: blur(50px);
              filter: blur(50px);
              z-index: -1
          }
      }@keyframes presentation-after {
           100% {
               top: 10%;
               left: -60%;
               height: 500px;
               width: 450px;
               background-color: var(--bg);
               border-radius: 50%;
               -webkit-transform: rotate(0);
               transform: rotate(0);
               -webkit-filter: blur(50px);
               filter: blur(50px);
               z-index: -1
           }
       }

    .interface__viewing-fon {
        max-height: 550px
    }

    .footer {
        margin: 0 20px 30px;
        border-radius: 41px
    }

    .footer__inner {
        grid-template-columns:1fr;
        padding: 20px;
        gap: 20px;
        justify-items: start
    }
}

@media (max-width: 500px) {

    .presentation__screen__psevElem::before {
        content: "";
        position: absolute;
        top: 10%;
        right: -60%;
        height: 800px;
        width: 450px;
        background-color: var(--bg);
        border-radius: 50%;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: -1;
        -webkit-animation: presentation-before 2.5s forwards;
        animation: presentation-before 2.5s forwards
    }

    .presentation__screen__psevElem::after {
        content: "";
        position: absolute;
        top: 10%;
        left: -60%;
        height: 800px;
        width: 450px;
        background-color: var(--bg);
        border-radius: 50%;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: -1;
        -webkit-animation: presentation-after 2.5s forwards;
        animation: presentation-after 2.5s forwards
    }

    @-webkit-keyframes presentation-before {
        100% {
            top: -5%;
            right: -85%;
            height: 700px;
            width: 350px;
            background-color: var(--bg);
            border-radius: 50%;
            -webkit-transform: rotate(95deg);
            transform: rotate(95deg);
            -webkit-filter: blur(50px);
            filter: blur(50px);
            z-index: -1
        }
    }@keyframes presentation-before {
         100% {
             top: -5%;
             right: -85%;
             height: 700px;
             width: 350px;
             background-color: var(--bg);
             border-radius: 50%;
             -webkit-transform: rotate(95deg);
             transform: rotate(95deg);
             -webkit-filter: blur(50px);
             filter: blur(50px);
             z-index: -1
         }
     }@-webkit-keyframes presentation-after {
          100% {
              top: -5%;
              left: -85%;
              height: 700px;
              width: 350px;
              background-color: var(--bg);
              border-radius: 50%;
              -webkit-transform: rotate(-95deg);
              transform: rotate(-95deg);
              -webkit-filter: blur(50px);
              filter: blur(50px);
              z-index: -1
          }
      }@keyframes presentation-after {
           100% {
               top: -5%;
               left: -85%;
               height: 700px;
               width: 350px;
               background-color: var(--bg);
               border-radius: 50%;
               -webkit-transform: rotate(-95deg);
               transform: rotate(-95deg);
               -webkit-filter: blur(50px);
               filter: blur(50px);
               z-index: -1
           }
       }.fixed-nav__content-body {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 0 20px;
            margin: 20px auto 20px;
        }

    .logo-fixed {
        margin: 20px 0 0 20px;
    }

    .header__nav-mobile {
        display: block !important;
    }

    .fixed-nav-contacts {
        padding: 20px;
        width: 100%;
    }


    @-webkit-keyframes sait {
        0% {
            -webkit-transform: translateY(80%);
            transform: translateY(80%)
        }
        100% {
            -webkit-transform: none;
            transform: none
        }
    }@keyframes sait {
         0% {
             -webkit-transform: translateY(80%);
             transform: translateY(80%)
         }
         100% {
             -webkit-transform: none;
             transform: none
         }
     }.header__list-mobile {
          background: linear-gradient(147deg, #2d6e58 0%, #005270 100%);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          position: fixed;
          top: 15%;
          left: 5%;
          right: 5%;
          font-weight: 400;
          font-size: 20px;
          color: #fff;
          border-radius: 35px;
          padding: 50px;
          gap: 20px
      }

    .hero__inner {
        margin: 100px 0;
        padding: 0 10px
    }

    .hero__text {
        font-size: 16px
    }

    .hero__team-text {
        font-size: 14px
    }

    .hero__img {
        border-radius: 36px
    }

    .about__body--left {
        border-radius: 40px
    }

    .about__body--right {
        border-radius: 40px
    }

    .tab__img img {
        border-radius: 40px
    }

    .tab__img {
        border-radius: 40px
    }

    .tab__img-dark {
        border-radius: 40px
    }

    .accordion-list__item {
        padding: 0 15px
    }

    .accordion-list__control-title {
        font-size: 20px;
        text-align: start
    }

    .accordion-list__control-icon svg {
        width: 25px;
        height: 25px
    }

    .accordion-list__control-icon {
        width: 25px;
        height: 25px
    }

    .accordion-content {
        font-size: 16px;
        margin-left: 40px
    }

    .accordion-list__item--opened.accordion-list__item {
        border-radius: 40px;
        padding: 20px 20px 10px 20px
    }

    .interface__viewing-fon {
        max-height: 500px
    }

    .interface__inner {
        margin-bottom: 100px
    }

    .interface__btn-tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        width: 100%;
        padding: 15px;
        border-radius: 32px;
        background: rgba(255, 255, 255, .0784313725);
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .interface__btn-pc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        width: 100%;
        padding: 15px;
        border-radius: 32px;
        background: rgba(255, 255, 255, .0784313725);
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .interface__viewing {
        max-height: 700px;
        overflow: hidden;
        position: relative;
        border-radius: 40px
    }

    .interface__viewing-fon::before {
        content: "";
        position: absolute;
        top: -20%;
        right: 0%;
        height: 500px;
        width: 200px;
        background-color: var(--bg);
        border-radius: 50%;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        -webkit-transition: all 1s;
        transition: all 1s
    }

    .interface__viewing-fon::after {
        content: "";
        position: absolute;
        top: -20%;
        left: 0%;
        height: 200px;
        width: 200px;
        background-color: var(--bg);
        border-radius: 50%;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        -webkit-transition: all 1s;
        transition: all 1s
    }

    .interface__button-body--pc .interface__viewing-fon::before {
        content: "";
        position: absolute;
        top: -20%;
        right: 0%;
        height: 200px;
        width: 200px;
        background-color: var(--bg);
        border-radius: 50%;
        -webkit-filter: blur(50px);
        filter: blur(50px)
    }

    .interface__button-body--pc .interface__viewing-fon::after {
        content: "";
        position: absolute;
        top: -20%;
        left: 0%;
        height: 500px;
        width: 200px;
        background-color: var(--bg);
        border-radius: 50%;
        -webkit-filter: blur(50px);
        filter: blur(50px)
    }

    .interface__button-tablet img {
        width: 25px
    }

    .interface__button-PC img {
        width: 25px
    }

    .interface__button-text {
        font-size: 16px
    }

    .interface__button-body {
        gap: 10px
    }

    .text-pc {
        display: none
    }

    .text__inner {
        margin-bottom: 100px
    }

    .text-mobile {
        display: block
    }

    .contact__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto 100px;
        max-width: 900px;
        text-align: center
    }

    .contact__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contact__input {
        display: block;
        background: rgba(255, 255, 255, .16);
        width: 100%;
        height: 45px;
        border-radius: 14px;
        padding: 36px 25px;
        -webkit-transition: all .5s;
        transition: all .5s;
        margin-bottom: 20px;
        font-weight: 400;
        font-size: 16px;
        color: rgba(255, 255, 255, .66)
    }

    .contact__input:nth-child(4) {
        height: 175px;
        resize: none;
        overflow-y: hidden
    }

    .contact__input:hover {
        background: rgba(255, 255, 255, .34)
    }

    .contact__input:focus {
        border: 1px solid var(--blue);
        color: var(--blue);
        -webkit-transition: all .5s;
        transition: all .5s
    }

    .contact__check-label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        gap: 15px;
        margin: 0 auto 25px;
        max-width: 695px;
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        -webkit-transition: all .5s;
        transition: all .5s;
        cursor: pointer
    }

    .contact__check-label:hover {
        color: var(--blue)
    }

    .contact__check-label-agreement {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        gap: 15px;
        margin: 0 auto 60px;
        max-width: 695px;
        font-weight: 300 !important;
        font-size: 24px;
        color: #fff;
        -webkit-transition: all .5s;
        transition: all .5s;
        cursor: pointer
    }

    .contact__check-label-agreement:hover {
        color: var(--blue)
    }

    .contact__checkbox {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 2px solid #fff;
        border-radius: 7px;
        width: 30px;
        height: 30px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transition: all .5s;
        transition: all .5s;
        position: relative;
        cursor: pointer
    }

    .contact__checkbox::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url("../img/check-mobile.svg") 50% 50% no-repeat;
        -webkit-transition: all .5s;
        transition: all .5s;
        opacity: 0
    }

    .contact__checkbox:hover {
        border: 2px solid var(--blue)
    }

    .contact__checkbox:checked {
        border: 2px solid var(--blue)
    }

    .contact__checkbox:checked::before {
        opacity: 1
    }

    .contact__button {
        border-radius: 67px;
        max-width: 200px;
        width: 100%;
        height: 50px;
        background-color: var(--blue);
        margin: 0 auto;
        font-weight: 500;
        font-size: 16px;
        color: #fff;
        -webkit-transition: all .5s;
        transition: all .5s
    }

    .contact__button:hover {
        background: #83d7f9
    }
}

@media (max-width: 450px) {
    .about__inner {
        margin-bottom: 100px
    }

    .title {
        font-size: 24px;
        margin-bottom: 30px
    }

    .interface__viewing-fon {
        padding: 60px 20px
    }

    .interface__viewing-fon {
        max-height: 400px
    }

    .footer__item-info {
        font-weight: 400;
        font-size: 16px;
        color: #fff;
        margin-bottom: 16px
    }

    .footer__item-сontacts {
        font-size: 16px
    }

    .footer__item-сontacts:last-child {
        font-size: 24px
    }
}

@media (max-width: 400px) {
    .presentation__screen-title {
        font-size: 60px
    }

    .presentation__screen-text {
        font-size: 16px;
        max-width: 250px
    }

    .button {
        padding: 8px 15px
    }

    .hero__inner {
        padding: 0 10px
    }

    .hero__team-text {
        font-size: 14px
    }

    .accordion-content {
        margin-left: 40px
    }

    .interface__viewing-fon {
        max-height: 350px
    }
}

@media (max-width: 370px) {
    .text-mobile {
        font-size: 18px
    }
}

.container-company {
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 15px;
    height: 100%;
    margin-bottom: 200px;

}

.company-inner {
    background: #39B9EC0D;
    border-radius: 72px;
    padding-bottom: 40px;
}

.first-title-company {
    font-weight: 300 !important;
    font-size: 24px;
    color: rgba(255, 255, 255, .66);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 40px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 8px;

}

.title-container {
    font-weight: 400 !important;
    font-size: 60px;
    color: #fff;
    overflow: hidden;

}

.title-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.first-title-company-desc {
    font-weight: 300 !important;
    font-size: 24px;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 28px;
    width: 80%;
    margin: 0 auto;
    text-align: center;

}


.first-info {
    max-height: 320px;
    min-height: 300px;
    width: calc(100% - 80px);
    margin: 0 auto;
    margin-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;

}

.first-info-block {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(57, 185, 236, 0.1)), to(rgba(18, 74, 96, 0.1)));
    background: -o-linear-gradient(top, rgba(57, 185, 236, 0.1) 0%, rgba(18, 74, 96, 0.1) 100%);
    background: linear-gradient(180deg, rgba(57, 185, 236, 0.1) 0%, rgba(18, 74, 96, 0.1) 100%);
    width: 100%;
    border-radius: 80px;
    position: relative;

}

.first-info-block-header {
    font-weight: 300 !important;
    font-size: 32px;
    top: 32px;
    color: rgba(255, 255, 255, .6);
    position: absolute;
    left: 32px;

}

.first-info-block-body-gedo {
    font-weight: 400 !important;
    font-size: 36px;
    bottom: 32px;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 32px;
    width: 80%;

}

.first-info-block-body {
    font-weight: 400 !important;
    font-size: 20px;
    bottom: 36px;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 36px;
    width: 80%;

}

.second-info {
    max-height: 320px;
    min-height: 300px;
    width: calc(100% - 80px);
    margin: 0 auto;
    margin-top: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(57, 185, 236, 0.1)), to(rgba(18, 74, 96, 0.1)));
    background: -o-linear-gradient(top, rgba(57, 185, 236, 0.1) 0%, rgba(18, 74, 96, 0.1) 100%);
    background: linear-gradient(180deg, rgba(57, 185, 236, 0.1) 0%, rgba(18, 74, 96, 0.1) 100%);
    border-radius: 80px;
    position: relative;

}

.second-info-block-header {
    font-weight: 300 !important;
    font-size: 32px;
    top: 32px;
    color: rgba(255, 255, 255, .6);
    position: absolute;
    left: 32px;

}

.second-info-block-body {
    font-weight: 400 !important;
    font-size: 20px;
    bottom: 67px;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 32px;
    width: 80%;

}

.third-info {
    max-height: 320px;
    min-height: 300px;
    width: calc(100% - 80px);
    margin: 0 auto;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;

}

.third-info-block {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(57, 185, 236, 0.1)), to(rgba(18, 74, 96, 0.1)));
    background: -o-linear-gradient(top, rgba(57, 185, 236, 0.1) 0%, rgba(18, 74, 96, 0.1) 100%);
    background: linear-gradient(180deg, rgba(57, 185, 236, 0.1) 0%, rgba(18, 74, 96, 0.1) 100%);
    width: 100%;
    border-radius: 80px;
    position: relative;

}

.third-info-block-header {
    font-weight: 300 !important;
    font-size: 32px;
    top: 32px;
    color: rgba(255, 255, 255, .6);
    position: absolute;
    left: 32px;

}

.third-info-block-body-gedo {
    font-weight: 400 !important;
    font-size: 36px;
    bottom: 32px;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 32px;
    width: 80%;

}

@media (min-width: 2000px) {
    .container-company {
        max-width: none;
        margin: 0 20%;
        margin-bottom: 200px;
    }
}

@media (max-width: 1400px) {
    .first-info-block-header {
        width: calc(100% - 72px);
    }

    .first-info-block-body {
        width: calc(100% - 72px);
    }

    .second-info-block-header {
        width: calc(100% - 72px);
    }

    .third-info-block-header {
        width: calc(100% - 72px);
    }
}

@media (max-width: 1250px) {
    .first-info-block-header {
        font-size: 22px;
    }

    .first-info-block-body-gedo {
        font-size: 26px;
    }

    .first-info-block-body {
        font-size: 16px;
    }

    .second-info-block-header {
        font-size: 22px;
    }

    .second-info-block-body {
        font-size: 16px;
    }

    .third-info-block-header {
        font-size: 22px;
    }

    .third-info-block-body-gedo {
        font-size: 26px;
    }
}

@media (max-width: 900px) {
    .company-inner {
        border-radius: 20px;
    }

    .first-info {
        display: flex;
        flex-direction: column;
        min-height: auto;
        max-height: none;
    }

    .first-info-block {
        border-radius: 20px;
    }

    .first-info-block-header {
        top: 13px;
        left: 13px;
        position: relative;
    }

    .first-info-block-body-gedo {
        bottom: 13px;
        left: 13px;
        position: relative;
        margin-top: 75px;
    }

    .first-info-block-body {
        bottom: 13px;
        left: 13px;
        width: calc(100% - 26px);
        position: relative;
        margin-top: 75px;
    }

    .second-info {
        margin-top: 20px;
        min-height: auto;
        border-radius: 20px;
        max-height: none;
    }

    .second-info-block-header {
        top: 13px;
        left: 13px;
        position: relative;
    }

    .second-info-block-body {
        bottom: 13px;
        left: 13px;
        width: calc(100% - 26px);
        position: relative;
        margin-top: 75px;
    }

    .third-info {
        display: -ms-grid;
        display: grid;
        margin-top: 20px;
        min-height: auto;
        max-height: none;
    }

    .third-info-block {
        border-radius: 20px;
    }

    .third-info-block-header {
        top: 13px;
        left: 13px;
        position: relative;
    }

    .third-info-block-body-gedo {
        bottom: 13px;
        left: 13px;
        position: relative;
        margin-top: 75px;
    }
}

@media (max-width: 700px) {
    .first-title-company {
        font-size: 14px;
    }

    .title-container {
        font-size: 34px;
    }

    .first-title-company-desc {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .first-info-block-body-gedo {
        margin-top: 130px;
    }

    .first-info-block-body {
        margin-top: 130px;
    }

    .second-info-block-body {
        margin-top: 130px;
    }

    .third-info-block-body-gedo {
        margin-top: 130px;
    }
}

@media (max-width: 490px) {
    .company-inner {
        padding-bottom: 12px;
    }

    .first-title-company {
        padding-top: 24px;
        margin-bottom: 4px;
    }

    .first-title-company-desc {
        width: calc(100% - 32px);
        padding-top: 16px;
    }

    .first-info {
        width: calc(100% - 24px);
        gap: 12px;
        margin-top: 36px;
    }

    .second-info {
        width: calc(100% - 24px);
        margin-top: 12px;
    }

    .third-info {
        width: calc(100% - 24px);
        gap: 12px;
        margin-top: 12px;
    }
}

@media (max-width: 450px) {
    .container-company {
        margin-bottom: 100px;
    }

    .title-container {
        font-size: 24px;
    }
}

/*@media (max-width: 420px) {
    .second-info {
        min-height: 400px;
    }
}

@media (max-width: 400px) {
    .second-info {
        min-height: 540px;
    }
}*/

.presentation-company {
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 15px;
    height: 100%;
    margin-bottom: 200px;

}

.presentation-inner {
    border-radius: 80px;
    padding-bottom: 30px;
}

.video {
    border-radius: 50px;
    margin-top: 68px;
}

@media (min-width: 2000px) {
    .presentation-company {
        max-width: none;
        margin: 0 20%;
        margin-bottom: 200px;
    }
}

@media (max-width: 450px) {
    .video {
        margin-top: 40px;
    }

    .presentation-company {
        margin-bottom: 100px;
    }

}

.footer-list-container {
    display: flex;
    gap: 140px;

}

.footer__logo {
    flex-direction: column;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

@media (max-width: 1500px) {
    .footer-list-container {
        gap: 140px;
        justify-content: center;
    }
}

@media (max-width: 1400px) {
    .logo-container {
        gap: 140px;
    }

    @media (max-width: 750px) {
        .logo-container {
            gap: 60px;
        }
    }
    @media (max-width: 700px) {
        .logo-container {
            flex-direction: column;
            gap: 30px;
        }

        .footer-list-container {
            flex-direction: column;
            gap: 20px
        }
    }
}
