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;
}
}.home-support {
background: #f5f5f5;
padding: 60px 0 25px;
}
.home-support-wrap {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
flex-direction: row;
}
.home-support-block {
position: relative;
width: 33.3333333333%;
height: 100%;
}
.home-support-icon {
width: 80px;
height: 80px;
background: #ea9515;
border-radius: 50%;
position: absolute;
left: 50%;
top: 50%;
margin: -40px 0 0 -40px;
}
.home-support-icon-svg {
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
}
.home-support-num {
color: #fff;
width: 100%;
height: 100%;
font-size: 400px;
font-weight: 900;
display: block;
text-align: center;
}
.home-support-text {
font-size: 18px;
font-weight: 700;
position: absolute;
width: 100%;
top: 50%;
text-align: center;
text-transform: uppercase;
margin: 65px 0 0;
color: #424242;
}
.home-service {
background: #3a526a;
color: #fff;
}
.home-service-wrap {
background-position: bottom right;
background-repeat: no-repeat;
height: 685px;
padding: 90px 0 0;
box-sizing: border-box;
}
.home-service-title.h2 {
color: #fff;
}
.home-service-text {
margin: 65px 0 50px;
max-width: 600px;
font-size: 18px;
}
.home-brands-wrap {
padding: 90px 0;
display: flex;
justify-content: space-around;
align-items: center;
}
.block-title.h2 {
width: 100%;
text-align: left;
}
.swiper-slide {
text-align: center;
}
@media (max-width: 430px) {
.home-support {
padding: 30px 0 30px;
}
.home-support-wrap {
flex-direction: column;
}
.home-support-block {
width: 100%;
}
.home-support-num {
font-size: 256px;
}
.home-service-wrap {
padding: 30px 20px 30px;
background-position: bottom center;
background-size: cover;
position: relative;
height: auto;
}
.home-service-wrap:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
background: rgba(58, 82, 106, 0.75);
z-index: 0;
top: 0;
left: 0;
}
.home-service-text {
z-index: 0;
position: relative;
}
.home-service .btn {
position: relative;
z-index: 1;
margin-bottom: 30px;
}
.home-brands-wrap {
padding: 30px 0;
flex-direction: column;
justify-content: space-between;
}
.home-brands-logo {
margin: 20px 0;
}
}@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);
}
}