a, a:hover {
    text-decoration: none;
}

body::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, .2)
}

body::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(255, 255, 255, .2)
}

body::-webkit-scrollbar-thumb {
    background-color: #00ebaa;
    border-radius: 2rem
}


form:not(.vacancies_search_wrap) {
    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;
    font-family: Prompt, sans-serif
}

form .input-wrapper {
    width: 100%;
    margin-bottom: 10px
}

form .error .error-text {
    display: block
}

form input {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border: 1px solid #323232;
    padding: 7px 23px;
    background-color: rgba(0, 0, 0, .1);
    outline: 0;
    color: #fff;
    font-family: Prompt, sans-serif;
    font-size: 16px;
    font-size: clamp(14px, 16px, 16px);
    min-height: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.25;
    border-radius: 16px;
    -webkit-transition: color .3s ease-in-out, border .3s ease-in-out;
    transition: color .3s ease-in-out, border .3s ease-in-out
}

form input:-webkit-autofill, form input:-webkit-autofill:active, form input:-webkit-autofill:focus, form input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-transition: background-color 600000s, color 600000s !important;
    transition: background-color 600000s, color 600000s !important
}

form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6);
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

form input::-moz-placeholder {
    color: rgba(255, 255, 255, .6);
    -moz-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .6);
    -ms-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

form input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .6);
    -ms-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

form input::placeholder {
    color: rgba(255, 255, 255, .6);
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media (hover: hover) {
    .images-loop-item .image-box:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    form input:hover {
        border: 1px solid rgba(255, 255, 255, .5)
    }
}

form input:focus {
    border: 1px solid #00ebaa
}

form input:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8)
}

form input:focus::-moz-placeholder {
    color: rgba(255, 255, 255, .8)
}

form input:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, .8)
}

form input:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, .8)
}

form input:focus::placeholder {
    color: rgba(255, 255, 255, .8)
}

form input.error {
    border: 1px solid #f6262e
}

form textarea {
    width: 100%;
    position: relative;
    border: 1px solid #323232;
    padding: 7px 23px;
    background-color: rgba(0, 0, 0, .1);
    outline: 0;
    color: #fff;
    font-size: 16px;
    font-size: clamp(14px, 16px, 16px);
    min-height: 77px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.25;
    border-radius: 16px;
    resize: none;
    -webkit-transition: color .3s ease-in-out, border .3s ease-in-out;
    transition: color .3s ease-in-out, border .3s ease-in-out
}

form textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6);
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

form textarea::-moz-placeholder {
    color: rgba(255, 255, 255, .6);
    -moz-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

form textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .6);
    -ms-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

form textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, .6);
    -ms-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

form textarea::placeholder {
    color: rgba(255, 255, 255, .6);
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media (hover: hover) {
    form textarea:hover {
        border: 1px solid rgba(255, 255, 255, .5)
    }

    form textarea:hover::-webkit-input-placeholder {
        color: rgba(255, 255, 255, .8)
    }

    form textarea:hover::-moz-placeholder {
        color: rgba(255, 255, 255, .8)
    }

    form textarea:hover:-ms-input-placeholder {
        color: rgba(255, 255, 255, .8)
    }

    form textarea:hover::-ms-input-placeholder {
        color: rgba(255, 255, 255, .8)
    }

    form textarea:hover::placeholder {
        color: rgba(255, 255, 255, .8)
    }
}

form textarea:focus {
    border: 1px solid #00ebaa
}

form textarea:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8)
}

form textarea:focus::-moz-placeholder {
    color: rgba(255, 255, 255, .8)
}

form textarea:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, .8)
}

form textarea:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, .8)
}

form textarea:focus::placeholder {
    color: rgba(255, 255, 255, .8)
}

form textarea.error {
    border: 1px solid #f6262e
}

form textarea::-webkit-scrollbar-track {
    background-color: transparent
}

form textarea::-webkit-scrollbar {
    width: 6px;
    background-color: transparent
}

form textarea::-webkit-scrollbar-thumb {
    background-color: rgba(0, 235, 170, .2);
    border-radius: 20px
}

form label.error {
    padding: 0 24px;
    font-size: 12px;
    font-size: clamp(12px, 12px, 12px);
    font-weight: 400;
    line-height: 1.66;
    color: #f6262e;
    width: 100%;
    display: inline-block
}

form .btn {
    width: 100%
}

#checkTerms-error {
    display: none !important
}

#checkTerms-error[style="display: inline;"] + .checkmark, #checkTerms-error[style="display: inline-block;"] + .checkmark {
    border-color: #f6262e
}

#checkTerms-error[style="display: none;"] + .checkmark {
    border-color: #00ebaa !important;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7362 9.81748C17.1181 9.36806 17.081 8.67844 16.6532 8.27717C16.2253 7.8759 15.5689 7.91494 15.1869 8.36436L11.0165 13.2711L9.81309 11.8553C9.43112 11.4058 8.77465 11.3668 8.34684 11.7681C7.91903 12.1693 7.88187 12.859 8.26384 13.3084L10.2419 15.6357C10.4389 15.8675 10.7207 16 11.0165 16C11.3123 16 11.5941 15.8675 11.7911 15.6357L16.7362 9.81748Z' fill='%2300EBAA'/%3E%3C/svg%3E%0A")
}

.form-terms-container {
    margin-bottom: 20px;
    width: 100%
}
.form-terms-container .custom-checkbox {
    margin-bottom: 0;
}

.custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative
}

.custom-checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    cursor: pointer
}

.custom-checkbox .checkmark {
    height: 24px;
    width: 24px;
    min-width: 20px;
    min-height: 20px;
    border: 1px solid #323232;
    border-radius: 8px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: transparent;
    position: relative;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat
}

.custom-checkbox input[type=checkbox]:checked + .checkmark {
    border-color: #00ebaa !important;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7362 9.81748C17.1181 9.36806 17.081 8.67844 16.6532 8.27717C16.2253 7.8759 15.5689 7.91494 15.1869 8.36436L11.0165 13.2711L9.81309 11.8553C9.43112 11.4058 8.77465 11.3668 8.34684 11.7681C7.91903 12.1693 7.88187 12.859 8.26384 13.3084L10.2419 15.6357C10.4389 15.8675 10.7207 16 11.0165 16C11.3123 16 11.5941 15.8675 11.7911 15.6357L16.7362 9.81748Z' fill='%2300EBAA'/%3E%3C/svg%3E%0A")
}

.custom-checkbox input[type=checkbox].error + .checkmark {
    border-color: #f6262e
}

