@charset 'utf-8';
:root { --maincolor: #C9460C; --mainhover: #ac3300; --addcolor: #524F4D; --lightcolor: #F1F1F1; --brs: 0; }

body { font-family: 'Gilroy', 'Tahoma', sans-serif;  overflow-anchor: none; font-size: 17px; font-weight: 400; background-color: #fff; margin: auto;}
b, strong {font-weight: 900;}
.blocked { overflow: hidden; }

.wrap { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; }
.small-wrap {max-width: 1300px !important;}
.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: 15px;
    padding: 10px 0 10px;
    font-size: 0;
    background-color: #f2f2f2;
}
.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:#C9460C; }
.breadcrumbs span span { color:#777; }


a, .btn { -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.colored { color: #C9460C; }
.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: 16px 20px; text-align: center; vertical-align: middle; border:0; border-radius: 4px; text-decoration: none; cursor: pointer; font-size: 16px; /* min-height: 46px;  */ -webkit-transition: .2s all ease-in-out; transition: .2s all ease-in-out; line-height: 1;}
.btn-primary, [data-pricetable] a { color: #fff; background-color: #C9460C;
}
.btn-secondary { color: #fff; background-color: #1a1a1a;
}
.btn-default { color: #C9460C; background-color: transparent; border-color: #C9460C;  }
.btn-default:hover { color: #fff; background-color: #ac3300; }
.btn-secondary:hover { color: #fff; background-color: #c9460c;
}
.btn-primary:hover, [data-pricetable] a:hover {color: #fff; background-color: #ac3300;}
.btn-dotted { color: #C9460C; border: 0; border-bottom: 1px dotted; background: none; line-height: 1.3; cursor: pointer; display: inline-block; }
.btn-dashed { color: #C9460C; 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 15px; z-index: 10;}
.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: 2px;border-radius: 0;background-color: #fff;}
.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 {border-bottom: 1px solid;}
a:hover { color: #C9460C; }
.tel, [href^="tel"] { color: inherit !important; text-decoration: none !important; }
.e-link { font-size: 10px; line-height: 1.3; position: relative; display: block; padding-left: 30px; text-align: left; text-decoration: none; text-transform: uppercase; opacity: .5; color: #fff; }
.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.2; /*font-weight: 900; */margin-bottom: 0.6em;}
.title {font-weight: 600;}
h1, .h1 { font-size: 58px;}
h2, .h2 { font-size: 55px;}
h3, .h3 { font-size: 40px;}
h4, .h4 { font-size: 25px;}
h5, .h5 { font-size: 20px;}
.light-text {color: #575E70;}
.light-text h2, .light-text h3 {color: #000;}
.text-block { line-height: 1.6;}
.text-block p { margin-bottom: 16px; }
.text-block ul li {position: relative;margin-bottom: 8px;padding-left: 1.3em;}
.text-block p:last-child, .text-block li:last-child { margin-bottom: 0; }
.text-block ul li:before {content: ''; position: absolute;top: 0.25em;left: 0;display: block;width: 1em;height: 1em;margin-right: 13px; background: url('images/check-orange.svg') no-repeat center center / contain;}
.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: #C9460C; }
.text-block ul, .text-block ol { margin-bottom: 16px; }
.text-block p + h2, .text-block p + h3 { margin-top: 30px; }
.text-block a { color: #3B84CC; 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: 900; color: #C9460C; }
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-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; }
.privacy-text { color: #888; font-size: 10px; margin: 15px 0; }
.privacy-text a { color: #C9460C; }

.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: 4px; }
.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}
@media screen and (min-width: 768px) {
    .popup-box[data-popup-size="medium"] {
        width: 700px;
        left: -webkit-calc(50% - 350px); left: calc(50% - 350px);
    }
}

.popup-body { overflow: hidden; padding: 0 20px 20px 20px; }
.popup-header { position: relative; padding: 20px; }
.popup-header-bg {width: 100%; height: 200px; margin-bottom: 20px; position: relative; display: flex; justify-content: flex-start; align-items: center; border-radius: 4px 4px 0 0;}
.popup-header-bg::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.popup-header p {width: -webkit-calc(100% - 50px); width: calc(100% - 50px); margin: 0; position: relative; }
.popup-box .btn-close { position: absolute; top: 0; right: 5px; height: 100%; }
.popup-header.popup-header-bg + .btn-close {top: 10px; right: 10px; background-image: url('images/btn-close-w.svg'); border-radius: 40px; background-color: rgba(0,0,0,0.6); width: 30px; height: 30px !important; background-size: 40% auto;}
.popup-header.popup-header-bg h3 {
    font-size: 25px;
    position: relative;
    color: #fff;
    z-index: 1;
    display: inline-block;
    background-color: #c9460c;
    padding: 15px;
margin-left: -20px;}
.popup-body h3 {font-size: 28px;}
.popup-body textarea { resize: none; }
.popup-body .success, .popup-body .error { display: none; }
.popup-body .textbox { overflow: hidden; margin-bottom: 0; padding-bottom: 14px; }
.popup-desc {margin-bottom: 20px;}

.textbox { margin-bottom: 20px; }
.textbox-group {display: flex; flex-wrap: wrap; margin: 0 -5px;}
.textbox-group .textbox {flex-grow: 1; flex-basis: 250px; padding: 0 5px 10px 5px ;}
.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: 1px solid #ccc; background-color: #fff; border-radius: 4px; }
.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: 24px; height: 24px; 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; }

.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: #C9460C; }
.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, [id^="recaptcha"] { -webkit-transform: scale(.77); transform: scale(.77); -webkit-transform-origin: 0 0; transform-origin: 0 0; }
    .popup-box { left: 5%; right: 5%; width: 90%; }
    .popup-header {padding: 10px;}
    .popup-body {padding: 0 10px 10px 10px;}

    .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;
}

.to-top {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: fixed;
    z-index: 100;
    right: 22px;
    bottom: 105px;
    display: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(images/arrow-up.svg) no-repeat center center #fff;
    background-size: 46px auto;
    box-shadow: 0 4px 17px 4px rgb(0 0 0 / 9%);
}