

/* Start:/local/templates/main/components/bitrix/search.title/main/style.css?1764663056675*/
div.title-search-result {
    display: none;
    overflow: hidden;
    margin-top: 8px;
    z-index: 1000;
}

div.title-search-result .search__dropdown {
    position: unset;
    max-height: none;
}

.bx-ie div.title-search-result .search__dropdown{
    position: static;
}

.header__search{
    display: flex;
    gap: 10px;
}

.header__search .button{
    padding: 10px;
    font-size: 13px;
    align-items: center;
    display: flex;
    min-width: fit-content;
    cursor: pointer;
}

.header__search .button:hover{
    color: #fff;
}

.header__search .button span{
    position: relative;
    z-index: 2;
}

.header__search .search{
    width: -webkit-fill-available;
}
/* End */


/* Start:/local/templates/main/components/bitrix/sale.basket.basket.line/main/style.css?1764663056911*/
.header__basket{
    position: relative;
}
.header__basket--min-price{
    position: absolute;
    color: #fff;
    padding: 6px 11px;
    background-color: #009A06;
    font-size: 10px;
    min-width: fit-content;
    width: 244px;
    right: 0;
    top: 107%;
}
.header__basket--min-price:after{
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    right: 84px;
    background-color: #009A06;
    top: -7px;
    transform: rotate(45deg);
}

.l-mob-cart .header__basket--min-price{
    top: -34px;
    font-size: 10px;
    padding: 3px;
    right: auto;
    left: -100px;
    width: 229px;
}
.l-mob-cart .header__basket--min-price:after{
    width: 12px;
    right: 93px;
    top: 14px;
    z-index: -1;
}

@media(max-width: 640px){
    .l-mob-cart .header__basket--min-price{
        left: -158px;
    }
    .l-mob-cart .header__basket--min-price:after{
        right: 30px;
    }
}
/* End */


/* Start:/local/templates/main/styles.css?17646630567301*/
.table-wrapper{
    position: relative;
    overflow-x: auto;
}
.table-wrapper::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    background-color: #dbdbdb;
}
.table-wrapper::-webkit-scrollbar-thumb {
    background-color: #40AE49;
    border-radius: 19px;
}
.table-wrapper table tr:first-child {
    position: sticky;
	top: 0;
        z-index: 1;
	background-color: #ededed;
}
.table-wrapper table{
	margin-bottom: 5px;
}
.dark-green {
    color: #0b6537;
}

.green {
    color: #40ae49;
}

.uppercase {
    text-transform: uppercase;
}

.fz-14 {
    font-size: 14px;
}

.fz-16 {
    font-size: 16px;
}

.fz-20 {
    font-size: 20px;
}

.fz-24 {
    font-size: 24px;
}

.mr-24 {
    margin-right: 24px;
}

.mb-10 {
    margin-bottom: 10px;
}
.mt-18 {
    margin-top: 18px;
}
.ml-auto {
    margin-left: auto;
}

lh-29px {
    line-height: 29px;
}
.call-back {
    font-family: "RobotoSlab", "Arial", sans-serif;
    padding: 20px;
    color: #3d3d3d;
}

.call-back__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 6px;
}

.call-back__label {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 25px;
}

.call-back input {
    height: 71px;
    width: 100%;
    outline: none;
    padding: 25px;
}

.call-back textarea::-webkit-input-placeholder {
    color: #9d9d9d;
    font-size: 14px;
}

.call-back__button {
    margin-top: 34px;
    background: #009a06;
    height: 70px;
    color: white;
    width: 100%;
    border: none;
}
.call-back__input::placeholder {
    color: #bbb;
}

.success p {
    margin: 1rem 0;
    padding: 1rem 2rem;
    background-color: #329a0442;
    color: #329a04;
    font-size: 18px;
}

.error p {
    margin: 1rem 0;
    padding: 1rem 2rem;
    background-color: #ff000030;
    color: #920000;
    font-size: 18px;
}

