

/* Start:/bitrix/components/bitrix/search.page/templates/.default/style.css?1770056430163*/
a.search-page-params {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}
.search-item-rate {font-size: 11px;}
/* End */


/* Start:/local/templates/tskdetail/components/bitrix/search.title/main-catalog/style.min.css?17691018831888*/
div.title-search-result{border:1px solid #c6c6c6;display:none;overflow:hidden;z-index:205}table.title-search-result{border-collapse:collapse;border:none;width:10%}table.title-search-result th{background-color:#f7f7f7;border-right:1px solid #e8e8e8;color:#949494;font-weight:400;padding:2px 12px 2px 14px;text-align:right;vertical-align:top;white-space:nowrap;width:1%}table.title-search-result td{background-color:#fff;font-weight:400;padding-top:2px;padding-bottom:2px;text-align:left;white-space:nowrap}table.title-search-result td.title-search-item{padding-left:8px;padding-right:15px}table.title-search-result td.title-search-item a{padding-left:4px;padding-right:15px;vertical-align:top;display:block}table.title-search-result td.title-search-item img{vertical-align:top}table.title-search-result td.title-search-item b{color:#cf0000;font-weight:400}table.title-search-result tr.title-search-selected a,table.title-search-result tr.title-search-selected td,table.title-search-result tr.title-search-selected td.title-search-more a{background-color:#fff2be}table.title-search-result td.title-search-more{font-size:11px;font-weight:400;padding-right:15px;padding-left:24px;padding-top:0}table.title-search-result td.title-search-more a{padding-left:12px;padding-right:15px;text-decoration:none;color:#999}table.title-search-result td.title-search-all{padding-left:24px;padding-right:15px}table.title-search-result td.title-search-all a{padding-left:4px;text-decoration:none;color:grey}table.title-search-result td.title-search-separator,table.title-search-result th.title-search-separator{padding-top:0;padding-bottom:0;font-size:4px}div.title-search-fader{display:none;background-image:url(/local/templates/tskdetail/components/bitrix/search.title/main-catalog/images/fader.png);background-position:100% 0;background-repeat:repeat-y;position:absolute}p.title-search-preview{font-size:12px}div.title-search-result td.title-search-price span{font-size:26px}
/* End */


/* Start:/local/templates/tskdetail/styles.css?17691018832323*/
.catalog__alphabet {
    margin-top: 20px
}

.catalog__alphabet-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 4px
}

.catalog__alphabet-item:first-child {
    margin-right: 12px
}

.catalog__alphabet-link {
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.102);
    color: #88919e;
    display: flex;
    height: 44px;
    justify-content: center;
    width: 44px
}

.catalog__alphabet-link.is-active {
    background-color: #475569;
    color: #fff
}



.add-to-basket {
    position: relative;
}

.spinner {
    width: 4em;
    height: 4em;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-left-color: #7983ff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.add-to-basket .spinner {
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-left-color: #ffffff;
    display: block;
    top: calc((100% - 1.2rem) / 2);
    left: calc((100% - 1.2rem) / 2);
    position: absolute;
    opacity: 0;
}

.add-to-basket-100 {
    width: 100%;
    height: 48px;
}

.product__actions .catalog__card-counter {
    height: 48px;
}

.add-to-basket.loading .text {
    opacity: 0;
}

.add-to-basket.loading .spinner {
    opacity: 1;
}

.product__actions.counter-show .add-to-basket {
    display: none;
}

.product__actions.counter-show .catalog__card-counter {
    display: flex !important;
}

.basket-btns-row {
    position: relative;
}

.basket-btns-row .spinner {
    position: absolute;
    width: 20px;
    height: 20px;
    left: calc((100% - 20px) / 2);
    top: calc((100% - 20px) / 2);
    z-index: 4;
}

.product__actions {
    opacity: 0;
    transition: .4s opacity;
}

body.loaded .product__actions {
    opacity: 1;
}

body.loaded .basket-btns-row > .spinner {
    display: none;
}

.counter__value {
    border: none;
    outline: none;
}

