html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

img {
    border-style: none;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

progress {
    vertical-align: baseline;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

[hidden] {
    display: none;
}










@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: local('Gilroy Heavy'), local('Gilroy-Heavy'),
        url('/fonts/Gilroy-Heavy.woff2') format('woff2'),
        url('/fonts/Gilroy-Heavy.woff') format('woff'),
        url('/fonts/Gilroy-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url("/fonts/Gilroy-Bold.woff2") format("woff2"), url("/fonts/Gilroy-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url("/fonts/Gilroy-Medium.woff2") format("woff2"), url("/fonts/Gilroy-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url("/fonts/Gilroy-SemiBold.woff2") format("woff2"), url("/fonts/Gilroy-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url("/fonts/Gilroy-Regular.woff2") format("woff2"), url("/fonts/Gilroy-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

:root {
    --bodyBg: #0C0D0F;
    --white10: rgba(255, 255, 255, .1);
    --textPrimary: #ffffff;
    --textSecondary: #333333;
    --accent: #134FD0;
    --accentOpacity: #82A8FB;
}

._ns {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

._icon {
    width: var(--s);
    height: var(--s);
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
}

._mob {
    display: none;
}

._bdr {
    border: 1px solid;
}

._bdrs40 {
    border-radius: 40px;
}

._bdrs20 {
    border-radius: 20px;
}

._bg {
    background-color: var(--white10);
}

._accent-bg {
    background-color: var(--accent);
}

._btn {
    min-width: 278px;
    padding: 14px;
    font-weight: 700;
    color: var(--textPrimary);
    text-align: center;
    text-decoration: none;
    background-color: rgba(255,255,255,0.15);
    border-radius: 40px;
    cursor: pointer;
    transition: all .2s ease;
}

._btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(38, 39, 74, 0.5);
}

._btn._active {
    background-color: var(--accent);
}

._tg {
    width: 298px;
    padding: 7px;
    border-radius: 40px;
    background-color: #242528;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: all .2s ease;
    color: #fff;
}

._tg._mob {
    transition-delay: .5s;
}

._tg:hover {
    box-shadow: 0 0 20px rgba(38, 39, 74, 0.5);
}

.hero ._tg {
    transition: box-shadow .2s ease, opacity .5s ease 1.6s, transform .5s ease 1.6s;
    opacity: 0;
    transform: translateX(-100%);
}

.contacts__desr ._tg {
    display: block;
}

.hero._active ._tg {
    opacity: 1;
    transform: none;
}

._tg._accent {
    background-color: var(--accent);
}

._tg__icon {
    --s: 60px;
    width: var(--s);
    height: var(--s);
    border-radius: 50%;
    background-image: url(/img/icon-tg-btn.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    transition: all .3s ease;
}

._tg._mob ._tg__icon {
    transition-delay: .5s;
}

._tg:hover ._tg__icon {
    margin-left: calc(100% - 60px);
    box-shadow: 0 0 20px var(--accent);
}

._tg__text p {
    top: 0;
    height: 100%;
    font-weight: 700;
    display: flex;
    align-items: center;
    position: absolute;
    transition: width .3s ease;
    overflow: hidden;
    white-space: nowrap;
}

._tg._mob ._tg__text p {
    transition-delay: 0.5s;
}

._tg__text p:first-child {
    background-color: var(--accent);
    right: 91px;
    left: 0;
    width: 0;
    text-indent: 55px;
    border-radius: 0 40px 40px 0;
    z-index: 1;
}

._tg:hover ._tg__text p:first-child {
    width: 100%;
}

._tg__text p:last-child {
    left: 91px;
    right: 0;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    width: 100vw;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.15;
    font-style: normal;
    background-color: var(--bodyBg);
    color: var(--textPrimary);
    overflow-x: hidden;
}

input,
textarea,
button {
    font: inherit;
    color: inherit;
}

ul[class],
ol[class] {
    list-style: none;
}

img {
    display: block;
}

._container {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 15px;
}

.lp__title {
    margin-bottom: 30px;
    font-size: 46px;
    font-weight: 900;
    text-transform: uppercase;
}

.lp__text {
    margin-bottom: 60px;
    max-width: 820px;
}

section {
    margin-bottom: 200px;
}

.meetups,
.reviews,
.contacts {
    margin-bottom: 0;
}

.hero {
    padding-top: 120px;
}

.hero__wrapper {
    position: relative;
}

.hero__title {
    margin-bottom: 100px;
    font-size: clamp(64px, 6.5vw, 97px);
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero__title span {
    /*transform: translateY(50%);*/
    transform: translateY(50px);
    opacity: 0;
    transition: all .5s ease;
    position: relative;
}

.hero._active .hero__title span {
    transform: none;
    opacity: 1;
}

.hero__title span:nth-child(2) {
    transition-delay: .2s;
}

.hero__info {
    padding-bottom: 130px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.hero__info-text {
    margin-bottom: 30px;
    max-width: 400px;
    transition: all .5s ease 1.6s;
    opacity: 0;
    transform: translateX(-100%);
}

.hero__info-text._bdr {
    max-width: 364px;
    margin-bottom: 56px;
    padding: 24px;
    text-align: right;
    border-color: var(--white10);
    align-self: end;
    transform: translateX(100%);
}

.hero._active .hero__info-text {
    transform: none;
    opacity: 1;
}

@keyframes hit-anim {
    from {transform: translateX(0)}
    20% {transform: translateX(-25%)}
    40% {transform: translateX(-15%)}
    60% {transform: translateX(-45%)}
    80% {transform: translateX(-60%)}
    95% {transform: translateX(calc(-100% + 120px))}
    100% {transform: translateX(calc(-100% + 120px))}
}

.hero__info-line {
    margin-bottom: 20px;
    width: 120px;
    height: 4px;
    border-radius: 2px;
    overflow: hidden;
    transform: rotate(180deg);
}

.hero__info-text._bdr .hero__info-line {
    margin-left: auto;
    transform: none;
}

.hero__info-line div {
    width: 600%;
    display: grid;
    grid-template-columns: 1fr 0.7fr 1.2fr 1fr 1fr;
    grid-gap: 20px;
    animation: hit-anim 60s ease infinite;
}

.hero__info-text._bdr .hero__info-line div {
    animation: hit-anim 40s ease infinite;
}

.hero__info-line div span {
    height: 4px;
    background-color: var(--accent);
    border-radius: 2px;
}

.hero__info-text._bdr .hero__info-line div span {
    background-color: var(--textPrimary);
}

.hero__stats {
    width: 100%;
    padding: 66px;
    border-color: var(--white10);
    background-color: var(--bodyBg);
    display: flex;
    justify-content: space-between;
    position: relative;
    transform: translateY(28%);
    opacity: 0;
    transition: transform 1s ease 0.6s, opacity 0.8s ease 0.5s;
}

.hero._active .hero__stats {
    transform: none;
    opacity: 1;
}

.hero__stats:before {
    position: absolute;
    width: 80%;
    height: 50%;
    top: -25%;
    left: 50%;
    transform: translate(-50%);
    background-color: #040414;
    border-radius: 50%;
    filter: blur(60px);
    content: '';
}

.hero__stat {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero__stat-title {
    padding-bottom: 14px;
    margin-bottom: 14px;
    font-size: 40px;
    font-weight: 900;
    position: relative;
}

.hero__stat-title:before {
    top: calc(100%);
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 1px;
    background-color: #ffffff20;
    position: absolute;
    content: '';
}

.hero__stat-title._complete:after {
    content: ' +'
}

.hero__stat-subtitle {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero__img {
    height: 105%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 28%);
    position: absolute;
    transition: all 1s ease 1s;
    opacity: 0;
}

.hero._active .hero__img {
    opacity: 1;
    transform: translate(-50%, 0);
}

.hero__img-img {
    height: 100%;
}

.about__tile-line {
    display: grid;
    grid-gap: 20px;
}

.about__tile-line:not(:last-child) {
    margin-bottom: 20px;
}

.about__tile-line:first-child {
    grid-template-columns: 1fr 0.7fr;
}

.about__tile-line:last-child {
    grid-template-columns: 0.7fr 1fr;
}

.about__tile-item {
    height: 250px;
    padding: 50px;
    border-color: var(--white10);
    display: flex;
    justify-content: space-between;
    position: relative;
}

.about__tile-title {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    z-index: 1;
}

.about__tile-title._mt {
    margin-top: auto;
}

.about__tile-title._tar {
    margin-left: auto;
    text-align: right;
}

.about__tile-decor {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.about__tile-decor:before,
.about__tile-decor:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    content: '';
    transition: all .5s ease;
}

.about__tile-decor._l:before,
.about__tile-decor._l:after {
    background-position: center left;
    transform: translateX(-100%);
}

.about__tile-line._active .about__tile-decor._l:before,
.about__tile-line._active .about__tile-decor._l:after {
    transform: translateX(0);
}

.about__tile-decor._l:before {
    background-image: url(/img/about-22-min.png);
    transition-delay: .4s;
}

.about__tile-decor._l:after {
    background-image: url(/img/about-21-min.png);
    transition-delay: .6s;
}

.about__tile-decor._r:before,
.about__tile-decor._r:after,
.about__tile-decor._c:before,
.about__tile-decor._c:after {
    background-position: center right;
    transform: translateX(100%);
}

.about__tile-line._active .about__tile-decor._r:before,
.about__tile-line._active .about__tile-decor._r:after,
.about__tile-line._active .about__tile-decor._c:before,
.about__tile-line._active .about__tile-decor._c:after {
    transform: translateX(0);
}

.about__tile-decor._r:before {
    background-image: url(/img/about-32-min.png);
}

.about__tile-decor._c:before {
    background-image: url(/img/about-42-min.png);
}

.about__tile-decor._r:after {
    background-image: url(/img/about-31-min.png);
    transition-delay: .2s;
}

.about__tile-decor._c:after {
    background-image: url(/img/about-41-min.png);
    transition-delay: .2s;
}

.about__tile-title span {
    display: block;
}

.about__tile-diagram {
    margin-left: 10px;
    display: grid;
    grid-template-columns: repeat(3, 50px);
    grid-gap: 10px;
    flex-shrink: 0;
}

.about__tile-diagram div {
    margin-top: auto;
    border-radius: 10px;
    background-color: #fff;
    transition: all .5s ease;
    height: 0;
}

.about__tile-diagram div:nth-child(2) {
    background-color: var(--accentOpacity);
    transition-delay: .1s;
}

.about__tile-diagram div:nth-child(3) {
    background-color: var(--accent);
    transition-delay: .2s;
}

.about__tile-line._active .about__tile-diagram div:nth-child(1) {
    height: 50%;
}

.about__tile-line._active .about__tile-diagram div:nth-child(2) {
    height: 75%;
}

.about__tile-line._active .about__tile-diagram div:nth-child(3) {
    height: 100%;
}

.projects__item {
    min-height: 480px;
    padding: 80px 100px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.projects__item:not(:last-child) {
    margin-bottom: 20px;
}

.projects__item:last-child {
    flex-direction: row-reverse;
}

.projects__item-inner {
    display: flex;
    flex-direction: column;
}

.projects__item-title {
    margin-bottom: 30px;
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.projects__item-title span {
    --s: 50px;
    width: var(--s);
    height: var(--s);
    margin-right: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.projects__item-title span._edler {
    background-image: url(/img/icon-edler.svg);
}

.projects__item-title span._lbg {
    background-image: url(/img/icon-lbg.svg);
}

.projects__item-descr {
    max-width: 600px;
    flex-grow: 1;
}

.projects__item-btns {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.projects__item-btn:not(:last-child) {
    margin-right: 10px;
}

.projects__item-footer {
    display: flex;
    align-items: center;
}

.projects__item-icon {
    --s: 36px;
    /*background: linear-gradient(135deg, var(--textPrimary), var(--textPrimary) 31%, var(--accentOpacity) 48%, var(--textPrimary) 65%, var(--textPrimary) 100%);*/
    /*background-size: 100% 500%;*/
    /*background-position: 50% 0%;*/
    background-color: #fff;
    cursor: pointer;
    transition: background-position 0.7s ease, transform .2s ease;
}

.projects__item-icon:hover {
    /*background-position: 50% 100%;*/
    transform: scale(1.05);
}

.projects__item-icon:not(:last-child) {
    margin-right: 10px;
}

.projects__item-icon._icon-yt {
    mask-image: url(/img/icon-yt.svg);
    -webkit-mask-image: url(/img/icon-yt.svg);
}

.projects__item-icon._icon-tg {
    mask-image: url(/img/icon-tg.svg);
    -webkit-mask-image: url(/img/icon-tg.svg);
}

.projects__item-icon._icon-vk {
    mask-image: url(/img/icon-vk.svg);
    -webkit-mask-image: url(/img/icon-vk.svg);
}

.projects__item-demo {
}

.projects__item-edler,
.projects__item-lbg {
    position: absolute;
    border-radius: 20px;
    box-shadow: 6px 7px 39px 0 rgba(34, 34, 34, 0.2);
    transition: all .5s ease;
}

.projects__item-edler {
    transform: translateX(200%);
}

.projects__item._active .projects__item-edler {
    transform: translateX(0);
}

.projects__item-edler._edler1 {
    top: 24px;
    right: -78px;
    max-width: 273px;
    rotate: 7.65deg;
    transition-delay: .5s;
}

.projects__item-edler._edler2 {
    right: 276px;
    bottom: -32px;
    max-width: 286px;
    transition-delay: .7s;
}

.projects__item-edler._edler3 {
    top: 75px;
    right: -78px;
    max-width: 480px;
    rotate: -15deg;
    transition-delay: 1s;
}

.projects__item-lbg {
    transform: translateX(-200%);
}

.projects__item._active .projects__item-lbg {
    transform: translateX(0);
}

.projects__item-lbg._lbg1 {
    max-width: 286px;
    top: 170px;
    left: 208px;
    transition-delay: .5s;
}

.projects__item-lbg._lbg2 {
    max-width: 398px;
    left: -28px;
    bottom: -20px;
    transition-delay: .7s;
}












.meetups__gallery {
    margin-bottom: 20px;
}

.meetups__gallery-line {
    /*display: flex;*/
    /*align-items: center;*/
    /*overflow-x: auto;*/
    /*scrollbar-width: none;*/
    /*-webkit-appearance: none;*/
}

/*.meetups__gallery-line::-webkit-scrollbar {*/
/*    display: none;*/
/*}*/

.meetups__gallery-item {
    max-width: 480px;
    width: min(25vw, 100%) !important;
    max-height: 300px;
    height: 40%;
    cursor: grab;
}

.meetups__gallery-item:active {
    cursor: grabbing;
}

.meetups__gallery-item img {
    max-width: 480px;
    width: 25vw;
    max-height: calc(25vw / 16 * 9);
    object-fit: cover;
    transition: transform .2s ease;
}

.meetups__gallery-item:hover img {
    transform: scale(1.01);
}

.meetups__video-line {
    max-width: 3800px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.meetups__video-line img {
    width: 100%;
}

.meetups__video-item {
    position: relative;
}

.meetups__video-item:before,
.meetups__video-item:after {
    transition: all .2s ease;
}

.meetups__video-item:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20%;
    height: 20%;
    background-color: rgba(255, 0, 0, 0.7);
    border-radius: 0.5vw;
    content: '';
}

.meetups__video-item:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 0.7vw solid transparent;
    border-right: 0.7vw solid transparent;
    border-bottom: 0.7vw solid transparent;
    border-left: 1.2vw solid white;
    top: 50%;
    left: calc(50% + 0.4vw);
    transform: translate(-50%, -50%);
}

.meetups__video-item:hover:before {
    background-color: red;
}

.meetups__video-item:hover:before,
.meetups__video-item:hover:after {
    transform: translate(-50%, -50%) scale(1.2);
}

.meetups__video-hidden {
    width: 65vw;
    padding: 0;
}

.reviews__hidden {
    padding: 0;
    width: 25vw;
    height: 25vw;
    background: transparent;

    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    position: relative;
}

.reviews__hidden:before {
    --s: 20%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: var(--s);
    height: var(--s);
    background-color: #fff;
    content: '';
    position: absolute;
    z-index: -1;

    mask-image: url(/img/audio-loader.svg);
    -webkit-mask-image: url(/img/audio-loader.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-position: center;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.reviews__hidden video {
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.video-js {
    width: 100%;
    height: 0;
    padding-top: calc(100% / 16 * 9);
}

.video-js .vjs-control,
.video-js .vjs-button {
    outline: none;
    border: none;
}

.video-js .vjs-big-play-button {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: unset;
    margin-left: unset;
    /*background: radial-gradient(50% 50% at 50% 50%, rgba(51, 51, 51, 0.276) 0%, rgba(51, 51, 51, 0.4) 100%);*/
    background-color: unset;
    border: none;
    border-radius: 0;
    position: absolute;
    transition: transform .2s ease !important;
}

.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
    background-color: unset;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.reviews__item:before {
    content: "";
    --s: 60px;
    width: var(--s);
    height: var(--s);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    transition: all 0.2s;
    position: absolute;
    display: block;
    z-index: 2;
    -webkit-mask-image: url('/img/icon-play-video.svg');
    mask-image: url('/img/icon-play-video.svg');
    -webkit-mask-size: var(--s);
    mask-size: var(--s);
}

.video-js:hover .vjs-big-play-button .vjs-icon-placeholder:before {
    transform: translate(-50%, -50%) scale(1.5);
}

.vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 0.8em;
    line-height: 1.4em;
}

.video-js .vjs-control-bar,
.video-popup__track {
    height: 6em;
    padding: 0 20px;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.00) 0%, rgba(51, 51, 51, 0.75) 100%);
}

.video-js .vjs-control-bar {
    align-items: center;
}

.video-js .vjs-control {
    height: 3em;
}

.vjs-playback-rate .vjs-playback-rate-value {
    font-size: 1.2em;
    line-height: 1.15;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-js .vjs-progress-holder {
    height: 0.2em;
}

.video-js .vjs-play-progress,
.video-js .vjs-load-progress div,
.video-js .vjs-progress-control .vjs-progress-holder,
.video-js .vjs-play-progress,
.video-js .vjs-load-progress {
    border-radius: 10px;
}

.video-js .vjs-load-progress div {
    background-color: rgba(255, 255, 255, 0.25);
}

.video-js.vjs-layout-x-small .vjs-progress-control,
.video-js.vjs-layout-x-small .vjs-playback-rate {
    display: flex;
}

.video-js.vjs-layout-x-small .vjs-picture-in-picture-control,
.video-js.vjs-layout-x-small .vjs-custom-control-spacer,
.video-js.vjs-layout-x-small .vjs-volume-panel {
    display: none;
}

.video-js.vjs-layout-x-small .vjs-control-bar {
    height: 4em;
}

.vjs-menu-item {
    outline: none;
}

div.vjs-poster {
    right: unset;
    bottom: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
}













.reviews {
    padding: 120px 0;
    background-color: #050609;
}

.reviews__text {
    margin: 100px auto;
    max-width: 1028px;
    text-align: center;
}

.reviews__text .lp__text {
    max-width: unset;
}

.reviews__line {
    cursor: grab;
}

.reviews__line:active {
    cursor: grabbing;
}

.reviews__item {
    --s: 230px;
    width: var(--s) !important;
    height: var(--s);
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.reviews__item:before {
    --s: 3em;
    background-color: rgba(255, 255, 255, 0.5);
    mask-image: url(/img/icon-review-play.svg);
    -webkit-mask-image: url(/img/icon-review-play.svg);
}

.reviews__item:hover:before {
    background-color: #fff;
    transform: translate(-50%, -50%) scale(1.1);
}

.reviews__item video {
    width: 100%;
    height: 100%;
    filter: opacity(0.5);
    object-fit: cover;
    transition: filter .2s ease;
}

.reviews__item:hover video {
    filter: none;
}

.reviews__controls {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.reviews__button {
    width: 100%;
    height: 100%;
    background-color: rgba(51,51,51,0.5);
    border-radius: 50%;
    position: absolute;
    opacity: 0;
    transition: opacity .2s ease 0.5s;
    cursor: pointer;
}

.reviews__button:hover {
    opacity: 1;
    transition: opacity .2s ease 0s;
}

.reviews__button span {
    --s: 60px;
    width: var(--s);
    height: var(--s);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    transition: all 0.2s;
    position: absolute;
    display: block;
    z-index: 2;
    -webkit-mask-size: var(--s);
    mask-size: var(--s);
}

.reviews__hidden._pause .reviews__button span {
    -webkit-mask-image: url('/img/icon-review-play.svg');
    mask-image: url('/img/icon-review-play.svg');
}

.reviews__hidden .reviews__button span {
    -webkit-mask-image: url('/img/icon-review-pause.svg');
    mask-image: url('/img/icon-review-pause.svg');
}

.reviews__inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





.contacts {
    overflow: hidden;
}

.contacts__inner {
    padding: 188px 0 100px;
    display: flex;
    align-items: center;
}

.contacts .lp__text {
    max-width: 600px;
}

.contacts__img {
    margin-left: auto;
    margin-right: 180px;
    position: relative;
}

@keyFrames shadowRotate {
    from {transform: translate(-50%, -50%) rotate(0)}
    to {transform: translate(-50%, -50%) rotate(360deg)}
}

.contacts__img:before,
.hero__img:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-color: #26274a;
    filter: blur(200px);
    content: '';
    animation: shadowRotate linear 30s infinite;
}

.hero__img:before {
    width: 100%;
    height: 100%;
    z-index: -1;
}

.contacts__quote {
    top: -58px;
    left: -128px;
    max-width: 226px;
    padding: 42px 20px 20px;
    font-size: 16px;
    color: var(--textSecondary);
    background-color: #fff;
    border-radius: 14px;
    position: absolute;
}

.contacts__quote div {
    --s: 60px;
    top: calc(var(--s) / -2);
    width: var(--s);
    height: var(--s);
    border-radius: 50%;
    background-image: url(/img/quote-avatar-min.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

.contacts__qr {
    padding: 78px 75px 58px;
    background-color: #050609;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.contacts__qr:before,
.contacts__qr:after {
    border-radius: 40px;
    content: '';
    position: absolute;
    transform-origin: bottom right;
}

.contacts__qr:before,
.contacts__qr:after {
    right: 0;
    bottom: 0;
    /*width: 100%;*/
    /*height: 100%;*/
    transform: none;
}

.contacts__qr:before {
    width: 92%;
    height: 92%;
    background-color: rgba(255,255,255,0.2);
    backdrop-filter: blur(8px);
    z-index: -1;
    transition: all 1s ease 0.2s;
}

.contacts__qr:after {
    width: 70%;
    height: 70%;
    background-color: var(--accent);
    z-index: -2;
    transition: all 1s ease 0.5s;
}

.contacts._active .contacts__qr:before {
    right: -10px;
    bottom: -3px;
    transform: rotate(10deg);
}

.contacts._active .contacts__qr:after {
    right: -20px;
    bottom: -9px;
    transform: rotate(20deg);
}

.contacts__qr img {
    margin-bottom: 42px;
}









@media screen and (max-width: 1024px) {
    * {
        -webkit-tap-highlight-color: transparent;
    }

    body {
        font-size: 16px;
    }

    ._mob {
        display: block;
    }
    
    .loader {
        width: 20vw!important;
        height: 20vw!important;
    }

    ._tg {
        width: 100%;
    }

    ._tg._active {
        box-shadow: 0 0 20px rgba(38, 39, 74, 0.5);
    }

    ._tg._active ._tg__icon {
        margin-left: calc(100% - 60px);
        box-shadow: 0 0 20px var(--accent);
    }

    ._tg__text p:first-child {
        text-indent: calc(50vw - 68px);
    }

    ._tg._active ._tg__text p:first-child {
        width: 100%;
    }

    ._tg__text p:last-child {
        left: calc(50% - 36px);
    }

    .lp__title {
        margin-bottom: 20px;
        font-size: 30px;
        position: relative;
        z-index: 1;
    }

    .lp__text {
        margin-bottom: 50px;
        position: relative;
        z-index: 1;
    }

    section {
        margin-bottom: 100px;
    }

    .hero {
        padding-top: 50px;
    }

    .hero__title {
        margin-bottom: -35%;
        font-size: 38px;
    }

    .hero__title span:nth-child(2) {
        transition-delay: unset;
    }

    .contacts__img:before,
    .hero__img:before {
        width: 80vw;
        height: 216px;
        filter: blur(50px);
    }

    .hero__img {
        width: 100%;
        position: relative;
    }

    .hero__img-img {
        height: unset;
        width: 100%;
    }

    .hero__info {
        display: none;
    }

    .hero__footer {
        margin-bottom: 30px;
        padding: 14px 20px;
        border-color: var(--white10);
        overflow: hidden;
    }

    .hero__footer-header {
        margin-bottom: 24px;
        display: flex;
        flex-direction: row;
    }

    .hero__footer-header div {
        height: 4px;
        margin: 0 5px;
        flex-grow: 1;
        border-radius: 2px;
        background-image: -webkit-linear-gradient(left, rgba(255,255,255,.5) 0%, rgba(255,255,255,.5) 50%, rgba(88, 89, 104,.5) 50.001%, rgba(88, 89, 104,.5) 100%);
        background-repeat: no-repeat;
        background-size: 200%;
        background-color: var(--white10);
        background-position: 100% 50%;
        animation-timing-function: linear;
        animation-delay: .2s;
        animation-duration: 5s;
    }

    @-webkit-keyframes Loader {
        0%   { background-position: 100% 0; }
        100% { background-position: 0 0; }
    }

    .hero__footer-header div.active {
        animation-name: Loader;
    }

    .hero__footer-header div.passed {
        background-position: 0 0;
    }

    .hero__footer-header:active div {
        animation-play-state: paused;
    }

    .hero__footer-slides {
        width: calc(200% + 20px);
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 1fr 1fr;
        transition: transform .2s ease;
    }

    .hero__footer-header[data-slide="1"] + .hero__footer-slides {
        transform: translateX(calc(-50% - 10px));
    }

    .hero__stats:before {
        display: none;
    }

    .hero__btn {
        margin-bottom: 30px;
    }

    .hero__stats {
        max-width: 600px;
        margin: 0 auto;
        padding: 0;
        border-color: transparent;
        display: grid;
        grid-gap: 30px;
        justify-content: unset;
    }

    .hero__stat {
        width: 100%;
        padding: 30px;
        border-radius: 20px;
        border: 1px solid var(--white10);
    }

    .hero__stat-title {
        font-size: 26px;
    }

    .about__tile-line:first-child,
    .about__tile-line:last-child {
        max-width: 600px;
        margin: 0 auto;
        grid-template-columns: unset;
    }

    .about__tile-line:first-child {
        margin-bottom: 20px;
    }

    .about__tile-item {
        height: 160px;
        padding: 20px;
    }

    .about__tile-item,
    .about__tile-decor:before,
    .about__tile-decor:after {
        border-radius: 20px;
    }

    .about__tile-title {
        font-size: 20px;
    }

    .about__tile-title._mt {
        margin-top: 0;
    }

    .about__tile-diagram {
        height: 80px;
        margin-top: auto;
        grid-template-columns: repeat(3, 25px);
        grid-gap: 5px;
    }

    .about__tile-diagram div {
        border-radius: min(6px, 1vw);
    }

    .projects__item {
        max-width: 600px;
        margin: 0 auto;
        padding: 20px;
        border-radius: 20px;
        display: block;
    }

    .projects__item-title {
        font-size: 20px;
    }

    .projects__item-title span {
        --s: 32px;
    }

    .projects__item > img {
        display: none;
    }

    .projects__item-edler,
    .projects__item-lbg {
        position: relative;
        border-radius: 10px;
    }

    .projects__item-btns {
        margin-bottom: 10px;
        display: grid;
        grid-gap: 10px;
    }

    .projects__item-btn:not(:last-child) {
        margin-right: 0;
    }

    .projects__item-demo {
        margin-bottom: 30px;
        overflow: hidden;
        position: relative;
    }

    .projects__item-edler._edler1,
    .projects__item-edler._edler2 {
        position: absolute;
    }

    .projects__item-edler._edler1 {
        max-width: 164px;
        top: 54px;
        right: 0;
        rotate: 0deg;
    }

    .projects__item-edler._edler2 {
        max-width: 174px;
        left: 0;
        transform: translateX(500%);
    }

    .projects__item-edler._edler3,
    .projects__item-lbg._lbg2 {
        width: 100%;
        max-width: 286px;
        left: 50%;
        rotate: 0deg;
    }

    .projects__item._active .projects__item-edler._edler3,
    .projects__item._active .projects__item-lbg._lbg2 {
        transform: translateX(-50%);
    }

    .projects__item-lbg._lbg1 {
        max-width: 180px;
        top: 50px;
        left: unset;
        right: 0;
        transform: translateX(-500%);
        position: absolute;
    }

    .projects__item-lbg._lbg2 {
        top: 75px;
    }

    .projects__item-footer {
        justify-content: center;
    }

    .meetups__gallery-item {
        width: min(33.3333vw, 100%) !important;
    }

    .meetups__gallery-item img {
        width: 33.3333vw;
    }

    .meetups__video-line {
        grid-template-columns: unset;
    }

    .meetups__video-item:before {
        border-radius: 2vw;
    }

    .meetups__video-item:after {
        border-top-width: 2vw;
        border-right-width: 2vw;
        border-bottom-width: 2vw;
        border-left-width: 3.2vw;
        left: calc(50% + 1vw);
    }

    .reviews {
        padding: 70px 0;
    }

    .reviews__item {
        --s: 140px;
    }

    .reviews__hidden {
        width: 80vw;
        height: 80vw;
    }

    .reviews__text {
        margin: 70px auto;
    }

    .contacts__img {
        display: none;
    }

    .contacts__inner {
        padding: 100px 0 30px;
        position: relative;
    }

    .contacts__inner:before {
        position: absolute;
        top: 80%;
        left: 50%;
        width: 50vw;
        height: 50vw;
        transform: translate(-50%, -50%);
        background-color: #26274a;
        filter: blur(100px);
        content: '';
        animation: shadowRotate linear 30s infinite;
    }

    .contacts__desr {
        width: 100%;
    }
}