/*
Theme Name: combasket
Version: 1
Description: 
Author: 
Author URI: 
*/


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 
 

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}


@font-face {
    font-family: muller;
    src: url(fonts/muller-light.eot);
    src: url(fonts/muller-light.eot?#iefix) format("embedded-opentype"),url(fonts/muller-light.woff) format("woff"),url(fonts/muller-light.woff2) format("woff2"),url(fonts/muller-light.svg#webfont) format("svg"),url(fonts/muller-light.ttf) format("truetype");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: muller;
    src: url(fonts/muller-regular.eot);
    src: url(fonts/muller-regular.eot?#iefix) format("embedded-opentype"),url(fonts/muller-regular.woff) format("woff"),url(fonts/muller-regular.woff2) format("woff2"),url(fonts/muller-regular.svg#webfont) format("svg"),url(fonts/muller-regular.ttf) format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display:swap;
    font-display: swap;
}
@font-face {
    font-family: muller;
    src: url(fonts/muller-bold.eot);
    src: url(fonts/muller-bold.eot?#iefix) format("embedded-opentype"),url(fonts/muller-bold.woff) format("woff"),url(fonts/muller-bold.woff2) format("woff2"),url(fonts/muller-bold.svg#webfont) format("svg"),url(fonts/muller-bold.ttf) format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: muller;
    src: url(fonts/muller-black.eot);
    src: url(fonts/muller-black.eot?#iefix) format("embedded-opentype"),url(fonts/muller-black.woff) format("woff"),url(fonts/muller-black.woff2) format("woff2"),url(fonts/muller-black.svg#webfont) format("svg"),url(fonts/muller-black.ttf) format("truetype");
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}
/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
    width: 100%;
    margin: 0 auto;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  transition: 0.5s;
}
a:hover {
 transition: 0.5s;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


*, *:before, *:after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    word-break: normal;
    word-wrap: normal;
}


body {
    font-family: muller, arial, sans-serif;
    font-size: 15px;
    line-height: 1;
    color: #000;
}

.btn {
    box-sizing: border-box;
    outline: none;
    border: none;
    transition: 0.5s;
    cursor: pointer;
}

.btn:hover {
    transition: 0.5s;
}



.modal-wrapper{
    background: rgb(0 0 0 / 77%);
    display: none;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;

}

.modal-wrapper.open{
    display: flex;
}

.modal {
    position: fixed;
    background: #fff;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    height: auto;
    width: 600px;
    padding: 50px;
    border: none;
    display: block;
    overflow: hidden;
    
}

.modal-thanks {
    
}

.modal-thanks .modal {
    min-height: 260px;
    display: flex;
    text-align: center;
}
.modal-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 20px;
}

.close-menu {
    width: 32px;
    height: 32px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 25px;
}

.close-menu::before, .close-menu::after{
  content:'';
  width:32px;
  height:3px;
  display:block;
  background:#222;
}

.close-menu::before{
  margin-top:12px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
}

.close-menu::after{
  margin-top:-3px;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

a, a:hover {
    transition: 0.5s;
    text-decoration: none;
    outline: none;
}



::-webkit-input-placeholder {opacity:1;color: #C5C5C5;transition: 0.5s;}
::-moz-placeholder          {opacity:1;color: #C5C5C5;transition: 0.5s;}/* Firefox 19+ */
:-moz-placeholder           {opacity:1;color: #C5C5C5;transition: 0.5s;}/* Firefox 18- */
:-ms-input-placeholder      {opacity:1;color: #C5C5C5;transition: 0.5s;}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
	-webkit-transition:0.5s;
    transition: 0.5!important;
    opacity: 1!important;
}

section, header, footer {
    display: block;
    width: 100%;
    position: relative;
}

.container {
    width: 100%;
    max-width: 1170px;
    margin:0 auto;
    position: relative;
}

.container-full {
    width: 100%;
    max-width: 100%;
}

.row {
  display: flex;
}


/*.row:after {
  content: "";
  display: table;
  clear: both;
}*/

.col {
    padding-left: 0;
    padding-right: 0;
    float: left;
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-12 {
  flex: 100%;
}

.col-8 {
  flex: 66.6666%;
}
.col-9 {
  flex: 75%;
}
.col-6 {
  flex: 50%;
}

.col-4 {
  flex: 33.3333%;
}

.col-3 {
    flex: 25%;
}

.navBurger {
  position: relative;
  cursor: pointer;
  background: #271C2D;
  box-sizing: border-box;
  background-clip: content-box;
  width: 30px;
  height: 24px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.navBurger:hover {
    background: #271C2D;
    background-clip: content-box;
}
.navBurger:before, .navBurger:after {
  content: "";
  position: absolute;
  background: #271C2D;
  height: 2px;
  width: 100%;
  right: 0;
  will-change: rotate;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navBurger:hover:before, .navBurger:hover:after {
  background: #271C2D;
}
.navBurger:before {
  top: -10px;
}
.navBurger:after {
  bottom: -10px;
}
.navBurger.active {
  background: transparent;
  background-clip: content-box;
}
.navBurger.active:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0;
  background: #271C2D;
  width: 110%;
}
.navBurger.active:after {
  bottom: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #271C2D;
  width: 110%;
}



.hidden {
    display:none;
}

header .container {
    display: flex;
    align-items: center;
}

.top_line {
  border-bottom: 1px solid #d2d2d2;
}
.top_line .row {
    display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  width:100%;
}
.top_line #menu-top-menyu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  height: 41px;
  padding: 0;
    margin: 0;
}
.top_line #menu-top-menyu li {
  text-align: center;
  width: 127px;
  position: relative;
  list-style: none;
}
.top_line #menu-top-menyu li:first-child a {
  border-left: 1px solid #d2d2d2;
}
.top_line #menu-top-menyu li a {
  display: block;
  color: #696969;
  font-weight: 300;
  font-family: muller;
  font-size: 11px;
  line-height: 41px;
  white-space: nowrap;
  border-right: 1px solid #d2d2d2;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.top_line #menu-top-menyu li a:hover {
  background-color: #f6f6f6;
}
.top_line #menu-top-menyu li:last-child {
  margin-right: 0;
}
.top_line .enter_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-right: 0;
  position: relative;
  justify-content: flex-end;
}
.top_line .enter_wrap .status {
  display: inline;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 25px;
  font-size: 11px;
  align-items: center;
}
.top_line .enter_wrap .status a {
  display: inline;
  color: #000;
  font-weight: 300;
  font-family: muller;
  padding: 7px 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #f9d87f;
  min-width: 110px;
  text-align: center;
}
.top_line .enter_wrap .user a {
  display: block;
}
.top_line .enter_wrap .user a img {
  display: block;
  max-width: 20px;
  width: 100%;
}
.top_line .enter_wrap .cart {
  margin-left: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.top_line .enter_wrap .cart a {
  display: block;
}
.top_line .enter_wrap .cart a img {
  max-width: 21px;
  width: 100%;
  display: block;
}
.top_line .enter_wrap .cart .quantaty_cart {
  color: #000;
  font-family: muller;
  font-size: 9px;
  font-weight: 400;
  width: 20px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  border-radius: 50%;
  background-color: #eee;
  margin-left: 2px;
}
.top_line .enter_wrap .wishlist {
  margin-left: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.top_line .enter_wrap .wishlist a {
  display: block;
}
.top_line .enter_wrap .wishlist a img {
  max-width: 21px;
  width: 100%;
  height: 21px;
  display: block;
}
.top_line .top_soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  justify-content: center;
}
.top_line .top_soc a {
  display: block;
}
.top_line .top_soc a:nth-child(2) {
  margin: 0 59px 0 56px;
}
.top_line .top_soc a img {
  display: block;
  max-width: 17px;
  width: 100%;
}

.middle_line {
    padding: 16.5px 0 16.5px;
}

.middle_line .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#menu-glavnoe-menyu-sleva, #menu-glavnoe-menyu-sprava {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#menu-glavnoe-menyu-sleva li, #menu-glavnoe-menyu-sprava li {
   position: relative;
   list-style: none; 
}

#menu-glavnoe-menyu-sleva li a, #menu-glavnoe-menyu-sprava li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    display: block;
    height: 38px;
    line-height: 38px;
}
#menu-glavnoe-menyu-sleva li:hover > a, #menu-glavnoe-menyu-sprava li:hover a {
    color: #f9d880;
}



