html {
    font-size: calc(100vw / 1920 * 10);
}
body {
    font-family: 'Inter';
    font-weight: 400;
    transition: all .2s linear !important;
    min-height: 100vh;
    font-size: 1.6rem;
    color: #fff;
    background: #000;
}
a, h1, h2, h3, h4, h5, p, span, button, ul, li {
    padding: 0;
    margin: 0;
    background: transparent;
    text-decoration: none;
    border: none;
    transition: all .2s linear;
}
input, textarea, select {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    outline: none;
	transition: all .2s linear;
}
.container {
    max-width: 143.6rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
div {
    transition: all .2s linear;
}
path, rect, circle {
    transition: all .2s linear;
}

/* header */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 3.5rem 0;
}
header.top {
    background: linear-gradient(0deg, rgba(99, 15, 205, 0.28) 0%, rgba(74, 41, 254, 0.28) 100%);
    backdrop-filter: blur(0.75rem);
    -webkit-backdrop-filter: blur(0.75rem);
}
.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    display: flex;
}
.logo img {
    width: 32rem;
}
.menu ul {
    display: flex;
    align-items: center;
    gap: 5.4rem;
}
.menu ul li {
    display: flex;
    list-style: none;
}
.menu ul li a {
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem;
}
.button-secondary {
    border-radius: 10rem;
    border: 0.1rem solid #380BE0;
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem;
    text-transform: uppercase;
    padding: 1rem 3.1rem;
}

/* main */

.main {
    min-height: 100vh;
    position: relative;
    display: flex;
}
.main > img {
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.main > img:last-child {
    display: none;
}
.main-container {
    position: relative;
}
.main-container p {
    color: #FFF;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem;
    max-width: 43.3rem;
    position: absolute;
    right: 15rem;
    bottom: 20vh;
}
.main-container h1 {
    color: #FFF;
    font-size: 7.7rem;
    font-style: normal;
    font-weight: 600;
    line-height: 7.9rem;
    max-width: 88.9rem;
    position: absolute;
    left: 0;
    top: 20vh;
}
.main-button {
    border-radius: 1.1rem 1.1rem 0 1.1rem;
    background: var(--s3, linear-gradient(0deg, rgba(99, 15, 205, 0.66) 0%, rgba(74, 41, 254, 0.66) 100%));
    backdrop-filter: blur(0.4rem);
    -webkit-backdrop-filter: blur(0.4rem);
    color: #FFF;
    text-align: center;
    font-size: 3.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7.1rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 38.5rem;
    height: 43.9rem;
    justify-content: center;
    padding: 0 7rem;
}
.main-button svg {
    width: 4rem;
    height: auto;
}

/* characteristics */

.characteristics {
    margin-top: 7.7rem;
}
.characteristics > img {
    width: 100%;
}
.characteristics > img:last-child {
    display: none;
}
.characteristics-container {
    display: flex;
    flex-direction: column;
    gap: 5.5rem;
}
.characteristics-container h2 {
    color: #FFF;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4.2rem;
    max-width: 42.5rem;
}
.characteristics-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13rem;
}
.characteristics-block {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
}
.characteristics-block h4 {
    color: #A98DF8;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.2rem;
    min-height: 4.4rem;
}
.characteristics-block p {
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
}
.characteristics-block::after {
    content: '';
    position: absolute;
    top: 0;
    right: -6.5rem;
    width: 0.1rem;
    height: 100%;
    background: #494949;
}
.characteristics-block:last-child:after {
    display: none;
}

/* work */

