/* BOF - TMP */
.menu__cart .menu-popup {
    display: none;
}

/* EOF - TMP */

iframe {
    border: none !important;
}

table {
    border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

.faicon {
    font-family: FontAwesome;
    font-weight: normal;
    font-size: inherit;
    line-height: inherit;
    display: inline-block;
}

.ihidden {
    display: none !important;
}

.loading-wrapper {
    position: relative;
    min-height: 128px;
    min-width: 64px;
}

.loading-wrapper .loader-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 999;
}

.loading-wrapper .loader-wrapper .loader {
    position: absolute;
    top: 50%;
    left: 50%;
}

.fancybox-container .loading-wrapper {
    min-width: 128px;
}

.fancybox-container .loading-wrapper .fancybox-close-small {
    display: none;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.header__bottom {
    overflow: visible;
}

.menu__cart.empty > a span {
    display: none;
}

.header-basket-popup {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header-basket-popup__empty_text {
    padding: 40px 15px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #575c64;
}

#header-basket-popup .header-basket-popup__qty .basket__removed,
#header-basket-popup .header-basket-popup__item.js-removed .header-basket-popup__qty .remove-link,
#header-basket-popup .header-basket-popup__item.js-removed .header-basket-popup__price {
    display: none;
}

#header-basket-popup .header-basket-popup__item.js-removed .header-basket-popup__qty .basket__removed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: -3px;
    margin-bottom: -2px;
}

#header-basket-popup .header-basket-popup__item.js-removed .header-basket-popup__qty .basket__removed a {
    max-width: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
}

#header-basket-popup .header-basket-popup__item.js-removed .header-basket-popup__qty .basket__removed a svg {
    min-width: 0;
    min-height: 0;
}

#header-basket-popup .header-basket-popup__item.js-removed .header-basket-popup__image,
#header-basket-popup .header-basket-popup__item.js-removed .header-basket-popup__name-block {
    opacity: 0.2;
}

#header-basket-popup .header-basket-popup__total {
    margin-bottom: 8px;
}

#header-basket-popup .header-basket-popup__checkout {
    margin-top: 0;
}

.footer__bottom .container:first-child .footer__info {
    border-top: none;
}

.footer__title {
    font-size: 16px;
}

.footer__list {
    font-size: 14px;
}

.main-categories__link {
    background-color: #fff;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

.main-categories__icon {
    text-align: center;
}

.main-categories__icon svg {
    max-height: 38px;
}

.solutions__list a svg {
    max-height: 48px;
    max-width: 52px;
}

.extra-categories__link {
    background-color: #575c64;
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: cover;
}

.extra-categories__icon {
    text-align: center;
}

.extra-categories__icon svg {
    max-height: 38px;
}

.errorMessage {
    color: #C22933;
    font-size: 12px;
    line-height: 1.1;
    margin-top: 3px;
}

.form-group.js-error .form-control,
.form-group.js-error .select__wrapper .select__trigger {
    border-color: #C22933;
}

/* bof - favarite */
.favorite-link svg.remove {
    display: none;
}

/*
.favorite-link.added {
    color: #f3812b;
}
.favorite-link.added:hover {
    color: #575c64;
}
*/
.favorite-link.added svg.add {
    display: none;
}

.favorite-link.added svg.remove {
    display: block;
}

.menu__favorite .menu-popup.js-visible {
    display: block;
}

.menu__favorite .menu-popup .favorite-link {
    color: #575c64;
}

/* eof - favarite */

.callback-success.js-visible {
    display: block;
}

.card-faq__more span.count {
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.card-faq__more span.count:before,
.card-faq__more span.count:after {
    display: none;
}

.quick-preview__title span + span {
    display: inline-block;
    font-size: 32px;
    color: #21242a;
}

.tag__list {
    padding: 15px 35px 25px;
    margin: 0;
    list-style: none;
}

.tag__list li {
    display: block;
    float: left;
    margin-right: 10px;
}

.loading-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

.map__right #map {
    width: 100%;
    height: 100%;
    position: relative;
}

.map__right #map .loading-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

.map__right #map .loading-wrapper {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
}

.blog__content p.empty {
    margin: 0;
    padding: 20px;
}

.comments__reset {
    opacity: 0;
}

.catalog-item__tablet-title h2,
.catalog-item__title h2 {
    margin: 0;
    line-height: inherit;
    font-size: inherit;
    display: inline;
}

.catalog-item--empty {
    border-color: transparent !important;
}

.catalog__description {
    margin-top: 20px;
    padding: 35px;
    color: #575c64;
    background-color: #fff;
}

.catalog-item__title--archive {
    padding-right: 15px;
}

.tooltipster-sidetip .tooltipster-box {
    max-width: 400px;
    border: none;
    background-color: rgba(243, 129, 43, .9);
    position: relative;
}

.tooltipster-sidetip .tooltipster-box .btn__close {
    font-family: Arial;
    font-size: 1.6em;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    margin-top: -9px;
    margin-right: -7px;
    cursor: pointer;
}

.tooltipster-sidetip .tooltipster-content {
    color: rgba(255, 255, 255, 0.9);
    padding-left: 18px;
    padding-right: 18px;
}

.tooltipster-sidetip .tooltipster-box a {
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    padding-bottom: 3px;
    margin-left: 2px;
    white-space: nowrap;
}

.tooltipster-sidetip .tooltipster-arrow {
    opacity: 0.9;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: rgba(243, 129, 43, .9);
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 10px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: rgba(243, 129, 43, .9);
}

.card__buy svg {
    max-height: 20px;
}

.basket__top {
    font-size: 16px;
}

.basket__top svg {
    max-width: 18px;
    display: inline-block;
    margin-right: 10px;
}

.basket__items .basket__removed {
    display: none;
}

.basket__items .js-removed .basket__removed {
    display: block;
}

.basket__items .js-removed .basket__qty,
.basket__items .js-removed .basket__price {
    display: none;
}

.menu__cart .menu-popup .menu-popup__icon .recover-link {
    display: none;
}

.menu__cart .menu-popup .js-removed .menu-popup__icon .remove-link {
    display: none;
}

.menu__cart .menu-popup .js-removed .menu-popup__icon .recover-link {
    color: #f3812b;
    display: block;
}

.menu__cart .menu-popup .js-removed .menu-popup__icon .recover-link:hover {
    color: #e66a0d;
}

.menu__cart .menu-popup .js-removed .menu-popup__image,
.menu__cart .menu-popup .js-removed .menu-popup__name {
    opacity: 0.2;
}

.menu__cart.js-empty .menu-popup__total {
    border-bottom: none;
}

.menu__cart.js-empty .menu-popup__checkout {
    display: none;
}

.menu__cart.empty .menu__cart__total,
.menu__cart.empty .menu-popup__title,
.menu__cart.empty .menu-popup__total,
.menu__cart.empty .menu-popup__checkout {
    display: none;
}

.menu__cart .menu-popup ul li.empty {
    border: none;
    margin-top: 15px;
    display: none;
}

.menu__cart.empty .menu-popup ul li.empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu__cart .menu-popup ul li.empty div {
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.js-overlay.js-loading .popup .popup__close {
    display: none;
}

.flashmessage-popup {
    min-width: 250px;
    max-width: 550px;
    padding: 40px;
    color: #575c64
}

.flashmessage-popup .popup__form-submit {
    max-width: none;
    width: auto;
    padding-left: 32px;
    padding-right: 32px;
    min-width: 220px;
}

.flashmessage-popup > *:first-child {
    margin-top: 0;
}

.flashmessage-popup > *:last-child {
    margin-bottom: 0;
}

.flashmessage-popup a {
    color: #f3812b;
    display: inline;
    border-bottom: 1px solid #f3812b;
    line-height: 1.2;
}

.flashmessage-popup a:hover {
    border-color: transparent;
}

@media screen and (max-width: 640px) {
    .flashmessage-popup {
        width: 100%
    }
}

.popup .delivery #shipping-calculate-form {
    width: 100%;
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #d8dee4;
}

.popup .delivery .delivery__intro,
.popup .delivery #calculate-result {
    display: none;
}

.popup .delivery.js-selected .popup__sub,
.popup .delivery.js-selected #shipping-calculate-form {
    display: none;
}

.popup .delivery.js-selected #calculate-result {
    display: block;
}

.popup .delivery.js-selected .delivery__intro {
    display: flex;
}

.popup .delivery.delivery-text .delivery__intro {
    display: block;
    border: none;
    margin-bottom: 0;
}

.popup .delivery.delivery-text .delivery__intro p {
    font-weight: normal;
    margin-bottom: 15px;
}

a.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    padding: 6px 12px;
    color: #fff;
    background-color: #f3812b;
}

a.button:hover {
    background-color: #e66a0d;
}

.btn-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: #f3812b
}

.btn-more:hover {
    color: #e66a0d
}

.btn-more:hover span {
    background-color: #e66a0d
}

.btn-more span {
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    margin-right: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f3812b;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out
}

.btn-more span:after,
.btn-more span:before {
    content: "";
    top: 50%;
    left: 50%;
    position: absolute;
    background-color: #fff
}

.btn-more span:before {
    width: 2px;
    height: 14px;
    margin-top: -7px;
    margin-left: -1px
}

.btn-more span:after {
    width: 14px;
    height: 2px;
    margin-top: -1px;
    margin-left: -7px
}

.search__results .btn-more {
    margin-bottom: 10px;
}

.search__answer p {
    margin: 0;
}

.search-form {
    overflow: visible;
}

.search-form__autocomplete {
    padding: 0;
    text-align: left;
}

.search-form__autocomplete .content-wrapper {
    padding: 20px 30px;
}

.search-form__autocomplete ul {
    margin-bottom: 0;
    max-height: 180px;
    overflow: auto;
}

.search-form__autocomplete .content-wrapper.loading-wrapper {
    min-height: 94px;
}

.search-form__autocomplete .search-form__bottom {
    padding: 10px 0;
}

.search-form__autocomplete,
.search-form__autocomplete .search-form__top,
.search-form__autocomplete .search-form__bottom,
.search-form__autocomplete .product-list,
.search-form__autocomplete .tag-list {
    display: none;
}

.search-form__autocomplete.js-empty .search-form__top,
.search-form__autocomplete.js-empty .product-list,
.search-form__autocomplete.js-empty .tag-list {
    display: none !important;
}

.search-form__autocomplete.js-empty .search-form__bottom {
    display: block !important;
    text-align: center;
    text-transform: none;
}

.search-form__autocomplete.js-empty .search-form__bottom a {
    color: #f3812b;
    display: inline;
    border-bottom: 1px solid #f3812b;
    line-height: 1.2;
}

.search-form.error__search {
    background: none;
    max-width: none;
    height: auto;
    position: relative;
}

.tag-view .search__top {
    display: block;
}

.tag__title {
    margin: 0;
    font-size: 28px;
    line-height: 1;
    color: #f3812b;
}

.tag__title::first-letter {
    text-transform: uppercase;
}

.tag__description {
    border-top: 1px solid #d8dee4;
    margin-top: 20px;
    padding-top: 20px;
    font-weight: normal;
}

.tag__description p {
    margin: 10px 0 0;
    font-size: 18px;
    line-height: inherit;
}

.tag__description p:first-child {
    margin-top: 0;
}

.categories__solutions > div {
    width: 100%;
}

.accessories__content {
    padding: 25px;
}

.accessories__content .image-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 76.6667%;
    position: relative;
}

.accessories__content .image-wrapper .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.accessories__content .image-wrapper .image:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.accessories__content .image-wrapper img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.choose__brand input:checked + span {
    opacity: 1;
}

#product-choose-form .errorMessage {
    padding: 0 5px;
    position: absolute;
    bottom: 25px;
    left: 270px;
    font-size: 12px;
    line-height: 1;
}

