@font-face {
    font-family: notosans;
    src: url("../spasesocial_fonts/spasesocial_notosans.woff2")
}

@font-face {
    font-family: "Bubblegum Sans";
    src: url("../spasesocial_fonts/spasesocial_bubblegumsans-regular.woff2")
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%
}

body {
    background: #F5F5F5;
    font-family: notosans;
}

.body__container {
    max-width: 1240px;
    margin: 0 auto
}

.spasesocial_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.40);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}

.spasesocial_header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 6px;
    padding-bottom: 6px
}

.spasesocial_header__box {
    padding-top: 60px;
}

.header__link__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.spasesocial_header__title {
    color: #FFF;
    text-align: center;
    font-family: "Bubblegum Sans";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.spasesocial_header__subtitle{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 24px;
}
.spasesocial_header {
    padding-top: 168px;
    padding-bottom: 168px;
    background: url("../spasesocial_img/spasesocial-header-background.webp") no-repeat center;
    background-size: cover;
}

.spasesocial_header__block{
    max-width: 1078px;
    padding: 24px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.40);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    width: 100%;
    margin: 0 auto;
}

.spasesocial_header__play{
    text-align: center;
    color: #CF2F34;
    font-family: "Bubblegum Sans";
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding: 16px 32px;
    text-transform: uppercase;
    width: 246px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 12px;
    border: 1px solid #CF2F34;
    background: #FFF;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.spasesocial_header__play:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
    color: #fff;
}

.spasesocial_about {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #FFF5FC;
}
.spasesocial_about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
}
.spasesocial_about__content {
    max-width: 700px;
    width: 100%;
}
.spasesocial_about__title {
    color: #CF2F34;
    font-family: "Bubblegum Sans";
    font-size: 40px;
    font-weight: 400;
    line-height: 120%; 
    margin-bottom: 24px;
}
.spasesocial_about__text {
    color: #261321;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.spasesocial_about__images {
    width: 500px;
    height: 315px;
    background: url("../spasesocial_img/spasesocial-about-background.webp") no-repeat center;
}
.spasesocial_why {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #4B2D43;
}

.spasesocial_why__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 64px;
}
.spasesocial_why__images {
    width: 400px;
    height: 398px;
    background: url("../spasesocial_img/spasesocial-why-background.webp") no-repeat center;
}
.spasesocial_why__content {
    max-width: 776px;
    width: 100%;
}
.spasesocial_why__title {
    color: #FFF;
    font-family: "Bubblegum Sans";
    font-size: 40px;
    font-weight: 400;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}
