.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    -webkit-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    -o-transition: transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.carousel-icons {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    margin: 2em 0;
}
.carousel-products-icons {
    grid-row: 3;
    grid-column: 1/3;
    width: 100%;
    margin: 0 auto;
    padding: 0.1em 0.3em;
}
.carousel-products-icons .owl-item {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.carousel-products-icons .owl-item img {
    width: 94px;
    height: 94px;
}
.carousel-products-icons .owl-nav {
    position: absolute;
    width: 100%;
    height: 1px;
    max-width: 95%;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.carousel-products-icons .owl-nav i {
    font-size: 1.5rem;
}
.carousel-products-gallery {
    position: fixed;
    z-index: -101;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    opacity: 0;
}
.carousel-products-gallery.is-active {
    z-index: 101;
    opacity: 1;
    background-color: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.carousel-products-gallery .owl-stage-outer {
    margin: 0 auto !important;
    width: 100%;
    max-width: 820px;
}
.carousel-products-gallery .owl-item {
    border-radius: 5px;
}
.carousel-products-gallery .owl-item img {
    max-width: 820px;
}
.carousel-products-gallery .owl-nav {
    width: 100%;
    max-width: 94%;
    height: 1px;
    margin: 0 auto;
    top: 45%;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
}
.carousel-products-gallery .owl-nav .owl-next,
.carousel-products-gallery .owl-nav .owl-prev {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(18, 18, 18, 0.95);
    -webkit-box-shadow: 0 0 20px rgba(41, 37, 39, 0.2);
    box-shadow: 0 0 20px rgba(41, 37, 39, 0.2);
}
.carousel-products-gallery .owl-nav .owl-next:hover,
.carousel-products-gallery .owl-nav .owl-prev:hover {
    background-color: #121212;
}
.carousel-products-gallery .owl-nav .owl-prev:hover i {
    margin-right: 10px;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
.carousel-products-gallery .owl-nav .owl-next:hover i {
    margin-left: 10px;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
.carousel-products-gallery .owl-nav i {
    color: #fff;
    font-size: 2rem;
}
.close-products-gallery {
    width: 70px;
    text-align: center;
    border-radius: 5px;
    position: fixed;
    z-index: 200;
    top: 4%;
    right: 2.3%;
    font-size: 1.47rem;
    font-weight: 600;
    color: #fff;
    padding: 0.5em;
    background-color: rgba(18, 18, 18, 0.95);
    -webkit-box-shadow: 0 0 20px rgba(41, 37, 39, 0.2);
    box-shadow: 0 0 20px rgba(41, 37, 39, 0.2);
    cursor: pointer;
}
.counter-products-gallery {
    width: 70px;
    text-align: center;
    border-radius: 5px;
    position: fixed;
    z-index: 200;
    left: 2.5%;
    bottom: 2%;
    font-weight: 800;
    color: #fff;
    padding: 0.5em;
    background-color: rgba(18, 18, 18, 0.95);
    -webkit-box-shadow: 0 0 20px rgba(41, 37, 39, 0.2);
    box-shadow: 0 0 20px rgba(41, 37, 39, 0.2);
}
.show-all-gallery:hover {
    -webkit-box-shadow: 0 0 20px rgba(37, 39, 41, 0.6);
    box-shadow: 0 0 20px rgba(37, 39, 41, 0.6);
}
.gallery-trigger {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    z-index: 100;
    top: 0.3em;
    right: 0.1em;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: 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: 1.4rem;
    color: #3a3a3a;
}
.gallery-trigger.add-animation {
    background-color: #ebedef;
    background-color: #fcebec;
    color: #c70913;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    -webkit-box-shadow: 0 0 20px rgba(41, 37, 40, 0.1);
    box-shadow: 0 0 20px rgba(41, 37, 40, 0.1);
}
.gallery-trigger:hover {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e9edf5;
}
.gallery-trigger:hover i {
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    font-size: 1.2rem;
}
.gallery-close {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    color: #fff;
    z-index: -1;
    top: 0;
    right: 0;
    font-size: 1.4rem;
    cursor: pointer;
}
.gallery-close.is-active {
    z-index: 99999;
}
.carousel-products-cards {
    margin: 0.3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.carousel-products-cards .product-card__thumb {
    padding: 1.2em;
}
.carousel-products-cards .owl-nav {
    position: absolute;
    top: -3em;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.carousel-products-cards .owl-nav > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3000f), to(#92191c));
    background: -o-linear-gradient(top, #e3000f 0, #92191c 100%);
    background: linear-gradient(180deg, #e3000f 0, #92191c 100%);
    margin: 0.2em;
    color: #fff;
}
.carousel-products-cards .owl-nav .owl-prev {
    border-radius: 10px;
}
.carousel-products-cards .owl-nav .owl-next {
    background: -webkit-gradient(linear, left top, left bottom, from(#e3000f), to(#92191c));
    background: -o-linear-gradient(top, #e3000f 0, #92191c 100%);
    background: linear-gradient(180deg, #e3000f 0, #92191c 100%);
}
.carousel-products-cards .owl-nav .owl-prev.click {
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3));
    background: -o-linear-gradient(top, #f3f3f3 0, #f3f3f3 100%);
    background: linear-gradient(180deg, #f3f3f3 0, #f3f3f3 100%);
    border: 1px solid #ccc;
    color: #000;
}
.carousel-products-cards .owl-nav .owl-next.click {
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3));
    background: -o-linear-gradient(top, #f3f3f3 0, #f3f3f3 100%);
    background: linear-gradient(180deg, #f3f3f3 0, #f3f3f3 100%);
    color: #000;
}
@media only screen and (max-width: 480px) {
    .carousel-icons {
        margin: 0 auto !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .carousel-products-icons {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .carousel-products-cards .owl-nav > div {
        width: 40px;
        height: 40px;
    }
    .carousel-products-cards .product-card {
        margin: 1em auto;
        max-width: 90%;
    }
    .show-all-gallery {
        top: 4px;
        left: 60px;
    }
    .counter-products-gallery {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .carousel-products-gallery .owl-nav .owl-next,
    .carousel-products-gallery .owl-nav .owl-prev {
        background-color: rgba(18, 18, 18, 0.35);
        -webkit-box-shadow: 0 0 20px rgba(41, 37, 39, 0.2);
        box-shadow: 0 0 20px rgba(41, 37, 39, 0.2);
    }
    .carousel-products-gallery .owl-nav .owl-next:hover,
    .carousel-products-gallery .owl-nav .owl-prev:hover {
        background-color: #121212;
    }
}
.city {
    position: relative;
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
}
.city::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.9rem;
    content: "\f3c5";
    left: -17px;
}
.city__current {
    position: relative;
    width: 100%;
    border-bottom: 1px dashed #1d1d1e;
    cursor: pointer;
}
.city__current .loader-gif {
    position: relative !important;
    width: 20px !important;
}
.city__current:hover {
    color: #fe151e;
    border-bottom: 1px dashed #fe151e;
}
.tooltip-true-city {
    border: 1px solid #ccc;
    padding: 1.3em;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px 3px rgba(37, 39, 41, 0.12);
    box-shadow: 0 1px 3px 3px rgba(37, 39, 41, 0.12);
    position: absolute;
    z-index: 900;
    top: 30px;
    width: 230px;
    color: #000 !important;
}
.tooltip-true-city__qst {
    line-height: 1.3;
    margin: 0 0 0.8em 0;
}
.tooltip-true-city__btnblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tooltip-true-city__btn {
    display: block;
    text-transform: lowercase;
    padding: 0.3em 1em;
    margin: 0.24em;
    border-radius: 5px;
    font-weight: 600;
    font-size: 0.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.tooltip-true-city__btn.yes {
    background-color: #ff93a0;
    color: #000 !important;
}
.tooltip-true-city__btn.no {
    background-color: #ebedef;
    color: #000 !important;
}
.tooltip-true-city__btn:hover {
    color: #000;
    -webkit-box-shadow: 0 1px 3px 0 rgba(37, 39, 41, 0.12);
    box-shadow: 0 1px 3px 0 rgba(37, 39, 41, 0.12);
}
.overlay-city {
    position: fixed;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: auto;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(40, 41, 37, 0.3);
    display: none;
}
.overlay-city.is-active {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.city-popup {
    position: fixed;
    width: 100%;
    max-width: 640px;
    z-index: 1000;
    border: 1px solid #ccc;
    background-color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 2em;
    border-radius: 5px;
}
.enter-city {
    margin: 1em 0;
}
.enter-city h5 {
    margin: 0.36em 0 !important;
    font-weight: 500 !important;
}
.enter-city__field {
    width: 100%;
}
.city-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 1.9em;
    max-height: 310px;
    overflow-y: auto;
}
.city-item {
    cursor: pointer;
    margin: 0.68em 0;
}
.city-item:hover {
    color: #fe151e;
}
.city-popup__close {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #fff;
    color: #ccc;
}
.city-item span {
    display: block;
    line-height: 1.19;
    width: 100%;
}
.city-item__for-region-dealer {
    color: #acacac;
    font-size: 0.85rem;
    font-weight: 500;
}
.no-found-city {
    color: red;
    margin: 0;
    font-size: 0.85rem;
}
.city-list-all {
    display: none;
}
.mailpoet_paragraph {
    margin: 0.56em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.mailpoet_text_label {
    margin: 0.3em 0;
}
.mailpoet_checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.mailpoet_checkbox_label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.check-span-after {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    z-index: 10;
    margin: 0 0.4em 0 0;
    left: 0;
    display: block;
    background-color: #dd7678;
}
.mailpoet_checkbox:checked + .check-span-after {
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 8 8%3e%3cpath fill=%23000 d=M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z/%3e%3c/svg%3e");
}
.mailpoet_submit {
    max-width: 240px;
    position: relative !important;
    display: inline-block !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    border: 2px solid transparent !important;
    padding: 1em 1.2em !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3000f), to(#92191c)) !important;
    background: -o-linear-gradient(top, #e3000f 0, #92191c 100%) !important;
    background: linear-gradient(180deg, #e3000f 0, #92191c 100%) !important;
}
.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: auto;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(40, 41, 37, 0.3);
    display: none;
}
.overlay.active {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.overlay.active.over-height {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.modal {
    width: 100%;
    max-width: 670px;
    min-height: 290px;
    margin: 3em auto;
    background-color: #fff;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 14px 2px rgba(41, 40, 43, 0.3);
    box-shadow: 1px 1px 14px 2px rgba(41, 40, 43, 0.3);
    overflow: hidden;
    display: none;
}
.entry-header__modal {
    padding: 1em 2em 0.3em 2em;
}
.entry-header__modal h3 {
    margin: 1em 0 0 0;
    font-family: ProximaNova-Semibold;
    font-weight: 500;
    line-height: 1;
}
.entry-header__modal span {
    display: block;
    line-height: 1.1;
    padding: 0.6em 0;
}
.entry-content__modal {
    margin: 0;
    padding: 0.3em 2em 1.3em 2em;
}
.entry-content__modal h5 {
    margin: 0;
}
.btn-close {
    position: absolute;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    top: 0.3em;
    right: 0.1em;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    color: #6d6d69;
    font-size: 1.1rem;
}
.btn-close i {
    line-height: 0.4px;
    position: absolute;
    top: 50%;
}
.btn-close:hover {
    background-color: transparent;
    color: #6d6d69 !important;
}
.btn-close:hover i {
    color: #6d6d69 !important;
}
.fixScroll {
    width: 100%;
    overflow: hidden;
}
.modal-content {
    width: 100%;
    padding: 3em;
}
.modal-content h3 {
    font-weight: 500;
    line-height: 1.2;
}
.modal-content p {
    line-height: 1.1;
    display: block;
    margin: 0.6em 0;
}
@media only screen and (max-width: 480px) {
    .modal {
        max-width: 93%;
        margin: 0 auto;
    }
    .entry-content__modal,
    .entry-header__modal {
        padding: 0 1.5em 0.3em 1.5em;
    }
    .modal .btn-block {
        margin: 1em 0;
    }
    .modal-content h3 {
        line-height: 1;
        margin-bottom: 0.3em;
    }
}
.carousel__notice {
    border: 1px solid #dedede;
    padding: 1em;
    margin: 1em 0;
    display: inline-block;
    border-radius: 2px;
    color: #8e8e8e;
}
.carousel__notice i {
    color: #e40715;
}
.checkout-fields {
    position: fixed;
    z-index: 10000002 !important;
    width: 100%;
    max-width: 210px;
    height: 50px;
    bottom: 0.76em;
    right: 0;
    -webkit-box-shadow: 2px 1px 34px 2px rgba(17, 34, 89, 0.3);
    box-shadow: 2px 1px 34px 2px rgba(17, 34, 89, 0.3);
    padding: 1em;
    border-radius: 3px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0.85rem;
    font-weight: 500;
}
.checkout-fields.is-show {
    height: 90%;
    overflow-x: auto !important;
    top: 0;
    bottom: 0;
    margin: auto 0 !important;
}
.checkout-fields__close {
    margin: 0 0 1.4em 0;
    text-align: right;
    display: block;
    cursor: pointer;
}
.chkField input.err {
    color: red;
}
.chkField input.done {
    color: inherit;
}
.notice {
    width: 100%;
    left: 0;
    display: block;
    line-height: 1;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
}
.error-notice {
    color: red;
    font-size: 0.9rem;
    font-weight: 400;
}
.pre-check-field {
    line-height: 1;
}
.pcf_done {
    background: green;
    color: #fff;
    display: inline-block;
    margin: 0.3em;
    padding: 0.5em;
}
.pcf_err {
    background: red;
    color: #fff;
    display: inline-block;
    margin: 0.3em;
    padding: 0.5em;
}
.window-state-field {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    padding: 0.75em;
    position: fixed;
    z-index: 9000;
    bottom: 0.76em;
    width: 100%;
    max-width: 580px;
    min-height: 180px;
    max-height: 180px;
    overflow-y: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-shadow: 2px 1px 34px 2px rgba(40, 41, 35, 0.2);
    box-shadow: 2px 1px 34px 2px rgba(40, 41, 35, 0.2);
    border-radius: 4px;
}
.window-state-field__close::before {
    content: "\f057";
    position: absolute;
    z-index: 100;
    right: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: 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: 2rem;
    color: #ccc;
    background-color: #f3f3f3;
}
.window-state-field__close:hover::before {
    color: #979797;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.window-state-field__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 90%;
    margin: 0.67em 0.4rem;
    line-height: 1;
}
.window-state-field__item i {
    margin: 0 0.4em 0 0;
    font-size: 1.6rem;
}
.window-state-field__item.done i {
    color: #00ffa9;
}
.window-state-field__item.err i {
    color: #f7161e;
}
.window-state-field__item span {
    width: 100%;
    display: block;
    padding: 0.3em;
    color: #7a7a7a;
}
::-webkit-input-placeholder {
    color: #b3b3b3;
    opacity: 0.4 !important;
    font-family: Montserrat, sans-serif;
}
:-moz-placeholder {
    color: #b3b3b3;
    opacity: 0.4 !important;
    font-family: Montserrat, sans-serif;
}
::-moz-placeholder {
    color: #b3b3b3;
    opacity: 0.4 !important;
    font-family: Montserrat, sans-serif;
}
:-ms-input-placeholder {
    color: #b3b3b3;
    opacity: 0.8 !important;
    font-family: Montserrat, sans-serif;
}
input[type="search" i] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px 2px;
    position: absolute;
    left: 0;
}
input[type="date"],
input[type="email"],
input[type="tel"],
input[type="text"] {
    font-size: 16px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input:focus,
    select:focus,
    textarea:focus {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
}
#wpadminbar {
    position: fixed;
    top: 0 !important;
}
html {
    font-size: 16px;
}
body {
    font-size: 16px !important;
    min-width: 320px;
    height: 100%;
    position: relative;
    line-height: 1.5 !important;
    font-weight: 400;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    color: #222 !important;
    background-color: #fff !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}
h2 {
    font-size: 1.56rem !important;
}
h4 {
    font-size: 1.3rem !important;
}
h5 {
    font-weight: 1rem !important;
    color: #000 !important;
    font-weight: 600 !important;
}
.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 47px;
    border: 1px solid #e3000f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    color: #e3000f;
}
.main-header-bar {
    margin: 2.3em 0 0 0;
}
.main-header-bar,
.site-content {
    border: none !important;
}
.entry-content {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    word-wrap: initial;
}
.entry-content h4 {
    margin: 0;
}
#masthead {
    z-index: 101 !important;
}
.screen-full {
    width: 100%;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: inherit !important;
}
.products-courusel-icons {
    position: relative;
}
.stock-status {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
    color: #df0210;
}
.elementor-video {
    width: 100% !important;
    max-width: 100% !important;
}
.сharacteristics__technical-specifications-list {
    font-family: Montserrat, Sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #000;
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-gap: 1em;
    grid-template-columns: 1fr;
}
.ast-separate-container {
    padding: 0;
}
.loader-gif {
    position: absolute;
    z-index: 100;
    top: 2px;
    right: 3px;
    width: 25px !important;
}
code {
    color: red;
    font-weight: 700;
    display: block;
}
#result-query-variation,
#tempr-data-load {
    height: 1px !important;
    overflow: hidden !important;
}
.result-title {
    font-weight: 700;
    color: red;
}
.get-content {
    display: block;
}
.template-single-excerpt {
    width: 100%;
    position: relative !important;
}
.dop-info {
    font-size: 0.875rem;
    font-weight: 600;
    color: #df0210;
    position: relative;
    z-index: 101;
}
.product-title {
    font-size: 1.5rem;
    line-height: 1.2;
}
.preview-descript {
    font-size: 0.875rem;
}
.variation-name {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 600;
}
.switcher-variation-products {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0.5em 0 0.67em;
}
.switcher {
    display: block;
    border-radius: 0.3em;
    border: 2px solid transparent;
    font-size: 0.82rem;
    padding: 0.3em 0.9em;
    font-weight: 600;
    cursor: pointer;
    color: #6d6d69;
}
.switcher:hover {
    border-color: #000;
    color: #000;
}
.switcher.is-active {
    background-color: #ebedef;
    background-color: #e9edf5;
    border: 2px solid #e9edf5 !important;
    color: #000;
}
.specif-atribut-sku {
    margin: 0 1em;
    padding: 0;
    font-size: 0.875rem;
}
.technical-specification-item__title {
    font-weight: 500;
}
.technical-specification-item__descriptions {
    width: 100%;
    margin: 0.6em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.technical-specification-item__descriptions .descr_key,
.technical-specification-item__descriptions .descr_value {
    width: 100%;
    max-width: 49%;
}
.technical-specification-item__descriptions .descr_value ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ast-woocommerce-container {
    padding: 0 !important;
}
.is_page_catalog .ast-container {
    width: 100%;
    max-width: 1300px;
    margin: 1em auto;
    padding: 2em 0;
    display: grid !important;
    grid-template-columns: 25% 1fr;
    grid-gap: 1.5em;
    position: relative;
}
.is_page_catalog .content-area {
    grid-column: 2;
    grid-row: 1;
}
.is_page_catalog .secondary {
    grid-column: 1;
    grid-row: 1;
}
.products_archive_grid {
    list-style: none;
    margin: 0;
    padding: 0;
}
.products_archive_grid::before {
    display: none !important;
}
.is_page_single .products_archive_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
}
.is_page_single .products_archive_grid li {
    width: 100% !important;
}
.is_page_catalog .products_archive_grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: 2.89rem;
}
.is_page_catalog .products_archive_grid li {
    width: 100% !important;
    max-width: 100%;
}
.is_page_catalog .woocommerce-breadcrumb {
    margin: 0;
    grid-row: 1;
    grid-column: 1/3;
}
.is_page_single .secondary,
.is_page_single .woocommerce-product-gallery {
    display: none;
}
.is_page_single .summary.entry-summary {
    width: 100% !important;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto auto;
    grid-gap: 1.2rem;
}
.is_page_single .ast-container {
    padding: 0 !important;
}
.is_page_single .content-area {
    width: 100% !important;
    max-width: 100%;
}
.is_page_single .site-main {
    width: 100%;
    max-width: 1300px !important;
    margin: 1em auto;
    padding: 2em 0;
    overflow: hidden;
}
.is_page_single .woocommerce-breadcrumb {
    grid-column: 1/2;
    grid-row: 1;
}
.is_page_single .ast-woocommerce-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
}
.is_page_single .woocommerce-notices-wrapper {
    grid-row: 1;
    grid-column: 1/3;
}
.is_page_single .ast-article-single {
    display: grid;
    grid-template-columns: 33% 1fr;
    grid-gap: 2em;
}
.is_page_single .woocommerce-product-gallery {
    float: none !important;
    width: 100%;
}
.is_page_single .template-single-excerpt {
    grid-row: 1/3;
    grid-column: 1;
}
.is_page_single .terek-template-single-price {
    grid-row: 1;
    grid-column: 2;
}
.is_page_single .buy-dealer {
    grid-row: 2;
    grid-column: 2;
}
.is_page_single .carousel-icons {
    grid-column: 1/3;
    grid-row: 4;
}
.is_page_single .product-tabs {
    grid-column: 1/3;
    grid-row: 5;
}
.is_page_single .woo-products-viewed {
    grid-column: 1/3;
    grid-row: 6;
}
.products-viewed-list {
    list-style: none;
    margin: 2em 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.4em;
}
.products-viewed-list li {
    margin: 0 1.6em 1.89em 0;
    width: 100%;
    max-width: 280px;
}
.product_gallery {
    width: 100%;
    -webkit-box-shadow: #ff0;
    box-shadow: #ff0;
}
.woo-gallery {
    position: relative;
    display: grid;
    grid-template-columns: 90px 1fr;
    grid-gap: 1em;
}
.product-images-gallery {
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-images-gallery li {
    width: 85px;
    height: 85px;
    padding: 0.67em;
    border: 2px solid transparent;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
}
.product-images-gallery li.is-active {
    border: 2px solid #df0210;
}
.product-images-gallery li:hover {
    border: 2px solid #e9edf5;
}
.product-images-gallery li.is-active:hover {
    border: 2px solid #e9edf5;
}
.counter-all-item {
    font-weight: 700;
    background: rgba(0, 0, 0, 0.38);
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-image-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.product-image-full img {
    max-width: 100%;
}
.product-image-full .loader-gif {
    position: absolute;
    bottom: 0 !important;
}
.one-img-gallery {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 670px !important;
}
.woocommerce-product-gallery__image {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-control-nav.flex-control-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row: 1;
    grid-column: 1/1;
    margin: 0;
    padding: 0;
}
.flex-control-nav.flex-control-thumbs li {
    width: 100% !important;
    max-width: 69px !important;
    margin: 0 auto 1em !important;
    padding: 0 !important;
}
.flex-control-nav.flex-control-thumbs li.hide-gallery-items {
    background: rgba(0, 0, 0, 0.38);
    border-radius: 4px;
}
.woocommerce-product-gallery-ajax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ajax-full-product-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ajax-full-product-image img {
    max-width: 100%;
}
.ajax-gallery-products {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ajax-gallery-products li {
    margin: 0 0 0.3em 0;
}
.ajax-gallery-products__image {
    width: 150px;
    margin: 0.1em;
}
.product-card-single_add-to-cart,
.terek-template-single-price {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(209, 217, 230, 0.6);
    box-shadow: 0 0 20px rgba(209, 217, 230, 0.6);
    border-radius: 4px;
    padding: 1.2em 1.5em;
    margin: 0 1em;
}
.price-block .woocommerce-Price-currencySymbol {
    margin: 0 0.3em;
    font-size: 0.8rem;
    font-weight: 300;
}
.product-card-single_add-to-cart .add-to-cart,
.terek-template-single-price .price-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.1em;
}
.price-block__notice {
    grid-column: 1/4;
    grid-row: 1;
    line-height: 1;
    display: block;
}
.price-block__amount {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 1wm 0 !important;
    line-height: 0.85;
    font-size: 2rem;
    font-weight: 600;
    color: #393939;
    grid-column: 1/4;
    grid-row: 3;
}
.price-block__currencySymbol {
    font-size: 0.8rem;
    font-weight: 300;
    position: relative;
}
.price-block .quantity {
    grid-column: 3/4;
    grid-row: 3;
}
.price-block .add-cart-button {
    grid-row: 3;
    grid-column: 1/4;
}
.terek-template-single-price .add_to_cart_button {
    margin: 1em 0;
}
.terek-template-single-price.add-wpcf7-notify {
    height: 330px;
}
.terek-template-single-price.add-wpcf7-notify input {
    margin: 0.4em 0 !important;
}
.wpcf7 form > div,
.wpcf7 form > p {
    margin: 0;
    font-weight: 500;
}
.woocommerce div.product p.price del {
    position: absolute !important;
    top: 5px;
    font-size: 0.85rem;
}
.added_to_cart.wc-forward {
    z-index: 3;
    grid-row: 3;
    grid-column: 2/2;
    font-size: 0.85rem;
    display: none !important;
}
.ajax-get-content {
    margin: 0.3em;
    border-bottom: 1px solid #ccc;
}
.product-tabs {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 2em auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.product-tab {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    font-weight: 400;
    background: #f9f9f9;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.product-tab.is-active {
    border-bottom: 2px solid #f5333f;
}
.product-tab-entry-content {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2em 0;
    display: none;
    overflow: hidden;
}
.product-tab-entry-content ul {
    padding: 0;
    margin: 1.4em 1em;
}
.product-tab-entry-content.is-active {
    display: block;
}
@media only screen and (max-width: 1200px) {
    .product-tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product-tab {
        width: 100%;
        margin: 0.3em;
        max-width: 30%;
    }
}
@media only screen and (max-width: 600px) {
    .product-tab {
        width: 100%;
        max-width: 96%;
    }
    .product-tab-entry-content {
        max-width: 93%;
        margin: 2em auto;
    }
}
.related.products {
    grid-row: 5;
    grid-column: 1/3;
}
.atribut-wrap h5 {
    margin: 0;
}
.pa-atribut-sku {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.pa-atribut-sku li {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1em 0;
}
.pa-atribut-sku li::after {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #e5e5e5;
}
.pa-atribut-sku li span {
    display: block;
    background-color: #fff;
}
.pa-atribut-sku__title {
    z-index: 10;
    background-color: #fff;
    padding-right: 0.3em;
}
.pa-atribut-sku__val {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 20%;
    padding-left: 0.3em;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
    color: #717071 !important;
}
.quantity .qty {
    width: 100%;
    max-width: 50px !important;
}
.price-block .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 150px;
    height: 38px;
    position: relative;
    margin: 0 0.3em;
    overflow: hidden;
}
.qty-nav-element {
    padding: 0.23em 1em;
    font-size: 1.3rem;
    border-radius: 0.3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.qty-nav-element:hover {
    background-color: #e9edf5 !important;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}
.price-block .quantity .qty {
    width: 2.2em;
    border: none !important;
    font-weight: 500;
    color: #393939 !important;
    font-size: 1.2rem;
}
.terek-template-single-price .quantity {
    margin: 0 0.56em;
}
.terek-template-single-price .price-block__currencyPrice {
    margin: 0 0.16em 0 0 !important;
}
.terek-template-single-price .quantity .qty-nav-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 50px;
}
.woocommerce-Reviews-title {
    font-weight: 400;
}
.woocommerce-Reviews {
    display: grid;
    grid-template-columns: 60% 1fr;
    grid-gap: 3em;
}
.comment_container {
    margin: 1em 0;
}
.comment_container .avatar {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
}
.comment_container .comment-text {
    width: 100%;
    max-width: 75%;
    border: none !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 40px 20px auto;
    margin: 0 auto !important;
    padding: 0 !important;
}
.comment_container .comment-text .meta {
    grid-column: 1;
    grid-row: 1;
}
.comment_container .comment-text .star-rating {
    grid-column: 1;
    grid-row: 2;
}
.comment_container .comment-text .description {
    grid-column: 1/3;
    grid-row: 3;
    margin: 0.36em 0;
}
#review_form_wrapper {
    border: 1px solid #ebebeb !important;
    border-radius: 3px;
}
#review_form {
    width: 100%;
    max-width: 85%;
    padding: 2em 0;
    margin: 0 auto;
}
.comment-reply-title {
    font-weight: 400;
}
.comment-form-author,
.comment-form-email {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
textarea {
    resize: none;
    width: 100% !important;
    height: 150px;
}
.woocommerce #reviews #review_form #respond p.form-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.woocommerce #reviews #review_form #respond p.form-submit .submit {
    width: 100%;
    padding: 1em;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 10px;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3000f), to(#92191c));
    background: -o-linear-gradient(top, #e3000f 0, #92191c 100%);
    background: linear-gradient(180deg, #e3000f 0, #92191c 100%);
}
.woocommerce #reviews #review_form #respond p.form-submit .submit:hover {
    border: 2px solid #a41319;
    background: 0 0;
    color: #a41319 !important;
}
.comment-text,
.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
    font-style: normal;
    border: none!;
}
.events-users-icons {
    margin: 1em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.events-users-icons a {
    color: #222 !important;
    text-decoration: none;
}
.events-users-icons_cat {
    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;
}
.single_add_to_wishlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0.3em;
}
.single_add_to_wishlist .wishlist__heart {
    margin: 0 0.4em 0 0;
}
.single_add_to_wishlist span {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
}
.wishlist__heart {
    width: 23px;
    height: 23px;
    display: block;
    position: relative;
}
.wishlist__heart:after,
.wishlist__heart:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 3px;
    width: 10px;
    height: 17px;
    background-color: #222;
    border-radius: 50px 50px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.wishlist__heart:after {
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.added .wishlist__heart:after,
.added .wishlist__heart:before {
    background-color: #d9534f;
}
.added .wishlist__text {
    color: #d9534f;
}
.catalog_add_to_wishlist {
    position: relative;
}
.catalog_add_to_wishlist::before {
    content: "Добавить в Избранное";
    position: absolute;
    z-index: 2;
    width: 175px;
    padding: 0.9em;
    top: -60px;
    left: -130px;
    background: #fff;
    border-top: 1px solid #f1f6fd;
    border-left: 1px solid #f1f6fd;
    border-right: 1px solid #f1f6fd;
    border-bottom: 1px solid #f1f6fd;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
    color: #000;
    font-size: 0.75rem;
    font-weight: 400;
    text-transform: initial;
}
.catalog_add_to_wishlist::after {
    content: "";
    position: absolute;
    z-index: 100;
    left: 10px;
    top: -24px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 16px solid #fff;
}
.single_add_compare {
    position: relative;
    margin: 0 0.3em;
}
.single_add_compare .compare__arrows {
    margin: 0 0.4em 0 0;
}
.compare__arrows {
    width: 21px;
    height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.compare__arrows span {
    height: 17px;
    width: 3px;
    border-radius: 10px;
    display: block !important;
    position: relative;
    background-color: #222;
}
.compare__arrows span:nth-child(1) {
    bottom: -6px;
    margin: 0 0.1em;
    height: 6px;
    width: 4px;
}
.compare__arrows span:nth-child(2) {
    margin: 0 0.3em;
    bottom: -3px;
    height: 11px;
    width: 4px;
}
.compare__arrows span:nth-child(3) {
    margin: 0 0.1em;
    width: 4px;
}
.added .compare__arrows span {
    background-color: #d9534f;
}
.add_compare {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.add_compare i {
    font-size: 0.96rem;
    margin: 0 0.3em;
}
.add_compare.compare.added i {
    color: #ea565f;
}
.add_compare.compare.added .compare__text {
    color: #ea565f;
}
.catalog_add_compare {
    position: relative;
}
.catalog_add_compare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.catalog_add_compare span {
    height: 17px;
    width: 3px;
    border-radius: 10px;
    display: block !important;
    background-color: #000;
    position: relative;
}
.catalog_add_compare span:nth-child(1) {
    bottom: -6px;
    margin: 0 0.1em;
    height: 6px;
}
.catalog_add_compare span:nth-child(2) {
    margin: 0 0.3em;
    bottom: -3px;
    height: 11px;
}
.catalog_add_compare span:nth-child(3) {
    margin: 0 0.1em;
}
.catalog_add_compare::before {
    content: "Добавить в Сравнение";
    position: absolute;
    z-index: 900;
    width: 175px;
    padding: 0.9em;
    top: -60px;
    left: -130px;
    background: #fff;
    border-top: 1px solid #f1f6fd;
    border-left: 1px solid #f1f6fd;
    border-right: 1px solid #f1f6fd;
    border-bottom: 1px solid #f1f6fd;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
    color: #000;
    font-size: 0.75rem;
    font-weight: 400;
    text-transform: initial;
}
.catalog_add_compare::after {
    content: "";
    position: absolute;
    z-index: 900;
    left: 10px;
    top: -24px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 16px solid #fff;
}
.catalog_add_compare::after,
.catalog_add_compare::before,
.catalog_add_to_wishlist::after,
.catalog_add_to_wishlist::before {
    display: none;
}
.catalog_add_to_wishlist:hover.catalog_add_to_wishlist::after,
.catalog_add_to_wishlist:hover.catalog_add_to_wishlist::before {
    display: block;
}
.catalog_add_compare:hover.catalog_add_compare::after,
.catalog_add_compare:hover.catalog_add_compare::before {
    display: block;
}
.catalog_add_to_wishlist.added:hover.catalog_add_to_wishlist::after,
.catalog_add_to_wishlist.added:hover.catalog_add_to_wishlist::before {
    display: none;
}
.buy-dealer {
    grid-column: 2;
    grid-row: 2/2;
    display: grid;
    grid-template-columns: 23% 1fr;
    padding: 1.2em 1.5em;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(209, 217, 230, 0.6);
    box-shadow: 0 0 20px rgba(209, 217, 230, 0.6);
    border-radius: 4px;
    margin: 0 1em;
}
.buy-dealer__icon {
    grid-row: 1;
    grid-column: 1/3;
    background-color: #df021014;
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.buy-dealer__icon .cart-svg path {
    fill: #df0210;
    stroke: #df0210;
}
.buy-dealer__text {
    grid-row: 1;
    grid-column: 2/2;
}
.buy-dealer__text span {
    font-size: 0.875rem;
    font-weight: 800;
}
.buy-dealer__text p {
    font-size: 0.75rem;
    color: #90989f;
    margin: 0;
}
.buy-dealer .btn {
    margin: 1em 0;
    grid-row: 2;
    grid-column: 1/3;
}
.add_events_icon {
    width: 40px;
    height: 40px;
    border: 1px solid #b5bdc9;
    color: #b5bdc9;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none !important;
}
.add_events_icon i {
    font-size: 1.3rem;
    color: #2e2e2e;
}
.add_events_icon:hover {
    color: #fff;
    border: 2px solid #cc0712;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3000f), to(#92191c));
    background: -o-linear-gradient(top, #e3000f 0, #92191c 100%);
    background: linear-gradient(180deg, #e3000f 0, #92191c 100%);
}
.add_events_icon:hover span {
    background-color: #fff;
}
.add_events_icon:hover i {
    color: #fff;
}
.add_events_icon.added {
    background: -webkit-gradient(linear, left top, left bottom, from(#e3000f), to(#92191c));
    background: -o-linear-gradient(top, #e3000f 0, #92191c 100%);
    background: linear-gradient(180deg, #e3000f 0, #92191c 100%);
    border: 2px solid #cc0712;
}
.add_events_icon.added span {
    color: #fff;
    background-color: #fff;
}
.add_events_icon.added i {
    color: #fff;
}
.add-cart-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid transparent;
    padding: 1em !important;
    border-radius: 10px;
    color: #fff !important;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3000f), to(#92191c));
    background: -o-linear-gradient(top, #e3000f 0, #92191c 100%);
    background: linear-gradient(180deg, #e3000f 0, #92191c 100%);
}
.add_to_cart_button.added,
.add_to_cart_button.event-completed {
    border: 2px solid #a41319;
    background: 0 0 !important;
    color: #a41319 !important;
}
.add_to_cart_button.added .cart-svg path,
.add_to_cart_button.event-completed .cart-svg path {
    fill: #a41319;
    stroke: #a41319;
}
.add_to_cart_button.added:hover,
.add_to_cart_button.event-completed:hover {
    border: 2px solid #a41319;
    background: 0 0;
    color: #a41319 !important;
}
.cart-svg {
    margin: 0 0.3em 0 0;
}
.cart-svg path {
    fill: #fff;
    stroke: #fff;
}
.add-cart-button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3544), to(#82090c));
    background: -o-linear-gradient(top, #ff3544 0, #82090c 100%);
    background: linear-gradient(180deg, #ff3544 0, #82090c 100%);
}
.add-cart-button:hover .cart-svg path {
    fill: #e3000;
    stroke: #e3000;
}
.add-cart-button.added,
.add-cart-button.added .cart-svg path {
    color: #df0210;
    border: 2px solid #df0210;
    fill: #e3000;
    stroke: #e3000;
}
.add-cart-button .loader-gif {
    top: 50%;
    right: 10%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.empty_button {
    display: block;
    text-align: center;
    padding: 0.36em 1em;
    background-color: #e9edf5;
}
.ast-shop-product-out-of-stock {
    display: none;
}
.template-single-excerpt__specifications-title_cat {
    font-size: 0.8rem;
    font-weight: 600;
    color: #747474;
    text-transform: uppercase;
    display: block;
    min-height: 10px;
}
.switcher-frequency-ranges_cat {
    margin: 0.3em 0;
    min-height: 35px;
}
.short-characteristics_cat {
    width: 100%;
    max-width: 99%;
    min-height: 140px;
    max-height: 140px;
}
.short-characteristics_cat.minheight {
    min-height: 213px;
    max-height: 213px;
}
.marker {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d6d6d6;
    background-color: #e9edf5;
    position: absolute;
    z-index: 10;
    left: -1.3em;
}
.price-block_cat {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 31%;
    grid-template-rows: 29px 20px;
    grid-gap: 0.12em;
    margin: 0.3em 0;
}
.price-block_cat.empty {
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: 30px 83px;
}
.price-block_cat.empty .price_catalog {
    height: 113px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.price-block_cat.empty .price_catalog .find-admission-form {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid transparent;
    padding: 1.3em !important;
    border-radius: 10px;
    color: #fff !important;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3000f), to(#92191c));
    background: -o-linear-gradient(top, #e3000f 0, #92191c 100%);
    background: linear-gradient(180deg, #e3000f 0, #92191c 100%);
}
.price_catalog {
    width: 100%;
    height: 30px !important;
    line-height: 1;
    grid-column: 1;
    font-size: 1.5rem;
    font-weight: 600;
}
.price_catalog .price-block__currencyPrice {
    margin: 0 0.23em 0 0;
}
.price_catalog .woocommerce-Price-currencySymbol {
    font-size: 0.85rem;
    line-height: 1.3;
    margin: 0 0.43em;
    color: #3e3e3e;
    font-weight: 300;
}
.notice-field {
    grid-row: 2;
    display: block;
    font-size: 0.65rem;
    padding: 0.1em 0;
    font-weight: 600;
    color: #000;
}
.price-block_cat .events-users-icons {
    grid-column: 2/2;
    grid-row: 1/3;
}
.price-empty {
    width: 100% !important;
    display: block;
    position: absolute;
    top: 0;
    margin: 0;
    line-height: 1.3;
    color: #df464d;
    font-size: 0.85rem !important;
}
.price-empty a {
    text-decoration: underline !important;
    font-weight: 500;
}
.price-block_cat .add_to_cart_button {
    grid-column: 1/3;
    grid-row: 3;
}
.characteristic-excert {
    font-size: 0.825rem;
    margin: 0;
}
.products-characteristics {
    margin: 0;
    padding: 1em;
}
.products-characteristics-short {
    width: 100%;
    max-width: 98%;
    font-size: 0.825rem;
    line-height: 1.9;
    padding: 0.35em 0;
}
.products-characteristics-short__item {
    width: 100%;
    max-width: 93% !important;
    margin: 0.45em 0 0 auto;
    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;
    position: relative;
}
.products-characteristics-short__item.admconsol1 {
    max-width: 87% !important;
    margin: 0.45em auto;
}
.products-characteristics-short__item::after {
    content: "";
    position: absolute;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    left: -14px;
    background-color: #000;
}
.products-characteristics-short__item span {
    display: block;
}
.products-characteristics-short__item .pa-characteristic__title {
    width: 100%;
    line-height: 1;
}
.products-characteristics-short__item .pa-characteristic__val {
    line-height: 1.2;
    width: 100%;
    text-align: right;
}
.products-characteristics-full {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.products-characteristics-full .column-start {
    padding: 1em;
    margin: 1em;
    width: 100%;
    max-width: 42%;
}
.products-characteristics-full__item {
    width: 100%;
}
.products-characteristics-full__item:nth-child(even) {
	background-color: #ebeff2;
}
@media only screen and (max-width: 768px) {
    .products-characteristics-full .column-start {
        max-width: 100%;
    }
}
.products-characteristics-full__item {
    width: 100%;
    padding: 0.5em 0;
}
.products-characteristics-full__item_inner {
    position: relative;
    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;
}
.products-characteristics-full__item_inner::after {
    display: none;
    /*content: "";
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #ccc;*/
}
.products-characteristics-full__item_inner span {
    position: relative;
    display: block;
    z-index: 30 !important;
    /*background-color: #fff;*/
}
.products-characteristics-full__item_inner .pa-characteristic__title {
    max-width: 50%;
    text-align: left;
    padding-right: 0.6em;
}
.products-characteristics-full__item_inner .pa-characteristic__val {
    width: 100%;
    max-width: 30%;
    text-align: left;
    padding-left: 0.6em;
}
.admconsol0 > .adminconsole {
    position: absolute;
    top: -20px;
    left: 0;
}
.admconsol1 > .adminconsole {
    width: 20px;
    right: -20px;
    top: -6px;
}
.admconsol2 > .adminconsole {
    position: absolute;
    width: 90px;
    right: 0 !important;
}
.adminconsole {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    z-index: 100 !important;
}
.adminconsole__term-id {
    position: absolute;
    z-index: 9;
    left: 16px;
    bottom: 22px;
    display: block;
    font-size: 0.7rem;
    color: #ccc;
}
.adminconsole__item {
    font-size: 0.65rem;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
    background-color: #f3f3f3 !important;
    color: #a5a6a0 !important;
    padding: 0.3em;
    border-radius: 3px;
    margin: 0.3em;
    position: relative;
}
.adminconsole__item-tooltip {
    position: absolute;
    font-size: 0.7rem;
    padding: 1em !important;
    line-height: 1;
    bottom: 30px;
    border-radius: 4px;
    background-color: #1a1a1a !important;
    font-weight: 300 !important;
    color: #fff !important;
    width: 120px;
    margin: 0;
    display: none;
}
.adminconsole__item-product-id {
    margin: 0;
}
.adminconsole__item:hover {
    background-color: #e1e1e1;
    color: #767771;
}
.adminconsole__item:hover .adminconsole__item-tooltip {
    display: block;
}
.adminconsole__item_edit-link p {
    margin: 0 !important;
}
.adminconsole__item_edit-link a {
    color: #a5a6a0;
}
.adminconsole__item_cat {
    background-color: #e9edf5;
    border-radius: 4px;
}
.adminconsole__item:hover a {
    background-color: #e1e1e1;
    color: #767771;
}
#primary,
#secondary {
    margin: 0 !important;
    width: 100% !important;
}
.widget-area.secondary {
    padding: 0 !important;
    background-color: #fbfbfb;
    width: 100%;
    max-width: 320px;
}
.sidebar-main {
    grid-row: 2;
    grid-column: 1/2;
    width: 100%;
}
.sidebar-main,
.yith-wcan-filters {
    background-color: #fbfbfb !important;
}
.yith-wcan-tooltip {
    background-color: #e30614 !important;
}
.with-tooltip .yith-wcan-tooltip::before {
    display: none !important;
}
.widget-title {
    font-size: 1rem !important;
}
.sidebar-main__title {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    position: relative;
    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;
}
.sidebar-main__title h3 {
    display: block;
    width: 100%;
    margin: 0 !important;
}
.all-reset-filters {
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    right: -20px;
    cursor: pointer;
    font-size: 0.85rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.all-reset-filters.is-filters-active,
.all-reset-filters:hover {
    background-color: #f3f3f3;
    background-color: #e9edf5;
    color: #d80311 !important;
}
.all-reset-filters:hover .all-reset-filters__tooltip {
    display: block;
}
.all-reset-filters.is-rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.all-reset-filters__tooltip {
    background-color: #1d1d1e;
    color: #fff;
    display: block;
    position: absolute;
    top: -50px;
    width: 120px;
    line-height: 1;
    text-align: center;
    padding: 1em;
    font-size: 0.8rem;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 20px rgba(41, 37, 40, 0.5);
    box-shadow: 0 0 20px rgba(41, 37, 40, 0.5);
    display: none;
}
.yith-wcan-reset-filters {
    margin: 0 auto;
}
.sidebar-main h3 {
    display: block;
    width: 100%;
    max-width: 80%;
    margin: 1em auto;
    font-size: 1.125rem;
    border-bottom: 1px solid E4E9F0;
}
.sidebar-main hr {
    background-color: #e4e9f0;
    display: block;
    width: 100%;
    max-width: 90%;
    margin: 1em auto;
}
.sidebar-main h4 {
    font-size: 1rem !important;
    font-weight: 500;
}
.yith-wcan-filters .filters-container {
    width: 100%;
    max-width: 80%;
    margin: 0 auto !important;
}
.yith-wcan-filters .filter-content {
    margin: 1em 0;
}
.filter-item {
    margin: 1em 0 !important;
    font-size: 0.875rem;
    position: relative;
}
a.term-label:hover {
    color: #d80311 !important;
}
.filter-item.active > label > a {
    color: #e30614 !important;
}
.open-block {
    display: block;
    position: absolute;
    z-index: 10;
    right: -15px;
    width: 30px;
    height: 20px;
    cursor: pointer;
}
.more-read {
    color: #e30614;
    display: block;
    font-size: 0.875rem;
    cursor: pointer;
    border-radius: 30px;
    padding: 0.2em;
    width: 70px;
    text-align: center;
    margin: 0;
}
.more-read:hover {
    background-color: #ebedef;
    background-color: #f0f2f4;
}
.more-read.is-open i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.more-read:nth-child(1) {
    display: none !important;
}
.filter-tax {
    margin: 2em 0;
}
.filter-items {
    position: relative;
}
.text-design a {
    display: block;
    line-height: 1.1 !important;
}
.filter-items.filter-text.level-1 {
    padding: 0 !important;
}
.filter-item.text.active a {
    color: #d80311 !important;
}
.filter-item.checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.filter-item.text.level-0 {
    position: relative;
}
.filter-item.text.level-0::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    content: "\f107";
    display: none;
    height: 15px;
    width: 20px;
    position: absolute;
    top: 0;
    right: -10px;
}
.filter-item.text:nth-child(n + 5).is-hide {
    display: none !important;
}
.filter-item.text.level-0.is-show::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.filter-item.text.level-0.is-show.is-active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.filter-items.filter-text.level-1 {
    display: none;
}
.filter-items.filter-text.level-1.is-active {
    display: block;
}
.filter-checkbox {
    padding: 0 0 0 1.5em !important;
}
.filter-item.checkbox label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.filter-item.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 1px;
    left: -25px;
    width: 1.2em;
    height: 1.2em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid #d9d9d9;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.filter-item.checkbox label::after {
    content: "\2714";
    font-size: 0.75rem;
    position: absolute;
    top: -2px;
    left: -21px;
    color: #e30614 !important;
    opacity: 0;
}
.filter-item:hover.checkbox label::before {
    border: 1px solid #e30614;
}
.filter-item.checkbox.active label::after,
.filter-item:hover.checkbox label::after {
    opacity: 1 !important;
}
.filter-item.checkbox.active label::before {
    border: 1px solid #e30614;
}
.filter-item.checkbox:nth-child(n + 5).is-hide {
    background-color: red;
    display: none;
}
.filter-item.checkbox {
    display: block;
}
.filter-item.checkbox a {
    display: block;
    line-height: 1.2;
}
.filter-checkbox .more-read {
    margin: 0 auto 0 -25px;
}
.filter-item.label {
    background-color: #e9edf5;
    border-radius: 30px !important;
    padding: 0 !important;
    margin: 0 0.4em 0.4em 0 !important;
}
.filter-item.label.active {
    background-color: #fcebec !important;
    border: 2px solid #fcebec !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.filter-items .filter-item.label {
    overflow: hidden;
    border: 2px solid #e9edf5;
}
.filter-items .filter-item.label > a {
    padding: 0.1em 0.6em !important;
    background-color: #e9edf5;
    border-style: #e9edf5;
    height: initial !important;
}
.filter-item.label.active a span {
    color: #92191c !important;
    color: #7a869e !important;
}
.filter-items .filter-item:hover.label {
    border: 2px solid #d80311;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #d80311 !important;
}
.filter-items .filter-item:hover.label a .term-label {
    color: #d80311 !important;
}
.filter-items .filter-item.active.label a {
    background-color: #f9e7e8;
}
.filter-items .filter-item.active.label a span {
    color: #92191c !important;
}
.filter-items .filter-item.active.label {
    border: 2px solid #e9edf5;
}
.filter-item.label:nth-child(n + 5).is-hide {
    display: none !important;
}
.matching-items {
    margin: 0;
}
.ast-separate-container.ast-two-container #secondary .widget {
    padding: 0.1em 1.8em;
}
.widget_price_filter {
    background-color: #fbfbfb !important;
    padding: 0 1.8em;
}
.price_slider {
    margin: 1.6em 0 !important;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    height: 10px;
    background-color: #df0210;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #dbdbdb;
    height: 10px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    margin-left: -0.8em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    top: -8px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(132, 132, 132, 0.15);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:hover {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.filter-price__range {
    margin: 1.3em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.filter-price__range > span {
    width: 100%;
    max-width: 48%;
    border: 1px solid #d9d9d9;
    text-align: left;
    padding: 0.4em 0.8em;
    border-radius: 4px;
}
.filter-price__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.filter-price__footer_start {
    color: #868686 !important;
    font-size: 0.85rem;
}
.filter-price .btn {
    text-transform: initial;
    font-weight: 500;
    padding: 1em;
    height: 27px;
    border-radius: 5px;
    border: 2px solid #c20e1a !important;
    font-size: 1rem !important;
}
.woocommerce-pagination {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.woocommerce-pagination ul {
    border: none !important;
}
.woocommerce-pagination ul li {
    border: none;
    padding: 0;
    margin: 0.3em !important;
    overflow: hidden;
    border: none !important;
    border-radius: 3px !important;
}
.woocommerce-pagination ul li span {
    padding: 1em !important;
    display: block !important;
    color: #fff !important;
}
.woocommerce-pagination ul li a {
    background-color: #e9edf5 !important;
    border: 1px solid #e9edf5 !important;
    display: block !important;
    -webkit-box-shadow: 0 0 0 1px #d7d7d7;
    box-shadow: 0 0 0 1px #d7d7d7;
    overflow: hidden;
    border-radius: 3px !important;
    padding: 1em !important;
}
.woocommerce-pagination ul li a:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#e3000f), to(#92191c));
    background: -o-linear-gradient(top, #e3000f 0, #92191c 100%);
    background: linear-gradient(180deg, #e3000f 0, #92191c 100%);
}
.woocommerce-pagination .page-numbers.current {
    border: 1px solid transparent !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3000f), to(#92191c)) !important;
    background: -o-linear-gradient(top, #e3000f 0, #92191c 100%) !important;
    background: linear-gradient(180deg, #e3000f 0, #92191c 100%) !important;
    overflow: hidden;
    border-radius: 3px !important;
}
.page-numbers.dots {
    color: #1d1d1d !important;
    height: 50px;
    width: 20px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border: none !important;
    padding: 0 !important;
}
.woocommerce-pagination__showViewProducts {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.woocommerce-pagination__showViewProducts p {
    margin: 0 0.45em;
}
.show-view-products {
    position: relative;
    margin: 0.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}
.show-view-products__result {
    background-color: #e9edf5;
    width: 70px;
    text-align: center;
    padding: 0.6em 1.5em;
    margin: 0;
    border: 1px solid transparent !important;
}
.show-view-products__list {
    border: 1px solid #ebedef !important;
    width: 70px !important;
    position: absolute;
    z-index: 20;
    top: -11.7em;
    right: 8.9px;
    list-style: none;
    line-height: 1;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none !important;
}
.show-view-products__item {
    margin: 0 !important;
}
.show-view-products__list.is-active {
    display: block !important;
}
.show-view-products__result.is-active {
    border: 1px solid #ccc;
}
.show-view-products__item {
    width: 100%;
    padding: 0;
    margin: 0 !important;
}
.orderby-sort-products {
    list-style: none;
    margin: 2em 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.orderby-sort-products li {
    margin: 0 1em 0 0;
}
.orderby-sort-products li a {
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
}
.products-cards {
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-card {
    margin: 1.2em 0;
    position: relative;
    width: 100%;
    max-width: 285px;
    min-width: 220px;
    background-color: #fff;
}
.product-card__thumb {
    position: relative;
    padding: 1em;
}
.product-card__thumb a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-card__thumb img {
    max-width: 100%;
}
.product-card__thumb .dop-info {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 10;
    background-color: #e9edf5;
    padding: 0.4em;
    border-radius: 4px;
}
.product-card__title {
    font-size: 1rem !important;
    font-weight: 600;
    margin: 1em 0;
    text-align: center;
    overflow: hidden;
}
.page-id-488 .ast-article-single {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.wpcf7__dealer-form {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}
.field {
    margin: 0.76em 0;
}
.field_column_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em;
}
.steps-dealer-form {
    list-style: none;
    margin: 2em 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.step-item {
    margin: 0 0.9em 0 0;
    padding: 1em;
    border: 2px solid #c80813;
    color: #9d161a;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
}
.step-item:hover {
    border: 2px solid #c80813;
    -webkit-box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, 0.1);
}
.step-item.is-active {
    background-color: #50c878;
    border: 2px solid #c80813;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 10px;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3000f), to(#92191c));
    background: -o-linear-gradient(top, #e3000f 0, #92191c 100%);
    background: linear-gradient(180deg, #e3000f 0, #92191c 100%);
    -webkit-box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, 0.1);
}
.step-body {
    padding: 2.3em;
    margin: 1.9em 0;
    border: 1px solid #ccc;
    display: none;
}
.step-body.is-active {
    display: block;
}
.step-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2em 0;
}
.btn-step {
    width: 100%;
    max-width: 120px;
    text-align: center;
    display: block;
    margin: 1em;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fafafa;
    cursor: pointer;
}
.btn-step-next {
    background: -webkit-gradient(linear, left top, left bottom, from(#e3000f), to(#92191c));
    background: -o-linear-gradient(top, #e3000f 0, #92191c 100%);
    background: linear-gradient(180deg, #e3000f 0, #92191c 100%);
    color: #fff;
}
.btn-step:hover {
    -webkit-box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, 0.1);
}
.progress-steps {
    width: 100%;
    max-width: 50%;
    list-style: none;
    margin: 2.3em auto;
    padding: 0;
    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;
    position: relative;
    overflow: hidden;
}
.progress-steps .sep {
    width: 100%;
    max-width: 40%;
    top: 50%;
    height: 3px;
    border-bottom: 2px dashed #ebedef;
}
.progress-steps .sep.is-active {
    border-bottom: 2px dashed #c80813;
}
.progress-step {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ebedef;
    position: relative;
}
.progress-step::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #dcdee0;
}
.progress-step.is-active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3000f), to(#92191c));
    background: -o-linear-gradient(top, #e3000f 0, #92191c 100%);
    background: linear-gradient(180deg, #e3000f 0, #92191c 100%);
}
.progress-step.is-active {
    background-color: #50c878;
    position: relative;
    -webkit-box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, 0.1);
    background: -webkit-gradient(linear, left top, left bottom, from(#e3000f), to(#92191c));
    background: -o-linear-gradient(top, #e3000f 0, #92191c 100%);
    background: linear-gradient(180deg, #e3000f 0, #92191c 100%);
}
.asterisk-notice {
    font-size: 1rem;
    color: red;
}
@media only screen and (max-width: 768px) {
    .progress-steps {
        max-width: 100%;
    }
}
.woo-products {
    margin: 2em 0;
}
.woo-products h3 {
    font-weight: 400;
    margin: 0 0 2.3em 0;
}
.woo-products__box .products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2.6rem;
}
.woo-products__box .products .product {
    width: 100%;
    display: block !important;
}
.woo-products__box .astra-shop-thumbnail-wrap {
    width: 100% !important;
    max-width: 100%;
}
@media only screen and (max-width: 1200px) {
    .woo-products__box .products {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}
@media only screen and (max-width: 992px) {
    .woo-products__box .products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media only screen and (max-width: 768px) {
    .woo-products__box .products {
        grid-template-columns: 1fr !important;
    }
}
.border-element.is-scroll {
    width: 100% !important;
    max-width: 250px !important;
    position: fixed !important;
    z-index: 9999 !important;
    color: #000 !important;
}
.border-element.is-left.is-scroll {
    left: 1.3%;
}
.border-element.is-right.is-scroll {
    right: 2.3% !important;
}
.border-element.is-right.is-scroll .elementor-widget-container {
    padding: 0 !important;
    background-color: transparent;
}
.border-element.is-scroll a,
.border-element.is-scroll i,
.border-element.is-scroll p {
    color: #000 !important;
}
.be-1.is-scroll {
    top: 160px !important;
}
.be-2.is-scroll {
    top: 410px !important;
}
.be-3.is-scroll {
    top: 560px !important;
    position: relative;
}
.be-3.is-scroll .elementor-widget-container {
    position: absolute !important;
    margin: 90px 0 0 -70px !important;
}
@media only screen and (max-width: 1440px) {
    .border-element {
        display: none;
    }
}
.is_page_cart .ast-container {
    width: 100%;
    max-width: 1300px;
}
.elementor-menu-cart__container {
    bottom: 0 !important;
    height: 100% !important;
    position: fixed !important;
}
.elementor-menu-cart__close-button {
    padding: 1em;
    left: -37px;
}
.elementor-menu-cart__close-button::after,
.elementor-menu-cart__close-button::before {
    position: absolute !important;
}
.elementor-menu-cart__close-button:hover.elementor-menu-cart__close-button::after,
.elementor-menu-cart__close-button:hover.elementor-menu-cart__close-button::before {
    background: #000;
}
.elementor-menu-cart__main {
    padding: 2em 0 !important;
    width: 400px !important;
}
.elementor-menu-cart__main a {
    color: inherit !important;
}
.elementor-menu-cart__products {
    max-height: calc(100vh - 350px) !important;
}
.elementor-menu-cart__product {
    padding: 0.3em 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
}
.elementor-menu-cart__product:hover {
    background-color: #ebedef;
}
.elementor-menu-cart__product-image {
    position: relative !important;
    z-index: 10 !important;
    padding: 1em;
}
.elementor-menu-cart__product-image a {
    overflow: hidden;
    display: block;
    height: 100% !important;
}
.elementor-menu-cart__product-name,
.elementor-menu-cart__product-name a {
    text-align: left !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    line-height: 1.1 !important;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    padding: 0.6em 0 !important;
    max-height: 50px !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    color: red !important;
    color: #989ba0 !important;
}
.elementor-menu-cart__product-price {
    color: #222 !important;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    padding: 1em 0 !important;
}
.elementor-menu-cart__product-price .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.elementor-menu-cart__product-price .quantity bdi {
    font-size: 1.2rem !important;
    font-weight: 500;
    margin: 0 0.3em;
    color: #ce0712;
    color: #a51319;
}
.elementor-menu-cart__product-remove {
    top: 5px !important;
    right: 2em !important;
    width: var(--remove-item-button-size, 22px);
    height: var(--remove-item-button-size, 22px);
    border-radius: var(--remove-item-button-size, 22px);
    border: 1px solid var(--remove-item-button-color, #ccc) !important;
}
.elementor-menu-cart__product-remove::after,
.elementor-menu-cart__product-remove::before {
    background: var(--remove-item-button-color, #ccc) !important;
}
.elementor-menu-cart__product-remove:hover {
    border: 1px solid var(--remove-item-button-color, #222) !important;
}
.elementor-menu-cart__product-remove:hover.elementor-menu-cart__product-remove::after,
.elementor-menu-cart__product-remove:hover.elementor-menu-cart__product-remove::before {
    background: var(--remove-item-button-color, #222) !important;
}
.elementor-menu-cart__subtotal {
    width: 100%;
    margin: 0 auto;
    padding: 0.1em 2em;
    text-align: left !important;
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
    -webkit-box-shadow: 0 -10px 20px 2px rgba(209, 217, 230, 0.2);
    box-shadow: 0 -10px 20px 2px rgba(209, 217, 230, 0.2);
}
.elementor-menu-cart__footer-buttons {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 90%;
    margin: 0 auto;
}
.elementor-button--checkout,
.elementor-button--view-cart {
    background-color: transparent !important;
    margin: 0.56em 0 !important;
}
.elementor-button--view-cart span.elementor-button-text {
    padding: 0.9em !important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 10px;
    color: #9e252a !important;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #9e252a !important;
    background-color: transparent !important;
}
.elementor-button--view-cart span.elementor-button-text:hover {
    background-color: #ebedef !important;
    border: 2px solid #ebedef !important;
    color: #282923 !important;
    -webkit-box-shadow: 0 0 20px 3px rgba(209, 217, 230, 0.4);
    box-shadow: 0 0 20px 3px rgba(209, 217, 230, 0.4);
}
.elementor-button--checkout span.elementor-button-text {
    padding: 0.9em !important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 10px;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3000f), to(#92191c));
    background: -o-linear-gradient(top, #e3000f 0, #92191c 100%);
    background: linear-gradient(180deg, #e3000f 0, #92191c 100%);
}
.elementor-button--checkout span.elementor-button-text:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3544), to(#82090c));
    background: -o-linear-gradient(top, #ff3544 0, #82090c 100%);
    background: linear-gradient(180deg, #ff3544 0, #82090c 100%);
    -webkit-box-shadow: 0 0 20px 3px rgba(209, 217, 230, 0.4);
    box-shadow: 0 0 20px 3px rgba(209, 217, 230, 0.4);
}
.shop_table_responsive,
.shop_table_responsive td,
.shop_table_responsive th,
.woocommerce table,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce-cart-form__contents td,
.woocommerce-cart-form__contents th {
    border: none !important;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
    margin: 2em 0;
    border: 1px solid #ebebeb !important;
}
.is_page_cart table.shop_table thead {
    background-color: #fbfbfb;
}
.is_page_cart table.shop_table thead tr th {
    padding: 1.2em 0.5em;
    text-align: left;
}
.is_page_cart table.shop_table tbody .product-remove a {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    text-decoration: none;
}
.cart_totals {
    max-width: 620px;
}
.cart_totals h2 {
    background-color: #fbfbfb;
    padding: 0.78em;
}
.cart-subtotal,
.order-total {
    text-align: left;
}
.cart-subtotal td,
.cart-subtotal th,
.order-total td,
.order-total th {
    padding: 1em;
}
.woocommerce-cart-form__cart-item {
    position: relative;
}
.woocommerce-cart-form__cart-item .product-thumbnail a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.woocommerce-cart table.cart img,
.woocommerce-cart-form__cart-item .product-thumbnail a img,
.woocommerce-cart-form__cart-item .product-thumbnail img {
    width: 60px;
}
.woocommerce-cart-form__cart-item.js-product-removing {
    position: relative;
    overflow: hidden;
}
.woocommerce-cart-form__cart-item.js-product-removing::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
}
.switcher-variation-products .loader-gif {
    position: absolute;
    right: 5px;
    width: 40px;
}
.woocommerce-cart-form__cart-item .loader-gif {
    position: absolute;
    right: 5px;
    width: 40px;
}
.woocommerce-mini-cart__empty-message {
    position: absolute;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.woocommerce-mini-cart__empty-message::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    z-index: -1;
    font-size: 10rem;
    content: "\f07a";
    color: #d8d9dd;
}
.product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-quantity .quantity .qty {
    border: none !important;
    text-align: center;
}
.wc-proceed-to-checkout .checkout-button {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    border: 2px solid transparent !important;
    padding: 1em 1.2em !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3000f), to(#92191c)) !important;
    background: -o-linear-gradient(top, #e3000f 0, #92191c 100%) !important;
    background: linear-gradient(180deg, #e3000f 0, #92191c 100%) !important;
}
.wc-proceed-to-checkout .checkout-button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3544), to(#82090c)) !important;
    background: -o-linear-gradient(top, #ff3544 0, #82090c 100%) !important;
    background: linear-gradient(180deg, #ff3544 0, #82090c 100%) !important;
}
@media only screen and (max-width: 920px) {
    .product-quantity.js-qty {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
}
td.product-add-to-cart .add_to_cart_button {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    border: 2px solid transparent !important;
    padding: 1em 1.2em !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3000f), to(#92191c)) !important;
    background: -o-linear-gradient(top, #e3000f 0, #92191c 100%) !important;
    background: linear-gradient(180deg, #e3000f 0, #92191c 100%) !important;
}
td.product-add-to-cart .add_to_cart_button.event-completed {
    border: 2px solid #d30511 !important;
    background-color: #fff !important;
    padding: 0.6em !important;
}
td.product-add-to-cart .add_to_cart_button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3544), to(#82090c)) !important;
    background: -o-linear-gradient(top, #ff3544 0, #82090c 100%) !important;
    background: linear-gradient(180deg, #ff3544 0, #82090c 100%) !important;
}
td.product-add-to-cart .remove_from_wishlist button {
    display: block;
    border: 2px solid #df0210 !important;
    background-color: #fff !important;
}
.is_page_my_account .ast-container {
    width: 100%;
    max-width: 1300px;
}
.order-again a,
.woocommerce-orders-table__cell-order-actions a {
    position: relative !important;
    display: inline-block !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    border: 2px solid transparent !important;
    padding: 1em 1.2em !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3000f), to(#92191c)) !important;
    background: -o-linear-gradient(top, #e3000f 0, #92191c 100%) !important;
    background: linear-gradient(180deg, #e3000f 0, #92191c 100%) !important;
}
.order-again a:hover,
.woocommerce-orders-table__cell-order-actions a:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3544), to(#82090c)) !important;
    background: -o-linear-gradient(top, #ff3544 0, #82090c 100%) !important;
    background: linear-gradient(180deg, #ff3544 0, #82090c 100%) !important;
}
.page-id-15 #wcmca_add_new_address_button_billing {
    display: none !important;
}
.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
    position: relative !important;
    display: inline-block !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    border: 2px solid transparent !important;
    padding: 1em 1.2em !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3000f), to(#92191c)) !important;
    background: -o-linear-gradient(top, #e3000f 0, #92191c 100%) !important;
    background: linear-gradient(180deg, #e3000f 0, #92191c 100%) !important;
}
.woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3544), to(#82090c)) !important;
    background: -o-linear-gradient(top, #ff3544 0, #82090c 100%) !important;
    background: linear-gradient(180deg, #ff3544 0, #82090c 100%) !important;
}
.wcmca_personal_data_title {
    font-style: initial !important;
    font-size: 1rem;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce-MyAccount-navigation {
    margin: 2em 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    padding: 0.67em 1em;
    display: block;
    width: 100%;
}
.woocommerce-MyAccount-navigation-link.is-active a {
    color: #d40511;
    font-weight: 700;
}
.button.wcmca_add_new_address_button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid transparent;
    padding: 1em !important;
    border-radius: 10px;
    color: #fff !important;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3000f), to(#92191c)) !important;
    background: -o-linear-gradient(top, #e3000f 0, #92191c 100%) !important;
    background: linear-gradient(180deg, #e3000f 0, #92191c 100%) !important;
}
.woocommerce-message {
    border-top-color: #000;
    color: #000;
}
.woocommerce-message:before {
    color: #000;
}
.field input[type="text"],
.wpcf7 textarea {
    background-color: transparent !important;
}
.wpcf7-notify {
    width: 100% !important;
    min-width: 245px;
    top: 1.4em;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 1.2em 2em;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(209, 217, 230, 0.6);
    box-shadow: 0 0 20px rgba(209, 217, 230, 0.6);
}
.wpcf7 {
    width: 100% !important;
}
.wpcf7-form-control {
    width: 100% !important;
    margin: 0.3em 0;
}
.wpcf7-submit {
    padding: 1em !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3000f), to(#92191c)) !important;
    background: -o-linear-gradient(top, #e3000f 0, #92191c 100%) !important;
    background: linear-gradient(180deg, #e3000f 0, #92191c 100%) !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-size: 1rem !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    line-height: 1.3;
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0 !important;
}
.wpcf7-form .field {
    margin: 0.56em 0;
}
.wpcf7-form .field input {
    margin: 0 !important;
    border-radius: 5px;
}
.ur-frontend-field {
    background-color: transparent !important;
    padding: 0.75em !important;
}
.ur-submit-button {
    position: relative !important;
    display: inline-block !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    border: 2px solid transparent !important;
    padding: 1em 1.2em !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3000f), to(#92191c)) !important;
    background: -o-linear-gradient(top, #e3000f 0, #92191c 100%) !important;
    background: linear-gradient(180deg, #e3000f 0, #92191c 100%) !important;
    line-height: 1 !important;
}
.ur-submit-button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3544), to(#82090c)) !important;
    background: -o-linear-gradient(top, #ff3544 0, #82090c 100%) !important;
    background: linear-gradient(180deg, #ff3544 0, #82090c 100%) !important;
}
#input_box_1636029800_field {
    position: relative;
}
#input_box_1636029800_field:before {
    content: "Данные для доставки";
    font-weight: 600;
    font-size: 1.2rem;
}
.ur-label {
    font-weight: 500 !important;
    font-size: 0.9rem !important;
}
.load-products {
    margin: 2em auto !important;
}
.load-products.tempr-layout {
    margin: 0 0 2em 0 !important;
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.adaptiv-width {
    position: absolute;
    z-index: 9000;
    display: block;
    background-color: #00f;
    padding: 0.3em;
    color: #ff0;
}
.skeleton-content {
    width: 100% !important;
    max-width: 260px !important;
    display: block;
    padding: 0.53em;
}
@media only screen and (max-width: 992px) {
    .load-products.tempr-layout {
        overflow: hidden;
    }
    .skeleton-content:nth-child(4) {
        display: none !important;
    }
}
@media only screen and (max-width: 768px) {
    .skeleton-content:nth-child(3) {
        display: none !important;
    }
}
@media only screen and (max-width: 480px) {
    .skeleton-content:nth-child(2) {
        display: none !important;
    }
}
.error-text {
    font-size: 0.85rem;
    color: red;
    display: block;
}
.error-field {
    background-color: #ffdcd2 !important;
}
.bank-logo {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 4px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 100;
    overflow: hidden;
}
.woocommerce-customer-details {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px !important;
    padding: 0 0 1.2em 0;
    border: none;
}
.woocommerce-customer-details address {
    border: none !important;
}
.woocommerce-customer-details .form-field-wide {
    padding: 0.4em 1em;
}
.woocommerce-customer-details label strong {
    font-weight: 600 !important;
}
.page-id-14 .woocommerce-info {
    background-color: #c20e1a !important;
    border-top: 3px solid #fff !important;
    border-radius: 3px;
    color: #fff !important;
    padding: 1em 1.67em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-id-14 .woocommerce-info:before {
    display: none;
}
.page-id-14 .woocommerce-info a,
.page-id-14 .woocommerce-info:before {
    color: #fff !important;
}
.page-id-14 .woocommerce-info a {
    position: relative;
    background-color: #e16e76 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.1em 0.56em;
    margin: 0 1.4em;
    border-radius: 5px;
}
.page-id-14 .woocommerce-info a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.6rem;
    content: "\f2bb";
    color: #e16e76;
    color: #fff;
    margin: 0 0.23em;
}
.page-id-14 .woocommerce-info a:hover,
.page-id-14 .woocommerce-info a:hover:after {
    color: #000 !important;
    color: #7e050d !important;
}
.page-id-14 .woocommerce-info a:hover {
    -webkit-box-shadow: 0 0 20px rgba(126, 5, 13, 0.54);
    box-shadow: 0 0 20px rgba(126, 5, 13, 0.54);
}
@media only screen and (max-width: 480px) {
    .page-id-14 .woocommerce-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .page-id-14 .woocommerce-info .showlogin {
        margin: 0.56em 0;
    }
}
.notice-alert {
    position: relative;
}
.notice-alert__tooltip {
    background-color: #ffd43b;
    color: #183153;
    font-size: 13px;
    width: 220px;
    padding: 1em;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 30px;
}
.notice-alert__tooltip i {
    margin: 0 0.84em;
    position: relative;
}
.notice-block {
    border-radius: 3px;
    border: 2px solid #ebedef;
    padding: 1em 1.67em;
    margin: 1em 0;
}
.notice-block .btn {
    margin: 1.2em 0.78em 0.4em 0;
}
.btn-Later {
    background-color: #ebedef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1em;
    border-radius: 3px;
    border: 1px solid transparent;
    color: #5b5b5c !important;
}
.btn-Later:hover {
    background-color: #c7c8ca;
}
.btn-ready {
    background-color: #85e290;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1em;
    border-radius: 3px;
    border: 1px solid transparent;
    color: #2b9338 !important;
    color: #195621 !important;
}
.btn-ready:hover {
    background-color: #79cd82;
}
.btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 480px) {
    .notice-block .btn-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.notice-block-popup {
    position: fixed;
    z-index: 1000;
    width: 100%;
    max-width: 320px;
    bottom: 10px;
    right: 10px;
    padding: 1.4em;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px rgba(37, 39, 41, 0.45);
    box-shadow: 0 0 20px rgba(37, 39, 41, 0.45);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: #282923;
    color: #fff;
    -webkit-animation-name: _slideInUp;
    animation-name: _slideInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.24s;
    animation-duration: 0.24s;
}
@-webkit-keyframes _slideInUp {
    0% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes _slideInUp {
    0% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.nbp-layout:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1;
}
.nbp-layout:nth-child(2) {
    grid-column: 1/3;
    grid-row: 1;
}
.nbp-layout:nth-child(3) {
    grid-column: 1/3;
    grid-row: 2;
}
.nbp-layout:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
}
.nbp-layout:nth-child(5) {
    grid-column: 2/3;
    grid-row: 3;
}
.nbp-layout:nth-child(6) {
    grid-column: 1/3;
}
.notice-block-popup__close {
    position: absolute !important;
    font-size: 1.2rem;
    top: -10px;
    right: 0;
    color: #6c6e5e;
    width: 20px;
    height: 20px;
    color: #fff !important;
}
.notice-block-popup__img-product {
    width: 85px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.notice-block-popup__text {
    line-height: 1.3;
    margin: 0.67em 0 !important;
}
.nbp-layout:nth-child(6).notice-block-popup__text {
    border: 2px solid #34352d;
    padding: 1em;
    font-size: 0.86rem;
    line-height: 1.2;
    width: 100%;
    max-width: 98%;
    margin: 0.3em auto !important;
}
.nbp-layout:nth-child(6).notice-block-popup__text a {
    color: #b10f17;
    display: block;
    font-weight: 700;
}
.nbp-layout:nth-child(6).notice-block-popup__text a:hover {
    text-decoration: underline;
    color: #de0110;
}
.notice-block-popup__btn {
    font-size: 0.8rem;
    cursor: pointer;
    border-radius: 4px;
    background-color: #34352d;
    -webkit-box-shadow: 0 0 20px rgba(37, 39, 41, 0.95);
    box-shadow: 0 0 20px rgba(37, 39, 41, 0.95);
    padding: 0.67em;
    text-align: center;
    border: 3px solid #282923;
    width: 100%;
    text-decoration: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2;
    font-weight: 600;
}
.notice-block-popup__btn:hover {
    background-color: #515347;
}
@media only screen and (max-width: 480px) {
    .notice-block-popup {
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 94%;
    }
    .notice-block-popup__text {
        margin: 0.3em 0;
    }
}
.woocommerce-form__input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.woocommerce-form__label .required {
    display: none;
}
.woocommerce-terms-and-conditions-checkbox-text {
    font-family: Montserrat, sans-serif !important;
    position: relative;
    display: block;
    width: 100%;
    max-width: 91%;
    line-height: 1.3;
    margin: 0 auto;
    font-weight: 500 !important;
    font-size: 0.9rem;
}
.woocommerce-terms-and-conditions-checkbox-text a {
    font-weight: 600 !important;
    color: #000 !important;
}
.woocommerce-terms-and-conditions-checkbox-text a:hover {
    color: #dd7678 !important;
    color: #c20e1a !important;
    text-decoration: underline;
}
.woocommerce-terms-and-conditions-checkbox-text::before {
    content: "";
    position: absolute;
    display: block;
    top: 4px;
    left: -25px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 2px solid #d9534f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.woocommerce-form__input:checked + .woocommerce-terms-and-conditions-checkbox-text::before {
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ba0d16;
    background-image: url("data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 8 8%3e%3cpath fill=%23fff d=M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z/%3e%3c/svg%3e");
}
.ur-label.checkbox {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    cursor: pointer;
}
.input-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.span-false-checbox {
    display: inline-block;
    position: absolute;
    top: 1px;
    left: -23px;
    width: 1.2em;
    height: 1.2em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-color: #c20e1a;
    border-radius: 3px;
}
.input-checkbox:checked + .span-false-checbox {
    border-color: #111;
    background-color: #dd7678;
    background-image: url("data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 8 8%3e%3cpath fill=%23000 d=M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z/%3e%3c/svg%3e");
}
.wpcf7-form-control {
    margin: 1em auto !important;
}
.wpcf7-acceptance input[type="checkbox"] {
    position: absolute !important;
    z-index: -1;
    opacity: 0;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    position: relative !important;
    width: 100%;
    left: 0 !important;
    right: 0 !important;
    padding: 1em;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 15px;
    left: -10px;
    width: 1.2em;
    height: 1.2em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-color: #c20e1a;
}
.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    border-color: #111 !important;
    background-color: #dd7678;
    background-image: url("data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 8 8%3e%3cpath fill=%23000 d=M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z/%3e%3c/svg%3e");
}
.wpcf7-form-control.wpcf7-radio {
    position: relative;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    position: relative;
    margin: 0 1.6em;
}
.wpcf7-radio input[type="radio"] {
    position: absolute !important;
    z-index: -1 !important;
    opacity: 0;
}
.wpcf7-radio input[type="radio"]:focus {
    border-color: transparent !important;
    background-color: transparent !important;
}
.wpcf7-radio .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    display: block;
    top: 1px;
    right: -25px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #9e151a;
    border: 2px solid #dd7678;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wpcf7-radio .wpcf7-list-item-label.is-checked::after {
    border: 2px solid transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3000f), to(#dd7678));
    background: -o-linear-gradient(top, #e3000f 0, #dd7678 100%);
    background: linear-gradient(180deg, #e3000f 0, #dd7678 100%);
}
.wc_payment_methods,
.woocommerce-privacy-policy-text {
    width: 100% !important;
    max-width: 90% !important;
    margin: 0.26em auto !important;
    line-height: 1.3;
}
.label_payment_logo {
    width: 220px;
}
.wc_payment_method {
    position: relative;
    cursor: pointer !important;
}
.wc_payment_method:hover {
    color: #dd7678;
}
.wc_payment_method .input-radio[type="radio"] {
    position: absolute !important;
    z-index: -1 !important;
    opacity: 0;
}
.wc_payment_method label {
    cursor: pointer;
    width: 100%;
    display: block;
    margin: 1em 0 1em auto;
    position: relative;
    line-height: 1.2;
}
.payment_box {
    position: relative;
}
.payment_box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -16px;
    border-radius: 2px;
    width: 4px;
    height: 100%;
    background-color: #dd7678;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    padding: 2em;
    bottom: 0;
    -webkit-box-shadow: 0 2px 35px rgba(0, 0, 0, 0.23);
    box-shadow: 0 2px 35px rgba(0, 0, 0, 0.23);
    left: 0;
    z-index: 100;
    width: 100% !important;
    position: fixed;
}
.wpcf7-form.invalid .wpcf7-response-output {
    background-color: #dd7678;
    border: none;
    color: #fff;
    text-align: center;
}
.wpcf7-form .wpcf7-response-output {
    background-color: #a7dda5;
    border: none !important;
    text-align: center;
}
.ast-archive-title {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
}
.ast-archive-title span {
    font-size: 3rem !important;
    font-weight: 300 !important;
    margin: 0 0.2em;
}
.search-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.search-item {
    display: grid;
    grid-template-columns: 200px 1fr;
    margin: 1em 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 2em;
}
.search-item a {
    text-decoration: none;
}
.search-item__thumb {
    max-width: 130px;
    grid-column: 1;
    grid-row: 1/3;
}
.search-item__title {
    grid-column: 2;
    grid-row: 1;
    font-weight: 400 !important;
    color: #000 !important;
}
.search-item__content {
    grid-column: 2;
    grid-row: 2;
}
.search-item__content-price {
    display: block;
    font-weight: 600;
}
.ast-pagination a {
    text-decoration: none;
}
.search-form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.search-form label {
    width: 100%;
}
.search-form input[type="search"] {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em;
    border: 1px solid #ccc;
}
.search-form input[type="submit"] {
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
    border: 0;
    height: 100%;
}
.ast-search-submit {
    display: none;
}
@media only screen and (max-width: 480px) {
    .search-item {
        max-width: 90%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .search-item__thumb {
        padding: 1em;
        margin: 1em 0;
        max-width: 250px;
    }
    .search-item__title {
        margin: 1em 0;
    }
}
.hidden-check-cart {
    margin: 0 !important;
    padding: 0 !important;
    height: 1px !important;
    overflow: hidden !important;
}
.guten_wrapepr {
    width: 100%;
    max-width: 1200px;
    margin: 2em auto;
}
.guten_wrapepr .wp-block-group {
    padding: 2em 0;
}
.guten_group-padding {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}
.guten_hashtag {
    font-size: 5rem;
    margin: 0 0 0.16em 0;
}
@media only screen and (max-width: 1200px) {
    .is_page_catalog .ast-container,
    .is_page_single .ast-container {
        width: 100%;
        max-width: 95% !important;
        margin: 0 auto !important;
    }
    .archive .products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .summary.entry-summary {
        grid-template-columns: 40% 1fr;
    }
    .products-viewed-list {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width: 1100px) {
    .summary.entry-summary {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
}
@media only screen and (max-width: 992px) {
    .is_page_checkout form.woocommerce-checkout {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .ast-woocommerce-container {
        margin: 0;
    }
    .single-product .ast-article-single {
        grid-template-columns: repeat(2, 1fr);
    }
    .woocommerce-tabs {
        margin: 0 !important;
    }
    .terek-template-single-price {
        grid-row: 2;
    }
    .woocommerce .quantity .qty {
        width: 100%;
    }
    .tabs.wc-tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .tabs.wc-tabs li {
        width: 100%;
        max-width: 25%;
    }
    .woocommerce-Reviews {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .woocommerce #reviews #comments {
        width: 100%;
    }
    #review_form,
    #review_form_wrapper {
        width: 100% !important;
        max-width: 93%;
        margin: 0 auto;
        padding: 0 !important;
    }
    .woocommerce #reviews #review_form {
        border: none;
    }
}
@media only screen and (max-width: 768px) {
    body,
    html {
        font-size: 14.6px !important;
    }
    .is_page_catalog .ast-container {
        grid-template-columns: 1fr !important;
        grid-gap: 1rem;
        padding: 1em 0;
    }
    .is_page_catalog .content-area {
        grid-column: 1;
    }
    .is_page_catalog .woocommerce-breadcrumb {
        width: 100%;
        max-width: 100%;
        grid-column: 1;
    }
    .is_page_catalog .primary {
        width: 100%;
        max-width: 100%;
        grid-row: 2;
        padding: 0 !important;
    }
    .is_page_catalog .secondary {
        grid-row: 3;
        width: 100%;
        max-width: 100% !important;
        padding: 2em 0 !important;
    }
    .single-product .ast-article-single {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tabs.wc-tabs li {
        width: 100%;
        max-width: 50%;
    }
    .сharacteristics-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .woocommerce-pagination {
        margin: 1em 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .page-numbers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .page-numbers li {
        margin: 0.3em !important;
    }
    .woocommerce-pagination__showViewProducts {
        margin: 1em 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .animated {
        -o-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-animation: none !important;
        animation: none !important;
    }
    .carousel-products-gallery__image {
        max-width: 90% !important;
    }
    .products-viewed-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 580px) {
    .archive .products {
        grid-template-columns: 1fr !important;
    }
    .products {
        grid-template-columns: 1fr !important;
    }
    .woocommerce-products-header {
        max-width: 92%;
        margin: 2em auto;
    }
    .orderby-sort-products {
        max-width: 92%;
        margin: 2em auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .orderby-sort-products li {
        margin: 0.14em 0;
    }
}
@media only screen and (max-width: 480px) {
    .woo-products-viewed {
        max-width: 90%;
        margin: 0 auto;
    }
    .is_page_single .product_gallery,
    .is_page_single .template-single-excerpt,
    .is_page_single .woocommerce-breadcrumb {
        max-width: 93%;
        margin: 0.56em auto;
    }
    .is_page_catalog .ast-container,
    .is_page_single .ast-container {
        width: 100%;
        max-width: 95% !important;
        margin: 0 auto !important;
        padding: 0;
    }
    .is_page_single .site-main {
        padding: 0;
    }
    .terek-template-single-price {
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #f3f3f3;
    }
    .buy-dealer {
        margin: 0;
        padding: 1.37em !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #f3f3f3;
    }
    .products-characteristics-short__item.admconsol1 {
        max-width: 90%;
    }
    .price-block_cat {
        grid-template-columns: 1fr 90px;
    }
    .events-users-icons_cat {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .events-users-icons_cat .add_compare {
        margin: 0;
    }
    .products.products_archive_grid {
        margin: 0 auto !important;
        max-width: 92%;
    }
    .ast-woocommerce-container {
        margin: 1em 0;
    }
    .template-single-excerpt {
        background-color: #fff;
    }
    .buy-dealer {
        padding: 1em;
    }
    .summary.entry-summary {
        margin: 1em 0;
    }
    .qty-nav-element {
        background-color: transparent;
    }
    .flex-control-nav.flex-control-thumbs li {
        max-width: 40px !important;
    }
    .products {
        grid-template-columns: 1fr !important;
    }
    .product-title_cat,
    .short-characteristics_cat,
    .switcher-frequency-ranges_cat {
        margin: 0.5em 0;
        min-height: inherit !important;
        max-height: inherit !important;
    }
    .product-images-gallery li {
        width: 50px;
        height: 50px;
    }
    .pa-characteristic {
        border-bottom: 1px dashed #ccc;
    }
    .products-characteristics-full__item_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .products-characteristics-full__item_inner::after {
        display: none;
    }
    .products-characteristics-full__item_inner .pa-characteristic__val {
        padding: 0.6em 0;
        max-width: 90%;
        color: #000;
        font-weight: 500;
    }
    .woo-gallery {
        grid-template-columns: 50px 1fr;
        grid-gap: 0.3em;
    }
    .price-block__currencyPrice {
        font-size: 2rem;
    }
    .products-viewed-list {
        grid-template-columns: 1fr;
        grid-gap: 0.3em;
    }
    .woo-products-viewed li {
        max-width: 100%;
    }
    .woo-products-viewed li a.permalink-product_cat {
        margin: 0 auto !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
