.section-home {
    background-image: url('img/bg-home.webp?v=2');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 915px;
    text-align: center;
    border-bottom: 1px solid #362C4A;
}

.section-home-bg {
    background: linear-gradient(transparent, transparent, #100721);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
    border-bottom: 1px solid #362C4A;
}

.section-home-bg h1,
.section-home-bg h2 {
    font-family: secondary-font;
    text-align: center;
    font-size: 90px;
    margin: 0 auto;
    max-width: 850px;
    flex-grow: 1;
    color: #EBE4FA
}

.section-home-bg h1 div,
.section-home-bg h2 div,
.section-home-bg h1 span,
.section-home-bg h2 span {
    color: #C2A6FF;
}

.section-home-bg h1 div,
.section-home-bg h2 div {
    font-style: italic;
}

.section-home-bg h1 span,
.section-home-bg h2 span {
    font-style: normal;
}

.section-home-buttons {
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

.btn-home {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #EBE4FA;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #6D28FF;
    background: #6D28FF;
    transition: .2s;
    cursor: pointer;
}

.btn-inactive {
    background: #4B435A;
    color: rgba(235, 228, 250, 0.40);
    border: 1px solid #4B435A;
}

.btn-inactive path {
    stroke: rgba(235, 228, 250, 0.40);
}


.btn-home:hover,
.btn-home-secondary:hover {
    color: rgba(255, 255, 255, 0.7);
    opacity: .5;
}

.section-home-bg .btn-home-secondary {
    color: #EBE4FA;
    font-size: 16px;
    text-decoration: underline;
    margin: 21px 0px 0px 50px;
    transition: .2s;
}

.section-home-bg .icon-star {
    background-image: url('img/home-star.webp');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 160px;
    height: 160px;
    position: absolute;
    margin: 30px auto 0 auto;
    left: -50%;
    right: 0;
}

.section-home-bg .icon-star2 {
    background-image: url('img/home-star2.webp');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 180px;
    height: 188px;
    position: absolute;
    margin: -300px auto 0 auto;
    left: 50%;
    right: 0;
}

.section-home-blur {
    background: radial-gradient(#2B1555 15%, transparent, transparent);
    width: 815px;
    height: 815px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    z-index: -1;
    top: -1%;
}

.section-about {
    border-bottom: 1px solid #362C4A;
    text-align: left;
}

.section-about .container {
    display: flex;
    justify-content: space-between;
}

.section-about_blur {
    background: radial-gradient(rgba(43, 21, 85, .7), transparent, transparent);
    width: 915px !important;
    height: 915px;
    position: relative;
    margin: -50px 0px 0px -100px;
    z-index: 0;
}

.section-about_const {
    background-image: url('img/const.webp');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 450px !important;
    height: 450px;
    position: relative;
    margin: -700px auto 0 auto;
    z-index: 1;
}

.section-about_saturn {
    background-image: url('img/saturn.webp');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 500px !important;
    height: 250px;
    position: relative;
    margin: -200px auto 0 auto;
    z-index: 2;
}

.section-about div div {
    width: 50%;
    color: #EBE4FA;
    font-size: 16px;
}

.section-about div div span {
    color: rgba(235, 228, 250, 0.80);
    font-size: 14px;
}

.section-about div h2 {
    font-family: secondary-font;
    font-size: 45px;
    padding: 10px 0px 30px 0px;
}

.section-about div h2 span {
    font-size: 45px;
    color: #C2A6FF;
}

.section-about_col_right {
    width: 100% !important;
    padding: 70px 0px 70px 90px;
}

.section-about_col_right p, .section-about_col_right li {
    color: rgba(235, 228, 250, 0.80);
}

.section-about_col_border {
    border-left: 1px solid #362C4A;
}

.section-about-bg-l {
    background-image: url('img/bg-about-l.webp?v=2');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 300px;

}

.section-about-bg-r {
    background-image: url('img/bg-about-r.webp?v=2');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 300px;
}

.about-type-title {
    color: #EBE4FA !important;
    font-family: secondary-font;
    font-weight: 300;
    font-size: 28px !important;
    opacity: 1;
}

.about-type-title svg {
    margin-right: 30px;
}

.about-type {
    width: 100% !important;
    padding: 50px 70px 70px 90px;
}

.about-type-left {
    padding: 50px 130px 70px 0px;
}

.about-type-right {
    padding: 50px 30px 70px 90px;
}

.about-type p {
    padding-top: 30px;
    color: rgba(235, 228, 250, 0.80);
}

.img-solar-in {
    background-image: url('img/solar-in.webp');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 150px;
    height: 150px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    margin: -75px auto 0px auto;
}

.img-solar-out {
    background-image: url('img/solar-out.webp');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 150px;
    height: 150px;
    left: 0;
    right: 0;
    margin: auto;
}

.section-counting {
    padding: 90px 0px;
    border-bottom: 1px solid #362C4A;
}

.section-counting .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.section-counting .section-counting-sep {
    width: 1px;
    height: 44px;
    background: #353535;
    display: block;
}



.section-counting-item {
    min-width: 20%;
    text-align: center;
}

.section-counting-item div {
    color: #BB9BFF !important;
    font-family: secondary-font;
    font-weight: 300;
    font-size: 72px !important;
    align-items: center;
    display: flex;
}

.section-counting-item p {
    color: rgba(235, 228, 250, 0.70);
    font-size: 14px;
}


.section-team {
    border-bottom: 1px solid #362C4A;
    text-align: left;
}

.section-team .container {
    display: flex;
    justify-content: space-between;
}

.section-team_col_left {
    width: 100% !important;
    padding: 70px 90px 60px 0px;
}

.section-team div div {
    width: 50%;
    color: #EBE4FA;
    font-size: 16px;
}

.section-team-w-75 {
    width: 75% !important;
}

.section-team .avatars-col div {
    width: 95px;
}

.section-team div div span {
    font-family: secondary-font;
    font-size: 45px;
    padding: 10px 0px 30px 0px;
}

.section-team div h2 {

    color: rgba(235, 228, 250, 0.80);
    font-size: 14px;
    font-weight: 400;
}

.section-team div span span {
    font-size: 45px;
    color: #C2A6FF;
}

.section-team .categories {
    display: flex;
    width: 100%;
    padding-top: 55px !important;
}

.section-team .category {
    width: auto;
    color: #C1ABEA;
    font-size: 12px;
    padding: 0px 20px 0px 0px;
}

.section-team .avatars {
    width: 100%;
    margin: 40px 0px 90px 0px;
}

.section-team .avatars-col {
    width: 100%;
    max-width: 660px;
    display: flex;
    justify-content: space-between;
}

.online-available {
    background: rgba(14, 177, 21, .1);
    width: 98px !important;
    padding: 10px 7px 10px 8px !important;
    display: flex !important;
    font-weight: 400;
    border: 2px solid rgba(196, 168, 255, 1);
    border-radius: 20px;
    align-items: center;
    position: absolute;
    margin: 14px 0px 2px -2px;
}

.online-available div {
    background: rgba(196, 168, 255, 1);
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
}

.online-available .icon-absolute {
    border-radius: 50%;
    position: absolute;
    animation-name: icon-absolute-anim;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    width: 24px !important;
    height: 24px !important;
    color: rgba(196, 168, 255, 1);
    margin: -8px 0px 0px -8px;
}

@keyframes icon-absolute-anim {
    0% {
        transform: scale(0);
        background: rgba(196, 168, 255, .8);
    }

    80% {
        transform: scale(.8);
        background: rgba(196, 168, 255, .2);
    }

    100% {
        transform: scale(.9);
        background: rgba(196, 168, 255, 0);
    }
}

.online-available p {
    color: rgba(196, 168, 255, 1) !important;
    font-size: 11px !important;
    padding: 0;
    margin: 1px 0px 0px 14px !important;
}

.no-online-available {
    background: rgba(235, 228, 250, .1) !important;
    border: 2px solid rgba(235, 228, 250, .5) !important;
    opacity: .5;
}

.no-online-available div {
    background: #EBE4FA !important;
}

.no-online-available .icon-absolute {
    display: none !important;
    animation-name: '';
}

.no-online-available p {
    color: #EBE4FA !important;
}

.section-team .avatar {
    background-repeat: no-repeat;
    background-size: cover;
    width: 95px;
    height: 95px;
    border: 2px solid transparent;
    font-size: 14px;
    filter: grayscale(100%);
    transition: .2s;
    border: 3px solid transparent;
    box-shadow: 0px 0px 10px 0px transparent;
}

.grayscale-0 {
    filter: grayscale(0%) !important;
}

.section-team .avatar_1 {
    background-image: url('img/team/ekspert_2.webp');
}

.section-team .avatar_2 {
    background-image: url('img/team/ekspert_1.webp');
}

.section-team .avatar_3 {
    background-image: url('img/team/ekspert_3.webp');
}

.section-team .avatar_4 {
    background-image: url('img/team/ekspert_6.webp');
}

.section-team .avatar_5 {
    background-image: url('img/team/ekspert_5.webp');
}

.section-team .avatar_7 {
    background-image: url('img/team/ekspert_7.webp');
}

.section-team .avatar:hover {
    box-shadow: 0px 0px 10px 0px rgba(194, 166, 255, .3);
    filter: grayscale(0%);
}

.section-team .avatars-col p {
    position: absolute;
    margin-top: 56px;
    color: #EBE4FA;
    font-size: 14px;
    margin-bottom: 0px !important;
}

.section-team .avatar_active {
    border: 2px solid rgba(194, 166, 255, 1);
    box-shadow: 0px 0px 10px 0px rgba(194, 166, 255, .5);
    filter: grayscale(0%);
}

.section-team .name {

    color: #EBE4FA;
    font-family: secondary-font;
    font-weight: 300;
    font-size: 35px;
}

.section-team .name_info {
    width: 100%;
    padding-top: 20px;
    color: rgba(235, 228, 250, 0.80);
    font-size: 16px;
}

.section-team_col_right {
    width: 100% !important;
    padding: 120px 0px 70px 0px;
    display: flex;
    justify-content: end;
}

.section-team .name_img {
    background-image: url('img/team/ekspert_2_big.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 490px;
    height: 650px;
    box-shadow: rgba(194, 166, 255, .3) 1px 0px 30px;
}

.section-team .name_img-mobile {
    background-image: url('img/team/ekspert_2_big.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: calc(100% - 20px);
    margin: 25px auto 0px auto;
    height: 250px;
    display: none;
}

.section-benefit, .section-single-promo-order {
    background: #B4A3FD;
    padding: 100px 0px 100px 0px;
    text-align: center;
}
.section-single-promo-order  {
    padding: 50px 0px 50px 0px;
}

.section-benefit .container-benefit, .section-single-promo-order .container-benefit {
    max-width: 670px;
    margin: 0 auto;
}

.section-single-promo-order .container-benefit p span {
font-weight: 300;
}
.section-single-promo-order .container-benefit p span {
    font-weight: 500;
}
.section-benefit h2, .section-single-promo-order h2 {
    font-family: secondary-font;
    font-size: 45px;
    color: #100721;
}
.section-single-promo-order h2 {
    font-size: 28px;

}

.section-benefit div, .section-single-promo-order div {
    font-family: secondary-font;
    font-size: 28px;
    color: #100721;
}

.section-benefit h2 span, .section-single-promo-order h2 span {
    font-style: italic;
}

.section-benefit a, .section-single-promo-order a {
    font-family: primary-font;
}

.section-benefit p, .section-single-promo-order p {
    font-family: primary-font;
    color: rgba(16, 7, 33, 0.80);
    font-size: 16px;
    padding-top: 25px;
}
.section-single-promo-order a, .section-single-promo-order p {
font-size: 14px;
}

.section-benefit .btn-home, .section-single-promo-order .btn-home {
    color: #C2A6FF;
    border: 1px solid #100721;
    background: #100721;
}

.benefit_icon_1 {
    background-image: url('img/benefit_icon_1.webp');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 245px;
    height: 260px;
    position: relative;
}

.benefit_icon {
    margin-top: -258px;
}

.benefit_icon_2, .benefit_icon_3 {
    background-image: url('img/benefit_icon_2.webp');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 110px;
    height: 110px;
    position: relative;
    top: -20px;
    margin-left: auto;
}

.benefit_icon_3 {
    background-size: 55%;
    width: 90px;
    height: 90px;
    top: -15px;
}

.section-recommendation {
    border-bottom: 1px solid #362C4A;
    text-align: left;
    padding: 90px 0px;
}

.section-recommendation .container {
    text-align: center;
    padding: 10px 0px;
}

.section-recommendation h2 {
    font-family: secondary-font;
    font-size: 45px;
    padding: 10px 0px 40px 0px;
}

.section-recommendation h2 div {
    font-size: 45px;
    color: #C2A6FF;
}

.section-recommendation .g-info-section {
    display: flex;
    font-size: 18px;
    font-weight: 300;
    justify-content: center;
    align-items: center;
}


.section-recommendation .g-info-section div {
    background-image: url('img/g-icon.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px;
    margin: 0px 15px 2px 0px;
}

.section-recommendation .g-star-icon {
    background-image: url('img/star-icon.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 17px;
    height: 17px;
    margin: 0px 3px;
}

.section-recommendation span {
    color: rgba(255, 255, 255, 0.70);
    font-size: 14px;
}


.section-recommendation .recommendations-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    margin-top: 60px;
    padding: 0px 12px;
}

.section-recommendation .recommendation-one {
    width: 100%;
    background-image: url('img/bg-recommendation.webp');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 300px;
    border: 1.5px solid #3B2F52;
    padding: 35px;
    font-size: 14px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.section-recommendation .recommendation-one p {
    font-size: 18px;
    padding-bottom: 5px;
    flex-grow: 1;
}

.section-recommendation .recommendation-icon {
    background-image: url('img/recommendation-icon.webp');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 23px;
    height: 23px;
    margin: 0px 0px 20px 0px;
}

.section-home-cta {
    width: 100%;
    background: #EBE4FA;
    display: inline-flex;
    padding: 150px;
    justify-content: center;
    align-items: center;
}

.section-home-cta .container {
    text-align: center;
    max-width: 720px;
}

.section-home-cta h2 {
    font-family: secondary-font;
    font-size: 45px;
    color: #6D28FF;
}

.section-home-cta h2 span {
    font-style: italic;
}


.section-home-cta p {
    font-size: 16px;
    color: #6D28FF;
    padding-top: 25px;
}


.section-home-cta .btn-home {
    border: 1px solid #6D28FF;

}

.cursor-pointer {
    cursor: pointer;
}

.flex-50 {
    flex-shrink: 0;
    flex-basis: 49%;
}

.table-loader {
    height: 16px;
    width: 50%;
    display: block;
    background: #eee;
    border-radius: 4px;
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    margin: 4px 0px;
}

.border-bottom-classic {
    border-bottom: 1px solid #362C4A;
}

.font-16 {
    font-size: 16px !important;
}

.font-22 {
    font-size: 22px !important;
}

@keyframes blink-animation {
    25% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }
}

@-webkit-keyframes blink-animation {
    25% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }
}

.section-four-info, .section-four-info-calc {
    padding-top: 90px;
}

.section-four-info p, .section-four-info-calc p {
    width: 50%;
    float: left;
    color: rgba(235, 228, 250, 0.8);
    padding: 30px 80px 0px 0px;
    font-size: 16px;
}
.section-four-info-calc p {
width: 33%;
}

.section-four-info p span, .section-four-info-calc p span {
    font-family: primary-font;
    color: rgba(235, 228, 250, 1);
    font-size: 28px;
}

.r-0 {
    right: 0;
}

@media only screen and (max-width: 960px) {

    .section-team .categories {
        padding-top: 0px !important;
    }


    .section-four-info p, .section-four-info-calc p {
        width: 100%;
        padding: 30px 10px 0px 10px;
    }

    .section-team .name_img-mobile {
        display: block;
    }

    .online-available .icon-absolute {
        margin: -8px 0px 0px 0px;
    }

    .section-team-w-75 {
        width: 100% !important;
    }

    .online-available {
        float: right;
        padding: 10px 20px;
        margin-top: 110px;
    }

    .header-close,
    .header-menu,
    .header-opened-menu {
        opacity: 1;
        overflow: auto;
    }

    .section-team .avatars-col p {
        margin-top: 152px;
        text-align: center;
    }

    .section-home-bg h1,
    .section-home-bg h2 {
        font-size: 50px;
    }

    .section-home-buttons {
        flex-grow: 0;
        flex-direction: column;
        margin: 0 auto;
    }

    .section-home-bg .btn-home-secondary {
        margin: 35px 0px 0px 0px;

    }

    .section-home-bg .icon-star {
        margin: 590px auto 0 auto;
        left: -60%;
    }

    .section-home-bg .icon-star2 {
        margin: -500px auto 0 auto;
        left: auto;
        right: 0%;
    }

    .section-home-blur {
        width: 315px;
        max-width: 300px;
        height: 315px;
        right: 0;
        z-index: -1;
        top: 18%;
    }

    .section-about .container {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .section-about_blur {
        background: radial-gradient(rgba(43, 21, 85, .7), transparent, transparent);
        width: auto !important;
        max-width: 415px;
        height: 415px;
        position: relative;
        margin: 0px auto;
        z-index: 0;
    }

    .section-about_const {
        background-image: url('img/const.webp');
        background-repeat: no-repeat;
        background-size: 100%;
        width: auto !important;
        max-width: 350px;
        height: 350px;
        position: relative;
        margin: -350px auto 0 auto;
        z-index: 1;
    }

    .section-about_saturn {
        background-image: url('img/saturn.webp');
        background-repeat: no-repeat;
        background-size: 100%;
        width: auto !important;
        max-width: 300px;
        height: 250px;
        position: relative;
        margin: -150px auto 0 auto;
        z-index: 2;
    }

    .section-about div div {
        width: 100%;
    }

    .section-about_col_right {
        padding: 0px 10px 70px 10px;
    }

    .section-about_col_border {
        border-left: 0px solid #362C4A;
    }

    .about-type {
        width: 100% !important;
        padding: 50px 10px 70px 10px;
    }

    .about-type-left {
        padding: 50px 10px 20px 10px;
    }

    .about-type-right {
        padding: 50px 10px 20px 10px;
    }

    .img-solar-in,
    .img-solar-out {
        display: none;
    }


    .section-counting {
        padding: 70px 0px;
    }

    .section-counting .container {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
    }

    .section-counting-item div {
        font-size: 50px !important;
    }

    .section-counting .section-counting-sep {
        width: 44px;
        height: 1px;
        margin: 10px 0px;
    }

    .section-team .container {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .section-team_col_left {
        padding: 70px 0px;
    }

    .section-team div div {
        width: 100%;
    }

    .section-team div h2,
    .section-team div div span {
        padding: 0px 10px;
    }

    .section-team_col_right {
        display: none;
    }

    .section-benefit {
        padding: 190px 10px 300px 0px;
    }
    
    .section-single-promo-order {
        padding: 35px 10px 50px 0px;
    }

    .benefit_icon_1 {
        width: 245px;
        height: 260px;
        margin: 0px 0px 0px 10px;
    }

    .benefit_icon {
        margin-top: -258px;
    }

    .benefit_icon_2 {
        width: 110px;
        height: 110px;
        top: -120px;
        margin: 0px 10px 0px auto;
    }

    .section-recommendation .recommendations-content {
        overflow: scroll;
    }

    .section-recommendation .recommendation-one {
        min-width: 85%;
        background-size: 300px;
        padding: 35px;
        font-size: 14px;
        margin-bottom: 40px;
        margin-left: 10px;
    }

    .section-home-cta {
        padding: 100px 20px;
    }

    .section-home-cta h2 {
        font-size: 35px;
    }

    .section-home-cta p {
        font-size: 16px;
    }

    .section-team .avatars {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 50px 0px 55px 0px;
        padding: 0px 10px;

    }

    .online-available {
        min-height: auto !important;
        justify-content: start !important;
    }

    .online-available div {
        min-height: 8px !important;
    }

    .section-team .avatars-col {
        width: 100%;
        height: auto;
        gap: 0px;
        flex-flow: wrap;
        justify-content: space-evenly;
    }

    .section-team .avatars-col div {
        width: 50%;
        min-height: 220px;
        display: flex;
        justify-content: center;
    }

    .section-team .avatar {
        min-width: 95px;
        min-height: 95px !important;
        margin-left: 0px;
        float: left;
        margin-top: 0px;
    }

    .section-team .categories,
    .section-team .name,
    .section-team .name_info {
        padding-left: 10px;
        padding-right: 10px;
    }

    .section-team .btn-home {
        margin-left: 10px;
    }

    .section-benefit .container-benefit {
        padding: 0px 20px;
    }

    .section-about-resp-border {
        border: 0;
    }
}