

/* Start:/bitrix/components/pp/search.title/templates/.default/style.css?17707113747801*/
.smartsearch-title__input-conteiner {
    position: relative;
}

.smartsearch-title__wrap {
    position: relative;
}

.smartsearch-title__wrap .smartsearch-title__input {
    padding: 8px 50px;
    background-color: #20283e;
    color: #98A8BF;
    width: 380px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/*.smartsearch-title__wrap .smartsearch-title__input:hover {*/
/*    border-color: var(--main-color);*/
/*}*/

.smartsearch-title__wrap .smartsearch-title__input:active,
.smartsearch-title__wrap .smartsearch-title__input:focus-visible {
    /*border-color: transparent;*/
    /*box-shadow: none;*/
    /*background-color: transparent;*/
    /*color: #D0E1F9;*/
    /*border-bottom: 1px solid;*/
    /*border-bottom-color: #0064AD;*/
    outline: none;
}

.smartsearch-title__wrap .smartsearch-title__input::placeholder {
    font-size: 14px;
    color: var(--color-gray-500);
}

/*.smartsearch-title__wrap .smartsearch-title__input-conteiner:before {*/
/*    content: url("/bitrix/components/pp/search.title/templates/.default/./images/search.svg");*/
/*    position: absolute;*/
/*    top: 14px;*/
/*    left: 16px;*/
/*}*/

.smartsearch-title__result {
    display: flex;
    margin-top: 4px;
    padding: 16px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    max-height: 496px;
    overflow: auto;
    align-self: stretch;
    /*border-radius: 24px;*/
    background: #20283e;
    box-shadow: 0px 4px 24px 0px rgba(69, 44, 113, 0.1);
    color: #d0e1F9;
    border-top: 1px solid #0064AD;
}

.title-search-result {
    z-index: 1000;
}

.title-search-result {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-color: var(--main-color) #eee;
    scrollbar-width: thin;
}

.title-search-result ::-webkit-scrollbar {
    height: .4rem;
    width: 4px;
}

.title-search-result ::-webkit-scrollbar-track {
    background: #eee
}

.title-search-result ::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    border-radius: .4rem
}


.smartsearch-title__result .m-auto {
    margin: auto;
}

.smartsearch-title__result-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    width: 100%;
}

.smartsearch-title__result-item .item-img {
    width: 64px;
}

.smartsearch-title__result-item .item-img > a {
    display: inline-block;
}

.smartsearch-title__result-item .item-img img {
    border-radius: 8px;
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.smartsearch-title__result-item .item-name {
    color: #d0e1F9;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    cursor: pointer;
}

.smartsearch-title__result-item .item-name b {
    color: #d0e1F9;
    font-weight: bold;
}

.smartsearch-title__result-item .item-name:hover {
    color: #d0e1F9;
}

.smartsearch-title__result-item .item-price {
    margin-top: 4px;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
}

.smartsearch-title__result-item .item-price .old {
    color: var(--color-gray-500);
    font-weight: 500;
    text-decoration: line-through;
    margin-left: 4px;
}

.smartsearch-title__result-item .section {
    margin-top: 4px;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-gray-500);
}

.smartsearch-title__result-item .all-result {
    color: var(--main-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-decoration: none;
}

.icon-wrapper {
    /*position: absolute;*/
    display: flex;
    gap: 4px;
    align-items: center;
    top: 14px;
    right: 16px;
}

.search-title__icon {
    /*display: none;*/
    cursor: pointer;
    color: var(--color-gray-500);
}

.search-title__icon.speech {
    color: var(--main-color);
}

.search-title__icon.show {
    display: block;
}

.search-title__icon:not(:last-child) {
    fill: #0a962f;
}

.smartsearch-title__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.smartsearch-title__result .result-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    width: 100%;
}

.smartsearch-title__result .result-group .result-group__title {
    max-width: 120px;
    min-width: 0;
    color: var(--color-gray-500);
}

@media (hover: hover) {
    .search-title__icon:hover {
        /*color: var(--main-color);*/
    }
}

.smartsearch-title__req_history {
    display: none;
    position: absolute;
    width: 100%;
    top: 56px;
    left: 0;
    z-index: 205;
}

.smartsearch-title__req_history .smartsearch-title__result-item {
    display: flex;
    padding: 6px 0;
}

.smartsearch-title__wrap .icon {
    color: var(--color-gray-500);
}

.smartsearch-title__wrap .icon:hover:not(.icon-history) {
    color: var(--main-color);
}

.smartsearch-title__wrap .delete-item {
    margin-left: auto;
    cursor: pointer;
}

.smartsearch-title__req_history:empty,
.smartsearch-title__req_history .item {
    list-style: none;
    display: none;
}