.product__actions.counter-show .card__counter {
    display: flex !important;
}
.btn-add-to-favorite.active svg{
    fill: #88919e !important;
}
.btn-add-to-alert.active svg{
    fill: #88919e !important;
}

/* End */


/* Start:/local/templates/tskdetail/template_styles.css?176964391225319*/
font.tablebodytext {
    display: none !important;
}

.badge__few {
    background-color: #ff000029 !important;
}

.badge__alert {
    background-color: #ff920021 !important;
}

.catalog__card-body {
    grid-template-columns: minmax(240px, 260px) minmax(60px, 100px) minmax(50px, 100px) minmax(100px, 200px) 150px;
}

.add-to-basket {
    position: relative;
}

.spinner {
    width: 4em;
    height: 4em;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-left-color: #7983ff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.add-to-basket .spinner {
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-left-color: #ffffff;
    display: block;
    top: calc((100% - 1.2rem) / 2);
    left: calc((100% - 1.2rem) / 2);
    position: absolute;
    opacity: 0;
}

.add-to-basket-100 {
    width: 100%;
    height: 48px;
}

.product__actions .catalog__card-counter {
    height: 48px;
}

.add-to-basket.loading .text {
    opacity: 0;
}

.add-to-basket.loading .spinner {
    opacity: 1;
}

.product__actions.counter-show .add-to-basket {
    display: none;
}

.product__actions.counter-show .catalog__card-counter {
    display: flex !important;
}

.basket-btns-row {
    position: relative;
}

.basket-btns-row .spinner {
    position: absolute;
    width: 20px;
    height: 20px;
    left: calc((100% - 20px) / 2);
    top: calc((100% - 20px) / 2);
    z-index: 4;
}

.product__actions {
    opacity: 0;
    transition: .4s opacity;
}

body.loaded .product__actions {
    opacity: 1;
}

body.loaded .basket-btns-row > .spinner {
    display: none;
}

.counter__value {
    border: none;
    outline: none;
}

.catalog__list-item:last-child {
    border: none;
}

.bx-cstm-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    opacity: 0;
    top: 0;
    left: 0;
    transition: 0.4s opacity;
}

.bx-cstm-loader--relative {
    position: relative;
    width: 50px;
    height: 50px;
}

