@import url("disable-browser-styles.css");
@import url("disable-browser-styles.css");
@import url("bootstrap-grid.min.css");
@import url("jquery.formstyler.css");
@import url("jquery.fancybox.min.css");
@import url("owl.carousel.min.css");
@import url("luto.css");
@import url("ms.css");

/*_CUSTOM*/
body {
    background-color: #fdfcf9;
}
.w-site-shadow {
    max-width: 1240px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.s-header,
.s-header-mobile {
    position: relative;
    z-index: 20;
    margin-bottom: 15px;
    background-color: #fff;
}
.s-header-mobile {
    padding: 10px 0;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.s-mobile-catalog-button {
    padding: 5px 0;
    display: none;
}
.mobile-catalog-button {
    display: block;
    position: relative;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0;
    line-height: 0;
    padding: 12px 20px 10px;
}
.mobile-catalog-button .text {
    display: inline-block;
    vertical-align: middle;
    text-shadow: 0 0 5px rgba(0,0,0,0.2);
    font-size: 14px;
    line-height: 16px;
}
.mobile-catalog-button .burger {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin: -4px 20px -2px 0;
}

.mobile-catalog-button .burger .line {
    height: 3px;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.mobile-catalog-button .burger .line+.line {
    margin-top: 3px;
}


@media (min-width: 1280px) {
    .s-mobile-search {
        display: none;
    }
}
.s-mobile-search {
    display: block;
    position: relative;
    z-index: 15;
    margin-top: -40px;
    opacity: 0;
    pointer-events: none;
    transition: ALL 0.2s ease;
    -webkit-transition: ALL 0.2s ease;
    -moz-transition: ALL 0.2s ease;
    -o-transition: ALL 0.2s ease;
}
.s-mobile-search._toggled {
    padding-bottom: 10px;
    margin-top: 0;
    opacity: 1;
    pointer-events: all;
}
.s-header-mobile .col-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
}
.s-header-mobile .col-right {
    padding-left: 0;
    padding-bottom: 5px;
}
.s-header-mobile .header-description {
    background-color: #f1f1f1;
    padding: 5px;
}

.h-middle {
    padding-top: 15px;
    padding-bottom: 10px;
}
.row-header>.col-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 205px;
    flex: 0 0 205px;
    max-width: 205px;
}
.row-header>.col-content {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 205px);
    -ms-flex: 0 0 calc(100% - 205px);
    flex: 0 0 calc(100% - 205px);
    max-width: calc(100% - 205px);
}

.logo__link {
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.row-header>.col-content .col-mail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px;
    text-align: right;
}
.row-header>.col-content .col-phones {
    padding-top: 10px;
    padding-bottom: 10px;
}
.row-header>.col-content .col-phones .col-phone-item {
    padding-top: 5px;
    padding-bottom: 5px;
}
.w-phone-item.w-icons .phone__link {
    margin-left: 5px;
}
.w-phone-item .phone-icon,
.w-phone-item .phone__link {
    display: inline-block;
    vertical-align: middle;
}
.w-phone-item .phone-icon {
    width: 18px;
    height: 18px;
    margin: 0 1px 0 0;
}
.w-phone-item .phone__link {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
}
.w-phone-item .phone__link.mail:hover {
    text-decoration: underline;
}


.w-header-bottom {
    background-color: #f2e9da;
    padding: 4px 0 4px 4px;
}

.row-h-bottom>.col-search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 540px;
    flex: 0 0 540px;
    max-width: 540px;
}
.w-search {
    position: relative;
}
.w-search .input {
    position: relative;
    z-index: 11;
}
.w-search.w-btn .input__default {
    font-size: 16px;
    line-height: 18px;
    padding: 0;
    padding-left: 20px;
    padding-right: 50px;
    border-color: transparent;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.w-search.w-btn .btn {
    position: absolute;
    bottom: 0;
    right: 0;
}
.w-search.w-btn .fcm {
    width: 40px;
    height: 40px;
    padding: 5px;
}
.w-search.w-btn .fcm svg {
    width: 20px;
    height: 20px;
}
.w-search.w-btn .fcm .icon {
    font-size: 0;
    line-height: 0;
}
.w-search.w-btn .button {
    padding: 5px;
    border-radius: 0 2px 2px 0;
}

.w-search-results {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 10;
}
.w-search-results>.frame {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    padding: 10px 0 0;
}
.w-search-result-item {

}
.search-result__link {
    color: #202020;
    text-decoration: none;
    display: block;
    padding: 8px 15px;
}
.search-result__link._more {
    background-color: #f2e9da;
}
.search-result__link._more:hover {
    background-color: #f4d093;
}
.search-result__link .w-image {
    padding: 5px;
    border-radius: 2px;
    border: 2px solid #ececec;
}
.row-search-result-item .col-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    padding-left: 30px;
}
.row-search-result-item .col-image ~ .col-content {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 120px);
    -ms-flex: 0 0 calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
    padding-left: 0;
}
.search-result__link .name {
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    display: inline;
    border-bottom: 1px solid #909090;
    transition: ALL 0.2s ease;
    -webkit-transition: ALL 0.2s ease;
    -moz-transition: ALL 0.2s ease;
    -o-transition: ALL 0.2s ease;
}
.search-result__link:hover .name {
    border-color: transparent;
}
.search-result__link .description {
    display: block;
    color: #909090;
    margin-top: 7px;
}



.header-btn-item {
    display: block;
    margin-top: -4px;
    margin-bottom: -4px;
    padding: 12px 15px 10px;
    color: #202020;
    text-decoration: none;
}
.w-header-bottom .header-btn-item {
    margin-top: -4px;
    margin-bottom: -4px;
}
.w-header-bottom .header-btn-item.cabinet {
    min-width: 160px;
}
.header-btn-item.w-icon-left {
    padding-left: 45px;
    font-size: 0;
    line-height: 0;
}
.header-btn-item.w-icon-left .icon {
    left: 5px;
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
}
.header-btn-item .name {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 2px;
}
.header-btn-item .name.dotted {
    display: inline-block;
    max-width: 107px;
    height: 16px;
    border-bottom: 1px dotted #909090;
    white-space: nowrap;
    overflow: hidden;
}
.header-btn-item .description {
    font-size: 10px;
    line-height: 12px;
    max-height: 12px;
    overflow: hidden;
    color: #909090;
}
a.header-btn-item:hover {
    background-color: #f1dcba;
}
.header-btn-item.cart .icon .r-img {
    opacity: 0.5;
}
.header-btn-item.cart._active .icon .r-img {
    opacity: 1;
}
.mobile-btn__link.cart .count,
.header-btn-item.cart .count {
    position: absolute;
    z-index: 1;
    top: -3px;
    right: -6px;
    border-radius: 50%;
    font-size: 11px;
    line-height: 11px;
    background-color: #909090;
    color: #fff;
    min-width: 17px;
    text-align: center;
    padding: 3px 0;
}
.mobile-btn__link.cart .count {
    font-size: 12px;
    line-height: 14px;
    min-width: 20px;
    background-color: #909090;
}
.header-btn-item.cart._active .count,
.mobile-btn__link.cart._active .count {
    background-color: #277d23;
}
.mobile-btn__link.cart {
    padding: 5px 10px 5px 3px;
}

