.header_wrap {
    letter-spacing: 1.2px;
}
.header_wrap a {
    text-decoration: none;
    color: inherit;
  	line-height: 30px;
}
.header_middle .logo a {
    display: block;
    padding: 5px;
    text-align: center;
    overflow: hidden;
}
.logo img {
    margin: 0;
}
.logo a span {
    font-size: 12.7px;
    text-transform: uppercase;
    display: block;
    margin-top: 3px;
}
.top_line_wrap {
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
}
.top_right {
    text-align: right;
}
.header_middle {
    background: #fff;
    position: sticky;
    top: 0px;
	z-index: 9;
    padding-top: 0;
}
.phone_head {
    line-height: 1;
    display: block;
    font-size: 18px;
}
.header_middle a {
    color: inherit;
    text-decoration: none;
}
.head_menu > ul {
    text-align: center;
}
.head_menu > ul > li {
    display: inline-block;
}
.menu_wrap {
    margin-top: 10px;
}
.menu_wrap .row {
    align-items: center;
}
.head_menu > ul > li > a {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Lato-Semibold';
    margin: 0 15px;
    padding: 15px 0;
	display: block;
}
.subcol {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 30px 0;
    display: none;
    background: #ffffff;
    border-top: 1px solid #adadad;
}
.subcol a {
    line-height: 1.7;
    font-size: 16px;
}
.subcol a:hover {
    text-decoration: underline;
}
.head_menu > ul > li.active_link > a, .head_menu > ul > li:hover > a {
    color: #1f191a;
}
.head_menu > ul > li:hover > a svg use, .head_menu > ul > li.active_link > a svg use {
    fill: #ffcf00;
}
.head_cart a {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    margin-left: auto;
    background: url(basket.png);
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
}
.head_cart span {
    display: none;
    position: absolute;
    right: -2px;
    top: -10px;
    font-size: 12px;
    background: #000;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
.head_cart {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: -13px;
}
.header_middle.fixed {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    padding: 0;
    position: fixed;
    width: 100%;
}
.header_middle.fixed .logo {
    width: 65px;
    max-width: 65px;
    overflow: hidden;
    height: 45px;
    min-width: 65px;
}
.header_middle.fixed .logo img {
    height: 38px;
    max-width: initial;
    width: auto !important;
}
.header_middle.fixed .logo a span {
    display: none;
}
.header_middle.fixed .head_cart a {
    width: 45px;
    height: 45px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
}
.header_middle.fixed .middle_info {
    display: none;
}
.header_middle.fixed .logo img {
    width: 160px;
}
.header_middle.fixed .row {
    flex-flow: row;
    align-items: center;
}
.header_middle.fixed .head_cart {
	width: 50px;
    max-width: 50px;
    order: 2;
    padding: 0;
    margin-bottom: 0;
	min-width: 50px;
}
.header_middle.fixed .menu_wrap {
    margin-top: 0;
    margin-bottom: 0;
}
.search_head .head_search_form {
    background: #fff;
    position: relative;
    width: 100%;
    padding: 0;
	display:block;
}
.search_head .head_search_form input {
    border: 1px solid #000;
    font-family: 'Lato-Light';
}
.header_middle .row {
    justify-content: space-between;
}
.head_menu > ul > li.head_sale a {
    font-family: 'Lato-Black';
}
.phone_head {
    font-size: 18px;
	line-height: 1;
    font-family: 'Lato-Heavy';
    color: #ffffff;
}
.search_head {
    margin-top: 10px;
}
.head_search_form {
    background: #ffce01;
    position: absolute;
    width: 100%;
    padding: 12px;
    display: none;
}
.head_search_form input {
    width: 100%;
    border: none;
    line-height: 28px;
    padding: 0 12px;
    padding-right: 31px;
}
.head_search_form form {
    position: relative;
}
.head_search_form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.head_search_form button:hover svg use {
    fill: #0abab5;
}
.search_wrap {
    position: relative;
}
.head_menu > ul li:first-child a {
    margin-left: 0;
}

.mobile_menu {
    position: fixed;
    top: 0;
    height: 100%;
    width: 400px;
    background: #fff;
    z-index: 99;
    transition: left .8s;
    left: -200%;
    box-shadow: 0 0 4px #ccc;
    overflow-y: auto;
}
.mobile_menu.activex {
    left: 0;
}
.mobile_menu ul li {
    display: block;
    border-top: 1px solid #ccc;
}
.mobile_menu ul li a {
    color: inherit;
    text-decoration: none;
    margin: 0;
}
.mobile_menu .subcol {
    position: relative;
    width: 100%;
    left: 0;
    padding: 0;
    display: none;
    background: #ffffffc7;
    margin-left: 0;
}
.mobile_menu ul > li {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
}
.mobile_menu .head_menu > ul > li > svg {
    width: 20px;
}
.mobile_menu .head_menu > ul > li > a {
    width: calc(100% - 20px);
  	margin:0;
}
.mobile_menu .subcol a {
    width: 100%;
    display: block;
    padding: 3px 5px;
}
.mobile_menu ul li:first-child {
    border: none;
}
.mobile_menu_overlay {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: calc(100% - 400px);
    background: rgba(0,0,0,0.7);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: right .8s;
}
.mobile_menu_overlay.activex {
	right: 0;
}
.mobile_menu_overlay svg {
    transform: rotate(45deg);
}
.grafik_info {
    text-align: right;
	font-size: 16px;
}
.middle_info {
    padding-top: 10px;
}
.subcol_title {
    font-family: 'Lato-Heavy';
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.subcol .row {
    align-items: stretch;
    text-align: left;
}
.subcol_brands, .subcol_sales {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}
a.more_subcol_link {
    margin-top: auto;
    border-bottom: 1px solid;
    display: inline-block;
    width: auto;
    line-height: 1;
    margin-bottom: 5px;
}
a.more_subcol_link:hover {
    text-decoration: none;
    border-color: transparent;
}
.subcol_title a {
    font-size: 16px;
    text-transform: initial;
    font-family: 'Lato-Regular';
}
.subcol_sales_notes li a {
    display: flex;
    align-items: start;
    justify-content: start;
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 35px;
    text-decoration: none;
}
.subcol_sales_notes li a:hover {
    text-decoration: none;
}
.action_logo {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ccc;
    color: #fff;
    font-family: 'Lato-Heavy';
    margin-right: 15px;
}
.action_logo.hours {
	background: #fc3c6b;
}
.action_logo.sumki {
    background: #737ea8;
}
.action_title {
    display: block;
    font-family: 'Lato-Regular';
    font-weight: bold;
}
.header_middle.fixed .head_menu > ul > li > a {
    margin-right: 9px;
    margin-left: 9px;
    padding: 25px 0;
}
.header_middle.fixed .right_head {
    display: none;
}
.menu_wrap .row {
    align-items: stretch !important;
}
.subcol_categories .row {
    flex-flow: wrap !important;
}
.subcol_brands ul {
    margin-bottom: 20px;
}
.head_menu > ul > li.mobile_search, .head_menu > ul > li.mobile_sales {
    display: none;
}
.menu_wrap {
    min-width: auto !important;
}
.mobile_phone_wrapper {
    position: absolute;
    top: 100%;
    z-index: 999;
    width: 100%;
    background: #fff;
    padding: 10px;
    text-align: center;
    box-shadow: 0 6px 5px #00000012;
    border-top: 1px solid #efefef;
}
.mobile_phone_wrapper_phone a {
    font-weight: bold;
    font-size: 22px;
    color: #b29205;
    margin-bottom: 10px;
    display: block;
}
.mobile_phone_wrapper.activex {
    display: block !important;
}
@media screen and (max-width:480px){
}
@media screen and (min-width:1024px){
.head_search {
    display: none;
}
.subcol.brands_colls {
	column-count: 2;
	width: 250%;
	margin-left: -50%;
	padding-bottom: 40px;
  }
li.all_brands_subcol {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    bottom: 15px;
    display: block;
}
}
@media screen and (max-width:1160px){
.head_menu > ul > li > a {
	    margin: 0 15px;
  }
}
@media screen and (max-width:1080px){
.head_menu > ul > li > a {
	    font-size: 13px;
  }
}
@media screen and (max-width:1024px){
.header_middle.fixed .logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 2px;
}
.logo img {
    margin: 0 auto;
}
.middle_info {
    text-align: center;
}
.head_cart a {
    width: 27px !important;
    height: 27px !important;
    background-size: 100%;
}
.head_cart span {
    font-size: 9px;
    width: 15px;
    height: 15px;
    line-height: 17px;
}
.logo img {
    max-height: 27px;
}
.logo {
    text-align: center;
}
.logo a span {
    font-size: 12px;
}
.head_cart {
    margin-bottom: 0;
}
.mobile_bar.hidden-lg {
    display: flex !important;
    align-items: center;
    justify-content: space-around;
}
.menu_bar {
    width: 27px;
    height: 27px;
    cursor: pointer;
    background: url(bar.png);
    background-repeat: no-repeat;
    background-position: 50%;
    margin-right: auto;
}
.search_bar {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.head_search {
    display: flex;
	align-items: center;
    justify-content: center;
}
.phone_bar {
    display: block !important;
    background: url(phone_mob.png);
    width: 27px;
    height: 27px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
}
.header_middle {
    padding-bottom: 10px;
}
.header_middle.fixed .logo {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.header_middle.fixed .logo img {
    width: auto;
}
.header_middle.fixed .head_cart {
    width: auto;
    max-width: 100%;
    padding: 0 10px;
  }
.menu_wrap{
    position: fixed;
    left: -100%;
    height: 100%;
    z-index: 999;
    background: #fff;
    width: 80%;
    top: 0;
    bottom: 0;
	margin-top: 0 !important;
    overflow-y: auto;
	transition: all .5s;
}
.head_menu > ul > li {
    display: block;
    text-align: left;
    position: relative;
}
.head_menu > ul > li {
    display: block;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}
.head_menu > ul > li > a {
    font-size: 14px;
    margin: 0;
    padding: 17px 0 16px !important;
}
.head_menu {
    padding: 0 15px;
}
.head_menu > ul > li > a svg {
    width: 25px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 8px;
}
.subcol .subcol_brands, .subcol .subcol_sales {
    display: none;
}
.subcol {
    position: relative;
    padding: 12px 0 18px;
    border-top: none;
	font-family: 'Lato-SemiBold';
}
.subcol_title {
    display: none;
}
.subcol a {
    font-size: 14px;
    line-height: 2.3;
}
.head_menu > ul > li > a svg.activex {
    transform: rotate(180deg);
}
.subcol.activex {
    display: block;
}
.mobile_overlay.close_menu {
    position: fixed;
    right: -100%;
    width: 20%;
    background: #000000b3;
    height: 100%;
    top: 0;
    background-image: url(close.png);
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 20px 50%;
	transition: all .5s;
	z-index: 99;
}
.menu_wrap.activex {
    left: 0;
    transition: all .5s;
}
.mobile_overlay.close_menu.activex {
    right: 0;
    transition: all .5s;
}
.head_menu > ul > li.mobile_search,  .head_menu > ul > li.mobile_sales {
    display: block; 
}
.search_bar .search_wrap {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    right: 0;
}
.mobile_search {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
}
.menu_search input {
    border: none;
    font-size: 16px;
    padding: 15px 25px 15px 0;
    width: 100%;
}
.menu_search button {
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
    width: 25px;
    background: transparent;
    outline: none;
}
.mobile_sales .subcol_title {
    display: block;
    font-size: 14px;
}
.mobile_sales {
    padding: 15px 0;
}
.subcol_sales_notes li {
    line-height: 1.15;
    margin-bottom: 15px;
}
.subcol_sales a.more_subcol_link {
    margin-top: 20px;
    margin-left: auto;
}
}
@media screen and (max-width:640px){
.mobile_menu {
    width: 80%;
}
.mobile_menu_overlay {
    width: 20%;
}
}
@media screen and (min-width:1024px){
.subcol_categories ul {
    column-count: 2;
}
.subcol_brands ul {
    column-count: 2;
}
}