@media screen and (max-width: 991px) {
    #product-choose-form .errorMessage {
        position: static;
        margin-top: 10px;
    }

    #product-choose-form .choose__inner-block + .errorMessage {
        margin: -20px 0 30px;
    }
}

@media screen and (max-width: 767px) {
    #product-choose-form .choose__inner-block + .errorMessage {
        margin: -35px 0 45px;
    }

    #product-choose-form .js-error .choose__inner-block.last-visibled .choose__none {
        bottom: -8px;
    }
}

#product-choose-form .step1 .choose__item .choose__icon svg {
    max-height: 44px;
}

#product-choose-form .step2 .choose__item .choose__icon svg {
    max-height: 38px;
}

#product-choose-form .choose__inner-block.last-visibled {
    border-bottom: none;
}

#product-choose-form .choose__or {
    z-index: 1;
}

.fancybox-slide--image {
    background-color: #fff;
}

.fancybox-caption-wrap {
    background: none;
    padding: 0;
    text-align: center;
}

.fancybox-caption-wrap .fancybox-caption {
    background: rgba(30, 30, 30, .7);
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 10px 15px;
    display: inline-block;
    max-width: 90%;
    border: none;
}

.fancybox-caption-wrap .fancybox-caption h4,
.fancybox-caption-wrap .fancybox-caption p {
    margin: 5px 0 0;
}

.fancybox-caption-wrap .fancybox-caption > *:first-child {
    margin-top: 0;
}

.fancybox-caption-wrap .fancybox-caption > *:last-child {
    margin-bottom: 0;
}

.fancybox-caption-wrap .fancybox-caption {
    background: rgba(243, 129, 43, .8);
}

.fancybox-button, .fancybox-infobar__body {
    background: rgba(243, 129, 43, 0.75);
}

.fancybox-button:hover {
    background: rgba(243, 129, 43, 1);
}

.fancybox-thumbs {
    border-left: 3px solid rgba(243, 129, 43, 0.75);
}

.fancybox-infobar__body {
    color: #fff;
}

.fancybox-thumbs > ul > li {
    opacity: 0.6;
}