.form-terms {
    color: rgba(255, 255, 255, .7);
    font-size: 10px;
    font-size: clamp(10px, 10px, 10px);
    font-style: normal;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: .2px;
    margin-left: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.form-terms a {
    color: #00ebaa;
    position: relative;
    white-space: nowrap;
    display: inline-block;
    opacity: .8;
font-size: 10px;
line-height: normal;
}

.form-terms a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: #00ebaa;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out
}

.header {
    position: fixed;
    z-index: 100;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    padding: 0;
}

.header.scrolled {
    background-color: #000
}

.header.scrolled .header__inner {
    padding: 12px 0
}

.header__inner {
    padding: 30px 0 12px;
    -webkit-transition: padding .3s ease-in-out;
    transition: padding .3s ease-in-out
}

.header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .container {
    position: static;
    max-width: 1280px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

@-webkit-keyframes opacity-show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes opacity-show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes opacity-hide {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes opacity-hide {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.footer {
    padding-top: 28px;
    position: relative;
    z-index: 2;
    margin-top: 100px;
}

.footer:before {
    content: "";
    display: block;
    position: absolute;
    height: 200%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, #000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 40%);
    pointer-events: none
}

.footer:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#002f22));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #002f22 100%);
    pointer-events: none
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.footer .container {
    position: relative;
    z-index: 3;
    max-width: 1280px;
	padding-left: 20px;
    padding-right: 20px;
}

.footer__row {
    display: grid;
    grid-template-columns:repeat(4, 1fr) 300px 64px;
    grid-row-gap: 40px;
    grid-column-gap: 20px
}

.footer__col-title {
    margin-bottom: 24px
}

.footer__logo {
    display: block;
    width: 100%;
    margin: 46px 0 43px
}

.footer__logo svg {
    display: block;
    width: 100%;
    height: auto
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 0;
    border-top: 1px solid #00ebaa
}

.menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 50px
}

.menu-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
}

.menu-items li {
    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;
    min-height: 30px;
    margin: 0;
}

.logo {
    width: 260px;
    position: relative;
    z-index: 10;
    display: block;
}

.logo svg {
    display: block;
    width: 100%;
    height: auto
}
.logo img {
    border-style: none;
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

@media (hover: hover) {
    .custom-checkbox .checkmark:hover {
        border: 1px solid rgba(255, 255, 255, .5)
    }

    .form-terms a:hover:before {
        width: 100%
    }

    .menu-items li:hover > a {
        color: #00ebaa
    }

    .menu-item-has-children:hover > a:after, .menu-items li:hover:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M6.06141 7.36638L10.0856 3.34758C10.1247 3.30831 10.1712 3.27728 10.2225 3.25632C10.2738 3.23537 10.3287 3.22492 10.3841 3.22559C10.4395 3.22626 10.4942 3.23804 10.545 3.26023C10.5957 3.28242 10.6415 3.31457 10.6796 3.35478C10.7577 3.43702 10.8006 3.54646 10.7993 3.65984C10.7979 3.77322 10.7524 3.88161 10.6724 3.96198L6.35061 8.27778C6.31183 8.31682 6.26566 8.34774 6.21479 8.36873C6.16392 8.38972 6.10938 8.40036 6.05435 8.40002C5.99933 8.39969 5.94492 8.38839 5.89431 8.36678C5.8437 8.34517 5.79791 8.31369 5.75961 8.27418L1.32261 3.73158C1.24408 3.65026 1.2002 3.54163 1.2002 3.42858C1.2002 3.31553 1.24408 3.2069 1.32261 3.12558C1.3612 3.08584 1.40737 3.05426 1.45838 3.03268C1.5094 3.01111 1.56422 3 1.61961 3C1.675 3 1.72982 3.01111 1.78084 3.03268C1.83185 3.05426 1.87802 3.08584 1.91661 3.12558L6.06141 7.36638Z' fill='%2300EBAA'/%3E%3C/svg%3E")
    }
}

.menu-items a {
    color: #fff;
    font-size: 16px;
    /*font-size: clamp(14px, 1.6rem, 1.6rem);*/
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.16px;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.sub-menu {
    font-family: Prompt, sans-serif;
    position: absolute;
    display: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 20px;
    border-top: 1px solid #00ebaa;
    top: 47px;
    background-color: #212121;
    border-radius: 0 0 12px 12px;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
    overflow: hidden
}

.menu-items .sub-menu a {
    font-family: Prompt, sans-serif;
}

.sub-menu li {
    white-space: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
	padding: 0;
}

.sub-menu a {
    font-weight: 300
}

.header .sub-menu li:nth-child(1) {
    margin-top: 20px
}

.header .sub-menu li:nth-last-child(1) {
    margin-bottom: 20px
}

.current-menu-item.menu-item-has-children a:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M6.06141 7.36638L10.0856 3.34758C10.1247 3.30831 10.1712 3.27728 10.2225 3.25632C10.2738 3.23537 10.3287 3.22492 10.3841 3.22559C10.4395 3.22626 10.4942 3.23804 10.545 3.26023C10.5957 3.28242 10.6415 3.31457 10.6796 3.35478C10.7577 3.43702 10.8006 3.54646 10.7993 3.65984C10.7979 3.77322 10.7524 3.88161 10.6724 3.96198L6.35061 8.27778C6.31183 8.31682 6.26566 8.34774 6.21479 8.36873C6.16392 8.38972 6.10938 8.40036 6.05435 8.40002C5.99933 8.39969 5.94492 8.38839 5.89431 8.36678C5.8437 8.34517 5.79791 8.31369 5.75961 8.27418L1.32261 3.73158C1.24408 3.65026 1.2002 3.54163 1.2002 3.42858C1.2002 3.31553 1.24408 3.2069 1.32261 3.12558C1.3612 3.08584 1.40737 3.05426 1.45838 3.03268C1.5094 3.01111 1.56422 3 1.61961 3C1.675 3 1.72982 3.01111 1.78084 3.03268C1.83185 3.05426 1.87802 3.08584 1.91661 3.12558L6.06141 7.36638Z' fill='%2300EBAA'/%3E%3C/svg%3E")
}

.current-menu-item > a {
    color: #00ebaa
}

.menu-item-has-children {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.menu-item-has-children.open > a {
    color: #00ebaa
}

.menu-item-has-children.open > a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M6.06141 7.36638L10.0856 3.34758C10.1247 3.30831 10.1712 3.27728 10.2225 3.25632C10.2738 3.23537 10.3287 3.22492 10.3841 3.22559C10.4395 3.22626 10.4942 3.23804 10.545 3.26023C10.5957 3.28242 10.6415 3.31457 10.6796 3.35478C10.7577 3.43702 10.8006 3.54646 10.7993 3.65984C10.7979 3.77322 10.7524 3.88161 10.6724 3.96198L6.35061 8.27778C6.31183 8.31682 6.26566 8.34774 6.21479 8.36873C6.16392 8.38972 6.10938 8.40036 6.05435 8.40002C5.99933 8.39969 5.94492 8.38839 5.89431 8.36678C5.8437 8.34517 5.79791 8.31369 5.75961 8.27418L1.32261 3.73158C1.24408 3.65026 1.2002 3.54163 1.2002 3.42858C1.2002 3.31553 1.24408 3.2069 1.32261 3.12558C1.3612 3.08584 1.40737 3.05426 1.45838 3.03268C1.5094 3.01111 1.56422 3 1.61961 3C1.675 3 1.72982 3.01111 1.78084 3.03268C1.83185 3.05426 1.87802 3.08584 1.91661 3.12558L6.06141 7.36638Z' fill='%2300EBAA'/%3E%3C/svg%3E")
}

.menu-item-has-children > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu-item-has-children > a:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    min-width: 10px;
    min-height: 10px;
    margin-left: 6px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M6.06141 7.36638L10.0856 3.34758C10.1247 3.30831 10.1712 3.27728 10.2225 3.25632C10.2738 3.23537 10.3287 3.22492 10.3841 3.22559C10.4395 3.22626 10.4942 3.23804 10.545 3.26023C10.5957 3.28242 10.6415 3.31457 10.6796 3.35478C10.7577 3.43702 10.8006 3.54646 10.7993 3.65984C10.7979 3.77322 10.7524 3.88161 10.6724 3.96198L6.35061 8.27778C6.31183 8.31682 6.26566 8.34774 6.21479 8.36873C6.16392 8.38972 6.10938 8.40036 6.05435 8.40002C5.99933 8.39969 5.94492 8.38839 5.89431 8.36678C5.8437 8.34517 5.79791 8.31369 5.75961 8.27418L1.32261 3.73158C1.24408 3.65026 1.2002 3.54163 1.2002 3.42858C1.2002 3.31553 1.24408 3.2069 1.32261 3.12558C1.3612 3.08584 1.40737 3.05426 1.45838 3.03268C1.5094 3.01111 1.56422 3 1.61961 3C1.675 3 1.72982 3.01111 1.78084 3.03268C1.83185 3.05426 1.87802 3.08584 1.91661 3.12558L6.06141 7.36638Z' fill='white'/%3E%3C/svg%3E")
}

