.types {
    margin-top: 311px;
}

.types__title.title {
    margin-bottom: 160px;
}

.types__block {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1090px;
    margin: 0 auto;
}

.types__item {
    border-radius: 7px;
    background: #000;
    box-shadow: 0px 6px 25px 0px rgba(249, 215, 255, 0.25);
    padding: 40px 48px 45px 48px;
    width: 100%;
    max-width: 427px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    min-height: 580px;
}

.types__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    margin-bottom: 30px;
    z-index: 1;
}

.types__name {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 60px;
}

.types__descr {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: -22px;
}

.types__btn {
    margin: 0 auto;
}

.types__inner {
    position: relative;
    z-index: 1;
}

.types__bg {
    position: absolute;
}

.types__bg img {
    width: 100%;
}

.types__bg-1 {
    bottom: 41px;
    width: 91.558px;
    left: 50%;
    transform: translateX(-50%) rotate(174.94deg);
    z-index: -1;
}

.types__bg-1::before {
    position: absolute;
    content: '';
    width: 206px;
    height: 195.124px;
    background: rgba(130, 15, 201, 0.50);
    filter: blur(41.45000076293945px);
    border-radius: 50%;
    z-index: -2;
}

.types__bg-2 {
    width: 105.753px;
    transform: rotate(175.023deg);
    top: 270px;
    right: 20px;
    z-index: -1;
}

.types__bg-2::before {
    position: absolute;
    content: '';
    width: 237.912px;
    height: 229.179px;
    background: rgba(130, 15, 201, 0.50);
    filter: blur(41.45000076293945px);
    border-radius: 50%;
    z-index: -2;
}

.types__inner::before {
    position: absolute;
    content: '';
    width: 206px;
    height: 206px;
    background: rgba(130, 15, 201, 0.50);
    filter: blur(41.45000076293945px);
    border-radius: 50%;
    z-index: -2;
    top: 300px;
    left: 0;
}


@media (max-width: 900px) {
    .types__bg-1 {
        display: none;
    }
}

@media (max-width: 700px) {
    .types__block {
        flex-direction: column;
        gap: 69px;
    }

    .types__item {
        width: 100%;
        max-width: 100%;
    }

    .types__descr {
        text-align: center;
    }

    .types__title.title {
        margin-bottom: 100px;
    }

    .types__bg-2 {
        display: none;
    }

    .types__inner::before {
        content: none;
    }
}

@media (max-width: 600px) {
    .types__title.title {
        margin-bottom: 47px;
    }

    .types__item {
        padding: 45px 9px 33px;
        min-height: 404px;
    }

    .types__descr,
    .types__name {
        font-size: 18px;
    }

    .types__descr {
        margin: 0;
    }
}

.about {
    margin-top: 117px;
}

.about__top {
    display: flex;
    gap: 54px;
    align-items: center;
}

.about__top-title.title {
    text-align: left;
    margin-bottom: 20px;
}

.about__top-descr {
    font-size: 25px;
}

.about__content {
    margin-top: 62px;
}

.about__name {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
}

.about__block {
    margin-top: 65px;
    display: flex;
    flex-direction: column;
    gap: 65px;
}