.socials-container {
    height: 40px;
    background-color: #fff;
    border: solid 1px #f2f2f2;
    position: absolute;
    left: 160px;
    top: 28px;
    display: none;
    z-index: 2;
}

.socials-container ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}

.socials-container li {
    list-style: none;
    display: inline-block;
    padding: 10px;
}

.top_line .top_soc a {
    display: block;
}

.top_line .top_soc a img {
    display: block;
    max-width: 17px;
    width: 100%;
}

.social-buttons {
    display: flex;
}

.social-buttons a {
    margin-left: 12px;
}

.social-buttons a img {
    display: block;
    width: 24px;
    height: 24px;
    opacity: 1;
    -webkit-opacity: 1;
    transition: .2s;
    -webkit-transition: .2s;
}

.social-buttons a:hover img {
    opacity: .5;
    -webkit-opacity: .5;
    transition: .2s;
    -webkit-transition: .2s;
}

.popup_cart {
    border: 2px solid #eee;
    background-color: #fff;
    width: 331px;
    position: absolute;
    right: 10px;
    top: 32px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.cart-pop-container {
    display: block;
    padding: 0;
    margin: 0;
}
.cart-pop-container .widgettitle {
  display: block;
  padding-left: 10px;
  font-size: 14px;
  color: #343434;
}
.cart-pop-container .widget_shopping_cart_content {
  display: block;
  padding: 10px;
  margin-bottom: 10px;
}
.cart-pop-container .widget_shopping_cart_content .mini_cart_item {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.widget_shopping_cart_content img {
    border-style: none;
    width: 100%;
    height: auto;
}
.cart-pop-container .widget_shopping_cart_content .mini_cart_item .brand-name {
  font-size: 8px;
  color: #a6a6a6;
  padding-bottom: 0 !important;
}
.cart-pop-container .widget_shopping_cart_content .mini_cart_item .product-title {
  font-size: 10px;
  color: #000;
  text-decoration: none !important;
}

.cart-pop-container .product-details {
    padding-left: 25px;
}
.cart-pop-container .widget_shopping_cart_content .mini_cart_item .quantity {
  font-size: 12px;
  color: #000;
}
.cart-pop-container .widget_shopping_cart_content .mini_cart_item .quantity span {
  padding: 0;
  display: inline !important;
}
.cart-pop-container .widget_shopping_cart_content .mini_cart_item .characteristics {
  font-size: 8px;
  color: #000;
}
.cart-pop-container .widget_shopping_cart_content .mini_cart_item .woocommerce-mini-cart__total {
  padding: 10px 0px;
  font-size: 10px;
  color: #777;
}
.cart-pop-container .widget_shopping_cart_content .mini_cart_item .product-details span {
  padding: 5px 0px;
  display: block;
}
.cart-pop-container .widget_shopping_cart_content .mini_cart_item a.remove {
  padding-top: 10px;
  color: #000 !important;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none !important;
  display: block;
  width: auto;
  height: auto;
  text-align: left;
  padding-top: 5px;
}
.cart-pop-container .widget_shopping_cart_content .mini_cart_item a.remove:hover {
  background: transparent;
}
.cart-pop-container .total {
  padding: 10px 0px !important;
  font-size: 12px;
}
.cart-pop-container .total .total-price {
  float: right;
  font-size: 12px;
  font-weight: bold;
}
.cart-pop-container .woocommerce-mini-cart__buttons a.button {
  display: none;
}
.cart-pop-container .woocommerce-mini-cart__buttons a.checkout {
  display: block;
  width: 100%;
  border-radius: 10px;
  background-color: #f9d87f;
  color: #000;
  text-align: center;
  padding: 8px 10px;
  font-size: 12px;
}
.cart-pop-container .woocommerce-mini-cart__buttons a.checkout:hover {
  background-color: #f9d87f;
  color: #000;
}
.checkout-button {
  background-color: #f9d87f !important;
  color: #000 !important;
  font-size: 12px !important;
}

.popup_cart.open {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}
.popup_cart.visible {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}

#woocommerce_widget_cart-2 {list-style: none;}

.callback-modal-background {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 9999999999;
}
.callback-modal-window {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 400px;
  height: auto;
  margin-top: -200px;
  margin-left: -200px;
  background-color: #fff;
  padding: 20px 15px;
  z-index: 99999999999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.callback-modal-window .modal-header,
.callback-modal-window .modal-body {
  display: block;
}
.callback-modal-window .modal-header {
  font-size: 16px;
  color: #000;
}
.callback-modal-window .modal-header h4 {
  margin: 0;
}
.callback-modal-window .modal-header .close {
  position: absolute;
  right: 15px;
  top: 20px;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-image: url('img/mCBclose.svg');
  cursor: pointer;
}
.callback-modal-window .modal-body {
  padding-top: 5px;
}
.callback-modal-window .modal-body p {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  color: #676767;
}
.callback-modal-window .modal-body input[type=text] {
  height: 30px;
}
.callback-modal-window .modal-body .form-control {
  display: block;
  width: 100%;
  margin-top: 5px;
  border: solid 1px #999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px 10px;
  outline: none;
}
.callback-modal-window .btn-modal {
  display: block;
  position: relative;
  background-color: #f9d87f;
  color: #000;
  width: 100%;
  height: 35px;
  text-align: center;
  font-size: 12px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-top: 20px;
  outline: none;
    border: none;
}

section.description {
    padding: 72px 0 30px;
    position: relative;
    width: 100%;
}
section.description .absolute_title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
section.description .absolute_title img {
    max-width: 100%;
    display: block;
}
section.description .container {
    position: relative;
    z-index: 2;
}
section.description .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    min-height: 300px;
}
section.description .wrap_title {
    width: 40.8%;
    padding: 28px 15px 20px 17px;
}
section.description .wrap_text {
    width: 59.2%;
}
section.description .wrap_text h1, section.description .wrap_text h2, section.description .wrap_text h3, section.description .wrap_text h4, section.description .wrap_text h5 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
section.description .wrap_text .line {
    height: 2px;
    width: 100%;
    max-width: 299px;
    background-color: #a3a3a3;
    margin-bottom: 10px;
}
section.description .wrap_text p {
    font-weight: 300;
    font-size: 12px;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.2;
}
section.description .wrap_text h4 {
    color: #000;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 17px;
    padding-top: 8px;
}
section.description .wrap_text ul li {
    font-weight: 300;
    line-height: 1.2;
    font-size: 12px;
}
section.description .wrap_text ul li b {
    font-weight: 700;
    padding-left: 3px;
}





footer {
    display: block;
    position: relative;
    z-index: 999;
    min-height: 210px;
    border-top: 2px solid #bbb;
    padding: 35px 0 0;
    background-color: #fff;
}

footer ul {
    margin: 15px 0 30px;
    padding: 0;
}

footer ul li {
    list-style: none;
}

footer ul a {
    display: block;
    padding: 5px 0px;
    color: #444;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;    
}

footer .menu-title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.copyright-wrap {
    border-top: 1px solid #eee;
    padding: 30px 0 55px;
}

.copyright-wrap .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.socials-wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.socials-window {
  display: none;
  position: fixed;
  left: 10%;
  top: 15%;
  width: 80%;
  height: 80%;
  z-index: 1000;
  background-color: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  overflow: hidden;
}
.socials-window .block-header {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  color: #111;
  background-color: #eee;
  padding: 0px 15px;
}
.socials-window .item {
  display: block;
  padding: 15px 0px;
  border-bottom: solid 1px #f2f2f2;
}
.socials-window .item .row {
    flex-direction: row;
}
.socials-window .item:last-child {
  border-bottom: 0;
}
.socials-window .item .col-xs-9 {
  padding-left: 0;
}
.socials-window .item a {
  display: block;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #000;
  text-decoration: none !important;
  font-weight: bold;
}
.socials-window .item a img {
  display: block;
  margin: 0px auto;
  width: 24px;
  height: 24px;
}
.socials-window .close-window {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #000;
  font-size: 12px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f9d86f;
}

.order-status-wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9998;
}
.order-status-window {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 340px;
  height: auto;
  margin-left: -180px;
  margin-top: -100px;
  background-color: #fff;
  padding: 15px;
  z-index: 9999;
}
.order-status-window .close {
  position: absolute;
  right: 10px;
  top: 10px;
  background-size: cover;
  width: 24px;
  height: 24px;
  background-image: url('img/close.svg');
  cursor: pointer;
}

.order-status-window .close:before, .order-status-window .close:after {display:none;}


.order-status-window .block-title {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.order-status-window .block-title span {
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
}
.order-status-window .block-body {
  display: block;
}
.order-status-window .block-body p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #565656;
}
.order-status-window .block-footer,
.order-status-window .block-footer-re {
  display: block;
  padding-top: 10px;
}
.order-status-window .block-footer p,
.order-status-window .block-footer-re p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #565656;
}
.order-status-window .block-footer .form-control,
.order-status-window .block-footer-re .form-control {
  display: block;
  width: 100%;
  height: 36px;
  border: solid 1px #eee;
  padding-left: 10px;
  margin-bottom: 15px;
}
.order-status-window .block-footer .wrong,
.order-status-window .block-footer-re .wrong {
  border-color: #d00;
}
.order-status-window .block-footer .wrong-text,
.order-status-window .block-footer-re .wrong-text {
  color: #D00;
  display: block;
  margin-bottom: 10px;
}
.order-status-window .block-footer .wrong-text p,
.order-status-window .block-footer-re .wrong-text p {
  color: #777;
  font-size: 12px;
  margin-bottom: 5px;
  padding-top: 5px;
}
.order-status-window .block-footer .wrong-text ol,
.order-status-window .block-footer-re .wrong-text ol {
  padding-left: 20px;
  font-size: 12px;
  color: #777;
  margin-bottom: 10px;
}
.order-status-window .block-footer .wrong-text ol li,
.order-status-window .block-footer-re .wrong-text ol li {
  color: #777;
}
.order-status-window .block-footer .btn-block,
.order-status-window .block-footer-re .btn-block {
  border-radius: 0;
  -webkit-border-radius: 0;
  display: block;
  background: #000;
  color: #fff;
  width: 100%;
  height: 40px;
}
.order-status-window .block-footer-re {
  display: none;
}