.fancybox-thumbs > ul > li:before {
    border: 2px solid rgba(243, 129, 43, 1);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active {
    opacity: 1;
}

.fancybox-product-layout .fancybox-buttons .fancybox-button--play,
.fancybox-product-layout .fancybox-buttons .fancybox-button--thumbs {
    display: none !important;
}

.fancybox-product-layout .fancybox-caption-wrap .fancybox-caption {
    background-color: #fff;
    color: #21242a;
    border-top: 1px solid #d8dee4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 15px 60px;
}

.fancybox-product-layout .fancybox-caption-wrap .fancybox-caption .title-wrapper {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #21242a;
    display: none;
}

.fancybox-product-layout .fancybox-caption-wrap .fancybox-caption .title-wrapper span {
    display: block;
    font-size: 13px;
    color: #f3812b;
}

.fancybox-product-layout .fancybox-caption-wrap .fancybox-caption .thumbs-wrapper {
    display: none;
}

.fancybox-product-layout .fancybox-caption-wrap .fancybox-caption .price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fancybox-product-layout .fancybox-caption-wrap .fancybox-caption .price-wrapper .card-photos__price {
    margin-right: 25px;
    font-size: 32px;
}

.fancybox-product-layout .fancybox-caption-wrap .fancybox-caption .price-wrapper .card-photos__buy svg {
    width: 24px;
    height: 22px;
}

@media screen and (min-width: 800px) {
    .fancybox-product-layout {
        border: 20px solid rgba(34, 41, 51, .5);
        min-height: 303px !important;
    }

    :-webkit-full-screen .fancybox-product-layout {
        border: none;
    }

    .fancybox-product-layout:-webkit-full-screen {
        border: none;
    }

    :-moz-full-screen .fancybox-product-layout {
        border: none;
    }

    .fancybox-product-layout:-moz-full-screen {
        border: none;
    }

    /*
    :full-screen .fancybox-product-layout {
        border: none;
    }

    .fancybox-product-layout:full-screen {
        border: none;
    }
    *css error*/
    .fancybox-product-layout .fancybox-controls {
        z-index: auto;
        bottom: 0;
    }

    .fancybox-product-layout .fancybox-controls .fancybox-buttons {
        z-index: 99994;
    }

    .fancybox-product-layout .fancybox-controls .fancybox-button--left {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -22px;
        z-index: 99994;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .fancybox-product-layout .fancybox-controls .fancybox-button--right {
        position: absolute;
        top: 50%;
        right: 300px;
        margin-top: -22px;
        z-index: 99994;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .fancybox-product-layout .fancybox-slider-wrap {
        right: 300px;
    }

    .fancybox-product-layout .fancybox-caption-wrap {
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 300px;
        padding: 45px 30px 103px 30px;
        background-color: #fff;
        /*border-left: 1px dashed #ccc;*/
        z-index: auto;
        pointer-events: all;
    }

    .fancybox-product-layout .fancybox-caption-wrap .fancybox-caption {
        border: none;
        padding: 0;
        display: block;
        max-width: 100%;
        text-align: left;
        overflow: hidden;
        max-height: 100%;
    }

    .fancybox-product-layout .fancybox-caption-wrap .fancybox-caption .title-wrapper {
        display: block;
        margin-bottom: 16px;
    }

    .fancybox-product-layout .fancybox-caption-wrap .fancybox-caption .thumbs-wrapper {
        display: block;
        margin: 0 -10px 0 0;
        overflow: auto;
        width: 100% !important;
    }

    .fancybox-product-layout .fancybox-caption-wrap .fancybox-caption .thumbs-wrapper .jspVerticalBar {
        width: 6px !important;
    }

    .fancybox-product-layout .fancybox-caption-wrap .fancybox-caption .thumbs-wrapper .jspDrag {
        background-color: rgba(243, 129, 43, 1);
    }

    .fancybox-product-layout .fancybox-caption-wrap .fancybox-caption .thumbs-wrapper .jspVerticalBar,
    .fancybox-product-layout .fancybox-caption-wrap .fancybox-caption .thumbs-wrapper .jspTrack {
        background-color: rgba(243, 129, 43, 0.2);
    }

    .fancybox-product-layout .fancybox-caption-wrap .fancybox-caption .thumbs-wrapper .items-wrapper {
        padding-right: 10px;
    }

    .fancybox-product-layout .fancybox-caption-wrap .fancybox-caption .thumbs-wrapper.jspScrollable .items-wrapper {
        padding-right: 0;
    }

    .fancybox-product-layout .fancybox-caption-wrap .fancybox-caption .thumbs-wrapper .item {
        float: left;
        width: 33.3333%;
        padding-bottom: 33.3333%;
        border: 1px solid #d8dee4;
        position: relative;
    }

    .fancybox-product-layout .fancybox-caption-wrap .fancybox-caption .thumbs-wrapper .item:hover {
        border-color: #f3812b;
        cursor: pointer;
    }

    .fancybox-product-layout .fancybox-caption-wrap .fancybox-caption .thumbs-wrapper .item.active {
        border-color: #f3812b;
    }

    .fancybox-product-layout .fancybox-caption-wrap .fancybox-caption .thumbs-wrapper .item img {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        display: inline-block;
        max-width: 90%;
        max-height: 90%;
    }

    .fancybox-product-layout .fancybox-caption-wrap .fancybox-caption .price-wrapper {
        border-top: 1px solid #d8dee4;
        position: absolute;
        left: 30px;
        bottom: 20px;
        right: 30px;
        width: auto;
        padding: 20px 0 0;
    }
}

@media screen and (min-width: 1440px) {
    .fancybox-product-layout:before {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(34, 41, 51, .5);
        content: "";
    }

    .fancybox-product-layout {
        border: none;
        min-height: 303px !important;
        max-width: 1400px;
        top: 20px;
        bottom: 20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        height: auto;
    }

    :-webkit-full-screen .fancybox-product-layout {
        max-width: none;
        top: 0;
        bottom: 0;
    }

    .fancybox-product-layout:-webkit-full-screen {
        max-width: none;
        top: 0;
        bottom: 0;
    }

    :-moz-full-screen .fancybox-product-layout {
        max-width: none;
        top: 0;
        bottom: 0;
    }

    .fancybox-product-layout:-moz-full-screen {
        max-width: none;
        top: 0;
        bottom: 0;
    }

    /*
    :full-screen .fancybox-product-layout {
        max-width: none;
        top: 0;
        bottom: 0;
    }

    .fancybox-product-layout:full-screen {
        max-width: none;
        top: 0;
        bottom: 0;
    }
    *css error*/
}

.breadcrumbs--catalog-business .breadcrumbs__wrapper {
    padding-bottom: 7px;
}

.categories .categories__top {
    /*padding-top: 32px;*/
}

.catalog-item__description {
    margin-top: 15px;
}

.catalog-item__description p,
.catalog-item__description ul,
.catalog-item__description ul li,
.catalog-item__description ol,
.catalog-item__description ol li {
    font-size: 15px;
    margin: 7px 0;
    font-weight: normal;
}

.catalog-item__description ul li,
.catalog-item__description ol li {
    margin: 2px 0;
}

.catalog-item__brands {
    margin-top: 15px;
}

.catalog-item__description + .catalog-item__brands {
    margin-top: 10px;
}

@media screen and (max-width: 991px) {
    .split__content {
        padding-top: 30px;
    }

    .categories .categories__top {
        /*padding-top: 22px;*/
    }
}

@media screen and (max-width: 767px) {
    .split__content {
        padding-top: 15px;
    }

    .categories .categories__top {
        /*padding-top: 7px;*/
    }
}

#product-subscribe-form .ladda-button {
    padding: 0;
}

.ladda-button[disabled],
.ladda-button[disabled]:hover,
.ladda-button[data-loading],
.ladda-button[data-loading]:hover {
    background-color: #f3812b !important;
    border-color: #f3812b !important;
    color: #fff !important;
    pointer-events: none;
    opacity: 0.8;
}

.quick-preview__buy,
.catalog-item__buy,
.card-photos__buy, /* padding 10 px */
.card__buy {
    border: 2px solid #f3812b;
}

.quick-preview__buy:hover,
.catalog-item__buy:hover,
.card-photos__buy:hover,
.card__buy:hover {
    border-color: #e66a0d;
}

.card-photos__buy {
    padding: 8px 18px;
}

.card-photos__buy.item__buyed {
    text-decoration: none;
}

.item__buyed {
    background-color: #fff;
    color: #f3812b!important;
}

.item__buyed svg {
    fill: #f3812b;
}

.item__buyed:hover {
    color: #fff;
}

.item__buyed:hover svg {
    fill: #fff;
}

.basket-popup__bottom {
    margin-top: 0;
}

.basket-popup__top {
    padding-bottom: 33px;
}

.choose-color__item {
    padding-bottom: 38px;
}

.choose-color__check {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3;
}

.quick-preview__bot .quick-preview__bot-col-l {
    color: #575c64;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.quick-preview__bot .quick-preview__bot-col-l h3 {
    margin-top: 0;
    margin-bottom: 23px;
    color: #575c64;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}

.blog .blog__content .tags .container {
    padding: 0;
}

/* bof - font changes */
.search__name {
    font-size: 22px;
}

.accessories__name {
    font-size: 24px;
}

.catalog-item__title {
    font-size: 36px;
}

.quick-preview__title,
.card__title {
    font-size: 34px;
}

@media screen and (max-width: 991px) {
    .catalog-item__title {
        font-size: 32px;
    }

    .quick-preview__title,
    .card__title {
        font-size: 34px;
    }
}

.catalog-item__description.redactor-html,
.card__description.redactor-html {
    margin: 15px 0 0;
}

.catalog-item__description.redactor-html p,
.card__description.redactor-html p {
    margin: 7px 0;
}

.quick-preview__text.redactor-html ol.compact li,
.quick-preview__text.redactor-html ul.compact li,
.quick-preview__text.redactor-html ol li,
.quick-preview__text.redactor-html ul li,
.quick-preview__bot-col-l .redactor-html ol.compact li,
.quick-preview__bot-col-l .redactor-html ul.compact li,
.quick-preview__bot-col-l .redactor-html ol li,
.quick-preview__bot-col-l .redactor-html ul li,
.catalog-item__description.redactor-html ol.compact li,
.catalog-item__description.redactor-html ul.compact li,
.catalog-item__description.redactor-html ol li,
.catalog-item__description.redactor-html ul li,
.card__description.redactor-html ol.compact li,
.card__description.redactor-html ul.compact li,
.card__description.redactor-html ol li,
.card__description.redactor-html ul li {
    margin: 2px 0;
}

.quick-preview__text.redactor-html ol.compact li:first-child,
.quick-preview__text.redactor-html ul.compact li:first-child,
.quick-preview__text.redactor-html ol li:first-child,
.quick-preview__text.redactor-html ul li:first-child,
.quick-preview__bot-col-l .redactor-html ol.compact li:first-child,
.quick-preview__bot-col-l .redactor-html ul.compact li:first-child,
.quick-preview__bot-col-l .redactor-html ol li:first-child,
.quick-preview__bot-col-l .redactor-html ul li:first-child,
.catalog-item__description.redactor-html ol.compact li:first-child,
.catalog-item__description.redactor-html ul.compact li:first-child,
.catalog-item__description.redactor-html ol li:first-child,
.catalog-item__description.redactor-html ul li:first-child,
.card__description.redactor-html ol.compact li:first-child,
.card__description.redactor-html ul.compact li:first-child,
.card__description.redactor-html ol li:first-child,
.card__description.redactor-html ul li:first-child {
    margin: 0;
}

/* eof - font changes */

.comments__submit {
    font-size: 12px;
}

.ladda-button[data-style=expand-right][data-loading] {
    padding-right: 50px;
}

a.popup__form-submit {
    padding: 11px 0;
    text-align: center;
}

a.popup__form-submit.ladda-button {
    max-width: 220px;
}

.quick-order button {
    padding: 0;
}

.star-widget__wrapper {
    width: 120px;
    position: relative;
}

.star-widget__wrapper svg {
    display: block;
    float: left;
    width: 24px;
    max-width: 24px;
    fill: #fff;
    stroke: #1D1D1B;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.star-widget__wrapper .star-widget__value {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.star-widget__wrapper .star-widget__value .wrapper__in {
    width: 120px;
}

.star-widget__wrapper .star-widget__value svg {
    fill: #f3812b;
    stroke: #f3812b;
}

/* bof - product review sizes */
@media screen and (min-width: 1200px) {
    .quick-preview {
        width: 1000px;
        min-width: 1000px;
    }

    .quick-preview__top {
        padding-bottom: 35px;
    }

    .quick-preview__top-col-l {
        margin-bottom: -35px;
    }

    .quick-preview__bot {
        padding-top: 35px;
    }
}

.quick-preview__bot-col-l {
    width: 100%;
}

.quick-preview__bot-col-l .redactor-html {
    margin: 0 0 25px;
}

.quick-preview__bot-col-l .quick-preview__go {
    margin: 0;
}

.quick-preview__bot-col-r {
    display: none;
}

.quick-preview__rating-stars {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 3px;
}

.quick-preview__rating-stars a {
    font-size: 14px;
}

.quick-preview__rating-stars .card-testimonials__average, .card-testimonials__title .card-testimonials__average {
    margin-left: 10px;
    margin-right: 10px;
}

.quick-preview__rating-stars .card-testimonials__average span {
    margin-right: 0;
}

.quick-preview__rating-stars .count {
    display: inline-block;
    color: #f3812b;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.quick-preview__rating-stars .count.review-link {
    border-bottom: 1px dotted;
    cursor: pointer;
}

.catalog-item__bundle-items img {
    margin-bottom: 10px;
}

.catalog-item__purchase {
    -ms-flex: none;
    flex: none;
    padding-left: 22px;
    width: 230px;
}

@media screen and (min-width: 1200px) {
    .catalog-item__info {
        width: 56%;
    }

    .catalog-item__image {
        width: calc(100% - 56% - 230px);
    }
}

@media screen and (min-width: 1150px) {
    .catalog-item__info {
        width: 54%;
    }

    .catalog-item__image {
        width: calc(100% - 54% - 230px);
    }
}

@media screen and (min-width: 1100px) {
    .catalog-item__info {
        width: 52%;
    }

    .catalog-item__image {
        width: calc(100% - 52% - 230px);
    }

    .catalog-item__image img {
        max-height: 245px;
        width: auto;
    }
}

@media screen and (min-width: 992px) {
    .catalog-item__image {
        width: calc(100% - 50% - 230px);
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .catalog-item__image {
        width: calc(100% - 48% - 230px);
    }
}

@media screen and (max-width: 767px) {
    .catalog-item__purchase {
        width: 55%;
    }

    .catalog-item__image {
        width: 45%;
    }
}

@media screen and (max-width: 525px) {
    .catalog-item__purchase {
        width: 100%;
        padding: 0;
    }

    .catalog-item__image {
        width: 100%;
    }
}

/* eof - product review sizes */
.partners__list .partners__item--country + .partners__item--city {
    margin-top: 20px;
    border-top: none;
}

.partners__list .partners__item--city a:before {
    display: none !important;
}

.blog__list a {
    border-radius: 10px;
}

.blog__list a.js-selected {
    padding-right: 26px;
    position: relative;
}

.blog__list a.js-selected:before,
.blog__list a.js-selected:after {
    position: absolute;
    top: 50%;
    background-color: #fff;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.blog__list a.js-selected:before {
    right: 16px;
    width: 1px;
    height: 11px;
    margin-top: -5px;
    margin-left: 0;
}

.blog__list a.js-selected:after {
    right: 11px;
    width: 11px;
    height: 1px;
    margin-top: 0;
    margin-left: -5px;
}

.popup__form-description {
    margin-bottom: 10px;
    font-size: 14px;
}

/* bof - product preview image size */
.search__results .search__image {
    height: 220px;
}

.search__results .catalog-item__bundle-items li:first-child a:first-child,
.search__results .catalog-item__bundle-items li:last-child a:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.search__results .catalog-item__bundle-items li:first-child a:first-child {
    height: 180px;
}

.search__results .catalog-item__bundle-items li:last-child a:first-child {
    height: 120px;
}

.search__results .catalog-item__bundle-items li:first-child a img,
.search__results .catalog-item__bundle-items li:last-child a img {
    margin-bottom: 0;
}

/* eof - product preview image size */

.product-view .card-testimonials__title h1,
.product-view .tabs__title h1 {
    float: left;
    margin: 0;
}

.product-view .tabs__title .tabs__ask--top {
    margin-bottom: -6px;
}

.faq.wherebuy-audio .faq__item a {
    display: block;
    padding: 0;
}

.faq.wherebuy-audio .faq__item .image {
    padding-bottom: 100%;
    background-size: 100% 100%;
}

.partners__list .partners__item--country {
    font-size: 18px;
}

.partners__list .partners__item--country.has-cities + .partners__item--country {
    border-top: none;
}

.partners__list--cities {
    margin: 28px 0 38px 0;
    padding: 0;
    list-style: none;
}

.partners__list--cities .partners__item--city {
    font-size: 13px;
    padding: 0;
    border-top: 1px solid #d8dee4;
}

.partners__list--cities .partners__item--city:first-child {
    border-top: none;
}

.partners__list--cities .partners__item--city a {
    padding: 10px 0;
}

.basket__order-list .hidden {
    display: none;
}

.cart-promocode-wrapper {
    padding: 25px 40px;
    font-weight: 700;
    border-top: 1px solid #d8dfe5;
    color: #575c64;
}

.cart-promocode-wrapper .form-group {
    margin: 0 -15px;
}

.cart-promocode-wrapper .form-group .label-wrapper,
.cart-promocode-wrapper .form-group .input-wrapper,
.cart-promocode-wrapper .form-group .btn-wrapper {
    float: left;
    width: 30%;
    padding: 0 15px;
}

.cart-promocode-wrapper .form-group .label-wrapper {
    width: 40%;
    text-align: right;
}

.cart-promocode-wrapper .form-group .form-control {
    height: 40px;
    margin-top: 0 !important;
}

.cart-promocode-wrapper .form-group .basket__submit {
    margin: 0;
    width: 100%;
    max-width: 220px;
    padding: 0;
}

.cart-promocode-wrapper .error-wrapper {
    display: none !important;
}

.basket__price--complect.discounted .basket__price--all {
    color: #C22933;
}

.basket__price--complect.discounted .basket__price_discounted--all {
    color: #21242a;
    font-size: 18px;
    text-decoration: line-through;
}

#review-form .form-group.recaptcha .recaptcha > div,
#review-form .form-group.recaptcha .errorMessage,
#feedback-form .form-group.recaptcha .recaptcha > div,
#feedback-form .form-group.recaptcha .errorMessage,
#question-form .form-group.recaptcha .recaptcha > div,
#question-form .form-group.recaptcha .errorMessage {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.modal__main--cart .cart__list .cart__item .single__recover,
.modal__main--cart .cart__list .cart__item--set .set__recover {
    display: none;
}

.modal__main--cart .cart__list .cart__item.js-removed .single__remove,
.modal__main--cart .cart__list .cart__item--set.js-removed .set__remove {
    display: none;
}

.modal__main--cart .cart__list .cart__item.js-removed .single__recover,
.modal__main--cart .cart__list .cart__item--set.js-removed .set__recover {
    display: -ms-flexbox;
    display: flex;
}

.modal__main--cart .cart__list .cart__item.js-removed .single__title,
.modal__main--cart .cart__list .cart__item.js-removed .single__image-wrapper,
.modal__main--cart .cart__list .cart__item.js-removed .single__counter-wrapper,
.modal__main--cart .cart__list .cart__item.js-removed .single__price-wrapper,
.modal__main--cart .cart__list .cart__item--set.js-removed .set__title,
.modal__main--cart .cart__list .cart__item--set.js-removed .set__image-wrapper,
.modal__main--cart .cart__list .cart__item--set.js-removed .set__extra-product,
.modal__main--cart .cart__list .cart__item--set.js-removed .set__control-wrapper {
    opacity: 0.2;
}

#shippingspecialtariff-popup {
    display: none;
    text-align: center;
}

.faq-item__title {
    margin: 0;
}

.new-header__wrapper .new-header__link-wrapper li:last-child {
    border-right: none;
}

.basket__promocode-field.error,
.basket__promocode-field.js-error {
    margin-top: 0;
    border-color: #C22933;
}

.basket__promocode-submit.ladda-button {
    padding: 0;
    border: none;
}

.basket__promocode-submit.ladda-button[data-loading] {
    padding-left: 0;
    padding-right: 0;
}

.basket__promocode-submit.ladda-button[data-loading] .ladda-label {
    display: none;
}

.basket__promocode-submit.ladda-button[data-loading] .ladda-spinner {
    display: block;
    left: 50%;
    right: auto;
    margin-left: 0;
    margin-top: 0;
}

.card-faq__list.no-ask-bottom-form,
.card-testimonials__list.no-testimonial-bottom-form {
    margin-bottom: 0;
}

.compatible__cell--last {
    font-weight: bold;
}

.modal__main--favorites .favorite-card__remove .add {
    display: block;
}

.modal__main--favorites .favorite-card__remove.added .add {
    display: none;
}

.modal__main--favorites .favorite-card__remove .remove {
    display: none;
}

.modal__main--favorites .favorite-card__remove.added .remove {
    display: block;
}

#similar-block .similar__name {
    font-size: 22px;
}

@media screen and (max-width: 991px) {
    .similar__list {
        width: 100%;
    }

    #similar-block .similar__name {
        font-size: 20px;
        margin-bottom: 5px;
    }

    #similar-block .similar__price {
        margin-bottom: 5px;
        min-height: 29px;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .similar {
        display: block;
    }
}

.new-header__search.new-header__search--visible {
    overflow: visible;
}

.popup {
    width: auto;
}

.catalog__title {
    font-size: 24px;
    padding-right: 6px;
}

.catalog__icon {
    max-height: 100% !important;
}

@media screen and (min-width: 778px) {
    .tabs__item[data-tab="ask"] .tabs__block .tabs__title:first-child {
        padding-right: 190px;
    }

    .tabs__item[data-tab="ask"] .tabs__block .tabs__title .tabs__ask--top {
        position: absolute;
        top: 50%;
        margin-top: -21px;
        right: 0;
    }
}

.banner-audio__wrapper {
    display: block;
}

.basket__list li.js-removed .basket__image,
.basket__list li.js-removed .basket__name {
    opacity: 1 !important;
}

.product-widget .actions-wrapper a.card__buy.item__buyed:hover,
.product-widget .actions-wrapper a {
    color: #fff !important;
    text-decoration: none !important;
}

.product-widget .actions-wrapper a.card__buy.item__buyed {
    color: #f3812b !important;
}

.quick-preview__wrapper .catalog-item__bundle-items {
    padding-bottom: 20px;
}

.quick-preview__wrapper .catalog-item__plus:before {
    width: 60%;
    left: 20%;
}

.catalog__top {
    padding-right: 30px;
}

.catalog__icon {
    display: none;
}

.catalog__filters {
    display: none;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 32px;
}

.catalog__top.js-visible {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog__top.js-visible .catalog__filters, .card-testimonials .catalog__filters, .tag-view .catalog__filters {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.card-testimonials .catalog__filters {
    margin-top: 20px;
    margin-bottom: 15px;
}

.tag-view .catalog__filters {
    margin-top: 0;
    margin-bottom: 15px;
}

.catalog__mobile-filters {
    margin-right: 0;
    display: block;
}

.catalog__filter a span.rating-count {
    margin-left: 3px;
    font-weight: 400;
    color: #a5a5a5;
}

@media screen and (max-width: 991px) {
    .callback.js-visible {
        transform: translate(0, 0) scale(1);
    }
}

@media screen and (max-width: 767px) {
    .catalog-item__price {
        margin-right: 50px;
    }

    .catalog-item__free-delivery {
        margin-top: 0;
        margin-left: auto;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 680px) {
    .catalog-item__price {
        margin-right: 0;
    }

    .catalog-item__free-delivery {
        width: 160px;
        height: auto;
    }
}

@media screen and (max-width: 525px) {
    .catalog-item__price {
        margin-right: 0;
    }

    .catalog-item__free-delivery {
        margin: 0 0 0 auto;
    }

    .catalog-item__buy {
        margin-top: 0;
        margin-left: auto;
        margin-right: 0;
    }
}

@media screen and (max-width: 490px) {
    .catalog-item__price {
        margin-right: 50px;
    }

    .catalog-item__free-delivery {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 420px) {
    .catalog-item__price {
        margin-right: 0px;
    }

    .catalog-item__free-delivery {
        width: 160px;
        height: auto;
    }
}

@media screen and (max-width: 991px) {
    .callback, .callback__form {
        display: block;
    }

    .callback__submit {
        width: 160px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 20px;
        margin-bottom: 30px;
    }

    .callback-success.js-visible {
        transform: translate(0, 0) scale(1);
        top: 0;
        bottom: 0;
        left: 0 !important;
        right: 0;
        margin: 0;
        max-width: 100%;
        position: fixed;
        z-index: 10;
    }

    .callback-success__close {
        width: 160px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 20px;
        margin-bottom: 30px;
        margin-top: 25px;
    }
}

.solutions {
    padding-top: 10px;
    padding-bottom: 10px;
}

.solutions__list {
    margin: 0;
}

.solutions__list a {
    padding: 28px 0;
}

.card__display {
    margin-left: 0;
}

.card__thumbnails {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .card__thumbnails {
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin: 25px 0 50px;
    }

    .card__thumbnails li {
        margin: 0 0 0 5px;
    }
}

.card__open-photos {
    text-align: center;
}

.card__open-photos4 {
    display: none;
}

@media screen and (max-width: 991px) {
    .card__open-photos_label {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .card .card__open-photos {
        display: none;
    }

    .card .card__open-photos4 {
        display: list-item;
    }

    .card .card__open-photos4 .card__open-photos_label {
        display: inline-block;
    }
}

.catalog-item__price {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1;
}

@media screen and (max-width: 991px) {
    .catalog-item__price {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .catalog-item__tablet-title a > h2,
    .catalog-item__tablet-title h2,
    .catalog-item__title h2 {
        font-size: 28px;
    }
}

.ajax-content-popup-wrapper {
    width: 800px;
    max-width: 90%;
    padding: 50px 50px 30px 50px;
}

@media (max-width: 1200px) {
    .ajax-content-popup-wrapper {
        width: 650px;
        padding: 40px 40px 30px 40px;
    }
}

.categories__solutions_mobile {
    display: none;
}

.categories__solutions_mobile .solutions__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.categories__solutions_mobile .solutions__list li {
    display: -ms-flexbox;
    display: flex;
    width: 33.3333%;
    padding: 8px;
    border: none;
}

.categories__solutions_mobile .solutions__list li a {
    width: 100%;
    background-color: #575c64;
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.categories__solutions_mobile .solutions__list li span {
    color: #fff !important;
}

@media screen and (max-width: 991px) {
    .categories__solutions_mobile {
        display: block;
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .categories__solutions_mobile .solutions__list li {
        width: 50%;
    }
}

@media screen and (max-width: 560px) {
    .categories__solutions_mobile .solutions__list li {
        width: 100%;
    }

    .categories__solutions_mobile .solutions__list li a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.main-categories li {
    min-height: 230px;
}

.main-categories__title {
    font-size: 26px;
    position: relative;
    z-index: 1;
}

.main-categories__title_description {
    font-size: 16px;
}

.main-categories__title span {
    margin-bottom: 4px;
}

.main-categories__title_table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.main-categories__title_table_cell {
    display: table-cell;
    vertical-align: middle;
}

.main-categories__title_table .main-categories__title,
.main-categories__title_table .main-categories__title_description {
    display: block;
    padding: 0 25px;
}

.main-categories__title_table .main-categories__title_description {
    margin-top: 8px;
}

.main-category__default .main-categories__link {
    position: relative;
    overflow: hidden;
}

.main-category__default .main-categories__image__wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    display: table;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.main-category__default .main-categories__image__inner {
    display: table-cell;
    vertical-align: bottom;
}

.main-category__default .main-categories__image__wrapper img {
    max-height: 115px;
}

.main-category__webcam .main-categories__link {
    background: #ADB1B9;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.main-category__webcam .main-categories__image__wrapper {
    position: absolute;
    height: 100%;
    display: table;
    width: 50%;
    left: 50%;
}

.main-category__webcam .main-categories__image__wrapper .main-categories__image__inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.main-category__webcam .main-categories__image__wrapper img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: inline-block;
}

.main-category__music_work .main-categories__link {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background-color: #F3812B;
}

.main-category__music_work .main-categories__image__wrapper {
    position: absolute;
    top: 0;
    right: 10px;
}

.main-category__webcam .main-categories__title,
.main-category__music_work .main-categories__title {
    color: #ffffff;
}

.categories__main {
    display: flex;
    flex-direction: column;
}

@media (max-width: 1200px) {

    .main-categories li {
        min-height: 190px;
    }

    .main-categories__title {
        font-size: 24px;
        padding: 16px 25px;
    }

    .main-categories__title_description {
        font-size: 16px;
    }

    .main-category__default .main-categories__image__wrapper {
        height: 140px;
    }

    .main-category__default .main-categories__image__wrapper img {
        max-height: 90px;
    }

    .banner-audio {
        display: none !important;
    }

    .main-category__webcam .main-categories__image__wrapper {
        width: 45%;
        left: 55%;
    }

    .main-category__music_work .main-categories__image__wrapper {
        right: 0;
        width: 45%;
    }
}

@media (max-width: 1060px) and (min-width: 601px) {

    .main-category__webcam .main-categories__image__wrapper {
        width: 140px;
        left: 180px;
    }
}

@media (max-width: 991px) {

    .main-categories li {
        min-height: 220px;
        height: auto;
    }

    .main-category__default .main-categories__image__wrapper {
        height: 150px;
    }

    .main-category__default .main-categories__image__wrapper img {
        max-height: 100px;
    }
}

@media (max-width: 600px) {

    .main-categories.mobile-one-column {
        flex-direction: column;
    }

    .main-categories.mobile-one-column li {
        width: 100%;
    }

    .main-category__default .main-categories__image__wrapper {
        background: none !important;
    }

    .main-category__default .main-categories__image__wrapper img {
        max-height: 110px;
        max-width: 120px;
    }
}

@media screen and (max-width: 480px) {
    .main-categories.mobile-one-column .main-categories__title {
        text-align: left;
    }
}

.catalog-item__free-delivery {
    width: auto;
}

.card__free-delivery {
    width: auto !important;
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 0;
}

.card__category_series {
    display: flex;
}

.card__category_series a {
    border: 1px solid #D8DEE4;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 15px;
    line-height: 16px;
    font-style: normal;
    font-weight: bold;
    padding: 8px 14px;
    color: #575c64;
}

@media screen and (max-width: 991px) {

    .product-view .card__info .card__price,
    .product-view .card__info .card__price .card__amount:not(.price__with_old_price) {
        display: block;
    }

    .product-view .card__info .card__price .card__amount.price__with_old_price {
        display: inline-flex;
    }

    .card__category_series {
        display: block;
        margin-top: 12px;
    }

    .card__category_series a {
        display: block;
        text-align: center;
    }
}

.card-faq__answer {
    margin-top: 15px;
}

.pagination .pager {
    margin: 15px 0 0;
    background: #fff;
    padding: 25px 30px 30px;
}

.pagination .pager ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.pagination .pager ul li {
    list-style: none;
    display: inline-block;
    margin-top: 5px;
}

.pagination .pager ul li.hidden {
    display: none;
}

.pagination .pager ul li a {
    display: block;
    color: #575c64;
    background-color: #fff;
    border: 1px solid #d8dee4;
    padding: 8px 15px;
    font-size: 12px;
    line-height: 1;
    border-radius: 100px;
    font-weight: 700;
}

.pagination .pager ul li.selected a {
    border-color: #f3812b;
    background-color: #f3812b;
    color: #ffffff;
}

.new-header__logo {
    height: 100%;
}

.card__sale-wrapper {
    width: 100%;
    margin-top: -5px;
    margin-bottom: 25px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    background-color: #efefef;
}

.catalog-item__price-wrap .card__sale-wrapper {
    margin-top: 15px;
    margin-bottom: 0;
}

.card__availibility-wrapper {
    color: #f3812b;
}

.card__availibility-wrapper.no-stock {
    color: #767d89;
}

.card__availibility-wrapper i.fa {
    position: relative;
    top: -2px;
    margin-right: 2px;
    font-size: 8px;
}

.callback__question .textarea-wrapper {
    padding: 14px 0;
    border-bottom: 1px solid #b7c2cb;
}

.callback__field textarea {
    width: 100%;
    height: 60px;
    font-size: 15px;
    font-weight: 400;
    color: #575c64;
    resize: none;
    border: none !important;
}

.callback__field textarea::-webkit-input-placeholder {
    font-size: 12px;
    font-weight: 700;
    color: #575c64;
}

.callback__field textarea:-ms-input-placeholder {
    font-size: 12px;
    font-weight: 700;
    color: #575c64;
}

.callback__field textarea::placeholder {
    font-size: 12px;
    font-weight: 700;
    color: #575c64;
}

.callback__question.js-error .textarea-wrapper {
    border-color: #C22933;
}

.callback-success {
    position: fixed;
    top: 50%;
}

.callback-success.js-visible {
    transform: translate(-50%, -50%) scale(1);
}

.partner-login-wrapper .popup__form {
    margin-left: auto;
    margin-right: auto;
}

.catalog-item__partner-table-wrap .table-wrapper {
    width: 100%;
}

.catalog-item__partner-table-wrap .table-row {
    margin-bottom: 10px;
}

.catalog-item__partner-table-wrap .table-row:after {
    content: "";
    display: table;
    clear: both;
}

.catalog-item__partner-table-wrap .table-cell {
    /*float: left;*/
}

.catalog-item__partner-table-wrap .table-cell-label {
    font-weight: bold;
    /*width: 60%;*/
    padding-right: 5px;
    box-sizing: border-box;
    margin-bottom: 4px;
}

.catalog-item__partner-table-wrap .table-cell-value {
    /*width: 40%;*/
    /*text-align: right;*/
}

.catalog-item__partner-table-wrap .table-row[data-key="status"] {
    margin-bottom: 18px;
}

.catalog-item__partner-table-wrap .table-row[data-key="status"] .table-cell-label {
    display: none;
}

.catalog-item__partner-table-wrap .table-row[data-key="status"] .table-cell-value {
    font-weight: bold;
    color: #f3812b;
}

.catalog-item__partner-table-wrap .table-row[data-key="statusComment"] {
    margin-top: -14px;
    margin-bottom: 18px;
}

.catalog-item__partner-table-wrap .table-row[data-key="statusComment"] .table-cell-label {
    display: none;
}

.catalog-item__service .download-photo-link {
    margin-left: -4px;
}

.catalog-item__service .download-photo-link svg {
    margin-top: 0;
    margin-right: 2px;
}

.pricelist__filter,
.pricelist__filter .catalog__filters {
    display: block !important;
}

.pricelist__filter .catalog__filter li {
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

.pricelist__filter .catalog__filter li:first-child {
    padding-top: 4px;
    padding-bottom: 6px;
}

.pricelist__filter .catalog__filter li:last-child {
    margin-right: 0;
}

.pricelist__filter .catalog__search_input {
    position: relative;
    padding: 0 8px;
    /*padding-left: 25px;*/
}

.pricelist__filter .catalog__search_input .icon {
    display: none;
    color: transparent;
    stroke: #575c64;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.pricelist__filter .catalog__search_input.with_export_btn .export_btn_wrapper {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 8px;
    width: auto;
}

.pricelist__filter .catalog__btns_wrapper {
    display: none;
    padding: 20px 8px 10px;
}

@media (max-width: 550px) {

    .pricelist__filter .catalog__search_input.with_export_btn .export_btn_wrapper {
        display: none;
    }

    .pricelist__filter .catalog__btns_wrapper {
        display: block;
    }
}

input.loading,
input.ui-autocomplete-loading {
    padding-right: 40px;
    background: url("/images/loading.gif") no-repeat right center;
    -webkit-transition: background 0s;
    -moz-transition: background 0s;
    -o-transition: background 0s;
    transition: background 0s;
}

.ui-autocomplete.ui-menu {
    max-height: 300px;
    overflow: auto;
    max-width: 500px;
}

.ui-autocomplete.ui-menu .ui-menu-item {
    font-family: "Exo 2", sans-serif;
    font-size: 15px;
}

ul.delivery__info > li {
    border: none !important;
    display: block !important;
}

ul.delivery_tariffs__list {
    display: block;
    margin: 0;
    padding: 0;
}

ul.delivery_tariffs__list li {
    display: block;
    float: left;
    height: 90px;
    width: 220px;
    margin: 10px 5px 0;
    border: 1px solid #d8dee4 !important;
    padding: 5px;
    box-sizing: border-box;
}

ul.delivery_tariffs__list .image_vs_price__wrapper {
    display: flex;
    justify-content: space-evenly;
    height: 45px;
}

ul.delivery_tariffs__list .image_wrapper {
    position: relative;
    width: 49%;
    height: 100%;
}

ul.delivery_tariffs__list .image_wrapper .wrapper-in {
    text-align: center;
    padding: 5px 0;
}

ul.delivery_tariffs__list .image_wrapper [class*="i-courier"] {
    display: inline-block;
    width: 84px;
    height: 35px;
    background-image: url('../images/courier1.png');
    background-repeat: no-repeat;
}

ul.delivery_tariffs__list .i-courier-five_post {
    height: 36px !important;
    background-image: url('../images/5Post_logo.png') !important;
    background-position: 0 0;
}

ul.delivery_tariffs__list .i-courier-boxberry {
    width: 52px !important;
    height: 36px !important;
    background-image: url('../images/boxberry_logo.png') !important;
    background-position: 0 0;
}

ul.delivery_tariffs__list .i-courier-rpost,
ul.delivery_tariffs__list .i-courier-pochta {
    background-position: 0 0;
}

ul.delivery_tariffs__list .i-courier-cdek {
    background-position: 0 -37px;
}

ul.delivery_tariffs__list .i-courier-spsr {
    background-position: 0 -78px;
}

ul.delivery_tariffs__list .i-courier-self,
ul.delivery_tariffs__list .i-courier-courier,
ul.delivery_tariffs__list .i-courier-volta {
    background-position: 0 -117px;
}

ul.delivery_tariffs__list .i-courier-pickpoint {
    background-position: 0 -154px;
}

ul.delivery_tariffs__list .i-courier-ozon {
    position: relative;
    top: 11px;
    background-position: 0 -267px;
    height: 18px;
    margin-top: -8px;
}

ul.delivery_tariffs__list .image_wrapper:after {
    content: "";
    display: block;
    position: absolute;
    top: 25%;
    left: 100%;
    height: 50%;
    width: 1px;
    background-color: #c9c9c9;
}

ul.delivery_tariffs__list .price_wrapper {
    width: 50%;
    position: relative;
    height: 100%;
}

ul.delivery_tariffs__list .price_wrapper .wrapper-in {
    text-align: left;
    padding: 1px 9px;
}

ul.delivery_tariffs__list .price_wrapper .period {
    width: 100%;
    display: block;
    font-size: 12px;
    font-weight: 500;
}

ul.delivery_tariffs__list .price_wrapper .price {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

ul.delivery_tariffs__list .title_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.1;
    font-size: 11px;
    font-weight: 500;
    height: 33px;
}

ul.delivery_tariffs__list .title {
    color: #999;
    width: 100%;
}

ul.delivery_tariffs__list .description {
    padding: 0;
    margin: 0;
}

.delivery_payment__wrapper {
    margin-top: 60px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.2;
    color: #575c64;
}

.delivery_payment__row {
    padding-bottom: 5px;
    border-bottom: 1px solid #d8dee4;
    margin-bottom: 5px;
}

.delivery_payment__row:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.purchase__brands li {
    width: 33.3333%;
}

.purchase__brands li:last-child span {
    border-left: 1px solid #d8dee4;
}

.price__with_old_price,
.price__with_old_price .price {
    color: #C22933;
}

.price__with_old_price .old_price {
    position: relative;
}

.price__with_old_price .old_price:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #666;
    top: 50%;
    margin-top: 1px;
}

.price__with_old_price .old_price,
.price__with_old_price .old_price .card__currency {
    color: #666;
    font-size: 18px;
}

.price__with_old_price .old_price .card__currency {
    font-size: 16px;
}

.price__with_old_price.similar__price .old_price {
    color: #575c64;
    font-size: 14px;
}

.quick-preview__info .price__with_old_price .old_price .card__currency {
    margin-left: 0;
    font-size: 12px;
}

.price__with_old_price.catalog-item__price .old_price__wrapper {
    display: flex;
}

.price__with_old_price.catalog-item__price .old_price .catalog-item__currency {
    font-size: 16px;
}

.price__with_old_price.new-price__product-price {
    flex-direction: column;
    -ms-flex-direction: column;
}

.price__with_old_price.new-price__product-price .old_price {
    font-size: 14px;
}

.price__with_old_price.new-price__product-price .old_price .price__currency {
    font-size: 10px;
    font-weight: normal;
}

.price__with_old_price.new-price__product-price .price_with_currency:after {
    font-family: Exo\ 2, Segoe UI, Ubuntu, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 21px;
    font-weight: 600;
    font-size: 11px;
    position: relative;
    content: "\440.";
    margin-left: 5px;
    color: #C22933;
}

.price__with_old_price.new-price__product-price:after {
    display: none !important;
}

@media (max-width: 400px) {

    .redactor-html .product-feature-widget .actions-wrapper {
        display: block;
    }
}

.category__tags__list {
    padding: 15px 25px;
}

.category__tags__list a {
    padding: 10px 15px;
}

.category__tags__list a.js-selected {
    padding-right: 26px;
    position: relative;
    border: none;
    color: #fff;
    background-color: #f3812b;
}

.category__tags__list a.js-selected:before,
.category__tags__list a.js-selected:after {
    position: absolute;
    top: 50%;
    background-color: #fff;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.category__tags__list a.js-selected:before {
    right: 16px;
    width: 1px;
    height: 11px;
    margin-top: -5px;
    margin-left: 0;
}

.category__tags__list a.js-selected:after {
    right: 11px;
    width: 11px;
    height: 1px;
    margin-top: 0;
    margin-left: -5px;
}

.article-fullwidth {
    width: 100%;
}

.contacts__block-wrap {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}

.contacts__block-container:first-child {
    width: 40%;
}

.contacts__block-container:last-child {
    width: 60%;
}

.contacts__block--last ul li {
    width: 100%;
}

@media (max-width: 768px) {
    .contacts__block-wrap {
        flex-direction: column;
    }

    .contacts__block-container {
        width: 100% !important;
    }
}

.popup .delivery .popup__notice {
    margin-top: 15px;
}

.popup .delivery {
    width: 1005px;
}

@media screen and (max-width: 1055px) {
    .popup .delivery {
        width: 100%;
        padding: 30px;
    }
}

.delivery_payment__wrapper ul {
    padding: 0;
    margin-top: 6px;
    margin-bottom: 6px;
    list-style: none;
}

.delivery_payment__wrapper ul li {
    position: relative;
    margin: 2px 0;
    padding-left: 22px;
    padding-right: 10px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    list-style: none;
    word-wrap: break-word;
}

.delivery_payment__wrapper ul li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #f3812a;
    top: 7.5px;
    left: 0;
    position: absolute;
}

.card-testimonials__author {
    margin-bottom: 13px;
}

.card-testimonials__author span {
    margin-right: 5px;
    font-size: 14px;
}

.review-wrapper, .disadvantages-wrapper, .card-testimonials__images {
    margin-top: 25px;
}

.advantages-title, .disadvantages-title, .review-title {
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 700;
}

.card-testimonials__total {
    display: flex;
    align-items: center;
}

.card-testimonials__total .star-widget__wrapper {
    margin-left: 10px;
}

.card-testimonials__title .star-widget__wrapper {
    margin-left: 0;
}

.card-testimonials__date {
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    color: #666666;
}

.card-testimonials__footer {
    display: none;
    justify-content: end;
}

.card-testimonials__info {
    align-items: end;
    padding-right: 0;
    padding-left: 25px;
}

.card-testimonials__info .card-testimonials__average {
    margin-right: 0;
    margin-left: 0;
}

.review-source__wrapper {
    margin-top: 18px;
    font-size: 13px;
    font-weight: 700;
}

.review-source__name {
    color: #f3812b;
}

.review-source__name.volta, .review-source__link.volta {
    color: #6ba536;
}

.review-source__name.ozon, .review-source__link.ozon {
    color: #005bff;
}

.review-source__name.wb {
    color: #cb11ab;
}

.review-source__name.yandex {
    color: #fc0;
}

.review-source__link {
    text-decoration: underline;
}

.card-testimonials__ask {
    top: unset;
    bottom: -86px;
}

.catalog__filter a, .catalog__filter li:first-child {
    padding: 8px;
}

.catalog__filter, .catalog__filters {
    flex-wrap: wrap;
}

.card-testimonials__subtitle {
    margin-left: 30px;
    color: #999;
}

.card-testimonials__images {
    position: relative;
}

.card-testimonials__images.redactor-html .image-gallery .item-wrapper a {
    display: block;
    padding-right: 12px;
}

.card-testimonials__images.redactor-html .image-gallery .item-wrapper:nth-child(4) {
    position: relative;
}

.card-testimonials__images.redactor-html .image-gallery .item-wrapper__overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: rgb(34 41 51 / 40%);
}

.card-testimonials__images.redactor-html .image-gallery .item-wrapper__hidden-count {
    margin: auto;
    font-size: 55px;
    font-weight: 600;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .card-testimonials__images.redactor-html .image-gallery .item-wrapper:nth-child(n+5) {
        position: absolute;
        right: 0;
        height: 0;
        width: 0;
        opacity: 0;
        visibility: hidden;
    }
}

.card-testimonials__images.redactor-html .image-gallery .item-wrapper .position-helper {
    border-radius: 6px;
    box-sizing: content-box;
}

.card-testimonials__images.redactor-html .image-gallery .item-wrapper .size-helper {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.card-testimonials__images.redactor-html .image-gallery .item-wrapper img {
    top: -50%;
    left: -50%;
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
    height: auto;
}

.card-testimonials__title {
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.product-view .card-testimonials__title h1 {
    margin-right: 10px;
    font-size: 28px;
}

.card-testimonials__title-rating {
    display: flex;
    align-items: center;
}

.card-testimonials__subtitle-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.card-testimonials__button {
    width: 100%;
    max-width: 188px;
}

.card-testimonials__button a {
    display: block;
    max-width: 188px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #f3812b;
    color: #f3812b;
}

.card-testimonials__button a:hover {
    color: #fff;
    background-color: #f3812b;
}

@media screen and (max-width: 991px) {
    .card-testimonials__images.redactor-html .image-gallery .item-wrapper {
        width: 20%;
    }
}

@media screen and (max-width: 768px) {
    .product-view .card-testimonials__title h1 {
        width: 100%;
    }

    .card-testimonials__title-rating {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .card-testimonials__title .card-testimonials__average {
        width: auto;
    }

    .product-view .card-testimonials__title h1 {
        font-size: 24px;
    }

    .card-testimonials__ask {
        position: absolute;
        bottom: -92px;
        max-width: 100%;
        margin-top: 0;
    }

    .tabs .h1 {
        font-size: 24px;
    }

    .card-testimonials__average {
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 10px;
    }

    .quick-preview__rating-stars .card-testimonials__average, .card-testimonials__title-rating .card-testimonials__average {
        margin-top: 0;
    }

    .card-testimonials__item {
        flex-direction: column-reverse;
    }

    .card-testimonials__info {
        padding-left: 0;
        align-items: start;
    }

    .card-testimonials__info .card-testimonials__average {
        margin-top: 0;
    }

    .card-testimonials__total {
        margin-bottom: 10px;
    }

    .card-testimonials__info .review-source__wrapper {
        display: none;
    }

    .card-testimonials__footer {
        display: flex;
    }

    .card-testimonials__images.redactor-html .image-gallery .item-wrapper__overlay {
        display: none;
    }

    .card-testimonials__images.redactor-html .image-gallery .item-wrapper {
        width: 33.3333%;
    }
}

.card__quick-order {
    height: 40px;
    padding: 0 10px;
    border-radius: 10px;
    border: 1px solid #f3812b;
}

.card__quick-order:hover {
    border-color: #e66a0d;
}

@media screen and (max-width: 991px) {
    .card__quick-order {
        justify-content: center;
        margin-top: 20px;
    }

    .card__quick-order svg {
        margin-right: 15px;
    }

    .card__quick-order span {
        display: inline;
    }
}

@media screen and (max-width: 599px) {
    .card-testimonials__images.redactor-html .image-gallery .item-wrapper img {
        top: 0;
        left: 0;
    }

    .card-testimonials__subtitle-wrap {
        flex-wrap: wrap;
    }

    .card-testimonials__button {
        margin: 0 auto;
    }

    .card-testimonials__subtitle {
        margin-top: 20px;
        margin-left: 0;
    }
}

@media screen and (max-width: 525px) {
    .catalog-item__mobile-title a > h2 {
        margin: 5px 0 5px;
    }
}

.card__archived {
    margin-top: 25px;
}

.product-widget .card__archived {
    float: left;
    display: block;
    width: 60%;
    margin: 0;
    padding: 0 0 0 8px;
    border: none;
    text-align: center;
}

.product-widget .card__archived .archived {
    justify-content: center;
}

.quick-preview__wrapper .card__archived {
    margin: 0;
    padding: 0;
    border: none;
}

@media screen and (max-width: 991px) {
    .product-widget .card__archived {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .redactor-html .product-widget .quick-look, .redactor-html .product-feature-widget .quick-look {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .product-widget .card__archived {
        margin-top: 10px;
    }
}

.banners-home__wrap {
    margin-top: 16px;
}

.banner-wrapper {
    position: relative;
    z-index: 1;
}

.slider-wrapper {
    position: relative;
    z-index: 1;
}

.slider-navigation-wrapper {
    display: none;
}

.navigation-link {
    position: absolute;
    top: calc((100% - 55px) / 2);
    z-index: 1;
}

.navigation-link.js-link-prev {
    left: 10px;
}

.navigation-link.js-link-next {
    right: 10px;
}

.icon-banner-nav-prev, .icon-banner-nav-next {
    display: inline-block;
    width: 34px;
    height: 52px;
    background-image: url(../images/icons-slider.png?v=1);
    background-repeat: no-repeat;
    background-size: 68px 52px;
}

.icon-banner-nav-prev {
    background-position: 0 0;
}

.icon-banner-nav-next {
    background-position: -34px 0;
}

.slide-img__mobile {
    display: none;
}

.slider-navigation-pager {
    position: static !important;
    display: none;
    margin: 15px auto 10px;
    width: auto;
}

.slider-navigation-pager span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    background-color: rgba(243, 129, 43, 0.6);
    cursor: pointer;
}

.slider-navigation-pager span.cycle-pager-active {
    background-color: rgba(230, 106, 13, 1);
}

.slider-navigation-pager span:first-child {
    margin-left: 0;
}

.slider-navigation-pager span:last-child {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .slider-navigation-pager {
        display: table;
    }

    .slider-navigation-wrapper {
        display: none !important;
        opacity: 0 !important;
    }
}

@media screen and (max-width: 480px) {
    .banners-home__wrap {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 450px) {
    .slide-img__desktop {
        display: none;
    }

    .slide-img__mobile {
        display: block;
    }
}

.product-files__item {
    display: flex;
    margin-right: 12%;
    margin-bottom: 25px;
}

.product-files__item-icon {
    min-height: 32px;
    min-width: 32px;
    margin-right: 10px;
}

.product-files__item-title {
    display: flex;
    align-items: center;
}

.product-files__item-title span {
    text-decoration: underline;
}

.product-files__wrap {
    display: flex;
    flex-wrap: wrap;
}

.tabs__block--files {
    position: relative;
    padding: 40px 50px 40px;
}

.testimonials__photo-wrap {
    display: flex;
    flex-wrap: wrap;
}

.testimonials__photo-wrap-title {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #575c64;
}

.testimonials__photo-wrap-subtitle {
    font-weight: 400;
}

.testimonials__photo-wrap-browse {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width: 86px;
    height: 86px;
    margin-top: 8px;
    border-radius: 5px;
    border: 1px solid #b7c2cb;
    background-color: #f2f2f2;
    cursor: pointer;
}

.testimonials__photo-wrap-browse .fa-camera {
    font-size: 20px;
    color: #6f7580;
}

.testimonials__photo-wrap-browse .fa-plus {
    position: absolute;
    top: 35%;
    left: 67%;
    font-size: 10px;
    color: #6f7580;
}

.testimonials__photo-wrap-input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.testimonials__photo-wrap-img-box {
    position: relative;
    display: flex;
    margin-top: 8px;
    margin-right: 8px;
    width: 86px;
    height: 86px;
    border-radius: 5px;
    border: 1px solid #b7c2cb;
}

.testimonials__photo-wrap-img-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 80px;
    height: 80px;
}

.testimonials__photo-wrap-img-inner img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
}

.testimonials__photo-wrap-img-box .popup__close {
    top: 0;
    right: 0;
}

.tabs__container.sticky {
    height: 68px;
}

.tabs__container.sticky .tabs__wrap {
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 8;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.3);
}

.tabs__container.sticky .tabs__wrap .tabs__list {
    justify-content: flex-start;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 44px;
}

@media screen and (min-width: 992px) {
    .callback {
        left: 50% !important;
    }
}

@media screen and (max-width: 1200px) {
    .tabs__container.sticky .tabs__wrap .tabs__list {
        padding: 0 30px;
    }
}

.service-support__wrap .container {
    max-width: 1000px;
    margin: 20px auto;
    padding: 25px 44px 50px;
    background-color: #fff;
    box-sizing: border-box;
}

.service-support__form {
    margin: 0 auto;
}

.service-support__form.-comment-form {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #d8dee4;
}

.service-support__form.client-form {
    margin-bottom: 25px;
}

.service-support__form-subtitle {
    margin-bottom: 25px;
    color: #575c64;
}

.service-support__form-label {
    font-size: 14px;
    font-weight: 700;
    color: #575c64;
}

.service-support__form-label + .service-support__form-value {
    margin-top: 5px;
}

.service-support__form-value {
    color: #575c64;
}

.service-support__project-wrap {
    margin: 7px -7px 0;
}

.service-support__project-box {
    float: left;
    width: 25%;
    padding: 0 7px;
    margin: 7px 0;
    box-sizing: border-box;
}

.service-support__project-box label {
    position: relative;
    display: flex;
    justify-content: center;
    height: 90px;
    margin: 0 auto;
    padding: 2px 14px;
    border-radius: 5px;
    border: 1px solid #b7c2cb;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
}

.service-support__project-box:hover label {
    border-color: #919191;
}

.service-support__project-box.active label {
    padding: 0 12px;
    border: 3px solid #f3812b;
}

.service-support__project-box label input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.service-support__project-box label img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.service-support__project-box label span {
    display: block;
    margin: auto;
    font-size: 26px;
    font-weight: 600;
    color: #575c64;
}

.service-support__form-group {
    margin-bottom: 25px;
}

.client-form .service-support__form-group {
    margin-bottom: 40px;
}

.service-support__form-group div.pull-left {
    width: 50%;
    box-sizing: border-box;
}

.service-support__form-group div.pull-left:first-child {
    padding-right: 15px;
}

.service-support__form-group div input {
    max-width: 420px;
}

.service-support__form-group.-last {
    margin-bottom: 0;
}

.service-support__status {
    color: #f3812b;
}

::-webkit-input-placeholder {
    opacity: 0.85;
}

.popup__form-disclaimer a {
    text-decoration: underline;
    color: #f3812b;
}

.popup__form-disclaimer a:hover {
    color: #e66a0d;
}

.notice-wrap {
    left: calc((100% - 310px) / 2);
    right: unset;
    width: 310px;
}

.notice-item {
    height: 100%;
    min-height: 100px;
    padding: 25px 20px !important;
}

.notice-item-close {
    background-image: none !important;
}

.service-support__comment-text-wrap {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
}

.service-support__comment-inner .card-testimonials__images {
    margin-top: 10px;
}

.service-support__comment-inner .redactor-html .image-gallery .item-wrapper {
    width: 16.6667%;
}

.service-support__comment-container {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #d8dee4;
}

.service-support__comment-top span:first-child {
    padding-right: 14px;
    font-weight: 700;
    border-right: 1px solid #d8dee4;
    color: #f3812b;
}

.service-support__comment-top span:last-child {
    padding-left: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #b7c2cb;
}

.service-support__form.client-form .redactor-html .image-gallery .item-wrapper {
    width: 16.6667%;
}

.service-support__wrap .popup__form-title {
    margin-top: 0;
}

@media all and (max-width: 1000px) {
    .service-support__wrap .container {
        margin: 0;
    }
}

@media all and (max-width: 768px) {
    .service-support__project-box {
        width: 33.33333333333333%;
    }
}

@media all and (max-width: 570px) {
    .service-support__wrap .container {
        padding: 25px 22px 50px;
    }

    .service-support__project-box {
        width: 50%;
    }

    .service-support__form-group div.pull-left {
        float: none;
        width: 100%;
    }

    .service-support__form-group div.pull-left:first-child {
        padding-right: 0;
    }

    .service-support__form-group div.pull-left:nth-child(n+2) {
        margin-top: 25px;
    }

    .client-form .service-support__form-group {
        margin-bottom: 25px;
    }
}

@media all and (max-width: 425px) {
    .service-support__status-separator {
        display: none;
    }

    .service-support__status {
        display: block;
    }

    .tags__list a {
        padding: 10px 10px;
        font-size: 10px;
    }
}

.pricelist-header__wrap {
    max-height: 342px;
    padding: 44px 40px 0;
    background-color: #fff;
}

.pricelist-header__inner {
    display: flex;
    flex-direction: row;
    padding-bottom: 44px;
}

.pricelist-header__wrap.border-bottom .pricelist-header__inner {
    padding-bottom: 43px;
    border-bottom: 1px solid #d8dee4;
}

.pricelist-header__column {
    display: flex;
    box-sizing: border-box;
}

.pricelist-header__column:first-child {
    flex-direction: column;
    align-items: center;
    padding-right: 160px;
}

.pricelist-header__column:last-child {
    justify-content: end;
    width: 100%;
}

.pricelist-header__column:last-child .pricelist-header__row {
    text-align: right;
}

.pricelist-header__column:last-child p {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
}

.pricelist-header__column:last-child p:first-child {
    margin-bottom: 36px;
}

.pricelist-header__logo-wrap {
    display: flex;
    height: 160px;
    padding: 0 35px;
    background-color: #f3812b;
    border-radius: 20px;
}

.pricelist-header__text-link {
    display: block;
    margin-bottom: 18px;
    color: #f3812b;
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
}

.pricelist-header__phone-link {
    display: block;
    margin-top: 18px;
    font-size: 32px;
    color: #f3812b;
    font-weight: 600;
    line-height: 1;
}

.pricelist-product__section {
    background-color: #fff;
}

.pricelist-product__wrap {
    display: flex;
    flex-direction: row;
    height: 342px;
    margin: 0 24px;
    padding: 24px 0;
    overflow-y: hidden;
    box-sizing: border-box;
}

.pricelist-product__wrap:not(:last-child) {
    border-bottom: 1px solid #d8dee4;
}

.pricelist-product__section.border-bottom:not(:last-child) .pricelist-product__wrap:last-child {
    border-bottom: 1px solid #d8dee4;
}

.pricelist-product__col.image {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -ms-flex-pack: center;
    -ms-flex: 1;
    flex: 1;
}

.pricelist-product__col.info {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
}

.pricelist-product__col.info .catalog-item__description {
    max-height: 217px;
    overflow-y: hidden;
}

.pricelist-product__col.attribute {
    min-width: 430px;
}

.pricelist-attribute__table {
    width: 430px;
    border: 1px solid #d8dee4;
}

.pricelist-attribute__table td {
    padding: 8px 12px;
    font-size: 14px;
    box-sizing: border-box;
}

.pricelist-attribute__table tr:not(:last-child) td {
    border-bottom: 1px solid #d8dee4;
}

.pricelist-attribute__table td:first-child {
    width: 45%;
    border-right: 1px solid #d8dee4;
}

.pricelist-attribute__table td:last-child {
    width: 55%;
    font-weight: 600;
    background-color: #f1f1f1;
}

.pricelist-product__col.price {
    min-width: 148px;
    padding-left: 13px;
}

.pricelist-product__price-row.grey {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d8dee4;
}

.pricelist-product__price-row .catalog-item__price {
    margin: 0;
    font-size: 32px;
}

.pricelist-product__price-title {
    font-size: 18px;
}

.pricelist-product__price-row.grey .pricelist-product__price-title,
.pricelist-product__price-row.grey .catalog-item__price {
    color: #808183;
}

.pricelist-group__title {
    height: 342px;
}

.pricelist-product__image-wrap .catalog-item__image:nth-child(2) a img {
    max-height: 109px;
}

.pricelist-product__col.info .catalog-item__title {
    font-size: 30px;
}

.pricelist-product__col.info .catalog-item__add-to-favorite {
    top: 7px;
    right: 24px;
}

.tabs__block {
    padding: 40px;
}

@media screen and (max-width: 991px) {
    .tabs__block {
        padding: 35px;
    }
}

@media screen and (max-width: 767px) {
    .tabs__block {
        padding: 20px;
    }
}

.quick-order__field textarea {
    width: 100%;
    height: 120px;
    padding: 0 16px;
    line-height: 20px;
    border: 1px solid #b7c2cb;
    border-radius: 5px;
    color: #575c64;
    transition: border-color .6s cubic-bezier(.175, .885, .32, 1.275);
}

.quick-order__field textarea::-webkit-input-placeholder {
    font-size: 12px;
    font-weight: 700;
}

.quick-order__field textarea:-ms-input-placeholder {
    font-size: 12px;
    font-weight: 700;
}

.quick-order__field textarea::placeholder {
    font-size: 12px;
    font-weight: 700;
}

.quick-order__field textarea:focus {
    border-color: #f3812b
}

.card__service {
    justify-content: center;
}

.card__service + .card__service {
    margin-top: -20px;
    border-top: none;
}

.choose-popup button {
    margin: 36px auto 0;
}

.quick-order__left {
    padding: 25px 30px;
}

.quick-order__right {
    padding-top: 25px;
    padding-right: 50px;
}

.features__item {
    width: 33.33333%;
    min-height: 101px;
    padding: 0 10px 0 0;
    margin-top: 10px!important;
    text-transform: uppercase;
    font-weight: 600;
}

.features__icon {
    top: unset;
    left: 15px;
    height: 71px;
}

.features__item-inner {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 105px;
    padding-right: 30px;
    background-color: #f1f1f2;
}

@media (max-width: 1030px) {
    .features__item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .features__icon {
        height: 54px;
    }

    .features__item-inner {
        padding-left: 75px;
    }
}

@media (max-width: 559px) {
    .features__item {
        width: 100%;
        padding-right: 0;
    }
}

.product-feature-popup {
    width: 800px;
    min-width: 320px;
    padding: 40px;
    background-color: #fff;
    color: #575c64;
}

.product-feature-popup h1:first-child, .product-feature-popup h2:first-child, .product-feature-popup h3:first-child,
.product-feature-popup h4:first-child, .product-feature-popup p:first-child {
    margin-top: 0;
}

@media (max-width: 800px) and (min-width: 641px) {
    .product-feature-popup {
        width: 600px;
    }
}

@media (max-width: 640px) {
    .product-feature-popup {
        width: 100%;
    }
}

.catalog-item__brands li>div, .catalog-item__brands li>a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 5px;
    border: 1px solid #979797;
}

.tabs__subtitle {
    max-width: 640px;
    font-size: 18px;
    color: #6f7580;
}

.tabs__block--feedback {
    margin-top: 20px;
    border-top: 5px solid #abadb1;
}

.product-feedback__tab-block-mobile {
    display: none;
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    border-top: 1px solid #e5e9ed;
    color: #575c64;
}

.product-feedback__tab-block-mobile.active {
    color: #f3812b;
}

.product-feedback__header {
    display: flex;
    justify-content: space-between;
}

.product-feedback__header .new-header__logo-wrapper {
    width: 261px;
    height: 48px;
}

.product-feedback__tabs {
    display: flex;
    margin: 40px 0 40px;
}

.product-feedback__tab-block {
    width: 33.33333%;
    margin: 0 15px;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    border-bottom: 3px solid #abadb1;
    color: #575c64;
}

.product-feedback__tab-block:first-child {
    margin-left: 0;
}

.product-feedback__tab-block:last-child {
    margin-right: 0;
}

.product-feedback__tab-block.active {
    border-color: #f3812b;
    color: #f3812b;
}

.product-feedback__tab-link {
    display: block;
}

.product-feedback__form-wrap {
    width: 100%;
}

.product-feedback__form-wrap a.popup__form-submit {
    margin-left: 60px;
    margin-right: 0;
}

.product-feedback__form {
    display: flex;
    width: 100%;
}

.product-feedback__form textarea {
    height: 250px;
}

.product-feedback__form.-with-files textarea {
    height: 325px;
}

.product-feedback__form-block:first-child {
    width: 385px;
}

.product-feedback__form-block:last-child {
    width: calc(100% - 445px);
    margin-left: 60px;
}

.product-feedback__tabs-container {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-feedback__tabs-container.active {
    display: flex;
}

.product-feedback__tabs-container .quick-order {
    width: 100%;
    box-shadow: unset;
    -webkit-box-shadow: unset;
}

.product-feedback__tabs-container .quick-order__title {
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: unset;
    text-align: left;
}

.product-feedback__tabs-container .quick-order__title + p {
    margin: 0 0 22px;
    font-size: 18px;
    text-align: left;
    color: #6f7580;
}

.product-invoice-request__wrap {
    width: 100%;
}

.product-invoice-request__wrap textarea {
    height: 160px;
}

.checkbox-waiting_call {
    position: relative;
    top: 2px;
    display: inline;
    width: 18px;
    margin-right: 5px;
    transform: rotate(-35deg);
    color: #6f7580;
}

input.form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder,
select.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #a6afbf;
}

input.form-control:-moz-placeholder, textarea.form-control:-moz-placeholder,
select.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a6afbf;
}

input.form-control::-moz-placeholder, textarea.form-control::-moz-placeholder,
select.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a6afbf;
}

input.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder,
select.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a6afbf;
}

input.form-control::-ms-input-placeholder, textarea.form-control::-ms-input-placeholder,
select.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #a6afbf;
}

input.form-control::placeholder, textarea.form-control::placeholder,
textarea.form-control::placeholder { /* Most modern browsers support this now. */
    color: #a6afbf;
}

.select__trigger {
    color: #a6afbf;
}

input[type="checkbox"] + label {
    margin-left: 8px;
}

input[type="checkbox"] {
    position: relative;
    top: 1px;
}

.product-feedback__tab-block-arrow {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #f3812b;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    transition: none;
}

.product-feedback__tab-block-mobile.active .product-feedback__tab-block-arrow {
    line-height: 23px;
}

@media (max-width: 991px) {
    .product-feedback__tabs-container .quick-order__title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .product-feedback__tabs-container .quick-order__title {
        font-size: 21px;
    }
}

@media (max-width: 950px) and (min-width: 651px) {
    .product-feedback__tab-block {
        margin: 0 8px;
    }

    .product-feedback__form-block:first-child {
        width: 285px;
    }

    .product-feedback__form-block:last-child {
        width: calc(100% - 330px);
        margin-left: 45px;
    }
}

@media (max-width: 650px) {
    .product-feedback__form {
        flex-direction: column;
    }

    .product-feedback__form-block:first-child {
        width: 100%;
    }

    .product-feedback__form-block:last-child {
        width: 100%;
        margin-left: 0;
    }

    .product-feedback__form-wrap a.popup__form-submit {
        margin-top: 0;
        margin-left: 0;
    }

    .product-feedback__tabs.desktop {
        display: none;
    }

    .product-feedback__tab-block-mobile {
        display: block;
    }

    .product-feedback__tab-link-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .product-feedback__tabs-container {
        margin-top: 15px;
    }

    .product-feedback__header {
        flex-direction: column-reverse;
        margin-bottom: 15px;
    }

    .product-feedback__header-block:nth-child(2) {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .tabs__block--feedback {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .product-feedback__header, .product-feedback__tabs-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .popup__success {
        width: 100%;
        padding: 25px 15px;
    }
}

.callback {
    max-width: 365px;
}

.callback__question {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .new-header__top--fixed {
        z-index: 9;
    }
}

.application-area-wrapper {
    margin-bottom: 15px;
}

.comments__form a {
    text-transform: none;
}

.cookies-banner__wrap {
    position: fixed;
    bottom: 20px;
    left: calc((100% - 590px) / 2);
    z-index: 999999999;
    width: 590px;
    padding: 15px 20px;
    background-color: rgb(36 36 36 / 96%);
    -webkit-box-shadow: 0 0 5px 0 #232323;
    box-shadow: 0 0 5px 0 #232323;
    border-radius: 5px;
    box-sizing: border-box;
    color: #e7e7e7;
}

.cookies-banner__wrap svg {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.cookies-banner__inner {
    display: flex;
    flex-wrap: wrap;
}

.cookies-banner__box:nth-child(1) {
    width: calc(100% - 164px);
    padding-right: 10px;
    box-sizing: border-box;
}

.cookies-banner__box:nth-child(2) {
    display: flex;
    align-items: center;
    width: 164px;
}

.cookies-banner__text + .cookies-banner__text {
    margin-top: 4px;
}

.cookies-banner__text a {
    color: #e7e7e7;
    text-decoration: underline;
}

@media (max-width: 630px) {
    .cookies-banner__wrap {
        left: 5px;
        width: calc(100% - 10px);
    }
}

@media (max-width: 510px) {
    .cookies-banner__box:nth-child(1) {
        width: 100%;
        padding-right: 0;
    }

    .cookies-banner__box:nth-child(2) {
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }

    .cookies-banner__box .catalog-item__buy {
        margin-left: 0;
    }
}

.card__photos {
    position: relative;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 20px;
}

.card__photos .bundle {
    padding-right: 0;
}

@media screen and (min-width: 1091px) {
    .card__photos {
        width: calc(100% - 680px);
    }
}

@media screen and (max-width: 767px) {
    .card__photos {
        padding-right: 0;
    }
}

.card__info {
    display: flex;
    width: 680px;
}

.card__info-box:nth-child(1) {
    width: 480px;
}

.card__info-box:nth-child(2) {
    width: 200px;
    padding-left: 30px;
    margin-top: 60px;
}

@media screen and (min-width: 768px) {
    .card__thumbnails a {
        padding: 0 15px 15px;
        border-left: none;
        border-bottom: 2px solid transparent;
    }
}

.card__buy-block {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 15px;
    border: 1px solid #d8dee4;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 7px -2px rgb(0 0 0 / 15%);
    box-shadow: 0 3px 7px -2px rgb(0 0 0 / 15%);
}

.card__amount.price__with_old_price, .catalog-item__price.price__with_old_price,
.similar__price.price__with_old_price, .product-widget__price-wrapper.price__with_old_price {
    display: inline-flex;
    align-items: center;
    background-color: #efefef;
    border-radius: 10px;
}

@media screen and (min-width: 700px) {
    .product-widget__price-wrapper.price__with_old_price {
        flex-direction: column;
    }
}

.card__price {
    padding: 0 0 25px;
}

.card__price.-last {
    padding-bottom: 0;
}

.card__price-val, .price__wrapper, .old_price__wrapper, .similar__price-val, .product-widget__price-val {
    display: inline-flex;
    align-items: center;
    padding: 5px 15px;
    border-radius: 10px;
}

.card__price-val.-with_old_price, .price__wrapper, .similar__price-val.-with_old_price,
.product-widget__price-val.-with_old_price {
    align-items: baseline;
    background-color: #f3812b;
    color: #fff;
}

.card__buy {
    margin-left: 0;
    border-radius: 10px;
}

.marketplace-links__block {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #d8dee4;
}

.marketplace-links__title {
    margin-bottom: 15px;
}

.marketplace-links__list {
    display: flex;
    flex-wrap: wrap;
}

.marketplace-links__item {
    width: 50%;
}

.marketplace-links__item a {
    display: flex;
    align-items: center;
}

.marketplace-links__item-img {
    margin-right: 15px;
}

.marketplace-links__item-name {
    font-size: 16px;
    font-weight: 600;
}

.marketplace-links__item a:hover .marketplace-links__item-name {
    text-decoration: underline;
}

.popup__form-submit, .tabs__ask , .inner-banner__content > a, .card-testimonials__button a, .choose-popup button,
.quick-order button, a.button, .card-photos__buy, .catalog-item__buy, .choose__submit, .quick-preview__all,
.quick-preview__go, .basket-popup__submit, .basket__submit, .basket__back, .about__last a, .comments__bottom button,
.catalog-item__similar {
    border-radius: 10px;
}

.tags__list a {
    border-radius: 10px;
}

@media screen and (max-width: 1090px) and (min-width: 992px) {
    .card__photos {
        width: calc(100% - 480px);
    }

    .card__info {
        width: 480px;
    }
}

@media screen and (max-width: 1090px) {
    .card__info {
        flex-direction: column;
    }

    .card__info-box:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .card__service {
        width: 50%;
        margin-bottom: 0;
        border-bottom: none;
    }

    .card__service + .card__service {
        margin-top: 0;
        margin-bottom: 0;
        border-top: 1px solid #d8dee4;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .card__photos {
        width: calc(100% - 400px);
    }

    .card__info, .card__info-box:nth-child(1), .card__info-box:nth-child(2) {
        width: 400px;
    }
}

@media screen and (max-width: 767px) {
    .card__info, .card__info-box:nth-child(n) {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .card__service {
        width: 100%;
    }
}

@media screen and (max-width: 395px) {
    .card__info-box .marketplace-links__item, .tabs__block .marketplace-links__item {
        width: 100%;
    }

    .card__info-box .marketplace-links__item + .marketplace-links__item,
    .tabs__block .marketplace-links__item + .marketplace-links__item {
        margin-top: 20px;
    }
}

@media screen and (max-width: 375px) {
    .card__price-val, .price__wrapper, .old_price__wrapper, .similar__price-val, .product-widget__price-val {
        padding: 5px 8px;
    }
}

.catalog-item__price-wrap {
    margin-bottom: 0;
}

.catalog-item__service {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d8dee4;
}

.catalog-item__buy {
    justify-content: center;
    margin-top: 25px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .catalog-item__price.price__with_old_price {
        flex-direction: column;
    }
}

.catalog-item__free-delivery {
    margin-top: 10px;
    margin-bottom: 0;
}

.catalog-item .marketplace-links__item {
    width: 100%;
}

.catalog-item .marketplace-links__item + .marketplace-links__item {
    margin-top: 15px;
}

.card__orders-count-wrapper {
    margin-top: 3px;
}

@media screen and (max-width: 767px) and (min-width: 720px) {
    .catalog-item .marketplace-links__item {
        width: 50%;
    }

    .catalog-item .marketplace-links__item + .marketplace-links__item {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .catalog-item__price-wrap {
        border-bottom: none;
        padding-bottom: 0;
    }

    .catalog-item__price.price__with_old_price {
        max-width: 230px;
    }
}

@media screen and (max-width: 525px) and (min-width: 426px) {
    .catalog-item__service {
        display: flex;
    }

    .catalog-item__service a {
        width: 50%;
    }

    .catalog-item__service a:last-child {
        margin-top: 0;
    }

    .catalog-item .marketplace-links__item {
        width: 50%;
    }

    .catalog-item .marketplace-links__item + .marketplace-links__item {
        margin-top: 0;
    }
}

.quick-look {
    margin-top: 8px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px 12px;
    background-color: #f2f2f2;
    border-radius: 8px;
}

.quick-look:hover {
    background-color: rgb(243 129 43 / 15%);
}

.quick-preview__top-col-l {
    width: calc(100% - 480px);
}

.quick-preview__top-col-r {
    position: relative;
    width: 480px;
    color: #575c64;
}

.quick-preview .catalog-item__add-to-favorite {
    right: 0;
}

.quick-preview__title {
    padding-right: 50px;
}

.quick-preview .card__display {
    width: 100%;
    margin-left: 0;
}

@media screen and (max-width: 1199px) {
    .quick-preview__top {
        flex-direction: column;
    }

    .quick-preview__top-col-l, .quick-preview__top-col-r, .quick-preview .card__photos {
        width: 100%;
    }

    .quick-preview__top-col-l {
        margin-bottom: 15px;
    }

    .quick-preview__top .card__buy {
        width: 35%;
    }
}

@media screen and (max-width: 767px) {
    .catalog-item__buy span {
        display: block;
    }
}

.similar__list {
    flex-wrap: wrap;
    padding: 0 10px;
}

.similar__item-wrap {
    width: 25%;
}

.similar__item {
    width: unset;
    margin: 15px 10px 15px;
    text-align: left;
    border: 1px solid #d8dee4;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 7px -1px rgb(0 0 0 / 15%);
    box-shadow: 0 0 7px -1px rgb(0 0 0 / 15%);
}

.similar__item--single, .similar__item--set {
    padding: 15px 20px;
}

.similar__image {
    height: 190px;
}

.similar__name--set {
    align-items: start;
}

.similar__category {
    margin-top: 0;
}

.similar__price {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-top: 15px;
    font-size: 20px;
}

.similar__price-wrapper {
    text-align: center;
}

.similar__item .star-widget__wrapper svg {
    width: 18px;
    max-width: 18px;
}

.similar__item .star-widget__wrapper .star-widget__value .wrapper__in {
    width: 90px;
}

.similar__item .star-widget__wrapper {
    width: 90px;
}

.similar__item .card-testimonials__average {
    font-size: 14px;
}

.similar__item  .card-testimonials__average span {
    width: 28px;
    min-width: 28px;
    max-width: 28px;
    height: 28px;
}

.similar__item .quick-preview__rating-stars .card-testimonials__average {
    margin-left: 5px;
}

.similar__item .quick-preview__rating-stars {
    margin-top: -7px;
}

.similar__item-rating-wrap {
    min-height: 21px;
}

@media screen and (max-width: 1260px) {
    .similar__item-wrap {
        width: 33.3333333%;
    }
}

@media screen and (max-width: 940px) {
    .similar__item-wrap {
        width: 50%;
    }
}

@media screen and (max-width: 640px) {
    .similar__item-wrap {
        width: 100%;
    }
}

@media screen and (max-width: 340px) {
    .similar__item--single, .similar__item--set {
        padding: 15px 12px;
    }
}

.accessories__item {
    text-align: left;
}

.price-from-text {
    font-size: 0.7em;
}

@media screen and (max-width: 425px) {
    .article>div {
        padding: 25px 20px;
    }
}

.pricelist-product__section .quick-look {
    padding: 5px 12px;
}