/* Подключение шрифтов */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

/* Google Sans */
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700&display=swap');

/* Сброс стилей и базовые настройки */

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

* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

a,
button {
    color: inherit;
    -webkit-tap-highlight-color: #00000000;
}

/* Основные стили страницы */

:root {
    --third-family: "Roboto", Helvetica, Arial, sans-serif;
    --font4: "Google Sans", Roboto, Arial, sans-serif;
}

.bodyMobile {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: var(--third-family);
}

.mainMobile {
    flex: 1 0 auto;
}

.container-mobile {
    position: relative;
    max-width: 375px;
    margin: 0 auto;
    padding: 0 20px;
}

.header__contentMobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    gap: 10px;
}

.logoMobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #28710D;
}

.logoMobile p {
    font-family: var(--third-family);
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.header__burgerBtnMobile {
    /* display: none; */
    position: relative;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 5;
    background: transparent;
    border: none;

}

.header__burgerBtnMobile span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 2px;
    background-color: #28710D;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.header__burgerBtnMobile span:nth-child(1) {
    top: 8.33px;
}

.header__burgerBtnMobile span:nth-child(2) {
    top: 15px;
}

.header__burgerBtnMobile span:nth-child(3) {
    top: 21.67px;
}

.header__burgerBtnMobile.active span:nth-child(1) {
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.header__burgerBtnMobile.active span:nth-child(2) {
    opacity: 0;
}

.header__burgerBtnMobile.active span:nth-child(3) {
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.main-mobile {
    padding-top: 16px;
}

.main-mobile__content {
    margin-bottom: 48px;
}

.app {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 34px;
}

.content-logoMobile {
    flex-shrink: 0;
    border-radius: 9px;
    width: 65px;
    height: 65px;
    overflow: hidden;
}

.content-logoMobile img {
    width: 100%;
    height: 100%;
}

.circleMobile {
    position: absolute;
    top: 22px;
    right: 5.2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22.85px;
    height: 22.85px;
    border-radius: 100%;
    background: #E8352D;
}

.figureMobile {
    border-radius: 2px;
    width: 13px;
    height: 7px;
    background: #fff;

}

.name-company h2 {
    letter-spacing: 0.5px;
    font-family: var(--third-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    color: #191919;
    margin-bottom: 2px;
}

.name-company p {
    font-family: var(--third-family);
    font-weight: 500;
    font-size: 12px;
    color: #28710d;
}

.content-information-for-users {
    margin-bottom: 24px;
}

.evaluation-reviews-downloads-mobile {
    display: flex;
    gap: 17.1px;
    align-items: center;
    max-width: 307px;
    margin: 0 auto 24px;

}

.evaluation-and-review-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 63px;
}

.evaluation-mobile {
    display: flex;
    justify-content: center;
    column-gap: 2px;
    align-items: center;
    margin-bottom: 5px;
}

.evaluation-mobile p {
    display: flex;
    align-items: center;
    font-family: var(--third-family);
    font-weight: 500;
    font-size: 14px;
    color: #191919;
}

.svg-mobile {
    display: flex;
    align-items: center;
}

.reviews-mobile p {
    text-align: center;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 12px;
    color: rgba(25, 25, 25, 0.5);
    line-height: 1.34;
}

.line-mobile {
    border: 1px solid rgba(25, 25, 25, 0.3);
    width: 0px;
    height: 19px;
}

.number-of-downloads-mobile {
    display: flex;
    gap: 2px;
    flex-direction: column;
    align-items: center;
}

.number-of-downloads-mobile p:first-of-type {
    font-family: var(--third-family);
    font-weight: 500;
    font-size: 14px;
    color: #191919;
    column-gap: 2px;
    line-height: 1.361;

}

.number-of-downloads-mobile p:last-of-type {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 12px;
    color: rgba(25, 25, 25, 0.5);
    line-height: 1.34;
}

.age-of-users-mobile {
    display: flex;
    gap: 2px;
    flex-direction: column;
    align-items: center;
}

.age-of-users-mobile p:first-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 16.5px;
    height: 16.5px;
    font-family: var(--third-family);
    font-weight: 600;
    font-size: 12px;
    color: #4cad56;
    border: 2px solid #4cad56;
    margin-bottom: 2px;
}

.age-of-users-mobile p:last-of-type {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 12px;
    color: rgba(25, 25, 25, 0.5);

}

.install-click {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 8px;
    padding: 11.25px 10px;
    background: #28710d;
    font-family: var(--font4);
    font-weight: 600;
    font-size: 12px;
    text-align: right;
    color: #fff;
    margin-bottom: 26px;

}

.mySwiper {
    margin-bottom: 24px;
    width: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    width: 106px !important;
    height: 188px;
    flex-shrink: 0;
}

.mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.fullscreenSwiper .swiper-slide img {
    width: auto;         
    max-width: 100%;      
    max-height: 100%;
    object-fit: contain;  
    border-radius: 4px;
    pointer-events: auto; 
}


.desc-list-mobile>ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
    padding-left: 20px;
}