.download-link > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.download-link > a:after {
    content: "";
    display: block;
    width: 21px;
    height: 15px;
    min-width: 21px;
    min-height: 15px;
    margin-left: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='15' viewBox='0 0 21 15' fill='none'%3E%3Cpath d='M4.65281 10.168C4.81507 10.168 4.97068 10.2141 5.08541 10.2961C5.20015 10.3782 5.2646 10.4894 5.2646 10.6055V11.918C5.2646 11.9985 5.35596 12.0638 5.46853 12.0638H15.6651C15.7192 12.0638 15.771 12.0484 15.8093 12.0211C15.8475 11.9937 15.869 11.9566 15.869 11.918V10.6055C15.869 10.4894 15.9335 10.3782 16.0482 10.2961C16.1629 10.2141 16.3185 10.168 16.4808 10.168C16.6431 10.168 16.7987 10.2141 16.9134 10.2961C17.0281 10.3782 17.0926 10.4894 17.0926 10.6055V11.918C17.0926 12.1887 16.9422 12.4484 16.6745 12.6398C16.4068 12.8312 16.0437 12.9388 15.6651 12.9388H5.46853C5.08993 12.9388 4.72684 12.8312 4.45913 12.6398C4.19141 12.4484 4.04102 12.1887 4.04102 11.918V10.6055C4.04102 10.4894 4.10547 10.3782 4.22021 10.2961C4.33494 10.2141 4.49055 10.168 4.65281 10.168Z' fill='white'/%3E%3Cpath d='M5.03668 5.92163C5.09343 5.88099 5.16082 5.84875 5.235 5.82675C5.30919 5.80476 5.38871 5.79344 5.46901 5.79344C5.54932 5.79344 5.62884 5.80476 5.70303 5.82675C5.77721 5.84875 5.8446 5.88099 5.90135 5.92163L9.9555 8.82021V1.70996C9.9555 1.59393 10.02 1.48265 10.1347 1.4006C10.2494 1.31855 10.405 1.27246 10.5673 1.27246C10.7295 1.27246 10.8852 1.31855 10.9999 1.4006C11.1146 1.48265 11.1791 1.59393 11.1791 1.70996V8.82021L15.2332 5.92163C15.3479 5.83963 15.5034 5.79357 15.6656 5.79357C15.8277 5.79357 15.9832 5.83963 16.0979 5.92163C16.2126 6.00362 16.277 6.11483 16.277 6.23079C16.277 6.34675 16.2126 6.45796 16.0979 6.53996L10.9996 10.1858C10.9429 10.2264 10.8755 10.2587 10.8013 10.2807C10.7271 10.3027 10.6476 10.314 10.5673 10.314C10.487 10.314 10.4075 10.3027 10.3333 10.2807C10.2591 10.2587 10.1917 10.2264 10.135 10.1858L5.03668 6.53996C4.97985 6.49938 4.93477 6.45119 4.90401 6.39814C4.87325 6.34509 4.85742 6.28822 4.85742 6.23079C4.85742 6.17336 4.87325 6.1165 4.90401 6.06345C4.93477 6.0104 4.97985 5.96221 5.03668 5.92163Z' fill='white'/%3E%3C/svg%3E")
}

.menu-button {
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 8px;
    border-radius: 16px;
    border: 1px solid #00ebaa;
    background-color: rgba(0, 235, 170, .5);
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    position: relative;
    z-index: 10;
    display: none;
    cursor: pointer
}

.menu-button span {
    position: absolute;
    background-color: #00ebaa;
    width: 26px;
    height: 3px;
    left: 6px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.menu-button span:nth-child(1) {
    top: 10.5px;
    border-top-left-radius: 30px
}

.menu-button span:nth-child(2) {
    top: 18px
}

.menu-button span:nth-child(3) {
    top: 25.5px;
    border-bottom-right-radius: 30px
}

.menu-button.active span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0
}

.menu-button.active span:nth-child(2) {
    width: 0;
    opacity: 0
}

.menu-button.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 0
}

.footer-menu .menu-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: Prompt, sans-serif
}

.footer-menu .menu-items li {
    min-height: unset;
    margin-bottom: 20px
}

.footer-menu .menu-items li:nth-last-child(1) {
    margin-bottom: 0
}

.footer-menu .menu-items a {
    font-weight: 300;
	font-size: 16px;
}

.footer-menu .menu-items .sub-menu {
    display: none !important
}

.terms-menu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.terms-menu li {
    min-height: unset;
    margin-right: 64px
}

.terms-menu li:nth-last-child(1) {
    margin-right: 0
}

