@charset "UTF-8";
body {
overflow: auto;
height: auto;
}
body.menu-is-active {
overflow: hidden;
height: 100%;
}
button:hover {
cursor: pointer;
}
a {
transition: 0.3s;
}
a:hover {
color: #ea9515;
}
td {
border: 1px solid #ccc;
padding: 5px 10px;
}
th {
background: #eee;
padding: 5px 10px;
border: 1px solid #ccc;
}
textarea {
border: 1px solid #ccc;
border-radius: 5px;
padding: 5px 10px;
}
input[type=checkbox],
input[type=radio] {
border-radius: 50%;
padding: 0;
width: 10px;
height: 10px;
display: inline-block;
margin-right: 10px;
position: relative;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
background-color: #fff;
border: 3px solid #ea9515;
}
.dropdown-top-phones-item {
display: block;
color: #424242;
text-decoration: none;
margin: 15px 0;
}
.dropdown-menu {
background: #fff;
padding: 1px 10px;
position: relative;
top: 8px;
border: 1px solid #ccc;
left: 5px;
z-index: 10;
}
.dropdown-toggle:hover {
cursor: pointer;
}
.header-bg.sticky {
position: fixed;
}
.header-menu {
position: relative;
z-index: 10;
}
.header-menu .menu-item-has-children {
z-index: 1;
}
.header-menu .menu-item-has-children.is-active:after {
transform: rotate(-45deg);
margin-top: -3px;
}
.header-menu .menu-item:hover {
cursor: pointer;
}
.header-menu .menu-item .sub-menu {
position: absolute;
top: 0;
z-index: -1;
padding: 25px 10px 0;
width: 150px;
left: -10px;
}
.header-menu .menu-item .sub-menu:after {
content: "";
position: absolute;
top: 20px;
left: 0;
width: 150px;
background: #fff;
border-radius: 3px;
height: 100%;
z-index: -1;
}
.header-menu .menu-item .sub-menu.is-active {
display: block;
}
.header-menu .menu-item .sub-menu .menu-item {
display: inline-block;
margin: 10px 0;
width: 100%;
}
.header-menu .menu-item .sub-menu .menu-item-has-children:after {
display: none;
}
.header-menu .menu-item .sub-menu .sub-menu {
position: relative;
display: block;
padding: 10px 0 0 10px;
width: auto;
left: 0;
}
.header-menu .menu-item .sub-menu .sub-menu:after {
display: none;
}
.header-search .searchform {
float: left;
position: absolute;
right: 45px;
top: 2px;
background: #fff;
}
.header-search .searchform.is-active {
display: block;
}
.header-search .searchform input[type=text] {
border: 1px solid #ccc;
border-radius: 3px;
padding: 5px;
}
.header-search .searchform input[type=submit] {
display: none;
}
.btn:hover {
opacity: 0.85;
color: #fff;
cursor: pointer;
}
.footer {
background: #2e363a;
color: #fff;
}
.footer-wrap {
padding: 75px 0 60px;
display: flex;
justify-content: space-around;
align-items: start;
}
.footer-menu .menu-item {
margin: 10px 0;
}
.footer-menu a {
color: #fff;
font-weight: 700;
text-transform: uppercase;
}
.footer-icon {
width: 40px;
height: 40px;
border-radius: 50%;
background: #ea9515;
position: relative;
margin: 0 25px 0 0;
}
.footer-icon-phone {
margin-top: 6px;
}
.footer-icon-svg {
position: absolute;
top: 50%;
left: 50%;
margin: -12px 0 0 -12px;
}
.footer-item {
flex: 1;
padding: 0 35px;
box-sizing: border-box;
display: flex;
flex-direction: row;
align-items: start;
}
.footer-item-text {
width: calc(100% - 65px);
line-height: 1.5;
}
.footer-phones-item {
color: #fff;
display: block;
margin: 6px 0;
}
.footer-copy {
height: 75px;
width: 100%;
text-align: center;
border-top: 1px solid #6d7375;
color: rgba(255, 255, 255, 0.5019607843);
padding: 15px 0;
box-sizing: border-box;
}
.swiper-button:hover {
cursor: pointer;
opacity: 0.85;
}
.woocommerce-loop-product__link:hover .price {
color: #424242;
}
.screen-reader-response,
.screen-reader-text {
border: 0;
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
}
.woocommerce-message {
padding: 10px 0;
text-align: center;
color: #008800;
height: 14px;
margin-bottom: -20px;
position: relative;
z-index: 1;
}
.product-meta-posted-in a:hover {
color: #333;
}
.swiper-button-lock {
display: none;
}
.wc-tabs li.active, .wc-tabs li:hover {
background: #ea9515;
cursor: pointer;
border-color: #ea9515;
}
.wc-tabs li.active a, .wc-tabs li:hover a {
color: #fff;
}
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button__text {
padding: 15px 23px;
border-radius: 5px;
text-transform: uppercase;
font-weight: 700;
background: #ea9515;
color: #fff;
}
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button__text:hover {
opacity: 0.85;
color: #fff;
}
.popup {
position: fixed;
top: 50%;
left: 50%;
width: 400px;
margin: -250px 0 0 -200px;
background: #fff;
z-index: 100;
padding: 65px 35px 35px;
display: none;
border-radius: 3px;
max-width: 100vw;
box-shadow: 0 0 5px #ccc;
}
.popup.is-active {
display: block;
}
.popup .wpcf7-form-control {
max-width: 100%;
height: 40px;
border: 1px solid #ccc;
border-radius: 5px;
padding: 12px 15px;
}
.popup .wpcf7-form-control-wrap {
margin-bottom: 15px;
display: block;
}
.popup-close {
width: 16px;
height: 16px;
position: absolute;
top: 34px;
right: 34px;
}
.popup-close:after, .popup-close:before {
content: "";
width: 20px;
height: 2px;
background: #424242;
position: absolute;
top: 0;
left: 0;
}
.popup-close:after {
transform: rotate(-45deg);
}
.popup-close:before {
transform: rotate(45deg);
}
.popup-title {
font-size: 26px;
line-height: 1.3;
font-weight: bold;
text-align: center;
margin: 0 0 30px 0;
}
.popup-btn {
margin: 0 auto;
display: block;
}
.wpcf7-not-valid-tip {
color: #ff0000;
padding: 2px 0;
font-size: 12px;
}
.wpcf7-response-output {
text-align: center;
}
@media (max-width: 1279px) {
.header-menu {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: #fff;
color: #333;
z-index: 100;
padding: 20px;
flex-direction: column;
justify-content: center;
}
.header-menu.is-active {
display: flex;
}
.header-menu .menu-item {
display: inline-block;
margin: 0;
width: 100%;
text-align: center;
font-size: 1.5rem;
margin: 10px 0;
padding: 10px 0;
}
.header-menu .menu-item-has-children {
padding-right: 0;
}
.header-menu .menu-item-has-children:after {
display: none;
}
.header-menu .menu-item .sub-menu {
position: relative;
display: block;
width: 100%;
}
.header-menu .menu-item .sub-menu .menu-item {
font-size: 1rem;
margin: 0;
}
.header-menu .menu-item .sub-menu .menu-item .sub-menu {
display: none;
}
.header-menu-close {
position: absolute;
right: 20px;
top: 20px;
}
.footer-wrap {
padding: 30px 0;
flex-direction: column;
}
.footer-item {
margin: 15px 0;
align-items: center;
padding: 0 25px;
}
.footer-menu .menu-item {
margin: 15px 0;
}
}
summary:hover {
cursor: pointer;
}
@media (max-width: 430px) {
.popup {
width: calc(100vw - 20px);
left: 10px;
margin-left: 0;
}
.popup-title {
font-size: 18px;
}
}

