.example-container img {
  aspect-ratio: 10 / 8;

  object-fit: cover;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    z-index: 9999;
}
.skip-link:focus {
    top: 0;
}


.feedback__form .callback-time__schedule {
    max-width: 500px;
    gap: 20px;
}
.feedback__form .callback-time__selected {
    max-width: 500px;
    font-size: 14px;
    margin: 10px 0;
}
.feedback__form .callback-time div:nth-child(2) {
    display: flex;
}
.feedback__form .callback-time {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;
}
.feedback__form .callback-time label.radio {
    margin-right: 10px;
}
.feedback__form .radio {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}
.feedback__form .radio input {
    display: flex;
    align-items: center;
    appearance: none;
    gap: 10px;
}
.feedback__form .radio input::before {
    content: "";
    width: 16px;
    height: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(26, 98, 214);
    border-image: none;
}
.feedback__form .radio input:checked::before {
    background: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.76764 0.232287C9.45824 -0.0775267 8.95582 -0.0773314 8.646 0.232287L3.59787 5.28062L1.35419 3.03696C1.04438 2.72715 0.542174 2.72715 0.23236 3.03696C-0.0774534 3.34677 -0.0774534 3.84898 0.23236 4.15879L3.03684 6.96327C3.19165 7.11807 3.39464 7.19568 3.59765 7.19568C3.80067 7.19568 4.00386 7.11827 4.15867 6.96327L9.76764 1.3541C10.0775 1.0445 10.0775 0.542081 9.76764 0.232287Z' fill='%231A62D6' /%3E%3C/svg%3E") center / 60% no-repeat;
}

.feedback__form .callback-time .input {
    font-family: RobotoLight, Arial, sans-serif;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 1.15;
    color: rgb(48, 48, 48);
    padding: 13px 12px;
    background: 0px 0px;
    border: 1px solid var(--active);
    border-radius: 3px;
    margin: 0px;
    height: 44px;
    width: 270px;
}
.feedback__form .callback-time .input-date {
    width: unset;
}
.feedback__form input.btn.btn--blue {
    margin-top: 10px;
}
.feedback__form .input-date span {
    font-size: 14px;
    color: #757575;
    opacity: 1;
    font-weight: 600;
}

@media (max-width: 998px) {
    .feedback__form .callback-time__schedule {
        max-width: 460px;
    }
    .feedback__form .callback-time .input,
    .feedback__form .callback-time .input-date {
        width: 220px;
    }
}

@media (max-width: 510px) {
    .feedback__form .callback-time .input {
        width: 100%;
    }
    .feedback__form .callback-time .input, .feedback__form .callback-time .input-date {
        width: unset;
        max-width: 180px;
    }
}
@media (max-width: 420px) {
    .feedback__form .callback-time .input, .feedback__form .callback-time .input-date {
        max-width: 170px;
    }
}
@media (max-width: 400px) {
    .feedback__form .callback-time .input, .feedback__form .callback-time .input-date {
        max-width: 160px;
    }
}
@media (max-width: 370px) {
    .feedback__form .callback-time .input, .feedback__form .callback-time .input-date {
        max-width: 150px;
    }
    .feedback__form .input-date span {
        font-size: 13px;
    }
    .feedback__form .callback-time .input::placeholder {
        font-size: 13px;
    }
}
@media (max-width: 360px) {
    .feedback__form .callback-time__schedule {
        max-width: 290px;
    }
    .input-date input::after {
        right: 10px;
        width: 16px;
        height: 16px;
    }
}
/*
main>:last-child {
    margin-bottom: unset !important;
}
*/

.content_section #quiz {
    padding-bottom: 0 !important;
}
.hidden {
    display: none;
}
.marquiz__container {
    max-width: unset !important;
}
.tab__content.slider {
    position: relative;
}
.article-page__main .tab {
    padding: 0;
}
.article-page__main .tab h2 {
    margin: 0;
}
.article-page__main .product__technical-list {
    font-size: 12px;
}
.montazh-page .tab {
    padding: 20px 0;
}
.serv-slider .tab {
    padding: 20px 0;
}
.calc__top-right {
    flex-shrink: 0;
}