.spasesocial_why__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    padding-left: 0;
    list-style: none;
}
.spasesocial_why__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    min-height: 151px;
    padding: 16px;
    width: 100%;
    max-width: 376px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.90);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
}
.spasesocial_why__item:nth-child(1):before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 72px;
    height: 72px;
    background: url("../spasesocial_img/spasesocial-why-icon-1.webp") no-repeat center;
}
.spasesocial_why__item:nth-child(2):before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 72px;
    height: 72px;
    background: url("../spasesocial_img/spasesocial-why-icon-2.webp") no-repeat center;
}
.spasesocial_why__item:nth-child(3):before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 72px;
    height: 72px;
    background: url("../spasesocial_img/spasesocial-why-icon-3.webp") no-repeat center;
}
.spasesocial_why__item:nth-child(4):before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 72px;
    height: 72px;
    background: url("../spasesocial_img/spasesocial-why-icon-4.webp") no-repeat center;
}
.spasesocial_why__wrapper {
    max-width: 256px;
    width: 100%;
}
.spasesocial_why__head{
    color: #261321;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 8px;
}
.spasesocial_why__text {
    color: #261321;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; 
}
.spasesocial_makes {
    background: #F5F5F5;
    padding-top: 80px;
    padding-bottom: 80px;
}
.spasesocial_makes__title {
    color: #CF2F34;
    text-align: center;
    font-family: "Bubblegum Sans";
    font-size: 40px;
    font-weight: 400;
    line-height: 120%; /* 48px */
    text-transform: uppercase;
    margin-bottom: 24px;
}
.spasesocial_makes__subtitle {
    color: #261321;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 40px;
}
.spasesocial_makes__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    padding-left: 0;
    list-style: none;
}
.spasesocial_makes__item {
    max-width: 292px;
    width: 100%;
    min-height: 252px;
    padding: 24px;
    border-radius: 20px;
    background: #D3E2DA;
    -webkit-backdrop-filter: blur(7.5px);
            backdrop-filter: blur(7.5px);
}
.spasesocial_makes__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    color: #CF2F34;
    font-family: "Bubblegum Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.spasesocial_makes__head::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 36px;
    height: 36px;
    background: url("../spasesocial_img/spasesocial-makes-icon.webp") no-repeat center;
}
.spasesocial_makes__text {
    color: #261321;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.spasesocial_share {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #261321;
}
.spasesocial_share__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
}
.spasesocial_share__images {
    width: 500px;
    height: 418px;
    background: url("../spasesocial_img/spasesocial-share-background.webp") no-repeat center;
}
.spasesocial_share__content {
    max-width: 700px;
    width: 100%;
}
.spasesocial_share__title {
    color: #FFF;
    font-family: "Bubblegum Sans";
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.spasesocial_share__subtitle {
    color: #E8E8E8;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}
.spasesocial_share__link {
    color: #CF2F34;
    font-family: "Bubblegum Sans";
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 12px;
    border: 1px solid #CF2F34;
    background: #FFF;
    width: 246px;
    height: 60px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.spasesocial_share__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
    color: #fff;
}

.spasesocial_footer {
    background: #D3E2DA;
    padding-top: 40px;
    padding-bottom: 40px;
}
.spasesocial_footer__inner {
    margin-bottom: 24px;
}
.spasesocial_footer__head {
    color: #261321;
    font-family: "Bubblegum Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}
.spasesocial_footer__text {
    color: #261321;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}
.spasesocial_footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.spasesocial_footer__sup {
    color: #CF2F34;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}
.spasesocial_footer__link {
    color: #261321;
    font-family: "Bubblegum Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; 
    -webkit-transition: 0.4s; 
    -o-transition: 0.4s; 
    transition: 0.4s;
}

.spasesocial_footer__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #FFBB28;
}


.header__hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

.terms__container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content__title,
.info__title {
    color: #000;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 38px; 
    text-transform: uppercase;
    margin-bottom: 24px
}

.info__head,
.terms__subtitle {
    color: #000;
    
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px
}

.terms__list{
    margin-bottom: 20px;
    padding-left: 30px;
}

.info__text,
.terms__text {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px; 
    margin-bottom: 20px
}

.terms__info{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px; 
    margin-bottom: 15px;
}

.desc__top {
    padding-top: 120px;
    padding-bottom: 50px
}

.terms__link{
    text-decoration: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.terms__link:hover {
    text-decoration: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.active__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.mobile{
    display: none;
}

@media (max-width:1260px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .spasesocial_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }


    .mobile{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .desctop{
        display: none;
    }

    .spasesocial_header__wrapper{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 16px;
    }

    .spasesocial_makes__item{
        max-width: 450px;
        min-height: 210px;
    }

    .spasesocial_about__content{
        max-width: 40vw;
    }

    .spasesocial_about__wrap{
        gap: 20px;
    }

    .spasesocial_why__content{
        max-width: 45vw;
    }

    .spasesocial_why__item{
        max-width: 100%;
    }

    .spasesocial_why__wrapper{
        max-width: 100%;
    }

    .spasesocial_share__content{
        max-width: 41vw;
    }
}

@media (max-width:991px) {
    .spasesocial_header__title{
        font-size: 40px;
    }

    .spasesocial_header__subtitle{
        font-size: 16px;
    }

    .spasesocial_header {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .spasesocial_about__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px;
    }

    .spasesocial_about__content{
        max-width: 100%;
    }

    .spasesocial_why__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 24px;
    }

    .spasesocial_why__images{
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .spasesocial_why__content{
        max-width: 100%;
    }

    .spasesocial_why__item{
        min-height: auto;
    }

    .spasesocial_makes__items{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 16px;
    }

    .spasesocial_makes__item{
        max-width: 100%;
        min-height: auto;
    }

    .spasesocial_share__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .spasesocial_share__images{
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .spasesocial_share__content{
        max-width: 100%
    }
}

@media (max-width:575px) {
    .body__container {
        padding-left: 13px;
        padding-right: 13px
    }

    .spasesocial_header__fixed {
        padding-left: 13px;
        padding-right: 13px
    }

    .spasesocial_header {
        padding-top: 116px;
        padding-bottom: 116px;
        background: url(../spasesocial_img/spasesocial-header-background-mob.webp) no-repeat center;
        background-size: cover;
    }

    .desc__top {
        padding-top: 120px;
        padding-bottom: 50px
    }
    .spasesocial_footer__bottom{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 24px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .spasesocial_footer__head{
        font-size: 14px;
    }

    .spasesocial_footer__text{
        font-size: 12px;
    }

    .spasesocial_footer__sup{
        font-size: 12px;
    }

    .spasesocial_footer__link{
        font-size: 14px;
    }

    .spasesocial_footer{
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .spasesocial_footer__inner{
        margin-bottom: 24px;
    }

    .spasesocial_about__images {
        width: 300px;
        height: 190px;
        background: url(../spasesocial_img/spasesocial-about-background.webp) no-repeat center;
        background-size: 300px;
    }

    .spasesocial_why__images {
        width: 300px;
        height: 300px;
        background: url(../spasesocial_img/spasesocial-why-background.webp) no-repeat center;
        background-size: 300px;
    }

    .spasesocial_share__images {
        width: 300px;
        height: 250px;
        background: url(../spasesocial_img/spasesocial-share-background.webp) no-repeat center;
        background-size: 300px;
    }

    .spasesocial_header__icon{
        max-width: 46px;
    }

    .spasesocial_header__block{
        padding: 16px;
    }

    .spasesocial_header__title{
        font-size: 26px;
    }

    .spasesocial_header__subtitle{
        font-size: 14px;
    }

    .spasesocial_header__play{
        width: 100%;
        padding: 12px 24px;
        font-size: 16px;
        height: 43px;
    }

    .spasesocial_about {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .spasesocial_about__title{
        font-size: 24px;
        margin-bottom: 16px;
        text-align: center;
    }

    .spasesocial_about__text{
        font-size: 14px;
        text-align: center;
    }

    .spasesocial_why{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .spasesocial_why__title{
        font-size: 24px;
    }

    .spasesocial_why__item{
        min-height: 172px;
    }

    .spasesocial_makes {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .spasesocial_makes__title{
        font-size: 24px;
    }

    .spasesocial_makes__subtitle{
        font-size: 14px;
        margin-bottom: 24px;
    }

    .spasesocial_makes__item{
        min-height: 228px;
    }

    .spasesocial_share {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .spasesocial_share__title{
        margin-bottom: 16px;
        font-size: 24px;
        text-align: center;
    }

    .spasesocial_share__subtitle{
        font-size: 14px;
        margin-bottom: 16px;
        text-align: center;
    }

    .spasesocial_share__link{
        width: 100%;
        font-size: 16px;
        padding: 12px 24px;
        height: 43px;
    }

    .spasesocial_share__wrap{
        gap: 24px;
    }

}