.header-cabiner-relative {
    position: relative;
}
.header-cabiner-relative .inset {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
}
.header-cabiner-relative .inset._toggled {
    opacity: 1;
    pointer-events: all;
}
.mobile-btn__link.cabinet {
    padding-left: 8px;
    padding-right: 3px;
}
.mobile-btn__link.cabinet._toggled {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.s-header-mobile .header-cabiner-relative .inset {
    width: 155px;
}
.header-cabiner-relative .inset>.frame {
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #cecece;
    padding: 0;
}
.header-cabiner-relative ul>li>a {
    display: block;
    padding: 0 15px;
    color: #202020;
    text-decoration: none;
    font-size: 0;
    line-height: 0;
}
.header-cabiner-relative ul>li>a .text {
    padding: 10px 0;
    font-size: 13px;
    line-height: 15px;
}
.header-cabiner-relative ul>li+li>a .text {
    border-top: 1px solid #ececec;
}
.header-cabiner-relative ul>li+li>a .text .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.header-cabiner-relative ul>li:hover>a {
    background-color: #fdc99d;
}
.header-cabiner-relative ul>li:hover>a .text,
.header-cabiner-relative ul>li:hover+li>a .text {
    border-color: transparent;
}

.h-bottom {
    font-size: 13px;
}
.row-h-bottom-line {
    padding-top: 3px;
    padding-bottom: 10px;
}
.row-h-bottom-line>.col {
    padding-bottom: 3px;
}
.row-h-bottom-line .w-icon-left {
    padding-left: 15px;
}
.row-h-bottom-line .w-icon-left .icon {
    top: calc(50% - 6px);
    width: 12px;
    height: 12px;
}
@media (min-width: 1260px) {
    .row-left-side-catalog>.col-catalog-aside {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 310px;
        flex: 0 0 310px;
        max-width: 310px;
    }
    .row-left-side-catalog>.col-catalog-content {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% - 310px);
        -ms-flex: 0 0 calc(100% - 310px);
        flex: 0 0 calc(100% - 310px);
        max-width: calc(100% - 310px);
        padding-left: 5px;
    }
}
@media (max-width: 1259px) {
    .row-left-side-catalog>.col-catalog-aside {
        overflow: hidden;
    }
}

