:root {
    --font-family: 'Montserrat';
    --belyy: #fff;
}

body, html {
    font-family: var(--font-family);
    font-size: 20px;
    font-weight: 400;
    color: #fff;

    background-color: #0d0b2f;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;

    overflow-x: hidden;
    height: 100%;
}

/* SCROLL BAR */

html::-webkit-scrollbar {
    width: 20px;
    background-color: #000000;
}

html::-webkit-scrollbar-thumb {
    background: #2F1D60;
    border-radius: 10px;
}

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

h1, h2, h3, h4, h5, div, p, span, section, header, footer {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wrap {
    padding: 40px 0px;

    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .logo img {
    width: 157px;
}

header .phone {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    color: var(--belyy);
    text-decoration: none;
}

/* main */

main {
    position: relative;
}

.main-absolute {
    position: relative;
    width: 50%;
}

.main-bag {
    position: relative;
    z-index: 10;
    width: 566px;

    transition: all .4s ease;
}

.main-bag:hover {
    transform: scale(1.06);
}

.main-tree {
    position: absolute;
    z-index: 8;
    left: -5px;
    top: 100px;
    width: 548px;
}

.main-svg {
    position: absolute;
    z-index: 6;
    left: -430px;
    top: -240px;
}

.main-absolute h3 {
    font-family: var(--font-family);
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #9e9dab;
    display: block;
    margin-top: -180px;
    position: relative;
    z-index: 11;
}

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

.main-text {
    width: 50%;
}

.main-text-pretitle {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 30px;
    line-height: 130%;
    color: #9e9dab;
    text-align: center;
}

.main-text-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 50px;
    line-height: 130%;
    text-transform: uppercase;
    text-align: center;
    color: var(--belyy);
    margin-bottom: 7px;
}

.main-text-plus {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 70px;
    line-height: 120%;
    text-align: center;
    color: var(--belyy);

    margin-bottom: 24px;
    text-align: center;
    display: block;
}

.main-block {
    width: 100%;
    position: relative;
    z-index: 7;
    padding: 26px 36px;
    border-radius: 40px;

    backdrop-filter: blur(100px);
    background: rgba(81, 48, 145, 0.5);
}

.main-block p {
    font-family: var(--font-family);
    font-style: italic;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    color: var(--belyy);
}

.main-block span {
    position: absolute;
    top: -40px;
    z-index: 8;
    right: 0;

    background: #6a2880;
    transform: rotate(3deg);

    padding: 10px 20px;
    border-radius: 40px;

    font-family: var(--font-family);
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    color: var(--belyy);
}

.main-block img {
    position: absolute;
    bottom: -32px;
    right: 5px;
}

.main-photos {
    display: flex;
    justify-content: space-between;
    width: 100%;

    margin-top: 100px;
    position: relative;
    z-index: 9;
}

.main-photos img {
    width: 140px;
    height: 140px;
    object-fit: cover;

    transition: all .4s ease;
}

.main-photos img:hover {
    transform: scale(1.04);
}

.main-button {
    display: flex;
    justify-content: center;
    gap: 70px;
    align-items: center;

    margin-top: 116px;

    position: relative;
    z-index: 10;
}

.main-button a {
    background: linear-gradient(59deg, #7400ff 0%, #d054db 100%);
    padding: 36px 30px;
    border-radius: 130px;

    font-family: var(--font-family);
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    text-transform: uppercase;
    text-align: center;
    color: var(--belyy) !important;

    transition: all 0.4s ease;
    cursor: pointer;

    text-decoration: none;
}

.main-button svg {
    transition: all 0.4s ease;
}

.main-button a:hover {
    opacity: 0.9;
    transform: scale(1.03);
    /* background: linear-gradient(109deg, #5a02c5 0%, #9f1aab 100%); */
}

/* recovery */

.recovery {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;

    margin-top: 200px;
    margin-bottom: 200px;

    position: relative;
    z-index: 15;
}

.recovery-left {
    width: 50%;
}

.recovery-left h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    text-transform: uppercase;
    color: var(--belyy);
    margin-bottom: 10px;
}

.recovery-left h3 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 30px;
    line-height: 130%;
    color: #9e9dab;

    margin-bottom: 30px;
}

.recovery-left p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: var(--belyy);
}

.recovery-right {
    width: 50%;
    transition: all .4s ease;
}

.recovery-right:hover {
    transform: scale(1.05);
}

/* pro */

.pro {
    position: relative;
    z-index: 20;
}

.pro-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    text-transform: uppercase;
    text-align: center;
    color: var(--belyy);

    margin-bottom: 52px;
}

.pro-inner {
    display: flex;
    flex-direction: column;
    gap: 31px;
}

.pro-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    background: #2f1d60;
    border-radius: 40px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.pro-item-img {
    width: 64%;
    object-fit: contain;
    left: -72px;
    position: absolute;
}