.woocommerce-tabs td {
padding: 5px 10px;
border: 1px solid #ccc;
}
.woocommerce-tabs td[colspan="2"] {
background: #ea9515;
text-align: center;
font-weight: 700;
color: #fff;
}
.product-tab-title {
font-size: 1.5rem;
text-align: center;
width: 100%;
margin: 20px 0;
}
.product-tab-docs-item {
list-style: none !important;
position: relative;
padding: 0 0 0 30px;
}
.product-tab-docs-item:before {
content: "📎";
position: absolute;
top: 0;
left: 0;
}
.product-tab-video-name {
text-align: center;
padding: 5px;
font-size: 1.25rem;
margin: 10px 0;
}
.youtube {
width: 800px;
height: 450px;
margin: 0 auto;
}
.youtube-inner {
position: relative;
max-width: 800px;
max-height: 450px;
width: 100%;
}
.play {
position: absolute;
left: 50%;
top: 50%;
width: 68px;
height: 48px;
margin-left: -34px;
margin-top: -24px;
z-index: 63;
cursor: pointer;
}
.wc-tabs.sticky {
position: fixed;
top: 60px;
background: #fff;
z-index: 1;
}
.products-product-show-popup {
min-width: 245px;
}
@media (max-width: 768px) {
.youtube {
width: 100%;
height: calc(56.25vw - 17px);
}
.youtube iframe {
width: 100%;
height: auto;
height: calc(56.25vw - 17px);
}
.products-product-show-popup {
min-width: 229px;
}
}
@media (max-width: 1279px) {
.woocommerce-Tabs-panel {
padding: 0;
}
.woocommerce-Tabs-panel p {
margin: 0 30px;
}
.woocommerce-message {
height: auto;
margin-bottom: 0;
}
.youtube-img {
width: 100%;
height: auto;
}
.wc-tabs {
position: relative;
top: 0;
justify-content: normal;
flex-direction: row;
flex-wrap: wrap;
padding: 0 !important;
}
.wc-tabs li {
width: 50%;
flex-grow: 1;
}
.wc-tabs li a {
padding: 5px;
height: 40px;
display: flex;
align-items: center;
text-align: center;
justify-content: center;
}
}@font-face {
font-family: "swiper-icons";
src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
font-weight: 400;
font-style: normal;
}
:root {
--swiper-theme-color: #007aff; }
:host {
position: relative;
display: block;
margin-left: auto;
margin-right: auto;
z-index: 1;
}
.swiper {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0; z-index: 1;
display: block;
}
.swiper-vertical > .swiper-wrapper {
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
transition-property: transform;
transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
touch-action: pan-y;
}
.swiper-vertical {
touch-action: pan-x;
}
.swiper-slide {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
transition-property: transform;
display: block;
}
.swiper-slide-invisible-blank {
visibility: hidden;
} .swiper-autoheight,
.swiper-autoheight .swiper-slide {
height: auto;
}
.swiper-autoheight .swiper-wrapper {
align-items: flex-start;
transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
transform: translateZ(0);
backface-visibility: hidden;
} .swiper-3d.swiper-css-mode .swiper-wrapper {
perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
transform-style: preserve-3d;
}
.swiper-3d {
perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
transform-style: preserve-3d;
} .swiper-css-mode > .swiper-wrapper {
overflow: auto;
scrollbar-width: none; -ms-overflow-style: none; }
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
content: "";
flex-shrink: 0;
order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
scroll-snap-align: center center;
scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
height: 100%;
min-height: 1px;
width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
width: 100%;
min-width: 1px;
height: var(--swiper-centered-offset-after);
}  .swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
transform-origin: 50%;
box-sizing: border-box;
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
border-radius: 50%;
border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
--swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
--swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}.pswp {
--pswp-bg: #000;
--pswp-placeholder-bg: #222;
--pswp-root-z-index: 100000;
--pswp-preloader-color: rgba(79, 79, 79, 0.4);
--pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9); --pswp-icon-color: #fff;
--pswp-icon-color-secondary: #4f4f4f;
--pswp-icon-stroke-color: #4f4f4f;
--pswp-icon-stroke-width: 2px;
--pswp-error-text-color: var(--pswp-icon-color);
} .pswp {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: var(--pswp-root-z-index);
display: none;
touch-action: none;
outline: 0;
opacity: 0.003;
contain: layout style size;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} .pswp:focus {
outline: 0;
}
.pswp * {
box-sizing: border-box;
}
.pswp img {
max-width: none;
}
.pswp--open {
display: block;
}
.pswp,
.pswp__bg {
transform: translateZ(0);
will-change: opacity;
}
.pswp__bg {
opacity: 0.005;
background: var(--pswp-bg);
}
.pswp,
.pswp__scroll-wrap {
overflow: hidden;
}
.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.pswp__img,
.pswp__zoom-wrap {
width: auto;
height: auto;
}
.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
cursor: move;
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing;
} .pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
cursor: -webkit-zoom-out;
cursor: -moz-zoom-out;
cursor: zoom-out;
} .pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.pswp__item { z-index: 1;
overflow: hidden;
}
.pswp__hidden {
display: none !important;
} .pswp__content {
pointer-events: none;
}
.pswp__content > * {
pointer-events: auto;
}  .pswp__error-msg-container {
display: grid;
}
.pswp__error-msg {
margin: auto;
font-size: 1em;
line-height: 1;
color: var(--pswp-error-text-color);
} .pswp .pswp__hide-on-close {
opacity: 0.005;
will-change: opacity;
transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
z-index: 10; pointer-events: none; } .pswp--ui-visible .pswp__hide-on-close {
opacity: 1;
pointer-events: auto;
} .pswp__button {
position: relative;
display: block;
width: 50px;
height: 60px;
padding: 0;
margin: 0;
overflow: hidden;
cursor: pointer;
background: none;
border: 0;
box-shadow: none;
opacity: 0.85;
-webkit-appearance: none;
-webkit-touch-callout: none;
}
.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
transition: none;
padding: 0;
background: none;
border: 0;
box-shadow: none;
opacity: 1;
}
.pswp__button:disabled {
opacity: 0.3;
cursor: auto;
}
.pswp__icn {
fill: var(--pswp-icon-color);
color: var(--pswp-icon-color-secondary);
}
.pswp__icn {
position: absolute;
top: 14px;
left: 9px;
width: 32px;
height: 32px;
overflow: hidden;
pointer-events: none;
}
.pswp__icn-shadow {
stroke: var(--pswp-icon-stroke-color);
stroke-width: var(--pswp-icon-stroke-width);
fill: none;
}
.pswp__icn:focus {
outline: 0;
} div.pswp__img--placeholder,
.pswp__img--with-bg {
background: var(--pswp-placeholder-bg);
}
.pswp__top-bar {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 60px;
display: flex;
flex-direction: row;
justify-content: flex-end;
z-index: 10; pointer-events: none !important;
}
.pswp__top-bar > * {
pointer-events: auto; will-change: opacity;
} .pswp__button--close {
margin-right: 6px;
} .pswp__button--arrow {
position: absolute;
top: 0;
width: 75px;
height: 100px;
top: 50%;
margin-top: -50px;
}
.pswp__button--arrow:disabled {
display: none;
cursor: default;
}
.pswp__button--arrow .pswp__icn {
top: 50%;
margin-top: -30px;
width: 60px;
height: 60px;
background: none;
border-radius: 0;
}
.pswp--one-slide .pswp__button--arrow {
display: none;
} .pswp--touch .pswp__button--arrow {
visibility: hidden;
} .pswp--has_mouse .pswp__button--arrow {
visibility: visible;
}
.pswp__button--arrow--prev {
right: auto;
left: 0px;
}
.pswp__button--arrow--next {
right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
left: auto;
right: 14px; transform: scale(-1, 1);
} .pswp__button--zoom {
display: none;
}
.pswp--zoom-allowed .pswp__button--zoom {
display: block;
} .pswp--zoomed-in .pswp__zoom-icn-bar-v {
display: none;
} .pswp__preloader {
position: relative;
overflow: hidden;
width: 50px;
height: 60px;
margin-right: auto;
}
.pswp__preloader .pswp__icn {
opacity: 0;
transition: opacity 0.2s linear;
animation: pswp-clockwise 600ms linear infinite;
}
.pswp__preloader--active .pswp__icn {
opacity: 0.85;
}
@keyframes pswp-clockwise {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} .pswp__counter {
height: 30px;
margin-top: 15px;
margin-inline-start: 20px;
font-size: 14px;
line-height: 30px;
color: var(--pswp-icon-color);
text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
opacity: 0.85;
}
.pswp--one-slide .pswp__counter {
display: none;
}