.desc-list-mobile>ul>li {
    list-style-type: disc;
    color: #191919;
}

.desc-item-mobile .title {
    font-family: var(--font4);
    font-weight: 500;
    font-size: 16px;
    color: #191919;
    margin-bottom: 10px;
    line-height: 1.19;
}

.desc-item-mobile p {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 12px;
    color: rgba(25, 25, 25, 0.6);
    line-height: 1.321;
}


.desc-item-mobile:first-child {
    height: 150px;
    /* Нужная вам высота */
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.desc-item-mobile:first-child::after {
    content: "...";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    background: linear-gradient(transparent, white 90%);
    /* Плавный переход в фон */
    display: flex;
    align-items: flex-end;
    justify-content: left;
    font-weight: bold;
    color: #28710d;
}

.desc-item-mobile:first-child>p:last-of-type {
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.desc-item-mobile>ul {
    padding-left: 0px;
}

.desc-item-mobile>ul li {
    list-style-type: none;
    color: rgba(25, 25, 25, 0.6);
    position: relative;
    padding-left: 12px;
    font-size: 12px;
    line-height: 1.321;
}

.desc-item-mobile>ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.321;
    font-size: 12px;
    color: rgba(25, 25, 25, 0.6);
}

.desc-item-mobile>ul li:last-child {
    margin-bottom: 0;
}

.desc-item-mobile>ul li p {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 12px;
    color: rgba(25, 25, 25, 0.6);
    line-height: 1.321;
}

.desc-list-mobile > ul > li {
    list-style-type: none;
}

.desc-list-mobile > ul > li::before {
    content: none;
}

.desc-item-mobile:nth-child(2) .title {
    font-size: 14px;
}

.data-security-list {
    margin-bottom: 24px;
}

.data-security-list ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid rgba(25, 25, 25, 0.08);
    border-radius: 8px;
    padding: 20px 35px 20px 18px;
}

.data-security-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.data-security-item .text {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 12px;
    color: rgba(25, 25, 25, 0.6);
    line-height: 1.333;
}

.data-security-item .text p:not(:only-child):last-of-type {
    font-family: var(--third-family);
    line-height: 1.4;
    font-weight: 300;
}

.ratings-and-reviews {
    margin-bottom: 24px;
}

.ratings-and-reviews .title {
    font-family: var(--font4);
    font-weight: 500;
    font-size: 16px;
    color: #191919;
    margin-bottom: 10px;
    line-height: 1.19;
}

.ratings-and-reviews .subtitle {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 12px;
    color: rgba(25, 25, 25, 0.6);
    margin-bottom: 30px;
    line-height: 1.339;
}

.ratings-container {
    display: flex;
    gap: 23px;
    margin-bottom: 46px;
}

.ratings {
    width: 62px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ratings h3 {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 42px;
    color: #191919;
    line-height: 1.359;
    margin-bottom: -2px;
}

.ratings ul {
    display: flex;
    gap: 3px;
    align-items: center;
    justify-content: left;
    margin-bottom: 6px;
    height: 10px;
}

.ratings p {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 10px;
    color: rgba(25, 25, 25, 0.6);
    line-height: 1.4;

}

.rating-chart-list {
    width: 100%;
}

.rating-chart-list li {
    display: flex;
    gap: 8px;
    align-items: center;
}

.rating-chart-list li p {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 10px;
    color: #191919;
    line-height: 1.4;
}

.rating-chart-list li div {
    border-radius: 2px;
    width: 100%;
    height: 8px;
}

.rating-chart-list li:first-child div {
    background: #28710d;

}

.rating-chart-list li:not(:first-child) div {
    background: #e8e9eb;
}

.reviews-list {
    display: flex;
    flex-direction: column;
    gap: 26px;
    margin-bottom: 24px;
}

.avatar {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 14px;
    margin-bottom: 12px;
}

.avatar p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #28710D;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 20px;
    color: #fff;

}