.w-left-side-catalog>.frame {
    background-color: #f2e9da;
}
.left-side-catalog__link {
    display: block;
    color: #202020;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    padding: 0 15px;
}
.left-side-catalog__link .text {
    padding: 8px 0 10px;
}
.li-left-side-catalog.li-dropper .dropper-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 33px;
    height: 100%;
    content: "";
    z-index: 1;
    cursor: pointer;
}
.li-left-side-catalog.li-dropper>.parent {
    position: relative;
}
.li-left-side-catalog.li-dropper .left-side-catalog__link .text {
    padding-right: 15px;
}
.li-left-side-catalog+.li-left-side-catalog .left-side-catalog__link .text {
    border-top: 1px solid #e4dbcc;
}
.li-left-side-catalog.li-dropper .b-dropper {
    position: absolute;
    right: 5px;
    top: calc(50% - 10px);
    height: 20px;
    width: 20px;
    content: "";
    pointer-events: none;
    transition: ALL 0.2s ease;
    -webkit-transition: ALL 0.2s ease;
    -moz-transition: ALL 0.2s ease;
    -o-transition: ALL 0.2s ease;
}
.li-left-side-catalog.li-dropper .b-dropper {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.li-left-side-catalog.li-dropper .b-dropper._toggled  {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.li-left-side-catalog.li-dropper._active .b-dropper._toggled {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.li-left-side-catalog.li-dropper .b-dropper:after {
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    border: 2px solid transparent;
    border-left: 2px solid #202020;
    border-bottom: 2px solid #202020;
    border-radius: 2px;
    position: absolute;
    top: calc(50% - 5px);
    left: 3px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);

    transition: ALL 0.2s ease;
    -webkit-transition: ALL 0.2s ease;
    -moz-transition: ALL 0.2s ease;
    -o-transition: ALL 0.2s ease;
}
.li-left-side-catalog.li-dropper>.inset {
    display: none;
}
.li-left-side-catalog.li-dropper>.inset>.frame {
    width: 100%;
    background-color: #fff;
}
.li-left-side-catalog.li-dropper .ul-inset .li-inset .inset__link {
    display: block;
    padding: 0px 15px;
    color: #202020;
    text-decoration: none;
}
.li-left-side-catalog.li-dropper .ul-inset .li-inset .inset__link .text {
    padding: 8px 0 9px;
}
.li-left-side-catalog.li-dropper .ul-inset .li-inset+.li-inset .inset__link .text {
    border-top: 1px solid #eaeaea;
}
.li-left-side-catalog._active .left-side-catalog__link {
    background-color: #f97809;
    color: #fff;
}
.li-left-side-catalog._active .b-dropper:after {
    border-left-color: #fff;
    border-bottom-color: #fff;
}
.li-left-side-catalog._active .left-side-catalog__link .text,
.li-left-side-catalog._active+.li-left-side-catalog .left-side-catalog__link .text {
    border-color: transparent;
}
.li-left-side-catalog.li-dropper .ul-inset .li-inset._active .inset__link {
    background-color: #fdc99d;
}
.li-left-side-catalog.li-dropper .ul-inset .li-inset._active .inset__link .text,
.li-left-side-catalog.li-dropper .ul-inset .li-inset._active+.li-inset .inset__link .text {
    border-top-color: transparent;
}
.li-left-side-catalog.li-dropper._active .ul-inset .li-inset .inset__link .text {
    padding-left: 25px;
    position: relative;
}
.li-left-side-catalog.li-dropper._active .ul-inset .li-inset .inset__link .text:before {
    position: absolute;
    left: 5px;
    top: 15px;
    border: 3px solid transparent;
    border-left-color: #c3b9a8;
    content: "";
    transition: ALL 0.2s ease;
    -webkit-transition: ALL 0.2s ease;
    -moz-transition: ALL 0.2s ease;
    -o-transition: ALL 0.2s ease;
}
.li-left-side-catalog.li-dropper._active .ul-inset .li-inset.li-dropper .inset__link .text {
    padding-right: 15px;
}


@media (min-width: 1260px) {
    .w-left-side-catalog>.frame {
        border-radius: 2px;
        border: 2px solid #d9d1c3;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }
    .li-left-side-catalog.li-dropper {
        position: relative;
    }

    .li-left-side-catalog.li-dropper .dropper-overlay {
        display: none;
    }
    .li-left-side-catalog.li-dropper._active .dropper-overlay {
        display: block;
    }
    .li-left-side-catalog.li-dropper>.inset {
        position: absolute;
        top: 0;
        left: 99%;
        transition: ALL 0.2s ease;
        -webkit-transition: ALL 0.2s ease;
        -moz-transition: ALL 0.2s ease;
        -o-transition: ALL 0.2s ease;
        padding-left: 10px;
        opacity: 0;
        z-index: 1;
        pointer-events: none;
    }
    .li-left-side-catalog.li-dropper:hover>.inset {
        display: block;
        padding-left: 14px;
        opacity: 1;
        pointer-events: all;
    }
    .li-left-side-catalog.li-dropper>.inset>.frame {
        width: 280px;
        border-radius: 2px;
        background-color: #fff;
        border: 2px solid #ececec;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }
    .li-left-side-catalog.li-dropper._active:hover>.inset,
    .li-left-side-catalog.li-dropper._active>.inset {
        position: relative;
        padding-left: 0;
        left: 0;
        opacity: 1;
        pointer-events: all;
    }
    .li-left-side-catalog.li-dropper:not(._active):hover>.inset,
    .li-left-side-catalog.li-dropper:not(._active)>.inset {
        display: block !important;
    }
    .li-left-side-catalog.li-dropper._active:hover>.inset>.frame,
    .li-left-side-catalog.li-dropper._active>.inset>.frame {
        width: 100%;
        box-shadow: none;
        border: none;
    }
    .li-left-side-catalog.li-dropper._toggled._active .b-dropper,
    .li-left-side-catalog.li-dropper._active .b-dropper {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .li-left-side-catalog.li-dropper._active .ul-inset .li-inset._active:not(.li-dropper) .inset__link .text:before,
    .li-left-side-catalog.li-dropper._active .ul-inset .li-inset:not(.li-dropper):hover .inset__link .text:before {
        border-left-color: #000;
    }
    .li-left-side-catalog.li-dropper._active .ul-inset .li-inset._active.li-dropper .inset__link:hover .text:before,
    .li-left-side-catalog.li-dropper._active .ul-inset .li-inset.li-dropper .inset__link:hover .text:before {
        border-left-color: #000;
    }


    .li-left-side-catalog.li-dropper .b-dropper {
        right: 8px;
    }
    .li-left-side-catalog.li-dropper._toggled .b-dropper,
    .li-left-side-catalog.li-dropper .b-dropper {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .li-left-side-catalog:hover .left-side-catalog__link {
        background-color: #fb8d2e;
        color: #fff;
    }
    .li-left-side-catalog:hover .b-dropper:after {
        border-left-color: #fff;
        border-bottom-color: #fff;
    }
    .li-left-side-catalog:hover .left-side-catalog__link .text,
    .li-left-side-catalog:hover+.li-left-side-catalog .left-side-catalog__link .text {
        border-color: transparent;
    }

    .li-left-side-catalog.li-dropper .ul-inset .li-inset:not(.li-dropper):hover .inset__link {
        background-color: #fdc99d;
    }
    .li-left-side-catalog.li-dropper .ul-inset .li-inset:not(.li-dropper):hover .inset__link .text,
    .li-left-side-catalog.li-dropper .ul-inset .li-inset:not(.li-dropper):hover+.li-inset .inset__link .text {
        border-top-color: transparent;
    }
    .li-left-side-catalog.li-dropper .ul-inset .li-inset .inset__link:hover {
        background-color: #fdc99d;
    }
    .li-left-side-catalog.li-dropper .ul-inset .li-inset .inset__link:hover .text {
        border-top-color: transparent;
    }

    .li-left-side-catalog.li-dropper .ul-inset .li-inset.li-dropper .inset__link .text {
        padding-right: 15px;
    }
    .li-left-side-catalog:not(._active) .inset .li-inset.li-dropper {
        position: relative;
    }
    .li-left-side-catalog:not(._active) .inset .li-inset.li-dropper .inset-last {
        position: absolute;
        left: 99%;
        top: 0;
        padding-left: 14px;
    }
    .li-left-side-catalog:not(._active) .inset .li-inset.li-dropper .inset-last .frame {
        width: 280px;
        border-radius: 2px;
        background-color: #fff;
        border: 2px solid #ececec;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }
    .li-left-side-catalog:not(._active) .inset .li-inset.li-dropper:hover .inset-last {
        display: block;
    }
    .w-left-side-catalog .li-left-side-catalog:not(._active) .inset-last ul>li>a .text {
        padding-left: 0;
    }

}

.s-mobile-menu .phone__link {
    font-size: 16px;
    line-height: 16px;
    min-width: 145px;
}

.w-index-slider .slide {
    position: relative;
}
.w-index-slider .slide-content {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100%;
    padding: 25px 15px;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.w-index-slider .w-slide-image .overlay {
    background-color: rgba(0, 99, 180, 0.3);
    z-index: 2;
}
.w-index-slider .w-slide-image.r-box:before {
    padding-top: 36%;
}
.w-index-slider .w-slide-image .r-img {
    z-index: 1;
}
.row-index-slide-content,
.w-index-slider .slide-content .d-flex {
    height: 100%;
}
.w-index-slider .slide-content .d-flex>* {
    width: 100%;
}
.w-index-slider .slide-content .d-flex>*>*+* {
    margin-top: 15px;
}
.row-index-slide-content>.col-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
}
.w-index-slider .slide-name {
    font-weight: bold;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 15px;
}
.w-index-slider .w-button .button {
    min-width: 200px;
}

.w-index-slider .w-slider-dots {
    padding: 10px 14px 5px 14px;
    background-color: #f2e9da;
}
.w-index-slider .w-slider-dots .item {
    cursor: pointer;
    color: #909090;
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 5px;
}
.w-index-slider .w-slider-dots .item:hover,
.w-index-slider .w-slider-dots .active .item {
    color: #000;
}

.row-category-list,
.row-catalog-list {
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}
.row-category-list>.col,
.row-catalog-list>.col {
    overflow: hidden;
    padding: 10px 10px 10px 10px;
}
.row-product-item .col-image,
.row-product-item .col-pcs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px;
}
.row-product-item .col-name,
.row-product-item .col-btn {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 110px);
    -ms-flex: 0 0 calc(100% - 110px);
    flex: 0 0 calc(100% - 110px);
    max-width: calc(100% - 110px);
    padding-left: 10px;
}
.row-product-item .col-image,
.row-product-item .col-name {
    padding-bottom: 10px;
}
.w-product-item>.frame {
    position: relative;
    padding: 15px;
    border-radius: 2px;
    border: 2px solid #d6d6d6;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    transition: ALL 0.2s ease;
    -webkit-transition: ALL 0.2s ease;
    -moz-transition: ALL 0.2s ease;
    -o-transition: ALL 0.2s ease;
}
.w-product-item:hover>.frame {
    border-color: #f5520f;
}
.w-product-item .w-image {
    border-radius: 2px;
    padding: 0px;
    /*border: 1px solid #f1f1f1;*/
    font-size: 0;
    line-height: 0;
    position: relative;
}
.w-product-page-item .w-image .w-color-absolute-rect,
.w-product-item .w-image .w-color-absolute-rect {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 26px;
    height: 26px;
    border-radius: 2px;
    z-index: 2;
}
.w-product-page-item .w-image .w-color-absolute-rect {
    width: 40px;
    height: 40px;
}
.w-product-item .w-image .r-box._200:before,
.w-product-item .w-image .r-box:before {
    padding-top: 138px;
}
.w-product-item a.image__link:hover .r-img {
    opacity: 0.8;
}
.w-product-item .w-name {
    min-height: 110px;
    min-height: 70px;
}
.w-product-item .w-name {
    font-size: 15px;
    line-height: 18px;
}
.w-product-item .w-name .name,
.w-product-item .w-name .name a {
    color: #202020;
    text-decoration: none;
}
.w-product-item .w-name .name a:hover {
    color: #f44609;
}
.w-product-item .description {
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
    font-weight: normal;
}
.w-product-item .w-price .d-flex {
    min-height: 77px;
}
.w-product-item .w-price .price {
    min-height: 18px;
}
.price {
    font-size: 14px;
    line-height: 18px;
}
.price.old {
    color: #909090;
    text-decoration: line-through;
}
.price.new {
    font-size: 18px;
    font-weight: bold;
}
.price.new.orange {
    color: #e81800;
}
.price.small {
    font-size: 13px;
    color: #202020;
}

.btn-cart {
    padding-left: 1px;
    padding-right: 1px;
    font-size: 0;
    line-height: 0;
}
.btn-cart>* {
    display: inline-block;
    vertical-align: middle;
}
.btn-cart .icon {
    width: 15px;
    margin-right: 6px;
}
.btn-cart .icon svg {
    width: 15px;
    height: 15px;
}
.btn-cart .text {
    font-size: 14px;
    line-height: 14px;
}
.btn-cart path,
.btn-cart circle {
    transition: ALL 0.2s ease;
    -webkit-transition: ALL 0.2s ease;
    -moz-transition: ALL 0.2s ease;
    -o-transition: ALL 0.2s ease;
    fill: #f44910;
}
.btn-cart:hover path,
.btn-cart:hover circle {
    fill: #fff;
}
.corner-sticker {
    width: 59px;
    transform: rotate(-45deg);
    height: 18px;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    background-color: #5200ce;
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: 12px;
    left: -9px;
    text-align: center;
}
.corner-sticker:after {
    height: 7px;
    width: 95px;
    position: absolute;
    left: -18px;
    bottom: -7px;
    background-color: rgba(0,0,0,0.2);
    content: "";
}
.corner-sticker span {
    width: 18px;
    height: 18px;
    border: 9px solid transparent;
    border-bottom-color: #5200ce;
    position: absolute;
}
.corner-sticker span.left-corner {
    border-right-color: #5200ce;
    left: -18px;
}
.corner-sticker span.right-corner {
    border-left-color: #5200ce;
    right: -18px;
}
.corner-sticker span.left-corner:before {
    content: "";
    border: 4px solid #000;
    border-bottom-color: transparent;
    border-right-color: transparent;
    position: absolute;
    bottom: -17px;
    left: -9px;
}
.corner-sticker span.right-corner:before {
    content: "";
    border: 4px solid #000;
    border-bottom-color: transparent;
    border-left-color: transparent;
    position: absolute;
    bottom: -17px;
    right: -9px;
}
.corner-sticker._sale {
    background-color: #fa8007;
}
.corner-sticker._sale span {
    border-bottom-color: #fa8007;
}
.corner-sticker._sale span.left-corner {
    border-right-color: #fa8007;
}
.corner-sticker._sale span.right-corner {
    border-left-color: #fa8007;
}
.corner-sticker._new {
    background-color: #28b52b;
}
.corner-sticker._new span {
    border-bottom-color: #28b52b;
}
.corner-sticker._new span.left-corner {
    border-right-color: #28b52b;
}
.corner-sticker._new span.right-corner {
    border-left-color: #28b52b;
}

.s-footer {
    padding: 30px 0 10px;
    background-color: #f2e9da;
}
.row>.col-footer-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 205px;
    flex: 0 0 205px;
    max-width: 205px;
}
.row>.col-footer-logo ~ .col-footer-right {

}
.footer-nav__link {
    display: block;
    padding: 5px 0;
    color: #202020;
    text-decoration: none;
    font-weight: bold;
}
.footer-nav__link:hover {
    text-decoration: underline;
}
.w-footer-paysystems {
    padding: 25px 0;
}

.w-category-item .block__link {
    color: #202020;
    text-decoration: none;
}
.w-category-item .block__link>.frame {
    position: relative;
    padding: 15px;
    border-radius: 2px;
    border: 2px solid #d6d6d6;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    transition: ALL 0.2s ease;
    -webkit-transition: ALL 0.2s ease;
    -moz-transition: ALL 0.2s ease;
    -o-transition: ALL 0.2s ease;
    text-align: center;
}
.w-category-item .w-image {
    border-radius: 2px;
    border: 1px solid #f1f1f1;
    font-size: 0;
    line-height: 0;
}
.w-category-item .w-name {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;

    min-height: 47px;
}
.w-category-item .name {
    font-weight: bold;
    margin-top: 5px;
    transition: ALL 0.2s ease;
    -webkit-transition: ALL 0.2s ease;
    -moz-transition: ALL 0.2s ease;
    -o-transition: ALL 0.2s ease;
}
.w-category-item .w-price {
    font-size: 13px;
    margin-top: 5px;
}
.w-category-item .block__link:hover>.frame {
    border-color: #f5520f;
}
.w-category-item .block__link:hover .w-image .r-img {
    opacity: 0.8;
}
.w-category-item .block__link:hover .name {
    color: #f44609;
}

.w-left-side-catalog .w-sides-offset  {
    padding: 20px 15px;
}
.pricelist-btn {
    font-size: 13px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}
.pricelist-btn:before {
    width: 24px;
    height: 26px;
    position: absolute;
    top: 5px;
    left: 4px;
    content: "";
    background-image: url(../i/pdf-white-icon.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}
.w-left-side-catalog .w-sides-offset .description {
    font-size: 10px;
    line-height: 11px;
}

.w-find-product-frame>.frame {
    border-radius: 2px;
    background-color: #f2e9da;
    padding: 20px 25px;
}
.w-find-product-frame .input__default {
    padding-left: 15px;
    padding-right: 130px;
}
.w-find-product-frame .button {
    height: 40px;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.w-find-product-frame .button:active {
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.row-product-page {
    overflow: hidden;
}
.row-product-page>.col-product-side {
    padding-top: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 696px;
    flex: 0 0 696px;
    max-width: 696px;
    padding-bottom: 20px;
    overflow: hidden;
}
.row-product-page>.col-more-products-side {
    padding-top: 5px;
    padding-bottom: 20px;
}
.default-frame>.frame {
    border-radius: 2px;
    border: 2px solid #d6d6d6;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.w-product-main-info-bottom,
.w-product-main-info-top {
    padding-bottom: 20px;
}
.w-product-main-info-top .default-frame>.frame {
    position: relative;
}
.w-product-main-info-top .default-frame>.frame .corner-sticker {
    z-index: 3;
}
.row-product-page-item>.col-image {
    padding-right: 0;
}
.row-product-page-item>.col-description {
    padding-left: 20px;
    border-left: 3px solid #ece8e1;
}
.w-product-main-info-top .default-frame>.frame {
    padding: 15px;
}
.w-product-main-info,
.w-product-main-info .parent {
    height: 100%;
}
.w-product-main-info .parent>* {
    width: 100%;
}
.w-product-main-info .w-bottom>*+* {
    margin-top: 10px;
}
.w-product-main-info .w-name>* {
    margin-bottom: 10px;
}
.w-product-page-item .w-image {
    position: relative;
    margin-right: 15px;
}
.w-product-page-item .w-image .zoom {
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #ccc5b8;
    padding: 11px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 5px;
}
.w-product-page-item .w-image .zoom svg {
    width: 16px;
    height: 16px;
    transition: ALL 0.2s ease;
    -webkit-transition: ALL 0.2s ease;
    -moz-transition: ALL 0.2s ease;
    -o-transition: ALL 0.2s ease;
}
.w-product-page-item .w-image .zoom svg path {
    fill: #614a27;
}
.w-product-page-item .w-image .zoom:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.w-product-main-image a:hover .zoom svg path {
    fill: #000;
}
/*
.w-product-main-info-top .corner-sticker ~ .w-product-page-item .product-name:before {
  content: "";
  display: block;
  width: 25px;
  height: 15px;
  float: right;
}
*/
.w-product-main-info .pagetitle.product-name {
    font-size: 26px;
}

.col-more-products-side>.default-frame>.frame {
    padding: 0px;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
@media (min-width: 992px) {
    .col-more-products-side>.default-frame>.frame {
        padding: 15px;
        border-radius: 2px;
        border: 2px solid #d6d6d6;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }
    .col-more-products-side .w-product-item.short>.frame {
        padding: 0;
        border: none;
        box-shadow: none;
        border-radius: 0;
    }
}
.w-product-item.short .w-image {
    max-width: 130px;
}
.w-product-item.short .w-name {
    min-height: 36px;
    margin: 10px 0;
}
.w-product-item.short .row-product-item .col-pcs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 118px;
    flex: 0 0 118px;
    max-width: 118px;
}
.w-product-item.short .row-product-item .col-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
}
.w-product-item.short .btn-cart {
    padding-left: 10px;
    padding-right: 10px;
}
.w-product-item.short .btn-cart .icon {
    margin-right: 0;
}
.w-product-item.short .btn-cart .text {
    display: none;
}
.w-product-item.short .pcscontrolls {
    min-width: 100%;
}
.w-tabs-content .default-frame>.frame {
    padding: 15px;
    position: relative;
    z-index: 1;
    border: 3px solid #d6d6d6;
    border-top: 2px solid #d6d6d6;
}





.w-feedback-item+.w-feedback-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ececec;
}
.row-serts-list>.col {
    padding-bottom: 20px;
}
.w-sertificate-item .block__link {
    color: #202020;
    text-decoration: none;
}
.w-sertificate-item .w-image {
    padding: 15px;
    background-color: #f2e9da;
}
.w-sertificate-item .w-name {
    margin-top: 10px;
}
.w-sertificate-item .name {
    font-size: 15px;
    font-weight: bold;
}
.w-sertificate-item .date {
    font-size: 13px;
}
.w-sertificate-item .r-box {
    overflow: visible;
}

.w-cart-form-thead {
    padding-bottom: 15px;
    border-bottom: 3px solid #d9d1c3;
}
.w-cart-form-thead .row-cart-table .col-product-name {
    text-align: left;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 475px);
    -ms-flex: 0 0 calc(100% - 475px);
    flex: 0 0 calc(100% - 475px);
    max-width: calc(100% - 475px);
}
.w-cart-form-thead .row-cart-table .col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 475px;
    flex: 0 0 475px;
    max-width: 475px;
}
.row-cart-table .table-col {
    padding-top: 15px;
}
.row-cart-table .col-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 116px;
    flex: 0 0 116px;
    max-width: 116px;
}
.row-cart-table .col-image ~ .col-content {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 116px);
    -ms-flex: 0 0 calc(100% - 116px);
    flex: 0 0 calc(100% - 116px);
    max-width: calc(100% - 116px);
}
.w-cart-form-item .row-cart-table .col-name {
    padding-top: 20px;
}
.row-cart-table .col-price-group {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 390px;
    flex: 0 0 390px;
    max-width: 390px;
}
.row-cart-table .col-close {
    text-align: right;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
    max-width: 85px;
}
.row-cart-table .name .name__link {
    color: #202020;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}
.row-cart-table .name a.name__link:hover {
    color: #f44609;
}
.row-cart-table .close {
    position: relative;
    border-radius: 2px;
    width: 30px;
    height: 30px;
    background-color: #f44336;
    border-radius: 2px;
}
.row-cart-table .close:after,
.row-cart-table .close:before {
    height: 3px;
    border-radius: 4px;
    width: 20px;
    top: 14px;
    right: 5px;
}
.row-cart-table .close:hover {
    background-color: #ff1100;
}
.row-cart-table .close:hover:after,
.row-cart-table .close:hover:before {
    background-color: #fff;
}
.w-cart-form-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d9d1c3;
}
.w-cart-total-price .item,
.delete-all__link {
    display: inline-block;
    vertical-align: middle;
}
.delete-all__link {
    color: #202020;
    text-decoration: none;
}
.delete-all__link:hover {
    color: #f44609;
}
.delete-all__link>* {
    display: inline-block;
    vertical-align: middle;
}
.delete-all__link .text {

}
.delete-all__link .close {
    float: none;
    position: relative;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    margin-left: 3px;
    background-color: #f44336;
    border-radius: 2px;
}
.delete-all__link .close:before,
.delete-all__link .close:after {
    width: 10px;
    right: 3px;
    top: 8px;
}

.w-delivery-type-frame>.frame {
    outline: 2px solid #f1e2c9;
    border: 1px solid #cacaca;
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
}
.w-delivery-type-frame .item {
    padding: 5px;
    height: 100%;
}
.w-delivery-type-frame .item .pointer {
    display: block;
    height: 100%;
}
.w-delivery-type-frame .frame>.row>.col+.col {
    border: 1px solid #ececec;
    margin: 0 0 -1px -1px;
}
.row-delivery-type-item .col-check {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
}
.row-delivery-type-item .col-name {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 30px - 30px);
    -ms-flex: 0 0 calc(100% - 30px - 30px);
    flex: 0 0 calc(100% - 30px - 30px);
    max-width: calc(100% - 30px - 30px);
}
.no-icon .row-delivery-type-item .col-name {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 30px);
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
}
.row-delivery-type-item .col-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
}
.row-delivery-type-item .col-description {
    padding-top: 5px;
    padding-left: 32px;
}
.row-delivery-type-item .check {
    width: 22px;
    height: 22px;
    background-color: #ececec;
    border-radius: 4px;
    position: relative;
}
.row-delivery-type-item .check .inset {
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 8px;
    height: 13px;
    content: "";
    border: 2px solid transparent;
    border-bottom-color: #fff;
    border-right-color: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
}
.w-delivery-type-frame .item .row-delivery-type-item .col-icon {
    opacity: 0.6;
}
.w-delivery-type-frame .item *:checked ~ .delivery-type-item .row-delivery-type-item .col-icon {
    opacity: 1;
}
.w-delivery-type-frame .item *:checked ~ .delivery-type-item .row-delivery-type-item .check {
    background-color: green;
}
.w-delivery-type-frame .item *:checked ~ .delivery-type-item .row-delivery-type-item .col-name {
    font-weight: bold;
}