.pro-item-info {
    margin-right: 0;
    margin-left: auto;
    width: 50%;
}

.pro-item-info h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    text-transform: uppercase;
    color: var(--belyy);

    margin-bottom: 20px;
}

.pro-item-icons {
    display: flex;
    flex-direction: column;
    gap: 12px;

    margin-bottom: 40px;
}

.pro-item-icons div {
    display: flex;
    gap: 12px;
    align-items: center;
}

.pro-item-icons div p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: var(--belyy);
}

.pro-item-end {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.pro-item-end span {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
    text-align: center;
    color: var(--belyy);
    padding: 14px;
    width: 50%;
    /* border-radius: 50px; */
    
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.pro-item-end span::before {
    content: "";
    position: absolute;
    inset: 0;               /* занимает весь родительский блок */
    padding: 4px;          /* толщина рамки */
    background: linear-gradient(59deg, #7400ff 0%, #d054db 100%);
    -webkit-mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 50px;
    pointer-events: none;
    z-index: -1; /* чтобы контент был поверх */
}

.pro-item-end a {
    background: linear-gradient(59deg, #7400ff 0%, #d054db 100%);

    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
    text-align: center;
    color: var(--belyy) !important;

    border-radius: 60px;
    width: 50%;
    text-decoration: none;
    padding: 17px;

    transition: all .4s ease;
}

.pro-item-end a:hover {
    opacity: 0.6;
}

/* tree-gift */

.tree-gift {
    position: relative;
    margin-bottom: 174px;
}

.tree-gift-img {
    position: absolute;
    right: 0;
    top: -60px;
    width: 431px;
    z-index: 1;
}

.tree-gift-bag {
    width: 398px;
}

.tree-flex {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 99;
}

.tree-flex div h2 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #9e9dab;

    margin-bottom: 32px;
}

.tree-flex div p {
    font-family: var(--second-family);
    font-style: italic;
    font-weight: 600;
    font-size: 52px;
    line-height: 130%;
    text-transform: uppercase;
    text-align: center;
    color: var(--belyy);
    white-space: nowrap;

    padding-left: 139px;
}


/* webinar */

.webinar {
    margin-bottom: 200px;

    display: flex;
    gap: 92px;
    align-items: center;
}

.webinar-wrap {
    position: relative;
    overflow: visible;
}

.webinar-left {
    width: 60%;
    position: relative;
    z-index: 9;
}

.webinar-left h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    text-transform: uppercase;
    color: var(--belyy);

    margin-bottom: 40px;
}

.webinar-left div {
    width: 100%;
    padding: 26px 20px;
    border-radius: 40px;
    backdrop-filter: blur(100px);
    background: rgba(81, 48, 145, 0.5);

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;

    margin-bottom: 40px;
}

.webinar-left div h3 {
    width: 50%;
    text-align: center;

    font-family: var(--font-family);
    font-style: italic;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: var(--belyy);
}

.webinar-left div h4 {
    font-family: var(--font-family);
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: var(--belyy);

    width: 50%;
}

.webinar-left p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #9e9dab;
}

.webinar-left p span {
    font-weight: 700;
    color: var(--belyy);
}

.webinar-right {
    width: 40%;
}

.webinar-right img {
    border-radius: 40px;
    width: 100%;
    position: relative;
    z-index: 5;
}

.webinar-right svg {
    position: absolute;
    z-index: 3;
    right: 0;
}

/* simple */

.simple {
    margin-bottom: 33px;
    position: relative;
}

.simple-stars {
    position: absolute;
    top: 0;
    left: 0;
}

.simple-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    text-transform: uppercase;
    text-align: center;
    color: var(--belyy);

    margin-bottom: 60px;
}

.simple .wrap {
    position: relative;
}

.simple-flex {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 20px;
}

.simple-left {
    width: 50%;
    border: 10px solid #2f1d60;
    border-radius: 40px;
    padding: 60px;
}

.simple-left h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    text-transform: uppercase;
    text-align: center;
    color: var(--belyy);

    margin-bottom: 30px;
}

.simple-column {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.simple-column div {
    display: flex;
    align-items: center;
    gap: 16px;
}

.simple-column div svg {
    min-width: 40px;
}

.simple-column div p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: var(--belyy);
}

.simple-right {
    padding: 60px 30px;
    background: linear-gradient(59deg, #370078 0%, #840090 100%);
    width: 50%;
    border-radius: 40px;
}

.simple-right h2 {
    margin-bottom: 30px;

    font-family: var(--font-family);
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    text-transform: uppercase;
    text-align: center;
    color: var(--belyy);
}

.simple-right .simple-column {
    gap: 20px;
}

/* app */

.app {
    position: relative;
    margin-bottom: 200px;
}

.app-tree {
    position: absolute;
    left: 0;
    top: 0;
    width: 363px;
}

.app h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    text-transform: uppercase;
    text-align: center;
    color: var(--belyy);

    margin-bottom: 60px;

    position: relative;
    z-index: 99;
}

