body {
    font-family: 'Onest', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    color: #2c2b30;
    border: 0;
}
.bg-lighten{
    background: #fff!important;
}
html {
    overflow-x: hidden;
    border: 0 !important;
    scroll-behavior: smooth;
}

.container-fluid {
    position: relative;
    max-width: 1490px;
    margin: 0 auto;
    padding: 0 25px;
}

img {
    max-width: 100%;
}

a {
    transition: .3s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #aea293;
}

input {
    border-radius: 0;
}

input:focus {
    outline: 0;
}

p {
    line-height: 1.4;
    margin-bottom: 0;
}

p:not(:last-child) {
    margin-bottom: 21px;
}

svg {
    fill: currentColor;
}

.w-100 {
    width: 100%;
    max-width: none !important;
}

.text-center {
    text-align: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.title {
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    padding-left: 30px;
}

.title::before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 3px;
    height: calc(100% - 9px);
    content: '';
    background-color: #aea293;
}

.title--small {
    font-size: 32px;
}

.button {
    font-size: 16px;
    display: inline-flex;
    height: 48px;
    padding: 0 25px;
    transition: .3s;
    color: #29282d;
    border: 1px solid #29282d;
    background-color: transparent;
    align-items: center;
    justify-content: center;
}

.button:hover {
    color: #aea293;
    border-color: #aea293;
}

strong {
    font-weight: 600;
}

.button {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: flex;
    min-width: 56px;
    height: 56px;
    padding: 0 10px;
    cursor: pointer;
    color: #fff;
    border: 0;
    border-radius: 8px;
    background-color: #998bc4;
    align-items: center;
    justify-content: center;
}

.button:hover {
    color: #fff;
}

.section-title {
    font-size: 44px;
    font-weight: 500;
    line-height: 1.45;
    text-align: center;
}

.section-title:not(:last-child) {
    margin-bottom: 50px;
}

.section-title img {
    width: 45px;
    height: 45px;
    margin: 0 10px;
}

.section-title span {
    color: #5a5276;
}

main {
    padding-bottom: 120px;
}

.active-menu {
    overflow: hidden;
}

.active-menu .menu-mobile {
    transform: translateX(0);
}

.icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
    stroke: none;
}

.header {
    margin-bottom: 0;
    padding: 26px 0 0;
}

.header-mobile {
    display: none;
    margin-bottom: 17px;
    padding: 24px 0;
}

.free-devilery {
    display: flex;
    height: 48px;
    color: #fff;
    background-color: #5a5276;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.free-devilery strong {
    font-size: 16px;
    font-weight: 500;
}

.logo {
    display: flex;
    align-items: center;
    gap: 14px;
}

.logo__title {
    font-size: 44px;
    font-weight: 500;
    color: #3e3e3e;
}

.header-grid {
    display: grid;
    margin-bottom: 31px;
    grid-template-columns: 260px minmax(auto, 1115px);
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.header-head {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
}

.contacts-phone {
    display: flex;
    margin-bottom: 4px;
    color: #3e3e3e;
    align-items: center;
    gap: 9px;
}

.contacts-phone svg {
    fill: #9484c1;
}

.contacts-phone span {
    font-size: 20px;
    font-weight: 500;
}

.contacts-date {
    font-size: 12px;
    border-bottom: 1px dashed rgba(62, 62, 62, .5);
}

.contacts-date strong {
    font-size: 10px;
}

.button-login {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    width: 100%;
    max-width: 200px;
    height: 56px;
    margin: 0 15px;
    color: #9080bf;
    border: 1px solid;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
}

.contacts-right {
    display: flex;
    margin-left: auto;
    align-items: center;
    gap: 72px;
}

.social {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
}

.social__title {
    font-size: 14px;
    font-weight: 300;
}

.social__item a.social__link {
    display: flex;
    width: 42px;
    height: 42px;
    color: #9080bf;
    border-radius: 8px;
    background-color: #f4f4f4;
    align-items: center;
    justify-content: center;
    border: none;
}

.social__link svg {
    width: 18px;
    height: 18px;
}

.social-list {
    display: flex;
    gap: 8px;
}

.consultation {
    font-size: 14px;
    display: flex;
    color: #3e3e3e;
    align-items: center;
    margin-top: 30px;
}

.consultation__icon {
    display: flex;
    width: 42px;
    height: 42px;
    color: #9080bf;
    border-radius: 8px;
    background-color: #f4f4f4;
    align-items: center;
    justify-content: center;
}

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

.search {
    position: relative;
    width: 100%;
    max-width: 985px;
}

.search__input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 56px;
    padding-left: 51px;
    border: 0;
    border-radius: 8px;
    background-color: #f8f8f8;
}