.terms-menu a {
    font-size: 14px;
    /*font-size: clamp(12px, 1.4rem, 1.4rem);*/
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: .28px
}

.terms-menu .sub-menu {
    display: none !important
}

.info-popup {
    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;
    padding: 40px 20px 20px;
    position: fixed;
    z-index: 5;
    bottom: 40px;
    right: 40px;
    width: 300px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #212121;
    border-radius: 20px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.info-popup.hide-popup {
    opacity: 0;
    pointer-events: none
}

.popup-close {
    width: 12px;
    height: 12px;
    min-width: 8px;
    min-height: 8px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.popup-close svg {
    display: block;
    width: 100%;
    height: 100%
}

.info-popup-title {
    margin-bottom: 20px
}

.info-popup-text {
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    /*font-size: clamp(12px, 1.4rem, 1.4rem);*/
    line-height: 1.25;
    margin-bottom: 20px
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 235, 170, .3);
    z-index: 10;
    padding: 40px 20px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.popup.show {
    opacity: 1;
    pointer-events: all
}

.popup-inner {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: auto;
    max-height: 90vh;
    padding: 88px 60px;
    border-radius: 20px;
    background: linear-gradient(147deg, #1d352f 19.69%, #111 65.01%);
    border: 1px solid rgba(0, 235, 170, .3);
    width: 100%;
    max-width: 610px
}

.popup-inner::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, .2)
}

.popup-inner::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(255, 255, 255, .2)
}

.popup-inner::-webkit-scrollbar-thumb {
    background-color: #00ebaa;
    border-radius: 20px
}

.popup-content {
    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
}

.popup-title {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 400
}

.popup-text {
    margin-bottom: 20px
}

.popup-close-big {
    width: 56px;
    height: 56px;
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

@media (hover: hover) {
    .download-link:hover > a:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='15' viewBox='0 0 21 15' fill='none'%3E%3Cpath d='M4.65281 10.168C4.81507 10.168 4.97068 10.2141 5.08541 10.2961C5.20015 10.3782 5.2646 10.4894 5.2646 10.6055V11.918C5.2646 11.9985 5.35596 12.0638 5.46853 12.0638H15.6651C15.7192 12.0638 15.771 12.0484 15.8093 12.0211C15.8475 11.9937 15.869 11.9566 15.869 11.918V10.6055C15.869 10.4894 15.9335 10.3782 16.0482 10.2961C16.1629 10.2141 16.3185 10.168 16.4808 10.168C16.6431 10.168 16.7987 10.2141 16.9134 10.2961C17.0281 10.3782 17.0926 10.4894 17.0926 10.6055V11.918C17.0926 12.1887 16.9422 12.4484 16.6745 12.6398C16.4068 12.8312 16.0437 12.9388 15.6651 12.9388H5.46853C5.08993 12.9388 4.72684 12.8312 4.45913 12.6398C4.19141 12.4484 4.04102 12.1887 4.04102 11.918V10.6055C4.04102 10.4894 4.10547 10.3782 4.22021 10.2961C4.33494 10.2141 4.49055 10.168 4.65281 10.168Z' fill='%2300EBAA'/%3E%3Cpath d='M5.03668 5.92163C5.09343 5.88099 5.16082 5.84875 5.235 5.82675C5.30919 5.80476 5.38871 5.79344 5.46901 5.79344C5.54932 5.79344 5.62884 5.80476 5.70303 5.82675C5.77721 5.84875 5.8446 5.88099 5.90135 5.92163L9.9555 8.82021V1.70996C9.9555 1.59393 10.02 1.48265 10.1347 1.4006C10.2494 1.31855 10.405 1.27246 10.5673 1.27246C10.7295 1.27246 10.8852 1.31855 10.9999 1.4006C11.1146 1.48265 11.1791 1.59393 11.1791 1.70996V8.82021L15.2332 5.92163C15.3479 5.83963 15.5034 5.79357 15.6656 5.79357C15.8277 5.79357 15.9832 5.83963 16.0979 5.92163C16.2126 6.00362 16.277 6.11483 16.277 6.23079C16.277 6.34675 16.2126 6.45796 16.0979 6.53996L10.9996 10.1858C10.9429 10.2264 10.8755 10.2587 10.8013 10.2807C10.7271 10.3027 10.6476 10.314 10.5673 10.314C10.487 10.314 10.4075 10.3027 10.3333 10.2807C10.2591 10.2587 10.1917 10.2264 10.135 10.1858L5.03668 6.53996C4.97985 6.49938 4.93477 6.45119 4.90401 6.39814C4.87325 6.34509 4.85742 6.28822 4.85742 6.23079C4.85742 6.17336 4.87325 6.1165 4.90401 6.06345C4.93477 6.0104 4.97985 5.96221 5.03668 5.92163Z' fill='%2300EBAA'/%3E%3C/svg%3E")
    }

    .popup-close:hover {
        fill: #00ebaa
    }

    .popup-close-big:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .portfolio-item:hover .link {
        height: clamp(22px, 24px, 24px);
        margin: 10px 0
    }
}

.popup-close-big svg {
    width: 100%;
    height: 100%;
    display: block
}

.popup-success-icon {
    width: 120px;
    height: 120px
}

.popup-success-icon svg {
    width: 100%;
    height: 100%;
    display: block
}

.popup-btn {
    min-width: 220px
}

