/* typography */

@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
/* typography */

/* reset */

* {
    user-select: none;
}

* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 100%;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-family: "Nunito", sans-serif;
}

a {
    color: inherit;
}

/* reset */

/* root */

:root {
    --white: #fff;
    --black: #000;
    --grey: #444;
    --light-mint: #e6f9f6;
    --lime-purple: #81bc06;
    --blue: #0081fb;
    --red: #e50914;
    --lg-white-grey: linear-gradient(343deg, #f0f1f9 1.49%, #f9faff 113.83%);
    --lg-purple: #52bbc1;
    --lg-purple-2: #52bbc1;
    --lilet: #e7e5ff;
    --purple: #9d80f0;
    --purple-dark: #502aa2;
    --container-width: 1200px;
}

/* end root */

/* default */

html,
body {
    height: 100%;
    font-weight: 400;
    scroll-behavior: smooth;
    font-family: "Nunito", sans-serif;
    background: var(--lilet);
}

h1 {
    color: var(--white);
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
}

h2 {
    color: var(--black);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

h3 {
    color: var(--black);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

h4 {
    color: var(--black);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

p {
    color: var(--grey);
    font-size: 20px;
    line-height: 24px;
}

.app {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
}

.purple {
    background: var(--lg-purple);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* default */

/* main */

.main {
    position: relative;
}

/* intro */

.intro {
    position: relative;
    z-index: 1;
    margin-top: -1px;
}

.intro::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/intro-bg-mob.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-position-y: -170px;
    z-index: -1;
}

.intro .container {
    max-width: 1360px;
    padding-top: 30px;
}

video {
    border-radius: 16px;
    overflow: hidden;
}

/* header */

.intro-content__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.intro-content__header-title {
    color: var(--white);
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
}

.intro-content__header-logo {
    height: 35px;
    width: 100%;
    max-width: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 6px;
    border-radius: 24px;
    border: 1.6px solid var(--purple);
    background: var(--lg-purple-2);
    box-shadow: 0px 49px 14px 0px rgba(103, 59, 228, 0), 0px 31px 13px 0px rgba(103, 59, 228, 0.02), 0px 18px 11px 0px rgba(103, 59, 228, 0.08), 0px 8px 8px 0px rgba(103, 59, 228, 0.13), 0px 2px 4px 0px rgba(103, 59, 228, 0.15);
}

.intro-content__about-info__note {
    display: none;
}

.txt-1 p {
    color: var(--white);
}

.intro-content__header-logo span {
    display: flex;
}

.intro-content__header-logo span:last-child {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
}

/* header */

.intro-content__about {
    margin-top: 30px;
}

.intro-content__about-info__video {
    margin: 25px auto 0;
    max-width: 500px;
}

.intro-content__about-info__text {
    margin-top: 25px;
}

.intro-content__about-info__text:last-child p {
    color: var(--grey);
    font-size: 16px;
    line-height: normal;
}

.intro-content__about-info__subtitle h3 {
    color: var(--white);
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
}

.intro-content__about-info__text:last-child p {
    color: var(--grey);
    font-size: 20px;
    line-height: 24px;
}

.intro-content__about-info__subtitle {
    margin-top: 25px;
}

.intro-content__about-info__video video,
.intro-content__about-media__video video {
    width: 100%;
}

.intro-content__about-info__button {
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

.intro-content__about-info__button .button {
    max-width: 320px;
    overflow: hidden;
    position: relative;
    animation: glowing 2s infinite linear;
    background: var(--lg-purple);
    height: 60px;
}

.intro-content__about-info__button .button::after {
    background: var(--purple-dark);
    color: var(--white);
    background-image: url("../images/icons/arrow-right-purple.svg");
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position-x: 230px;
    padding-left: -10px;
    background-position-y: 15px;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
}

.intro-content__about-info__button .check::before {
    background-image: var(--lg-white-grey);
}

.intro-content__about-media {
    display: none;
}

/* intro */

/* about */

.about {
    padding: 50px 0;
}

.about .container {
    padding: 0;
}

.about-items {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.about-items__item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 120px;
    padding: 30px 15px;
    border-radius: 24px 0px 24px 24px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.47);
    box-shadow: 0px 2px 21.2px 0px rgba(29, 0, 71, 0.09);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.about-items__item-description {
    flex: 1 1 520px;
}

.about-items__item-description__text {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.about-items__item:nth-child(1) .about-items__item-description .about-items__item-description__text p:last-child {
    display: none;
}

.about-items__item-content {
    flex: 1 1 400px;
    position: relative;
    max-width: 580px;
    margin: 0 auto;
}

.about-items__item:nth-child(1) .about-items__item-content {
    border-radius: 12px;
    background: var(--lg-purple);
    padding: 30px;
    width: 100%;
    margin: 0 auto;
}

.about-items__item:nth-child(3) .about-items__item-content .about-items__item-content__blocks {
    border-radius: 12px;
    background: var(--lg-white-grey);
    padding: 30px;
}

.about-items__item:nth-child(1) .about-items__item-content::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url("../images/chart.svg") no-repeat;
    background-position: center top;
    background-size: contain;
}

.about-items__item-content__blocks {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    z-index: 1;
    position: relative;
}

.blocks-block {
    max-width: 350px;
    margin: 0 auto;
    padding: 15px 12px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    height: 60px;
}

.blocks-center__item,
.blocks-block {
    width: 100%;
    border-radius: 14px;
    background: var(--white);
    box-shadow: 0px 2px 2px 1px rgba(146, 156, 196, 0.24), 0px 0px 7px 0px rgba(146, 156, 196, 0.02);
}

.blocks-block:last-child {
    background: linear-gradient(180deg, #fff 50.79%, rgba(255, 255, 255, 0) 100%);
    box-shadow: none;
}

.blocks-block__logo {
    position: relative;
}

.blocks-block__logo span {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--lg-purple);
    width: 15px;
    height: 15px;
    right: 2px;
    bottom: 2px;
}

.blocks-block__name {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
    flex: 1;
}

.blocks-block__name span:first-child {
    color: var(--black);
    font-size: 12px;
    font-weight: 500;
}

.blocks-block__name span:last-child {
    color: var(--grey);
    font-size: 12px;
}

.blocks-block__income {
    border-radius: 24px;
    background: var(--light-mint);
    padding: 5px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blocks-block__income span {
    color: var(--purple-dark);
    font-size: 14px;
    font-weight: 500;
}

.about-items__item-content__title {
    margin-top: 30px;
    text-align: center;
}

.about-items__item-content__text {
    margin-top: 20px;
}

.about-items__item-content__text p {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}

.about-items__item:first-child .about-items__item-content__text p {
    text-align: left;
}

.about-items__item-content__button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.about-items__item-content__button .button {
    max-width: 420px;
    height: 40px;
    background: var(--lg-purple);
    overflow: hidden;
}

.about-items__item-content__button .get-access::before {
    background: var(--lg-white-grey);
}

.about-items__item-content__button .get-access::after {
    background: var(--purple-dark);
    color: var(--white);
    background-image: url("../images/icons/arrow-back-white.svg");
    background-repeat: no-repeat;
    background-position-x: 90px;
    padding-left: 14px;
    background-position-y: 6px;
    font-size: 18px;
    line-height: 140%;
}

.about-items__item:nth-child(2) .about-items__item-content .about-items__item-content__blocks,
.about-items__item:nth-child(3) .about-items__item-content .about-items__item-content__blocks {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

.about-items__item:nth-child(2) .about-items__item-content .about-items__item-content__blocks {
    max-width: 400px;
    margin: 0 auto;
}

.about-items__item:nth-child(3) .about-items__item-content {
    margin: 0 auto;
}

.about-items__item:nth-child(3) .about-items__item-content .about-items__item-content__blocks .blocks-center {
    max-width: 280px;
    background: var(--white);
    border-radius: 12px;
    padding: 20px 12px;
}

.about-items__item:nth-child(2) .about-items__item-content,
.about-items__item:nth-child(3) .about-items__item-content .about-items__item-content__blocks {
    padding: 10px 10px 25px;
}

.blocks-items {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.blocks-items__item {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--white);
    box-shadow: 0px 1px 1px 0px rgba(189, 171, 237, 0.32);
}

.blocks-items__item img {
    object-fit: none;
}

.about-items__item:nth-child(2) .about-items__item-content .about-items__item-content__blocks .blocks-center {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.about-items__item:nth-child(2) .about-items__item-content .about-items__item-content__blocks .blocks-center .blocks-center__item {
    height: 100px;
    padding: 5px;
    align-content: end;
    position: relative;
    overflow: hidden;
}

.about-items__item:nth-child(2) .about-items__item-content .about-items__item-content__blocks .blocks-center .blocks-center__item:nth-child(1) {
    border-radius: 0px 0px 12px 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    box-shadow: 0px 2px 2px 0px rgba(146, 156, 196, 0.24), 0px 0px 7px 0px rgba(146, 156, 196, 0.02);
}

.about-items__item:nth-child(2) .about-items__item-content .about-items__item-content__blocks .blocks-center .blocks-center__item:nth-child(2)::after {
    position: absolute;
    content: "";
    top: 5px;
    right: 5px;
    width: 60%;
    height: 60%;
    background: url("../images/viber.svg") no-repeat;
    background-position: top right;
    background-size: contain;
}

.blocks-center {
    flex: 1;
}

.blocks-center__item-content {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.blocks-center__item-content__info {
    display: flex;
    row-gap: 2px;
    flex-direction: column;
}

.blocks-center__item-content__info span {
    color: var(--black);
    font-weight: 500;
}

.blocks-center__item-content__info span:first-child {
    font-size: 12px;
}

.blocks-center__item-content__info span:last-child {
    font-size: 18px;
}

.blocks-center__item-content__progress {
    position: relative;
    width: 100%;
    max-width: 55px;
}

.blocks-center__item-content__progress span {
    height: 6px;
    border-radius: 8px;
    display: block;
}

.blocks-center__item-content__progress span:first-child {
    background: #d3d3d3;
}

.blocks-center__item-content__progress span:last-child {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 40%;
    background: var(--purple);
}

.about-items__item:nth-child(3) .about-items__item-description .about-items__item-description__title img {
    max-width: 35px;
}

.about-items__item:nth-child(3) .about-items__item-description .about-items__item-description__title {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.about-items__item:nth-child(2) .about-items__item-description .about-items__item-description__title h2 span,
.about-items__item:nth-child(3) .about-items__item-description .about-items__item-description__title h2 span {
    color: var(--black);
}

.about-items__item:nth-child(3) .about-items__item-description .about-items__item-description__button {
    display: none;
}

.blocks-center__title {
    color: var(--black);
    font-size: 14px;
    line-height: 19px;
}

.blocks-center__subtitle {
    color: var(--grey);
    font-size: 12px;
    margin-top: 2px;
}

.blocks-center__content {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.blocks-center__content-item {
    display: flex;
    column-gap: 12px;
    align-items: center;
}

.blocks-center__content-item__logo img {
    width: 25px;
    height: 25px;
}

.blocks-center__content-item__about {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    flex: 1;
}

.blocks-center__content-item__about span {
    color: var(--black);
    font-size: 12px;
    font-weight: 500;
}

.item__about-info {
    display: flex;
    justify-content: space-between;
}

.item__about-progress {
    position: relative;
}

.item__about-progress span {
    display: flex;
    height: 5px;
    border-radius: 120px;
}

.item__about-progress span:first-child {
    background: var(--lg-white-grey);
}

.item__about-progress span:last-child {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    transition: width 0.3s ease-in-out;
}

.apple-progress {
    width: 0;
    background: var(--black);
}

.meta-progress {
    width: 0;
    background: var(--blue);
}

.microsoft-progress {
    width: 0;
    background: var(--lime-purple);
}

.netflix-progress {
    width: 0;
    background: var(--red);
}

.profit {
    display: inline-block;
    position: relative;
    font-size: 1.2em;
    transition: transform 0.5s ease;
}

/* about */

/* main */

/* footer */

.footer {
    padding: 60px 0;
    background: var(--lg-purple);
}

.footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-title,
.footer-policy {
    color: var(--white);
    text-align: center;
}

.footer-title {
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
}

.footer-policy {
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}

/* footer */

/* modal */

.modal-lead {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 4;
    padding: 40px 20px;
    overflow-y: scroll;
}

.modal-lead.active {
    display: grid;
}

.modal-lead__content {
    background: var(--lg-purple);
    border-radius: 16px;
    padding: 30px 20px;
    width: 100%;
    max-width: 600px;
    position: relative;
    z-index: 6;
    animation: scale 0.2s ease-in-out;
}

.modal-lead__content-subtitle,
.modal-lead__content-title {
    color: var(--white);
}

.modal-lead__content-title {
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
}

.modal-lead__content-subtitle {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
}

.modal-lead__content-banner {
    margin-top: 25px;
    padding: 25px 20px;
    background: var(--white);
    border-radius: 12px;
}

.banner__top-title {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
}

.banner__top-id,
.banner__top-subtitle {
    font-size: 16px;
    line-height: 22px;
}

.banner__top-title img {
    max-width: 35px;
}

.modal-lead__content-subtitle,
.modal-lead__content-title,
.banner__top-title,
.banner__top-subtitle,
.banner__top-id,
.banner__description-title,
.modal-lead__content-note,
.banner__description-subtitle {
    text-align: center;
}

.banner__top-title,
.banner__top-subtitle {
    color: var(--black);
}

.banner__top-subtitle {
    margin-top: 15px;
}

.banner__top-id {
    margin-top: 10px;
    color: var(--purple-dark);
}

.modal-lead__content-banner__description {
    margin-top: 40px;
}

.banner__description-title {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.banner__description-subtitle {
    margin-top: 10px;
    color: var(--grey);
    font-size: 14px;
    line-height: 20px;
}

.modal-lead__content-banner__note {
    margin-top: 25px;
    color: var(--purple);
    font-size: 10px;
    line-height: normal;
    background: var(--light-mint);
    border-radius: 120px;
    width: fit-content;
    margin-left: auto;
    padding: 6px 10px;
}

.modal-lead__content-form {
    margin-top: 25px;
    display: none;
}

.modal-lead__content-form.active {
    display: block;
}

.modal-lead__content-button {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.modal-lead__content-button .button {
    height: 50px;
    color: var(--purple-dark);
    background: var(--white);
    font-size: 18px;
    column-gap: 5px;
}

.modal-lead__content-button .button span {
    display: flex;
}

.modal-lead__content-note {
    margin-top: 25px;
    color: var(--white);
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}

.modal-lead__overlay {
    animation: fadeIn 0.4s ease-in-out;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(146, 156, 196, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 5;
}

/* modal */

/* button */

.button {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 120px;
    position: relative;
    transition: 0.3s ease-in;
}

.get-access::after,
.check::after {
    position: absolute;
    z-index: 2;
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    top: 3px;
    left: 3px;
    align-items: center;
    display: flex;
    justify-content: center;
    column-gap: 10px;
    background-repeat: no-repeat;
    /* background-size: 20px 20px; */
    text-align: center;
    border-radius: 120px;
    font-size: 14px;
    line-height: 20px;
    background-position-y: 8px;
}

.check::after {
    content: "Проверить";
}

.get-access::after {
    content: "Проверить доступ";
}

.get-access::before,
.check::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}

/* button */

/* animation */

.fade-in {
    animation: fadeIn 0.4s ease-in-out;
}

.fade-out {
    animation: fadeOut 0.4s ease-in-out;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}

@keyframes scale {
    0% {
        transform: scale(0.5);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

.spin-up {
    animation: spinUp 0.8s ease-in-out;
}

.spin-down {
    animation: spinDown 0.8s ease-in-out;
}

@keyframes spinUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes spinDown {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* animation */

/* media */

@media (min-width: 450px) {
    .about-items__item:nth-child(2) .about-items__item-content .about-items__item-content__blocks .blocks-center .blocks-center__item {
        padding: 15px;
    }
    .about-items__item:nth-child(2) .about-items__item-content .about-items__item-content__blocks,
    .about-items__item:nth-child(3) .about-items__item-content .about-items__item-content__blocks {
        column-gap: 20px;
    }
    .intro::after {
        background-position-y: -170px;
    }
}

@media (min-width: 530px) {
    .intro::after {
        background-position-y: -260px;
    }
}

@media (min-width: 550px) {
    .intro::after {
        background-position-y: -420px;
    }
}

@media (min-width: 600px) {
    .intro::after {
        background-position-y: -560px;
    }
}

@media (min-width: 650px) {
    .intro::after {
        display: none;
    }
    .main {
        background: url("../images/intro-bg-desc.svg") no-repeat;
        background-size: 120% auto;
        background-position: top left;
    }
    .intro-content {
        padding: 40px 50px;
    }
    .footer,
    .about {
        padding: 100px 0;
    }
    .about-items {
        row-gap: 100px;
    }
    .intro-content__header-logo {
        max-width: 80px;
    }
    h1 {
        font-size: 48px;
        font-weight: 700;
        line-height: 48px;
    }
    h3,
    h4 {
        font-size: 40px;
        line-height: normal;
    }
    .about-items__item:nth-child(2) .about-items__item-description .about-items__item-description__title h2 span,
    .about-items__item:nth-child(3) .about-items__item-description .about-items__item-description__title h2 span {
        color: var(--purple);
    }
    p {
        font-size: 16px;
        line-height: 22px;
    }
    .about-items__item-description__text {
        margin-top: 40px;
    }
    .about-items__item-content__text,
    .about-items__item-content__button {
        margin-top: 25px;
    }
    .about-items__item:nth-child(2) .about-items__item-content,
    .about-items__item:nth-child(3) .about-items__item-content .about-items__item-content__blocks {
        padding: 20px 32px;
    }
    .about .container {
        padding: 0 20px;
    }
    .about-items__item {
        padding: 50px;
    }
}

@media (min-width: 950px) {
    .txt-1 {
        display: none;
    }
    .main {
        background-size: 116% auto;
    }
    .intro-content__about-info__button .button {
        background: var(--white);
        max-width: 440px;
        height: 50px;
    }
    .intro-content__about-media__text p,
    .intro-content__about-info__text:last-child p {
        color: var(--white);
    }
    .intro-content__about-info__button .check::before {
        background-image: var(--lg-purple);
    }
    .intro-content__about-info__button .button::after {
        background: var(--white);
        color: var(--purple-dark);
        background-image: url("../images/icons/arrow-right-purple.svg");
        background-size: 25px 25px;
        background-repeat: no-repeat;
        background-position-x: 270px;
        padding-right: 40px;
        background-position-y: 10px;
    }
    .intro-content__about-info__text {
        max-width: 380px;
    }
    .intro-content__about-info__subtitle {
        margin-top: 25px;
    }
    .intro-content__about-info__button {
        margin-top: 60px;
    }
    .intro-content__about-info__video {
        display: none;
    }
    .intro-content__about-media {
        display: flex;
        flex-direction: column;
    }
    .intro-content__about-media__video {
        max-width: 500px;
    }
    .intro-content__about-info__text p {
        color: var(--white);
    }
    .intro-content__about {
        display: flex;
        align-items: center;
        column-gap: 50px;
    }
    .intro-content__about-info__title h1 {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }
    .intro-content__about-info__text,
    .intro-content__about-media__text,
    .intro-content__about-info__title,
    .intro-content__about-info__subtitle {
        text-align: start;
    }
    .intro-content__about-info__button {
        justify-content: flex-start;
    }
    .intro-content__about-info {
        flex: 1 1 500px;
    }
    .intro-content__about-media {
        flex: 1 1 500px;
    }
    .intro-content {
        padding: 40px 100px 80px;
    }
    .intro-content__about-info__subtitle {
        max-width: 300px;
    }
    .check::after {
        background-position-x: 175px;
    }
    .get-access::after {
        background-position-x: 52px;
    }
}

@media (min-width: 1024px) {
    .button:hover {
        opacity: 0.9;
        transform: translateY(2px);
    }
}

@media (min-width: 1150px) {
    .intro-content__about-info__note {
        display: block;
        margin-top: 50px;
    }
    .intro-content__about-media__text {
        display: none;
    }
    .intro-content__about-info__note p {
        font-size: 18px;
        line-height: normal;
        color: var(--white);
    }
    .intro-content__about {
        margin-top: 50px;
    }
}

@media (min-width: 1130px) {
    .about-items__item:nth-child(1) .about-items__item-content .about-items__item-content__title,
    .about-items__item:nth-child(1) .about-items__item-content .about-items__item-content__text {
        display: none;
    }
    .about-items__item:nth-child(1) .about-items__item-description .about-items__item-description__text p:last-child {
        display: block;
    }
    .about-items__item:nth-child(3) .about-items__item-description .about-items__item-description__title {
        row-gap: 40px;
    }
    .about-items__item:nth-child(3) .about-items__item-description .about-items__item-description__title img {
        max-width: 50px;
    }
    .about-items__item:first-child .about-items__item-content__text {
        display: none;
    }
    .about-items__item-description__button .button {
        height: 40px;
        background: var(--lg-purple);
        overflow: hidden;
        max-width: 400px;
    }
    .about-items__item-description__button .get-access::after {
        background: var(--purple-dark);
        color: var(--white);
        font-size: 18px;
        font-style: normal;
        line-height: 140%;
        background-image: url("../images/icons/arrow-back-white.svg");
        background-repeat: no-repeat;
        background-position-x: 90px;
        padding-left: 14px;
        background-position-y: 6px;
    }
    .about-items__item-description__button .get-access::before {
        background-image: var(--lg-white-grey);
    }
}

@media (min-width: 1182px) {
    .about-items__item-content__button .get-access::after {
        background-position-x: 60px;
        padding-left: 14px;
        background-position-y: 6px;
    }
    .about-items__item:nth-child(3) .about-items__item-content .about-items__item-content__button {
        display: none;
    }
    .about-items__item:nth-child(3) .about-items__item-description .about-items__item-description__button {
        display: block;
        margin-top: 40px;
    }
    .about-items__item:nth-child(3) .about-items__item-content .about-items__item-content__blocks {
        padding: 0;
        background: none;
    }
    .about-items__item:nth-child(3) .about-items__item-content .about-items__item-content__blocks .blocks-center {
        background: var(--lg-purple);
        padding: 30px 20px;
    }
    .blocks-center__title,
    .blocks-center__subtitle,
    .blocks-center__content-item__about span {
        color: var(--white);
    }
    .about-items__item:nth-child(2) .about-items__item-content {
        background: var(--lg-purple);
        border-radius: 12px;
    }
    .about-items__item-content__text p,
    .about-items__item-content__title h4 {
        color: var(--white);
    }
    .about-items__item-content__button .button {
        background: var(--white);
    }
    .about-items__item-content__button .get-access::after {
        background: var(--white);
        color: var(--purple-dark);
        background-image: url("../images/icons/arrow-back-purple.svg");
        background-repeat: no-repeat;
        background-position-x: 245px;
        padding-right: 30px;
        background-position-y: 6px;
    }
    .about-items__item-content__button .get-access::before {
        background-image: var(--lg-purple);
    }
}

@media (min-width: 1300px) {
    .main {
        background-size: 100% auto;
    }
}

@media (min-width: 1600px) {
    .main {
        background-position-y: -120px;
    }
}

@media (min-width: 1800px) {
    .main {
        background-position-y: -280px;
    }
}

/* media */