.avatar h3 {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 14px;
    color: #191919;
}

.ratingAndReviewDate {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
}

.ratingAndReviewDate ul {
    width: 48px;
    height: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ratingAndReviewDate .date {
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 10px;
    color: rgba(25, 25, 25, 0.6);
    height: 14px;

}

.review-text {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 12px;
    color: rgba(25, 25, 25, 0.6);
    line-height: 1.3345;
}

.new-in-the-app {
    margin-bottom: 18px;
}

.new-in-the-app h2 {
    font-family: var(--font4);
    font-weight: 500;
    font-size: 16px;
    color: #191919;
    margin-bottom: 10px;
    line-height: 1.19;
}

.new-in-the-app p {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 12px;
    color: rgba(25, 25, 25, 0.6);
    line-height: 1.333;
}

.accordion-application-support__header-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.accordion-application-support__header-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.accordion-application-support__header-mobile p {
    font-family: var(--font4);
    font-weight: 500;
    font-size: 16px;
    color: #191919;

}

.accordion-application-support__header-svg-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 24px;
    padding: 10px;
    background: #e8e9eb;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.accordion-application-support__content-mobile {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, margin-bottom 0.3s ease;
}

.accordion-application-support__item-mobile.active .accordion-application-support__content-mobile {
    margin-bottom: 24px;
}

.accordion-application-support__content-svg-mobile {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* Material Icons стили */
.accordion-application-support__content-svg-mobile .material-icons {
    font-size: 16px;
    color: rgba(25, 25, 25, 0.6);
}

/* Общие стили для всех элементов аккордеона */
.site,
.mail,
.privacy-policy {
    display: flex;
}

.site a,
.mail a,
.privacy-policy a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    color: inherit;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    padding: 8px;
}

.site a:hover,
.mail a:hover,
.privacy-policy a:hover {
    background-color: rgba(25, 25, 25, 0.05);
}

.site a:active,
.mail a:active,
.privacy-policy a:active {
    background-color: rgba(25, 25, 25, 0.1);
}

/* Блок "Сайт" */
.site a h3 {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 12px;
    color: #191919;
    line-height: 1.333;
}

/* Блок "Email" */
.mail a h3 {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 12px;
    color: #191919;
    line-height: 1.333;
    margin-bottom: 2px;
}

.mail a p {
    font-family: var(--third-family);
    font-weight: 500;
    font-size: 10px;
    color: rgba(25, 25, 25, 0.6);
    line-height: 1.4;
}

/* Блок "Политика конфиденциальности" */
.privacy-policy a h3 {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 12px;
    color: #191919;
    line-height: 1.333;
}

.about-the-developer {
    margin-bottom: 16px;
}

.about-the-developer h2 {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 14px;
    color: #191919;
    line-height: 1.22;
    margin-bottom: 10px;
}

.about-the-developer p {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 12px;
    color: rgba(25, 25, 25, 0.6);
    line-height: 1.322;
}

.about-the-developer a {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 12px;
    color: rgba(25, 25, 25, 0.6);
    line-height: 1.322;
}

/* ===================================================================
МОДАЛЬНОЕ ОКНО ДЛЯ ПОЛНОЭКРАННОГО ПРОСМОТРА СЛАЙДЕРА
=================================================================== */
.slider-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    display: none;
    /* Переключается скриптом */
    background: #000;
}

.slider-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1;
}

.slider-modal__close {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 6;
}

.slider-modal__close .material-icons {
    font-size: 28px;
    color: #fff;
}

/* ФУЛСКРИН СЛАЙДЕР */
.fullscreenSwiper {
    width: 100%;
    height: 100vh;
    z-index: 5;
    display: flex;
    align-items: center;
}

.fullscreenSwiper .swiper-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
}

.fullscreenSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
}

.fullscreenSwiper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 4px;
}

.scroll-top-button {
    position: fixed;
    bottom: 30px;
    right: calc(50% - 375px/2 + 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    padding: 16px;
    background: #28710d;
    z-index: 7;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.8);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;

}

.scroll-top-button.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.scroll-top-button__svg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-mobile__content {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(2, auto);
    gap: 30px 33px;
    padding: 24px 0;
}