.w-delivery-type-frame .item .description {
    font-size: 12px;
    line-height: 15px;
    margin: 0px 0 0 0;
    font-weight: normal;
    padding: 7px 15px;
    background-color: #ececec;
    position: relative;
    width: 250px;
}
.w-delivery-type-frame .item .done-icon {
    width: 16px;
    height: 16px;
    background-color: #3a8c3f;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    left: 24px;
    top: calc(50% - 7px);
    content: "";
    display: block;
}
.w-delivery-type-frame .item .done-icon:before {
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 6px;
    height: 10px;
    content: "";
    border: 2px solid transparent;
    border-radius: 2px;
    border-bottom-color: #fff;
    border-right-color: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
}
.w-delivery-type-frame .item .description .text {
    display: inline-block;
    vertical-align: bottom;
    max-width: calc(100% - 70px);
}
.w-delivery-type-frame .item .description .price {
    display: inline-block;
    vertical-align: bottom;
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    color: #e8722d;
    display: inline-block;
    vertical-align: middle;
    margin: -7px 0 0 10px;
}
.w-delivery-type-frame .item .description .price .val {
    font-size: 14px;
    line-height: 14px;
}
.w-delivery-type-frame .item .description.animate {
    background-color: #ffd3c0;
    opacity: 1;
}

