/*Дэфолтные настройки*/
* {
    box-sizing: border-box;
}
ul li{
    list-style: none;
}
html, body {
    margin: 0;
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body{
    overflow-x: clip;
}
section{
    position: relative;
}
h1,h2,h3,h4,h5,p,li,a{
    margin: 0;
    padding: 0;
}
input,textarea{
    font-family: 'Poppins', sans-serif;
}
input::placeholder,textarea::placeholder{
    font-family: 'Poppins', sans-serif;
}
ul{
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    color: #212121;
}
a {
    color: #212121;
    text-decoration: none;
}
.container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    z-index: 5;
    padding: 0;
    position: relative;
}
input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}
button:active, button:focus {
    outline: none;
}
button::-moz-focus-inner {
    border: 0;
}
button{
    cursor: pointer;
    border: none;
}
button:hover{
    transition: 0.3s;
}
/*Дэфолтные настройки*/
.header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header{
    padding-top: 33px;
    z-index: 50;
}
.head-menu{
    display: flex;
    gap: 16px;
    justify-content: center;
}
.btn-vhod{
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    text-align: center;
}
.btn-register{
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(91.46deg, #11AE88 5.69%, #2A84EE 169.72%);
    width: 180px;
    height: 42px;
    border-radius: 16px;
    color: #fff;
}
.header-container-right{
    display: flex;
    gap: 16px;
    align-items: center;
}
.title{
    font-weight: 600;
    font-size: 46px;
    line-height: 125%;
    padding-bottom: 50px;
}
.sec-how-work{
    margin-top: 100px;
}
.sec-how-work-container-block-top{
    display: flex;
    align-items: center;
    gap: 19px;
    padding-bottom: 19px;
}
.sec-how-work-container-block{
    width: 373px;
    box-shadow: 0px 4px 10px 0px #2EB8971A;
    border: 1px solid rgba(112, 112, 112, 0.1);
    border-radius: 16px;
    padding: 30px;
}
.sec-how-work-container-block ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 18px;
}
.sec-how-work-container-block ul li{
    font-weight: 400;
    font-size: 18px;
    line-height: 125%;
    color: rgba(112, 112, 112, 1);
    list-style-type: unset;
}
.sec-how-work-container{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.sec-search-work-top {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}
.sec-search-work-top span,.lk-company-block-bottom-part span,.lk-company-block-content-top-category {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
    padding: 2px 8px;
    border-radius: 36px;
}
.lk-company-block-content-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec-search-work{
    margin-top: 90px;
}
.sec-search-work-top p{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: rgba(85, 105, 135, 1);
}
.sec-search-work-top a{
    background: linear-gradient(91.46deg, #11AE88 5.69%, #2A84EE 169.72%);
    width: 250px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    text-align: center;
    color: #fff;
    border-radius: 16px;
}
.sec-search-work-container-content-block-img span{
    width: 56px;
    height: 56px;
    border-radius: 5.25px;
    display: flex;
    align-items: center;
    background: #11AE88;
    justify-content: center;
}
.sec-search-work-container-content-block-text{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sec-search-work-container-content-block{
    display: flex;
    gap: 24px;
}
.sec-search-work-container-content{
    max-width: 456px;
}
.sec-search-work-container-content-block-text span{
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}
.sec-search-work-container-content-block-text p{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #556987;
}
.sec-search-work-container-content{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.sec-search-work-image-svg{
    top: -30px;
    left: -30px;
    position: absolute;
}
.sec-search-work-image-svg2{
    bottom: -30px;
    right: -30px;
    position: absolute;
}

.sec-search-work-image{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 637px;
}
.sec-search-work-image img{
    width: 100%;
    height: 100%;
}
.sec-search-work-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    gap: 30px;
}

.btn-customer{
    border: 1px solid #11AE88;
    background: transparent!important;
    color: #2A3342!important;
}
.sec-search-work{
    position: relative;
}
.bg-img{
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -720px;
    z-index: 1;
}
.info-container-content-block{
    max-width: 262px;
    gap: 12px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.info-container-content-block span{
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}
.info-container-content-block p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(74, 85, 108, 1);
}
.info-container-content{
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    max-width: 556px;
}
.info-container-image img{
    width: 456px;
    height: 456px;
    object-fit: cover;
    border-radius: 14px;
}
.info-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 68px;
}
.company-title{
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
}
.sec-company{
    margin-top: 90px;
}
.swiper-container{
    padding: 25px;
    overflow: hidden;
}
.company-title{
    padding-bottom: 25px;
}
.sec-company-block{
    box-shadow: 0px 4px 10px 0px rgba(46, 184, 151, 0.1);
    border: 1px solid rgba(112, 112, 112, 0.1);
    border-radius: 16px;
    width: 100%;
    height: 146px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-next:after,.swiper-button-prev:after{
    display: none;
}
.swiper-button-next-company{
    background-image: url('../img/Arrow button.svg');
    width: 75px!important;
    height: 75px!important;
    background-size: cover;
    margin-top: 35px!important;
    background-position: center;
    margin-right: -23px!important;
    background-repeat: no-repeat;
    opacity: 1!important;
}
.swiper-button-prev-company{
    background-image: url('../img/Arrow button2.svg');
    width: 75px!important;
    opacity: 1!important;
    height: 75px!important;
    margin-top: 35px!important;
    margin-left: -23px!important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next-rev{
    background-image: url('../img/Arrow button.svg');
    width: 75px!important;
    height: 75px!important;
    background-size: cover;
    margin-top: -60px!important;
    background-position: center;
    right: 0!important;
    background-repeat: no-repeat;
    opacity: 1!important;
}
.swiper-button-prev-rev{
    background-image: url('../img/Arrow button2.svg');
    width: 75px!important;
    opacity: 1!important;
    height: 75px!important;
    margin-top: -60px!important;
    margin-left: -155px!important;
    right: 0!important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.btn-worker{
    
}
.sec-tarif{
    margin-top: 100px;
}
.sec-tarif-block{
    width: 33%;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    justify-content: space-between;
}
.tarif-block-title{
    font-weight: 700;
    font-size: 26px;
    line-height: 125%;
}
.sec-tarif-block-price{
    font-weight: 700;
    font-size: 30px;
    line-height: 125%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    color: #2A84EE;
}
.sec-tarif-block-buttons{
    display: flex;
    flex-direction: column;
    gap: 21px;
}
.sec-tarif-block-buttons a{
    border-radius: 16px;
    height: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    text-align: center;
}
.btn-tarif1{
    color: white;
    background: linear-gradient(0deg, #11AE88, #11AE88),
    linear-gradient(91.46deg, #11AE88 5.69%, #2A84EE 169.72%);
}
.btn-tarif2{
    border: 1px solid rgba(17, 174, 136, 1);
}
.sec-tarif-container{
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.sec-tarif-block-price-block{
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 31px 0;
}
.sec-tarif-block-price-block span{
    font-weight: 400;
    font-size: 22px;
    line-height: 125%;
    color: rgba(108, 119, 142, 1);
}
.sec-tarif-block-sale{
    font-weight: 400;
    font-size: 20px;
    line-height: 125%;
    text-align: center;
    color: white;
    background: rgba(42, 132, 238, 1);
    width: 70px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    border-radius: 0 15px 0 15px;
    position: absolute;
    top: 0;
    right: 0;
}
.sec-tarif-block{
    position: relative;
}
.sec-rev-top-btns{
    position: relative;
}
.sec-rev-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rev-block-name-text{
    display: flex;
    flex-direction: column;
}
.rev-block-name-text span{
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
}
.rev-block-name-text p{
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
}

.rev-block{
    padding: 35px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(112, 112, 112, 0.1);
    box-shadow: 0px 4px 50px 0px rgba(46, 184, 151, 0.1);
}
.sec-rev{
    margin-top: 100px;
}
.sec-faq{
    margin-top: 100px;
}

.accordion {
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    outline: none;
    height: 100%;
    transition: 0.4s;
    gap: 15px;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
}

.faq-sec-container-block{
    padding: 20px 35px;
    border: 1px solid #11AE88;
    border-radius: 16px;
}
.accordion:after {
    content: url('../img/arr-sel.svg');
    float: right;
    transition: transform 0.3s ease;
}


.accordion.active:after {
    transform: rotate(180deg); /
}
.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.panel p{
    font-weight: 400;
    font-size: 16px;
    padding-top: 30px;
    line-height: 145%;
}
.panel p{
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: rgba(74, 85, 108, 1);
}
.faq-container{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.sec-contact-content-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 0;
}
.form-block-part p{
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
}
.form-block-part {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.form-block-part input{
    font-weight: 400;
    padding-left: 15px;
    font-size: 16px;
    border: 1px solid rgba(206, 223, 244, 1);
    border-radius: 16px;
    height: 42px;
    background-color: transparent;
    line-height: 125%;
}
.form-block-part input::placeholder{
    color: rgba(195, 195, 195, 1);
}
.form-block{
    border: 1px solid rgba(112, 112, 112, 0.1);
    box-shadow: 0px 4px 50px 0px rgba(46, 184, 151, 0.1);
    background: rgba(255, 255, 255, 1);
    padding: 30px;
    border-radius: 16px;
    width: 450px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sec-contact{
    margin-top: 100px;
}


/* Определение CSS-переменных для кастомных чекбоксов */
:root {
    --itc-body-bg: #fff; /* Цвет фона */
    --itc-border-color: #dee2e6; /* Цвет границы */
    --itc-checkbox-color: #11AE88; /* Цвет активного состояния */
    --itc-disabled-opacity: 0.5; /* Прозрачность отключенного чекбокса */

    /* Размеры и стили оформления */
    --itc-border-width: 1px; /* Толщина границы */
    --itc-checkbox-size: 1rem; /* Размер чекбокса */
    --itc-checkbox-gap: 0.5rem; /* Расстояние между чекбоксом и текстом */
    --itc-radius: 0.375rem; /* Радиус скругления */
    --itc-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; /* Плавные анимации */
}


/* Оформление контейнера для чекбоксов */
.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    max-width: 320px;
    padding: 1.5rem;
    background: var(--itc-body-bg);
    border: var(--itc-border-width) solid var(--itc-border-color);
    border-radius: var(--itc-radius);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Контейнер для каждого чекбокса */
.checkbox-item {
    display: flex;
    gap: 10px;
    position: relative;
}
.checkbox-item span{
    padding-top: 5px;
}
/* Стилизация чекбокса */
.checkbox-input {
     appearance: none;
    width: 20px;
    height: 20px;
    border: var(--itc-border-width) solid var(--itc-border-color);
    border-radius: 4px; /* Чуть меньше радиус */
    background-color: var(--itc-body-bg);
    background-image: var(--itc-checkbox-bg-image);
    background-size: 12px; /* Размер галочки внутри */
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: var(--itc-transition);
    margin: 0;
    flex-shrink: 0; /* Чтобы не сжимался */
}
.checkbox-input-login{
    width: 20px;
    height: 20px;
}
.checkbox-item-login{
    margin: 0!important;
}
.checkbox-label-login{
    font-size: 16px;
}
/* Эффект нажатия */
.checkbox-input:active {
    filter: brightness(90%);
}

/* Смена цвета границы при наведении */
.checkbox-input:hover:not(:disabled) {
    border-color: var(--itc-checkbox-color);
}

/* Стили для чекбокса при фокусе */
.checkbox-input:focus {
    border-color: var(--itc-checkbox-color);
    outline: none;
}

/* Оформление состояния checked и indeterminate */
.checkbox-input:checked,
.checkbox-input:indeterminate {
    background-color: var(--itc-checkbox-color);
    border-color: var(--itc-checkbox-color);
    background-image: var(--itc-checkbox-bg-image);
}

/* Иконка галочки при выборе чекбокса */
.checkbox-input:checked {
    --itc-checkbox-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* Иконка для неопределенного состояния */
.checkbox-input:indeterminate {
    --itc-checkbox-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* Стили метки чекбокса */
.checkbox-label {
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    color: #6C778E;
}

/* Отключенный чекбокс */
.checkbox-input:disabled {
    filter: none;
    opacity: var(--itc-disabled-opacity);
    cursor: not-allowed;
}

.checkbox-input:disabled ~ .checkbox-label {
    opacity: var(--itc-disabled-opacity);
    cursor: not-allowed;
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
}

/* Скрытый элемент для доступности */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.checkbox-item{
    margin: 10px 0;
}
.btn-form{
    background: linear-gradient(91.46deg, #11AE88 5.69%, #2A84EE 169.72%);
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    text-align: center;
    color: white;
}
.sec-contact{
    position: relative;
}
.map{
    position: absolute;
    right: 15px;
    top: 125px;
    z-index: -1;
}
.footer-social{
    display: flex;
    gap: 15px;
}
.footer-left p{
    font-weight: 400;
    font-size: 20px;
    line-height: 125%;
    color: rgba(108, 119, 142, 1);
}
footer{
    margin-top: 100px;
    background: rgba(232, 242, 252, 1);
    padding: 70px 0;
}
.footer-right{
    display: flex;
    gap: 50px;
}
.footer-right ul{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer-right ul li a{
    font-weight: 400;
    font-size: 20px;
    line-height: 125%;
    color: rgba(108, 119, 142, 1);
}
.footer-right ul li a > strong{
    color: rgba(33, 33, 33, 1) !important;
}
.footer-container{
    display: flex;
    justify-content: space-between;
}
.swiper-slide-main-content span{
    font-weight: 600;
    font-size: 31px;
    line-height: 100%;
    color: white;
}
.swiper-slide-main-content p{
    height: 300px;
    overflow-y: scroll;
    padding-right: 30px;
    font-weight: 500;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 100%;
}
.swiper-slide-main-content{
    background: rgba(17, 174, 136, 1);
    max-width: 380px;
    padding: 65px 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.mySwiperMain{
    border-radius: 16px;
}
.slider-main{
    margin-top: 50px;
}
.slider-main-img{
    height: 483px;
    max-width: 800px;
    width: 100%;
}
.slider-main-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-slide-main{
    display: flex!important;
}

.swiper-button-next-main{
    background-image: url('../img/Arrow button.svg');
    width: 75px!important;
    height: 75px!important;
    background-size: cover;
    margin-top: -40px!important;
    background-position: center;
    margin-right: -50px!important;
    background-repeat: no-repeat;
    opacity: 1!important;
}
.swiper-button-prev-main{
    background-image: url('../img/Arrow button2.svg');
    width: 75px!important;
    opacity: 1!important;
    height: 75px!important;
    margin-top: -40px!important;
    margin-left: -50px!important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.breadcrumb{
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 16px;
}

.sec-page-company{
    margin-top: 50px;
}

.sec-about {

    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
    display: block !important;
    min-height: auto !important;
}

.confirm-card {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    border: 1px solid #E5E7EB;

    display: flex;
    flex-direction: column;
    min-height: 320px;
}

.breadcrumb a{
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
.breadcrumb p{
    font-weight: 600;
    color: rgba(17, 174, 136, 1);
}
.about-img img{
    border-radius: 16px;
    width: 570px;
    height: 552px;
    object-fit: cover;
}
.btn-about{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(17, 174, 136, 1);
    width: 250px;
    height: 48px;
    border-radius: 16px;
    gap: 6px;
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
}
.about-content p{
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: rgba(74, 85, 108, 0.75);
}
.about-content{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.sec-about-container{
    display: flex;
    gap: 30px;
    align-items: center;
}
.sec-simple-page p{
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: rgba(74, 85, 108, 0.75);
    padding-top: 30px;
}
.tarif-item{
    display: flex;
    align-items: center;
    gap: 15px;
}
.tarif-list{
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 45px;
}
.tarif-item span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
}
.lk-first-page{
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(112, 112, 112, 0.1);
    box-shadow: 0px 4px 50px 0px rgba(46, 184, 151, 0.1);
    border-radius: 16px;
    width: 500px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}
.lk-first-page-title{
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    line-height: 34px;
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px solid #E3E3E8;
}
.btn-password{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    vertical-align: middle;
    color: rgba(17, 174, 136, 1);
}
.lk-first-page-content-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lk-first-page-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.lk-first-page-input{
    border: 1px solid rgba(222, 222, 226, 1);
    height: 48px;
    width: 100%;
    border-radius: 6px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    vertical-align: middle;
    padding-left: 20px;
}
.lk-first-page-content{
    padding: 0 50px;
    width: 100%;
}
.lk-first-page-bottom-line{
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #DEDEE2;
    gap: 10px;
    width: 100%;
    padding: 20px 0;
}
.lk-first-page-bottom-line p{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    vertical-align: middle;
}
.lk-first-page-bottom-line a{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    vertical-align: middle;
    color: rgba(17, 174, 136, 1);
}
.btn-lk{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #11AE88;
    height: 48px;
    width: 100%;
    border-radius: 6px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    vertical-align: bottom;
    color: #fff;
}




/* Определение CSS-переменных для кастомных чекбоксов */
:root {
    --itc-body-bg: #fff; /* Цвет фона */
    --itc-border-color: #dee2e6; /* Цвет границы */
    --itc-radio-color: #11AE88; /* Цвет активного состояния */
    --itc-disabled-opacity: 0.5; /* Прозрачность отключенного чекбокса */

    /* Размеры и стили оформления */
    --itc-border-width: 1px; /* Толщина границы */
    --itc-radio-size: 1rem; /* Размер чекбокса */
    --itc-radio-gap: 0.5rem; /* Расстояние между чекбоксом и текстом */
    --itc-radius: 0.375rem; /* Радиус скругления */
    --itc-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; /* Плавные анимации */
}


/* Оформление контейнера для чекбоксов */
.radio-group {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    max-width: 320px;
    padding: 1.5rem;
    background: var(--itc-body-bg);
    border: var(--itc-border-width) solid var(--itc-border-color);
    border-radius: var(--itc-radius);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.radio-group:disabled .radio-input {
    opacity: var(--itc-disabled-opacity);
    cursor: not-allowed;
}

/* Контейнер для каждого чекбокса */
.radio-item {
    display: flex;
    align-items: center;
    gap: var(--itc-radio-gap);
    position: relative;
}

/* Стилизация чекбокса */
.radio-input {
    -webkit-appearance: none;
    appearance: none;
    width: var(--itc-radio-size);
    height: var(--itc-radio-size);
    border: var(--itc-border-width) solid var(--itc-border-color);
    border-radius: 50%;
    background-color: var(--itc-body-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    transition: var(--itc-transition);
    margin: 0;
}

/* Эффект нажатия */
.radio-input:active {
    filter: brightness(90%);
}

/* Смена цвета границы при наведении */
.radio-input:hover:not(:disabled) {
    border-color: var(--itc-radio-color);
}

/* Стили для чекбокса при фокусе */
.radio-input:focus {
    border-color: var(--itc-radio-color);
    outline: none;
}

.radio-input:focus-visible {
    outline: 2px solid var(--itc-radio-color);
}

/* Оформление состояния checked */
.radio-input:checked {
    background-color: var(--itc-radio-color);
    border-color: var(--itc-radio-color);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* Стили метки чекбокса */
.radio-label {
    cursor: pointer;
    user-select: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    vertical-align: bottom;
}

/* Отключенный чекбокс */
.radio-input:disabled {
    filter: none;
    opacity: var(--itc-disabled-opacity);
    cursor: not-allowed;
}

.radio-input:disabled ~ .radio-label {
    opacity: var(--itc-disabled-opacity);
    cursor: not-allowed;
}

/* Скрытый элемент для доступности */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.lk-choose{
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
.lk-menu{
    box-shadow: 0px 4px 50px 0px rgba(46, 184, 151, 0.1);
    border: 1px solid rgba(112, 112, 112, 0.1);
    width: 310px;
    border-radius: 16px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lk-menu-item{
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    vertical-align: bottom;
    border-radius: 16px;
}
.lk-menu-item__icon{
    display: flex;
    align-items: center;
}
.lk-menu-item__icon img{
    width: 24px;
}
.lk-menu-item-active{
    background: #F4F5F6;
}
.lk-menu-item-last{
    color: #F11A22;
}
.lk-menu-item-last{
    padding-top: 25px;
    border-top: 1px solid #E3E3E8;
    margin-top: 10px;
}
.lk-container{
    margin-top: 30px;
    align-items: flex-start;
}
.lk-top-buttons{
    display: flex;
    align-content: center;
    justify-content: flex-end;
    gap: 10px;
}
.lk-btn {
    background: linear-gradient(91.46deg, #11AE88 5.69%, #2A84EE 169.72%);
    width: 260px;
    height: 42px;
    border-radius: 16px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lk-container{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.lk-title{
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    vertical-align: bottom;
    padding-bottom: 15px;
}
.lk-personal-data-content-block{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    box-shadow: 0px 4px 50px 0px rgba(46, 184, 151, 0.1);
    border: 1px solid rgba(112, 112, 112, 0.1);
    border-radius: 16px;
    padding: 30px;
}
.lk-personal-data-content-block input{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    vertical-align: middle;
    border: 1px solid rgba(222, 222, 226, 1);
    background: rgba(255, 255, 255, 1);
    width: 365px;
    height: 48px;
    opacity: 1;
    padding-left: 15px;
}
.lk-personal-data{
    width: 100%;
}
.lk-personal-data-content-block button{
    color: white;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    vertical-align: bottom;
    background: rgba(17, 174, 136, 1);
    width: 187px;
    height: 44px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lk-top-buttons{
    margin-bottom: 15px;
}
.lk-details-part__item{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.lk-details-part__item span{
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
}
.lk-details-part__item p{
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
}
.lk-details-part{
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 300px;
    width: 100%;
}
.lk-details-container{
    display: flex;
    gap: 50px;
    align-items: flex-start;
}
.lk-company-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lk-company-block-avatar span{
    display: flex;
    border: 1px solid rgba(223, 232, 246, 1);
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    width: 80px;
    height: 80px;
}
.lk-company-block-avatar span img{
    width: 42px;
    height: 42px;
}
.lk-company-block-content-address{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}
.lk-company-block-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.lk-company-block-content span{
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
}
.lk-company-block-content p,.lk-company-block-content-subtitle{
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: rgba(17, 174, 136, 1);
}
.lk-company-block-top{
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
.lk-company-block{
    border: 1px solid rgba(112, 112, 112, 0.1);
    box-shadow: 0px 4px 50px 0px rgba(46, 184, 151, 0.1);
    padding: 24px 40px;
    border-radius: 1px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
/* Контейнер с горизонтальным расположением и выравниваем по центру */
.lk-company-info-container {
    display: flex;
    gap: 8px;
    align-items: center; /* вертикальное выравнивание */
}

/* стили для текста */
.text-block {
    border-radius: 4px;
    white-space: nowrap; /* чтобы текст не переносился */
    position: relative;
    z-index: 1; /* чтобы текст был над линией */
    color: rgba(81, 91, 111, 1);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}

/* линию делаем вплотную к тексту */
.dashed-line {
    height: 2px;
    flex: 1; /* занимает всё свободное пространство между текстами */
    border-top: 1px dashed rgba(81, 91, 111, 1); /* пунктирная линия */
    margin: 0 0; /* убираем внешние отступы */
    /* Создаем эффект, чтобы линия шла от края первого блока к краю второго */
    position: relative;
    top: 50%; /* по центру по вертикали */
    transform: translateY(-50%);
}
.lk-company-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.lk-company-btn-more{
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    border: 1px solid rgba(17, 174, 136, 1);
    width: 150px;
    height: 42px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}
.lk-company-container{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.modal{
    position: fixed;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999999999;
    top: 0;
    left: 0;
    padding-top: 30px;
    align-items: flex-start;
    overflow-y: scroll;
    justify-content: center;
}
.modal-content{
    background: rgba(255, 255, 255, 1);
    width: 709px;
    border-radius: 16px;
    gap: 16px;
    display: flex;
    flex-direction: column;
}
.titleModal{
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
}
.modal-content-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}
.form__form{
    display: flex;
    flex-direction: column;
    padding: 16px 24px;
    gap: 20px;
}
.form__form-top {
    display: flex;
    gap: 20px;
}
.form__form input, .form__form textarea,.form__form-block select{
    width: 100%;
    height: 64px;
    opacity: 1;
    border-radius: 15px;
    gap: 12px;
    padding: 16px 24px;
    color: rgba(128, 128, 128, 1);
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    border: 1px solid rgba(112, 112, 112, 0.1);
}
.form__form-block select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}
.form__form-block{
    width: 100%;
}
.form__form textarea{
    height: 150px;
}
.form__form button{
    background: linear-gradient(91.46deg, #11AE88 5.69%, #2A84EE 169.72%);
    width: 100%;
    height: 42px;
    border-radius: 16px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* Скрытый элемент для доступности */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.input-file {
    position: relative;
    display: inline-block;
}
.input-file span {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    vertical-align: middle;
    color: rgb(255 255 255);
    text-align: center;
    border-radius: 6px;
    line-height: 22px;
    box-sizing: border-box;
    border: none;
    margin: 0;
    transition: background-color 0.2s;
    background: rgba(17, 174, 136, 1);
    height: 30px;
    width: 115px;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}
.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

/* Focus */
.input-file input[type=file]:focus + span {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

/* Disabled */
.input-file input[type=file]:disabled + span {
    background-color: #eee;
}

.modal-content-input p{
    font-weight: 700;
    font-size: 14px;
    line-height: 11px;
    vertical-align: middle;
    padding-bottom: 10px;
}
.close,.close2{
    cursor: pointer;
}
.form__form-block{
    position: relative;
}
.form__form-block svg{
    position: absolute;
    top: 20px;
    right: 16px;
}
.form__form-block-select svg{
    top: 30px;
}
.catalog-search-block{
    width: 100%;
    position: relative;
    height: 41px;
}
.catalog-search-block svg{
    position: absolute;
    left: 30px;
    top: 13px;
}
.catalog-search-block input{
    background: rgba(255, 255, 255, 0.03);
    width: 100%;
    height: 100%;
    border-radius: 16px;
    padding-left: 57px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    border: 1px solid rgba(112, 112, 112, 0.1);
}
.catalog-search{
    display: flex;
    gap: 10px;
}
.catalog-search button{
    background: linear-gradient(91.46deg, #11AE88 5.69%, #2A84EE 169.72%);
    width: 180px;
    height: 42px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    text-align: center;
    color: #fff;
}
.catalog-filters-item.btn-default-sort {
    background: #11AE88; /* Зеленый фон */
    color: #000000;      /* Черный текст */
    border: 1px solid #11AE88; /* Зеленая рамка */
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.catalog-filters-item.btn-default-sort:hover {
    background: #0E9C75; /* Чуть темнее при наведении */
}
.catalog-filters-item{
    padding: 6px 20px;
    border: 1px solid rgba(17, 174, 136, 1);
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    border-radius: 16px;
}
.catalog-filters-item select{
    border: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.catalog-filters-item input{
    border: none;
    font-weight: 600;
    font-size: 14px;
    background: transparent;
    line-height: 160%;
    width: 100%;
    height: 100%;
}
.catalog-filters-container{
    display: flex;
    gap: 15px;
}
.catalog-filters p{
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
}
.catalog-filters{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.catalog-search{
    margin: 25px 0;
}
.accordion-filter{
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    padding: 0;
}
.panel-catalog{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 15px;
}
.catalog-checkboxes-block{
    border-bottom: 1px solid #E3E3E8;
    padding: 0 20px;
    padding-bottom: 20px;
}
.catalog-checkboxes{
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(112, 112, 112, 0.1);
    box-shadow: 0px 4px 50px 0px rgba(46, 184, 151, 0.1);
    width: 300px;
    border-radius: 16px;
    padding: 20px 0;
}
.panel-price {
    /* Полупрозрачная серая рамка (0.3 - это прозрачность от 0 до 1) */
    border: 1px solid rgba(0, 0, 0, 0.1);

    /* Серый фон */
    background-color: #F4F5F6;

    border-radius: 16px;
    width: 100%;
    height: 40px;
    display: flex;
    margin-top: 15px;
    overflow: hidden;
}

/* Разделитель такой же полупрозрачный */
.panel-price input:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.panel-price input {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding-left: 20px;
    outline: none;
}
.btn-filter{
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: linear-gradient(91.46deg, #11AE88 5.69%, #2A84EE 169.72%);
    height: 48px;
    border-radius: 16px;
    width: 260px;
}
.accordion-filter,.catalog-checkboxes-block{
    width: 100%;
}
.lk-company-block-bottom-part{
    display: flex;
    gap: 8px;
    align-items: center;
}
.lk-company-block-bottom{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.lk-company-block-bottom-part p{
    border-radius: 4px;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    color: rgba(81, 91, 111, 1);
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
}
.catalog-container{
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.sec-page-company-banner{
    border-radius: 16px;
    width: 33%;
    height: 320px;
    object-fit: cover;
}
.sec-page-company-content{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.sec-page-company-content-info-block{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sec-page-company-content-info-block-title{
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
}
.sec-page-company-content-info-block span{
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: rgba(37, 50, 75, 1);
}
.sec-page-company-content-info-block-price{
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: rgba(17, 174, 136, 1);
}
.sec-page-company-content-info-block-link__item{
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}
.sec-page-company-content-info-block-links{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sec-page-company-content-info,.sec-page-company-content-text{
    border-bottom: 1px solid rgba(164, 166, 172, 0.2);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.sec-page-company-content-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: rgba(74, 85, 108, 1);
}
.title-page-order{
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    padding-bottom: 20px;
}
.btn-services{
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(91.46deg, #11AE88 5.69%, #2A84EE 169.72%);
    width: 260px;
    height: 42px;
    border-radius: 16px;
    color: white;
}
.lk-notifications-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px;
    border-radius: 16px;
}
.lk-notifications-block-buttons span{
    width: 20px;
    height: 20px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lk-notifications-block-buttons span > img{
    width: 15px;
    height: auto;
}
.lk-notifications-block p{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #3D3D4B;
}
.lk-notifications-block-active{
    background: rgba(244, 245, 246, 1);
}
.lk-notifications-block-buttons{
    display: flex;
    gap: 10px;
}
.lk-notifications-block-buttons > span > svg{
    height: auto;
    width: 11px;
}
.lk-notifications-block-buttons > span{
    cursor: pointer;
}
.lk-notifications-container{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
    display: none;
}
#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 0;
}
.menu__btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    transform: rotate(180deg);
    width: 48px;
    height: 48px;
    position: relative;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 25px;
    height: 3px;
    background-color: #707070;
    transition-duration: .25s;
    right: 10px;
    border-radius: 10px;
}
.span-burger{
    border: none;
    outline: none;
}
.menu__btn > span::before {
    content: '';
    top: -8px;
    transition: 0.3s;
    right: 0;
}
.menu__btn > span::after {
    content: '';
    top: 8px;
    transition: 0.3s;
    right: 0;
    z-index: 99;
}
.menu__box {
    position: fixed;
    visibility: hidden;
    top: 0;
    right: -100%;
    width: 80%;
    padding: 20px;
    height: 100%;
    margin: 0;
    list-style: none;
    background: rgba(22, 22, 22, 0.9);
    backdrop-filter: blur(10px);
    transition-duration: .25s;
    z-index: 99;
}
.hamburger-menu{
    display: none;
}
header{
    position: relative;
    z-index: 50;
}
.btn-lk-mob{
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    box-shadow: 0px 4px 50px 0px rgba(46, 184, 151, 0.1);
    border: 1px solid rgba(112, 112, 112, 0.1);
}
.lk-company-block-bottom{
    margin-top: 12px;
}
.lk-company-block-bottom > .lk-company-btn-more{
    margin: 0;
}
.sec-page-company-container{
    display: flex;
    gap: 30px;
}
.modal{
    z-index: 999999 !important;
    padding: 0 10px;
    padding-top: 30px;
}
.btn-services-container{
    display: flex;
    margin-top: 50px;
    gap: 30px;
    align-items: center;
    justify-content: center;
}
.btn-services2{
    border: 1px solid #11AE88;
    background: transparent!important;
    color: #2A3342!important;
}
.services-links{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.services-links a{
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: rgba(81, 91, 111, 1);
}
.services-links > a > span{
    display: flex;
    align-items: center;
}
.services-links > a > span img{
    width: 20px;
}
/* Стилизация скроллбара внутри зеленого блока слайдера */
.swiper-slide-main-content p::-webkit-scrollbar {
    width: 4px; /* Тонкая полоска */
}

.swiper-slide-main-content p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1); /* Полупрозрачный фон трека */
    border-radius: 4px;
}

.swiper-slide-main-content p::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3); /* Темный ползунок */
    border-radius: 4px;
}

.swiper-slide-main-content p::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5); /* Чуть темнее при наведении */
}

/* Для Firefox (нестандартное свойство, но работает в новых версиях) */
.swiper-slide-main-content p {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) rgba(255, 255, 255, 0.1);
}
/* Кнопка избранного */
.favorite-button {
    width: 30px;
    height: 30px;
    background: none;
    cursor: pointer;
    padding: 0;
    outline: none;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid #11AE88;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    text-decoration: none; /* Важно, если это <a> */
}

/* Активное состояние (уже в избранном) */
.favorite-button.active {
    background: #DCFCE7;
}

/* Иконка внутри */
.favorite-button > img {
    width: 15px;
    /* Если активна - можно менять цвет иконки фильтром, но в твоем коде этого нет,
       так что оставляем как есть */
}

/* Адаптив */
@media screen and (max-width: 475px){
    .lk-company-block-bottom{
        align-items: flex-start !important;
        flex-direction: column !important;
        gap: 15px !important;
    }
    .lk-company-block-content-top{
        align-items: flex-start !important;
        flex-direction: column !important;
        gap: 15px !important;
    }
}
/* --- ФИКС ДЛЯ ЧЕКБОКСОВ В ЛК --- */

/* Сбрасываем наследование гигантских размеров от текстовых полей */
.lk-personal-data-content-block input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    padding: 0 !important;

    /* Оформление самого квадратика */
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #11AE88 !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    cursor: pointer;
    margin-right: 10px; /* Отступ от текста */
    position: relative;
}

/* Стиль, когда галочка стоит */
.lk-personal-data-content-block input[type="checkbox"]:checked {
    background-color: #11AE88 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
    background-size: 14px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* На мобильных можно чуть крупнее, чтобы пальцем попасть */
@media screen and (max-width: 767px) {
    .lk-personal-data-content-block input[type="checkbox"] {
        width: 24px !important;
        height: 24px !important;
    }
}

/* Кнопка сброса фильтров */
.btn-filter-reset {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;            /* Растягиваем на всю ширину родителя */
    height: 48px;
    margin-top: 20px;       /* Отступ сверху */

    background: transparent;
    border: 1px solid #11AE88;
    border-radius: 16px;

    color: #11AE88;
    font-weight: 600;
    font-size: 18px;        /* Размер шрифта как у других кнопок */
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Эффект при наведении (заливка цветом) */
.btn-filter-reset:hover {
    background-color: #11AE88;
    color: #ffffff;
}

.btn-catalog-popup{

    display: flex;

    align-items: center;

    justify-content: center;

    width: 260px;

    height: 48px;

    border: 1px solid #11AE88;

    border-radius: 16px;

    color: #212121;

    text-decoration: none;

    font-weight: 600;

}