.app-inn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 100px;
    row-gap: 40px;

    position: relative;
    z-index: 99;
}

.app-inn div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.app-inn div img {
    border-radius: 20px;
    width: 131px;
    object-fit: cover;
}

.app-inn div p {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    color: var(--belyy);
}

.app-inn div p span {
    font-weight: 500;
    color: #cdcdcd;
}

/* home */

.home {
    margin-bottom: 200px;
}

.home h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    text-transform: uppercase;
    text-align: center;
    color: var(--belyy);

    margin-bottom: 60px;
}

.home-inn {
    display: flex;
    gap: 20px;
}

.home-inn-left {
    width: 50%;
    padding: 36px;
    border-radius: 20px;
    backdrop-filter: blur(100px);
    background: rgba(81, 48, 145, 0.5);

    font-family: var(--font-family);
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: #cdcdcd;
}

.home-inn-left span {
    font-weight: 700;
    font-size: 22px;
    color: var(--belyy);
}

.home-inn-right {
    width: 50%;
    object-fit: contain;
    /* height: 100%; */
    /* border-radius: 20px;
    background-image: url(../images/home.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
}

/* guard */

.guard {
    margin-bottom: 180px;
    background: rgba(81, 48, 145, 0.5);
    border-radius: 40px;
    padding: 50px;
}

.guard h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    text-transform: uppercase;
    color: var(--belyy);
}

.guard-inn {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
    justify-content: space-between;
}

.guard-inn-left {
    width: 65%;
}

.guard-inn-left h4 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #cdcdcd;
    margin-bottom: 30px;
}

.guard-inn-left__icons {
    display: flex;
    flex-direction: column;
    gap: 16px;

    margin-bottom: 30px;
}

.guard-inn-left__icons div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.guard-inn-left__icons div svg {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
}

.guard-inn-left__icons div p {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: var(--belyy);
}

.guard-inn-left h5 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #cdcdcd;
}

.guard-inn-right {
    width: 25%;
}

/* pay */

.pay {
    margin-bottom: 80px;
    display: flex;
    gap: 20px;
}

.pay-block {
    width: 50%;
    padding: 50px;
    position: relative;
    z-index: 6;
    border-radius: 40px;
    background: #0D0B2E;
    overflow: hidden;

}

/* псевдоэлемент — внешняя граница с градиентом */
.pay-block::before {
    content: "";
    position: absolute;
    inset: 0;               /* занимает весь родительский блок */
    padding: 6px;          /* толщина рамки */
    background: linear-gradient(59deg, #7400ff 0%, #d054db 100%);
    -webkit-mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 40px;
    pointer-events: none;
    z-index: -1; /* чтобы контент был поверх */
}

.pay-block-title {
    display: flex;
    gap: 16px;
    margin-bottom: 30px;
    justify-content: center;
}

.pay-block-title h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    text-transform: uppercase;
    color: var(--belyy);
}

.pay-block-icons {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.pay-block-icons div {
    display: flex;
    gap: 16px;
}

.pay-block-icons div p {
    font-family: var(--font-family);
    font-size: 24px;
    line-height: 130%;
    font-weight: 500;
    color: #cdcdcd;

    display: block;
}

.pay-block-icons div p span {
    font-weight: 700;
    color: var(--belyy);
}

.pay-block-icons div img {
    display: block;
    margin-top: 4px;
}

/* remind */

.remind {
    position: relative;
    margin-bottom: 60px;
}

.remind img {
    position: absolute;
    right: -30px;
    top: -150px;

    width: 556px;
}

.remind-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    text-transform: uppercase;
    color: var(--belyy);

    margin-bottom: 20px;

    position: relative;
    z-index: 8;
}

.remind-text {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #cdcdcd;

    width: 80%;

    position: relative;
    z-index: 8;
}

/* footer */

footer {
    background: #2e1d5f;
    padding: 60px 0px;
}

.footer-logo {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    display: block;
}

.footer-inn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 165px;
    row-gap: 24px;
}

.footer-icon {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-icon svg,
.footer-soc svg {
    width: 44px;
    min-width: 44px;
    max-width: 44px;
}

.footer-icon p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: var(--belyy);
}

.footer-icon p a {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    color: var(--belyy);

    text-decoration: none;
}

.footer-soc {
    display: flex;
    gap: 16px;
    align-items: center;
}

.footer-soc a {
    text-decoration: none;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    color: var(--belyy);
}

.footer-soc a p {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    color: var(--belyy);
}

.footer-text {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #cdcdcd;

    margin-top: 16px;
}





