.general-menu-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 98;
}
.general-menu {
  display: block;
  position: fixed;
  left: -500px;
  top: 50px;
  width: 320px;
  height: calc(100% - 50px);
  background-color: #fff;
  z-index: 999;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0px);
  border-top: solid 1px #f2f2f2;
  transition: .3s;
  -webkit-transition: .3s;
}
.general-menu ul li.menu-item-has-children > a {
  background-image: url(img/arrow-down.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 12px;
}
.general-menu ul {
  display: block;
  list-style-type: none;
  padding-left: 0;
}
.general-menu ul #team {
  background-color: #f9d87f;
}
.general-menu ul li {
  display: block;
  border-bottom: solid 1px #f2f2f2;
}
.general-menu ul li a {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 15px;
  padding: 15px 20px;
  color: #000;
  text-decoration: none !important;
}
.general-menu ul li:hover ul,
.general-menu ul li:active ul,
.general-menu ul li:focus ul {
  height: auto;
  border-top-width: 1px;
}
.general-menu ul li ul {
  margin-left: -10px;
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
  border-top: solid 1px #f2f2f2;
  border-top-width: 0;
  background-color: #f9f9f9;
}
.general-menu ul li ul li {
  padding-left: 25px;
  color: #777;
}
.general-menu ul li ul li a {
  padding: 12px 20px;
}
.general-menu ul li ul li:last-child {
  border-bottom: 0;
}
.general-menu .socials {
  display: block;
  padding: 10px 20px;
  background-color: #f2f2f2;
  margin-top: -10px;
}
.general-menu .socials p {
  display: block;
  font-size: 12px;
  color: #333;
}
.general-menu .socials .item {
  display: inline-block;
  padding: 0px 5px;
}
.general-menu .socials .item:first-child {
  padding-left: 0 !important;
}
.general-menu .socials .item img {
  display: block;
  width: 24px;
  height: 24px;
}