.smartsearch-title__req_history_title {
    margin-bottom: 12px;
    font-size: 16px;
    color: var(--color-gray-500);
}

.smartsearch-title__current_searchimg_wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    height: 52px;
    padding: 10px 16px;
    border-radius: 32px;
    width: 100%;
    border: 1px solid var(--main-color);
    background: #FFFFFF;
}

.smartsearch-title__current_searchimg_wrap.show {
    display: block;
}

.smartsearch-title__current_searchimg {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 100%;
    width: max-content;
    background: var(--color-gray-200);
    border-radius: 8px;
    max-width: 50%;
}

.smartsearch-title__current_searchimg img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 6px;
}

.smartsearch-title__current_searchimg .search-title__icon {
    display: block;
    position: relative;
    top: 0;
    left: 0;
}

.smartsearch-title__current_searchimg .filename {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-title__searchimg_form_wrap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0px 4px 24px 0px #452C711C;
    background: #FFFFFF;
    width: 100%;
    padding: 16px 24px;
    border-radius: 24px;
    z-index: 205;
}

.search-title__searchimg_form_container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.search-title__searchimg_form_container .error {
    display: none;
    padding: 8px 16px;
    border-radius: 4px;
    background: #F6676729;
    color: #F66767;
}

.search-title__searchimg_form_container .image_href {
    display: flex;
    gap: 16px;
}

.search-title__searchimg_form_container .input-text {
    width: 100%;
    height: 52px;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid var(--color-gray-500);
}

.search-title__searchimg_form_container .input-text::placeholder {
    color: var(--color-gray-500)
}

.search-title__searchimg_form_container .btn {
    width: fit-content;
    height: 52px;
    padding: 0 32px;
    border: none;
    border-radius: 32px;
    background-color: var(--main-color);
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.search-title__searchimg_form_container .title {
    display: flex;
    justify-content: space-between;
}
.header-search_form {
    gap: 10px !important;
}
/* End */


/* Start:/local/templates/zugel/components/bitrix/catalog.section/favorites.modal/style.css?1753784540409*/
.wishlist-category {
    margin: 0 0 36px 0;
    padding: 0;
    list-style: none;
    overflow-y: hidden;
    overflow-x: hidden;
}

.wishlist-category li {
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: baseline
}

.wishlist-category li:nth-child(2n) {
    color: var(--color-blue-41)
}

.wishlist-category li:not(:last-child) {
    margin-bottom: 24px
}

/* End */


/* Start:/local/templates/zugel/components/bitrix/news.list/page_banner/style.css?17864377561337*/
.mapped-page-slide-text {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
    height: 100%;
    width: calc(100% - 60px);
    padding-top: 30px;
    padding-bottom: 30px;
}
.bx-breadcrumb {
    grid-column: -1 / 1;
}

@media (min-width: 1400px) {
    .mapped-page-slide-text {
        width: calc(100% - 360px);
    }
}
@media (max-width: 991px) {
    .mapped-page-slide-text {
        height: calc(100% - 40px);
    }
}
.mapped-page-slide {
    display: grid;
    place-items: center;
    max-height: 465px;
    align-items: start;
    grid-template-rows: minmax(0, 1fr);
}
.mapped-page-slide img {
    height: 100% !important;
}
.mapped-page-slide picture {
    width: 100%;
    height: 100% !important;
}
.mapped-page-slide picture, .mapped-page-slide .mapped-page-slide-text {
    grid-area: 1 / 1;
}
.mapped-page-slide .mapped-page-slide-text {
    position: static;
}
@media (max-width: 1028px) {
    .mapped-page-slide .mapped-page-slide-text {
        grid-template-rows: auto;
        row-gap: 20px;
        height: 100%;
        padding-bottom: 20px;
    }
}
@media (max-width: 575.98px) {
    .mapped-page-slide {
        min-height: 250px;
        max-height: 250px;
    }
    .mapped-page-slide .mapped-page-slide-text {
        gap: 0;
        font-size: 10px;
    }
}

/* End */


/* Start:/local/templates/zugel/components/systemtpl/add.iblock/subscribe/style.css?17648446631611*/
.page-call-block {


    padding: 10px 15px;


}
.page-call-block-span{
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 5px;
}
 .page-call-block-input{
    font-size: 14pt;
    padding: 3px !important;
    border-radius: 0px;
    width: 250px;
    border: 1px solid #CBCBCB !important;
}
 @media (max-width: 765px) {
     .testimonials-form-note-contact {
         margin-right: -63px;
     }

 }
@media (min-width: 766px) and (max-width: 1024px) {
    .testimonials-form-note-contact {
        margin-right: -68px;
    }
}
@media (min-width: 1025px)  {
    .testimonials-form-note-contact {
        margin-right: 90px;
    }
}

.page-call-block-submit{
    border: 1px solid #023a6d;
    margin: 10px 0px 10px 0px;
    padding: 10px 28px;
    border-radius: 0px;
    cursor: pointer;
    background-color: #023a6d;
    color: white;
}
.page-call-block-wrap{
    margin: 10px 0px;
}
.iti__selected-country-primary {
        margin-bottom: 10px;
}
.iti__selected-dial-code {
    padding: 0 10px 9px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0);
    color: var(--color-gray-9B);
    border: none;
    box-shadow: none !important;
    border-radius: 0;
    transition: all .3s;
}
.iti--inline-dropdown .iti__dropdown-content {
background: rgb(33 40 61);
border:var(--iti-border-width) solid #768196;
}
.iti__search-input {
    background: rgb(33 40 61);

}