*:disabled ~ .delivery-type-item .done-icon {
    display: none;
}
*:disabled ~ .delivery-type-item .row-delivery-type-item .col-name {
    color: #d0d0d0;
}
.w-delivery-type-frame .item .description.animate {
    -webkit-animation: min_order_blink 1s infinite;
    -moz-animation: min_order_blink 1s infinite;
    animation: min_order_blink 1s infinite;
}
@-webkit-keyframes min_order_blink {
    from {opacity: 1;}
    50% {opacity: 0.5;}
    100% {opacity: 1;}
}
.pointer {
    cursor: pointer;
}

.w-cart-total-frame>.frame {
    background-color: #f2e9da;
    border-radius: 4px;
    padding: 30px;
}
.button.big.submit-btn {
    padding: 15px;
}

.w-page-top-navigation>.frame {
    background-color: #f2e9da;
    border-radius: 2px;
    padding: 15px 10px;
}
.w-page-top-navigation .item__link {
    display: block;
    color: #202020;
    text-decoration: none;
    padding: 0 15px;
    line-height: 1.1;
}
.w-page-top-navigation .item__link .icon {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
}
.w-page-top-navigation .item__link:hover {
    text-decoration: underline;
}
.w-page-top-navigation .item__link._active:hover {
    text-decoration: none;
}
.w-page-top-navigation .item__link._active {
    font-weight: bold;
    text-decoration: none;
}
.row-page-top-navigation .col+.col .item__link {
    border-left: 1px solid #c7c7c7;
}
.row-page-top-navigation .col-logout {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
}

.row-news-list>.col {
    padding-bottom: 30px;
}
.w-newslist-item .block__link {
    color: #202020;
    text-decoration: none;
}
.w-newslist-item .w-image {
    border-radius: 4px;
    overflow: hidden;
}
.w-newslist-item .w-name {
    margin-top: 5px;
}
.w-newslist-item .w-name>*+* {
}
.w-newslist-item .date {
    font-size: 13px;
    color: #909090;
}
.w-newslist-item .name {
    font-weight: bold;
    transition: ALL 0.2s ease;
    -webkit-transition: ALL 0.2s ease;
    -moz-transition: ALL 0.2s ease;
    -o-transition: ALL 0.2s ease;
}
.w-newslist-item a:hover .r-img {
    opacity: 0.8;
}
.w-newslist-item a:hover .name {
    color: #f44609;
}