.calc__top:has(.small_title) {
    flex-wrap: nowrap;
}

.calc__top-left:has(.small_title) {
    font-size: min(calc(17px + 12px), calc(17px + 12 * ((100vw - 375px) / 1545)));
}

a.calc_link {
    display: flex;
    gap: 5px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #1a62d6;
    border-radius: 15px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    line-height: 1;
    color: #1a62d6;
    margin-bottom: 20px;
    transition: .2s;
}

a.calc_link:hover {
    background: #1a62d6;
    color: #fff;
}

.calc__submit-wrapper {
    position: relative;
}

.calc__body {
    overflow: visible;
}

.calc__error-message {
    position: absolute;
    top: 50%;
    right: 100%;
    translate: 0 -50%;
    z-index: 10;
    padding: 10px;
    min-width: fit-content;
    white-space: nowrap;
    max-width: 240px;
    transition: all .3s;
    cursor: default;
    box-shadow: 0 8px 18px 0 rgba(26, 98, 214, 0.06), 0 8px 18px 0 rgba(26, 98, 214, 0.06);
    background: #fff;
    border-radius: 5px;
    opacity: 1;
    line-height: 1.2;
    color: #7e8ca4;
}

@media (min-width: 992px) and (max-width: 1150px) {
    .calc__error-message {
        min-width: auto;
        white-space: normal;
        max-width: 150px;
    }
}

@media (max-width: 370px) {
    .calc__error-message {
        max-width: 100%;
        top: 100%;
        right: 0px;
        translate: 0 10px;
    }
}

.calc__form-item-count.error input,
.calc__input.error {
    background: #ffd7df;
    animation-name: blink;
    animation-duration: 2s;
}

@keyframes blink {
    0% {
        background: #ffd7df;
    }

    25% {
        background: #fff;
    }

    50% {
        background: #ffd7df;
    }

    75% {
        background: #fff;
    }

    100% {
        background: #ffd7df;
    }
}

.calc__bottom-right {
    flex-wrap: nowrap;
}

.calc__price-title {
    white-space: nowrap;
}

.btn-search {
    border-radius: 50%;
    padding: 0;
    width: 24px;
    height: 24px;
    padding: 5px;
    cursor: pointer;
    top: -2px;
    position: relative;
    transition: .2s;
}

.btn-search svg {
    width: 15px;
    height: 15px;
}

.btn-dzen svg {
    width: 24px;
    height: 24px;
}

.btn-search:hover {
    background-color: #ffffff57;
}

.product-item-button-container {
    text-align: center;
}

a.callbackkiller.cbk-phone.cbk-phone-mobile-xs.envy-not-scalling.callbackkiller-mobile {
    bottom: 30px !important;
    right: 26px !important;
    left: unset !important;
}


.slider-range.ui-slider-horizontal {
    z-index: 100;
    background: transparent;
}

.title-search-result {
    z-index: 3;
}