.feedback-form-item .iti {
    width: 100%;
}

.section-title.success-title {
    margin: 30px 0;
}
/* End */


/* Start:/local/templates/zugel/components/bitrix/menu/footer/style.min.css?1753784540490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/zugel/components/bitrix/menu/footer/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/zugel/styles.css?17781416269340*/
.slideable-menu {
    position: relative;
    overflow: hidden
}

.slideable-menu ul {
    margin: 0;
    padding: 0
}

.slideable-menu .menu {
    display: block;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    min-height: 380px;
}

.slideable-menu .menu.off-view {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.slideable-menu .menu.in-view {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slideable-menu .menu li {
    display: block
}

.slideable-menu .menu li a {
    display: block;
    padding: 15px 20px;
    border-left: 2px solid transparent;
    color: var(--color-blue-29);
    font-size: 14px;
    letter-spacing: .025em;
    text-transform: uppercase;
    text-decoration: none;
    text-decoration: none;
    position: relative;
    align-items: center;
    color: var(--color-gray-D3);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;

}

.slideable-menu .menu li a:hover {
    color: var(--color-blue-29);
}

.slideable-menu .menu li.active > a, .slideable-menu .menu li.active > span > a {
    border-left-color: var(--color-blue-29);
    color: var(--color-blue-29);
}

/*
.slideable-menu .menu li.active > span > .sub-menu-toggle::before {
    color: var(--color-blue-29);
}
*/

.slideable-menu .menu li.has-children > span {
    display: block;
    position: relative;
    width: 100%
}

.slideable-menu .menu li.has-children .sub-menu-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    height: calc(100% - 1px);
    transition: background-color .3s;
    color: var(--color-blue-29) !important;
    cursor: pointer;
    z-index: 1
}

.slideable-menu .menu li.has-children .sub-menu-toggle::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -5px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    content: "❯";
    color: var(--color-gray-D3);
    flex-shrink: 0;
    font-weight: 600;
}

.slideable-menu .menu li.has-children .sub-menu-toggle:hover::before {
    color: var(--color-blue-29)
}

.slideable-menu .menu li.has-children .sub-menu-toggle:hover {

}

.slideable-menu .menu li.has-children .slideable-submenu {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: auto;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1)
}