.pop-tabs-list-item__link {
    display: block;
    font-weight: bold;
    color: #f44910;
    border: 1px dashed #f44910;
    padding: 6px 20px;
    border-radius: 4px;
    background-color: #fff;
    text-decoration: none;
}
.pop-tabs-list-item__link:hover {
    background-color: #f44910;
    border: 1px solid #f44910;
    color: #fff;
}
.pop-tabs-list-item__link._active:hover,
.pop-tabs-list-item__link._active {
    background-color: #f2e9da;
    border: 1px solid #f2e9da;
    color: #202020;
}
.forgot-pass__link {
    color: #909090;
    text-decoration: none;
    padding: 10px;
    font-size: 13px;
}
.forgot-pass__link:hover {
    color: #f44910;
}
.w-forgot-pass-input {
    position: relative;
}
.w-forgot-pass-input .input__default {
    padding-right: 140px;
}
.w-forgot-pass-input .forgot-pass__link {
    position: absolute;
    top: 0;
    right: 0;
}
.pop-description {
    font-size: 13px;
    color: #909090;
}
.pop-description b {
    font-weight: normal;
    color: #202020;
}
.add-more__link {
    display: inline-block;
    text-decoration: none;
}
.add-more__link .plus {
    color: #000;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    background-color: transparent;
    padding: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 10px;
    border-radius: 2px;
    transition: ALL 0.2s ease;
    -webkit-transition: ALL 0.2s ease;
    -moz-transition: ALL 0.2s ease;
    -o-transition: ALL 0.2s ease;
}
.add-more__link:hover .plus {
    color: #fff;
    background-color: #f44609;
}
@media (min-width: 768px) {
    .row-page-top-navigation.cabinet {
        position: relative;
        padding-right: 100px;
    }
    .row-page-top-navigation.cabinet .col-logout {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

.w-orders-history-table .column {
    padding-top: 10px;
}
.w-orders-history-table {
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d1c3;
}
.w-orders-history-table.thead {
    padding-bottom: 10px;
    border-bottom: 3px solid #d9d1c3;
}
.w-orders-history-table.tbody:nth-last-child(1) {
    border-bottom: 3px solid #d9d1c3;
}
.row-orders-history-table-item .col-name {

}
.row-orders-history-table-item .col-price-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 390px;
    flex: 0 0 390px;
    max-width: 390px;
    text-align: center;
}
.row-orders-history-table-item .col-status {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 185px;
    flex: 0 0 185px;
    max-width: 185px;
    text-align: right;
}
.row-orders-history-table-item .col-price.price-pcs {

}
.row-orders-history-table-item .col-pcs {

}
.row-orders-history-table-item .col-price.price-total {

}
.w-orders-history-table .order-status {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 15px;
    border-radius: 2px;
    margin: -3px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 14px;
}
.w-orders-history-table .order-status.color000 {
    background-color: #bbb3a5;
}
.w-orders-history-table .order-status.color001 {
    background-color: #68a338;
}
.w-orders-history-table .order-status.color002 {
    background-color: #af7c3f;
}
.w-orders-history-table .order-status.color003 {
    background-color: #dfa32b;
}
.w-orders-history-table .order-status.color004 {
    background-color: #2d7cc5;
}
.w-worktime-frame {
    display: inline-block;
    vertical-align: middle;
}
.w-worktime-frame>.frame {
    padding: 5px 15px;
    background-color: #f2e9da;
    border-radius: 2px;
}
.w-input-file {
    position: relative;
}
.w-input-file .input__default {
    padding-right: 60px;
}
.input.label-top .w-input-file .w-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    width: 40px;
    height: 40px;
    margin: 0;
}
.w-input-file .w-btn .button {
    display: block;
    padding: 0;
    font-weight: bold;
    width: 100%;
    height: 100%;
    font-size: 22px;
    padding-top: 20px;
    letter-spacing: 2px;
}
.w-input-file .w-btn .button:active {

}
.w-left-side-catalog .inset-last {
    display: none;
}
.w-left-side-catalog .inset-last ul>li>a {
    display: block;
    font-size: 14px;
    line-height: 16px;
    padding: 0px 15px 0px 15px;
    text-decoration: none;
}
.w-left-side-catalog .inset-last ul {
    border-bottom: 1px solid #cecece;
    margin-bottom: -1px;
    position: relative;
    z-index: 1;
}
.w-left-side-catalog .inset-last ul>li>a .text {
    border-top: 1px solid #ececec;
}
.w-left-side-catalog .inset-last ul>li._active>a:before {
    position: absolute;
    top: 17px;
    left: 25px;
    background-color: #f44609;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: "";
}
.w-left-side-catalog .inset-last ul>li>a:hover {
    background-color: #f9f9f9;
}
.w-left-side-catalog .inset-last ul>li>a .text {
    padding: 10px 0;
    padding-left: 25px;
}
.li-left-side-catalog.li-dropper .ul-inset .li-inset.li-dropper .b-dropper:after {
    border-left-color: #202020;
    border-bottom-color: #202020;
}

.ul-category-list-item li a {
    display: block;
    color: #202020;
    text-decoration: none;
    position: relative;
}
.ul-category-list-item li a:hover {
    color: #f44609;
}
.ul-category-list-item .li-parent a {
    font-weight: bold;
    padding: 4px 0;
    padding-left: 18px;
    font-size: 15px;
    line-height: 18px;
}
.ul-category-list-item .li-parent a:before {
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    border: 2px solid transparent;
    border-left: 2px solid #f44609;
    border-bottom: 2px solid #f44609;
    border-radius: 2px;
    position: absolute;
    top: 9px;
    left: 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    transition: ALL 0.2s ease;
    -webkit-transition: ALL 0.2s ease;
    -moz-transition: ALL 0.2s ease;
    -o-transition: ALL 0.2s ease;
}
.ul-category-list-item .li-children a {
    padding-left: 30px;
    font-size: 13px;
    padding: 2px 0 2px 34px;
}
.ul-category-list-item .li-children a:before {
    position: absolute;
    top: 9px;
    left: 21px;
    background-color: #606060;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    content: "";
    transition: ALL 0.2s ease;
    -webkit-transition: ALL 0.2s ease;
    -moz-transition: ALL 0.2s ease;
    -o-transition: ALL 0.2s ease;
}
.ul-category-list-item .li-children a:hover:before {
    background-color: #f44609;
}


.grid {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}
.grid-item {
    width: 33%;
    padding: 0 15px 15px 15px;
}
.grid-sizer {
    width: 25%
}
@media (max-width: 767px) {
    .grid-item {
        width: 50%;
    }
}
@media (max-width: 575px) {
    .grid-item {
        width: 100%;
    }
}

.w-cart-form .input__default {
    padding-left: 10px;
    height: 28px;
}
.w-cart-form .input .relative .error-symbol {
    font-size: 14px;
    line-height: 24px;
}
.w-cart-form .w-input-calendar .input__default._error ~ .error-symbol {
    right: 25px;
}
.w-cart-form .w-input-calendar .icon {
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 16px;
    top: 5px;
    right: 9px;
}
.w-cart-form .textarea__default {
    height: 45px;
    min-height: 28px;
    padding: 5px 10px;
}

.w-index-slider-double .r-box:before {
    padding-top: 38.4%;
}
.w-index-slider-double .r-box .r-img.mobile {
    display: none;
}
.w-index-slider-double .r-box .r-img.desktop {
    display: block;
}

.w-index-slider-double .absolute-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.w-index-slider-double .absolute-content .d-flex {
    height: 100%;
    width: 100%;
    padding-left: 50%;
    padding-right: 30px;
}
.w-index-slider-double .absolute-content .frame {
    background-color: rgba(255,255,255,0.8);
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    transition: ALL 0.2s ease;
    -webkit-transition: ALL 0.2s ease;
    -moz-transition: ALL 0.2s ease;
    -o-transition: ALL 0.2s ease;
}
.w-index-slider-double .owl-item.active .absolute-content .frame.animated {
    -webkit-animation: slider_frame_animate 2s ease-out;
    -moz-animation: slider_frame_animate 2s ease-out;
    animation: slider_frame_animate 2s ease-out;
}
@-webkit-keyframes slider_frame_animate {
    from {transform: translateY(-800px);}
    50% {transform: translateY(0);}
    100% {transform: translateY(0);}
}

@media (max-width: 991px) {
    .w-index-slider-double .r-box:before {
        padding-top: 63.6%;
    }
    .w-index-slider-double .r-box .r-img.mobile {
        display: block;
    }
    .w-index-slider-double .r-box .r-img.desktop {
        display: none;
    }
    .w-index-slider-double .absolute-content {
        display: none;
    }
}
.w-index-slider-double .absolute__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.w-index-slider-double .owl-carousel .owl-dots {
    text-align: left;
    padding-left: 50%;
}
.w-index-slider-double .owl-carousel .owl-dots .owl-dot.active span {
    background-color: #f7610c;
    border-color: #f7610c;
}
.w-index-slider-double .owl-carousel .owl-nav [class*=owl-] {
    border-radius: 50%;
    border: 2px solid #f7610c;
    background-color: #fff;
    left: -20px;
}
.w-index-slider-double .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -20px;
}
._touchscreen .w-index-slider-double .owl-carousel .owl-nav [class*=owl-],
._touchscreen .w-index-slider-double .owl-carousel .owl-nav [class*=owl-].disabled,
._desktop .w-index-slider-double .owl-carousel .owl-nav [class*=owl-] {
    opacity: 0;
    pointer-events: none;
    display: none;
}
._desktop .w-index-slider-double:hover .owl-carousel .owl-nav [class*=owl-],
._desktop .w-index-slider-double:hover .owl-carousel .owl-nav [class*=owl-].disabled {
    pointer-events: all;
    opacity: 1;
    display: block;
}
.w-index-slider-double .owl-carousel .owl-nav [class*=owl-]:hover {
    border-color: transparent;
    background-color: #f7610c;
}
.w-index-slider-double .owl-carousel .owl-nav [class*=owl-]:after {
    content: "";
    width: 12px;
    height: 12px;
    top: 12px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}
.w-index-slider-double .owl-carousel .owl-nav [class*=owl-]:hover:after {
    border-color: #fff;
}