.lang-switcher {
    position: relative;
    z-index: 11;
    margin-left: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.lang-switcher.open .lang-switcher-btn {
    background-color: rgba(29, 255, 192, .5)
}

.lang-switcher.open .lang-switcher__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.lang-switcher .curr-lang {
    color: #00ebaa;
    font-size: 18px;
    /*font-size: clamp(1.4px, 1.8rem, 1.8rem);*/
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .18px
}

.lang-switcher__arrow {
    width: 12px;
    height: 12px;
    min-width: 10px;
    min-height: 10px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 8px;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.lang-switcher__list {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    padding: 0 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: Prompt, sans-serif;
    background-color: #212121;
    border-top: 1px solid #00ebaa;
    border-radius: 0 0 12px 12px
}

.lang-switcher__item {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 10px;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    text-align: center
}

.lang-switcher__item:nth-last-child(1) {
    margin-bottom: 20px
}

.lang-switcher__item:nth-child(1) {
    margin-top: 20px
}

.lang-switcher__item.current {
    color: #00ebaa;
    pointer-events: none
}

.lang-switcher-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px 15px;
    min-height: 40px;
    border-radius: 16px;
    border: 1px solid #00ebaa;
    background: rgba(0, 235, 170, .3);
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    cursor: pointer;
    width: 100%
}

.scroll-top-btn {
    width: 64px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 56px;
    border: 1px solid #00ebaa;
    cursor: pointer;
    outline: 0;
    background-color: transparent
}


@media (max-width: 1024px) {
    html {
        font-size: .9765625vw
    }

    .menu-open .menu-wrapper {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        pointer-events: all
    }

    .menu-button {
        display: block
    }


    .header.scrolled .header__inner, .header__inner {
        padding: 20px 0
    }

    .menu-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(var(--vh, 1vh) * 100);
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 100px 4px 0;
        -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
        pointer-events: none;
        background-color: #000
    }

    .menu {
        overflow-y: auto;
        overflow-x: hidden;
        width: 100%;
        margin: 0;
        position: relative
    }

    .menu::-webkit-scrollbar-track {
        background-color: transparent
    }

    .menu::-webkit-scrollbar {
        width: 6px;
        background-color: transparent
    }

    .menu::-webkit-scrollbar-thumb {
        background-color: rgba(0, 235, 170, .2);
        border-radius: 20px
    }

    .header-menu .menu-items {
        -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;
        padding: 40px 0
    }

    .header-menu .menu-items li {
        margin-bottom: 40px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: unset
    }

    .header-menu .menu-items li:nth-last-child(1) {
        margin-bottom: 0
    }

    .header .sub-menu li:nth-last-child(1) {
        margin-bottom: 20px
    }

    .header__buttons {
        padding: 20px;
        width: calc(100% + 8px);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top: 1px solid #323232
    }

    .lang-switcher {
        margin-left: 0;
        width: 260px
    }

    .lang-switcher__list {
        top: unset;
        bottom: calc(100% + 21px);
        border-radius: 12px 12px 0 0;
        border-top: unset;
        border-bottom: 1px solid #00ebaa
    }

    .lang-switcher__item {
        margin-bottom: 16px
    }

    .request-demo-btn {
        margin-right: 6px;
        width: 260px;
        display: none
    }

    .sub-menu {
        position: static;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 10px;
        width: 100%;
        max-width: 320px;
        overflow: hidden
    }

    .sub-menu li {
        margin-bottom: 30px
    }

    .menu-item-has-children {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__row {
        grid-template-columns:repeat(3, 1fr) auto;
        grid-auto-flow: row;
        grid-column-gap: 32px;
        grid-row-gap: 56px
    }

    .footer__col:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .footer__col:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .footer__col:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .footer__col:nth-child(4) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .footer__col:nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        grid-column: span 3
    }

    .footer__col:nth-child(6) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .footer__logo {
        margin: 56px 0
    }

    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .terms-menu {
        width: 100%
    }

    .terms-menu li {
        margin-right: 0
    }

    .copyright {
        margin-top: 28px
    }

    .player-props__description {
        max-width: 500px
    }

    .vertical-slider__container {
        padding: 0 80px 0 20px
    }

    .vertical-slide__inner {
        padding: 3em
    }

    .vertical-slide .play-demo {
        bottom: 3em;
        right: 3em
    }

    .scroll-animation-slides .vertical-slide__inner {
        min-height: 640px
    }

    .scroll-animation-pagination .pagination-inner {
        min-height: 680px
    }

    .grid-image {
        width: calc(25% - 40px)
    }

    .grid-slider .grid-image {
        width: 256px;
        margin-bottom: 0
    }

    .grid-slider {
        margin: 40px auto 0
    }

    .scroll-animation-container {
        padding-right: 60px
    }

    .scroll-animation-pagination {
        right: -1em
    }

    .footer:before {
        height: 180%
    }

    .info-item {
        padding: 0 10px
    }



    .grid-slider .swiper-wrapper {
        max-width: unset
    }

    .popup-inner {
        padding: 60px 40px
    }
}

section.section {
    position: relative;
    z-index: 11;
}