.loader {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #2354ce 94%, #0000) top/4px 4px no-repeat,
    conic-gradient(#0000 30%, #2354ce);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 4px), #000 0);
    animation: spinner-ub 0.8s infinite linear;
}

@keyframes spinner-ub {
    100% {
        transform: rotate(1turn);
    }
}

.loader-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.bx-cstm-loader.animated {
    opacity: 0.6;
}

.filter-block .block__list {
    max-height: 300px;
    overflow: auto;
}

.smartfilter {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.page-404 {
    padding: 120px 0;
    text-align: center;
}

.page-404 h1 {
    margin: 0;
    font-size: 130px;
    color: #2354ce;
}

.page-404 p {
    font-size: 20px;
}

.badge--alert {
    background-color: #FFDEDE !important;
}

.badge--alert span {
    color: #EE6161 !important;
}

.mobile-actions {
    margin-top: 20px;
}

.catalog__card-mobile .catalog__card-img .badge__text {
    display: none;
}

.catalog__card-mobile .product__actions .catalog__card-counter {
    height: 36px;
    max-width: 145px;
}

.catalog__card-mobile .product__actions .button--large {
    max-width: 145px;
}

.catalog__card-mobile .product__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.catalog__card-mobile .basket-btns-row {
    width: 50%;
}

@media (max-width: 720px) {
    .pagination__item:first-child {
        margin-right: 12px;
    }

    .pagination__link {
        width: 22px;
        height: 22px;
        font-size: 10px;
    }
}

.catalog__detail-gallery {
    position: relative;
}


.contact-main-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-main-block .text {
    font-size: 14px;
    font-weight: 500;
}

.contact-main-block .big-text {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 110%;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;

}

.contact-main-block .contact-phone {
    margin: 20px 0px;
}

.contact-main-block .text-grey {
    color: hsla(0, 0%, 100%, .6)
}


.background-contact {
    background: #2354ce;
    color: white;
    padding: 20px;
    border-radius: 20px;
}

.background-branch {
    background: hsl(220, 15.8%, 96.3%);
    padding: 20px;
    border-radius: 20px;
}

.margin-top-40 {
    margin-top: 40px;
}

/* На десктопах — 2 колонки */
@media (min-width: 768px) {
    .contact-main-block {
        flex-direction: row;
        justify-content: space-between;
        display: flex;
    }

    .contact-main-info,
    .contact-main-map {
        width: 49%;
    }
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    display: none;
    opacity: 0;
    transition: .4s all;
}

.modal.active {
    display: flex;
}

.modal.animated {
    opacity: 1;
}

.modal-content {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    transition: .4s all;
    transform: translateY(100px);
}

.modal.animated .modal-content {
    transform: translateY(0px);
}

.modal-close {
    position: absolute;
    right: 20px;
    cursor: pointer;
}

.modal-content-title {
    font-size: 18px;
    font-weight: 700;
}

.modal-form {
    margin-top: 20px;
}

.modal-form .input-list {
    display: grid;
    grid-gap: 20px;
}

.modal-form .input-list .input-wrap a {
    margin-top: 5px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    opacity: .5;
}

.modal-form [type="submit"] {
    margin-top: 15px;
    width: 100%;
}

.modal-form-reg {
    text-align: center;
    font-size: 14px;
    opacity: .5;
    margin-top: 10px;
}

.modal-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000070;
}

.text-content {
    margin-top: 2rem;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 40px 0;
    grid-gap: 15px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.stat-item .animated-counter {
    font-size: 40px;
    font-weight: 700;
    color: #ffa32d;
}

.stat-item .label {
    font-size: 20px;
    font-weight: 700;
}

.infografika-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 40px 0;
    gap: 24px;
}

.infografika-item {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

@media screen and (max-width: 768px) {
    .infografika-item {
        gap: 8px;
    }

    .infografika-grid {
        gap: 28px;
    }
}

.infografika-item .label {
    font-size: 20px;
    font-weight: 700;
}

.infografika-item svg {
    width: 195px;
    height: 195px;
    margin: 0 auto;
}

.delivery-info__image {
    margin: 20px 0 60px;
    height: 600px;
}

.delivery-info__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.text-content video {
    width: 100%;
    border-radius: 16px;
}

.delivery-icon__card {
    border: 1px solid #d7e3f5ab;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 5px;
}

.catalog__detail-grid {
    margin-top: 2rem;
}

.shimmer {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    border-color: transparent;
}

.shimmer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F4F5F7;
    z-index: 9;
}

.shimmer::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.7) 50%,
            transparent
    );
    animation: shimmer 1.5s infinite;
    z-index: 10;
}

@keyframes shimmer {
    100% {
        left: 100%;
    }
}

.card .card__footer .button-add-to-card {
    margin-top: 0;
    width: 100%;
}

.card .card__footer .product__actions {
    margin-top: 12px;
}

.btn-add-to-favorite.active svg {
    fill: #88919e !important;
}

.btn-add-to-alert.active svg {
    fill: #88919e !important;
}

.empty-section {
    margin-top: 50px;
}

.empty-section-center {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    flex-direction: column;
}

.empty-section-center-title {
    font-size: 24px;
    font-weight: 700;
}

.lk__tab .dropdown-menu {
    z-index: 2;
}

.lk__tab .table tbody tr:after {
    width: calc(100% + 48px);
}

.loaded-hide {
    opacity: 0;
}

.lk {
    margin-bottom: 50px;
}

.input-wrap input[disabled] {
    background-color: #ededed;
    cursor: no-drop;
}

.success-text {
    color: green;
    padding: 10px;
    background-color: #f0fff0;
    border: 1px solid #dff0d8;
    border-radius: 4px;
}

.error-text {
    color: #d9534f;
    padding: 10px;
    background-color: #fff0f0;
    border: 1px solid #f0d0d0;
    border-radius: 4px;
}

.error-field {
    border-color: #d9534f !important;
}