.form-outer {
    width: 100%;
}
.loadingSpinner {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border: 4px solid #e8e9ed;
    border-top: 4px solid #7dc481;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.form-outer .loadingSpinner {
    opacity: 0;
    pointer-events: none;
    z-index: -10;
    transition: 0.4s opacity;
    position: absolute;
    left: calc((100% - 50px) / 2);
    top: calc((50% - 50px) / 2);
}
.form-outer.loading .loadingSpinner {
    opacity: 1;
    z-index: 2;
}
.form-outer {
    position: relative;
}
.form-outer form {
    opacity: 1;
    transition: 0.4s opacity;
}
.form-outer.loading form {
    opacity: 0.6;
    pointer-events: none;
}

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

    100% {
        transform: rotate(360deg);
    }
}

.popup-callback-open-btn {
    position: fixed;
    right: 1rem;
    bottom: 8rem;
    z-index: 12;
}

.call-back__note-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: fit-content;
    margin: 16px auto 0;
}

.call-back__note-list input {
    position: absolute;
    z-index: -9999;
    left: -9999px;
    opacity: 0;
}
.call-back__note-list label {
    position: relative;
    padding-left: 19px;
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
    color: #000;
}
.call-back__note-list label p {
    opacity: 0.3;
}
.call-back__note-list label a {
    text-decoration: underline;
    color: #000;
}
.call-back__note-list label:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border: 1px solid #bbbbbb;
    left: 0;
    background-color: #fff;
    z-index: 1;
}

.checkbox-item {
    position: absolute;
    left: 2px;
    top: -1px;
}

.call-back__note-list input:checked + label:before {
    background-color: transparent;
}

.header__mobile-bottom {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 50;
    box-shadow: 0px -10px 40px 0px rgba(0, 0, 0, 0.18);
    background-color: white;
}

