/* Reset
-------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, /* ol, ul, li, */ fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, credentials, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; }
article, aside, credentials, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }


/* Common HTML elements
----------------------- */
html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    color: #4F4F4F;
}

/* Containers
------------- */
#wrapper {
    overflow:hidden;
    min-width:1240px;
    min-height: 100%;
}
.container {
    min-width: 650px;
    max-width: 1500px;
    margin: 0 auto;
    position:relative;
    padding: 0 45px;
}
.container:before,
.container:after {
    content: '';
    clear: both;
}


.auth-price-block {
    display: flex;
    flex-direction: column;
}
.auth-price-text {
    color: #fff;
    background-color: #00B819;
    padding: 2px 4px 2px 4px;
    font-size: 16px;
    font-weight: 500;
}
.auth-price-text-mini {
    color: #fff;
    background-color: #00B819;
    padding: 0px 4px 2px 4px;
    font-size: 16px;
    font-weight: 500;
}
.auth-price-price {
    font-size: 16px;
}
.non-auth-price-text-mini {
    color: #fff;
    background-color: #b0090c;
    padding: 0px 4px 2px 4px;
    font-size: 16px;
    font-weight: 500;
}
.non-auth-price-text {
    color: #fff;
    background-color: #b0090c;
    padding: 2px 4px 2px 4px;
    font-size: 16px;
    font-weight: 500;
}


@media screen and (max-width: 1420px) {
    #wrapper {
        min-width: 0;
    }
    .container {
        max-width: 1180px;
    }
}
@media screen and (max-width: 1168px) {
    .container {
        max-width: 900px;
    }
}
@media screen and (max-width: 970px) {
    .container {
        max-width: 768px;
        min-width: 0;
        padding: 0 35px;
    }
}
@media screen and (max-width: 760px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }
}