@media (max-width: 640px) {
    html {
        font-size: 2vw
    }

    section {
        padding: 80px 0
    }

    .pt-mob-4 {
        padding-top: 40px
    }

    .pb-mob-4 {
        padding-bottom: 40px
    }

    .desktop {
        display: none
    }

    .header.scrolled .header__inner, .header__inner {
        padding: 8px 0
    }

    .menu-wrapper {
        padding-top: 56px
    }

    .logo {
        width: 152px
    }

    .btn.big-btn {
        min-height: 40px;
        padding: 4px 30px
    }

    .btn.big-btn span {
        font-size: 14px;
        font-size: clamp(14px, 14px, 14px)
    }

    .lang-switcher, .request-demo-btn {
        width: 150px
    }

    .section-title {
        font-size: 28px;
        line-height: 1.142;
        letter-spacing: .56px
    }

    .section-subtitle {
        margin: 20px auto 0;
        max-width: 100%
    }

    .text-mob-smallest {
        font-size: 12px;
        font-size: clamp(12px, 12px, 12px);
        line-height: 1.25;
        letter-spacing: 0
    }

    .text-mob-lg {
        font-size: 32px;
        line-height: 1;
        letter-spacing: 0
    }

    .text-mob-md {
        font-size: 24px;
        line-height: 1.165;
        letter-spacing: 0
    }

    .title-mob-sm {
        font-size: 16px;
        font-size: clamp(14px, 16px, 16px);
        letter-spacing: .32px
    }

    .text-mob-sm {
        font-size: 14px;
        font-size: clamp(14px, 14px, 14px);
        line-height: 1.25;
        letter-spacing: 0
    }

    .text {
        font-weight: 300;
        font-size: 14px;
        font-size: clamp(14px, 14px, 14px);
        line-height: 1.42;
        letter-spacing: .14px
    }

    .mt-mb-4 {
        margin-top: 40px !important
    }

    .link {
        font-size: 14px;
        font-size: clamp(14px, 14px, 14px);
        line-height: 1
    }

    .link svg {
        width: 20px;
        height: 20px;
        min-width: 16px;
        min-height: 16px
    }

    .footer {
        padding-top: 76px;
        margin-top: 0
    }

    .footer .container {
        padding: 0 20px
    }

    .footer__logo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 0 78px;
        width: 280px
    }

    .footer__row {
        grid-template-columns:1fr 90px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .footer__bottom {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding: 56px 0 20px;
        margin-top: 56px
    }

    .footer__col-title {
        margin-bottom: 16px
    }

    .footer__col:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        grid-column: span 1
    }

    .footer__col:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        grid-column: span 2
    }

    .footer__col:nth-child(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        grid-column: span 2
    }

    .footer__col:nth-child(4), .footer__col:nth-child(5) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        grid-column: span 2
    }

    .footer__col:nth-child(6) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .terms-menu .menu-items {
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        grid-gap: 4px 10px
    }

    .terms-menu li {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .terms-menu a {
        font-size: 16px;
        font-size: clamp(14px, 16px, 16px);
        line-height: 1.625;
        letter-spacing: .32px
    }

    .footer-menu a {
        font-size: 14px;
        font-size: clamp(14px, 14px, 14px);
        line-height: 1.42;
        letter-spacing: .14px
    }

    .scroll-top-btn {
        width: 90px;
        height: 146px
    }

    .scroll-top-btn svg {
        width: 46px;
        height: 56px
    }

    .download-link > a:after {
        margin-left: 4px
    }

    .copyright {
        font-size: 14px;
        font-size: clamp(12px, 14px, 14px);
        line-height: 1.57
    }

    footer .socials {
        margin-top: -10px
    }

    .socials a {
        width: 48px;
        height: 48px;
        margin-right: 20px
    }

    .socials svg {
        width: 20px;
        height: 20px
    }

    .hero-section .section-subtitle {
        margin-top: 20px;
        opacity: .8;
        max-width: 100%
    }

    .hero-section__image {
        margin: 28px auto 50px
    }

    .home-partners .images-loop-item {
        width: 200px;
        padding: 0 20px
    }

    .images-loop {
        margin-top: 20px
    }

    .images-loop-item {
        padding: 0 20px;
        width: 136px
    }

    .event-coverage .section-subtitle {
        margin-top: 20px
    }

    .event-coverage__right {
        grid-gap: 30px 20px
    }

    .event-coverage__item {
        max-width: 157.5px
    }

    .event-coverage__num svg {
        width: 24px;
        height: 24px;
        top: 3px
    }

    .event-coverage__text {
        max-width: 115px
    }

    .advantages__row {
        margin-bottom: -24px
    }

    .advantages__item {
        width: calc(44% - 10px);
        margin-bottom: 24px
    }

    .advantages__icon {
        width: 72px;
        height: 72px;
        padding: 20px
    }

    .advantages__arrow {
        width: 20px;
        height: 20px;
        margin: 26px 0
    }

    .advantages__text {
        margin-top: 16px
    }

    .advantages__tabs {
        margin-top: 40px;
        grid-gap: 10px;
        grid-template-columns:1fr
    }

    .advantages__tab {
        padding: 20px;
        min-height: 110px
    }

    .advantages__tab svg {
        width: 24px;
        height: 24px;
        min-width: 18px;
        min-height: 18px;
        margin-right: 20px
    }

    .player-props__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .player-props__description {
        text-align: center
    }

    .player-cards {
        margin: 0 auto;
        max-width: 242px
    }

    .player-card {
        font-size: 55%
    }

    .player-slider .swiper-slide-next {
        margin-left: -43px
    }

    .vertical-slide__inner {
        padding: 4em 2em 2em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .vertical-slide__content {
        max-width: 100%;
        margin-top: 20px
    }

    .vertical-slide__image {
        max-width: 100%;
        width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .vertical-slide__text {
        margin-top: 10px;
        font-size: 12px;
        font-size: clamp(12px, 12px, 12px);
        line-height: 1.33
    }

    .vertical-slide__links {
        margin-top: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .vertical-slide .play-demo {
        position: static;
        width: 5.6em;
        height: 5.6em;
        min-width: 56px;
        min-height: 56px;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .vertical-slide .play-demo span {
        font-size: 1.4em;
        font-size: clamp(14px, 1.4em, 1.4em)
    }

    .scroll-animation-slides {
        margin: -10px 0
    }

    .scroll-animation-slides .vertical-slide {
        padding: 1em 0
    }

    .scroll-animation-slides .vertical-slide__inner {
        min-height: 540px
    }

    .scroll-animation-container {
        padding-right: 0;
        margin-bottom: -2em
    }

    .scroll-animation-pagination {
        display: none
    }

    .grid-images {
        margin-bottom: -20px;
        padding: 0 7.5px
    }

    .grid-image {
        width: calc(50% - 20px);
        margin: 0 10px 20px
    }

    .grid-slider {
        margin: 20px auto 0
    }

    .grid-slider .grid-image {
        padding: 0 10px;
        width: 180px
    }

    .cycle {
        font-size: 54.8%;
        margin-top: 60px
    }

    .cycle-item {
        max-width: 20em
    }

    .cycle-item.left {
        top: 52%;
        right: 77%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .cycle-item.right {
        top: 52%;
        left: 77%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .cycle-item.top .cycle-item__icon {
        margin-bottom: 2.4em
    }

    .cycle-item.left .cycle-item__icon {
        margin-bottom: 2.4em;
        -webkit-transform: translateX(18.6px);
        -ms-transform: translateX(18.6px);
        transform: translateX(18.6px)
    }

    .cycle-item.right .cycle-item__icon {
        margin-bottom: 2.4em;
        -webkit-transform: translateX(-18.6px);
        -ms-transform: translateX(-18.6px);
        transform: translateX(-18.6px)
    }

    .main-hero__content {
        padding: 56px 0 0
    }

    .main-hero .section-subtitle {
        margin-top: 20px
    }

    .main-hero .title-container {
        margin-top: 64px
    }

    .video video {
        width: 1100px
    }

    .video .linear-bg {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000), color-stop(70%, rgba(17, 17, 17, 0)));
        background: linear-gradient(0deg, #000 0, rgba(17, 17, 17, 0) 70%)
    }

    .video .hero-blur {
        left: -500px;
        top: -200px;
        width: 900px;
        height: 900px
    }

    .main-hero {
        margin-bottom: 220px
    }

    .event {
        -webkit-transform: translateY(130px);
        -ms-transform: translateY(130px);
        transform: translateY(130px)
    }

    .event-tab {
        grid-template-columns:40% 60%
    }

    .event-tab__title-text {
        font-size: 20px;
        line-height: 1.25
    }

    .event-tab__info {
        grid-gap: 10px
    }

    .event-tab__info-item svg {
        width: 24px;
        height: 24px
    }

    .portfolio-grid {
        grid-template-columns:1fr;
        margin-top: 40px
    }

    .portfolio-grid__item:nth-child(1), .portfolio-grid__item:nth-last-child(1) {
        margin-top: 0
    }

    .portfolio-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 10px 40px 10px 0;
        border: 1px solid #00ebaa
    }

    .portfolio-item__image {
        margin: 0 13px 0 0;
        width: 76.6px
    }

    .portfolio-item__content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .portfolio-item__title {
        text-align: left
    }

    .portfolio-item__text {
        margin: 2px 0 0;
        text-align: left
    }

    .portfolio-item .link {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 4px
    }

    .portfolio-item .link span {
        display: none
    }

    .portfolio-item .link svg {
        margin: 0;
        width: 32px;
        height: 32px
    }

    .info-items-grid {
        grid-template-columns:1fr;
        grid-gap: 20px;
        width: 100%;
        max-width: 250px;
        margin: 40px auto 0
    }

    .info-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0
    }

    .info-item__icon {
        width: 56px;
        height: 56px
    }

    .info-item__text {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: left;
        margin-left: 30px;
        margin-top: 0;
        letter-spacing: -.5px
    }

    .news .horizontal-slider {
        margin-top: 40px
    }

    .news-item {
        padding: 28px
    }

    .news-item__date {
        margin-bottom: 16px
    }

    .news-item__title {
        margin-bottom: 12px;
        font-size: 20px;
        font-size: clamp(16px, 20px, 20px);
        -webkit-line-clamp: 3
    }

    .news-item__text {
        -webkit-line-clamp: 5;
        margin-bottom: 24px
    }

    .horizontal-slider__row {
        margin-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .horizontal-slider__nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 40px
    }

    .radial-particles {
        width: 482px;
        height: 482px
    }

    .request-demo__content {
        top: 48%
    }

    .request-demo__btn-container {
        top: 140%
    }

    .home .providers .section-title {
        max-width: 320px
    }

    .orbit-container {
        margin-top: 40px;
        font-size: 100%;
        max-width: 35em
    }

    .orbit-row {
        margin-bottom: .7em
    }

    .orbit-toggle-btn {
        width: 8em;
        height: 2.8em
    }

    .orbit-toggle-btn span {
        font-size: .9em
    }

    .orbit-row:nth-child(1) {
        margin-bottom: 0
    }

    .orbit-row:nth-child(2) {
        max-width: 20em
    }

    .orbit-row:nth-child(3) {
        max-width: 33em
    }

    .orbit-row:nth-child(4) {
        max-width: 36em
    }

    .orbit-row:nth-child(5) {
        max-width: 33em
    }

    .orbit-row:nth-child(6) {
        max-width: 25em
    }

    .orbit-row:nth-child(7) {
        margin-top: -2em
    }

    .orbit-toggle-content {
        font-size: 70%;
        width: 27em
    }

    .orbit-toggle-text {
        padding: .54em .8em
    }

    .orbit-row:not(:nth-child(1)):not(:nth-child(7)) .orbit-toggle:nth-child(1) .orbit-toggle-content {
        left: -1em;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }

    .orbit-row:not(:nth-child(1)):not(:nth-child(7)) .orbit-toggle:nth-child(1) .orbit-toggle-content:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        height: 5.5em;
        bottom: -4.6em;
        left: 37%
    }

    .orbit-row:not(:nth-child(1)):not(:nth-child(7)) .orbit-toggle:nth-child(1) .orbit-toggle-content:after {
        left: 29%;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }

    .orbit-row:not(:nth-child(1)):not(:nth-child(7)) .orbit-toggle:nth-child(2) .orbit-toggle-content {
        right: -1em;
        left: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }

    .orbit-row:not(:nth-child(1)):not(:nth-child(7)) .orbit-toggle:nth-child(2) .orbit-toggle-content:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        height: 5.5em;
        bottom: -4.6em;
        right: 35%;
        left: unset
    }

    .orbit-row:not(:nth-child(1)):not(:nth-child(7)) .orbit-toggle:nth-child(2) .orbit-toggle-content:after {
        right: 28%;
        left: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }

    .info-popup {
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        width: 335px
    }

    .spline-tab-container {
        margin: 0 auto
    }

    .popup-inner {
        padding: 30px
    }

    .popup-success-icon {
        width: 100px;
        height: 100px
    }
}

.preloader {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.preloader.hide {
    pointer-events: none
}

.preloader img {
    width: 33.5em;
    display: block
}

.preloader__bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    background-color: #00ebaa;
    pointer-events: none
}

.btn {
    font-family: Goldman, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    outline: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 16px;
    padding: 4px 30px;
    min-height: 40px;
    background-color: #00ebaa;
    cursor: pointer;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.btn span {
    color: #000;
    font-size: 14px;
    /*font-size: clamp(14px, 1.4rem, 1.4rem);*/
    font-style: normal;
    font-weight: 400;
    line-height: 1.25
}

.btn.big-btn {
    min-height: 56px
}

.btn.big-btn span {
    font-size: 18px;
    font-size: clamp(14px, 18px, 18px)
}


.fill-green {
    fill: #00ebaa
}

@media (hover: hover) {
.btn:hover {
        background-color: #48ffcc
    }

    .border-btn:hover {
        background: rgba(29, 255, 192, .5)
    }

    .lang-switcher-btn:hover {
        background-color: rgba(29, 255, 192, .5)
    }

    .footer .socials a:hover svg {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
        fill: #00ebaa
    }

    .scroll-top-btn:hover svg {
        -webkit-transform: translate3d(0, -15%, 0);
        transform: translate3d(0, -15%, 0)
    }

    .vertical-slide__title-link:hover .vertical-slide__title {
        color: #00ebaa !important
    }
}

.request-demo-btn {
    padding: 4px 15px;
    position: relative;
    z-index: 10
}

.fill-white {
    fill: #fff
}

.fill-black {
    fill: #000
}

.fill-none {
    fill: none
}

.footer_bottom .wpml-ls-flag {
    width: 18px;
    max-width: 18px;
}

.footer .terms-menu a {
    font-family: Goldman, sans-serif;
}

@media screen and (max-width: 768px) {
    footer.footer h6 {
        margin-top: 0;
    }
}
@media screen and (max-width: 1024px) {
    footer.footer ul.menu-items {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1025px) {
    .footer-menu .menu-item {
        width: unset;
    }
}

@media screen and (max-width: 1024px) {
    .footer_bottom ul .wpml-ls-flag {
        margin-top: 20px;
    }
}
.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .socials a {
    width: 40px;
    height: 40px;
    min-width: 30px;
    min-height: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #00ebaa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer .socials a:nth-last-child(1) {
    margin-right: 0
}

.footer .socials svg {
    width: 20px;
    height: 20px;
    display: block;
    min-width: 14px;
    min-height: 14px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.lang-switcher__item {
    white-space: nowrap;
}

.copyright {
    font-size: 12px;
    font-size: clamp(10px, 12px, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: .36px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: Goldman, sans-serif;
}
footer .current-menu-item > a {
    color: #fff;
}
.footer-menu .menu-items, .footer-menu .menu-items a {
    font-family: Prompt, sans-serif;
}
footer {
    padding-bottom: 0;
}
.scroll-top-btn svg {
    width: 32px;
    height: 37px;
    display: block;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.lang-switcher button {
    font-family: Goldman, sans-serif;
}
.text-desk-md {
    font-size: 24px;
    font-size: clamp(16px, 24px, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: .48px
}
.title-desk-sm {
    font-size: 20px;
    font-size: clamp(16px, 20px, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.333;
    letter-spacing: .4px
}
.border-btn {
    border: 1px solid #48ffcc;
    background: rgba(29, 255, 192, .3)
}

.border-btn span {
    color: #48ffcc
}

.demo-btn {
    padding: 4px 30px;
    margin-left: auto;
    display: none;
    position: relative;
    z-index: 10
}
@media (max-width: 1024px) {
    .demo-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 640px) {
    .copyright {
        font-size: 14px;
        font-size: clamp(12px, 14px, 14px);
        line-height: 1.57
    }
.footer .terms-menu a {
        font-size: 16px;
        font-size: clamp(14px, 16px, 16px);
        line-height: 1.625;
        letter-spacing: .32px
    }
}
.cta_wrap {
	position: relative;
	z-index: 11;
}
.blog_item .swiper-slide {
	width: 100%;
}
.blog_item_text {
    font-size: 16px;
    color: #fff;
}
.blog_item:hover .bttn_round_icon span {
    color: #00EBAA;
    background-color: transparent;
    border-color: #00EBAA;
    transition: all .25s ease;
}
.blog_item:hover .bttn_round_icon_tr::after {
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='15' viewBox='0 0 19 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4809 14.6515L18.623 7.4722L11.4809 0.292937C11.4164 0.208233 11.3345 0.138376 11.2406 0.088096C11.1468 0.0378162 11.0432 0.00828732 10.937 0.00150815C10.8307 -0.00527102 10.7243 0.0108582 10.6248 0.0488034C10.5253 0.0867486 10.4351 0.145624 10.3604 0.221444C10.2857 0.297264 10.2281 0.388258 10.1916 0.488267C10.155 0.588275 10.1404 0.694963 10.1487 0.801107C10.157 0.907251 10.188 1.01037 10.2396 1.10349C10.2913 1.19661 10.3623 1.27756 10.4479 1.34084L15.7915 6.72901H1.57415C1.37704 6.72901 1.188 6.80731 1.04863 6.94668C0.909253 7.08606 0.830951 7.27509 0.830951 7.4722C0.830951 7.66931 0.909253 7.85835 1.04863 7.99772C1.188 8.1371 1.37704 8.2154 1.57415 8.2154H15.7915L10.4479 13.6036C10.3089 13.7435 10.2313 13.9329 10.232 14.1301C10.2327 14.3274 10.3117 14.5162 10.4516 14.6552C10.5916 14.7941 10.781 14.8718 10.9782 14.8711C11.1754 14.8704 11.3643 14.7914 11.5032 14.6515H11.4809Z' fill='%231DFFC0'/%3E%3C/svg%3E%0A")
}

@media (min-width: 1921px) {
    html {
        font-size: .5208333333vw;
    }
    .container, .header .container, .footer .container {
        max-width: 128rem;
        padding: 0 2rem;
    }
    .header__inner {
        padding: 3rem 0 1.2rem;
    }
    .text-desk-md {
        font-size: clamp(16px, 2.4rem, 2.4rem);
    }
    .menu-items a, .footer-menu .menu-items a {
        font-size: clamp(14px, 1.6rem, 1.6rem);
    }
    .copyright {
        font-size: clamp(10px, 1.2rem, 1.2rem);
    }
    footer .menu-item a {
        font-size: clamp(12px, 1.4rem, 1.4rem);
    }
    .footer-menu .menu-items li {
        margin-bottom: 2rem;
    }
    .scroll-top-btn {
        width: 6.4rem;
        height: 12rem;
    }
    .scroll-top-btn svg {
        width: 3.2rem;
        height: 3.7rem;
    }
    .footer .socials svg {
        width: 2rem;
        height: 2rem;
    }
    .footer__row {
        grid-template-columns: repeat(4, 1fr) 30rem 6.4rem;
        grid-row-gap: 4rem;
        grid-column-gap: 2rem;
    }
    .footer .socials a {
        width: 4rem;
        height: 4rem;
        margin-right: 1rem;
    }
    .footer__col-title {
        margin-bottom: 2.4rem;
    }
    form input {
        padding: .7rem 2.3rem;
        font-size: clamp(14px, 1.6rem, 1.6rem);
        border-radius: 1.6rem;
    }
    form .input-wrapper {
        margin-bottom: 1rem;
    }
    form textarea {
        padding: .7rem 2.3rem;
        font-size: clamp(14px, 1.6rem, 1.6rem);
        min-height: 7.7rem;
        border-radius: 1.6rem;
        line-height: 1.15;
    }
    .form-terms {
        font-size: clamp(10px, 1rem, 1rem);
        line-height: 1.4rem;
        letter-spacing: .02rem;
        margin-left: 1rem;
    }
    .form-terms a {
        font-size: clamp(10px, 1rem, 1rem);
    }
    .btn {
        border-radius: 1.6rem;
        padding: .4rem 3rem;
        min-height: 4rem;
    }
    .custom-checkbox {
        line-height: 1.15;
    }
    .custom-checkbox .checkmark {
        height: 2.4rem;
        width: 2.4rem;
        border-radius: .8rem;
    }
    .footer__bottom {
        padding: 3.2rem 0;
    }
    .terms-menu li {
        margin-right: 6.4rem;
    }
    .download-link > a:after {
        width: 2.1rem;
        height: 1.5rem;
        margin-left: 2rem;
    }
    .logo {
        width: 26rem;
    }
    .menu {
        margin: 0 5rem;
    }
    .menu-items li {
        min-height: 3rem;
    }
    .sub-menu {
        padding: 0 2rem;
        top: 4.7rem;
        border-radius: 0 0 1.2rem 1.2rem;
    }
    .header .sub-menu li:nth-child(1) {
        margin-top: 2rem;
    }
    .sub-menu li {
        margin-bottom: 1rem;
    }
    .request-demo-btn {
        padding: .4rem 1.5rem;
    }
    .btn span {
        font-size: clamp(14px, 1.4rem, 1.4rem);
    }
    .lang-switcher {
        margin-left: 2rem;
    }
    .lang-switcher-btn {
        padding: .4rem 1.5rem;
        min-height: 4rem;
        border-radius: 1.6rem;
    }
    .lang-switcher .curr-lang {
        font-size: clamp(1.4px, 1.8rem, 1.8rem);
        letter-spacing: .018rem;
    }
    .lang-switcher__arrow {
        width: 1.2rem;
        height: 1.2rem;
        margin-left: .8rem;
    }
    .lang-switcher__list {
        top: calc(100% + 1.2rem);
        padding: 0 2rem;
        border-radius: 0 0 1.2rem 1.2rem;
    }
    .menu-item-has-children > a:after {
        width: 1.2rem;
        height: 1.2rem;
        margin-left: .6rem;
    }
    .footer {
        padding-top: 2.8rem;
        margin-top: 10rem;
    }
    .footer__logo {
        margin: 4.6rem 0 4.3rem;
    }
}