@charset 'utf-8';
:root { --maincolor: #d40e00; --mainhover: #d8170a; --addcolor: #181f1f; --lightcolor: #F2F2F2; --brs: 0; --font-light: 300; --font-normal: 400; --font-semibold: 600; --font-bold: 700; --gap: 15px; }

body { font-family: 'Roboto', sans-serif; overflow-anchor: none;  font-size: 16px; font-weight: 400; background-color: #f2f2f2;}
b, strong {font-weight: 700;}
.all-wrap { min-height: -webkit-calc(100vh - 250px); min-height: calc(100vh - 250px) }
.all-wrap > :last-child { padding-bottom: 70px; margin-bottom: 0;}
.blocked { overflow: hidden; }



.wrap { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; }
.grid-full { max-width: 100%; }
.grid-wrap { width: 100%; overflow-x: hidden; }
.grid-gap, .grid-products { margin-left: -10px; margin-right: -10px; }
.grid-gap > .item, .grid-products > .item { padding: 0 10px 20px; }
.noflex .grid, .noflex .grid-gap { font-size: 0; }
.noflex .grid .item, .noflex .grid-gap .item { font-size: 15px; display: inline-block; vertical-align: top; }
.isflex .grid, .isflex .grid-gap { display: -webkit-flex; display: flex; -webkit-flex: 1 0 auto; flex: 1 0 auto; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.isflex .grid .item, .isflex .grid-gap .item { max-width: 100%; }

.xs1 { width: 8.3333%; }
.xs2 { width: 16.6667%; }
.xs3 { width: 25%; }
.xs4 { width: 33.3333%; }
.xs5 { width: 41.6667%; }
.xs6 { width: 50%; }
.xs7 { width: 58.3333%; }
.xs8 { width: 66.6667%; }
.xs9 { width: 75%; }
.xs10 { width: 83.3333%; }
.xs11 { width: 91.6667%; }
.xs12 { width: 100%; }


.title-wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; margin-bottom: 25px; }
.title-wrap .h1 { margin-bottom: 0; }

.breadcrumbs { margin-bottom:7px; padding:22px 0 15px; font-size: 0; }
.breadcrumbs li {font-size:13px;display:inline;vertical-align: baseline;line-height: 1.4;}
.breadcrumbs li::after {content: '';display: inline-block;width: 8px;height: 8px;margin: 0 5px;background: url('images/bc-arrow.svg') no-repeat center center;background-size: contain;vertical-align: baseline;}
.breadcrumbs li:last-child::after { display: none; }
.breadcrumbs a { text-decoration:none; color:#000; }
.breadcrumbs a,.breadcrumbs span {vertical-align: bottom;}
.breadcrumbs a:hover { color:#d40e00; }
.breadcrumbs span span { color:#777; }


a, .btn { -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.colored { color: #d40e00; }
.centered { text-align: center; }
.rounded { overflow: hidden; border-radius: 50%; margin: auto; }
.rounded-image { display: block; margin: 0; }
.tar { text-align: right; }
.jcc { -webkit-justify-content: center; justify-content: center; }
.w100p { width: 100%; }


button {background-color: transparent; border-color: transparent;}
.btn { display: inline-block; padding: 12px 20px; text-align: center; vertical-align: middle; border: 1px solid transparent; border-radius: 0; text-decoration: none; font-weight: 500; cursor: pointer; font-size: 16px; /* min-height: 46px;  */font-family: 'Rubik', 'Roboto', sans-serif;}
.btn-primary { color: #fff; background-color: #d40e00; border-color: #d40e00; }
.btn-secondary { color: #fff; background-color: #181f1f; border-color: #181f1f; }
.btn-default { color: #d40e00; background-color: transparent; border-color: #d40e00;  }
.btn-default:hover { color: #fff; background-color: #d8170a; }
.btn-secondary:hover { color: #fff; opacity: 0.8; }
.btn-primary:hover { color: #fff; background-color: #d8170a; border-color: #d8170a;}
.btn-dotted { color: #d40e00; border: 0; border-bottom: 1px dotted; background: none; line-height: 1.3; cursor: pointer; display: inline-block; }
.btn-dashed { color: #d40e00; border: 0; border-bottom: 1px dashed; background: none; line-height: 1.3; font-size: 16px; cursor: pointer; display: inline-block; }
.btn-close { width: 50px; height: 50px; cursor: pointer; background: url('images/btn-close.svg') center center no-repeat; background-size: 20px; }
[disabled] { cursor: default; }
.is-active .btn-menu-inner { -webkit-transition-delay: .12s; transition-delay: .12s; -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1); transition-timing-function: cubic-bezier(.215, .61, .355, 1); -webkit-transform: rotate(225deg); transform: rotate(225deg); }
.is-active .btn-menu-inner::before { top: 0; -webkit-transition: top .1s ease-out, opacity .1s .12s ease-out; transition: top .1s ease-out, opacity .1s .12s ease-out; opacity: 0; }
.is-active .btn-menu-inner::after { bottom: 0; -webkit-transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1); transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1); transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1); transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1), -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1); -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }

.btn-menu-m {font: inherit;position: relative;z-index: 2;display: inline-block;overflow: visible;margin: 0;cursor: pointer;-webkit-transition-timing-function: linear;transition-timing-function: linear;-webkit-transition-duration: .15s;transition-duration: .15s;-webkit-transition-property: opacity, -webkit-filter;transition-property: opacity, -webkit-filter;transition-property: opacity, filter;transition-property: opacity, filter, -webkit-filter;vertical-align: middle;text-transform: none;color: inherit;border: 0;background-color: transparent;line-height: 1;padding: 9px 7px;}
.btn-menu-box {position: relative;display: inline-block;width: 20px;vertical-align: middle;}
.btn-menu-inner { top: 50%; display: block; margin-top: -2px; -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19); transition-timing-function: cubic-bezier(.55, .055, .675, .19); -webkit-transition-duration: .22s; transition-duration: .22s; }
.btn-menu-inner, .btn-menu-inner::before, .btn-menu-inner::after {position: absolute;width: 20px;height: 1px;border-radius: 0;background-color: #000;}
.btn-menu-inner::before, .btn-menu-inner::after { display: block; content: ''; }
.btn-menu-inner::before {top: -6px;-webkit-transition: top .1s .25s ease-in, opacity .1s ease-in;transition: top .1s .25s ease-in, opacity .1s ease-in;}
.btn-menu-inner::after {bottom: -6px;-webkit-transition: bottom .1s .25s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);transition: bottom .1s .25s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19);transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);}

.tooltip-text, .hint-text { -webkit-transition: all .2s ease-out; transition: all .2s ease-out; }
.tooltip, .hint { position: relative; }
.tooltip .tooltip-text, .hint .hint-text { font-size: 12px; position: absolute; z-index: 1; bottom: 100%; margin-bottom: 10px; left: 50%; display: block; visibility: hidden; width: 100px; margin-left: -50px; padding: 5px; text-align: center; opacity: 0; color: #fff; border-radius: 3px; background-color: #2f2826; line-height: 1.3; -webkit-transform: translateY(-10px); transform: translateY(-10px);  font-weight: 400}

.no-touch .tooltip:hover .tooltip-text, .hint.maxalert .hint-text { visibility: visible; opacity: .95; -webkit-transform: translateY(0); transform: translateY(0);}
.hint .hint-text {z-index: 1000;}
.tooltip .tooltip-text::after, .hint .hint-text::after { position: absolute; top: 100%; left: 50%; margin-left: -5px; content: ' '; border-width: 5px; border-style: solid; border-color: #2f2826 transparent transparent; }
.tooltip-text.tooltip-bottom, .hint-text.hint-bottom  {bottom: auto; top: 100%; margin-bottom: 0; margin-top: 15px;}
.tooltip .tooltip-text.tooltip-bottom::after, .hint .hint-text.hint-bottom::after  {top: -10px; border-color: transparent transparent #2f2826;}


a { text-decoration: none; color: #000; }
a[href^="mailto"] {text-decoration: underline;}
.link {text-decoration: underline;}
a:hover { color: #d40e00; }
.tel { color: inherit !important; text-decoration: none !important; }
.e-link { font-size: 10px; line-height: 1.3; position: absolute; display: block; padding-left: 30px; text-align: left; text-decoration: none; text-transform: uppercase; opacity: .5; color: #fff; top: 5px;}
.e-link:hover { opacity: 1; color: #fff; }
.e-link:before { position: absolute; top: 50%; left: 0; display: inline-block; width: 24px; height: 24px; content: ''; vertical-align: middle; background: url('images/e-logo-w.svg') no-repeat center center; background-size: contain; margin-top: -12px; }
.e-link span { display: inline-block; vertical-align: middle; }


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .title { line-height: 1.3; font-weight: 500; font-family: 'Rubik', 'Roboto', sans-serif;}
h1, .h1 { font-size: 40px; margin-bottom: 25px; line-height: 1.1; }
h2, .h2 { font-size: 32px; margin-bottom: 20px; }
h3, .h3 { font-size: 24px; margin-bottom: 12px; }
h4, .h4 { font-size: 18px; margin-bottom: 12px; }
h5, .h5 { font-size: 16px; margin-bottom: 12px;}
.light-text {color: #444;}
.text-block { line-height: 1.6;}
.text-block p { margin-bottom: 16px; }
.text-block ul li {position: relative;margin-bottom: 8px;padding-left: 16px;}
.text-block p:last-child, .text-block li:last-child { margin-bottom: 0; }
.text-block ul li:before {position: absolute;top: 12px;left: 0;display: block;width: 8px;height: 1px;margin-right: 13px;content: '';background-color: #d40e00;}
.text-block ol li { margin-bottom: 5px; list-style-position: inside; list-style-type: decimal; }
.text-block ol { counter-reset: li; }
.text-block ol li { position: relative; display: block; margin-bottom: 3px; padding-left: 26px; line-height: 28px; }
.text-block ol li::before { font-size: 12px; line-height: 20px; position: absolute; top: 4px; left: 0; width: 20px; height: 20px; content: counter(li); counter-increment: li; text-align: center; color: #fff; background-color: #d40e00; }
.text-block ul, .text-block ol { margin-bottom: 16px; }
.text-block p + h2, .text-block p + h3 { margin-top: 30px; }
.text-block a { color: #d40e00; text-decoration: underline; }
.text-block img { width: auto; height: auto; display: block; margin: 30px auto; }
.text-block hr, .page-about hr { border:none; background:#e8e8e8; height:2px; margin: 30px 0; }

table, .text-block table { width: 100% !important; }
th { text-align: left; font-weight: 700; color: #d40e00; }
th, td { padding: 10px;}
.text-block th, .text-block td {border-top: 1px solid #e8e8e8; }
.text-block tr:last-child th, .text-block tr:last-child td { border-bottom: 1px solid #e8e8e8; }



form {position: relative;}
[data-form-body].disabled { opacity: 0.7; }
[data-form-body].disabled [data-form-loader] {cursor: not-allowed;}
[data-form-body].disabled button[type="submit"] span::before, [data-form-body].disabled input[type="submit"] span::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(images/loader-white.svg) no-repeat center center / contain;
    margin-right: 2px;
    vertical-align: middle;
}

[data-form-loader] { display: none; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: url(images/loader.svg) no-repeat center center; z-index: 10; }
[data-success], [data-error] { display: none; margin: 20px 0; }
.loader { margin: 40px auto; width: 40px; display: none; }
.loading { text-align: center; padding: 100px 0; background: url(images/loader.svg) no-repeat center center; }
.form-desc { margin: 15px 0; font-size: 14px; }
.privacy-text { color: #888; font-size: 10px; margin: 15px 0; }
.privacy-text a { color: #d40e00; }

.popup-dark { position: absolute; z-index: 1001; top: 0; display: none; width: 100%; height: 100%; background: rgba(0,0,0,.8); }
.active-nav .popup-dark {z-index: 998;}
.popup-box { position: absolute; z-index: 1002; top: 50px; left: -webkit-calc(50% - 250px); left: calc(50% - 250px); display: none; width: 500px; background: #fff; border-radius: 0; }
.popup-box[data-box="quick-view"]{width:1600px; left: -webkit-calc(50% - 800px); left: calc(50% - 800px);}
.popup-box[data-box="quick-view"] .product-wrap {padding:0}
.popup-box[data-box="quick-view"] .wrap {width:auto}
.popup-box[data-size="middle"] {width: 800px; left: calc(50% - 400px);}
.popup-body { overflow: hidden; padding: 0 20px 20px 20px; }
.popup-header { position: relative; padding: 20px; }
.popup-header p {width: -webkit-calc(100% - 50px); width: calc(100% - 50px); margin: 0; }
.popup-box .btn-close { position: absolute; top: 0; right: 5px; height: 100%; }
.popup-body textarea { resize: none; }
.popup-body .success, .popup-body .error { display: none; }
.popup-body .textbox { overflow: hidden; margin-bottom: 0; padding-bottom: 14px; }

.field { position: relative; margin-bottom: 22px; }
.field__label { color: #7c8084; display: block; font-size: 0.66em; line-height: 1; opacity: 0; overflow: hidden; pointer-events: none; position: absolute; text-overflow: ellipsis; top: 0; text-align: left; -webkit-transform: translateY(3px); transform: translateY(3px); -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; width: 100%; z-index: 1; }
.field--not-empty .field__label { opacity: 1; -webkit-transform: none; transform: none; }
.field__input { border: 0; color: #333; padding: 14px; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; width: 100%; border-bottom: 1px solid #7f7f7f; font-size: 16px; background-color: #fff; }
.field__input:focus { border-bottom-color: #000; }
.field__input:hover, .field__input:focus { }
.field--not-empty .field__input { padding-bottom: 2px; padding-top: 18px; }
::-webkit-input-placeholder { color: #56606b; }
::-moz-placeholder { color: #56606b; }
:-ms-input-placeholder { color: #56606b; }
:-moz-placeholder { color: #56606b; }
.popup-body .field__input { padding-left: 0; padding-right: 0; }

.textbox { margin-bottom: 20px; }
.textbox p { margin-bottom: 10px; text-align: left; }
.textbox label { margin-bottom: 6px; display: block; }
.textbox input, input.textbox, .textbox textarea, textarea.textbox { padding: 14px 20px; border: 2px solid #ccc; background-color: #fff; border-radius: 0; }
.textbox input:focus, .textbox textarea:focus, input.textbox:focus, textarea.textbox:focus { border-color: #555; }
.textbox-info { font-size: 13px; color: #555; margin: 6px 0; display: block; }
input:disabled { color: #555; border-color: transparent !important; background-color: #ebebeb !important; }

.msg { margin-bottom: 20px; padding: 10px 15px; text-align: left; font-size: 14px; border: 1px solid; margin: 10px 0;}
.msg-success { color: #129679; border-color: #129679; background-color: #e0fbee; }
.msg-error { color: #7d3c3c; border-color: #f1bfbf; background-color: #fff8f8; }
.msg-info { color: #333; border-color: #eae3d1; background-color: #fff9e4; }
.msg p { margin-bottom: 0; }




[class*='e-icon']::before { display: inline-block; width: 22px; height: 22px; content: ''; vertical-align: middle; background-repeat: no-repeat; background-position: center center; background-size: contain; }
[class*='e-icon'].e-icon-single::before { margin-right: 0; }
[class*='e-icon'] span { display: inline-block; vertical-align: middle; margin-left: 6px; }


.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { display: inline-block; width: 26px; height: 32px; background: no-repeat center center; background-size: 26px auto; }
.owl-item .item { width: 100% !important; }

.owl-header a { color: #fff !important; }
.owl-carousel .owl-nav { width: 100%; top: 50%; margin-top: -30px; position: absolute; height: 0; }
.owl-carousel .owl-nav .owl-prev {float: left;background-image: url('images/arrow-left-w.svg');}
.owl-carousel .owl-nav .owl-next {float: right;background-image: url('images/arrow-right-w.svg');}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {width: 60px;height: 60px;/* background-color: #000; */font-size: 0;}
.owl-carousel .owl-dots { position: absolute; bottom: 30px; width: 100%; text-align: center; }
.owl-carousel .owl-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border: 2px solid #e2e2e2; border-radius: 50%; }
.owl-carousel .owl-dot:last-child { margin-right: 0; }
.owl-carousel .owl-dot.active { background-color: #e2e2e2; }

.owl-carousel.owl-products .owl-dots, .owl-carousel.owl-brands .owl-dots { position: static; margin-top: 10px; }
.owl-carousel.owl-products .owl-dot.active, .owl-carousel.owl-brands .owl-dot.active { background-color: #888; }
.owl-carousel.owl-products .owl-dot, .owl-carousel.owl-brands .owl-dot { border: 2px solid #888; }

.owl-nav-top .owl-nav { position: absolute; top: -24px; right: 0; width: auto; }
.owl-nav-top .owl-nav .owl-next, .owl-nav-top .owl-nav .owl-prev { display: inline-block; width: 26px; height: 32px; vertical-align: top; background: url(images/arrow-prev.svg) no-repeat center center; background-size: 20px auto;}
.owl-nav-top .owl-nav .owl-next { margin-left: 10px; background-image: url(images/arrow-next.svg);}
.owl-nav-top .owl-nav .owl-next:hover, .owl-nav-top .owl-nav .owl-prev:hover { opacity: .8; }
.owl-nav-top .owl-nav .owl-next.disabled, .owl-nav-top .owl-nav .owl-prev.disabled { opacity: .6; }

.pagination { margin: 0 0 30px; }
.pagination-list-item {display: inline-block;text-align: center;margin: 5px;vertical-align: middle;font-size: 15px;}
.pagination-list-item a , .pagination-list-item span {display: block;padding: 10px 15px;/* min-width: 40px; *//* min-height: 40px; */color: #000;background-color: #fff;border: 1px solid #fff;-webkit-transition: none;transition: none;}
.pagination-list-item a:hover {background-color: #fff; border-color: #d40e00; color: #d40e00;}
.pagination-list-item.active span { cursor: default; color: #fff; border-color: #d40e00; background-color: #d40e00; }
.pagination-wrap { margin-top: 30px; }
.pagination-wrap .category-counter { margin: 20px 0; }
.pagination-list { font-size: 0; }

.link-prev::before, .link-next::after { content: ''; width: 18px; height: 18px; display: inline-block; vertical-align: middle; background-repeat: no-repeat; background-size: contain; background-position: center center; margin-top: -3px; }
.link-prev::before { background-image: url('images/left-arrow.svg'); margin-right: 8px; }
.link-next::after { background-image: url('images/right-arrow.svg'); margin-left: 8px; }


.tabs { font-size: 0; margin-top: 40px; position: relative; }
.tab-mob { display: none; }
.tabs li { font-size: 16px; display: inline-block; cursor: pointer; vertical-align: top; padding: 12px 0 11px; margin-right: 40px; font-weight: 700; position: relative; }
.tabs li:last-child { margin-right: 0; }
.tabs .active { color: #d40e00; }
.tab-slider { display:inline-block; width:30px; height:4px; background-color:#d40e00; position:absolute; z-index:9; bottom:-3px; -webkit-transition:all .2s linear; transition:all .2s linear; }
.content-list { position: relative; }
.content-list .tab-content { position: relative; display: none; }
.content-list .tab-content.active { display: block; }
.tabs.tabs-outline + .content-list { margin-bottom: 30px; }


.page-404 { text-align: center; background-color: #fff; padding: 30px; margin-top: 50px; }
.page-404 p { margin: auto; margin-bottom: 20px; max-width: 990px; }



.feedback-contact { margin-bottom:30px }
.feedback-contact a { color: #d40e00; }
.feedback-contact p { margin-bottom:10px }
/* .map { min-height:350px; height: 350px; margin-top: 30px; } */
.map iframe { width:100%!important; height:100%!important }
.feedback-form { padding:15px; background-color: #fff; border-radius:0; }
@media screen and (min-width: 1024px){
    .page-feedback .map {padding-left: 30px;  position: -webkit-sticky; position: sticky; top: 20px;  margin-top: 0; }
    .feedback-form {padding: 30px;}
}



@media screen and (max-width: 767px) {
    .g-recaptcha { -webkit-transform: scale(.77); transform: scale(.77); -webkit-transform-origin: 0 0; transform-origin: 0 0; }
    .popup-box { left: 5% !important; right: 5% !important; width: 90% !important; }
    .popup-header {padding: 10px;}
    .popup-body {padding: 0 10px 10px 10px;}

    .tabs[data-collapsible-tabs] {display: none;}
    .content-list[data-collapsible-tabs] { margin: 20px -15px; }
    .tab-mob::after { position: absolute; right: 15px; top: 12px; content: ''; background: url('images/arrow-down.svg') no-repeat center center; background-size: contain; width: 14px; height: 14px; display: block; }
    .tab-mob { font-weight: 700; display: block; border-bottom: 2px solid #f2f2f2; line-height: 1; padding: 16px 30px 14px 15px; position: relative; background-color: transparent; font-size: 15px; }
    .tab-mob:first-child { border-top: 2px solid #e8e8e8; }
    .tab-mob::after { top: 17px; }
    .tab-mob.active::after { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
    [data-collapsible-tabs] .tab-content, [data-collapsible-tabs] .content-list { margin: 0; padding: 0; }
    [data-collapsible-tabs] .content-list { border-top: 2px solid #e8e8e8; margin-top: 20px; }
    [data-collapsible-tabs] .tab-content { margin-top: 10px; padding-bottom: 10px; border-bottom: 2px solid #e8e8e8; padding: 15px; }
    [data-collapsible-tabs] .tabs { display: none; }


    .link-next, .link-prev { font-size: 0; }
    .pagination-list-item { margin-right: 0; }
    .link-prev::before, .link-next::after { margin: 0; }
    .pagination-list-item a, .pagination-list-item span { min-height: 0; padding: 10px 6px; min-width: 36px; }
}

.visually-hidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding:0 !important;
	border:0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}