/* Links
-------- */
a { color: #4f4f4f; outline:0 none; text-decoration:none; }
a:focus { outline:none; outline-offset:-4px; }
a:visited { color: #4f4f4f; }
@media screen and (min-width: 970px) {
    a:hover, a:hover svg { color: #F8634B !important; transition: 0.1s; }
    a:hover svg { filter: invert(0.5) sepia(1) hue-rotate(342deg) saturate(10) brightness(1); }
}
a img { border: 0; }

.page a{ color: #F8634B;}
.page a:hover { color: #F8634B;text-decoration:underline;}

/* Titles
--------- */
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, blockquote { margin-bottom: 20px; }
h1, .h1 { font-size: 36px; margin-bottom: 35px; text-transform: uppercase; font-weight: 600; }
h1 span.h1_colored { color: #F8634B; }
h1 a { text-decoration:none; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.45em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
h1, h2, h3 { line-height:1.2em; }
ul, ol { padding-top:0; }
ol { list-style: decimal; }

@media screen and (max-width: 760px) {
    h1, .h1 { font-size: 24px; margin-bottom: 25px; padding-top: 22px; }
}

/* Inputs
--------- */
input, textarea, select {
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    margin:0;
    color: #000;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
   -webkit-appearance: none;
      -moz-appearance: none;
           appearance: none;
}

input[type="button"]::-moz-focus-inner { border: 0; }
input[type="submit"]::-moz-focus-inner { border: 0; }
input[type="button"]:focus { outline:none; outline-offset:-2px; }

input::-webkit-input-placeholder { color: #000; }
input:-moz-placeholder,
input::-moz-placeholder { color: #000; }
input:-ms-input-placeholder { color: #000; }

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder,
input:focus::-moz-placeholder { color: transparent; }
input:focus:-ms-input-placeholder { color: transparent; }

input[type="text"],
input[type="email"],
input[type="password"],
textarea, 
select {
    border-width: 1px !important;
    border-style: solid;
    border-color: #e0e0e0;
    border-radius: 5px;
    display: inline-block;
    width: 100% !important;
    padding: 0 12px !important;
    margin: 0 !important;
    x-box-shadow: inset 1px 1px 3px -2px rgba(0,0,0,0.3);
}
input[type="text"],
input[type="email"],
input[type="password"],
select {
    height: 47px;
    line-height: 40px;
}
input[type="text"],
input[type="email"],
input[type="password"] {
    padding: 0 8px;
}
select {
    padding: 0 35px 0 10px !important;
    cursor:pointer;
    font-weight: 400;
}
select::-ms-expand {
    display: none;
}
select {
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -moz-binding: url("assets/xml/ellipsis.xml#ellipsis");
    text-indent: 0.01px;
    background: #FFF url("icon/arrd_normal.svg") no-repeat scroll right 50% / 40px 8px;
}
select:hover {
    background-image: url("icon/arrd_hover.svg");
}
select > option {
    padding: 5px 20px 5px 6px;
}
select > option:selected {
    box-shadow: 0 0 10px 100px #eee inset;
}
select > option:hover {
    box-shadow: 0 0 10px 100px #FF8B00 inset;
}
select:not(:valid) {
    color: #888;
}
select:not(:valid) > option {
    color: #333;
}
select:not(:valid) > option:after {
    content:' *';
}


textarea {
    padding: 12px !important;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
textarea:hover,
select:hover {
    border-color: #F8634B !important;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border-color: #AEAEAE !important;
}
input:focus, button:focus, textarea:focus, select:focus {
    outline: none;
}
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
textarea:disabled,
select:disabled {
    background-color:#f5f5f5;
    color: #999;
}


/* Checkboxes & radios
---------------------- */

input[type="checkbox"].custom_input,
input[type="radio"].custom_input {
    position:absolute;
    left:-9999em;
    display:none;
}
input[type="checkbox"].custom_input + .custom_input_span > .apearance,
input[type="radio"].custom_input + .custom_input_span > .apearance,
input[type="checkbox"].custom_input + .custom_input_span > .apearance:before,
input[type="radio"].custom_input + .custom_input_span > .apearance:before {
    transition: all 0.15s;
}
input[type="checkbox"].custom_input + .custom_input_span,
input[type="radio"].custom_input + .custom_input_span {
    position: relative;
    display: inline-block;
    padding-left: 30px;
}
input[type="checkbox"].custom_input + .custom_input_span > .apearance,
input[type="radio"].custom_input + .custom_input_span > .apearance {
  display: inline-block;
  float: left;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  border-width: 1px;
  border-color: #b2b2b2;
  border-style: solid;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 8px;
  background-color: #FFF;
  vertical-align: top;
  font-style: normal;
  font-size: 10px;
  text-align: center;
  box-sizing: border-box;
}
input[type="radio"].custom_input + .custom_input_span > .apearance {
    border-radius:50%;
}
input[type="checkbox"].custom_input:checked + .custom_input_span > .apearance,
input[type="radio"].custom_input:checked + .custom_input_span > .apearance {
    border-color: #F8634B;
    color: #F8634B;
}
input[type="checkbox"].custom_input + .custom_input_span > .apearance:before {
    content: "";
    font-family: 'icomoon';
    opacity: 0;
    position: absolute;
    display: inline-block;
    top: 0;
    left: 1px;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 14px;
    width: 14px;
    line-height: 0;
    background: url(icon/chekcbox.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 14px 13px;
}
input[type="radio"].custom_input + .custom_input_span > .apearance:before {
    content: "";
    opacity: 0;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 11px;
    background: #F8634B;
    border-radius: 50%;
}
input[type="checkbox"].custom_input:hover + .custom_input_span > .apearance,
input[type="radio"].custom_input:hover + .custom_input_span > .apearance {
    border-color: #F8634B;
}
input[type="checkbox"].custom_input:checked + .custom_input_span > .apearance:before,
input[type="radio"].custom_input:checked + .custom_input_span > .apearance:before {
    opacity:1;
}
input[type="checkbox"].custom_input:disabled + .custom_input_span > .apearance,
input[type="radio"].custom_input:disabled + .custom_input_span > .apearance {
    border-color: #DFDFDF;
    color: #CCC !important;
    cursor: default;
    background: #f5f5f5;
}
@media screen and (max-width: 1024px) {
    
    /*
    input.custom_input[type="checkbox"] + .custom_input_span,
    input.custom_input[type="radio"] + .custom_input_span {
        padding-left: 28px;
    }
    input[type="radio"].custom_input + .custom_input_span > .apearance,
    input[type="checkbox"].custom_input + .custom_input_span > .apearance {
        width:16px;
        height:16px;
        top: -2px;
    }
    */
    
}

/* Buttons
---------- */
.button, a.button, input[type="submit"] {
  font-family: "Inter";
  width: 355px;
  display: inline-block;
  background: #FF644A;
  border-radius: 6px;
  border: none;
  font-size: 18px;
  height: 96px;
  line-height: 98px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s ease 0s !important;
  
  box-shadow: inset 0px -64px 32px -32px rgba(0,0,0,0.15), inset 4px -4px 0px 1px #FF644A, inset -4px 4px 0px 1px #FF644A, inset 4px 4px 0px 1px #FF644A, inset -4px -4px 0px 1px #FF644A, inset 5px -5px 0px 1px rgba(255,255,255,0.5), inset -5px 5px 0px 1px rgba(255,255,255,0.5), inset 5px 5px 0px 1px rgba(255,255,255,0.5), inset -5px -5px 0px 1px rgba(255,255,255,0.5), 0px 20px 20px -16px rgba(0,0,0,0.25);
  
  box-shadow: inset 0px -64px 32px -32px rgba(0,0,0,0.15), inset 4px -4px 0px 1px #FF644A, inset -4px 4px 0px 1px #FF644A, inset 4px 4px 0px 1px #FF644A, inset -4px -4px 0px 1px #FF644A, inset 5px -5px 0px 1px rgba(255,255,255,0.5), inset -5px 5px 0px 1px rgba(255,255,255,0.5), inset 5px 5px 0px 1px rgba(255,255,255,0.5), inset -5px -5px 0px 1px rgba(255,255,255,0.5), 0px 20px 20px -16px rgba(0,0,0,0.15);
}

a.button {
    xheight:38px;
    xline-height: 38px;
}
a.button:before {
    content:'';
    margin-left:8px;
}
a.button:after {
    content:'';
    margin-right:8px;
}

.button:hover,
a.button:hover,
input[type=submit]:hover {
    cursor: pointer;
    background: #E73E23;
    x-box-shadow: inset 0px -64px 32px -32px rgba(0,0,0,0.15), inset 4px -4px 0px 1px #E73E23, inset -4px 4px 0px 1px #E73E23, inset 4px 4px 0px 1px #E73E23, inset -4px -4px 0px 1px #E73E23, inset 5px -5px 0px 1px rgba(255,255,255,0.5), inset -5px 5px 0px 1px rgba(255,255,255,0.5), inset 5px 5px 0px 1px rgba(255,255,255,0.5), inset -5px -5px 0px 1px rgba(255,255,255,0.5), 0px 20px 20px -16px rgba(0,0,0,0.25);
}

a.button:hover {
    color: #fff !important;
}
.button:active,
input[type=submit]:active {
    x---background: #FF9B00;
}
.button.rounded,
input[type=submit].rounded {
    background: transparent;
    border:1px solid #FF8B00;
    color:#FF8B00;
}
.button:disabled,
input[type=submit]:disabled {
    xx--background: #AAA;
    border:none;
    x-color:#fff;
    opacity: 0.5;
}

/*.button:hover,
input[type=submit]:hover {
    box-shadow: inset 0px -64px 32px -32px rgba(0,0,0,0.15), inset 1px -1px 0px 1px #FF644A, inset -1px 1px 0px 1px #FF644A, inset 1px 1px 0px 1px #FF644A, inset -1px -1px 0px 1px #FF644A, inset 2px -2px 0px 1px rgba(255,255,255,0.5), inset -2px 2px 0px 1px rgba(255,255,255,0.5), inset 2px 2px 0px 1px rgba(255,255,255,0.5), inset -2px -2px 0px 1px rgba(255,255,255,0.5), 0px 20px 20px -16px rgba(0,0,0,0.15);
}*/

.button:hover,
a.button:hover,
input[type=submit]:hover {
    box-shadow: inset 0px -64px 32px -32px rgba(0,0,0,0.15), inset 6px -6px 0px 1px #E73E23, inset -6px 6px 0px 1px #E73E23, inset 6px 6px 0px 1px #E73E23, inset -6px -6px 0px 1px #E73E23, inset 7px -7px 0px 1px rgba(255,255,255,0.5), inset -7px 7px 0px 1px rgba(255,255,255,0.5), inset 7px 7px 0px 1px rgba(255,255,255,0.5), inset -7px -7px 0px 1px rgba(255,255,255,0.5), 0px 20px 20px -16px rgba(0,0,0,0.15);
}

.button.green {
    background: #83B623;
    box-shadow: inset 0px -64px 32px -32px rgba(0,0,0,0.15), inset 4px -4px 0px 1px #83B623, inset -4px 4px 0px 1px #83B623, inset 4px 4px 0px 1px #83B623, inset -4px -4px 0px 1px #83B623, inset 5px -5px 0px 1px rgba(255,255,255,0.5), inset -5px 5px 0px 1px rgba(255,255,255,0.5), inset 5px 5px 0px 1px rgba(255,255,255,0.5), inset -5px -5px 0px 1px rgba(255,255,255,0.5), 0px 20px 20px -16px rgba(0,0,0,0.25);
}
.button.green:hover {
    box-shadow: inset 0px -64px 32px -32px rgba(0,0,0,0.15), inset 1px -1px 0px 1px #FF644A, inset -1px 1px 0px 1px #FF644A, inset 1px 1px 0px 1px #FF644A, inset -1px -1px 0px 1px #FF644A, inset 2px -2px 0px 1px rgba(255,255,255,0.5), inset -2px 2px 0px 1px rgba(255,255,255,0.5), inset 2px 2px 0px 1px rgba(255,255,255,0.5), inset -2px -2px 0px 1px rgba(255,255,255,0.5), 0px 20px 20px -16px rgba(0,0,0,0.15);
}

.product-submit .button.button-tiny,
a.button.button-tiny,
.button.button-tiny {
  box-shadow: inset 0px -64px 32px -32px rgba(0,0,0,0.15), inset 2px -2px 0px 1px #FF644A, inset -2px 2px 0px 1px #FF644A, inset 2px 2px 0px 1px #FF644A, inset -2px -2px 0px 1px #FF644A, inset 3px -3px 0px 1px rgba(255,255,255,0.5), inset -3px 3px 0px 1px rgba(255,255,255,0.5), inset 3px 3px 0px 1px rgba(255,255,255,0.5), inset -3px -3px 0px 1px rgba(255,255,255,0.5), 0px 20px 20px -16px rgba(0,0,0,0.15);
}
.product-submit .button.button-tiny.green {
  box-shadow: inset 0px -64px 32px -32px rgba(0,0,0,0.15), inset 1px -1px 0px 1px #83B623, inset -1px 1px 0px 1px #83B623, inset 1px 1px 0px 1px #83B623, inset -1px -1px 0px 1px #83B623, inset 2px -2px 0px 1px rgba(255,255,255,0.5), inset -2px 2px 0px 1px rgba(255,255,255,0.5), inset 2px 2px 0px 1px rgba(255,255,255,0.5), inset -2px -2px 0px 1px rgba(255,255,255,0.5), 0px 20px 20px -16px rgba(0,0,0,0.15);
}
/*
.product-submit .button.button-tiny:hover,
a.button.button-tiny:hover,
.button.button-tiny:hover {
    box-shadow: inset 0px -64px 32px -32px rgba(0,0,0,0.15), inset 4px -4px 0px 1px #E73E23, inset -4px 4px 0px 1px #E73E23, inset 4px 4px 0px 1px #E73E23, inset -4px -4px 0px 1px #E73E23, inset 5px -5px 0px 1px rgba(255,255,255,0.5), inset -5px 5px 0px 1px rgba(255,255,255,0.5), inset 5px 5px 0px 1px rgba(255,255,255,0.5), inset -5px -5px 0px 1px rgba(255,255,255,0.5), 0px 20px 20px -16px rgba(0,0,0,0.25);
}
*/
.product-submit .button.button-tiny:hover,
a.button.button-tiny:hover,
.button.button-tiny:hover {
    box-shadow: inset 0px -64px 32px -32px rgba(0,0,0,0.15), inset 4px -4px 0px 1px #E73E23, inset -4px 4px 0px 1px #E73E23, inset 4px 4px 0px 1px #E73E23, inset -4px -4px 0px 1px #E73E23, inset 5px -5px 0px 1px rgba(255,255,255,0.5), inset -5px 5px 0px 1px rgba(255,255,255,0.5), inset 5px 5px 0px 1px rgba(255,255,255,0.5), inset -5px -5px 0px 1px rgba(255,255,255,0.5), 0px 20px 20px -16px rgba(0,0,0,0.25);
}
.product-submit .button.button-tiny.green:hover {
    box-shadow: inset 0px -64px 32px -32px rgba(0,0,0,0.15), inset 4px -4px 0px 1px #83B623, inset -4px 4px 0px 1px #83B623, inset 4px 4px 0px 1px #83B623, inset -4px -4px 0px 1px #83B623, inset 5px -5px 0px 1px rgba(255,255,255,0.5), inset -5px 5px 0px 1px rgba(255,255,255,0.5), inset 5px 5px 0px 1px rgba(255,255,255,0.5), inset -5px -5px 0px 1px rgba(255,255,255,0.5), 0px 20px 20px -16px rgba(0,0,0,0.25);
}

.button.button-tiny {
  height: 65px;
  line-height: 64px;
  font-size: 14px;
  width: auto;
  xpadding: 0 35px 1px 35px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 400;
      min-width: 225px
}


/* Misc elements
---------------- */

.block { padding: 25px 30px; }
.inline { display: inline !important; }
.small { font-size: 0.95em; }
.tyni { font-size: 0.9em; }
.large { font-size: 1.1em; }
.bold { font-weight: bold; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.clear-both { clear: both; }
.nowrap { white-space: nowrap; }
.hr { border-top: 1px solid #ccc; margin-bottom: 15px; }
.blurred { -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px); }
.thin { font-weight: 300; }
.semi { font-weight: 500; }
.align-super { display: inline-block; vertical-align: super; }
.valign-wrapper > * { display: inline-block; }
.valign-middle { vertical-align: middle; }
.svg-icon { margin-right: 5px; }
.upper { text-transform: uppercase; }

p.font-20 { font-size: 20px; }
p.font-16 { font-size: 16px !important; }

.inlined span {
  display: inline-block;
  border-bottom: 1px dashed;
  line-height: 26px;
  vertical-align: text-bottom;
  margin-right: 5px;
}
.leash:not(.show) .count-circle {
    display: none;
}



/*
 --- HOME ----
*/
.home_tile {
    padding: 25px 25% 10px 25px;
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
    border: 1px solid #f3f3f3;
}
.home_block_shadow {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(184, 184, 184, 0.25);
    border-radius: 10px;
}
.home_tile.align-center {
    padding: 25px 25px 10px 25px;
}
.home_tile > * {
  z-index: 4;
  position: relative;
}
.home_tile > svg {
  position: absolute;
  right: -5px;
  bottom: 0;
  z-index: 2;
}
.home_tile h4 {
  font-size: 18px;
  text-transform: uppercase;
}



/*for product*/
.home_tile_double {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.home_tile_double > div {
  min-height: 126px;
  margin-bottom: 0;
  border-radius: 10px;
  line-height: 21px;
  padding-right: 50px;
}
.home_tile_double strong {
    font-weight: 600;
}
.home_tile_double ul {
  padding: 0;
  margin: 0;
}
.home_tile_double ul li {
  margin-left: 15px;
  margin-bottom: 15px;
  list-style: square;
  padding-left: 5px;
}


@media screen and (max-width: 970px) {
    .home_tile {
        padding: 15px;
        font-size: 14px;
    }
    .home_tile h4 {
      font-size: 16px;
    }
    .home_tile strong {
      font-size: 16px;
    }
    .home_tile_double {
      grid-template-columns: repeat(1, 1fr);
    }
}



/* Hides
-------- */
@media screen and (min-width: 1421px) {
    .hide-widescreen { display:none!important; }
}
@media screen and (min-width: 971px) and (max-width: 1420px) {
    .hide-desktop { display:none!important; }
}
@media screen and (min-width: 761px) and (max-width: 970px) {
    .hide-tablet { display:none!important; }
}
@media screen and (max-width: 760px) {
    .hide-mobile { display:none!important; }
}

/* Main
------- */
main {
    /*some rules*/
}
.page-content {
    min-height: 480px;
    padding-top: 25px;
    padding-bottom: 60px;
}
@media screen and (max-width: 970px) {
    main {
        width:auto;
        padding-bottom: 30px;
    }
    .page-content {
        min-height: 640px;
    }
}
@media screen and (max-width: 760px) {
    main {
        /*more some rules*/
    }
    .page-content {
        min-height: 420px;
        padding-bottom: 0;
        padding-top: 25px;
    }
}


/* Breadcrumbs
-------------- */
.breadcrumbs {
    font-size: 13px;
}
.breadcrumbs a {
    color: #777;
    font-weight: 300;
    vertical-align: middle;
}
.breadcrumbs span {
    color: #999;
    margin: 0 6px;
    vertical-align: middle;
    position: relative;
}
.breadcrumbs .bread-last {
    color: #333;
    margin: 0 3px;
}
@media screen and (max-width: 970px) {
    .breadcrumbs {
        display: block !important;
        xwhite-space: nowrap;
    }
    .breadcrumbs.category-breadcrumbs {
        text-align: center;
    }
    .breadcrumbs a:not(:first-child) {
      xmax-width: 15%;
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis;
    }
}

/* Pagination
------------- */
.pagination {
    clear: both;
    text-align: center;
    padding: 30px 0;
}
.pagination ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.pagination ul li {
    display: inline-block;
    margin: 0 5px;
}
.pagination a {
  display: block;
  height: 27px;
  line-height: 27px;
  min-width: 25px;
  text-align: center;
  border: 1px solid #FFF;
  color: #666;
  border-radius: 5px;
}
.pagination a:hover {
    border-color: #B2B2B2;
    color: #222 !important;
}
.pagination ul li.selected a {
  border-color: #F8634B;
  color: #F8634B;
}
.pagination a.inline-link {
    border-color: transparent !important;
    color: #F8634B;
}
.pagination a.inline-link svg {
    filter: invert(0.5) sepia(1) hue-rotate(342deg) saturate(10) brightness(1);
}
.pagination a.inline-link:hover svg {
    filter: invert(1) sepia(1) hue-rotate(342deg) saturate(10) brightness(0);
}
.pagination a.inline-link:hover {
    color:#000;
}
.pagination a.inline-link svg {
  margin: 0 5px -1px;
  opacity: 0.8;
}

.lazyloading-load-more {
  margin: 20px auto;
  display: block;
  width: 144px;
  color: #F8634B;
  border: 1px solid #F8634B;
  text-align: center;
  padding: 11px 0;
  border-radius: 5px;
}
.lazyloading-load-more:hover {
    background: #F8634B;
    color: #fff !important;
}

@media screen and (max-width: 1024px) {
.pagination {
    padding: 20px 0 0;
}
}
@media screen and (max-width: 760px) {
.pagination {
    padding: 10px 0 0;
}
.pagination ul li {
    margin: 0 2px;
}
.pagination a {
    height: 26px;
    line-height: 26px;
    min-width: 25px;
}
}


/* REGIONS */
.shop-regions-window__wrapper {
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.shop-regions-status_window-show {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.shop-regions__ip-analyzer-variants {
  position: absolute;
  left: 0;
}
.footer_city .shop-regions__ip-analyzer-variants,
.mobile-menu .shop-regions__ip-analyzer-variants {
    display: none;
}
.shop-regions-ip-analyzer__wrapper,
.shop-regions-window__wrapper {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(152, 152, 152, 0.25) !important;
  line-height: normal;
}
.shop-regions-ip-analyzer__wrapper {
  margin-top: 10px !important;
  padding: 20px 25px !important;
}
.shop-regions-window__wrapper {
  padding: 20px 25px 60px !important;
}

.shop-regions-window__header,
.shop-regions-window__sub-header,
.shop-regions-ip-analyzer__header,
.shop-regions-window__region {
  margin-bottom: 25px !important;
}
.shop-regions-window__search {
    margin-bottom: 35px !important;
}
.shop-regions-window__regions_popular {
  margin-bottom: 0 !important;
}

#shop-regions-window-search-input {
    transition: all 0.2s;
    border: 1px solid #E0E0E0 !important;
}
#shop-regions-window-search-input:hover,
#shop-regions-window-search-input:focus {
  box-shadow: 0px 10px 15px rgba(131, 131, 131, 0.25);
}

.shop-regions-window__header,
.shop-regions-window__sub-header,
.shop-regions-ip-analyzer__header,
.shop-regions-window-search {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #4f4f4f !important;
}
.shop-regions__link {
  text-decoration: none !important;
}

.shop-regions-window-search__button,
.shop-regions-ip-analyzer__button {
  color: #F8634B !important;
  border: 1px solid #F8634B !important;
  box-shadow: none !important;
  line-height: 45px;
  padding: 0 23px !important;
  border-radius: 5px !important;
  transition: all 0.2s;
}
.shop-regions-window-search__button:hover,
.shop-regions-ip-analyzer__button:hover {
  box-shadow: none !important;
  background: #F8634B !important;
  color: #fff !important;
}
.shop-regions__button-close {
  font-size: 0 !important;
  width: 35px;
  height: 35px;
  top: 2px !important;
  right: 2px !important;
  background-image: url(/wa-data/public/site/themes/firelic/icon/cross.svg);
  background-position: 50% 50%;
  background-size: 30px 30px;
}
.shop-regions__button-close:hover {
    filter: invert(0.5) sepia(1) hue-rotate(342deg) saturate(10) brightness(1);
}

.shop-regions-window {
  xxxdisplay: unset !important;
  opacity: 0;
  transition: opacity 0.3s;
  visibility: hidden;
  z-index: 100 !important;
  position: relative;
}
.shop-regions-window_show {
  display: block;
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: unset !important;
  z-index: 100;
  overflow: visible !important;
  width: 100%;
  min-width: 650px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 45px;
  height: 0;
    /*custom view*/
    opacity: 1 !important;
    visibility: visible !important;
}
.shop-regions-window__wrapper {
  top: 55px !important;
  left: 0 !important;
  margin-left: 0 !important;
  width: 98% !important;
  max-width: 520px;
  position: relative !important;
  box-sizing: border-box;
}
.shop-regions-window__sub-subheader {
  display: none;
}
.shop-regions-window-search {
  width: 100% !important;
}
.shop-regions-window__search,
.shop-regions-window__regions_popular,
.shop-regions-window__triggers,
.shop-regions-window__regions_all {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.shop-regions-window__regions_popular,
.shop-regions-window__regions_all,
.js-search_result,
.js-no_found_message {
  xxxpadding-top: 35px;
  margin-top: 0 !important;
  margin-left: 0 !important;
}

.shop-regions-window_show-all-regions .shop-regions-window__regions_popular {
  display: none;
}
.js-regions_wrapper {
  margin-bottom: 0;
}

.shop-regions-window__triggers {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 1;
}
.js-shop-region-window_regions_and_cities.without_regions {
  max-height: 250px !important;
  overflow-y: auto;
}
.js-search_result .shop-regions-window__regions-column,
.shop-regions-window__regions_all .shop-regions-window__regions-column {
  padding-left: 25px;
  box-sizing: border-box;
}
.js-search_result .shop-regions-window__regions-letter,
.shop-regions-window__regions_all .shop-regions-window__regions-letter {
  left: -9px !important;
}


.shop-regions-window {
  xxxdisplay: unset !important;
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
}
.shop-regions-window:before {
    content:'';
    position: absolute;
    top:-99em;
    left:-99em;
    right:-99em;
    bottom:-99em;
    margin:auto;
    xbackground: rgba(0,0,0,0.75);
}

@media screen and (max-width: 970px) {
    .shop-regions-window__wrapper {
      margin: auto !important;
    }
    .shop-regions__window.js-shop-regions__window {
      position: fixed;
      z-index: 112;
      top: 0;
      width: 100%;
      height: 100%;
      visibility: hidden;
    }
    .shop-regions-window {
      xxvisibility: visible;
      position: unset !important;
      min-width: 0;
      padding: 0 10px;
      width: auto;
    }
    .shop-regions-window:before {
        content:'';
        position: absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin:auto;
        background: rgba(0,0,0,0.75);
    }
    
    .shop-regions__ip-analyzer-variants {
      visibility: visible;
      top: 0;
      left: 0;
      width: 100%;
    }
    .shop-regions-ip-analyzer {
      width: 100%;
    }
    .shop-regions-ip-analyzer__wrapper {
        min-width: 0 !important;
        width: 101%;
        box-sizing: border-box;
        max-width: 340px;
    }
    .shop-regions-ip-analyzer__triggers {
        white-space: nowrap;
    }
    .shop-regions-window-search__button,
    .shop-regions-ip-analyzer__button {
      padding: 0 20px !important;
    }
    .js-shop-region-window_regions_and_cities.without_regions {
        max-height: 160px !important;
    }
}

/* Header
--------- */
header {
  font-size: 0;
  position: relative;
  font-weight: 500;
  padding-bottom: 21px;
  box-shadow: 0px 5px 25px rgba(131, 131, 131, 0.15);
  z-index: 5;
  border-bottom: 1px solid #f2f2f2;
}

.header_logo {
  display: inline-block;
  vertical-align: middle;
  padding-top: 10px;
}

header .container > div > div {
  font-size: 14px;
}
.header_top > div {
  display: inline-block;
  width: 50%;
}
.header_mid > *, .header_bot > * {
  display: inline-block;
}

.header_top .header_call {
  text-align: right;
}
.header_top .header_call a:focus {
    color: #8E8E8E;
}
.header_top .header_call a:focus svg {
  filter: invert(0.5) sepia(1) hue-rotate(342deg) saturate(0) brightness(1);
}
.header_top .header_call a:hover svg {
    filter: invert(0.5) sepia(1) hue-rotate(342deg) saturate(10) brightness(1);
}

.header_left {
  width: 225px;
  height: 100%;
  position: absolute;
  left: 0;
}
.header_center {
  width: 100%;
  box-sizing: border-box;
  padding-right: 255px;
  padding-left: 300px;
}
.header_center._right_padded {
  padding-right: 565px;
}
@media screen and (max-width: 1420px) {
    .header_center._right_padded {
      padding-right: 390px;
    }
}
@media screen and (max-width: 1168px) {
    .header_center._right_padded {
      padding-right: 350px;
    }
    .header_center {
      padding-left: 280px;
    }
}
@media screen and (max-width: 970px) {
    header {
        zzz-display:none;
        visibility: hidden;
        height: 0;
        padding: 0;
    }
}
@media screen and (max-width: 760px) {
    
}

.header_rigth {
  position: absolute;
  right: 0;
}

.header_top {
  position: relative;
  z-index: 2;
  height: 45px;
  line-height: 45px;
}
.header_top, .header_top a {
    color: #fff;
}
.header_top::before {
  content: '';
  position: absolute;
  right: -999px;
  left: -999px;
  background: #373737;
  z-index: -1;
  margin: auto;
  height: 100%;
}

.header_mid, .header_bot, .header_mid a, .header_bot a {
  color: #4F4F4F;
  position: relative;
}

.header_mid {
  height: 84px;
}
.header_mid .header_center {
  padding-top: 22px;
  padding-bottom: 22px;
}
.header_mid .header_rigth {
  top: 29px;
}

.header_mid .header_rigth > div, .header_bot .header_rigth > div {
  margin-left: 25px;
  vertical-align: middle;
  display: inline-block;
}
.header_mid .header_rigth > div > a, .header_bot .header_rigth > div > a {
    padding-top: 12px;
    padding-bottom: 12px;
}

.header_mid .header_rigth .user {
  xmin-width: 95px;
}
.user-drop {
  box-shadow: 0px 0px 25px rgba(129, 129, 129, 0.25);
  border-radius: 5px;
  margin-top: 5px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 7px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.user:hover .user-drop {
    opacity: 1;
    visibility: visible;
}
.user-drop > div, .user-drop > a {
  display: block;
}
.user-drop > a:focus {
    color: #C0C0C0 !important;
}
.user-drop > a:focus svg {
    filter: invert(0.5) sepia(1) hue-rotate(342deg) saturate(0) brightness(1);
}
.user-drop > div {
  padding: 15px 18px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
}
.user-drop > a {
  padding: 18px 35px 18px 18px;
  margin-top: -20px;
  white-space: nowrap;
}

.callb {
    width: 225px;
}
@media screen and (min-width: 971px) and (max-width: 1168px) {
    .callb {
        width: 190px;
    }
}



/*
   MORE LINKS
*/

.menu-links {
    margin-right: 100px;
    height: 100%;
    position: relative;
    z-index: 1;
    margin-left: -15px;
}
.menu-links-wrapper {
    overflow: hidden;
    height: inherit;
    padding-right: 0;
	float: left;
}
.menu-links-wrapper.wrapper_2 {
  white-space: nowrap;
  overflow: visible;
  position: absolute;
  top: 0;
}
.menu-links-wrapper.wrapper_2 {
  visibility: hidden;
  xbackground: #fff;
}
.menu-links-wrapper > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height:100%;
}
.menu-links-wrapper > ul > li {
    xfloat: left;
    zpadding-right: 32px;
    zheight: 100%;
}

.menu-links-wrapper > ul > li:visible {
    xcolor: red !important;
}

.menu-links-wrapper a {
  white-space: normal;
}
.menu-links-more {
  position: relative;
  float: right;
  top: 0;
  right: 0;
  z-index: 11;
  left: 79px;
  margin-left: -100%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 32px;
}
.menu-links-more-wr {
  position: relative;
}
.menu-links-more > a {
    display: inline-block;
    xxxxpadding-right: 20px;
}
.menu-links-more-wr > ul > li {
    display: block;
}
/*
.menu-links-more > a:before {
    content: '';
    position: absolute;
    top: 11px;
    right: 5px;
    width: 0;
    height: 0;
    border-width: 4px 3px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}
.menu-links-more > a:after {
    content:'';
    position:absolute;
    top:100%;
    width:100%;
    left:0;
    height:40px;
    display:none;
}
*/
.menu-links-more > ul {
    position: absolute;
}


/*more submenu fix*/
.menu-links-wrapper.js-wr:hover {
    transition: visibility 0.1s
}
.menu-links-wrapper.js-wr:hover + .menu-links-wrapper,
.menu-links-wrapper:not(.js-wr):hover {
    visibility: visible;
}
.menu-links-wrapper:not(.js-wr) > ul > li > a {
    opacity: 0;
    background: #fff;
}
.menu-links-wrapper:not(.js-wr) > ul > li:hover > a {
    opacity: 1;
    xxbackground: #fff;
}
.menu-links-wrapper:not(.js-wr) > ul > li:hover ~ li,
.menu-links-wrapper.js-wr:hover  {
    visibility: hidden;
}



/*
 * Menus
 */
nav.top_nav {
    height: 35px;
    max-width: 800px;
    margin-top: -4px;
}


header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.catalog_wr {
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.3s;
}
.catalog:hover .catalog_wr/*,
.catalog.show .catalog_wr*/ {
  opacity: 1;
  visibility: visible;
}
ul.catalog_tree {
  box-shadow: 0px 0px 25px rgba(129, 129, 129, 0.25);
  border-radius: 5px;
  margin-top: 10px;
  min-width: 280px;
  background: #fff;
  max-width: 360px;
}
ul.catalog_tree > li {
    display: block;
    position: relative;
}
ul.catalog_tree > li > a {
  padding: 25px 35px 25px 20px;
  display: block;
  border-bottom: 1px solid #eaeaea;
  font-weight: 400;
}
ul.top_menu > li {
  display: inline-block;
  vertical-align: top;
  xxmargin-right: 32px;
  margin-right: 3px;
  position: relative;
}
.menu-links-more-wr > a,
ul.top_menu > li > a {
  padding: 15px;
  display: inline-block;
}
ul.top_menu > li > ul,
ul.catalog_tree > li > ul {
  position: absolute;
}
.menu-links-more-wr:hover > a,
ul.catalog_tree ul li.show > a {
    color: #F8634B !important;
}
ul.catalog_tree > li:hover > a/*,
ul.catalog_tree > li.show > a*/ {
    color: #fff !important;
    background: #F8634B;
}
ul.catalog_tree > li:first-child > a {
    border-radius: 5px 5px 0 0;
}
ul.catalog_tree > li:last-child > a {
    border-radius: 0 0 5px 5px;
}
ul.top_menu > li ul,
ul.catalog_tree > li ul,
.menu-links-more-wr > ul {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  transition: opacity 0.3s;
  list-style: none;
  z-index: 1;
  background: #fff;
  padding: 15px;
  box-shadow: 0px 0px 25px rgba(129, 129, 129, 0.25);
  border-radius: 5px;
  min-width: 240px;
  top: 100%;
  left: -28px;
  left: -15px;
  padding-right: 0;
  margin-top: 0;
}

ul.catalog_tree > li ul {
  x---border-top-left-radius: 0;
  margin-left: -4px !important;
}
ul.top_menu li:hover > ul,
/*ul.top_menu li:hover > ul,*/
ul.catalog_tree li:hover > ul /*,
ul.catalog_tree li.show > ul*/,
.menu-links-more-wr:hover > ul,
.menu-links-more-wr li:hover > ul {
  opacity: 1;
  visibility: visible;
}
ul.top_menu > li > ul a,
.menu-links-more-wr > ul > li a {
  display: block;
  padding: 15px;
}
ul.catalog_tree > li > ul a {
  display: block;
  padding: 26px;
}
ul.top_menu > li ul li,
ul.catalog_tree > li ul li {
  position: relative;
}
ul.top_menu > li ul ul {
  top: 50%;
  left: 100%;
  padding: 8px;
  margin-left: -8px;
  margin-top: -31px;
}
ul.catalog_tree > li ul {
  top: 0;
  left: 100%;
  padding: 0;
  margin-top: 0;
  min-height: 105%;
}
ul.catalog_tree ul li:not(:first-child) > a {
  margin-top: -20px;
}
ul.top_menu li > svg + a,
ul.catalog_tree li > svg + a {
  padding-right: 50px;
}
ul.top_menu > li ul li svg,
ul.catalog_tree li svg {
  position: absolute;
  right: 27px;
  top: 50%;
  margin-top: -7px;
}
ul.top_menu > li ul li svg, ul.catalog_tree li svg {
  right: 20px;
}

ul.catalog_tree > li:hover > a svg /*,
ul.catalog_tree > li.show > a svg*/ {
  filter: invert(1) sepia(1) hue-rotate(342deg) saturate(1) brightness(10);
}

ul.top_menu li:hover a > svg,
ul.top_menu li:hover > svg/*,
ul.catalog_tree ul li.show > a svg*/ { filter: invert(0.5) sepia(1) hue-rotate(342deg) saturate(10) brightness(1);  }

ul.top_menu li:hover > a {
   color: #F8634B !important
}

ul.catalog_tree li:not(.collapsible) > a svg {
    display:none;
}
ul.catalog_tree > li > a:focus {
  background: #4F4F4F;
  color: #fff;
}


a.rounded {
  height: 47px;
  line-height: 45px;
  color: #F8634B !important;
  border: 1px solid #F8634B;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 !important;
}
a.rounded:focus {
  color: #fff !important;
  background: #4c4c4c !important;
  border-color: #4c4c4c !important;
}
a.rounded:hover {
    background: #F8634B;
    color: #fff !important;
}
a.fullfilled {
  height: 47px;
  line-height: 47px;
  color: #fff !important;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  display: inline-block;
  background: #F8634B;
}
.catalog:hover a.fullfilled,
a.fullfilled:hover {
    background: #E73E23;
}
.catalog:hover a.fullfilled svg,
a.fullfilled:hover svg {
    filter: none;
}
.rounded._dark {
  color: #676767 !important;
  border-color: #a2a2a2;
}
.rounded._dark:hover {
    background: #6F6F6F;
    color: #fff !important;
    border-color: #6F6F6F;
}

.count-circle {
  border: 1px solid #f8634b;
  border-radius: 10px;
  min-width: 10px;
  height: 18px;
  display: inline-block;
  text-align: center;
  color: #f8634b;
  font-size: 11px;
  line-height: 18px;
  padding: 0 4px;
  position: absolute;
  right: 100%;
  background: #fff;
  top: 0;
  margin-right: -8px;
}


.count-circle.cart-count {
  margin: -2px -15px 0 0;
}
._cart.empty .cart-count {
    display:none;
}


/*search input*/
.search_block {
  width: 100%;
}
.search_block form {
  position: relative;
}
.search_block input {
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  width: 100%;
  height: 47px;
  padding: 0 45px 0 15px;
  transition: all 0.3s;
}
.search_block button {
  position: absolute;
  right: 0;
  top: 2px;
  background: none;
  border: none;
  height: 47px;
  width: 47px;
  cursor: pointer;
}
.search_block:hover input,
.search_block input:focus {
    box-shadow: 0px 10px 15px rgba(131, 131, 131, 0.25);
}



/*slick unset arrow*/
.slick-prev:before,
.slick-next:before,
.slick-dots li button:before {
    content:'';
    display:none;
}

.slick-prev:hover svg,
.slick-next:hover svg {
  filter: invert(0.5) sepia(1) hue-rotate(342deg) saturate(10) brightness(1);
}

.slick-dots {
  padding: 0 !important;
  height: auto !important;
  line-height: 1;
}
.slick-dots li {
  margin: 0 !important;
  height: auto !important;
  width: auto !important;
  float: none !important;
  padding: 0 !important;
}
.slick-dots li button {
  display: inline-block !important;
  width: 11px !important;
  height: 11px !important;
  background: #ddd !important;
  margin: 0 5px 5px 5px;
  line-height: 1px !important;
  border-radius: 3px !important;
}
.slick-dots li.slick-active button {
    background: #f8634b !important;
}

/*fancy*/
.fancybox-image {
  padding: 15px;
  background: #fff;
  border-radius: 8px;
}





/*
 * Footer
 */
 
footer {
  box-shadow: 0px 5px 25px rgba(131, 131, 131, 0.15);
  border-top: 1px solid #f2f2f2;
  padding: 50px 0 25px 0;
}
footer, footer a {
  color: #4F4F4F !important;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer h3,
footer .h3 {
    font-size: 18px;
    margin-bottom: 30px;
    padding-top: 5px;
    display: block;
    font-weight: 600;
}
footer ul li {
  margin-bottom: 20px;
}
.footer_logo {
  margin-bottom: 35px;
}
.footer_socials {
  margin-bottom: 20px;
}

/*socials*/
.socials {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
}
.socials li,
.socials li a svg {
  display: inline-block;
  vertical-align: middle;
}
.socials li {
  margin-right: 13px;
}
.socials li a {
  width: 33px;
  height: 33px;
  border: 1px solid #F8634B;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  display: block;
}
.socials li a:hover {
    background: #6F6F6F;
    color: #fff !important;
    border-color: #6F6F6F;
}
.socials li a:hover svg,
.socials li a:focus svg {
  filter: invert(0.5) sepia(1) hue-rotate(0deg) saturate(0) brightness(10);
}
.socials li a:focus {
    background: #C0C0C0;
    border-color: #C0C0C0;
}
/*footer block*/
.footer_block,
.footer_column,
.footer_contact {
  float: left;
}
.footer_block {
  width: 40%;
}
.footer_column {
  width: 19%;
}
.footer_contact {
    width: 18%;
    margin-left: 4%;
}
.footer_contact ul li {
  margin-bottom: 25px;
}

.footer_city a:not(:hover) svg {
  filter: invert(1);
}

/*col-3*/
.footer_col h3 {
  margin-bottom: 30px;
}

@media screen and (max-width: 1168px) {
    .footer_logo {
      max-width: 247px;
      display: inline-block;
    }
    .footer_block {
      width: 37%;
    }
    .footer_logo img {
        max-width: 100%;
    }
    .footer_copyright {
      max-width: 265px;
    }
}
@media screen and (max-width: 970px) {
    footer {
      padding-bottom: 70px;
    }
    .footer_block, .footer_column, .footer_contact {
      float: none;
      width: 100%;
      text-align: center;
      padding: 0;
      margin: 0;
    }
    .footer_column, .footer_contact:not(.footer_mobile) {
      display: none;
    }
    .footer_contact.footer_mobile {
      margin-bottom: 50px;
    }
    .footer_contact ul li {
      margin-bottom: 20px;
    }
    footer h3, footer .h3 {
        margin-bottom: 20px;
    }
    .footer_copyright {
      max-width: 100%;
      display: inline-block;
    }
}

@media screen and (max-width: 760px) {
    footer {
      padding: 0 0 70px;
      box-shadow: none;
      border: none;
    }
    footer {
      padding: 0 0 70px;
    }
    .footer_block {
      border-top: 1px solid #dadada;
      padding-top: 30px;
      margin-top: 15px;
    }
    .footer_copyright {
      font-size: 12px;
    }
}




/* Catalog
---------- */
nav.catalog {
    position: relative;
}



/* Sign up & Login forms
------------------------ */
.auth-popup {
  overflow: visible !important;
}
/*.auth-popup {
  background: transparent !important;
  min-width: 800px;
  margin: 0 auto !important;
}*/
.auth-page {
    position: relative;
    padding: 0 10px;
    margin-top: 30px;
    margin-bottom: 60px;
}
.auth-block {
  max-width: 420px !important;
  margin: 0 auto;
  padding: 30px 30px 40px;
  padding: 30px  !important;  /*custom*/
  background: #FFF;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 5px 25px rgba(131, 131, 131, 0.15);
}
.auth-block h1,
.auth-block h1 + div {
  x-max-width: 280px; /*customs*/
  margin: auto;
}
.auth-block h1 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 25px;
  padding-top: 0;
}
.auth-page .wa-form .wa-field .wa-value.wa-submit {
    font-size:0;
}
.auth-block.recover-email .wa-form {
    margin: 50px 0;
}
.auth-block.recover-email.__green-bg {
    background: #83B623;
    color: #FFF;
    text-align: center;
}
.auth-block.recover-email.__green-bg a {
    color: #FFF;
}
.auth-link {
    margin: 0px -30px -30px;
    overflow: hidden;
}
.auth-link a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    width: 50%;
    float: left;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1);
    margin-left: -1px;
    color: #999;
}

.auth-block .wa-name {
  x-display: none !important;
}
.auth-block .wa-value {
  position: relative;
}
.auth-block .wa-login-forgotpassword-url {
  margin: 15px 0 0 0 !important;
  float: right;
}
.auth-block a {
    color: #F8634B !important;
}
.wa-forgotpassword-button {
  margin-top: 15px;
  width: 100%;
}





/*Inputs*/
.wa-field {
    position: relative;
}
.wa-field .wa-name, 
.wa-field .wa-value p span.field > span {
  position: absolute;
  height: 47px;
  line-height: 47px !important;
  padding-left: 14px;
  font-size: 15px !important;
  top: 0;
}
.wa-field .wa-value input[type="text"],
.wa-field .wa-value input[type="email"],
.wa-field .wa-value input[type="password"],
.wa-field .wa-value textarea {
  background: transparent;
  position: relative;
  z-index: 1;
  font-size: 15px !important;
  color: #333 !important;
}

.wa-field .wa-value select {
  background-color: #fff;
  z-index: 1;
  position: relative;
}
.wa-field .wa-value select:not(:valid) {
  background-color: transparent;
  color: transparent;
}
.wa-field .wa-value select:focus option {
    background-color: #fff;
}
.wa-field .wa-value select:focus option:disabled {
    color:#999;
}


.wa-field .wa-value input[type="text"].fullfilled,
.wa-field .wa-value input[type="email"].fullfilled,
.wa-field .wa-value input[type="password"].fullfilled,
.wa-field .wa-value textarea.fullfilled
/*,
.wa-field .wa-value input[type="text"]:focus,
.wa-field .wa-value input[type="email"]:focus,
.wa-field .wa-value input[type="password"]:focus,
.wa-field .wa-value textarea:focus
*/
{
  background: #fff;
}
.wa-field .wa-value:focus-within select {
    
}

.wa-field .wa-value input::-webkit-input-placeholder {
    color: transparent !important;
}
.wa-field .wa-value input:-moz-placeholder {
    color: transparent !important;
    opacity: 1;
}
.wa-field .wa-value input::-moz-placeholder {
    color: transparent !important;
    opacity: 1;
}
.wa-field .wa-value input:-ms-input-placeholder {
    color: transparent !important;
}
/*
.wa-field .wa-value input[type="submit"] {
  height: 52px;
  width: 100%;
  line-height: 50px;
}
*/


input.wa-error,
select.wa-error,
textarea.wa-error,
input.error,
select.error,
textarea.error {
  border-color: red !important;
  x-color: unset !important;
  x-margin-bottom: 20px !important;
  box-shadow: none !important;
}
.wa-error-msg {
  x-position: absolute;
  x-top: 47px;
}

.wa-field-terms-accepted {
  min-height: 40px;
}
.wa-field-terms-accepted,
.wa-field-remember-me {
  padding-top: 25px !important;
  margin-top: 0 !important;
  x-max-width: 100% !important;
}
.wa-field-terms-accepted .wa-value {
  padding-top: 5px !important;
}
.wa-error-msg,
.wa-value .errormsg {
  position: absolute;
  top: 5px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
  background: #fff;
  z-index: 2;
  left: 100%;
  
  white-space: nowrap;
  margin-left: 8px !important;
  margin-top: 0px !important;
}
.wa-error-msg,
.wa-value .errormsg,
.auth-block .wa-value .wa-error-msg,
.wa-login-form-wrapper .wa-uncaught-errors .wa-error-msg {
    display: inline-block;
    z-display: inline-block !important;
}
.wa-error-msg::before {
  height: 0;
  border-width: 8px 8px 6px 8px;
  border-color: transparent #FFF transparent transparent;
  border-style: solid;
  content: '';
  position: absolute;
  top: 10px;
  left: -14px;
}
.wa-login-form-wrapper .wa-login-form-actions {
    position: relative;
}
.wa-uncaught-errors {
  margin: 0 !important;
  position: absolute;
  top: 62px;
  /**customs**/
  top: 73px;
  width: 100%;
}
.wa-uncaught-errors .wa-error-msg,
.cartOS__error.error {
  position: relative;
  top: 0;
  padding: 10px;
  z-index: 2;
  right: 0;
  left: 0;
  margin: 0 !important;
  white-space: normal;
}
.wa-uncaught-errors .wa-error-msg {
    display: inline-block;
    x-display: inline-block !important;
}
.wa-uncaught-errors .wa-error-msg::before,
.cartOS__error.error:before {
  height: 0;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #ffeaea transparent;
  border-style: solid;
  content: '';
  position: absolute;
  top: -8px;
  left: 5px;
}
.wa-uncaught-errors:not([style*="none"]) ~ .wa-signup-url,
.wa-uncaught-errors:not([style*="none"]) ~ .wa-login-url {
  margin-top: 75px !important;
}
.wa-signup-form-wrapper .wa-value .wa-error-msg:nth-of-type(2n) {
  display: none !important;
}






/*buttons for submit*/
.auth-block .wa-buttons-wrapper {
    font-size: 0;
}
.auth-block .wa-buttons-wrapper .loading {
    background: none !important;
    margin: 0;
    width: 5.83%;
}
#auth-block-signup .wa-buttons-wrapper .loading {
    width: 5.83%;
}
#auth-block-login .wa-buttons-wrapper .loading {
    width: 5.83%;
}
.auth-block .wa-buttons-wrapper > * {
    display: inline-block !important;
    vertical-align: top;
}
.auth-block .wa-buttons-wrapper .button,
.auth-block .wa-buttons-wrapper a.rounded {
  width: 47.085% !important;
  min-width: 0;
  height: 64px;
  line-height: 64px;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 15px;
}
.auth-block.recover-email .wa-buttons-wrapper .button,
.auth-block.recover-email .wa-buttons-wrapper a.rounded{
    width: auto !important;
}
/*
.auth-block .wa-signup-form-wrapper .button {
    width: 56% !important;
    padding: 0;
}
.auth-block .wa-signup-form-wrapper a.rounded {
    width: 38% !important;
    padding: 0;
}*/

.auth-block .wa-signup-url,
.auth-block .wa-login-url {
    font-size: 0;
}
.wa-uncaught-errors:not([style*="none"]) ~ .wa-signup-url,
.wa-uncaught-errors:not([style*="none"]) ~ .wa-login-url {
  margin-top: 40px !important;
  font-size: 0;
}
.wa-uncaught-errors {
  top: 90px;
}

.auth-block {
  max-width: 480px !important;
}
.fancybox-content.auth-block {
  width: 100%;
  max-width: 540px !important;
}
.fancybox-button svg {
  height: 120%;
  width: 120%;
}


/*
.auth-block input[type="submit"] {
  height: 61px;
  width: 100%;
  line-height: 60px;
  text-transform: uppercase;
  sfont-size: 16px;
}
*/
.wa-value .errormsg:before,
.wa-error-msg::before {
  height: 0;
  border-width: 6px 10px 6px 10px;
  border-color: transparent #ffeaea transparent transparent;
  border-style: solid;
  content: '';
  position: absolute;
  top: 16px;
  left: -20px;
}
.wa-error-msg,
.wa-value .errormsg,
.cartOS__error.error {
  top: 2px;
  padding: 14px;
  border-radius: 5px;
  box-shadow: -2px 0 16px -4px rgba(0,0,0,.05);
  background: #ffeaea;
  color: #f20 !important;
  z-index: 2;
  white-space: nowrap;
  margin-left: 11px !important;
  margin-top: 0px !important;
    font-size: 14px !important;
    font-weight: 400;
    font-style: normal;
}
.wa-error-msg,
.wa-value .errormsg {
    position: absolute;
    display: inline-block;
    z-display: inline-block !important;
    left: 100%;
}
.cartOS__error.error {
  top: 10px;
  float: left;
}

@media screen and (max-width: 970px), screen and (min-width: 0px) and (max-width: 9999px) {
    .auth-block {
      padding: 30px 30px 40px !important;
    }
    .auth-popup h2 {
        text-transform: uppercase;
        font-size: 24px;
        margin-bottom: 35px;
    }
    
    .wa-error-msg,
    .wa-value .errormsg,
    .cartOS__error.error,
    #checkout-contact-form .errormsg {
      position: relative;
      top: 6px;
      padding: 10px;
      z-index: 2;
      right: 0;
      left: 0;
      margin: 0 !important;
      white-space: normal;
    }
    .wa-error-msg:before,
    .wa-value .errormsg:before,
    .cartOS__error.error:before,
    #checkout-contact-form .errormsg:before {
      height: 0;
      border-width: 0 5px 7px 5px;
      border-color: transparent transparent #ffeaea transparent;
      border-style: solid;
      content: '';
      position: absolute;
      top: -6px;
      left: 7px;
    }
}

@media screen and (max-width: 760px) {
    .fancybox-is-open .fancybox-bg {
        opacity: .75;
    }
    .fancybox-content.auth-block {
       max-width: 330px !important;
    }
    .auth-block .wa-buttons-wrapper .loading,
    #auth-block-signup .wa-buttons-wrapper .loading,
    #auth-block-login .wa-buttons-wrapper .loading {
        width: 100%;
        height: 5px;
    }
    .auth-block .wa-buttons-wrapper .button,
    .auth-block .wa-buttons-wrapper a.rounded {
      width: 226px !important;
    }
    .auth-block .wa-signup-form-wrapper .button {
        width: 226px !important;
        padding: 0;
    }
    .auth-block .wa-signup-form-wrapper a.rounded {
        width: 226px !important;
        padding: 0;
    }
    .auth-block {
      padding: 15px 15px 20px !important;
    }
    .auth-popup h2 {
        font-size: 20px;
    }
}


/* Auth Adapters
------------------------ */
.wa-auth-adapters {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.wa-auth-adapters p {
    color: #555;
    font-size: 13px;
    margin-bottom: 15px;
}
.wa-auth-adapters ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.wa-auth-adapters ul li {
    display: inline-block;
    font-size: 0;
    margin: 0 4px;
}
.wa-auth-adapters ul li a {
    display: block;
    border: 1px solid #ECECEC;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
}
.wa-auth-adapters ul li a i {
    font-size: 16px;
    line-height: 28px;
    color: #777;
}
.wa-auth-adapters ul li a:hover,
.wa-auth-adapters ul li a:hover i {
    color:#FF8B00;
    border-color:#FF8B00;
}



/* WA-FORM
------------------------ */
.wa-form { 
    /**/
}
.wa-field::after,
.wa-form .wa-field .wa-value p span.field:after {
  content: '';
  clear: both;
  display: block;
}
.wa-form .wa-field,
.wa-form .wa-field .wa-value p span.field {
    clear: left;
    margin-bottom: 15px;
    position: relative;
}/*
.wa-form .wa-field:last-child {
    margin-bottom:0;
}*/
.wa-form .wa-field .wa-name,
 .wa-field .wa-value p span.field > span {
    padding-bottom: 5px;
    x-font-size: 0.9em;
    font-weight: 500;
}
.wa-form .wa-field.wa-separator {
    height: 10px;
}
.wa-form .wa-field .wa-value {
    position: relative;
    padding-left: 0 !important;
}
.wa-form .wa-field .wa-value.wa-submit {
    padding-top: 10px;
}
.wa-form .wa-field.wa-submit {
    margin-bottom: 0;
}
.wa-form .wa-field .wa-value input.wa-error { border: 2px solid red; }
.wa-form .wa-field .wa-value .wa-error-msg { font-size: 0.9em; color: red; /*display: block;*/ }
.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value input[type="email"],
.wa-form .wa-field .wa-value input[type="password"] {
    
}
.wa-form .wa-field .wa-value textarea {
    
}
.wa-form .wa-field .wa-value p label {
    display: block;
    margin: 0;
}
.wa-form .wa-field .wa-value p {
    line-height: 1;
    margin-bottom: 0;
    position: relative;
} 
.wa-form .wa-field .wa-value p span.field { 
    display:block;
    margin-bottom:10px;
}
.wa-form .wa-field .wa-value p span.field > span {
    margin-bottom:5px;
    font-size: 0.9em;
    font-weight: 500;
    display: block;
}
.wa-form .wa-field .wa-value p i.icon16 { float: left; left: -20px; margin-top: 2px; position: absolute; }
.wa-form .wa-field .wa-value p input { display: block; margin-bottom: 2px; }
.wa-form .wa-field .wa-value p input[type="radio"],
.wa-form .wa-field .wa-value p input[type="checkbox"] { display: inline; }
.wa-form .wa-field .wa-value p .field.wa-required span:after { content: " *"; color: #FF4A4A; }
.wa-form .wa-field.wa-required .wa-name:after { content: " *"; color: #FF4A4A; }
.wa-form .wa-field.wa-required .wa-value p .field span:after { content: " *"; color: #FF4A4A; }

.wa-captcha { }
.wa-captcha p {
    margin: 0;
    x-text-align: center;
}
.wa-captcha p:after {
    content:'';
    display:block;
    clear:both;
}
/*.wa-captcha p img {
    margin-left: 0;
    padding: 5px;
    border: 1px solid #ECECEC;
    border-radius: 2px;
    margin-top: -6px;
    float:right;
}*/
.wa-captcha p {
    position: relative;
}
.wa-captcha p img {
  margin-left: 0;
  padding: 3px;
  border: 1px solid #ECECEC;
  border-radius: 5px;
  position: absolute;
  left: 160px;
  top: -1px;
}
.wa-captcha > p > * {
    display:inline-block;
    vertical-align:middle;
}
.wa-captcha .wa-captcha-refresh {
  width: 40px;
  height: 40px;
  line-height: 55px;
  text-align: center;
}
.wa-captcha .errormsg {
    display: inline-block;
    margin-left: 10px;
    display:block;
    float:left;
}
.wa-captcha > p:nth-child(2) {
    display: none;
}

.wa-form .wa-field .wa-value input.wa-captcha-input {
    width: 120px !important;
    min-width: 0;
    float: left;
}
.wa-form .wa-field .wa-value label { display: block; }
.wa-form .wa-field .wa-value .errormsg { margin-left: 0; }

input.error, textarea.error { border: 2px solid red; }
.errormsg { color: red; margin-left: 170px; display: block; }




/* Tables
--------- */

table { border-collapse: collapse; border-spacing: 0; }
table th { color: #aaa; padding: 0px 10px 7px; }
table td { padding: 10px; border: 1px solid rgba(0,0,0,0.15); }
table.not-bordered td { border: none; }

table.lined { margin-top: 25px; width: 100%; border-spacing:0; border-collapse:collapse; }
table.lined th { padding-left: 7px; padding-right: 7px; }
table.lined td { padding: 15px 7px; border-bottom: 1px solid #ddd; }
table.lined td.min-width { width: 1%; }
table.lined td p { margin: 0; }
table.lined td input.numerical { width: 50px; margin-right: 5px; text-align: right; }
table.lined tr.no-border td { border: none; }
table.lined tr.thin td { padding-top: 13px; padding-bottom: 0; }
table.lined tr.service td { padding-top: 5px; padding-bottom: 5px; padding-left: 25px; font-size: 0.8em; color: #555; }





/* Icons
--------  */

i.icon16 {
    background-repeat:no-repeat;
    height:16px;
    width:16px;
    display:inline-block;
    text-indent:-9999px;
    text-decoration:none!important; 
}
* i.icon16 {
    text-decoration:none!important;
    x---vertical-align:top;
}
.icon16.color {
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.2);
    width: 12px;
    height: 12px;
    background-image: none;
    margin:0;
    position: relative;
    top: 1px;
    margin-right: 8px; 
}


.icon-star {
    color: #FF8B00;
    margin-right: 2px;
}
.icon-star.star-10 { font-size: 11px; }
.icon-star.star-18 { font-size: 18px; margin-right: 4px; }
.icon-star.star-24 { font-size: 24px; margin-right: 6px; }
.icon-star.star-half:after {  color: #ccc; }
.icon-star.star-empty { color: #ccc; }
.icon-star.star-hover { color: #F50; }

.icon16.loading { background-image: url('img/loading16.gif'); background-position: center; background-size: 16px 16px; }
.icon24.loading { background-image: url('img/loading.gif'); background-size: 24px 24px; height:24px; width:24px; display:inline-block; }
.icon32.loading { background-image: url('img/loading.gif'); background-size: 32px 32px; height:32px; width:32px; display:inline-block; }

.icon-star {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url('icon/star.svg');
  background-size: 100%;
  vertical-align: middle;
}
.icon-star.star-empty {
  background-image: url('icon/star-empty.svg');
}
.icon-star.star-hover {
  background-image: url('icon/star-hover.svg');
}



/* Eror Page
---------------*/





/*CUSTOMS*/

/*
.page-content {
  background: #f7f7f7;
  padding-bottom: 60px;
}

.header_search input {
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 47px;
  padding: 0 45px 0 15px;
  transition: all 0.3s;
  background: #f7f7f7;
}
.header_search:hover input {
  box-shadow: 0px 10px 15px rgba(131, 131, 131, 0.25);
}
a.rounded {
  height: 47px;
  line-height: 45px;
  color: #F25D45 !important;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 !important;
  background: #f8634b24;
  transition: all 0.3s;
  border: none;
}
a.rounded:hover {
  background: #f8634b24;
  color: #F25D45 !important;
  box-shadow: 0px 10px 15px rgba(131, 131, 131, 0.25);
}
a.fullfilled {
    transition: all 0.2s;
}
.catalog:hover a.fullfilled {
    box-shadow: 0px 10px 15px rgba(131, 131, 131, 0.25);
}
.home_tile {
  border: none;
}
.home_grey_bg {
  background: #fff;
}
.home_block {
  
}
*/


a.rounded {
  font-size: 15px;
  font-weight: 500;
}
.product-tab-links {
  margin: 0 0 0 1px !important;
}
.product-gallery .image-block {
  xxx-border: 1px solid #ececec;
  border-radius: 10px;
  top: -5px;
}
.image .badge-wrapper {
  position: absolute;
  top: 10px !important;
  left: 6px !important;
  text-align: right;
  right: -5px !important;
  height: 0;
  width: auto !important;
}
.product-gallery .image {
  overflow: visible !important;
}

.wa-field .wa-name, 
.wa-field .wa-value p span.field > span {
  color: #888 !important;
  font-weight: 400 !important;
}
.wa-field.rate-block .wa-name {
  position: relative;
  padding: 0;
}

.tab-content .home_tile:not(.review) {
  margin-bottom: 0;
  padding-bottom: 25px;
}


/*tab links active*/
.product-tab-links {
  padding: 0px 55px 0 324px !important;
}
.product-tab-links a {
    border: none !important;
    position: relative;
    overflow: hidden; /*fix*/
}
.product-tab-links a.active {
    xoverflow: visible;
}
.product-tab-links a {
  margin-right: 3.5% !important;
}
.product-tab-links a {
  line-height: 50px !important;
  padding: 0 !important;
  xfont-size: 14px !important;
  font-size: 16px !important;
  xtext-transform: uppercase;
  font-weight: 500;
}
.product-tab-links a:before,
.product-tab-links a:after {
  content: '';
  position: absolute;
  bottom: 0px;
  background: #F8634B;
  height: 3px;
  transition: all 0.2s ease-in;
  transition: all 0.1s ease-in;
  margin: auto;
  z-index:1;
}
/*
.product-tab-links a:before {
    left: 100%;
    right: 0%;
}

.product-tab-links a.active ~ a:before {
    left: 0%;
    right: 100%;
}
.product-tab-links a.active:before {
    left: 0%;
    right: 0%;
}

.product-tab-links a:after {
    left: 100%;
    right: 0%;
    transition: none;
}
.product-tab-links a.active ~ a:after {
    left: 100%;
    right: 0%;
}
*/

/*
.product-tab-links a:before {
    left: 200%;
    right: 0%;
}

.product-tab-links a.active ~ a:before {
    left: 0%;
    right: 200%;
}
.product-tab-links a.active:before {
    left: 0%;
    right: 0%;
}

.product-tab-links a:after {
    left: 200%;
    right: 0%;
    transition: none;
}
.product-tab-links a.active ~ a:after {
    left: 200%;
    right: 0%;
}
*/

.product-tab-links a:before {
    left: 100%;
    right: -100%;
}

.product-tab-links a.active ~ a:before {
    left: -100%;
    right: 100%;
}
.product-tab-links a.active:before {
    left: 0%;
    x-right: 0%;
    right: 35px;
}

.product-tab-links a:after {
    left: 100%;
    right: -100%;
    transition: none;
}
.product-tab-links a.active ~ a:after {
    left: 100%;
    right: -100%;
}

.product-tab-links {
  font-size: 0;
  xx-margin-left: -1.16% !important;
}
.product-tab-links a {
  margin: 0 0 -3px 0 !important;
  padding: 0 1.75% 3px 1.75% !important;
  
  margin: 0 !important;
  padding: 0 35px 0 0 !important;
  top: 3px;
}
.product-tab-links {
  padding: 0px 55px 0 305px !important;
}

.js-toggler:hover {
    cursor: pointer;
    color:#F8634B;
}
.js-toggler:hover + a {
    filter: invert(0.5) sepia(1) hue-rotate(342deg) saturate(10) brightness(1);
}


/*b24 fix*/
.b24-form-wrapper.b24-form-border-bottom {
    border: none !important;
}
.b24-form .b24-window-scrollable {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}


.wa-captcha-refresh-wrapper {
    display: none;
}
a.rounded.f1 {
    display: inherit;
    margin: 0 auto;
}
.b24-widget-button-shadow {
    z-index: 10100;
}
button.wa-button.wa-submit-button.js-submit-order-button {
    background: #fff;
    cursor: pointer;
    height: 47px !important;
    color: #F8634B !important;
    border: 1px solid #F8634B;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    padding: 0 !important;
}
button.wa-button.wa-submit-button.js-submit-order-button:hover {
    background: #F8634B;
    color: #fff !important;
}	
	
button.wa-button.gray.js-use-coupon {
    background: #E73E23;
    color: #fff;
    font-weight: 100 !important;
    border: none;
    cursor: pointer;
}
input.wa-input.js-coupon-code {
    width: 57% !important;
    border-radius: 0;
    height: 26px !important;
}
header.wa-section-header {
    font-size: 15px;
    padding: 0;
    box-shadow: none;
    border: 0;
}
section#js-order-form {
    box-shadow: 0px 0px 25px rgba(184, 184, 184, 0.25);
    border-radius: 10px;
}
section#js-order-cart {
    box-shadow: 0px 0px 25px rgba(184, 184, 184, 0.25);
    border-radius: 10px;
}
p.s-description {
    font-size: 36px;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-weight: 600;
}
p.s-actions-wrapper a {
    color: #F8634B;
    font-size: 20px;
}
.wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-details .wa-name {
   font-size: 14px !important;
}
.wa-order-form-wrapper .wa-step-section > .wa-section-header > .wa-header {
    display: inline;
    font-size: 17px !important;;
    line-height: 1.2em;
    font-weight: 500;
}
.wa-order-form-wrapper .wa-step-auth-section > .wa-section-header .wa-contact-name {
    font-size: 17px !important;;
    line-height: 1.2em;
    color: #555;
}
a.wa-logout-link.js-logout-button.wa-tooltip.bottom {
    font-size: 14px !important;;
}
input.wa-input.wa-phone {
    height: 47px;
    font-size: 1.142857142857143em;
    line-height: 1.125em;
    border: 1px solid #cfcfcf !important;
    border-radius: 5px;
    display: inline-block;
    width: 100% !important;
    padding: 0 12px !important;
}

.tabs * {
    box-sizing: border-box;
} 
.tabs {
      position: relative;
    margin: 0 0 70px 0;
}
.tabs:after{
    display:table;
    content:"";
    clear:both;
}
.tabs .tab .tab-toggle {
    display: flex;
    padding: 26px 0;
    margin-bottom: 8px;
    position: relative;
    outline: none;
    width: 98%;
    line-height: 1.2;
    margin-left: 10px;
    align-items: center;
    cursor: pointer;
    text-align: center;
    background: #f4f4f4;
}
.tabs .tab .tab-toggle .tab-nums  {
    padding: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px 0 0 16px;
}
.tabs .tab .tab-toggle .tab-nums .tab-num  {
    color: #337AB7;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
    background: #FFF;
    border: 3px solid #337AB7;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -20px;
    position: relative;
    z-index: 1;
}
.tabs .tab .tab-toggle .tab-nums .tab-tab  {
    padding: 0 12px 0 24px;
    margin-left: -20px;
    font-size: 13px;
    font-weight: bold;    
    border: 2px solid #BFE2FF;
    background: #BFE2FF;
    color: #337AB7;
    border-radius: 0 22px 22px 0;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs .tab .tab-toggle .tab-name {
    padding: 6px 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}
.tabs .tab .tab-toggle.active {
    cursor: default;
    background:#f8634b;
}
.tabs .tab .tab-toggle.active .tab-nums .tab-num  {
    color: #FFF;
    background: #337AB7;
}
.tabs .tab .tab-toggle.active .tab-nums .tab-tab  {
    border: 2px solid #337AB7;
    background: #337AB7;
    color: #FFF;
}
.tabs .tab .tab-toggle.active .tab-name {
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
}
.tabs .content {
    overflow: hidden;
    padding: 0;
    transition: opacity 0.4s;
    visibility: hidden;
    opacity: 0;
    padding: 0 0 10px 0;
    max-height: 0;
}
.tabs .content.active {
    max-height: 5000px;
    visibility: visible;
    opacity: 1;
}
.page_p {
    overflow: hidden;
    display: flex;
    border: 1px solid #D7D7D7;
    background: #FCFCFC;
}
.page_p2 div {
    font-weight: bold;
    font-size: 20px;
}
.page_p2 {
    font-size: 18px;
    width: 48%;
    padding: 47px 0;
}
.img_p3 img {
    float: left;
    margin: -8px 0 0 0;
}
.img_p3 p {
    font-size: 17px;
}
.page_p3 {
    padding: 20px 25px;
}
.page_adr {
    border: 1px solid #D7D7D7;
    background: #F9F9F9;
    padding: 15px 0;
    text-align: center;
}
a.email_a {
    text-decoration: none;
}
a.header__ph {
    text-decoration: none;
}
a.email_a:hover {
    color: #dfa225;
}
a.header__ph:hover {
    color: #dfa225;
}
p.hcount__name:hover {
    color: #dfa225;
}
.page_p1 img {
    padding: 10px 15px;
}
.page_p2 div {
    font-weight: bold;
    font-size: 20px;
    line-height: 47px;
}
i.wa-icon.delete.size-11 {
    color: #f8634b;
}
.wa-details-section .wa-details {
    margin: 0px 0 15px 0;
}
@media screen and (min-width: 992px) {
    .tabs {
        position: relative;
        transition: all 0.5s;
    }
    .tabs .tab {
        float: left;
        clear: left;
        width: 30%;
    }
 
    .tabs .tab .tab-toggle:after {
        transform: rotate(-90deg) translateX(50%);
    }
    .tabs .tab .tab-toggle.active:after {
        transform: rotate(-90deg) translateX(50%) translateY(0);
    }
    .tabs .content {
        position: absolute;
        right: 0;
        top: 0;
        width: 70%;
        opacity: 0;
        padding: 0 0 30px 40px;
        transition: opacity 0.4s;
    }
    .tabs .content.active {
        opacity: 1;
        padding: 0 0 10px 40px;
    }
}
@media (max-width: 768px){
    .wiggle-btn {
    position: relative;
    display: inline !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    animation: wiggle 2s linear infinite;
    transform-origin: 50% 8em;
    animation-delay: 1s;
    bottom: 0;
     float: right;
}
.hero-soc {
    display: inline !important;
    position: inherit !important;
}
.hero-header-container {
    display: inline !important;
}
    img.banner-c1 {
    width: 100%;
}
.page_p1 img {
    width: 100%;
}
.page_p2 {
    font-size: 18px;
    width: 100%;
    padding: 0 0;
}
.img_p3 img {
    width: 38%;
}
}

.wa-field-wrapper.size-medium .wa-input {
    border: 1px solid #cfcfcf !important;
}
.s-section-header.wa-flex-box.full-line.middle {
    padding: 20px 10px 0 25px;
}
button.wa-button.gray.js-use-coupon {
    color: #fff !important;
    background: #f8634b !important;
}

.s-order-page .s-order-section > .s-section-body .wa-cart-body .wa-product .wa-product-body .wa-column-details .wa-services .s-checkbox input + span {
    display: inherit !important;
	 float: left;
    width: 19px;
    height: 19px;
    position: absolute;
    top: -10px;
    left: 0;
    border-width: 1px;
    border-color: #b2b2b2;
    border-style: solid;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 8px;
    vertical-align: top;
    font-style: normal;
    font-size: 10px;
    text-align: center;
    box-sizing: border-box;
}
.s-section-header {
    padding: 20px 0 0px 15px;
}
.delpay-tab.sec-tab {
    margin: 0 0 35px 0;
}
.delpay-tab > div {
    background: #F8F8F8;
    padding: 15px 25px 5px 15px;
    border-radius: 5px;
}
.delpay-tab > div img {
    float: left;
    margin: 0 25px 15px 0px;
    width: 150px;
}
.page_adr {
    font-size: 18px;
}
img.banner-c {
    width: 100%;
    margin: 5px 0 5px 0;
}


a.rounded.callnew {
    border: 5px solid #AC000E;
    border-radius: 13px;
    line-height: 38px;
}
a.rounded.callnew span {
    color: #AC000E;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}
a.rounded.callnew:hover {
    background: #fff;
}
a.rounded.callnew:focus {
    background: #fff !important;
     border: 5px solid #AC000E !important;
}
a.rounded.callnew:active {
    background: #fff !important;
     border: 5px solid #AC000E !important;
}
a.rounded.callnew svg {
    width: 20px;
    margin: 0px 0 -3px 0;
}
a.rounded.callnew svg:hover {
    width: 20px;
    margin: 0px 0 -3px 0;
    color: #AC000E;
}
a.rounded.callnew:hover svg {
    filter: none;
}
.hero-soc{
    display:flex;
}
.hero-img {
    width: 57px;
}
.hero-soc a {
    margin: 0 0 0 0 !important;
}

.hero-header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

.hero_title.f1 h1 {
    text-align: center;
    margin: 0;
}

.hero-soc {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 10px;
}



.hero-img:hover {
    opacity: 0.8;
}
.wiggle-btn{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    animation: wiggle 2s linear infinite;
    transform-origin: 50% 8em;
    animation-delay: 1s;
        bottom: 15px;
}

.wiggle-btn:hover{
    animation: none;
}

@keyframes wiggle{
    0%,
    5%{
        transform: rotateZ(0);
    }    
    15%{
        transform: rotateZ(-15deg);
    }
    20%{
        transform: rotateZ(10deg);
    }
    25%{
        transform: rotateZ(-10deg);
    }
    30%{
        transform: rotateZ(6deg);
    }
    35%{
        transform: rotateZ(-4deg);
    }
    40%,
    100%{
        transform: rotateZ(0);
    }
}

.wiggle-btn:before{
    z-index: 000;
    content: "";
    position: absolute;
    height: 50px;
    box-shadow: 0 5px 25px rgba(2, 2, 2, 0.5);
}

.wiggle-btn span{
    z-index: 222;
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 300;
    letter-spacing: 1px;
    text-shadow: 0 5px 25px rgba(2, 2, 2, 1);
}

.wiggle-btn .btn-img{
    z-index: 111;
        width: 75px;
}

nav.top_nav {
    height: 35px;
    max-width: 1000px;
    margin-top: -4px;
}
a.button_h {
    border: 5px solid #AC000E;
    border-radius: 13px;
    padding: 7px 13px;
    margin: 18px 0 0 0;
    line-height: 42px;
    background: #AC000E;
    background: linear-gradient(184deg,rgba(172, 0, 14, 1) 0%, rgba(207, 43, 52, 1) 50%, rgba(212, 74, 86, 1) 100%);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.menu-links {
    margin-right: inherit;
    height: 100%;
    position: relative;
    z-index: 1;
    margin-left: -15px;
}
a.rounded.callnew.f1 span {
    font-size: 12px;
}
.category_header {
    position: relative;
}
.hero-soc.f1 {
    top: 7%;
}
img.hero-img.f1 {
    width: 44px;
}
a.wiggle-btn.q1 {
    bottom: 3px;
}
a.button_h-mob {
    height: 47px;
    line-height: 45px;
    color: #F8634B !important;
    border: 1px solid #F8634B;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 5px;
    position: absolute;
    top: 10px;
    right: 77px;
    font-size: 12px;
    font-weight: bold;
}
@media screen and (min-width: 1280px) and (max-width: 1599px){ 
    a.button_h {
        font-size: 12px;
        padding: 7px 5px;
    }
    .header_center {
    padding-right: 225px;
}
.menu-links-more-wr > a, ul.top_menu > li > a {
    padding: 15px 12px 15px 12px;
    display: inline-block;
}
}
@media screen and (min-width: 1280px) and (max-width: 1399px){
    a.button_h {
    display: none;
}
    .hero-soc a {
    margin: 27px 0 0 0 !important;
}
.hero-soc {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 0px;
}
    img.hero-img {
    width: 43px;
}}



.wa-field-terms-accepted .wa-value input[type="checkbox"].fullfilled,
.wa-field-terms-accepted input.fullfilled {
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
    margin-right: 8px !important;
    vertical-align: middle !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
}