.about__item {
    border-radius: 20px;
    background: linear-gradient(90deg, #CA24E5 15.5%, #5D077B 84.5%);
    padding: 51px 20px 65px;
    position: relative;
}

.about__item::after {
    position: absolute;
    content: '';
    height: 1px;
    background: #434343;
    bottom: -28px;
    left: 0;
    right: 0;
}

.about__descr {
    font-size: 30px;
    max-width: 1110px;
    margin: 0 auto;
}

.about__bottom-name {
    font-size: 33px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 898px;
    margin: 84px 160px 0 124px;
    position: relative;
}

.about__bottom-name::before {
    position: absolute;
    content: '';
    background-image: url('../img/pages/cube.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 73px;
    height: 73px;
    top: -29px;
    left: -93px;
}

.about__bottom-name::after {
    position: absolute;
    content: '';
    background-image: url('../img/pages/cube.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 252px;
    height: 231px;
    top: -56px;
    right: -263px;
}

.about__bottom {
    position: relative;
}

.about__bottom::before {
    position: absolute;
    content: '';
    width: 87px;
    height: 87px;
    border-radius: 50%;
    background: rgba(130, 15, 201, 0.50);
    filter: blur(41.45000076293945px);
    top: -11px;
    left: 20px;
}

.about__bottom::after {
    position: absolute;
    content: '';
    width: 201px;
    height: 175px;
    border-radius: 50%;
    background: rgba(130, 15, 201, 0.50);
    filter: blur(41.45000076293945px);
    top: 39px;
    right: -60px;
    z-index: -1;
}

.about__top-icon {
    display: none;
}

.about__top-icon img {
    width: 100%;
}

@media (max-width: 900px) {
    .about__top {
        align-items: start;
        gap: 17px;
        position: relative;
    }

    .about__top-image {
        width: 100vw;
        min-width: 90px;
    }

    .about__top-image img {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .about {
        margin-top: 44px;
    }

    .about__inner {
        position: relative;
    }

    .about__top-content {
        margin-top: 30px;
    }

    .about__top {
        gap: 6px;
    }

    .about__top-descr {
        font-size: 15px;
    }

    .about__top-icon {
        display: block;
        position: absolute;
        top: 180px;
        width: 13.4%;
        left: 14px;
        transform: rotate(174.94deg);
    }

    .about__top-icon::before {
        position: absolute;
        content: '';
        width: 105px;
        height: 99px;
        background: rgba(130, 15, 201, 0.50);
        filter: blur(41.45000076293945px);
        border-radius: 50%;
        z-index: -1;
        top: 0px;
        left: -20px;
    }

    .about__name {
        font-size: 25px;
    }

    .about__block {
        margin-top: 30px;
        gap: 51px;
    }

    .about__descr {
        font-size: 18px;
        max-width: 264px;
    }

    .about__item {
        padding: 26px 20px 21px;
    }

    .about__item::after {
        bottom: -8px;
    }

    .about__bottom-name {
        font-size: 18px;
        max-width: 898px;
        margin: 33px 14px 0 38px;
        position: relative;
    }

    .about__bottom::after {
        content: none;
    }

    .about__bottom-name::before {
        width: 8.6%;
        height: 73px;
        top: -9px;
        left: -37px;
        min-width: 25px;
    }

    .about__bottom-name::after {
        width: 17%;
        height: 231px;
        top: 43px;
        right: -10px;
        z-index: -1;
        min-width: 49px;
    }
}





.register {
    margin-top: 87px;
    position: relative;
    z-index: 3;
}

.register__block {
    display: flex;
    gap: 25px;
    margin-top: 102px;
}

.register__item {
    width: 100%;
    border-radius: 7px;
    border: 1px solid #D9D9D9;
    background: #121212;
    box-shadow: 0px 6px 25px 0px rgba(249, 215, 255, 0.25);
    padding: 0 23px 46px;
}

.register__item-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.register__item-name {
    font-size: 20px;
    font-weight: 700;
    margin-top: -20px;
}

.register__item-title {
    margin-top: 50px;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 21px;
}

.register__item-descr {
    font-size: 22px;
}

.register__item-top {
    border-bottom: 1px solid #434343;
    min-height: 45%;
}

.register__item-content {
    margin-top: 31px;
}

@media (max-width: 1110px) {
    .register__item {
        padding-bottom: 90px;
    }

    .register__item-top {
        min-height: 40%;
    }
}

@media (max-width: 900px) {
    .register__block {
        flex-wrap: wrap;
    }

    .register__item {
        width: calc(50% - 13px);
    }
}

@media (max-width: 700px) {
    .register__item {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .register {
        margin-top: 52px;
    }

    .register__title.title {
        text-align: left;
        font-size: 25px;
        margin-left: 16px;
    }

    .register__block {
        margin-top: 52px;
        gap: 41px;
    }

    .register__item-title {
        margin-top: 18px;
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 23px;
        margin-left: 8px;
        margin-right: 8px;
    }

    .register__item-top {
        min-height: auto;
    }

    .register__item-descr {
        font-size: 18px;
        margin-left: 8px;
        margin-right: 8px;
    }

    .register__item {
        padding-bottom: 27px;
    }
}




.advantages {
    margin-top: 42px;
    position: relative;
    z-index: 3;
}

.advantages__inner {
    position: relative;
}

.advantages__descr {
    max-width: 800px;
    margin: 23px auto 23px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}

.advantages__block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 1064px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.advantages__item {
    border-radius: 7px;
    border: 1px solid #000;
    background: #000;
    box-shadow: 0px 6px 25px 0px rgba(249, 215, 255, 0.25);
    min-height: 107px;
    padding: 28px 38px;
}

.advantages__item-name {
    font-size: 22px;
    font-weight: 400;
}

.advantages__item-name span:first-of-type {
    font-weight: 700;
    color: #CA24E5;
}

.advantages__bg {
    position: absolute;
}

.advantages__bg img {
    width: 100%;
}

.advantages__bg-1 {
    top: 480px;
    left: 20px;
    transform: rotate(174.94deg);
    z-index: 1;
}

.advantages__bg-1::before {
    content: '';
    position: absolute;
    width: 265px;
    height: 263px;
    border-radius: 265px;
    background: rgba(130, 15, 201, 0.50);
    filter: blur(86.4000015258789px);
    z-index: -1;
    left: -60px;
}

.advantages__bg-2 {
    bottom: 210px;
    right: 7px;
    z-index: 1;
    width: 107px;
    height: 98px;
}

.advantages__bg-2::before {
    content: '';
    position: absolute;
    width: 265px;
    height: 263px;
    border-radius: 50%;
    background: rgba(130, 15, 201, 0.50);
    filter: blur(86.4000015258789px);
    z-index: -1;
    left: -180px;
    top: -120px;
}

@media (max-width: 1000px) {
    .advantages__bg-2 {
        right: -50px;
    }
}

@media (max-width: 600px) {
    .advantages__bg-1 {
        top: initial;
        left: 0;
        transform: rotate(-139.908deg);
        z-index: 1;
        width: 42.356px;
        bottom: -106px;
    }

    .advantages__bg-2 {
        display: none;
    }

    .advantages__title.title {
        text-align: left;
        font-size: 25px;
        max-width: 277px;
        margin: 0 auto;
    }

    .advantages__descr {
        max-width: 277px;
        margin: 33px auto 14px;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        text-align: left;
    }

    .advantages__item {
        min-height: 107px;
        padding: 16px 23px;
    }

    .advantages__item-name {
        font-size: 17px;
    }

    .advantages__bg-1::before {
        content: none;
    }
}


@media (max-width: 600px) {
    .contact {
        margin-top: 73px;
    }

    .contact__bg-1 {
        top: 50px;
    }
}