.blog__swiper.swiper,
.work__swiper.swiper {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.brand-wrapper-catalog .brand__item {
    align-content: space-between;
    max-height: 90px;
}

.brand__item span {
    font-size: 13px;
}

.brand__item-logo {
    max-height: 40px;
}

.basket__recomm .product__item-link {
    margin: 0;
}

.basket__recomm .product__item>a {
    gap: 10px;
}

.basket__recomm .product__item-bottom--flex {
    flex-direction: row;
    align-items: baseline;
}

.basket__recomm .product__item--flex .product__item-link {
    font-size: 18px;
    text-align: left;
}

.basket__recomm {
    padding: 0 0 60px;
}

.bx-system-auth-form .payment-input {
    margin: 10px 0;
}

.product-mobile .product-mobile__form {
    position: relative;
}

.answer:not(:empty) {
    z-index: 5;
}

.product-info__item {
    all: revert;
}

.product-info__item:not(.product__row-link) {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 42px;
    padding: 6px 12px;
    box-shadow: 0 8px 24px 0 rgba(26, 98, 214, .06);
    background: #fff;
    border: 0;
    cursor: pointer;
    transition: all .3s;
}

.product-info__item:hover {
    background: revert;
}

.product-info__item:not(.product__row-link):hover {
    background: #e8fcff;
}

.product__row-link {
    font-size: 14px;
    text-decoration-color: currentColor;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-align: center;
    color: #737d7f;
    transition: all .3s;
}

.product__row-link:after {
    all: unset;
}

.product__row-link:hover {
    text-decoration-color: transparent;
}

.product__row-link .product-info__item-title {
    all: revert;
}

.product__row-link-active {
    color: #0042ad;
}

.bx-filter .bx-ui-slider-track {
    z-index: 9;
}

.card__slider .product__item {
    grid-template-rows: auto 50px 0fr 0fr 50px;
}

.dropdown-catalog ul li ul .dropdown:hover .dropdown-menu {
    box-shadow: 0 4px 24px 0 rgba(26, 98, 214, .32) !important;
}

.paginator__arrow--disabled {
    color: #b6b6b6;
}

.paginator__arrow--disabled svg path {
    stroke: #b6b6b6;
}

.work .z_h2 {
    margin-bottom: 0;
}

.feedback__form.feedback__form--grid .checkbox input {
    margin-right: 5px;
}

.reviews-text__item-img {
    max-width: 150px;
}

.dropdown-catalog ul li ul .dropdown.dropdown-custom .dropdown-menu {
    top: calc(100% - 10px) !important;
    left: 35% !important;
}

.slider.action__slider,
.action .brand {
    margin-bottom: 40px;
}

/*.slider-range.ui-widget.ui-widget-content {
    margin: 0 13px;
}

.bx-filter.bx-green .bx-ui-slider-handle.right {
    background: transparent;
}

.bx-filter.bx-green .bx-ui-slider-handle.left {
    background: transparent;
}*/
.js-gallery-slider a.gallery__item img {
    height: 297px;
    width: auto;
    aspect-ratio: auto;
}

.js-gallery-slider .swiper-slide {
    padding: 0;
    height: 297px;
    box-sizing: border-box;
    width: fit-content;
}

.bx-filter .bx-filter-popup-result a {
    background: #0042ad;
    font-size: 12px;
    padding: 5px 3px;
    border-radius: 3px;
}

.bx-filter .bx-filter-popup-result a:hover {
    background: #dae7fd;
    color: #0042ad;
}

.bx-filter-block .tab-content {
    scrollbar-color: #0042ad #dae7fd;
}

.bx-filter .bx-filter-popup-result {
    font-size: 12px;
}

span#modef_num {
    font-weight: 600;
    font-size: 14px;
    color: #0042ad;
}

/* Убрал отступ в карточках товара */
/*.product__item-img,
.product__item-link,
.product__technical-list {
    margin-bottom: 0;
}*/


/* 
.card__slider .product__item {
    grid-template-rows: auto 50px 0fr 0fr 50px 20px;
}
*/
.card__slider .swiper-wrapper {
    padding-bottom: 20px;
}

.card__slider .product__item-button {
	font-size:  min(calc(11px + 2px), calc(11px + 2 * ((100vw - 375px) / 1545)))
}

.grecaptcha-badge {
    display: none;
    visibility: hidden;
    width: 0 !important;
}

.article-page__main {
    min-width: 0;
}

.content_section .section__top {
    margin-bottom: 20px;
}

.promo-container:not(.swiper-initialized) .swiper-slide:not(:first-child) {
	display: none
}


body:before {
	pointer-events: none
}

.article-page__main {
  min-width: 0;
}






/*section.article-page__main {
    max-width: 848px;
}

@media (max-width: 1200px) {
    section.article-page__main {
    max-width: 800px;
}
}
@media (max-width: 991px) {
    section.article-page__main {
    max-width: 680px;
}
}
@media (max-width: 900px) {
    section.article-page__main {
    max-width: 610px;
}
}

@media (max-width: 800px) {
    section.article-page__main {
    max-width: 535px;
}
}
@media (max-width: 768px) {
    section.article-page__main {
    max-width: 710px;
}
}*/