.field-error-text {
    color: #d9534f;
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

.auth-form-response p {
    margin-bottom: 20px;
}

.file__preview {
    margin-top: 15px;
}

.file-preview-item {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.file-preview-info {
    flex: 1;
}

.file-name {
    display: block;
    font-weight: 500;
    margin-bottom: 4px;
}

.file-size {
    font-size: 12px;
    color: #6c757d;
}

.file-preview-progress {
    width: 150px;
    text-align: right;
}

.progress-bar {
    width: 100%;
    height: 6px;
    background: #e9ecef;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 4px;
}

.progress {
    height: 100%;
    background: #007bff;
    transition: width 0.3s ease;
    width: 0%;
}

.progress-text {
    font-size: 12px;
    color: #6c757d;
}

.file-preview-item.success {
    border-color: #f2f5fb;
    background: #f2f5fb;
}

.file-preview-item.success .progress {
    background: #28a745;
}

.file-preview-item.error {
    border-color: #dc3545;
    background: #fff8f8;
}

.file-preview-item.error .progress {
    background: #dc3545;
}

.lk__file-list {
    margin-top: 30px;
}

/* Индикатор загрузки */
.loading-indicator {
    position: fixed;
    top: 20px;
    right: 20px;
    background: rgba(0, 123, 255, 0.9);
    color: white;
    padding: 12px 16px;
    border-radius: 8px;
    z-index: 10000;
    display: none;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.loading-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Уведомления */
.notification {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 20px;
    border-radius: 8px;
    z-index: 10000;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    animation: slideIn 0.3s ease;
}

.notification-success {
    background: #28a745;
    color: white;
}

.notification-error {
    background: #dc3545;
    color: white;
}

.notification-info {
    background: #17a2b8;
    color: white;
}

.notification-close {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    margin-left: 10px;
}

@keyframes slideIn {
    from {
        transform: translate(-50%, -100%);
        opacity: 0;
    }
    to {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}

/* Состояния превью файлов */
.file-preview-item.uploading {
    border-color: #17a2b8;
    background: #f8fdff;
}

.file-preview-empty {
    text-align: center;
    padding: 20px;
    color: #6c757d;
    font-style: italic;
}

/* Плавные переходы */
.file-preview-item {
    transition: all 0.3s ease;
}

.lk__file-list {
    transition: height 0.3s ease;
}

.brands-wrap-popular .main__section {
    margin-top: 0;
}

.brands-letter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.brands-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 60px 20px;
    margin-top: 30px;
}

.letter-group {
    display: flex;
    gap: 15px;
}

.letter-group-letter {
    font-size: 20px;
    color: #2354ce;
    font-weight: 800;
}

.letter-group-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.letter-group-list a {
    text-decoration: none;
    line-height: 20px;
    color: #2b2a28;
    font-weight: 400;
}

.brands-wrap-popular p {
    margin-top: 20px;
}

.letter-group-list button {
    color: #2354ce;
    text-align: left;
}

.catalog__alphabet-item.active a,
.catalog__alphabet-link.active {
    background-color: #2354ce;
    color: #fff;
}

.catalog__search--brands {
    margin-bottom: 20px;
}

.letter-group-list-item--hidden {
    display: none !important;
}

.search-hidden {
    display: none !important;
}

/* Стили для активного поиска */
.brands-search--active .letter-group-letter {
    background-color: #f0f8ff;
    font-weight: bold;
}

.FIRST_B {
    display: none !important;
}

.js-dropdown-content {
    width: 100%;
    background: #fff;
    padding: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    box-shadow: 0 0 20px 0px rgb(1 1 1 / 5%);
}

.js-dropdown-content ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.js-dropdown-content ul li a {
    font-size: 14px;
}

.js-dropdown-content ul li a.active {
    color: #2354ce;
}

.card__footer {
    margin-top: 10px;
}

.card__title .descr {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card__footer .catalog__card-counter {
    height: 40px;
    width: 100%;
    min-width: 100%;
}

.modal .checkbox__label {
    color: #000;
}

.modal .checkbox__label a {
    color: #142f74;
}

.modal--fos .modal-content {
    max-width: 400px;
}

.modal--fos .response {
    margin-bottom: 20px;
}

.modal--fos .response p {
    width: 100%;
    font-size: 14px;
}

.modal--fos .success-block {
    margin: 0 0 20px;
}

.modal--fos .success-block {
    margin: 0 0 20px;
    display: block;
    color: #1f8300;
    font-size: 14px;
    padding: 10px;
    background-color: #e2f7d5;
    border: 1px solid #cde1b2;
    font-weight: 400;
}

.order-call {
    cursor: pointer;
}

.catalog__detail-aside .top-counter .button {
    width: 100%;
    min-width: 100%;
}

.catalog__detail-aside .catalog__card-counter {
    width: 100%;
    min-width: 100%;
    height: 40px;
}

.input--PRODUCT {
    display: none;
}

.catalog__card:has(input[name="delay"]:not(:checked)) {
    opacity: .4;
}

.button:hover {
    color: #fff;
}

.button.button--light:hover {
    color: #2354ce;
}

.button.button--white:hover {
    color: #2354ce;
}

.js-dropdown-content {
    border-radius: 5px;
}

.js-dropdown-content li {
    list-style-type: none;
}

.card__title .title {
    height: 40px;
}

.main__catalog-tab ul {
    overflow: initial;
}

.main__catalog-tab .tab-list {
    border-radius: 5px;
}

.main__catalog-tab .tab-btn {
    border-radius: 7px;
    gap: 5px;
}

#tab-content-ajax .tab-count {
    margin-bottom: 20px;
}

.catalog__detail-info .feedback__btn {
    display: none;
}

@media (max-width: 910px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .delivery-info__image {
        height: auto;
    }

    .stats-grid,
    .infografika-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 640px) {
    .block--section {
        display: none !important;
    }

    .news-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .news-grid a {
        width: 100%;
    }

    .news__card {
        width: 100%;
    }

    .delivery-info__image img {
        border-radius: 8px;
    }

    .breadcrumbs__list {
        flex-wrap: nowrap;
        overflow: auto;
    }

    .breadcrumbs__list li {
        min-width: fit-content;
    }

    .catalog__detail-aside .top-counter {
        max-width: none;
    }

    .main__catalog-tab .tab-container {
        gap: 8px 4px;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 480px) {
    .h1, h1 {
        font-size: 20px;
    }

    .main__section {
        margin: 40px 0;
    }

    .catalog__list-item--ad {
        flex-direction: column;
        gap: 20px;
    }

    .catalog__list-item--ad button {
        width: 100%;
    }

    .main__catalog.main__section .badge__large {
        width: 30px;
        height: 30px;
    }

    .main__catalog-tab ul {
        overflow: auto;
    }

    .text-title.margin-top-40 {
        margin-top: 15px;
    }

    .news-grid {
        margin-top: 20px;
    }

    .go-all {
        display: none;
    }

    .subscribe__form-footer .button,
    .catalog__list-item--ad .button {
        width: 100%;
    }

    .card {
        padding: 8px;
    }
}

.catalog__banner-sep {
    margin-top: -1px;
}


@media screen and (max-width: 970px) {
    .basket__top-actions-delete-all,
    .basket__top-actions-exel {
        display: inline-flex;
        align-items: center;
        justify-content: center;

        background-color: white;
        color: #475569;
        width: 100%;
        border: 1px solid #f4f5f7;
        border-radius: 6px;

        & .btn {
            width: 100%;
            padding: 12px 16px;
            justify-content: center;

        }
    }

}

.file-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: anywhere;
}

.password-toggle {
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .password-toggle {
        top: 11px;
    }

    .contact-main-block .big-text {
        word-wrap: break-word;
        font-size: 20px;
    }

    .contact-main-block .branch-name {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .background-branch {
        font-size: 14px;
    }

    .contact-main-block p:where(:not([class]):not(:last-child)) {
        margin-bottom: 6px;
    }
}


.password-toggle svg {
    width: 20px;
    height: 20px;
}

.block__title.block__title--large {
    font-size: 20px;
}

.catalog__view {
    display: flex;
    align-items: center;
    gap: 10px;
}

.catalog__view a {
    cursor: pointer;
}

.catalog__view svg {
    width: 20px;
    height: 20px;
    min-width: 20px;
}

.catalog__view svg path {
    stroke: #c4c4c4;
}

.catalog__view-item--active svg path {
    stroke: var(--color-accent);
}

.catalog__list--card {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px 10px;
}

@media (max-width: 1300px) {
    .catalog__list--card {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 970px) {
    .catalog__list--card {
        grid-template-columns: 1fr 1fr;
    }

    .catalog__view {
        display: none;
    }
}

@media (max-width: 400px) {
    .catalog__list--card {
        grid-template-columns: 1fr;
    }
}

.catalog__banner-sep:empty {
    display: none;
}

.js-swiper-news .swiper-slide {
    height: auto;
    display: flex;
}

.js-swiper-news .link {
    width: 100%;
}

.contact-main-map {
    border-radius: 20px;
}

.lk__nav-link--logout {
    color: #e90404
}

.lk__nav-link--logout:hover {
    background-color: #ffecec;
    color: #ce2323;
}

.button[disabled] {
    opacity: .4;
    cursor: no-drop;
}

.card__price {
    height: 32px;
}

.contact-main-map {
    border-radius: 20px;
    overflow: hidden;
}

.catalog__body .button-add-to-card {
    background-color: var(--color-accent);
}

.catalog__detail-gallery--bottom .swiper-slide {
    overflow: hidden;
}

.reg-p {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
}

.bx-auth-reg .input-list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.bx-auth-reg .form-submit {
    margin-top: 30px;
}

.bx-auth-reg .form-submit input[type="submit"] {
    width: 100%;
    font-size: 16px;
    cursor: pointer;
}

.password-requirements {
    margin-top: 30px;
}

.password-requirements,
.required-notice {
    font-size: 14px;
    opacity: .5;
}

.errortext {
    background: #ffeaea;
    display: block;
    padding: 10px;
    margin-top: 20px;
    border-radius: 5px;
    border: 1px solid #ffcaca;
    font-size: 14px;
}


@media screen and (max-width: 768px) {
    .input__field {
        font-size: 16px;
    }
}


@media screen and (max-width: 480px) {
    .text-title.margin-top-40.container {
        margin-top: 25px;
    }
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #e5e5e5 !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 6px !important;
    transition: .4s all;
}

.select2-container--default .select2-selection--single:hover {
    border: 1px solid var(--color-accent) !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 17px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px !important;
}

.suggestions-promo {
    display: none;
}

.registration-form {
    max-width: 600px;
    margin: 0 auto;
}

.registration-form .input-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.registration-form .input-wrap.full-width {
    grid-column: 1 / -1;
}

.registration-form .input-wrap {
    margin: 0;
}

.registration-form .input__field {
    padding: 8px 12px;
    font-size: 14px;
}

.registration-form label {
    font-size: 13px;
    margin-bottom: 5px;
}

.registration-form .field-error {
    font-size: 12px;
    color: #ff0000;
    margin-top: 4px;
    display: none;
}

.registration-form .input__field.error {
    border-color: #ff0000;
    background-color: #fff5f5;
}

.registration-form .auto-fill-hint {
    font-size: 11px;
    color: #666;
    font-style: italic;
    margin-top: 2px;
}

.registration-form .input-wrap__block {
    position: relative;
}

.registration-form .password-toggle {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    z-index: 1;
}

.reg-form {
    margin: 20px auto 60px;
    padding: 0 16px;
}

@media (max-width: 540px) {
    .registration-form .input-list {
        grid-template-columns: 1fr;
    }
    .reg-form{
        width: 100%;
    }

    .reg-form [type="submit"]{
        width: 100%;
    }
}

.title a{
    word-break: break-all;
}

.branch-name{
    line-height: 1.2;
    height: 80px;
}

.card__info {
    justify-content: space-between;
}
/* End */
/* /bitrix/components/bitrix/search.page/templates/.default/style.css?1770056430163 */
/* /local/templates/tskdetail/components/bitrix/search.title/main-catalog/style.min.css?17691018831888 */
/* /local/templates/tskdetail/styles.css?17691018832323 */
/* /local/templates/tskdetail/template_styles.css?176964391225319 */