.work {
    margin: -13rem 0 10rem 0;
}
.work-container {
    display: flex;
    flex-direction: column;
    gap: 5.2rem;
}
.work-container > h2 {
    color: #FFF;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4.2rem;
    max-width: 42.5rem;
}
.work-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.3rem;
}
.work-block {
    border-radius: 1.5rem;
    border-radius: 1.8rem;
    border: 0.1rem solid #380BE0;
    background: linear-gradient(209deg, #130426 -0.65%, #000 100%);
    padding: 1.2rem 3rem 4.8rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
}
.work-block h3 {
    color: #FFF;
    font-size: 5.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 7.1rem;
    margin-bottom: 0.5rem;
}
.work-block h4 {
    color: #FFF;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
}
.work-block p {
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
}

/* services */

.services {
    margin-bottom: 12.6rem;
}
.services-container {
    display: flex;
    flex-direction: column;
    gap: 5.5rem;
}
.services-container > h2 {
    color: #FFF;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4.2rem;
}
.services-column {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.services-block {
    padding-bottom: 5rem;
    border-bottom: 0.1rem solid#380BE0;
    display: flex;
    gap: 11rem;
    align-items: flex-start;
}
.services-block h3 {
    color: #A98DF8;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.2rem;
    width: 100%;
    max-width: 25.8rem;
}
.services-block p {
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    width: 100%;
    max-width: 70.3rem;
}
.button-primary {
    margin-left: auto;
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    padding: 1.3rem 5rem;
    border-radius: 10000rem;
    background: linear-gradient(90deg, #380BE0 0%, #A556FF 100%);
}
.services-block:last-child {
    border: none;
    padding: 0;
}

/* portfolio */

.portfolio {
    margin-bottom: 13.9rem;
    position: relative;
    z-index: 1;
}
.portfolio-container {
    display: flex;
    flex-direction: column;
    gap: 6rem;
}
.portfolio-container > h2 {
    color: #FFF;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4.2rem;
}
.portfolio-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem 5.5rem;
}
.portfolio-item {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 1.5rem 2.6rem 1.5rem;
}
.portfolio-item__img {
    width: 100%;
    height: 23rem;
    border-radius: 1.8rem;
}
.portfolio-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.8rem;
}
.portfolio-item__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
.portfolio-item__name {
    color: #FFF;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.2rem;
    margin-top: 1.7rem;
}
.portfolio-item__description {
    margin-bottom: 1.6rem;
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
}
.portfolio-item__button {
    border-radius: 10rem;
    border: 0.1rem solid #380BE0;
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem;
    padding: 1.5rem 4rem;
}
.portfolio-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: calc(100% - 10.7rem);
    border-radius: 1.8rem;
    border: 0.1rem solid #380BE0;
    background: linear-gradient(209deg, #130426 -0.65%, #000 100%);
}
.portfolio__more {
    border-radius: 10000rem;
    background: linear-gradient(90deg, #380BE0 0%, #A556FF 100%);
    margin: 0 auto;
    padding: 1.3rem 5rem;
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
}
.portfolio-mobile {
    display: none;
}

/* footer */

footer {
    position: relative;
    padding: 4.1rem 0;
}
footer > img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
}
footer > img:nth-child(2) {
    display: none;
}
footer::before {
    content: '';
    z-index: 1;
    background: linear-gradient(0deg, rgba(99, 15, 205, 0.28) 0%, rgba(74, 41, 254, 0.28) 100%);
    backdrop-filter: blur(0.75rem);
    -webkit-backdrop-filter: blur(0.75rem);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.footer-container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3.5rem;
}
.footer-logo {
    margin-bottom: 0.4rem;
    display: flex;
}
.footer-logo img {
    width: 32rem;
}
.footer-phone {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem;
}
.footer-phone svg {
    width: 2.2rem;
    height: auto;
}
.footer-email {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem;
}
.footer-email svg {
    width: 2.2rem;
    height: auto;
}
.footer-social {
    display: flex;
    align-items: center;
    gap: 3rem;
}
.footer-social a {
    display: flex;
}
.footer-social svg {
    width: 3rem;
    height: auto;
}
.footer-menu ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer-menu ul li {
    display: flex;
    list-style: none;
}
.footer-menu ul li a {
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.8rem;
}
.footer-category ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer-category ul li {
    display: flex;
    list-style: none;
}
.footer-category ul li a {
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.8rem;
}
.burger-open {
    display: none;
}

/* contacts */

.contacts {
    padding: 27.5rem 0 20rem 0;
    position: relative;
    overflow: hidden;
}
.contacts::before {
    content: '';
    width: 126.8rem;
    height: 37.7rem;
    transform: rotate(42deg);
    border-radius: 126.8rem;
    background: rgba(22, 45, 250, 0.36);
    filter: blur(16.65rem);
    -webkit-filter: blur(16.65rem);
    position: absolute;
    right: -17.75rem;
    top: 41.1rem;
    display: flex;
}
.contacts::after {
    content: '';
    width: 133.3rem;
    height: 20.7rem;
    transform: rotate(30deg);
    border-radius: 133.3rem;
    background: rgba(172, 89, 255, 0.75);
    filter: blur(16.65rem);
    -webkit-filter: blur(16.65rem);
    position: absolute;
    left: -17.75rem;
    top: 40.75rem;
    display: flex;
}
.contacts-container {
    display: flex;
    flex-direction: column;
    gap: 5.5rem;
}
.contacts-container > h1 {
    color: #FFF;
    font-size: 7.7rem;
    font-style: normal;
    font-weight: 600;
    line-height: 8.2rem;
	z-index: 2;
}
.contacts-row {
    display: flex;
    align-items: center;
    gap: 3.5rem;
    margin-bottom: 3.5rem;
    z-index: 1;
}
.contacts-block {
    border-radius: 1.8rem;
    border: 0.1rem solid #380BE0;
    background: rgba(2, 2, 3, 0.66);
    backdrop-filter: blur(0.34rem);
    -webkit-backdrop-filter: blur(0.34rem);
    display: flex;
    flex-direction: column;
    gap: 5.6rem;
    padding: 6.1rem 9.1rem 4.3rem 5.1rem;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.contacts-block::before {
    content: '';
    width: 115.8rem;
    height: 25.5rem;
    transform: rotate(15deg);
    border-radius: 115.8rem;
    background: rgba(152, 64, 206, 0.41);
    filter: blur(11.1rem);
    -webkit-filter: blur(11.1rem);
    position: absolute;
    left: 15.6rem;
    top: 9.5rem;
    display: flex;
}
.contacts-block::after {
    content: '';
    width: 115.8rem;
    height: 30.5rem;
    transform: rotate(-31.8deg);
    border-radius: 115.8rem;
    background: rgba(255, 255, 255, 0.41);
    filter: blur(11.1rem);
    -webkit-filter: blur(11.1rem);
    position: absolute;
    right: -8.45rem;
    top: 5.35rem;
    display: flex;
}
.contacts-block > h2 {
    color: #FFF;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4.2rem;
    z-index: 1;
}
.contacts-form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
    z-index: 1;
}
.contacts-form p {
    color: #FFF;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 300;
    line-height: 4.2rem;
}
.contacts-form p a {
    color: #FFF;
    text-decoration-line: underline;
}
.contacts-form button {
    border-radius: 10000rem;
    background: linear-gradient(90deg, #380BE0 0%, #A556FF 100%);
    padding: 1.3rem 5rem;
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
}
.contacts-form__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
    width: 100%;
}
.contacts-form input {
    border-radius: 0.5rem;
    border: 0.1rem solid #EFEFEF;
    background: #FEFEFE;
    width: 100%;
    padding: 1.6rem 2.6rem;
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 300;
    line-height: 4.2rem;
}
.contacts-form input::placeholder {
    color: #000;
}

/* about */

.about {
    padding: 31rem 0 14.7rem 0;
}
.about-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-main {
    display: flex;
    flex-direction: column;
    gap: 11.2rem;
    align-items: flex-start;
    max-width: 75.3rem;
}
.about-main img {
    width: 73.4rem;
}
.about-main p {
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem;
}
.about-button {
    width: 38.5rem;
    height: 36.4rem;
    padding: 9.6rem 6.9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7.1rem;
    border-radius: 1.1rem 0rem 1.1rem 1.1rem;
    background: linear-gradient(0deg, rgba(99, 15, 205, 0.66) 0%, rgba(74, 41, 254, 0.66) 100%);
    backdrop-filter: blur(0.4rem);
    -webkit-backdrop-filter: blur(0.4rem);
    color: #FFF;
    text-align: center;
    font-size: 3.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.4rem;

}
.about-button svg {
    width: 4rem;
    height: auto;
}

/* principles */

.principles {
    margin-bottom: 9.4rem;
}
.principles-container {
    display: flex;
    flex-direction: column;
    gap: 7.4rem;
}
.principles-title {
    color: #FFF;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4.2rem;
}
.principles-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
}
.principles-block {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    border-radius: 1.8rem;
    border: 0.1rem solid #380BE0;
    background: linear-gradient(209deg, #130426 -0.65%, #000 100%);
    padding: 2rem;
}
.principles-block__title {
    color: #A98DF8;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.9rem;
    max-width: 28.5rem;
}
.principles-block__description {
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.9rem;
}

/* team */

.team {
    margin-bottom: 11rem;
}
.team-container {
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
}
.team-name {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.team-title {
    color: #FFF;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4.2rem;
}
.team-subtitle {
    color: #FEFDFF;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 300;
    line-height: 4.2rem;
}
.team-main {
    display: flex;
    flex-wrap: wrap;
    gap: 3.5rem 4rem;
}
.team-main p {
    border-radius: 40rem;
    border: 0.2rem solid #380BE0;
    padding: 1.5rem 3rem;
    color: #FFF;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4.2rem;
}

/* about-us__form */

.about-us__form {
    margin-bottom: 14rem;
}

/* portfolio-page */

.portfolio-page {
    padding: 27.7rem 0 20rem 0;
}
.portfolio-page__container {
    display: flex;
    flex-direction: column;
    gap: 6rem;
}
.portfolio-page__title {
    color: #FFF;
    font-size: 7.7rem;
    font-style: normal;
    font-weight: 600;
    line-height: 8.2rem;
    max-width: 99rem;
}
.portfolio-page__more {
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    padding: 1.3rem 5rem;
    border-radius: 10000rem;
    background: linear-gradient(90deg, #380BE0 0%, #A556FF 100%);
    margin: 0 auto;
}

/* blog-page */

.blog-page .portfolio-page__title {
    max-width: 113rem;
}
.blog-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.5rem;
}
.blog-item {
    position: relative;
    width: 100%;
    height: 48.9rem;
    border-radius: 1.8rem;
    border: 0.1rem solid transparent;
    display: flex;
}
.blog-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.8rem;
}
.blog-item__name {
    border-radius: 0rem 0rem 1.8rem 1.8rem;
    background: rgba(25, 20, 20, 0.44);
    backdrop-filter: blur(0.55rem);
    -webkit-backdrop-filter: blur(0.55rem);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 12rem;
    padding: 1.6rem 2rem;
    z-index: 1;
}
.blog-item__title {
    color: #FFF;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.4rem;
}

/* article */

.article {
    padding: 29rem 0 13.5rem 0;
    position: relative;
    overflow: hidden;
}
.article::before {
    content: '';
    border-radius: 127rem;
    background: rgba(172, 89, 255, 0.45);
    filter: blur(16.65rem);
    width: 127rem;
    height: 39.6rem;
    transform: rotate(-30deg);
    position: absolute;
    z-index: -1;
    top: 41.7rem;
    left: -12rem;
}
.article::after {
    content: '';
    border-radius: 127rem;
    background: rgba(22, 45, 250, 0.23);
    filter: blur(16.65rem);
    width: 127rem;
    height: 48.8rem;
    transform: rotate(-42deg);
    position: absolute;
    z-index: -1;
    top: 48.8rem;
    left: -5.5rem;
}
.article-container {
    display: flex;
    flex-direction: column;
    gap: 6.3rem;
}
.article-main {
    position: relative;
}
.article-title {
    color: #FFF;
    font-size: 5.7rem;
    font-style: normal;
    font-weight: 600;
    line-height: 6.2rem;
    max-width: 86.4rem;
	min-height: 29.7rem;
}
.article-img {
    border-radius: 1.8rem;
    width: 52.1rem;
    height: 29.7rem;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
}
.article-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 118.4rem;
}
.article-content h2 {
    color: #FFF;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 4.4rem;
}
.article-content ul {
    padding-left: 2rem;
}
.article-content p, .article-content li {
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem;
}