.color-link {
    background-color: #f9d87f;
}

.mobile-social {
    display: block;
    padding: 15px 20px;
    background-color: #f2f2f2;
    margin-top: -15px;
}

.mobile-social .social-buttons {margin-top: 10px;margin-left: 0px;}
.mobile-social .social-buttons a:first-of-type {
    margin-left: 0px;
}


.static-page-breadcrumbs {
    display: block;
    padding: 10px 5px;
    background-color: #eee;
    font-size: 12px;
}
.static-page-breadcrumbs a {
    color: #333;
}




@media screen and (min-width:992px)  {
.mobile-view {display: none;}
.navBurger, .mobile-cart {display: none;}
.logo-link {
    width: 20%;
    display: flex;
    justify-content: center;    
    
}
.menu-glavnoe-menyu-sleva-container {width: 40%;}
.menu-glavnoe-menyu-sprava-container {width: 40%;}

.social-buttons {
    justify-content: flex-end;
}

.woocommerce-order .social-buttons {
    justify-content: flex-start;
    margin-left: -10px;
}

.h-header-menu {display: none;}
}

@media screen and (max-width:1201px) {
    
.container {
    padding-right: 15px;
    padding-left: 15px;
}    
   
}


@media screen and (max-width:991px)  {
    
.desktop-view {display: none;}
.menu-glavnoe-menyu-sleva-container, .menu-glavnoe-menyu-sprava-container, .top_line {display: none;}

.row {
    flex-direction: column;
}    
.col-8, .col-6, .col-4, .col-3, .col-12, .col-9 {
    flex: 100%;
}

body {
  padding-top: 50px;
}
header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(25, 25, 25, 0.4);
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.scroll {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.h-header-menu {
    height: 40px;
    border-bottom: solid 1px #eee;
}

.h-header-menu.scroll nav {
    height: 100%;
}

#menu-mob-menu-scroll, .product-cats {
    margin:0;
    padding: 0;
    display: flex;
    height: 100%;
    align-items: center;
}

#menu-mob-menu-scroll li, .product-cats .category {
    list-style: none;
    height: 100%;
}