.slideable-menu .menu li.has-children .slideable-submenu.in-view {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slideable-menu .menu li.has-children .slideable-submenu.off-view {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.slideable-menu .menu li.back-btn {
}

.slideable-menu .menu li.back-btn > a {
}

.slideable-menu .menu li.back-btn > a:hover {
    color: var(--color-blue-29)
}

.slideable-menu .menu li.back-btn > a:hover::before {
    color: var(--color-blue-29)
}

.slideable-menu .menu li.back-btn > a::before {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
    content: "❮";
    color: var(--color-gray-D3);
    flex-shrink: 0;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
        opacity: 0
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
        opacity: 0
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes slideUpLong {
    0% {
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
        opacity: 0
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes slideUpLong {
    0% {
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
        opacity: 0
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translate3d(-15px, 0, 0);
        transform: translate3d(-15px, 0, 0);
        opacity: 0
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes slideRight {
    0% {
        -webkit-transform: translate3d(-15px, 0, 0);
        transform: translate3d(-15px, 0, 0);
        opacity: 0
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    vertical-align: middle
}

.close {
    transition: opacity .25s;
    border: 0;
    background: 0;
    color: var(--color-blue-29);
    font-family: sans-serif;
    font-size: 18px;
    cursor: pointer
}

.close:hover {
    opacity: .6
}


a:hover{
    cursor: pointer;
}

.swiper-slide{
    height: 542px;
}


.nond{
    text-decoration: none;
}

.nond .list-stars {
    margin-top: 0 !important;
}

.swiper-wrapper img {
    transition: transform 0.3s ease-in-out; /* Плавный переход */
}

.swiper-wrapper img:hover {
    transform: scale(1.1); /* Увеличение на 10% */

}
.swiper-wrapper:hover {
    transform: scale(1.1); /* Увеличение на 10% */
    cursor: pointer;
}
.izb-list {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 380px;
    z-index: 99;
    opacity: 1;
}

.izb-list .btn-cat a {
    text-decoration: none;
    color: white;
}

.izbrannoe-redirect {
    margin-top: 30px
}

.izb-list .product-item-title {
    position: relative;
    text-align: left;
    padding-bottom: 10px
}

.izb-list .product-item-title a {
    max-width: 93%;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    color: var(--color-gray-D3);
    padding-right: 10px;
    transition: all .3s;
}

.izb-list .product-item-title a:hover {
    color: var(--color-blue-41);
}

.izb-list .product-item-title button {
    margin: 6px 0 0 0;
    padding: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    color: var(--color-gray-D3);
    opacity: .4;
    flex-shrink: 0;
    transition: all .3s;
    position: absolute;
    top: 0;
}

.izb-list .product-item-title button:hover {
    color: var(--color-blue-41);
}

.izb-list .favourites.abs {
    top: 0;
    right: -20px
}

.izb-list .b-wrapper {
    background-color: var(--color-gray-21);
    color: #98A8BF;
    padding: 0 52px 30px 52px;
    border-top: 2px solid #0064ad
}

.izb-list .wrapper {
    max-height: 400px;
    overflow-y: auto;
    display: block;
    margin-top: 38px;
    overflow-x: hidden;
}

.izb-list .header-compare-popup-close {
    top: 22px;
}

.favorite-list-wrapper {
    opacity: 0;
    display: none;
}
.favorite-list-wrapper.visible {
    background-color: #1d2435;
    opacity: 1;
    display: block;
}

.page-not-found {
    text-align: center;
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
}
.page-not-found__404 {
    font-weight: 100;
    font-size: 128px;
    line-height: 110.00000000000001%;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-gray-D3);
}
.page-not-found__link {
    max-width: 320px;
}

.load-more {
    display: flex;
    justify-content: center;
}

.load-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 32px;
    margin-top: 64px;
    background: transparent;
    border: 1px solid var(--color-gray-9B);
    border-radius: 6px;
    font-size: 15px;
    color: var(--color-gray-D3);
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    position: relative;
}

.load-more-btn:hover {
    border-color: var(--color-blue-29);
    color: var(--color-blue-29);
    transform: translateY(-1px);
}

.load-more-btn:active {
    transform: translateY(0);
}

.load-more-btn.loading {
    pointer-events: none;
    opacity: 0.8;
    cursor: not-allowed;
}

.load-more-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.load-more-btn.loading .load-more-icon {
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.load-more-text {
    line-height: 1;
}

@media(max-width: 991.98px) {
    .load-more {
        margin-top: 45px;
    }
}

/* End */


/* Start:/local/templates/zugel/template_styles.css?1777013214804*/
.product-card-controls-button.active, .product-card-controls-button.active svg {
  color: var(--color-blue-29);
}


.product-card-controls-button.active .f-add {
  display:none;
}

.product-card-controls-button .f-added {
  display:none;
}

.product-card-controls-button.active .f-added {
  display:block;
}

.catalog-card-tools li a.active  {
  color: var(--color-blue-29);
}
.product-card {z-index: 2; 
position: relative;}


.new-products .section-title.new-products__title {
  text-align: center;
}

.compare-slider.swiper-autoheight .swiper-slide {
  height: 100%;
}

div.compare-slider-wrapper .swiper-slide .catalog-card {
  width: calc(100% - 20px);
}
@media (max-width: 991.98px) {
  div.compare-slider-wrapper .swiper-slide .catalog-card {
    width: calc(100% - 40px);
    height: unset;
  }
}
/* End */
/* /bitrix/components/pp/search.title/templates/.default/style.css?17707113747801 */
/* /local/templates/zugel/components/bitrix/catalog.section/favorites.modal/style.css?1753784540409 */
/* /local/templates/zugel/components/bitrix/news.list/page_banner/style.css?17864377561337 */
/* /local/templates/zugel/components/systemtpl/add.iblock/subscribe/style.css?17648446631611 */
/* /local/templates/zugel/components/bitrix/menu/footer/style.min.css?1753784540490 */
/* /local/templates/zugel/styles.css?17781416269340 */
/* /local/templates/zugel/template_styles.css?1777013214804 */
