@charset 'utf-8'; :root {
    --maincolor: #2d9ab1;
    --addcolor:  #323740;
    --lightcolor: #e9ebec;
    --black: #191a1a;
    --font-light: 300;
    --font-normal: 400;
    --font-semibold: 600;
    --font-bold: 600;
    --gap: 15px;
}

.all-wrap { min-height: -webkit-calc(100vh - 230px); min-height: calc(100vh - 230px) } /* footer height */
.all-wrap > :last-child { margin-bottom: 50px; } /* footer margin */
.blocked { overflow: hidden; }

b, strong {font-weight: 600;}

.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 { margin-left: -15px; margin-right: -15px; margin-top: -15px;}
.grid-gap > .item { padding: 15px; }
.noflex .grid, .noflex .grid-gap { font-size: 0; display: block;}
.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%; }

[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: baseline;
    align-items: baseline
}
.title-wrap .h1 { margin-bottom: 0; }

.breadcrumbs { margin-bottom:7px; padding:15px 0; font-size: 0; }
.breadcrumbs li {font-size:14px;display:inline;vertical-align: baseline;line-height: 1.4;}
.breadcrumbs li::after {content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 7px 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:#2d9ab1; }
.breadcrumbs span span { color:#777; }


a { -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.colored { color: #2d9ab1; }
.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% !important; }

.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 #fff; background-size: 26px auto; box-shadow: 0 4px 17px 4px rgba(0, 0, 0, 0.09); border-radius: 50%;}
.to-top:hover { box-shadow:0px 8px 15px 4px rgba(43, 51, 54, 0.17); }

button {background-color: transparent; border-color: transparent;}
.btn {display: inline-block;padding: 13px 20px;text-align: center;vertical-align: middle;border: 1px solid;text-decoration: none;font-weight: 400;cursor: pointer;font-size: 16px; min-height: 42px;}
.btn-middle {padding: 8px 16px;}
.btn-primary { color: #fff; background-color: #2d9ab1; border-color: #2d9ab1; }
.btn-secondary { color: #fff; background-color: #323740; border-color: #323740; }
.btn-default {color: #2d9ab1;background-color: transparent;border-color: #2d9ab1;font-weight: 400;}
.btn-default:hover { color: #fff; background-color: #2d9ab1; }
.btn-secondary:hover { color: #fff; background-color: #323740; opacity: 0.8; }
.btn-primary:hover { color: #fff; opacity: 0.8; }
.btn-dotted { color: #2d9ab1; border: 0; border-bottom: 1px dotted; background: none; font-weight: 600; line-height: 1.3; }
.btn-dashed { color: #2d9ab1; border: 0; border-bottom: 1px dashed; background: none; font-weight: 600; line-height: 1.3; }
.btn-close { width: 50px; height: 50px; cursor: pointer; background: url('images/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; }
.btn-menu-box { position: relative; display: inline-block; width: 28px; height: 19px; 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: 28px; height: 2px; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: .15s; transition-duration: .15s; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; border-radius: 4px; background-color: #191A1A; }
.btn-menu-inner::before, .btn-menu-inner::after { display: block; content: ''; }
.btn-menu-inner::before { top: -8px; -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: -8px; -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); }

/* links */
a { text-decoration: none; color: #448eb3;}
.msg .link {color: #448eb3; border-bottom: 1px solid;}
/* a:hover { opacity: 0.85; } */
.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: .55; color: #000; margin-top: 25px;}
.e-link:hover { opacity: 1; color: #000;}
.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.svg') no-repeat center center; background-size: contain; margin-top: -12px; }
.e-link span { display: inline-block; vertical-align: middle; }

/* typography */
h1, .h1, h2, .h2, h3, .h3, h4, .h4 { line-height: 1.3; }
h2, .h2, h3, .h3, h4, .h4 { font-weight: 500; }
h1, .h1 { font-size: 30px; margin-bottom: 30px; line-height: 1.1; }
h2, .h2 { font-size: 24px; margin-bottom: 22px; }
h3, .h3 { font-size: 20px; margin-bottom: 12px; }
h4, .h4 { font-size: 18px; margin-bottom: 12px; }
h5, .h5 { font-size: 16px; margin-bottom: 12px; color: #5f6669; }
.text-block p { margin-bottom: 16px; }
.text-block ul li { position: relative; margin-bottom: 8px; padding-left: 10px; }
.text-block p:last-child, .text-block li:last-child { margin-bottom: 0; }
.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: #2d9ab1; }
.text-block ul, .text-block ol { margin-bottom: 16px; }
.text-block p + h2, .text-block p + h3 { margin-top: 30px; }
.text-block a { color: var(--text-accent); text-decoration: underline; }
.text-block img {vertical-align: middle;  width: auto; height: auto; /*display: block; margin: 30px auto; */ }
.text-block hr, .page-about hr { border:none; background:#F1EFEB; height:2px; margin: 30px 0; }

table, .text-block table { width: 100% !important; }
th { text-align: left; font-weight: 600; color: #2d9ab1; }
th, td { padding: 10px 10px 10px 0; border-top: 1px solid #F1EFEB; }
th:last-child, td:last-child { padding-right: 0; }
tr:last-child th, tr:last-child td { border-bottom: 1px solid #F1EFEB; }

/* forms */
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: 20px 0;
    font-size: 15px;
    color: #555;
}
.privacy-text { color: #888; font-size: 12px; margin: 20px 0; }
.privacy-text a { color: #888; text-decoration: underline;}

.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% - 210px); left: calc(50% - 210px); display: none; width: 420px; background: #fff; }
.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-body { overflow: hidden; padding: 0 30px 30px; }
.popup-header { position: relative; padding: 25px 30px;}
.popup-header p {line-height: 30px; width: -webkit-calc(100% - 50px); width: calc(100% - 50px); margin: 0; text-align: left;}
.popup-box .btn-close { position: absolute;
    top: 30px;
    right: 30px;
    width: 20px;
    height: 20px;}
.popup-body textarea { resize: none; }
.popup-body .success, .popup-body .error { display: none; }
.popup-body .textbox { overflow: hidden; margin-bottom: 0; padding-bottom: 20px; }
.popup-body .textbox p { margin-bottom: 10px; text-align: left; }
.popup-footer {text-align: center; padding: 25px 30px; border-top: 1px solid #DCD8CE;}
.popup-footer span {margin-right: 22px;}

.textbox { margin-bottom: 20px; }
.textbox label, .textbox > p { margin-bottom: 8px; display: block; font-weight: 500; font-size: 15px; color: #444;}
.textbox input, input.textbox, .textbox textarea, textarea.textbox { padding: 13px 20px; border: 1px solid #ccc; }
.textbox input:focus, .textbox textarea:focus, input.textbox:focus, textarea.textbox:focus { border-color: #2d9ab1; }
.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: 2px solid; }
.msg:not(:first-child) {margin-top: 10px;}
.msg-success { color: #129679; border-color: #129679; font-weight: 600; 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; }

.f_file {margin: 0 0 15px;}
.inputfile + label { cursor: pointer; display: inline-block; }
.success, .error { display: none; }
.inputfile { opacity: 0; position: absolute; clip: rect(0 0 0 0); width: 1px; height: 1px; margin: -1px; }
.success {color: #07ac82;}
.error {color: #ff0000;}

.g-recaptcha { margin: 20px auto; }
.g-recaptcha > div, .recaptcha > div { margin: auto; }


[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;line-height: 1.5;margin-left: 7px;}

.pagination-wrap, .pagination { margin: 30px 0; }
.pagination-list-item { display: inline-block; text-align: center; margin-right: 5px; vertical-align: middle; }
.pagination-list-item a , .pagination-list-item span {display: block;padding: 7px 12px;min-width: 40px;min-height: 38px;color: #716b60;background-color: #fff;border: 1px solid #a5a29e;-webkit-transition: none;transition: none;line-height: 1.5;}
/*.pagination-list-item a:hover { border-color: #2d9ab1; color: #2d9ab1; }*/
.pagination-list-item a:hover { border-color: #000; color: #000; }
/*.pagination-list-item.active span {background-color: #2d9ab1;cursor: default;color: #fff;border-color: #2d9ab1;}*/
.pagination-list-item.active span {background-color: #000;cursor: default;color: #fff;border-color: #000;}
.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; border-bottom: 2px solid #e8e8e8; position: relative; }
.tab-mob { display: none; }
.tabs li { font-size: 16px; display: inline-block; cursor: pointer; vertical-align: top; padding: 18px 0 17px; margin-right: 40px; font-weight: 600; position: relative; }
.tabs .active { color: #2d9ab1; }
.tab-slider { display:inline-block; width:30px; height:4px; background-color:#2d9ab1; position:absolute; z-index:9; bottom:-3px; -webkit-transition:all .2s linear; transition:all .2s linear; }
.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; }

.tooltip-text { -webkit-transition: all .2s ease-out; transition: all .2s ease-out; }
.tooltip { position: relative; }
.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: 3px; background-color: #443b39; line-height: 1.3; -webkit-transform: translateY(-10px); transform: translateY(-10px) }
.no-touchevents .tooltip:hover .tooltip-text, .tooltip-text.visible { visibility: visible; opacity: 1; -webkit-transform: translateY(0); transform: translateY(0) }
.tooltip-text::after { position: absolute; top: 100%; left: 50%; margin-left: -5px; content: ' '; border-width: 5px; border-style: solid; border-color: #443b39 transparent transparent; }

/* media */
@media screen and (max-width: 1599px) {
    .popup-box[data-box="quick-view"]{width:1400px; left: -webkit-calc(50% - 700px); left: calc(50% - 700px);}
}
@media screen and (max-width: 1366px) {
    .popup-box[data-box="quick-view"]{width:1200px; left: -webkit-calc(50% - 600px); left: calc(50% - 600px);}
}
@media screen and (min-width: 1024px) and (max-width: 1279px){
    .popup-box[data-box="quick-view"]{width:1000px; left: -webkit-calc(50% - 500px); left: calc(50% - 500px);}
}

@media screen and (max-width: 1023px) {
    h1, .h1 { font-size: 28px; margin-bottom: 16px; }
    h2, .h2 { font-size: 24px; margin-bottom: 16px; }
    h3, .h3 { font-size: 20px; margin-bottom: 12px; }
    h4, .h4 { font-size: 18px; margin-bottom: 12px; }
    .popup-box[data-box="quick-view"]{width:800px; left: -webkit-calc(50% - 400px); left: calc(50% - 400px);}
}


@media screen and (max-width: 767px) {

    h1, .h1, .text-block .h1 { font-size: 26px; }
    h2, .h2, .text-block .h2 { font-size: 22px; }
    .grid-gap { margin-left: -4px; margin-right: -4px; margin-top: -4px;}
    .grid-gap> .item { padding: 4px; }

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

    .tab-mob::after { position: absolute; right: 0; top: 12px; content: ''; background: url('images/arrow-down.svg') no-repeat center center; background-size: contain; width: 16px; height: 16px; display: block; }
    .tab-mob { font-weight: 500; display: block; border-bottom: 2px solid #e8e8e8; line-height: 1; padding: 16px 15px 12px 0; position: relative; background-color: transparent; }
    .tab-mob::after { top: 14px; }
    .tab-mob.active::after { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
    .tab-content, .content-list { margin: 0; padding: 0; }
    .content-list { border-top: 2px solid #e8e8e8; margin-top: 20px; }
    .tab-content { margin-top: 10px; padding-bottom: 10px; border-bottom: 2px solid #e8e8e8; }
    .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; }
}

@media screen and (max-width: 599px) {
    h1, .h1, .text-block .h1 { font-size: 22px; }
}

@media screen and (min-width: 768px){
    .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%; }
    .wrap, .wrap.wrap-full { width: 100%; padding-left: 30px; padding-right: 30px; }
}

@media screen and (min-width: 1024px){
    .m1 { width: 8.3333%; }
    .m2 { width: 16.6667%; }
    .m20p { width: 20%; }
    .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%; }
    .wrap { width: 980px; }
}

@media screen and (min-width: 1280px){
    .lg1 { width: 8.3333%; }
    .lg2 { width: 16.6667%; }
    .lg20p { width: 20%; }
    .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%; }
    .wrap { width: 1200px; }
}

@media screen and (min-width: 1366px){
    .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%; }
    .wrap { width: 1326px; }
}


@media screen and (min-width: 1600px){

}

[data-target] {cursor: pointer;}

.another-block{
    display: none;
}