/* article-more */

.article-more {
    margin-bottom: 14.5rem;
}
.article-more__container {
    display: flex;
    flex-direction: column;
    gap: 6.3rem;
}
.article-more__title {
    color: #FFF;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.2rem;
}
.article-more__slider {
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
}
.article-more__swiper {
    width: 100%;
}
.article-more__buttons {
    display: flex;
    gap: 2.5rem;
    justify-content: center;
}
.article-more__buttons button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6.7rem;
    height: 6.7rem;
    border-radius: 100%;
    background: linear-gradient(90deg, #380BE0 0%, #A556FF 100%);
}
.article-more__buttons button svg {
    width: 2.9rem;
    height: auto;
}

/* category */

.main-category {
    position: relative;
    overflow: hidden;
}
.category {
    position: relative;
    padding: 23.8rem 0 14.6rem 0;
}
.category::before {
    content: '';
    border-radius: 133.3rem;
    background: rgba(172, 89, 255, 0.75);    
    filter: blur(16.65rem);
    width: 133.3rem;
    height: 20.7rem;
    transform: rotate(-30deg);
    position: absolute;
    z-index: -1;
    left: -18.5rem;
    top: 45rem;
}
.category::after {
    content: '';
    border-radius: 126rem;
    background: rgba(22, 45, 250, 0.36);
    filter: blur(16.65rem);
    width: 126.8rem;
    height: 37.7rem;
    transform: rotate(42deg);
    position: absolute;
    z-index: 1;
    right: -17rem;
    top: 45rem;
}
.category-container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.category-main__left {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    align-items: flex-start;
    max-width: 70.3rem;
}
.category-title {
    color: #FFF;
    font-size: 7.7rem;
    font-style: normal;
    font-weight: 600;
    line-height: 8.2rem;
}
.category-main__left p {
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem;
}
.category-main__order {
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    padding: 1.3rem 5rem;
    border-radius: 10000rem;
    background: var(--s1, linear-gradient(90deg, #380BE0 0%, #A556FF 100%));
}
.category-main__right {
    border-radius: 2.2rem;
    width: 100%;
    max-width: 67.2rem;
    height: 54.9rem;
}
.category-main__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2.2rem;
}

/* category-price */

.category-price {
    padding-bottom: 14.6rem;
}
.category-price__container {
    display: flex;
    flex-direction: column;
    gap: 7.7rem;
}
.category-price__name {
    display: flex;
    flex-direction: column;
    gap: 3.4rem;
}
.category-price__title {
    color: #FFF;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4.2rem;
    max-width: 32rem;
}
.category-price__name p {
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
}
.category-price__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5.5rem 6.5rem;
}
.category-price__item {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
    padding: 2.5rem 2rem 4.2rem 2rem;
    position: relative;
    overflow: hidden;
}
.category-price__item-title {
    color: #A556FF;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.4rem;
}
.category-price__item-price {
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.4rem;
    text-decoration-line: underline;
}
.category-price__item ul {
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.category-price__item li, .category-price__item p {
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
}
.category-price__item-order {
    margin-top: auto;
    border-radius: 10000rem;
    background: var(--s1, linear-gradient(90deg, #380BE0 0%, #A556FF 100%));
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    padding: 1.3rem 5rem;
}
.category-price__item::before {
    content: '';
    position: absolute;
    width: 43.5rem;
    height: 24.5rem;
    transform: rotate(104deg);
    border-radius: 43.5rem;
    background: #BA49FF;
    filter: blur(11.1rem);
    top: 13rem;
    left: -2.8rem;
    z-index: -2;
}
.category-price__item::after {
    content: '';
    position: absolute;
    width: 32.4rem;
    height: 14.8rem;
    transform: rotate(-80deg);
    border-radius: 32.4rem;
    background: #0038FF;
    filter: blur(11.1rem);
    top: 29rem;
    left: 14rem;
    z-index: -2;
}
.category-price__item-title::before {
    content: '';
    border-radius: 1.8rem;
    border: 0.1rem solid var(--s1, #380BE0);
    background: rgba(2, 2, 3, 0.50);
    backdrop-filter: blur(0.4rem);
    -webkit-backdrop-filter: blur(0.4rem);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-item.hint {
	display: none;
}

.popup {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}
.popup-fon {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4, 2, 2, 0.77);
}
.popup-main {
	position: relative;
    margin: auto;
    border-radius: 0.5rem;
    background: linear-gradient(0deg, #630FCD 0%, #4A29FE 100%);
    width: 100%;
    max-width: 59.4rem;
    padding: 5.6rem 6.2rem 4rem 6.2rem;
    display: flex;
    flex-direction: column;
    gap: 3.6rem;
}
.popup-close {
	display: flex;
    position: absolute;
    top: 2rem;
    right: 2rem;
}
.popup-close svg {
	width: 3.4rem;
    height: auto;
}
.popup-close:hover {
	opacity: .5;
}
.popup-title {
	color: #FFF;
    text-align: center;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.popup-form {
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.5rem;
}
.popup-form input {
	width: 100%;
    border-radius: 1.1rem;
    background: #FFF;
    color: #000;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 2.1rem;
}
.popup-form input::placeholder {
	text-align: center;
	color: #000;
}
.popup-form p {
	color: #FFF;
    text-align: center;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.7rem;
    max-width: 34.7rem;
}
.popup-form p a {
	color: #FFF;
	text-decoration-line: underline;
}
.popup-submit {
	margin-top: 1rem;
    border-radius: 10000rem;
    border: 0.1rem solid #FFF;
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    padding: 1.3rem 5rem;
}
.popup-submit:hover {
	opacity: .5;
}



/* hover */

.menu ul li a:hover {
    color: #A98DF8;
}
.menu ul li a.active {
    color: #A98DF8;
}
.button-secondary {
    position: relative;
}
.button-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(90deg, #380BE0 0%, #A556FF 100%);
    border-radius: 10rem;
    transition: .2s all;
}
.button-secondary:hover::before {
    opacity: 1;
}
.button-secondary:hover {
    border-color: transparent;
}
.main-button:hover {
    opacity: .7;
}
.button-primary:hover {
    opacity: .7;
}
.portfolio-item__button {
    position: relative;
}
.portfolio-item__button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(90deg, #380BE0 0%, #A556FF 100%);
    border-radius: 10rem;
    transition: .2s all;
}
.portfolio-item__button:hover::before {
    opacity: 1;
}
.portfolio-item__button:hover {
    border-color: transparent;
}
.portfolio__more:hover {
    opacity: .7;
}
.footer-phone:hover {
    color: #A98DF8;
}
.footer-email:hover {
    color: #A98DF8;
}
.footer-social a:hover {
    opacity: .7;
}
.footer-menu ul li a:hover {
    color: #A98DF8;
}
.footer-category ul li a:hover {
    color: #A98DF8;
}
.portfolio-mobile__buttons button:hover {
    opacity: .7;
}
.contacts-form p a:hover {
    color: #A98DF8;
}
.contacts-form button:hover {
    opacity: .7;
}
.about-button:hover {
    opacity: .7;
}
.portfolio-page__more:hover {
    opacity: .7;
}
.blog-item:hover {
    border-color: #380BE0;
}
.article-more__buttons button:hover {
    opacity: .7;
}
.category-main__order:hover {
    opacity: .7;
}
.category-price__item-order:hover {
    opacity: .7;
}

.index_page {
	margin: 10rem 0;
}




















@media screen and (max-width: 992px) {
    html {
        font-size: calc(100vw / 375 * 10);
    }
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    header {
        padding: 1.5rem 0;
    }
    .menu {
        display: none;
    }
    .logo img {
        width: 18.6rem;
    }
    .characteristics-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }
    .work-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 2.5rem;
    }
    .services-block {
        padding-bottom: 2.5rem;
        flex-direction: column;
        gap: 1.5rem;
    }
    .portfolio-row {
        display: none;
    }
    .footer-container {
        flex-direction: column;
        gap: 2.4rem;
    }
    .main-button {
        border-radius: 0 1.1rem 0 0;
        font-size: 2.8rem;
        gap: 3.6rem;
        width: 24.6rem;
        height: 23.6rem;
        padding: 0 1.9rem;
    }
    .main-button svg {
        width: 4.8rem;  
    }
    .main-container h1 {
        font-size: 3.6rem;
        line-height: 4.2rem;
        left: 0;
        top: 20vh;
        text-align: center;
        padding: 0 1.5rem;
    }
    .main-container p {
        max-width: 43.3rem;
        right: 0;
        padding: 0 1.5rem;
        text-align: center;
        bottom: auto;
        top: 32vh;
    }
    .header-container {
        flex-wrap: wrap;
        gap: 3rem;
    }
    .characteristics-block::after {
        display: none;
    }
    .characteristics {
        margin-top: 3.6rem;
    }
    .characteristics-container {
        gap: 2.4rem;
    }
    .characteristics-container h2 {
        font-size: 2.8rem;
        line-height: 3.1rem;
    }
    .characteristics-block h4 {
        font-size: 2.2rem;
        line-height: 2.8rem;
    }
    .work {
        margin: -3rem 0 6rem 0;
    }
    .characteristics > img {
        width: 100%;
        margin-top: -6rem;
    }
    .work-container {
        gap: 4.3rem;
    }
    .work-container > h2 {
        font-size: 2.8rem;
        line-height: 3.1rem;
    }
    .work-block {
        padding: 1.2rem 4.3rem 4.8rem 1.5rem;
    }
    .services {
        margin-bottom: 5.3rem;
    }
    .services-container {
        gap: 3.2rem;
    }
    .services-container > h2 {
        font-size: 2.8rem;
        line-height: 3.1rem;
    }
    .services-column {
        gap: 3.2rem;
    }
    .services-block h3 {
        max-width: none;
    }
    .button-primary {
        margin-left: 0;
        margin-top: 1rem;
    }
    .services-block:last-child {
        border-bottom: 0.1rem solid#380BE0;
        padding-bottom: 2.5rem;
    }
    .portfolio {
        margin-bottom: 8.7rem;
    }
    .portfolio-container {
        gap: 4.3rem;
    }
    .portfolio-container > h2 {
        font-size: 2.8rem;
        line-height: 3.1rem;
    }
    footer {
        padding: 2.5rem 0;
    }
    .footer-main {
        margin-bottom: 0.7rem;
    }
    .footer-menu ul li a {
        line-height: 3.5rem;
    }
    .footer-category ul li a {
        line-height: 3.5rem;
    }
    .main > img:last-child {
        display: block;
    }
    .main > img:nth-child(2) {
        display: none;
    }
    .characteristics > img:last-child {
        display: block;
    }
    .characteristics > img:nth-child(2) {
        display: none;
    }
    footer > img:nth-child(2) {
        display: block;
    }
    footer > img:nth-child(1) {
        display: none;
    }
    .portfolio-mobile {
        display: flex;
        flex-direction: column;
        gap: 1.7rem;
    }
    .portfolio-swiper {
        width: 100%;
    }
    .portfolio-item__img {
        height: 17.3rem;
    }
    .portfolio-mobile__buttons {
        display: flex;
        justify-content: center;
        gap: 2.5rem;
    }
    .portfolio-mobile__buttons button {
        width: 6.7rem;
        height: 6.7rem;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(90deg, #380BE0 0%, #A556FF 100%);
    }
    .portfolio-mobile__buttons button svg {
        width: 2.9rem;
        height: auto;
    }
    .burger-open {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 2.9rem;
		height: 2.2rem;
		border-radius: 0.4rem;
		z-index: 9999;
    }
    .bar {
        width: 100%;
		height: 0.2rem;
		background-color: #5B5B5B;
		transition: 0.4s;
		border-radius: 3.1rem;
	}
    .change .bar:nth-child(1) {
        transform: rotate(-45deg) translate(-0.8rem, 0.5rem);
    }
    .change .bar:nth-child(2) {
        opacity: 0;
    }
    .change .bar:nth-child(3) {
        transform: rotate(45deg) translate(-0.8rem, -0.6rem);
    }
    .button-secondary {
        margin: 0 auto;
    }
    .contacts {
        padding: 16.6rem 0 9.5rem 0;
    }
    .contacts-container {
        gap: 3.4rem;
    }
    .contacts-container > h1 {
        font-size: 3.6rem;
        line-height: 4.2rem;
        z-index: 1;
    }
    .contacts-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 3.5rem;
        margin-bottom: 3rem;
    }
    .contacts-block {
        gap: 2.1rem;
        padding: 1.8rem 1.5rem 1.8rem 1.5rem;
    }
    .contacts-block > h2 {
        font-size: 2.8rem;
        line-height: 3rem;
    }
    .contacts-form__row {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }
    .contacts-form p {
        line-height: 2.2rem;
    }
    .contacts-form input {
        padding: 1.6rem 1.8rem;
        line-height: 2.2rem;
    }
    .contacts::before {
        width: 64.1rem;
        height: 19rem;
        border-radius: 64.1rem;
        right: auto;
        left: -10.7rem;
        top: 36.6rem;
    }
    .contacts::after {
        width: 70.7rem;
        height: 18.5rem;
        transform: rotate(-49deg);
        border-radius: 70.7rem;
        left: -17.4rem;
        top: 31.73rem;
    }
    .contacts-block::before {
        width: 30.8rem;
        height: 11rem;
        transform: rotate(9.4deg);
        border-radius: 30.8rem;
        left: -2.25rem;
        top: 14.7rem;
    }
    .contacts-block::after {
        width: 36.4rem;
        height: 12.1rem;
        transform: rotate(-26.1deg);
        border-radius: 36.4rem;
        right: -6.85rem;
        top: 14rem;
    }

    .about {
        padding: 16.4rem 0 4rem 0;
    }
    .about-container {
        flex-direction: column;
        gap: 3.5rem;
    }
    .about-main {
        gap: 3.5rem;
    }
    .about-main img {
        width: 34.5rem;
    }
    .about-main p {
        font-size: 1.7rem;
    }
    .about-button {
        width: 100%;
        height: auto;
        padding: 8.6rem 6.1rem;
        gap: 6.3rem;
        border-radius: 1.1rem;
    }
    
    /* principles */
    
    .principles {
        margin-bottom: 3.5rem;
    }
    .principles-container {
        gap: 3rem;
    }
    .principles-title {
        font-size: 2.8rem;
    }
    .principles-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 2.5rem;
    }
    .principles-block__description {
        line-height: 2.5rem;
    }
    
    /* team */
    
    .team {
        margin-bottom: 5.3rem;
    }
    .team-container {
        gap: 2.2rem;
    }
    .team-title {
        font-size: 2.8rem;
    }
    .team-main {
        gap: 1.5rem;
    }
    .team-main p {
        padding: 1rem 3rem;
    }
    
    /* about-us__form */
    
    .about-us__form {
        margin-bottom: 9.4rem;
    }
    
    /* portfolio-page */
    
    .portfolio-page {
        padding: 15.8rem 0;
    }
    .portfolio-page__container {
        gap: 5.5rem;
    }
    .portfolio-page__title {
        font-size: 3.6rem;
        line-height: 4.2rem;
        max-width: 30.4rem;
    }
    .portfolio-page .portfolio-row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 5.5rem;
    }
    
    /* blog-page */
    
    header.top .button-secondary {
        display: none;
    }
    .blog-page .portfolio-page__title {
        max-width: 30.4rem;
    }
    .blog-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 2.5rem;
    }
    .blog-item {
        height: 38.8rem;
    }
    .blog-item__name {
        padding: 1.6rem 1.5rem;
    }
    .blog-item__title {
        font-size: 1.8rem;
    }
    
    /* article */
    
    .article {
        padding: 15.8rem 0 6rem 0;
    }
    .article::before {
        border-radius: 70rem;
        background: rgba(172, 89, 255, 0.75);
        width: 70.7rem;
        height: 11rem;
        transform: rotate(-49deg);
        top: 35rem;
        left: -24.4rem;
    }
    .article::after {
        border-radius: 64rem;
        background: rgba(22, 45, 250, 0.55);
        width: 64rem;
        height: 19rem;
        transform: rotate(42deg);
        top: 35rem;
        left: -5.7rem;
    }
    .article-container {
        gap: 2rem;
    }
    .article-title {
		font-size: 2.6rem;
        line-height: 3.2rem;
        max-width: 30.4rem;
        min-height: auto;
    }
    .article-main {
        display: flex;
        flex-direction: column;
        gap: 3.4rem;
    }
    .article-img {
        width: 100%;
        height: 21.5rem;
        position: relative;
    }
    .article-content {
        gap: 2rem;
    }
    .article-content h2 {
        font-size: 2.2rem;
        line-height: 4.2rem;
    }
    .article-content ul {
        padding-left: 2rem;
    }
    .article-content p, .article-content li {
        font-size: 1.6rem;
    }
    
    /* article-more */
    
    .article-more {
        margin-bottom: 8.2rem;
    }
    .article-more__container {
        gap: 3.1rem;
    }
    .article-more__title {
        font-size: 2.8rem;
        line-height: 3.1rem;
    }
    .article-more__slider {
        gap: 3.1rem;
    }

    /* category */

    .category {
        padding: 15.8rem 0 4.5rem 0;
    }
    .category::before {
        border-radius: 70.7rem;
        width: 70.7rem;
        height: 10.9rem;
        transform: rotate(-49deg);
        left: -24rem;
        top: 36.75rem;
    }
    .category::after {
        border-radius: 64.1rem;
        background: rgba(22, 45, 250, 0.55);
        width: 64.1rem;
        height: 10.9rem;
        transform: rotate(42deg);
        z-index: -1;
        right: -22.75rem;
        top: 37rem;
    }
    .category-main__left {
        gap: 3rem;
    }
    .category-title {
        font-size: 3.6rem;
        line-height: 4.2rem;
    }
    .category-main__left p {
        font-size: 1.7rem;
    }
    .category-main__right {
        display: none;
    }

    /* category-price */

    .category-price {
        padding-bottom: 4.6rem;
    }
    .category-price__container {
        gap: 3.8rem;
    }
    .category-price__name {
        gap: 1.7rem;
    }
    .category-price__title {
        max-width: none;
    }
    .category-price__content {
        grid-template-columns: repeat(1, 1fr);
        gap: 3rem;
    }
    .category-price__item {
        gap: 2rem;
        padding: 2rem 2rem 3rem 2rem;
    }
    .category-price__item-order {
        padding: 0.8rem 5rem;
    }
    .category-price__item::before {
        content: '';
        position: absolute;
        width: 43.5rem;
        height: 24.5rem;
        transform: rotate(104deg);
        border-radius: 43.5rem;
        background: #BA49FF;
        filter: blur(11.1rem);
        top: 13rem;
        left: -2.8rem;
        z-index: -2;
    }
    .category-price__item::after {
        content: '';
        position: absolute;
        width: 32.4rem;
        height: 14.8rem;
        transform: rotate(-80deg);
        border-radius: 32.4rem;
        background: #0038FF;
        filter: blur(11.1rem);
        top: 29rem;
        left: 14rem;
        z-index: -2;
    }
    .category-price__item-title::before {
        content: '';
        border-radius: 1.8rem;
        border: 0.1rem solid var(--s1, #380BE0);
        background: rgba(2, 2, 3, 0.50);
        backdrop-filter: blur(0.4rem);
        -webkit-backdrop-filter: blur(0.4rem);
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
	.popup-fon {
		background: rgba(0, 0, 0, 0.80);
	}
	.popup-main {
		max-width: 34.5rem;
		padding: 6.9rem 1.5rem 3rem 1.5rem;
		gap: 2rem;
	}
	.popup-close {
		top: 1.5rem;
		right: 1.5rem;
	}
	.popup-close svg {
		width: 2.8rem;
	}
	.popup-form {
		gap: 2rem;
	}
	.popup-form input {
		padding: 2rem;
	}
	.popup-form p {
		max-width: 30rem;
	}
	.popup-title {
		font-size: 1.8rem;
	}











}