@media (max-width: 1300px) {
    .btn-to-top {
        bottom: 96px;
    }

    .btn-dzen .nav__mobile-item {
        margin: 0;
        font-size: 14px;
        color: #1a62d6;
    }

    .btn-dzen {
        display: flex;
        align-items: center;
        gap: 10px;
        position: relative;
        top: -2px;
    }
}

@media (max-width: 1150px) {
nav {
		width: 100%:
}
    .header__bottom .container {
        padding-bottom: 40px;
    }

    .messengers {
        order: 3;
        margin-top: 20px;
    }

    .btn-dzen {
        order: 4;
        margin-top: 10px;
    }

    .nav__mobile-item:nth-child(10) {
        order: 1;
    }

    .nav__mobile-item:nth-child(11) {
        order: 2;
    }
}

@media (max-width: 768px) {
    .catalog__filters-bottom {
        margin-left: 0;
        margin-right: 0;
    }

    .catalog__filters-bottom {
        padding-bottom: 0px !important;
    }

    .septik__btn {
        margin-top: 0px;
    }

    .marquiz__container_inline {
        align-items: center;
    }

    .marquiz__container_has_button:before {
        color: #ffffff;
    }

    .subfeedback {
        margin: 0 0 20px;
    }

    .product__price-sect+.product__label {
        display: none;
    }

    /*.product__price-sect {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
}*/
    .product__price-sect .product__item-price {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }

    .product__price-sect .count.quantity_inner {
        grid-row: 2 / 3;
    }

    .btn.pay {
        grid-row: 2 / 3;
        justify-self: flex-end;
        width: 100%;
    }

    .product__price-sect .product__item-new-price {
        text-align: left;
    }

    .product__price-sect .product__item-price .product-info__item {
        text-align: left;
    }

    .product__price-sect .product-info__item.product__row-link.product__row-link-active._dynamic_adapt_ {
        text-align: right;
    }
}
@media (max-width: 768px) {
    .footer a[href*="tel"] {
    display: flex;
}
}

@media (max-width: 767px) {
    .product__item-price {
        order: 0;
    }
}

@media (max-width: 576px) {
    .bx-touch .bx-filter .bx-filter-popup-result {
        background: rgba(255, 255, 255, 1);
        position: absolute !important;
        right: 0vw !important;
        left: unset !important;
        bottom: unset !important;
        top: unset !important;
    }

    .bx-filter .bx-filter-popup-result a {
        min-height: auto;
        padding: 10px 15px;
    }

    .card__slider .product__item {
        box-shadow: unset;
    }

    .product__item-link {
        margin-bottom: 0;
    }

    .breadcrumbs {
        row-gap: 10px;
    }
}

@media (max-width: 575px) {
    .card__slider .product__technical-list {
        font-size: calc(10px + 3 * (100vw - 320px) / 255);
        padding: 0 5px;
    }

    .product__item-new-price {
        text-align: center;
    }

    .product__label {
        padding: 15px 20px;
        font-size: 16px;
        margin-bottom: 0;
    }

    .product__top-info {
        row-gap: 10px;
    }

    .btn.pay {
        padding: 10px;
    }

    .tabs__content .product__technical-list div {
        flex-direction: column;
    }

    .product__technical-list dt {
        font-weight: bold;
    }

    .product__technical-list dd {
        text-align: left;
    }
}

@media (max-width: 500px) {
    .product__item-favourites {
        right: 8vw;
    }
}

@media (max-width: 460px) {
    .breadcrumbs {
        padding: 10px 0 10px;
    }
}

@media (max-width: 433px) {
    .product-info__item-title {
        font-size: 14px;
    }
    .input-date {
        max-width: 190px;
    }
}

.favourites .table__container {
    padding: 0;
}

.step-list .btn-prev,
.step-list .btn-prev-prev {
    cursor: pointer;
}


@media (max-width: 400px) {
    .product__item-favourites {
        top: 8vw;
    }
}


 
 