.footer-mobile__content a {
    display: block;
}

.footer-mobile__content-list:first-of-type {
    grid-row: 1/3;
}

.footer-mobile__content-item .title {
    font-family: var(--third-family);
    font-weight: 500;
    font-size: 16px;
    color: #191919;
    margin-bottom: 12px;
    line-height: 1.377;
}

.footer-mobile__content-item ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 12px;
    color: #191919;
    line-height: 1.333;

}


.burger-menu-mobile {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 4;
    overflow-y: auto;
    visibility: hidden;
}

.burger-menu-mobile.active {
    right: 0;
    visibility: visible;
}

.burger-menu-header__nav-mobile {
    display: flex;
    align-items: center;
}

.burger-menu-header__nav-mobile .img {
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 9px;
    padding: 8px;
}

.burger-menu-header__nav-mobile img {
    width: 100%;
    height: 100%;
}

.burger-menu-header__nav-mobile h3 {
    font-family: var(--third-family);
    font-weight: 500;
    font-size: 12px;
    color: #191919;

}

.burger-menu__list-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    max-width: 400px;
    width: 100%;
    margin-top: 24px;
}

.burger-menu__item-mobile {
    text-align: center;
    margin-bottom: 8px;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    border: 1px solid rgba(25, 25, 25, 0.06);
    border-radius: 6px;
    padding: 14px 18px;
    width: 335px;
    box-shadow: 0 0 8px 0 rgba(18, 18, 18, 0.06);
    background: #fff;
    font-family: var(--third-family);
    font-weight: 500;
    font-size: 16px;
    color: #191919;
    cursor: pointer;
    text-align: left;

}

.burger-menu__item-mobile:last-child {
    margin-bottom: 0px;
}

.burger-menu__item-mobile:hover {
    box-shadow: 0 0 12px 0 rgba(18, 18, 18, 0.12);
}

.burger-menu__item-mobile:active {
    box-shadow: 0 0 6px 0 rgba(18, 18, 18, 0.08);
}

.burger-menu-mobile.active .burger-menu__item-mobile {
    opacity: 1;
    transform: translateX(0);
}

.burger-menu-mobile.active .burger-menu__item-mobile:nth-child(1) {
    transition-delay: 0.1s;
}

.burger-menu-mobile.active .burger-menu__item-mobile:nth-child(2) {
    transition-delay: 0.2s;
}

.burger-menu-mobile.active .burger-menu__item-mobile:nth-child(3) {
    transition-delay: 0.3s;
}

.burger-menu-mobile.active .burger-menu__item-mobile:nth-child(4) {
    transition-delay: 0.4s;
}

.burger-menu-mobile.active .burger-menu__item-mobile:nth-child(5) {
    transition-delay: 0.5s;
}

.burger-menu-mobile.active .burger-menu__item-mobile:nth-child(6) {
    transition-delay: 0.6s;
}

.burger-menu__link-mobile {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.burger-overlay-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 3;

}

.burger-overlay-mobile.active {
    opacity: 1;
    visibility: visible;
}


/* Стили для модалки описания */
.desc-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
    align-items: center;
    justify-content: center;
}

.desc-modal.active {
    display: flex;
}

.desc-modal__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.desc-modal__container {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 340px;
    background: #fff;
    border-radius: 12px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.desc-modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.desc-modal__info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.desc-modal__info img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.desc-modal__titles h3 {
    font-size: 18px;
    font-weight: 500;
    color: #191919;
    margin-bottom: 8px;
    display: block;
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desc-modal__titles p {
    font-size: 13px;
    color: #757575;
    font-weight: 400;
}

.desc-modal__close {
    background: none;
    border: none;
    color: #757575;
    cursor: pointer;
}

.desc-modal__content {
    padding: 16px;
    overflow-y: auto;
    font-size: 12px;
    line-height: 1.5;
    color: #19191999;
    ;
}

.desc-modal__content p {
    margin-bottom: 12px;
}

.modal-list {
    margin-bottom: 16px;
    padding-left: 8px;
}

.modal-list li {
    position: relative;
    padding-left: 15px;
}

.modal-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #757575;
}

.desc-item-mobile:first-child {
    cursor: pointer;
}

@media (max-width: 415px) {
    .header__burgerBtnMobile {
        display: block;
    }

}