.search__icon {
    position: absolute;
    z-index: 5;
    top: 17px;
    left: 24px;
}

.search__icon svg {
    width: 16px;
    height: 16px;
}

.header-basket {
    margin-right: -8px;
    color: #fff;
}

.header-basket svg {
    width: 21px;
    height: 21px;
}

.header-basket::after {
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: -8px;
    display: flex;
    width: 16px;
    height: 16px;
    content: attr(data-count);
    transform: translateY(-50%);
    color: #fff;
    border-radius: 50%;
    background-color: #5a5276;
    align-items: center;
    justify-content: center;
}

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

.open-menu {
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-image: url('data:image/svg+xml,%0A%3Csvg width=\'32\' height=\'32\' viewBox=\'0 0 32 32\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Crect width=\'32\' height=\'32\' rx=\'6\' fill=\'%23F4F4F4\'/%3E%3Cpath d=\'M10 10H22\' stroke=\'%239484C1\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3Cpath d=\'M10 16H22\' stroke=\'%239484C1\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3Cpath d=\'M10 22H22\' stroke=\'%239484C1\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A');
}

.menu-mobile {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: .3s;
    transform: translateX(-100%);
    background-color: #fff;
}

.menu-mobile-wrapper {
    overflow: hidden auto;
    height: 100%;
    padding: 27px 24px;
}

.menu-mobile-title {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-left: 28px;
    cursor: pointer;
    background-image: url('data:image/svg+xml,%0A%3Csvg width=\'14\' height=\'16\' viewBox=\'0 0 14 16\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M13 1L1 15\' stroke=\'%239484C1\' stroke-width=\'2\' stroke-linecap=\'round\'/%3E%3Cpath d=\'M1 1L13 15\' stroke=\'%239484C1\' stroke-width=\'2\' stroke-linecap=\'round\'/%3E%3C/svg%3E%0A');
    background-repeat: no-repeat;
    background-position: left center;
}

.menu-mobile .search {
    margin-bottom: 16px;
    margin-left: 0;
}

.mobile-links {
    margin-bottom: 30px;
}

.mobile-links__item:not(:last-child) {
    margin-bottom: 8px;
}

.mobile-links__link {
    text-decoration: underline;
    color: #3181e0;
}

.copy-text {
    font-size: 10px;
    color: rgba(62, 62, 62, .5);
}

.copy-text span {
    color: rgba(62, 62, 62, .3);
}

.up-menu {
    width: 32px;
    min-width: auto;
    height: 32px;
    cursor: pointer;
    transform: rotate(-90deg);
}

.index-menu {
    position: relative;
    display: flex;
    margin-bottom: 114px;
    gap: 32px;
}

.menu {
    width: 100%;
    max-width: 323px;
    margin: 0;
    padding: 0 0 0 5px;
}

.menu__item {
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(62, 62, 62, .16);
}

.menu__item:not(:last-child) {
    margin-bottom: 7px;
}

.menu__item--mobile {
    display: none;
}

.menu__link {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    color: #3e3e3e;
}

.menu__link::before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 0;
    height: 14px;
    content: '';
    transition: .3s;
    background-image: url('data:image/svg+xml,%0A%3Csvg width=\'11\' height=\'14\' viewBox=\'0 0 11 14\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M10.5 6.13397C11.1667 6.51888 11.1667 7.48112 10.5 7.86603L1.5 13.0622C0.833333 13.4471 4.76837e-07 12.966 4.76837e-07 12.1962V1.80385C4.76837e-07 1.03405 0.833334 0.552922 1.5 0.937822L10.5 6.13397Z\' fill=\'%239484C1\'/%3E%3C/svg%3E%0A');
}

.menu__link:hover {
    padding-left: 25px;
    color: #9484c1;
}

.menu__link:hover::before {
    width: 11px;
}

.card-slider-one {
    height: 100%;
    padding: 24px;
    border-radius: 16px;
    background-color: #f8f8f8;
}

.card-slider-one__preview {
    overflow: hidden;
    margin-bottom: 32px;
    border-radius: 16px;
}

.card-slider-one__bottom {
    font-size: 24px;
}

.card-slider-two {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 16px;
}

.card-slider-two__preview {
    position: relative;
    z-index: 1;
    height: 100%;
}