#menu-mob-menu-scroll li a, .product-cats a {
    display: flex;
    align-items: center;
    height: 100%;
    border-right: 1px solid #727c8733;
    padding: 0px 7px;
    color: #333;
    font-size: 12px;
}


.middle_line {
    width: 100%;
}
.middle_line .row {
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
    width: 100%;
}
.mobile-cart {

}
header .header-button {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
}

.cart-button {
  background-size: 80% 80%;
  background-image: url('img/cart.svg');
  display: block;
  margin-left: auto;
}
.cart-button .cart-count {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 18px;
  height: 18px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

section.description {
   display: none;
}




footer .social-buttons {
    margin-left: 0!important;
}
footer .social-buttons a:first-of-type {
    margin-left: 0!important;
}
.copyright-wrap {
    padding: 0px 0 35px;
    margin-top: 0;
    border-top: none;
}
.copyright-wrap .container {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.copyright {
    margin-bottom: 10px;
    display: block;
    font-size: 10px;
    text-align: center;
    color: #777;
}

footer {
  display: block;
  padding: 15px 0px;
  background-color: #000;
  color: #fff;
}
footer .btn-transparent-yellow {
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-size: 12px;
  color: #FFC107;
  overlow: hidden !important;
  background: transparent;
  border: solid 1px #FFC107;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
footer .btn-transparent-yellow img {
  margin-right: 7px;
  width: 13px;
  height: 13px;
  margin-top: -2px;
}
footer .menu {
  display: block;
  list-style-type: none;
  padding: 10px 0px;
  margin-bottom: 0;
}
footer .menu li a {
  display: block;
  line-height: 15px;
  padding: 6px 0px;
  color: #fff;
  font-size: 13px;
  text-decoration: none !important;
  background-image: url('img/footer/right.svg');
  background-size: 12px 12px;
  background-position: right center;
  background-repeat: no-repeat;
}
footer hr {
  border-top: solid 1px #fff;
  margin-top: 0;
}
footer p {
  font-size: 12px;
  margin-bottom: 15px;
}
footer .subscribe-container {
  display: block;
  position: relative;
  height: 30px;
}
footer .subscribe-container .form-control {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 30px;
  width: 100%;
  border: solid 1px #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 12px;
  padding: 0 15px;
}
footer .subscribe-container .submit-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 30px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border: solid 1px #fff;
  background-color: #000;
  background-image: url('img/footer/play-button.svg');
  background-size: 8px 8px;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-box-shadow: none;
}
footer .footer-callback {
  display: block;
  padding: 15px 0px;
}
.footer-callback .row {
    flex-direction: row;
}
footer .footer-callback a {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  display: block;
  text-align: center;
}
footer .footer-callback a img {
  width: 12px;
  height: 12px;
  margin-right: 3px;
  margin-top: -2px;
}
footer .footer-socials {
  display: block;
}
footer .footer-socials ul {
  list-style-type: none;
  padding-left: 0px;
  margin: 10px 0px;
  text-align: center;
}
footer .footer-socials ul li {
  display: inline-block;
  padding: 5px;
}
footer .footer-socials ul li a {
  text-decoration: none !important;
}
footer .footer-socials ul li a img {
  display: block;
  width: 22px;
  height: 22px;
}
footer .copyright {
  dipslay: block;
}
footer .copyright p {
  display: block;
  font-size: 10px;
  text-align: center;
  color: #777;
}
#social-list {
  position: fixed;
  left: 20px;
  bottom: 25px;
  width: 50px;
  z-index: 9999999999;
  cursor: pointer;
}
#social-list img {
  width: 50px;
}
#social-list:hover {
  opacity: 0.7;
}
#social-fixed {
  padding-left: 0;
  position: fixed;
  left: 27px;
  z-index: 9999999999;
  bottom: 80px;
  width: 35px;
  display: none;
}
#social-fixed li {
  padding: 2px 0px;
  display: block;
}
.socials-questions {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
}
.socials-questions li {
  display: inline-block;
  margin: 5px;
}
.socials-questions li a {
  text-decoration: none !important;
}
.socials-questions li img {
  display: block;
  width: 36px;
  height: 36px;
}