.w-document-item .block__link {
    text-decoration: none;
    padding: 5px 0;
    min-height: 30px;
}
.w-document-item .block__link .w-icon-left {
    padding-left: 40px;
}
.w-document-item .block__link .w-icon-left .icon {
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
}
.w-document-item .block__link:hover .w-icon-left .icon {
    opacity: 0.9;
}
.w-document-item .block__link:hover {
    text-decoration: underline;
}

.w-adress-input .relative .button.confirm {
    position: absolute;
    right: 30px;
    bottom: 2px;
    font-size: 12px;
    padding: 4px 5px;
}
.w-adress-input .relative .button.confirm:active {
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -moz-transform: none;
    transform: none;
}
.button.animate {
    -webkit-animation: button_blink 0.5s infinite;
    -moz-animation: button_blink 0.5s infinite;
    animation: button_blink 0.5s infinite;
}
@-webkit-keyframes button_blink {
    from {opacity: 1;}
    50% {opacity: 0.7;}
    100% {opacity: 1;}
}

.w-cart-form .w-adress-input .relative .textarea__default {
    margin-bottom: -5px;
    height: 50px;
    min-height: 50px;
    resize: none;
}
.w-adress-input .relative .textarea__default,
.w-adress-input .relative .input__default {
    padding-right: 110px;
}

.w-product-count .frame {
    padding: 5px 15px;
    border-radius: 4px;
    background-color: #cecece;
    color: #fff;
    font-size: 13px;
}
@media (min-width: 1260px) {
    .w-product-count .frame {
        max-width: 130px;
    }
}
.w-product-count .frame .description {
    opacity: 0.8;
    font-size: 12px;
    margin-top: 2px;
}
.w-product-count .frame.color001 {
    background-color: #4f883b;
    color: #fff;
}
.w-product-count .frame.color002 {
    background-color: #e6a4a4;
    color: #3c0000;
}
.w-product-count .frame.color003 {
    background-color: #3693bb;
    color: #fff;
}

@media (min-width: 1260px) {
    .w-aside-catalog-mobile {
        display: none;
    }
}


/*_CUSTOM END*/

@media (max-width: 1400px) {

    .owl-carousel.nav-outside .owl-stage-outer {padding-bottom: 60px;}
    .owl-carousel.nav-outside .owl-nav .owl-prev {left: auto;right: 50px;}
    .owl-carousel.nav-outside .owl-nav [class*=owl-] {top:auto;bottom: 10px;}

}

