@charset 'utf-8';
:root { --maincolor: #3081dd; --mainhover: #3081dd; --addcolor: #382E2C; --xlightgray: #f0f1f1; --lightgray: #D9DBDC; --gray: #AFB0B4; --brs: 0; --font-light: 300; --font-normal: 400; --font-semibold: 600; --font-bold: 700; --gap: 15px; }
body, .textbox input { font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 400; background-color: #fff;}
b, strong {font-weight: 700;}
.all-wrap { min-height: -webkit-calc(100vh - 336px); min-height: calc(100vh - 336px) }
.all-wrap > :last-child { padding-bottom: 70px; margin-bottom: 0;}
.blocked { overflow: hidden; }

.wrap, .wrap-small { 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; }
.big-gap { margin-left: -30px; margin-right: -30px; }
.grid-gap.big-gap > .item, .grid-products.big-gap > .item { padding: 0 30px 30px; }
.noflex .grid, .noflex .grid-gap { font-size: 0; }
.noflex .grid .item, .noflex .grid-gap .item { font-size: 16px; 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%; }
.isflex .clearfix::after {display: none;}

time {color: #666; font-size: 13px; margin: 10px 0; display: block;}

[data-blur] {background-size: cover;}
[data-blur] img {width:100%; height:auto}

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


a { text-decoration: none; color: #000; }
a:hover { color: #3081dd; }
.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;}

a, .btn { -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.colored { color: #3081dd; }
.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%; }

.to-top {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 #382E2C;background-size: 46px auto; border: 2px solid #fff;}

button {background-color: transparent; border-color: transparent;}
.btn {font-weight: 700; display: inline-block; line-height: 1; padding: 13px 20px; text-align: center; vertical-align: middle; border: 2px solid transparent; border-radius: 0; text-decoration: none; cursor: pointer; font-size: 15px; border-radius: 4px;}
.btn-primary { color: #fff; background-color: #3081dd; border-color: #3081dd; }
.btn-secondary { color: #fff; background-color: #382E2C; border-color: #382E2C; }
.btn-default { color: #3081dd; background-color: transparent; border-color: #3081dd;  }
.btn-default:hover { color: #fff; background-color: #3081dd; border-color: #3081dd; }
.btn-secondary:hover { color: #fff; opacity: 0.8; }
.btn-primary:hover { color: #fff; background-color: #3081dd; border-color: #3081dd;}
.btn-dotted { color: #3081dd; border: 0; border-bottom: 1px dotted; background: none; line-height: 1.3; cursor: pointer; display: inline-block; }
.btn-dashed { color: #3081dd; 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; }
.btn.btn-outline {
    border-color: #3081dd;
    color: #3081dd;
    font-weight: 600;
}
.btn.btn-outline-ghost {
    border-color: #fff;
    color: #fff;
    font-weight: 600;
}
.btn-small {padding: 10px;}

.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; width: 46px; height: 46px;}
.btn-menu-box {position: relative;display: inline-block;width: 24px; 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: #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 { -webkit-transition: all .2s ease-out; transition: all .2s ease-out; }
.tooltip { position: relative; }
.tooltip .tooltip-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: 0; background-color: #2f2826; line-height: 1.3; -webkit-transform: translateY(-10px); transform: translateY(-10px) }
.no-touch .tooltip:hover .tooltip-text { visibility: visible; opacity: .9; -webkit-transform: translateY(0); transform: translateY(0) }
.tooltip .tooltip-text::after { position: absolute; top: 100%; left: 50%; margin-left: -5px; content: ' '; border-width: 5px; border-style: solid; border-color: #2f2826 transparent transparent; }

h1, .h1, h2, .h2, h3, .h3, .h4, h4, .h5, h5, .h6, h6  {line-height: 1.3; font-weight: 700; }
h1, .h1, .text-block .h1 { font-size: 40px; margin-bottom: 30px; line-height: 1.2; }
h2, .h2, .text-block .h2 { font-size: 32px; margin-bottom: 25px; }
.text-block > h2, .text-block > h3 {margin-top: 20px;}
h3, .h3, .text-block .h3 { font-size: 24px; margin-bottom: 15px; }
h4, .h4, .text-block .h4 { font-size: 20px; margin-bottom: 10px;}
h5, .h5, .text-block .h5 { font-size: 18px; margin-bottom: 10px;}
h6, .h6, .text-block .h6 { font-size: 16px; margin-bottom: 10px;}

strong, b {font-weight: 700;}
.light-text {color: #444;}
i {font-style: italic;}
.text-block, .text-block p { line-height: 1.6;}
.text-block p {margin-bottom: 15px;}
.text-block ul li {position: relative;margin-bottom:12px;padding-left: 18px;}
.text-block p:last-child, .text-block li:last-child { margin-bottom: 0; }
.text-block ul li:before {position: absolute;top: 8px;left: 0;display: block;width: 8px;height: 8px;margin-right: 13px;content: '';background-color: #3081dd; font-weight: 700;}
.text-block ol { counter-reset: li; }
.text-block ol li { position: relative; display: block; padding-left: 36px; line-height: 36px;margin-bottom: 12px; list-style-position: inside; list-style-type: decimal;  }
.text-block ol li::before { font-size: 12px; line-height: 26px; position: absolute; top: 4px; left: 0; width: 26px; height: 26px; content: counter(li); counter-increment: li; text-align: center; color: #000; background-color: #3081dd; font-weight: 600;}
.text-block ul, .text-block ol { margin-bottom: 16px; }
.text-block p + h2, .text-block p + h3 { margin-top: 30px; }
.text-block a[class=""], .text-block a[href^="mailto"], .text-block a.link, .privacy-text a, .link { color: #000; border-bottom: 2px solid #3081dd;}
.text-block a[class=""]:hover, .text-block a[href^="mailto"]:hover, .text-block a.link:hover, .privacy-text a:hover, .link:hover {background-color: #3081dd; border-color: transparent; color: #000;}
.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; }

blockquote { padding: 15px 15px 15px 18px; border-left: 4px solid #3081dd;  margin: 20px 0; background-color: #f0f1f1; line-height: 1.6;}
blockquote {line-height: 1.6;}
blockquote p:last-child { margin-bottom: 0; }

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; }
.form-desc { margin: 15px 0; font-size: 14px; }
.form-desc:first-child {margin-top: 0;}
.privacy-text { color: #888; font-size: 10px; margin: 15px 0; }

.popup-dark { position: absolute; z-index: 998; top: 0; display: none; width: 100%; height: 100%; background: rgba(0,0,0,.8); }
.popup-box { position: absolute; z-index: 999; top: 50px; left: -webkit-calc(50% - 250px); left: calc(50% - 250px); display: none; width: 500px; background: #fff; border-radius: 0; }

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

.textbox { margin-bottom: 20px;}
.submitbox {margin: 15px 0;}
.textbox p { margin-bottom: 10px; text-align: left; }
.textbox label { margin-bottom: 6px; display: block; }
.textbox input, input.textbox, .textbox textarea, textarea.textbox { padding: 13px 20px; border: 2px solid #a7a7a7; background-color: #fff; border-radius: 0; }
.textbox input {width: 100%;}
.textbox input:focus, .textbox textarea:focus, input.textbox:focus, textarea.textbox:focus { border-color: #000; }
.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-left: 2px solid;  font-weight: 400; border-radius: 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; margin-top: 2px;}
[class*='e-icon'].e-icon-single::before { margin-right: 0; }
[class*='e-icon'] span { display: inline-block; vertical-align: middle; margin-left: 6px; }

.pagination { margin: 0 0 50px; }
.pagination-list-item {display: inline-block;text-align: center;margin: 0 5px;vertical-align: middle;font-size: 15px;}
.pagination-list-item a , .pagination-list-item span {display: block;padding: 12px 12px;min-width: 40px;/* min-height: 40px; */color: #000;background-color: #DFDFDF;/* border: 2px solid #382E2C; */-webkit-transition: none;transition: none;border-right-width: 0;line-height: 1;border-radius: 0;}
.pagination-list-item a:hover {opacity: 0.8;}
.pagination-list-item.active span { cursor: default; color: #fff; border-color: #3081dd; background-color: #3081dd; }
.pagination-wrap { margin-top: 30px; }
.pagination-wrap .category-counter { margin: 20px 0; }
.pagination-list-item:first-child span, .pagination-list-item:first-child a {border-radius: 0;}
.pagination-list { font-size: 0; }
.pagination-list-item:last-child span, .pagination-list-item:last-child a {border-right-width: 2px;border-radius: 0;padding: 12px 22px;}

.link-prev::before, .link-next::after {content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-top: -5px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}
.link-prev::before { background-image: url('images/prev-arrow.svg'); margin-right: 6px; }
.link-next::after { background-image: url('images/next-arrow.svg'); margin-left: 6px; }
.link-next:hover {color: #000;}
.link-next:hover::after {transform: translateX(3px)}

.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: #3081dd; }
.tab-slider { display:inline-block; width:30px; height:4px; background-color:#3081dd; 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; }

@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%; right: 5%; width: 90%; }
    .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 #D9DBDC; 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; }
    .link-prev::before, .link-next::after {margin-top: -11px;}
}


.breadcrumbs {
    padding: 10px 0;
    font-size: 0;
    background-color: #f0f1f1;
}
.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-size: contain;
    vertical-align: baseline;
    font-weight: 900;
    color: #3081dd;}
    .breadcrumbs li:last-child::after { display: none; }
    .breadcrumbs a { text-decoration:none; color:#000;}
    .breadcrumbs a,.breadcrumbs span {vertical-align: bottom;}
    .breadcrumbs a:hover .breadcrumbs-item {background-color: #3081dd; color: #000; }
    .breadcrumbs span span { color:#777; }

    .btn-desktop {color: #fff; border-bottom: 1px solid; margin: 20px 0;}

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

    @media screen and (min-width:600px){
        .s1{width:8.3333%;}
        .s2{width:16.6667%;}
        .s20p{width:20%;}
        .s3{width:25%;}
        .s4{width:33.3333%;}
        .s5{width:41.6667%;}
        .s6{width:50%;}
        .s7{width:58.3333%;}
        .s8{width:66.6667%;}
        .s9{width:75%;}
        .s10{width:83.3333%;}
        .s11{width:91.6667%;}
        .s12{width:100%;}
    }

    @media screen and (min-width:1024px){
        .m1{width:8.3333%;}
        .m2{width:16.6667%;}
        .m3{width:25%;}
        .m4{width:33.3333%;}
        .m5{width:41.6667%;}
        .m6{width:50%;}
        .m7{width:58.3333%;}
        .m8{width:66.6667%;}
        .m9{width:75%;}
        .m10{width:83.3333%;}
        .m11{width:91.6667%;}
        .m12{width:100%;}
    }

    @media screen and (min-width:1280px){
        .lg1{width:8.3333%;}
        .lg2{width:16.6667%;}
        .lg3{width:25%;}
        .lg4{width:33.3333%;}
        .lg5{width:41.6667%;}
        .lg6{width:50%;}
        .lg7{width:58.3333%;}
        .lg8{width:66.6667%;}
        .lg9{width:75%;}
        .lg10{width:83.3333%;}
        .lg11{width:91.6667%;}
        .lg12{width:100%;}
    }

    @media screen and (min-width:1600px){
        .xlg1{width:8.3333%;}
        .xlg2{width:16.6667%;}
        .xlg20p{width:20%;}
        .xlg3{width:25%;}
        .xlg4{width:33.3333%;}
        .xlg5{width:41.6667%;}
        .xlg6{width:50%;}
        .xlg7{width:58.3333%;}
        .xlg8{width:66.6667%;}
        .xlg9{width:75%;}
        .xlg10{width:83.3333%;}
        .xlg11{width:91.6667%;}
        .xlg12{width:100%;}
    }

    table td {padding: 10px; border: 1px solid #000;}
    a {color: blue;}

    .radio-group{margin-bottom:4px;}
.radio-group input{display:none;}
.radio-group label:before, .radio-group label{display:inline-block;width:auto;vertical-align:top;}
.radio-group label:before{position:absolute;top:3px;left:0;width:12px;height:12px;content:'';border:2px solid #3081dd;border-radius:50%;}
.cart-del-pay label{cursor:pointer;}
.radio-group label{position:relative;margin-bottom:5px;padding-left:22px;cursor:pointer;}
.radio-group label span{display:block;}
.radio-group input[type='radio']:checked + label:after{position:absolute;top:7px;left:4px;width:8px;height:8px;content:'';border-radius:50%;background-color:#3081dd;}
.checkbox input[type="checkbox"] {opacity:0;position:absolute;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;}
.checkbox label{position:relative;display:inline-block;cursor:pointer;}
.checkbox:hover label::before{border-color:#3081dd;}
.checkbox label::before, .checkbox label::after{content:"";display:inline-block;vertical-align:middle;}
.checkbox-label{display:inline-block;vertical-align:middle;width:-webkit-calc(100% - 24px);width:calc(100% - 24px);margin-left:6px;}
.checkbox label::before{height:16px;width:16px;border:1px solid #000;left:0px;top:0;}
.checkbox label::after{height:4px;width:8px;border-left:2px solid;border-bottom:2px solid;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);left:4px;top:6px;border-color:#fff;position:absolute;}
.checkbox input[type="checkbox"] + label::after{content:none;}
.checkbox input[type="checkbox"]:checked + label::after{content:"";}
.checkbox input[type="checkbox"]:checked + label::before{background-color:#3081dd;border-color:#3081dd;}
.checkbox-inline{display:inline-block;vertical-align:middle;}
.checkbox-inline, .checkbox-inline label{min-width:200px;}
.checkbox label span {margin-left: 5px; vertical-align: middle;}