.card-slider-two__preview img {
    height: 100%;
    object-fit: cover;
    display: block;
    width: 100%;
}

.card-slider-two__main {
    position: absolute;
    z-index: 2;
    bottom: 24px;
    left: 24px;
    max-width: 354px;
    padding: 15px 17px;
    border: 1px solid #fff;
    border-radius: 16px;
    background: rgba(255, 255, 255, .64);
    backdrop-filter: blur(14px);
}

.persona-name {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 8px;
}

.persona-desc {
    font-size: 18px;
    margin-bottom: 22px;
}

.persona-desc img {
    margin-right: 5px;
}

.slider-index .swiper-pagination {
    right: 0;
    bottom: 0;
    left: auto;
    display: inline-block;
    width: auto;
    padding: 5px;
    border-radius: 16px 0 0 0;
    background-color: #fff;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: #f4f4f4;
}

.swiper-pagination-bullet-active {
    background-color: #9484c1;
}

.popular-reels {
    margin-bottom: 127px;
}

.slider-reels .swiper-slide {
    cursor: pointer;
}

.site-slider {
    display: flex;
    gap: 27px;
    align-items: center;
}

.site-slider:not(:last-child) {
    margin-bottom: 56px;
}

.swiper-button-next,
.swiper-button-prev {
    position: static;
    margin: 0;
    padding: 0;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 20px;
    height: 20px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.swiper-button-prev {
    transform: scale(-1);
}

.swiper-pagination-progressbar {
    position: static;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    overflow: hidden;
    width: auto;
    height: 8px;
    margin: 0 80px;
    border-radius: 4px;
    background-color: #f4f4f4;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    border-radius: 4px;
    background-color: #5a5276;
}

.reviews-info {
    display: flex;
    width: 100%;
    max-width: 524px;
    height: 78px;
    margin: 0 auto;
    padding: 8px;
    border-radius: 94px;
    background: #f5f6f8;
    box-shadow: inset 0 4px 42px rgba(255, 255, 255, .16);
    align-items: center;
    gap: 16px;
}

.reviews-info__desc {
    font-size: 18px;
    line-height: 1.3;
}

.reviews-info__desc strong {
    font-weight: 600;
}

.reviews-slider {
    height: 805px;
    background: url('../images/reviews-slider-bg.jpg');
}

.reviews-section {
    display: none;
    margin-bottom: 129px;
}

.logo-item {
    display: flex;
    width: 270px;
    height: 183px;
    border-radius: 16px;
    background-color: #f8f8f8;
    align-items: center;
    justify-content: center;
}

.smi-logo-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.index-smi {
    margin-bottom: 131px;
}

.index-efirs {
    margin-bottom: 55px;
}

.slider-efirs  {
    padding: 0 70px 70px;
}

.slider-efirs .swiper-slide {
    max-width: 625px;
    height: auto;
}

.efir-item {
    position: relative;
    border-radius: 24px;
    background: #fff;
    height: 100%;
    box-shadow: 12px 14px 97.3px -47px #645B8352;
    display: block;
}
.efir-item:hover{
    color: inherit!important;
}
.efir-item__preview {
    position: relative;
}

.efir-item__preview img {
    border-radius: 24px;
}

.efir-item__time {
    font-weight: 400;
    position: absolute;
    bottom: 32px;
    left: 40px;
    padding: 8px 16px;
    border-radius: 65px;
    background-color: #fff;
}

.efir-item__body {
    padding: 24px;
}

.efir-item__title {
    font-size: 24px;
    min-height: 62px;
}

.efir-item-porducts {
    display: flex;
    align-items: center;
    gap: 7px;
}

.efir-item-porducts__count {
    font-size: 18px;
    font-weight: 400;
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 7px;
    background-color: #f0f0f0;
    align-items: center;
    justify-content: center;
}

.articles-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.articles-item__preview {
    position: relative;
    max-height: 543px;
    margin-bottom: 32px;
}

.articles-item__preview img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.articles-item__tag {
    font-size: 24px;
    font-weight: 400;
    position: absolute;
    top: 24px;
    left: 24px;
    padding: 8px 16px;
    border: 1px solid #fff;
    border-radius: 1000px;
    background: rgba(255, 255, 255, .72);
    backdrop-filter: blur(4px);
}

.articles-item__title {
    font-size: 24px;
    margin-bottom: 14px;
}

.articles-item__link {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    padding-bottom: 5px;
    color: rgba(144, 128, 191, .8);
    border-bottom: 1px dashed;
}

@media (max-width: 1490px) {
    .menu {
        max-width: 250px;
    }
}

@media (max-width: 1170px) {

}
@media (max-width: 1200px) {
    .header {
        display: none;
    }

    .header-mobile {
        display: block;
    }

    .contacts-head {
        display: inline-block;
        margin-bottom: 24px;
        margin-left: 0;
    }

    .button-login {
        font-size: 16px;
        margin: 0 auto;
        margin-bottom: 16px;
    }

    .index-menu {
        display: block;
        margin-bottom: 50px;
    }

    .index-menu .menu {
        display: none;
    }

    .menu {
        max-width: none;
        margin-bottom: 24px;
        padding-bottom: 18px;
        border-bottom: 1px solid rgba(62, 62, 62, .16);
    }

    .menu__item {
        padding-bottom: 0;
        border-bottom: 0;
    }
}

@media (max-width: 1025px) {
    .logo__title {
        font-size: 28px;
    }

    .logo img {
        width: 100px;
    }

    .header-basket {
        width: 33px!important;
        min-width: auto;
        height: 33px!important;
        margin-left: 0;
        padding: 0;
    }

    .header-basket svg {
        width: 12px;
        height: 13px;
    }

    .site-slider .swiper-button-next,
  .site-slider .swiper-button-prev {
        display: none;
    }

    .swiper-horizontal > .swiper-pagination-progressbar,
  .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
  .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        height: 4px;
        margin: 0;
    }

    .efir-item__title {
        font-size: 18px;
    }

    .articles-item__title {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .social__link svg {
        width: 14px;
        height: 14px;
    }

    .menu__item--mobile {
        display: block;
    }

    .slider-index .swiper-wrapper {
        margin-bottom: 30px;
    }

    .slider-index {
        max-width: 500px;
        margin: 0 auto;
    }

    .slider-index .swiper-pagination {
        position: static;
        display: block;
        margin: 0 auto;
    }

    .popular-reels {
        margin-bottom: 50px;
    }

    .slider-reels {
        margin: 0 -24px;
        padding: 0 24px;
    }

    .slider-reels .swiper-slide {
        max-width: 181px;
    }

    .logo-item {
        width: 190px;
        height: 150px;
        padding: 15px;
    }

    .logo-item img {
        max-width: 60%;
    }

    .smi-logo-list {
        gap: 10px;
    }

    .index-smi {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .slider-efirs{
        padding: 0 30px 30px;
    }
    .section-title {
        font-size: 28px;
    }

    .section-title:not(:last-child) {
        margin-bottom: 20px;
    }

    .section-title img {
        width: 32px;
        height: 32px;
    }

    .free-devilery {
        padding: 0 24px;
    }

    .free-devilery strong {
        font-size: 12px;
    }

    .social__link {
        width: 32px;
        height: 32px;
    }

    .consultation {
        font-size: 14px;
    }

    .consultation__icon {
        width: 32px;
        height: 32px;
    }

    .consultation__icon svg {
        width: 16px;
        height: 16px;
    }

    .menu__link {
        font-size: 16px;
    }

    .card-slider-one {
        padding: 16px;
    }

    .card-slider-one__preview {
        margin-bottom: 10px;
    }

    .card-slider-one__bottom {
        font-size: 18px;
    }

    .card-slider-two__main {
        bottom: 16px;
        left: 16px;
        width: auto;
        max-width: 278px;
        padding: 18px;
    }

    .persona-name {
        font-size: 20px;
    }

    .persona-desc {
        font-size: 16px;
    }

    .persona-desc img {
        max-width: 11px;
    }

    .slider-index .swiper-wrapper {
        margin-bottom: 10px;
    }

    .site-slider:not(:last-child) {
        margin-bottom: 30px;
    }

    .logo-item {
        width: 100px;
        height: 81px;
    }

    .logo-item img {
        max-width: 80%;
    }

    .index-efirs {
        margin-bottom: 15px;
    }

    .efir-item__time {
        bottom: 16px;
        left: 16px;
    }

    .efir-item__body {
        padding: 16px 12px;
    }

    .efir-item__title {
        font-size: 16px;
        min-height: 42px;
    }

    .articles-list {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .articles-item__preview {
        overflow: hidden;
        max-height: 216px;
        margin-bottom: 16px;
        border-radius: 16px;
    }

    .articles-item__tag {
        font-size: 12px;
        top: 15px;
        left: 15px;
    }

    .articles-item__link {
        font-size: 14px;
    }
}

.brand-point-bg svg {
    fill: none !important;
}