@media (max-width: 1259px) {

    .s-mobile-catalog-button {display: block}
    .s-header {display: none;}
    .s-header-mobile {display: block;}
    .footer-bottom {padding-top: 20px;margin-top: 30px;border-top: 1px solid #ded7ca;}
    .row-product-page>.col-product-side {-webkit-box-flex: 0;-ms-flex: 0 0 730px;flex: 0 0 730px;max-width: 730px;}

    .li-left-side-catalog.li-dropper .ul-inset .li-inset .inset__link .text {
        padding-left: 25px;
        position: relative;
    }
    .li-left-side-catalog.li-dropper .ul-inset .li-inset .inset__link .text:before {
        position: absolute;
        left: 5px;
        top: 15px;
        border: 3px solid transparent;
        border-left-color: #c3b9a8;
        content: "";
        transition: ALL 0.2s ease;
        -webkit-transition: ALL 0.2s ease;
        -moz-transition: ALL 0.2s ease;
        -o-transition: ALL 0.2s ease;
    }
    .li-left-side-catalog.li-dropper .ul-inset .li-inset.li-dropper .inset__link .text {
        padding-right: 15px;
    }

    .li-left-side-catalog.li-dropper .dropper-overlay {
        width: 100%;
        right: 0;
        left: 0;
    }

    .w-left-side-catalog>.frame {
        padding-bottom: 7 0px;
    }



}

@media (max-width: 991px) {

    ._h1,h1,.h1 {font-size: 32px;}
    ._h2,h2,.h2 {font-size: 28px;}
    ._h3,h3,.h3 {font-size: 22px;}
    ._h4,h4,.h4 {font-size: 18px;}
    article img {width: auto !important; height: auto !important;}
    .img-article-left,
    .img-article-right {float: none !important;}
    .row-index-slide-content>.col-image {-webkit-box-flex: 0;-ms-flex: 0 0 130px;flex: 0 0 130px;max-width: 130px;}
    .w-index-slider .slide-name {font-weight: bold;font-size: 30px;line-height: 35px;}
    .w-index-slider .w-slider-text  br {display: none;}
    .row-product-page>.col-product-side {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
    .w-cart-form-thead {display: none;}
    .row-cart-table .col-image {}
    .row-cart-table .col-name {flex-grow: 0;flex-shrink: 0;flex-basis: calc(100% - 46px);-ms-flex: 0 0 calc(100% - 46px);flex: 0 0 calc(100% - 46px);max-width: calc(100% - 46px);order: 1;}
    .row-cart-table .col-close {-webkit-box-flex: 0;-ms-flex: 0 0 46px;flex: 0 0 46px;max-width: 46px;order: 2;}
    .row-cart-table .col-price-group {text-align: left;-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;order: 3;}
    .row-cart-table .w-price-group {margin-top: 20px;border-top: 1px solid #ececec;}
    .row-cart-table .row-price-group .col-price.price-total {text-align: right;}
    .w-orders-history-table.thead {display: none;}
    .row-orders-history-table-item .col-name {order: 1;flex-grow: 0;flex-shrink: 0;flex-basis: calc(100% - 185px);-ms-flex: 0 0 calc(100% - 185px);flex: 0 0 calc(100% - 185px);max-width: calc(100% - 185px);}
    .row-orders-history-table-item .col-status {order: 2;}
    .row-orders-history-table-item .col-price-group {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;order: 3;font-size: 12px;line-height: 14px;}
    .row-orders-history-table-item .col-price.price-pcs {text-align: left;}
    .row-orders-history-table-item .col-price.price-pcs {}
    .row-orders-history-table-item .col-price.price-total {text-align: right;}

}

@media (max-width: 767px) {

    .w-index-slider .slide-content {padding: 10px;}
    .row-index-slide-content>.col-image {-webkit-box-flex: 0;-ms-flex: 0 0 50px;flex: 0 50px;max-width: 50px;padding-left: 0;}
    .w-index-slider .slide-name {font-weight: bold;font-size: 16px;line-height: 20px;}
    .w-index-slider .slide-description {font-size: 12px;line-height: 14px;}
    .w-index-slider .w-button .button {font-size: 13px;padding: 8px 5px;min-width: 130px;}
    .w-index-slider .w-slider-dots .item {font-size: 0;line-height: 0;width: 18px;height: 18px;background-color: #cecece;border-radius: 50%;}
    .w-index-slider .w-slider-dots .active .item {background-color: #000;}
    .w-product-main-info .pagetitle.product-name {font-size: 16px;}
    .w-page-top-navigation>.frame {margin-left: -15px;margin-right: -15px;padding-left: 0px;padding-right: 0px;overflow: auto;}
    .row-page-top-navigation {-webkit-flex-wrap: nowrap;-moz-flex-wrap: nowrap;-ms-flex-wrap: nowrap;-o-flex-wrap: nowrap;flex-wrap: nowrap;}

    .row-catalog-list .col-product-item .w-product-item>.frame {
        padding: 5px;
    }
    .row-catalog-list .col-product-item .w-product-item .w-price .price span {
        font-size: 12px;
        line-height: 12px;
    }

    .row-catalog-list .col-product-item .w-stars {
        font-size: 0;
        line-height: 0;
    }
    .row-catalog-list .col-product-item .w-stars .star {
        width: 16px;
        height: 16px;
        font-size: 0;
        line-height: 0;
        padding: 1px;
        margin-right: 1px;
    }
    .w-stars .star img,
    .w-stars .star svg {
        width: 14px;
        height: 14px;
    }

    .w-delivery-type-frame>.frame {
        overflow: hidden;
        border-radius: 0;
        border: none;
        outline: none;
    }
    .w-delivery-type-frame .frame>.row>.col+.col {
        margin-top: 8px;
        padding-top: 8px;
        border-bottom: none;
    }
    .w-delivery-type-frame .item {
        padding: 0;
    }

    .w-cart-total-frame>.frame {
        padding: 15px 0 0 0;
        background: transparent;
    }
    .w-cart-total-frame>.frame .row.md-gutters.mb-10 {
        margin-bottom: 5px;
    }

}

@media (max-width: 575px) {

    ._h1,h1,.h1 {font-size: 28px;}
    ._h2,h2,.h2 {font-size: 24px;}
    ._h3,h3,.h3 {font-size: 20px;}
    ._h4,h4,.h4 {font-size: 16px;}

    .w-index-slider {transition: ALL 0.2s ease;-webkit-transition: ALL 0.2s ease;-moz-transition: ALL 0.2s ease;-o-transition: ALL 0.2s ease;margin-top: -15px;margin-left: -15px;margin-right: -15px;}
    .s-mobile-search._toggled ~ .s-line .w-index-slider {margin-top: 0;}
    .w-index-slider .slide-name {font-weight: bold;font-size: 16px;line-height: 20px;}
    .w-index-slider .slide-description {/*display: none;*/}
    .w-index-slider .w-button .button {font-size: 13px;padding: 8px 5px;min-width: 130px;}
    .w-index-slider .w-slide-image.r-box:before {padding-top: 70%;}
    .w-index-slider .slide-name {font-weight: bold;font-size: 20px;line-height: 22px;}
    .w-index-slider .slide-description {font-size: 14px;line-height: 16px;}

    .row-f-nav {min-height: 115px;}
    .w-footer-paysystems {margin-left: -205px;position: relative;z-index: 2;}

    .w-find-product-frame>.frame {border-radius: 0;padding: 15px;margin-left: -15px;margin-right: -15px;}

    .w-breadcrumbs {margin-left: -15px;margin-right: -15px;white-space: nowrap;overflow: auto;padding-left: 15px;padding-right: 15px;}

    .row-product-page-item>.col-image,
    .row-product-page-item>.col-description {padding-left: 8px;padding-right: 8px;border: none;}
    .w-product-page-item .w-image {margin-right: 0;}
    .w-product-item.short .row-product-item .col-btn,
    .w-product-item.short .row-product-item .col-pcs {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;padding-left: 4px;padding-right: 4px;}
    .w-product-item.short .btn-cart {padding-left: 0;padding-right: 0;width: 100%;}
    .w-product-item.short .btn-cart .icon {margin-right: 6px;}
    .w-product-item.short .btn-cart .text {display: inline-block;}

    .w-swithible-tabs .w-tabs .tab {padding: 5px 0px;font-size: 11px;line-height: 13px;}
    .w-swithible-tabs .w-tabs .tab .item {padding: 0 5px;}
    .w-swithible-tabs .w-tabs .tab .item .icon {width: 13px;height: 13px;margin: 0px 2px 0px 0;}

    .w-sertificate-item .name {font-size: 13px;}

    .row-cart-table .w-price-group {margin-top: 10px;}
    .row-cart-table .table-col {padding-top: 7px;}
    .row-cart-table .col-image {-webkit-box-flex: 0;-ms-flex: 0 0 90px;flex: 0 0 90px;max-width: 90px;}
    .row-cart-table .col-image ~ .col-content {flex-grow: 0;flex-shrink: 0;flex-basis: calc(100% - 90px);-ms-flex: 0 0 calc(100% - 90px);flex: 0 0 calc(100% - 90px);max-width: calc(100% - 90px);}
    .w-cart-form-item .row-cart-table .col-name {padding-top: 7px;}
    .row-cart-table .name .name__link {font-size: 16px;}
    .row-cart-table .row-price-group .col-price.price-total,
    .row-cart-table .col-price-group {text-align: right;}
    .row-cart-table .row-price-group .col-price {text-align: left;}
    .row-cart-table .row-price-group .col-price.price-total .w-price {width: 112px;text-align: center;display: inline-block;}
    .row-cart-table .pcscontrolls {width: 112px;display: inline-block;}
    .row-cart-table .col-name {flex-grow: 0;flex-shrink: 0;flex-basis: calc(100% - 26px);-ms-flex: 0 0 calc(100% - 26px);flex: 0 0 calc(100% - 26px);max-width: calc(100% - 26px);}
    .row-cart-table .col-close {-webkit-box-flex: 0;-ms-flex: 0 0 26px;flex: 0 0 26px;max-width: 26px;}
    .row-cart-table .close {width: 20px;height: 20px;background-color: #e4e4e4;}
    .row-cart-table .close:after,
    .row-cart-table .close:before {width: 14px;top: 9px;right: 3px;}
    .delete-all__link .close {background-color: #e4e4e4;}
    .delete-all__link .close:before,
    .delete-all__link .close:after {background-color: #7b7b7b;}
    .row-orders-history-table-item .col-name,
    .row-orders-history-table-item .col-status {text-align: left;-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
    .row-orders-history-table-item .col-status {padding-top: 0;}

    /*
    .row-product-item .col-image,
    .row-product-item .col-name,
    .row-product-item .col-pcs,
    .row-product-item .col-btn {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .row-product-item .col-image,
    .row-product-item .col-name {
      padding-left: 4px;
    }
    */
    .row-product-item .col-image,
    .row-product-item .col-pcs {
        -ms-flex: 0 0 124px;
        flex: 0 0 124px;
        max-width: 124px;
    }
    .row-product-item .col-name,
    .row-product-item .col-btn {
        flex-basis: calc(100% - 124px);
        -ms-flex: 0 0 calc(100% - 124px);
        flex: 0 0 calc(100% - 124px);
        max-width: calc(100% - 124px);
    }
    .w-product-item .w-name {
        font-size: 14px;
    }
    .row-product-item .col-btn .button.block {
        display: inline-block;
        width: auto;
        min-width: 118px;
        max-width: inherit;
        padding: 6px 8px;
        font-weight: bold;
        margin-bottom: 1px;
    }

    .row-product-item .col-pcs {
        font-size: 0;
        line-height: 0;
    }
    .w-product-item .pcscontrolls {
        display: block;
    }
    .w-product-item .pcscontrolls .btn {
        width: 25px;
        height: 25px;
        font-size: 20px;
        line-height: 23px;
    }
    .w-product-item .pcscontrolls .btn.minus {
        line-height: 21px;
    }
    .w-product-item .pcscontrolls .input__default {
        height: 25px;
        width: calc(100% - 50px);
    }


    .w-product-item>.frame {
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
    }
    .w-product-page-item .w-image .r-box {
        margin-bottom: 20px;
    }
    .w-product-page-item .w-image .r-box {
        margin-left: auto;
        margin-right: auto;
        max-width: 280px;
    }

    .navigation-menu.right-side.catalog {
        max-width: 100%;
        right: -102%;
    }
    .navigation-menu.right-side.catalog._toggled {
        right: 0%;
    }
    .w-mobile-menu {
        width: 100%;
        right: -102%;
    }

    .s-mobile-menu._toggled .w-mobile-menu {
        right: 0;
    }

    .w-category-item .w-name {
        min-height: 41px;
        font-size: 13px;
        line-height: 18px;
    }

    .w-adress-input .relative .textarea__default,
    .w-adress-input .relative .input__default {
        padding-right: 25px;
    }
    .w-adress-input .relative .button.confirm {
        position: absolute;
        left: 102px;
        right: auto;
        top: -22px;
        bottom: auto;
        font-size: 12px;
        padding: 2px 5px;
    }

}

@media (max-width: 430px) {

    .w-swithible-tabs .w-tabs .tab {
        padding: 10px;
        width: 50px;
        height: 44px;
    }
    .w-swithible-tabs .w-tabs .tab .item {
        padding: 0;
    }
    .w-swithible-tabs .w-tabs .tab .item .icon {
        width: 24px;
        height: 24px;
        margin: 0;
    }
    .w-swithible-tabs .w-tabs .tab .item .text {
        display: none;
    }
    .w-swithible-tabs .w-tabs .col+.col .item:before {
        display: none;
    }

}


@media (max-width: 419px) {

    .s-header-mobile .col-right {padding-bottom: 0;padding-right: 5px;}
    .s-header-mobile .col-right>.row {margin-left: 0;margin-right: 0;}
    .s-header-mobile .col-right>.row>.col-auto {padding-left: 0;padding-right: 0;}

}

@media (max-width: 354px) {

}

