html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

address {
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Alternates Medium'),
    local('MontserratAlternates-Medium'),
    local('Montserrat Alt Medium'),
    local('MontserratAlternatesMedium'),
    url('../fonts/MontserratAlternates-Medium.woff2') format('woff2'),
    url('../fonts/MontserratAlternates-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Alternates SemiBold'),
    local('MontserratAlternates-SemiBold'),
    local('Montserrat Alt SemiBold'),
    local('MontserratAlternatesSemiBold'),
    url('../fonts/MontserratAlternates-SemiBold.woff2') format('woff2'),
    url('../fonts/MontserratAlternates-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Alternates Bold'),
    local('MontserratAlternates-Bold'),
    local('Montserrat Alt Bold'),
    local('MontserratAlternatesBold'),
    url('../fonts/MontserratAlternates-Bold.woff2') format('woff2'),
    url('../fonts/MontserratAlternates-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Exo 2.0';
    src: local('Exo 2.0 ExtraLight'),
    local('Exo2.0-ExtraLight'),
    local('Exo 2.0 Extra Light'),
    local('Exo20-ExtraLight'),
    url('../fonts/exo2_0_extralight.woff2') format('woff2'),
    url('../fonts/exo2_0_extralight.woff') format('woff');
    font-weight: 250;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Exo 2.0';
    src: local('Exo 2.0 Light'),
    local('Exo2.0-Light'),
    local('Exo 2.0 Light'),
    local('Exo20-Light'),
    url('../fonts/exo2_0_light.woff2') format('woff2'),
    url('../fonts/exo2_0_light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Exo 2.0';
    src: local('Exo 2.0 Regular'),
    local('Exo2.0-Regular'),
    local('Exo 2.0 Regular'),
    local('Exo20-Regular'),
    url('../fonts/exo2_0_regular.woff2') format('woff2'),
    url('../fonts/exo2_0_regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Exo 2.0';
    src: local('Exo 2.0 Medium'),
    local('Exo2.0-Medium'),
    local('Exo 2.0 Medium'),
    local('Exo20-Medium'),
    url('../fonts/exo2_0_medium.woff2') format('woff2'),
    url('../fonts/exo2_0_medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Exo 2.0';
    src: local('Exo 2.0 Bold'),
    local('Exo2.0-Bold'),
    local('Exo 2.0 Bold'),
    local('Exo20-Bold'),
    url('../fonts/exo2_0_bold.woff2') format('woff2'),
    url('../fonts/exo2_0_bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    position: relative;
    min-width: 320px;
    font-family: 'Exo 2.0', sans-serif;
    font-weight: 400;
    color: #fff;
    background-color: #1B2B34;
    overflow-x: hidden;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list-reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn-reset {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.stop-scroll {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    padding-right: 17px;
}

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

.header {
    padding: 30px 0;
    position: sticky;
    top: 0;
    background-color: #1b2b34;
    z-index: 9999;
    -webkit-transition: padding .3s;
    transition: padding .3s;
}

.header__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.logo {
    position: relative;
    width: 150px;
    height: 50px;
}

.logo__line {
    position: absolute;
    display: block;
    height: 5px;
    border-radius: 3px;
    opacity: 0;
    background-color: #7df9ff;
    -webkit-box-shadow: 0 0 8px 1px #4cc9f0;
    box-shadow: 0 0 8px 1px #4cc9f0;
    -webkit-animation: logo-pulse .7s ease .7s forwards;
    animation: logo-pulse .7s ease .7s forwards;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@-webkit-keyframes logo-pulse {
    0% {
        opacity: 1;
        -webkit-box-shadow: 0 0 6px 1px #4cc9f0;
        box-shadow: 0 0 6px 1px #4cc9f0;
    }
    20% {
        opacity: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    30% {
        opacity: 1;
        -webkit-box-shadow: 0 0 6px 1px #4cc9f0;
        box-shadow: 0 0 6px 1px #4cc9f0;
    }
    38% {
        opacity: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    45% {
        opacity: 1;
        -webkit-box-shadow: 0 0 6px 1px #4cc9f0;
        box-shadow: 0 0 6px 1px #4cc9f0;
    }
    50% {
        opacity: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    53% {
        opacity: 1;
        -webkit-box-shadow: 0 0 6px 1px #4cc9f0;
        box-shadow: 0 0 6px 1px #4cc9f0;
    }
    65% {
        opacity: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    100% {
        opacity: 1;
        -webkit-box-shadow: 0 0 6px 1px #4cc9f0;
        box-shadow: 0 0 6px 1px #4cc9f0;
    }
}

@keyframes logo-pulse {
    0% {
        opacity: 1;
        -webkit-box-shadow: 0 0 6px 1px #4cc9f0;
        box-shadow: 0 0 6px 1px #4cc9f0;
    }
    20% {
        opacity: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    30% {
        opacity: 1;
        -webkit-box-shadow: 0 0 6px 1px #4cc9f0;
        box-shadow: 0 0 6px 1px #4cc9f0;
    }
    38% {
        opacity: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    45% {
        opacity: 1;
        -webkit-box-shadow: 0 0 6px 1px #4cc9f0;
        box-shadow: 0 0 6px 1px #4cc9f0;
    }
    50% {
        opacity: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    53% {
        opacity: 1;
        -webkit-box-shadow: 0 0 6px 1px #4cc9f0;
        box-shadow: 0 0 6px 1px #4cc9f0;
    }
    65% {
        opacity: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    100% {
        opacity: 1;
        -webkit-box-shadow: 0 0 6px 1px #4cc9f0;
        box-shadow: 0 0 6px 1px #4cc9f0;
    }
}

.logo__line--1 {
    width: 35px;
    top: 25px;
    left: 0;
    -webkit-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
}

.logo__line--2 {
    width: 50px;
    top: 11px;
    left: 3px;
    -webkit-transform: translateY(11px) rotate(90deg);
    transform: translateY(11px) rotate(90deg);
}

.logo__line--3 {
    width: 35px;
    top: 0;
    left: 22px;
    -webkit-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
}

.logo__line--4 {
    width: 20px;
    top: 11px;
    left: 49px;
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
}

.logo__line--5 {
    width: 29px;
    top: 24px;
    left: 57px;
    -webkit-transform: translateY(11px) rotate(70deg);
    transform: translateY(11px) rotate(70deg);
}

.logo__line--6 {
    width: 29px;
    top: 24px;
    left: 66px;
    -webkit-transform: translateY(11px) rotate(-70deg);
    transform: translateY(11px) rotate(-70deg);
}

.logo__line--7 {
    width: 29px;
    top: 24px;
    left: 74px;
    -webkit-transform: translateY(11px) rotate(70deg);
    transform: translateY(11px) rotate(70deg);
}

.logo__line--8 {
    width: 29px;
    top: 24px;
    left: 83px;
    -webkit-transform: translateY(11px) rotate(-70deg);
    transform: translateY(11px) rotate(-70deg);
}

.header.header--scrolled {
    padding: 5px 0;
}

.header.header--scrolled .logo__line--1 {
    width: 25px;
    top: 19px;
    left: 8px;
}

.header.header--scrolled .logo__line--2 {
    width: 35px;
    top: 11px;
    left: 11px;
}

.header.header--scrolled .logo__line--3 {
    width: 25px;
    top: 4px;
    left: 24px;
}

.header.header--scrolled .logo__line--4 {
    width: 12px;
    top: 11px;
    left: 43px;
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
}

.header.header--scrolled .logo__line--5 {
    width: 22px;
    top: 19px;
    left: 45px;
}

.header.header--scrolled .logo__line--6 {
    width: 22px;
    top: 19px;
    left: 51px;
}

.header.header--scrolled .logo__line--7 {
    width: 22px;
    top: 19px;
    left: 57px;
}

.header.header--scrolled .logo__line--8 {
    width: 22px;
    top: 19px;
    left: 63px;
}

.nav__list {
    font-size: 20px;
    font-weight: 500;
    gap: 50px;
}

.nav__link {
    font-size: 24px;
    color: #c7c7c7;
    font-weight: 300;
    cursor: pointer;
    position: relative;
    border: none;
    background: none;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: color;
    transition-property: color;
}

.nav__link:focus,
.nav__link:hover {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #ffffffaa;
    background: linear-gradient(0, #7df9ff, #000 70%, #000 99%);
    background-clip: text;
    -webkit-background-clip: text;
}

.nav__link:focus:after,
.nav__link:hover:after {
    width: 100%;
    left: 0px;
}

.nav__link:after {
    content: "";
    pointer-events: none;
    bottom: -10px;
    left: 0px;
    position: absolute;
    width: 0%;
    height: 3px;
    border-radius: 2px;
    background-color: #7df9ff;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: width, left;
    transition-property: width, left;
}

.nav__link:focus:before,
.nav__link:hover:before {
    width: 100%;
    left: 0px;
}

.nav__link:before {
    content: "";
    pointer-events: none;
    bottom: -10px;
    left: 0;
    position: absolute;
    width: 0%;
    height: 3px;
    background-color: #7df9ff;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: width, left;
    transition-property: width, left;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.nav__link:focus {
    color: #ffffffaa;
    background: linear-gradient(0, #7df9ff, #000 70%, #000 99%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.nav__link:focus:after,
.nav__link:focus:before {
    width: 100%;
    left: 0;
}

.nav__link.nav__link--active {
    color: #ffffff;
    background: linear-gradient(0, #7df9ff, #000 70%, #000 99%);
    background-clip: text;
    -webkit-background-clip: text;
}

.nav__link.nav__link--active:after,
.nav__link.nav__link--active:before {
    width: 100%;
    left: 0;
}

.nav__link.nav__link--active:focus {
    color: #ffffff;
}

.nav__link.nav__link--active:focus:after,
.nav__link.nav__link--active:focus:before {
    width: 100%;
    left: 0;
}

.burger {
    display: none;
}

.section {
    padding: 50px 0;
}

.hero.section {
    padding: 90px 0 55px;
}

.hero__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 51% 49%;
    grid-template-columns: 51% 49%;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: repeat(4, auto);
    padding: 30px 0;
    border-radius: 10px;
}

.hero__wrap > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.hero__wrap > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.hero__wrap > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.hero__wrap > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}

.hero__wrap > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.hero__wrap > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
}

.hero__wrap > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
}

.hero__wrap > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
}

.hero__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
    margin-bottom: 30px;
    font-size: 58px;
    font-weight: 700;
}

.hero__subtitle {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / span 1;
    margin-bottom: 50px;
    font-size: 26px;
    font-weight: 300;
    color: #7df9ff;
}

.hero__bullets {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / span 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 50px;
}

.hero__bullet {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    font-size: 20px;
    font-weight: 300;
}

.hero__bullet::before {
    content: '';
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.hero__bullet--1::before {
    background-image: url(../images/hero-bullet-1.png);
}

.hero__bullet--2::before {
    background-image: url(../images/hero-bullet-2.png);
}

.hero__bullet--3::before {
    background-image: url(../images/hero-bullet-3.png);
}

.button {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / span 1;
    position: relative;
    -ms-grid-column-align: start;
    justify-self: self-start;
    padding: 10px 15px;
    border-radius: 5px;
    border: 2px solid #7df9ff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.125em;
    background: transparent;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
    transition: -webkit-box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
}

.button:hover {
    background: #7df9ff;
    -webkit-box-shadow: 0 0 20px 3px #4cc9f0;
    box-shadow: 0 0 20px 3px #4cc9f0;
    color: #1B2B34;
}

.button::before {
    content: "";
    display: block;
    width: 0;
    height: 86%;
    position: absolute;
    top: 7%;
    left: 0;
    opacity: 0;
    background: linear-gradient(90deg, transparent, #fff, transparent);
    -webkit-box-shadow: 0 0 50px 30px #fff;
    box-shadow: 0 0 50px 30px #fff;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.button:hover::before {
    -webkit-animation: neon-shine 0.6s 0s linear;
    animation: neon-shine 0.6s 0s linear;
}

@-webkit-keyframes neon-shine {
    from {
        opacity: 0;
        left: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
        left: 100%;
    }
}

@keyframes neon-shine {
    from {
        opacity: 0;
        left: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
        left: 100%;
    }
}

.button:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.hero__image {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1 / span 4;
}

.hex-wrap {
    position: relative;
    width: 500px;
    margin: 0 auto;
}

.hex-svg {
    width: 100%;
    height: auto;
    display: block;
}

.hex-svg {
    color: #7df9ff;
}

.hex-fill {
    fill: currentColor;
}

.author {
    position: absolute;
    -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;
    height: 460px;
    width: 100%;
    gap: 15px;
    top: 17px;
    left: -8px;
}

.author__photo {
    height: 100%;
}

.author__data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.author__name,
.author__profession {
    position: absolute;
}

.author__name {
    font-size: 24px;
    font-weight: 600;
    padding: 5px 10px 7px;
    left: -3px;
    bottom: 4px;
    border-radius: 8px;
    -webkit-transform: rotate(32deg) skewX(-28deg);
    transform: rotate(32deg) skewX(-28deg);
    color: #7df9ff;
    -webkit-box-shadow: 0 0 10px 1px #4cc9f0;
    box-shadow: 0 0 10px 1px #4cc9f0;
}

.author__profession {
    font-size: 18px;
    font-weight: 300;
    padding: 5px 10px 7px;
    right: -14px;
    bottom: 11px;
    border-radius: 8px;
    -webkit-transform: rotate(-32deg) skewX(30deg);
    transform: rotate(-32deg) skewX(30deg);
    color: #7df9ff;
    -webkit-box-shadow: 0 0 10px 1px #4cc9f0;
    box-shadow: 0 0 10px 1px #4cc9f0;
}

.section__title {
    margin-bottom: 50px;
    font-size: 52px;
    font-weight: 700;
    text-align: center;
}

.services__grid-wrap {
    gap: 25px;
}

.services__grid {
    position: relative;
    width: 57%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}

.services__sticky-bg {
    position: relative;
    width: 40%;
}

.services__sticky-bg-img {
    position: sticky;
    top: 50px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.service-card {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px 20px 210px;
    width: 100%;
    gap: 15px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.service-card--1::before {
    background-image: url(../images/services-1.png);
}

.service-card--2::before {
    background-image: url(../images/services-2.png);
}

.service-card--3::before {
    background-image: url(../images/services-3.png);
}

.service-card__title {
    font-size: 28px;
    font-weight: 600;
}

.service-card__lead {
    font-size: 18px;
    font-weight: 400;
    color: #7df9ff;
}

.service-card__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

.service-card__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
}

.service-card__item::before {
    content: '';
    display: block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #7df9ff;
    -webkit-box-shadow: 0 0 10px 1px #4cc9f0;
    box-shadow: 0 0 10px 1px #4cc9f0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.benefits__grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
}

.benefit {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc((100% - 2 * 30px) / 3);
    gap: 15px;
    padding: 30px;
    /*border: 1px solid #7df9ff;*/
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
}

.benefit::before {
    content: '';
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 150px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.benefit:hover {
    -webkit-box-shadow: 0 0 20px 3px #4cc9f0;
    box-shadow: 0 0 20px 3px #4cc9f0;
}

.benefit--1::before {
    background-image: url(../images/benefit-1.png);
}

.benefit--2::before {
    background-image: url(../images/benefit-2.png);
}

.benefit--3::before {
    background-image: url(../images/benefit-3.png);
}

.benefit--4::before {
    background-image: url(../images/benefit-4.png);
}

.benefit--5::before {
    background-image: url(../images/benefit-5.png);
}

.benefit--6::before {
    background-image: url(../images/benefit-6.png);
}

.benefit__elem-top-left,
.benefit__elem-top-right,
.benefit__elem-bottom-left,
.benefit__elem-bottom-right {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
}

.benefit:hover .benefit__elem-top-left {
    background-color: #7df9ff;
    -webkit-box-shadow: 0 0 10px 1px #4cc9f0;
    box-shadow: 0 0 10px 1px #4cc9f0;
}

.benefit:hover .benefit__elem-top-right {
    background-color: #7df9ff;
    -webkit-box-shadow: 0 0 10px 1px #4cc9f0;
    box-shadow: 0 0 10px 1px #4cc9f0;
}

.benefit:hover .benefit__elem-bottom-left {
    background-color: #7df9ff;
    -webkit-box-shadow: 0 0 10px 1px #4cc9f0;
    box-shadow: 0 0 10px 1px #4cc9f0;
}

.benefit:hover .benefit__elem-bottom-right {
    background-color: #7df9ff;
    -webkit-box-shadow: 0 0 10px 1px #4cc9f0;
    box-shadow: 0 0 10px 1px #4cc9f0;
}

.benefit:hover .benefit__title {
    color: #7df9ff;
    text-shadow: 0 0 10px #4cc9f0;
}

.benefit__elem-top-left,
.benefit__elem-top-right {
    top: 10px;
}

.benefit__elem-bottom-left,
.benefit__elem-bottom-right {
    bottom: 10px;
}

.benefit__elem-top-left,
.benefit__elem-bottom-left {
    left: 10px;
}

.benefit__elem-top-right,
.benefit__elem-bottom-right {
    right: 10px;
}

.benefit__title {
    font-size: 28px;
    font-weight: 600;
}

.benefit__text {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
}

.pricing__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: repeat(2, auto);
    width: 100%;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 50px;
}

.pricing__grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.pricing__grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.pricing__grid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.pricing__grid > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.pricing__grid > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.pricing__grid > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.price-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}

.price-card--1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
}

.price-card--2 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
}

.price-card--3 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
}

.price-card__title {
    font-size: 28px;
    font-weight: 600;
}

.price-card__fit {
    font-size: 18px;
    font-weight: 400;
    color: #7df9ff;
}

.price-card__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.price-card__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
}

.price-card__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
}

.price-card__item::before {
    content: '';
    display: block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #7df9ff;
    -webkit-box-shadow: 0 0 10px 1px #4cc9f0;
    box-shadow: 0 0 10px 1px #4cc9f0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.price-card__offer-details {
    margin: auto -15px -15px;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    color: #1b2b34;
    background-color: rgb(125, 249, 255);
}

.price-card__cost {
    line-height: 1.2;
}

.price-card__cost,
.price-card__term {
    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;
    font-size: 18px;
    font-weight: 400;
}

.price-card__i {
    font-size: 18px;
    font-weight: 400;
}

.price-card__cost span,
.price-card__term span {
    font-weight: 700;
}

.pricing__clarify {
    width: 150%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 1px #4cc9f0;
    box-shadow: 0 0 10px 1px #4cc9f0;
}

.pricing__clarify::before {
    content: '';
    margin-right: 30px;
    width: 150px;
    height: 150px;
    background-image: url(../images/clarify.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.pricing__clarify-text {
    font-size: 18px;
    font-weight: 250;
}

.pricing__cta {
    width: 150%;
    -webkit-transform: translateX(38%);
    transform: translateX(38%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 22px;
    text-align: center;
}

.pricing__cta-title {
    font-size: 28px;
    line-height: 1;
    font-weight: 300;
}

.pricing__cta-text {
    font-size: 18px;
    font-weight: 250;
    color: #7df9ff;
}

.pricing__button {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.section__subtitle {
    margin-top: -20px;
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    color: #7df9ff;
}

.portfolio__grid {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}

.project-card-wrapper {
    position: relative;
    width: calc((100% - 2 * 30px) / 3);
    border-radius: 10px;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
}

.project-card {
    position: relative;
    padding: 15px;
    height: 100%;
    border-radius: 10px;
    background-color: rgb(50 65 73);
    -webkit-transition: -webkit-box-shadow .1s, -webkit-transform .1s;
    transition: -webkit-box-shadow .1s, -webkit-transform .1s;
    transition: box-shadow .1s, transform .1s;
    transition: box-shadow .1s, transform .1s, -webkit-box-shadow .1s, -webkit-transform .1s;
    z-index: 1;
}

.project-card-wrapper::before,
.project-card-wrapper::after {
    content: '';
    position: absolute;
    display: block;
    width: 24px;
    height: 20px;
    border-radius: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #4cc9f0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    z-index: 0;
}

.project-card-wrapper::before {
    top: -5px;
    left: 2px;
}

.project-card-wrapper::after {
    right: -6px;
    bottom: 4px;
}

.project-card-wrapper:hover::before {
    visibility: visible;
    opacity: 1;
}

.project-card-wrapper:hover::after {
    visibility: visible;
    opacity: 1;
}

.project-card-wrapper:hover {
    -webkit-box-shadow: rgb(76, 201, 240) 0 0 20px 2px;
    box-shadow: rgb(76, 201, 240) 0 0 20px 2px;
    cursor: pointer;
}

.project-card-wrapper:hover .project-card {
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
    -webkit-box-shadow: -10px 10px 0 0 #4cc9f0;
    box-shadow: -10px 10px 0 0 #4cc9f0;
    color: #1B2B34;
    background-color: #7df9ff;
}

.project-card-wrapper:active {
    -webkit-box-shadow: 0 0 5px 1px #4cc9f0;
    box-shadow: 0 0 5px 1px #4cc9f0;
}

.project-card-wrapper:active .project-card {
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-box-shadow: 0 0 5px 1px #4cc9f0;
    box-shadow: 0 0 5px 1px #4cc9f0;
}

.project-card-wrapper:active::before {
    visibility: hidden;
    opacity: 0;
}

.project-card-wrapper:active::after {
    visibility: hidden;
    opacity: 0;
}

.project-card-wrapper:hover .project-card__badge {
    visibility: visible;
    opacity: 1;
}

.project-card__thumb {
    position: relative;
    margin: -15px -15px 15px -15px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.project-card__badge {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 5px 10px 8px;
    border-radius: 5px 5px 0 0;
    color: #1B2B34;
    background-color: #7df9ff;
}

.project-card__content {
    text-align: center;
}

.project-card__title {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1B2B34;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}

.portfolio__lightbox.is-visible {
    opacity: 1;
    visibility: visible;
}

.lightbox__container {
    position: relative;
}

.lightbox__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 999;
}

.lightbox__close--scrolled {
    position: fixed;
    right: 65px;
}

.lightbox__close:hover .lightbox__close-line {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
}

.lightbox__close:active .lightbox__close-line {
    -webkit-transform: translate(-50%, -50%) rotate(0) scaleX(0);
    transform: translate(-50%, -50%) rotate(0) scaleX(0);
}

.lightbox__close-line {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 5px;
    border-radius: 2px;
    background-color: #ec3033;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.lightbox__close-line:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.lightbox__close-line:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.lightbox__content {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #1B2B34;
    overflow-y: scroll;
}

@-webkit-keyframes lightBox-content {
    0% {
        opacity: 1;
        border: 5px solid #7df9ff;
        -webkit-box-shadow: 0 0 50px 1px #4cc9f0;
        box-shadow: 0 0 50px 1px #4cc9f0;
    }
    20% {
        opacity: .2;
        border: 5px solid transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    30% {
        opacity: 1;
        border: 5px solid #7df9ff;
        -webkit-box-shadow: 0 0 50px 1px #4cc9f0;
        box-shadow: 0 0 50px 1px #4cc9f0;
    }
    38% {
        opacity: .2;
        border: 5px solid transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    45% {
        opacity: 1;
        border: 5px solid #7df9ff;
        -webkit-box-shadow: 0 0 50px 1px #4cc9f0;
        box-shadow: 0 0 50px 1px #4cc9f0;
    }
    50% {
        opacity: .2;
        border: 5px solid transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    53% {
        opacity: 1;
        border: 5px solid #7df9ff;
        -webkit-box-shadow: 0 0 50px 1px #4cc9f0;
        box-shadow: 0 0 50px 1px #4cc9f0;
    }
    65% {
        opacity: .2;
        border: 5px solid transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    100% {
        opacity: 1;
        border: 5px solid #7df9ff;
        -webkit-box-shadow: 0 0 50px 1px #4cc9f0;
        box-shadow: 0 0 50px 1px #4cc9f0;
    }
}

@keyframes lightBox-content {
    0% {
        opacity: 1;
        border: 5px solid #7df9ff;
        -webkit-box-shadow: 0 0 50px 1px #4cc9f0;
        box-shadow: 0 0 50px 1px #4cc9f0;
    }
    20% {
        opacity: .2;
        border: 5px solid transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    30% {
        opacity: 1;
        border: 5px solid #7df9ff;
        -webkit-box-shadow: 0 0 50px 1px #4cc9f0;
        box-shadow: 0 0 50px 1px #4cc9f0;
    }
    38% {
        opacity: .2;
        border: 5px solid transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    45% {
        opacity: 1;
        border: 5px solid #7df9ff;
        -webkit-box-shadow: 0 0 50px 1px #4cc9f0;
        box-shadow: 0 0 50px 1px #4cc9f0;
    }
    50% {
        opacity: .2;
        border: 5px solid transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    53% {
        opacity: 1;
        border: 5px solid #7df9ff;
        -webkit-box-shadow: 0 0 50px 1px #4cc9f0;
        box-shadow: 0 0 50px 1px #4cc9f0;
    }
    65% {
        opacity: .2;
        border: 5px solid transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    100% {
        opacity: 1;
        border: 5px solid #7df9ff;
        -webkit-box-shadow: 0 0 50px 1px #4cc9f0;
        box-shadow: 0 0 50px 1px #4cc9f0;
    }
}


.lightbox__content::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.lightbox__content::-webkit-scrollbar-track {
    background: #324149;
}

.lightbox__content::-webkit-scrollbar-thumb {
    background-color: #4cc9f0;
    border: 2px solid #324149;
}

.lightbox__content::-webkit-scrollbar-thumb:hover {
    background-color: #7df9ff;
}

.project__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 50px;
    gap: 50px;
}

.project__info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px;
}

.project__title {
    margin-bottom: 25px;
    max-width: 80%;
    font-size: 54px;
    font-weight: 500;
}

.project__title--scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    margin-left: -8px;
    padding: 15px 65px;
    background-color: #1B2B34;
    font-size: 34px;
    -webkit-transition: padding .2s, font-size .2s;
    transition: padding .2s, font-size .2s;
}

@supports (-moz-appearance: none) {
    .project__title--scrolled {
        margin-left: 0;
    }
}

.project__task-title {
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 700;
}

.project__task-descr {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 300;
}

.project__data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px;
    width: 33%;
    min-width: 400px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 5px solid rgb(125, 249, 255);
    -webkit-box-shadow: rgb(76, 201, 240) 0px 0px 50px 1px;
    box-shadow: rgb(76, 201, 240) 0px 0px 50px 1px;
    opacity: 0;
    -webkit-transition: none;
    transition: none;
}

.project__data.is-visible {
    opacity: 1;
}

.project__data.animate-in {
    -webkit-animation: lightBox-content 1s ease 1s forwards;
    animation: lightBox-content 1s ease 1s forwards;
}

.project__logo {
    margin-bottom: 15px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 150px;
}

.project__url {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4px;
    font-size: 18px;
}

.project__link {
    position: relative;
}

.project__link::after {
    content: "";
    position: absolute;
    display: block;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #7df9ff;
}

.project__link,
.project__term-value {
    font-weight: 300;
}

.project__term {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
    font-size: 18px;
}

.project__url-title,
.project__term-title {
    font-weight: 600;
}

.project__tech {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 10px;
}

.project__tech-tag {
    padding: 3px 8px 2px;
    border: 1px solid rgba(125, 249, 255, 0.3);
    font-size: 11px;
    font-weight: 300;
    color: #7df9ff;
    border-radius: 10px;
    background-color: rgba(125, 249, 255, 0.1);
}

.project__images-control {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    font-size: 18px;
    font-weight: 600;
}

.project__image-btn {
    padding: 10px 15px;
    border: 4px solid #7df9ff;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    color: #fff;
}

.project__image-btn.project__image-btn--active {
    background-color: #7df9ff;
    color: #1B2B34;
}

.project__separator {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #7df9ff;
}

.project__images {
    -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;
    margin: 0 auto;
    background-color: rgba(125, 249, 255, 0.1);
}

.project__image-img {
    display: none;
}

.project__image-img--active {
    display: block;
}

.project__image-img--desktop {
    max-width: 1920px;
    width: 100%;
}

.project__image-img--tablet {
    max-width: 1024px;
    width: 100%;
}

.project__image-img--mobile {
    max-width: 375px;
    width: 100%;
}

.tech__columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 50px;
}

.tech__col {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc((100% - 50px) / 2);
    padding: 15px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    gap: 15px;
}

.tech__col::after {
    content: '';
    width: 100px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    background-color: #1B2B34;
    margin: -15px -15px -15px 0;
    padding: 0 10px;
    border-radius: 8px 0 0 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.tech__col:hover::after {
    background-color: #7df9ff;
}

.tech__col--1::after {
    background-image: url(../images/tech-icon-1-2.png);
}

.tech__col--2::after {
    background-image: url(../images/tech-icon-2-2.png);
}

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

.tech__group-title {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
}

.tech__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

.tech__item {
    font-size: 16px;
    font-weight: 300;
}

.tech__item::before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #7df9ff;
    -webkit-box-shadow: 0 0 10px 1px #4cc9f0;
    box-shadow: 0 0 10px 1px #4cc9f0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.tech__item span {
    font-weight: 700;
}

.steps {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}

.step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc((100% - 1 * 30px) / 2);
    padding: 15px 30px 20px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}

.step:hover .step__number {
    -webkit-filter: blur(0);
    filter: blur(0);
    color: #7df9ff;
    text-shadow: 0 0 20px #4cc9f0;
}

.step__number {
    width: 20%;
    font-family: 'Montserrat', sans-serif;
    font-size: 140px;
    text-align: right;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    color: #1b2b34;
    text-shadow: 0 0 10px #4cc9f0;
    -webkit-transition: text-shadow .1s;
    transition: text-shadow .1s;
}

.step__info {
    width: calc(80% - 15px);
}

.step__title {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
}

.step__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

.step__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
}

.step__item::before {
    content: '';
    display: block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #7df9ff;
    -webkit-box-shadow: 0 0 10px 1px #4cc9f0;
    box-shadow: 0 0 10px 1px #4cc9f0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.contacts__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px 0;
    gap: 50px;
}

.contacts__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(40% - 25px);
}

.contacts__list {
    -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;
    width: 100%;
    margin-left: -20px;
    gap: 15px;
}

.contacts__link {
    position: relative;
    padding: 10px 20px;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #fff;
    background-color: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.contacts__link:hover,
.contacts__link:focus {
    color: #7df9ff;
    text-shadow: 0 0 20px #7df9ff;
    outline: none;
}

.contacts__link:active {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
}

.contacts__link .contacts__link-text {
    position: relative;
    z-index: 1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.contacts__link:hover .contacts__link-text {
    opacity: 0;
}

.contacts__link::before,
.contacts__link::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
    opacity: 0;
    background-color: #1B2B34;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.contacts__link:hover::before,
.contacts__link:focus::before {
    opacity: 1;
    color: #fff;
    -webkit-animation: glitch-anim .5s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: glitch-anim .5s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.contacts__link:hover::after,
.contacts__link:focus::after {
    opacity: 1;
    color: #7df9ff;
    animation: glitch-anim .5s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both;
}

.contacts__in-touch {
    position: relative;
    margin-top: 20px;
    padding-top: 15px;
    width: max-content;
    font-size: 16px;
    font-weight: 250;
    color: #7df9ff;
}

.contacts__in-touch::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 2px;
    background-color: #7df9ff;
    -webkit-box-shadow: 0 0 5px 1px #4cc9f0;
    box-shadow: 0 0 5px 1px #4cc9f0;
}

.contacts__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(60% - 25px);
    padding: 30px;
    border: 5px solid transparent;
    border-radius: 10px;
    gap: 50px;
    background-color: #324149;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
}

.contacts__form:hover {
    border: 5px solid #7df9ff;
    -webkit-box-shadow: 0 0 50px 1px #4cc9f0;
    box-shadow: 0 0 50px 1px #4cc9f0;
}

.contacts__form-title {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 24px;
    font-weight: 500;
}

.form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

.form__row {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 30px;
}

.form__col {
    width: calc((100% - 15px) / 2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 29px;
}

.form__group {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 18px;
}

.form__label {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 1rem;
    color: #7df9ff;
    opacity: 0.6;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form__group .form__input,
.form__group .form__textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(125, 249, 255, 0.5);
    padding: 12px 0;
    font-size: 1rem;
    color: #fff;
    font-family: inherit;
    outline: none;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

.form__group .form__textarea {
    resize: vertical;
    min-width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form__group .form__input:focus,
.form__group .form__textarea:focus {
    border-color: #7df9ff;
}

.form__input:not(:-ms-input-placeholder) + .form__label {
    top: -15px;
    font-size: 0.8rem;
    opacity: 1;
}

.form__input:focus + .form__label,
.form__input:not(:placeholder-shown) + .form__label {
    top: -15px;
    font-size: 0.8rem;
    opacity: 1;
}

.form__textarea:not(:-ms-input-placeholder) + .form__label {
    top: -15px;
    font-size: 0.8rem;
    opacity: 1;
}

.form__textarea:focus + .form__label,
.form__textarea:not(:placeholder-shown) + .form__label {
    top: -15px;
    font-size: 0.8rem;
    opacity: 1;
}

.form__group .form__input:focus + .form__label::before,
.form__group .form__input:focus + .form__label::after,
.form__group .form__textarea:focus + .form__label::before,
.form__group .form__textarea:focus + .form__label::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #324149;
    color: transparent;
}

.form__group .form__input:focus + .form__label::before,
.form__group .form__textarea:focus + .form__label::before {
    color: #fff;
    -webkit-animation: glitch-anim .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: glitch-anim .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.form__group .form__input:focus + .form__label::after,
.form__group .form__textarea:focus + .form__label::after {
    color: #7df9ff;
    animation: glitch-anim .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both;
}

@-webkit-keyframes glitch-anim {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
    20% {
        -webkit-transform: translate(-5px, 3px);
        transform: translate(-5px, 3px);
        -webkit-clip-path: inset(50% 0 20% 0);
        clip-path: inset(50% 0 20% 0);
    }
    40% {
        -webkit-transform: translate(3px, -2px);
        transform: translate(3px, -2px);
        -webkit-clip-path: inset(20% 0 60% 0);
        clip-path: inset(20% 0 60% 0);
    }
    60% {
        -webkit-transform: translate(-4px, 2px);
        transform: translate(-4px, 2px);
        -webkit-clip-path: inset(80% 0 5% 0);
        clip-path: inset(80% 0 5% 0);
    }
    80% {
        -webkit-transform: translate(4px, -3px);
        transform: translate(4px, -3px);
        -webkit-clip-path: inset(30% 0 45% 0);
        clip-path: inset(30% 0 45% 0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}

@keyframes glitch-anim {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
    20% {
        -webkit-transform: translate(-5px, 3px);
        transform: translate(-5px, 3px);
        -webkit-clip-path: inset(50% 0 20% 0);
        clip-path: inset(50% 0 20% 0);
    }
    40% {
        -webkit-transform: translate(3px, -2px);
        transform: translate(3px, -2px);
        -webkit-clip-path: inset(20% 0 60% 0);
        clip-path: inset(20% 0 60% 0);
    }
    60% {
        -webkit-transform: translate(-4px, 2px);
        transform: translate(-4px, 2px);
        -webkit-clip-path: inset(80% 0 5% 0);
        clip-path: inset(80% 0 5% 0);
    }
    80% {
        -webkit-transform: translate(4px, -3px);
        transform: translate(4px, -3px);
        -webkit-clip-path: inset(30% 0 45% 0);
        clip-path: inset(30% 0 45% 0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}

.form__input.error {
    border-bottom-color: #ef3434;
}

.form__radio {
    padding-bottom: 20px;
}

.form__input-error,
.form__radio-error {
    position: absolute;
    bottom: -7px;
    font-size: 14px;
    color: #ef3434;
    visibility: hidden;
    opacity: 0;
}

.form__input-error {
    left: 0;
}

.form__radio-error {
    width: 100%;
    text-align: center;
}

.form__radio-title {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.glitch-radio-wrapper {
    --bg-color: #324149;
    --primary-color: #7df9ff;
    --secondary-color: #fff;
    --text-color: #e5e5e5;
    --disabled-color: #555;
    --glitch-anim-duration: 0.4s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.5rem;
    background-color: #324149;
    border-radius: 1rem;
}

.glitch-radio-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.glitch-radio-container input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.radio-circle {
    width: 1.5em;
    height: 1.5em;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    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;
}

.radio-circle.error {
    border-color: #ef3434;
}

.radio-dot {
    width: 60%;
    height: 60%;
    background-color: var(--primary-color);
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.radio-label {
    color: var(--text-color);
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
}

.pulse {
    position: absolute;
    inset: 0;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    opacity: 0;
}

.glitch-radio-container input:checked + .radio-circle .radio-dot {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.glitch-radio-container input:checked ~ .radio-label {
    color: var(--primary-color);
    text-shadow: 0 0 8px rgba(76, 201, 240, 0.7);
}

.glitch-radio-container input:checked + .radio-circle .pulse {
    -webkit-animation: pulse-wave 1.2s cubic-bezier(0, 0, 0.2, 1) infinite;
    animation: pulse-wave 1.2s cubic-bezier(0, 0, 0.2, 1) infinite;
    -webkit-animation-delay: var(--d);
    animation-delay: var(--d);
}

.glitch-radio-container:hover .radio-circle {
    -webkit-box-shadow: 0 0 10px rgb(76, 201, 240);
    box-shadow: 0 0 10px rgb(76, 201, 240);
}

.glitch-radio-container:hover .radio-label::before,
.glitch-radio-container:hover .radio-label::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #324149;
}

.glitch-radio-container:hover .radio-label::before {
    color: var(--secondary-color);
    -webkit-animation: glitch-anim-text var(--glitch-anim-duration)
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: glitch-anim-text var(--glitch-anim-duration)
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.glitch-radio-container:hover .radio-label::after {
    color: var(--primary-color);
    animation: glitch-anim-text var(--glitch-anim-duration)
    cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both;
}

.glitch-radio-container:has(input:disabled) {
    cursor: not-allowed;
}
.glitch-radio-container input:disabled + .radio-circle {
    border-color: var(--disabled-color);
    opacity: 0.5;
}
.glitch-radio-container input:disabled ~ .radio-label {
    color: var(--disabled-color);
}
.glitch-radio-container:has(input:disabled):hover .radio-circle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.glitch-radio-container:has(input:disabled):hover .radio-label::before,
.glitch-radio-container:has(input:disabled):hover .radio-label::after {
    content: none;
}

@-webkit-keyframes glitch-anim-text {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
    20% {
        -webkit-transform: translate(-3px, 2px);
        transform: translate(-3px, 2px);
        -webkit-clip-path: inset(50% 0 20% 0);
        clip-path: inset(50% 0 20% 0);
    }
    40% {
        -webkit-transform: translate(2px, -1px);
        transform: translate(2px, -1px);
        -webkit-clip-path: inset(20% 0 60% 0);
        clip-path: inset(20% 0 60% 0);
    }
    60% {
        -webkit-transform: translate(-2px, 1px);
        transform: translate(-2px, 1px);
        -webkit-clip-path: inset(80% 0 5% 0);
        clip-path: inset(80% 0 5% 0);
    }
    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
        -webkit-clip-path: inset(30% 0 45% 0);
        clip-path: inset(30% 0 45% 0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}

@keyframes glitch-anim-text {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
    20% {
        -webkit-transform: translate(-3px, 2px);
        transform: translate(-3px, 2px);
        -webkit-clip-path: inset(50% 0 20% 0);
        clip-path: inset(50% 0 20% 0);
    }
    40% {
        -webkit-transform: translate(2px, -1px);
        transform: translate(2px, -1px);
        -webkit-clip-path: inset(20% 0 60% 0);
        clip-path: inset(20% 0 60% 0);
    }
    60% {
        -webkit-transform: translate(-2px, 1px);
        transform: translate(-2px, 1px);
        -webkit-clip-path: inset(80% 0 5% 0);
        clip-path: inset(80% 0 5% 0);
    }
    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
        -webkit-clip-path: inset(30% 0 45% 0);
        clip-path: inset(30% 0 45% 0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}

@-webkit-keyframes pulse-wave {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@keyframes pulse-wave {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

.form__privacy {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 250;
    color: rgba(255, 255, 255, 0.5);
}

.form__btn {
    width: 100%;
    padding: 0.8em;
    background-color: transparent;
    border: 2px solid #7df9ff;
    border-radius: 5px;
    color: #7df9ff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
}

.form__btn:hover,
.form__btn:focus {
    background-color: #7df9ff;
    color: #324149;
    -webkit-box-shadow: 0 0 25px #7df9ff;
    box-shadow: 0 0 25px #7df9ff;
    outline: none;
}

.form__btn:active {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
}

.form__btn .form__btn-text {
    position: relative;
    z-index: 1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.form__btn:hover .form__btn-text {
    opacity: 0;
}

.form__btn::before,
.form__btn::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
    opacity: 0;
    background-color: #7df9ff;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.form__btn:hover::before,
.form__btn:focus::before {
    opacity: 1;
    color: #fff;
    -webkit-animation: glitch-anim .5s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: glitch-anim .5s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.form__btn:hover::after,
.form__btn:focus::after {
    opacity: 1;
    color: #324149;
    animation: glitch-anim .5s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both;
}

.contacts__form-message {
    display: none;
}

.footer {
    padding: 30px 0;
}

.footer__copy {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

.loader {
    position: fixed;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.socket{
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -100px;
}

.hex-brick{
    background: #ABF8FF;
    width: 30px;
    height: 17px;
    position: absolute;
    top: 5px;
    animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}

.h2{
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
}

.h3{
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
}

.gel{
    height: 30px;
    width: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    position: absolute;
    top: 50%;
    left: 50%;
}

.center-gel{
    margin-left: -15px;
    margin-top: -15px;

    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}

.c1{
    margin-left: -47px;
    margin-top: -15px;
}

.c2{
    margin-left: -31px;
    margin-top: -43px;
}

.c3{
    margin-left: 1px;
    margin-top: -43px;
}

.c4{
    margin-left: 17px;
    margin-top: -15px;
}
.c5{
    margin-left: -31px;
    margin-top: 13px;
}

.c6{
    margin-left: 1px;
    margin-top: 13px;
}

.c7{
    margin-left: -63px;
    margin-top: -43px;
}

.c8{
    margin-left: 33px;
    margin-top: -43px;
}

.c9{
    margin-left: -15px;
    margin-top: 41px;
}

.c10{
    margin-left: -63px;
    margin-top: 13px;
}

.c11{
    margin-left: 33px;
    margin-top: 13px;
}

.c12{
    margin-left: -15px;
    margin-top: -71px;
}

.c13{
    margin-left: -47px;
    margin-top: -71px;
}

.c14{
    margin-left: 17px;
    margin-top: -71px;
}

.c15{
    margin-left: -47px;
    margin-top: 41px;
}

.c16{
    margin-left: 17px;
    margin-top: 41px;
}

.c17{
    margin-left: -79px;
    margin-top: -15px;
}

.c18{
    margin-left: 49px;
    margin-top: -15px;
}

.c19{
    margin-left: -63px;
    margin-top: -99px;
}

.c20{
    margin-left: 33px;
    margin-top: -99px;
}

.c21{
    margin-left: 1px;
    margin-top: -99px;
}

.c22{
    margin-left: -31px;
    margin-top: -99px;
}

.c23{
    margin-left: -63px;
    margin-top: 69px;
}

.c24{
    margin-left: 33px;
    margin-top: 69px;
}

.c25{
    margin-left: 1px;
    margin-top: 69px;
}

.c26{
    margin-left: -31px;
    margin-top: 69px;
}

.c27{
    margin-left: -79px;
    margin-top: -15px;
}

.c28{
    margin-left: -95px;
    margin-top: -43px;
}

.c29{
    margin-left: -95px;
    margin-top: 13px;
}

.c30{
    margin-left: 49px;
    margin-top: 41px;
}

.c31{
    margin-left: -79px;
    margin-top: -71px;
}

.c32{
    margin-left: -111px;
    margin-top: -15px;
}

.c33{
    margin-left: 65px;
    margin-top: -43px;
}

.c34{
    margin-left: 65px;
    margin-top: 13px;
}

.c35{
    margin-left: -79px;
    margin-top: 41px;
}

.c36{
    margin-left: 49px;
    margin-top: -71px;
}

.c37{
    margin-left: 81px;
    margin-top: -15px;
}

.r1{
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .2s;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .2s;
}

.r2{
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .4s;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .4s;
}

.r3{
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .6s;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .6s;
}

.r1 > .hex-brick{
    animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .2s;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .2s;
}

.r2 > .hex-brick{
    animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .4s;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .4s;
}

.r3 > .hex-brick{
    animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .6s;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .6s;
}


@keyframes pulse{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50%{
        -webkit-transform: scale(0.01);
        transform: scale(0.01);
    }

    100%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes fade{
    0%{
        background: #ABF8FF;
    }

    50%{
        background: #90BBBF;
    }

    100%{
        background: #ABF8FF;
    }
}

@-webkit-keyframes pulse{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50%{
        -webkit-transform: scale(0.01);
        transform: scale(0.01);
    }

    100%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes fade{
    0%{
        background: #ABF8FF;
    }

    50%{
        background: #389CA6;
    }

    100%{
        background: #ABF8FF;
    }
}