.header__mobiel-nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-content: space-evenly;
    list-style: none;
}
.header__mobiel-nav ul li.green {
    background-color: rgba(64, 174, 73, 1);
}
.header__mobiel-nav li.green span {
    color: white;
}
.header__mobiel-nav .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 10px 7px 10px 7px;
}
.header__mobiel-nav .item span {
    font-size: 14px;
    font-weight: 500;
    color: #3d3d3d;
    text-align: center;
}
.header__mobiel-nav .item i.icon {
    width: 28px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.l-mob-cart {
    position: relative;
}

.l-mob-cart-text .count {
    position: absolute;
    right: 10%;
    top: 10%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    background-color: #40ae49;
    color: white !important;
    font-size: 10px !important;
    align-items: center;
    justify-content: center;
}

.l-mob-show {
    display: none;
}

.l-mob-tel {
    display: flex;
    align-items: center;
    gap: 5px;
}
.l-mob-tel span {
    font-weight: 500;
    font-size: 16px;
    color: #40ae4a;
}

@media screen and (max-width: 1300px) {
    .header__mobile-bottom {
        display: block;
    }
    .l-mob-hide {
        display: none !important;
    }
    .l-mob-show {
        display: block;
    }
    .header__bar-middle {
        justify-content: space-between;
    }
    header.header {
        /*background-image: url(/local/templates/main/./dist/img/bg-header-mob.png) !important;*/
        padding: 19px 0 !important;
    }
    .header .logo__img {
        width: 200px;
    }
    .header-entry {
        margin:  0 !important;
    }
    .burger__opener::after,
    .burger__opener::before {
        display: none;
    }
    .burger__opener {
        width: auto !important;
        height: 72px !important;
    }
}

@media screen and (max-width: 730px) {
    .header__mobiel-nav .item span {
        font-size: 10px;
        line-height: 9px;
    }
    .header__mobiel-nav ul li {
        height: 100%;
    }
}

@media screen and (max-width: 510px) {
    .header .logo__img {
        width: auto;
    }

    .header__mobiel-nav ul li {
        border-right: 1px solid rgba(223, 223, 223, 1);
        border-left: 1px solid rgba(223, 223, 223, 1);
        /* width: 70px; */
        height: 72px;
    }
    .header__mobiel-nav ul li.green {
        border-right: none;
        border-left: none;
    }
    .header__mobiel-nav ul li:first-child,
    .header__mobiel-nav ul li:last-child {
        border: none;
    }
}

.icon-tel {
    background-image: url('/local/templates/main/dist/img/tel-d.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    display: block;
    width: 10px;
    height: 10px;
}

i.icon--user-mob {
    background-image: url('/local/templates/main/dist/img/person-d.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: block;
    width: 22px;
    height: 22px;
}

.header__mobiel-nav .item i.icon.icon--menu {
    width: 38px;
}

.icon--menu__fix-center{
    margin-left: 8px;
}

.l-mob-tel-link{
    display: flex;
    gap: 6px;
    align-items: center;
}
/* End */


/* Start:/local/templates/main/template_styles.css?176466305617152*/
/*#CalltouchWidgetFrame{
    inset: auto calc(50% - 54px) 65px 0 !important;
}*/
.page-404__title {
    margin-bottom: 20px;
    font-size: 18rem;
    text-align: center;
    font-weight: bold;
    line-height: 1;
}

.page-404__subtitle {
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-404__description {
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
}

@media (max-width: 1023px) {
    .page-404__title {
        font-size: 14rem;
    }

    .page-404__subtitle {
        font-size: 2rem;
    }

    .page-404__description {
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .map-columns,
    .map-columns tbody,
    .map-columns tr,
    .map-columns td {
        display: block;
    }
}
.button .button-submit-input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 100;
}

.header-entry,
.header-out {
    display: none;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.header-out {
    width: 18px;
    height: 18px;
}

.header-entry .link,
.header-out .link {
    display: block;
    width: 100%;
    height: 100%;
}

@media(max-width: 1300px) {
    .header-entry,
    .header-out {
        display: block;
    }

    .basket__icon-link {
        width: 25px;
        height: 25px;
    }

    .basket__icon {
        margin-left: 0;
        margin-right: 10px;
    }
}

@media(max-width: 1024px) {
    .header-entry,
    .header-out {
        margin-bottom: -10px;
    }
}

.modal--newspapers .mfp-close {
    top: -20px;
    right: 20px;
}

.checkbox.error .checkbox__label:after{
    border-color: #D20429;
}

.checkbox__label + .error--msg {
    margin-top: 10px;
    color: #D20429;
}

.footer__phone a {
    color: #00A651;
    text-decoration: none;
    transition: all .3s;
}

.footer__phone a:hover {
    color: #0B6537;
}

.footer__mail a {
    text-decoration: none;
    color: #3D3D3D;
    transition: all .3s;
}

.footer__mail a:hover {
    color: #00A651;
}

.seo-text a,
.product__tab .tab__content-item a,
.news__description a,
.typography a,
.mfp-title a {
    color: #00A651;
    transition: all .3s;
}

.seo-text a:hover,
.product__tab .tab__content-item a:hover,
.news__description a:hover,
.typography a:hover,
.mfp-title a:hover {
    color: #0B6537;
}

.mfp-title .button {
    color: #fff;
    font-family: "RobotoSlab", "Arial", sans-serif;
}

.mfp-title .button:hover {
    color: #fff;
}

.map-columns {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.map-columns .link--black {
    color: #3D3D3D;
}

.map-columns .link--black:hover {
    color: #40AE49;
}

.burger__info .link--phone a {
    text-decoration: none;
    color: #0B6537;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.burger__info .link--phone a:hover {
    color: #40AE49;
}

.burger__info .link--mail a {
    color: #0B6537;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.burger__info .link--mail a:hover {
    color: #40AE49;
}

.header__auth-box {
    margin-right: 30px;
}

.sale-order-detail-payment-options-methods .sale-order-payment-change-pp-company-graf-container {
    cursor: pointer;
}

.button.sale-order-detail-about-order-inner-container-name-read-less {
    display: none;
}

#modal-registration .checkbox__label {
    font-size: 16px;
}

.captcha__input-box {
    width: calc(100% - 287px);
}

.captcha__input-box .captcha__input {
    width: 100%;
}

.captcha__inner.captcha__inner--align-start {
    align-items: flex-start;
}

.captcha__input.error {
    border-color: #D20429;
}

.checkbox__input {
    display: block !important;
    opacity: 0;
    width: 0;
    height: 0;
    z-index: -1;
    visibility: hidden;
    position: relative;
}

.checkbox__input.error ~ .checkbox__label:after {
    border-color: #D20429;
}

.checkbox__input:checked ~ .checkbox__label:after {
    background-color: #40AE49;
    border-color: #40AE49;
}

.checkbox__input:checked ~ .checkbox__label:before {
    opacity: 1;
}

@media (max-width: 1600px) {
    .menu .menu__item:last-child .submenu {
        left: auto;
        right: 0;
    }
}

.search__input::-webkit-input-placeholder { opacity: 1}
.search__input:-ms-input-placeholder { opacity: 1}
.search__input::-ms-input-placeholder { opacity: 1}
.search__input::placeholder { opacity: 1}

.slider--news{
    max-height: 500px;
}
.slider.slider--news:after{
    background-size: auto;
    background-repeat: repeat-x;
}
.slider--news .slider__item-footer {
    margin-top: 20px;
}

.jq-selectbox li {
    text-overflow: ellipsis;
    overflow: hidden;
}

.box--news{
    min-height: 532px;
}

.box--news .box__cell--slider-news {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
}

.box--news .box__cell--slider-news {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.box--news .box__cell--slider-news .box__slider{
    max-height: 100%;
}
.box--news .box__cell--slider-news .owl-carousel .owl-stage{
    max-height: 500px;
}
.box--news .box__cell--slider-news .owl-carousel .owl-stage-outer{
    max-height: 500px;
}
.slider--dots-bot-left .owl-dots,
.slider--nav-bot-right .owl-nav{
    bottom: 46px;
    z-index: 11;
}
.owl-carousel .owl-item img{
    object-fit: contain;
}

@media (max-width: 1230px) {
    .box--news .box__cell--slider-news {
        padding-right: 10px;
    }
}

@media (max-width: 1024px) {
    .box--news .box__cell--slider-news {
        padding-right: 5px;
        padding-left: 5px;
    }
}

.news__list-title .link {
    font-size: 1.4rem;
}

.bx-firefox .slider--news::after,
.bx-mac .slider--news::after {
    background-image: url(/local/templates/main/dist/img/content/slider-mask.png);
    bottom: -1px;
}

.bx-mac .news__list-text,
.bx-ios .news__list-text {
    text-align: left;
}

.typography__img-box.typography__img-box--size-auto {
    width: auto;
    height: auto;
}

.table--b-0 th,
.table--b-0 td {
    border: 0 !important;
}

.forgot__slider .card--simple {
    height: 100% !important;
}

.submenu--complicated .submenu__link {
    text-align: left;
}

.breadcrumbs__item--enabled .breadcrumbs__link {
    pointer-events: auto !important;
}

@media (max-width: 1300px) {
    .header__basket .basket__icon {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.checkbox .checkbox__input ~ label.error {
    display: none !important;
}

.box__slider-title .title__text {
    text-align: left;
}

.slider__item-content {
    text-align: left;
}

.sale-order-detail-payment-options-methods-template .btn {
    background-color: #40AE49;
    color: #fff;
    display: inline-block;
    border: 0;
    padding: 12px 29px;
    position: relative;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .3s;
    font-size: 1.2rem;
    line-height: 1.2;
    transition: all .3s;
}

.sale-order-detail-payment-options-methods-template .btn:hover {
    background-color: #7ED1EC;
}

.button.sale-order-detail-hide-link {
    display: none;
}

.bx-ie .new-items__slider .card {
    height: auto !important;
}

body.preloader-show {
    overflow: hidden;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader--hidden {
    display: none;
}

.preloader__circles {
    display: flex;
}

.preloader__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    z-index: 5;
}

.preloader__inner {
    position: relative;
    z-index: 10;
}

.preloader__circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.preloader__circle:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
}
.preloader__circle-1 {
    background-color: #eed968;
}
.preloader__circle-1:before {
    background-color: #eed968;
    animation-delay: 200ms;
}
.preloader__circle-2 {
    background-color: #eece68;
}
.preloader__circle-2:before {
    background-color: #eece68;
    animation-delay: 400ms;
}
.preloader__circle-3 {
    background-color: #eec368;
}
.preloader__circle-3:before {
    background-color: #eec368;
    animation-delay: 600ms;
}
.preloader__circle-4 {
    background-color: #eead68;
}
.preloader__circle-4:before {
    background-color: #eead68;
    animation-delay: 800ms;
}
.preloader__circle-5 {
    background-color: #ee8c68;
}
.preloader__circle-5:before {
    background-color: #ee8c68;
    animation-delay: 1000ms;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%, 75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}

.address-delivery__title {
    font-weight: bold;
}

.address-delivery .dropdown-block {
    margin-bottom: 20px;
    box-shadow: none;
    padding-top: 7px;
    padding-bottom: 6px;
    padding-left: 12px;
    border: 1px solid #E2E2E2;
    border-radius: 0;
    position: relative;
    transition: all .3s;
}

.address-delivery .bx-slst .bx-ui-combobox-fake, .address-delivery .bx-slst .bx-ui-combobox-route {
    font-family: "Tahoma", "Arial", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #3d3d3d;
}

.address-delivery .bx-slst .bx-ui-combobox-toggle {
    top: 7px;
    background-image: none;
}

.address-delivery .bx-slst .bx-ui-combobox-toggle:after {
    content: '';
    border-left: 2px solid #3D3D3D;
    border-top: 2px solid #3D3D3D;
    width: 5px;
    height: 5px;
    transform: rotate(-135deg);
    transition: all .3s;
    position: absolute;
    top: 11px;
    left: calc(50% - 2.5px);
    transition: all .3s;
}

.address-delivery .dropdown-icon {
    display: none;
}

.address-delivery .bx-slst .bx-ui-combobox-dropdown {
    top: 55px !important;
    bottom: auto !important;
    border: 1px solid #40AE49;
    font-family: "Tahoma", "Arial", sans-serif;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 10px;
}

.address-delivery .bx-ui-slst-other-item, .address-delivery .bx-ui-combobox-deselect-item {
    border-bottom: 0;
}

.address-delivery .bx-slst .bx-ui-combobox-variant {
    transition: all .3s;
}

.bx-slst .bx-ui-combobox-variant:hover {
    background-color: #fff;
    color: #40AE49;
}

.bx-slst .bx-ui-combobox-variant-active {
    background-color: #fff !important;
    font-weight: bold;
    color: #40AE49;
}

.product__prices .count {
    width: 90px;
}

.product__prices .button--buy {
    min-width: 145px;
}

.main .jq-selectbox li {
    transition: all .3s;
}

.main .jq-selectbox li:hover {
    background-color: #fff;
    color: #40AE49;
}

.table-prompt--scroll{
    display:  none;
    height: 30px;
    position: relative;
}

.table-prompt__icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    animation-duration: 3s;
    animation-name: sliding;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.table-prompt__icon svg {
    width: 100%;
    height: 100%;
}

@media (max-width: 1023px) {
    .table-prompt--scroll {
        display:  block;
    }
}

@keyframes sliding {
    from {
        left: 0;
    }

    to {
        left: calc(100% - 30px);
    }
}

.add-to-wishlist{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 5px;
    top: 5px;
    border: none;
    z-index: 15;
    transition: .4s all;
    padding: 3px;
    background-color: transparent;
    border-radius: 3.125rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-to-wishlist svg{
    width: 100%;
    height: auto;
}

.add-to-wishlist svg path{
    transition: .4s all;
}
.add-to-wishlist.active svg{
    fill: #40AE49;
}
.add-to-wishlist.active svg path{
    fill: #40AE49;
    stroke: #40AE49;
}
.product__imgs{
    position: relative;
}

.header__bar-top .menu-heart svg path{
    fill: transparent;
    stroke: #1e6537;
}

.header__bar-top .menu-heart svg rect{
    /*fill: #1e6537;*/
}

.button.button--green--ts{
    color: #009A06;
    border: 1px solid #009A06;
    /*font-family: "RobotoSlab","Arial",sans-serif;*/
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
}

.button.button--green--ts:hover{
    background-color: #009A06;
    color: #fff;
}
.button.button--green--ts:active{
    background-color: #009A06;
    color: #fff;
}

@media (max-width: 600px) {
    html .list__item--card {
        width: calc(50% - 10px);
        margin: 0 5px 18px;
    }
    .card__footer .button.button--green--ts{
        font-size: 10px;
    }

    .card__footer  .button__text{
        font-size: 10px;
    }
    html .list{
        margin: 0 -5px;
    }


    .card__count{
        min-width: fit-content;
        padding: 2px 0;
    }

    .card__count .count__input{
        width: 10px;
        font-size: 11px;
    }

    .card__descr{
        font-size: 10px;
    }

    html .card__title{
        font-size: 12px !important;
    }

    .card__subtitle{
        font-size: 11px;
    }

    .card__prices-value{
        font-size: 12px;
    }
    html .card__prices-weight{
        font-size: 10px;
        padding: 4px 0;
    }
    html .stickers__item{
        width: 110px;
        position: relative;
        margin-bottom: 8px;
        margin-left: -6px;
        padding: 5px;
    }
    html .stickers__text{
        font-size: 10px;
    }
}

.slider.owl-carousel button.owl-dot {
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid white;
}
.slider.owl-carousel button.owl-dot.active {
    background-color: white;
}

.card__prices-discount-old-price--mobile,
.card__prices-weight--mobile{
    display: none;
}

@media(max-width: 540px){
    /* body .card__img-box,
    body .card--simple .card__img-box{
        background-color: transparent;
        margin-right: -7px;
        margin-left: -7px;
        margin-top: -7px;
        padding: unset !important;
        max-height: 220px;
        display: flex;
    } */
    .card__prices-discount-old-price--mobile{
        display: block;
        font-size: 12px;
    }
    .card__prices-discount-old-price--desktop,
    .card__prices-weight{
        display: none;
    }
    .card__count{
        margin-left: auto;
    }
    html .card{
        padding-top: 0;
        padding-left: 7px;
        padding-right: 7px;
    }
    html .card--simple .card__footer{
        left: 7px;
        width: calc(100% - 14px);
    }
    html .card__prices-value-outer{
        gap: 5px;
    }
    html .card__prices-discount-percent{
        font-size: 10px;
        padding: 0 2px;
    }
    html .card__footer .button.button--green--ts{
        padding-left: 2px;
        padding-right: 2px;
    }
    .card__prices-weight--mobile{
        display: block;
        position: absolute;
        bottom: 0;
        z-index: 10;
        right: 0;
        font-size: 10px;
        color: #fff;
        background-color: #40AE49;
        padding: 0 5px;
    }

    .slider--new-items .card .card__border{
        display: none;
    }
    .slider--new-items .card {
        background: #fff;
        padding-top: 0;
    }
    .card__highlight{
        font-size: 9px;
    }
    .card__prices-value-outer{
        padding-top: 0;
    }
    .card__prices-item{
        align-items: center !important;
    }
    html .card--simple .card__footer{
        height: 85px;
    }
}

@media (max-width: 360px) {
    html .list__item--card {
        width: calc(100% - 0px);
    }
}

.footer__item--site .footer__columns{
    display: flex;
    gap: 20px;
    justify-content: center;
}

.product--bg-white .main__item--offsets-bot-standard{
    background: #ededed;
    padding-top: 20px;
}

.l-reviews-all .l-review__card-img{
    height: auto;
}

.call-back__title-p br{
    display: none;
}

@media(max-width: 780px){
    .call-back__title{
        font-size: 24px;
    }
    .call-back__title-p br{
        display: block;
    }
}

.product--bg-white .l-reviews__title .title__text{
    background-color: #fff;
}

.header__mobiel-nav .icon{
    display: flex;
    justify-content: center;
}
html .count__btn{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.count__btn-inner{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.scroll-off {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100dvh !important;
}

@media(max-width: 1300px){
    .footer{
        padding-bottom: 100px;
    }
}

.forgot__title{
    font-family: "Tahoma", "Arial", sans-serif;
}

.slider__bg{
    display: none;
}
.owl-carousel.owl-loaded .slider__bg{
    display: block;
}
/* End */
/* /local/templates/main/components/bitrix/search.title/main/style.css?1764663056675 */
/* /local/templates/main/components/bitrix/sale.basket.basket.line/main/style.css?1764663056911 */
/* /local/templates/main/styles.css?17646630567301 */
/* /local/templates/main/template_styles.css?176466305617152 */