.order-status-wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.order-status-window {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 340px;
  height: auto;
  margin-left: -180px;
  margin-top: -100px;
  background-color: #fff;
  padding: 15px;
  z-index: 9999;
}
.order-status-window .close {
  position: absolute;
  right: 10px;
  top: 10px;
  background-size: cover;
  width: 24px;
  height: 24px;
  background-image: url('img/close.svg');
  cursor: pointer;
}
.order-status-window .block-title {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.order-status-window .block-title span {
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
}
.order-status-window .block-body {
  display: block;
}
.order-status-window .block-body p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #565656;
}
.order-status-window .block-footer,
.order-status-window .block-footer-re {
  display: block;
  padding-top: 10px;
}
.order-status-window .block-footer p,
.order-status-window .block-footer-re p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #565656;
}
.order-status-window .block-footer .form-control,
.order-status-window .block-footer-re .form-control {
  display: block;
  width: 100%;
  height: 36px;
  border: solid 1px #eee;
  padding-left: 10px;
  margin-bottom: 15px;
}
.order-status-window .block-footer .wrong,
.order-status-window .block-footer-re .wrong {
  border-color: #d00;
}
.order-status-window .block-footer .wrong-text,
.order-status-window .block-footer-re .wrong-text {
  color: #D00;
  display: block;
  margin-bottom: 10px;
}
.order-status-window .block-footer .btn-block,
.order-status-window .block-footer-re .btn-block {
  border-radius: 0;
  -webkit-border-radius: 0;
  display: block;
  background: #000;
  color: #fff;
  width: 100%;
  height: 40px;
}
.order-status-window .block-footer-re {
  display: none;
}

.socials-window .item .row .col-3 {
    flex: 25%;
}
.socials-window .item .row .col-9 {
     flex: 75%;
}



}


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


}





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

}



