@charset "utf-8";
html {
    overflow-y: inherit!important;
}

header .content-wrapper, .head-menu .content-wrapper, footer .content-wrapper, .main-content-wrapper {
    max-width:1600px;
    min-width:296px;
    margin:0 auto;
    padding:0 100px;
    position:relative;
}

header .gtm_sa_communication_beginning {
    display: inline-block;
    vertical-align:middle;
    padding-left: 23px;
    background: url(../../site/images/header/phone-blue.svg) 0 0 no-repeat;
    cursor: pointer;
    margin:-5px 0 0 25px;
    font: 600 10px/16px "Proxima Nova Rg";
    color: #34373e;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
header .gtm_sa_communication_beginning.white {
    background: url(../../site/images/header/phone-white.svg) 0 0 no-repeat;
    color: #fff;
}
header {
    position:relative;
    z-index:2;
    padding:25px 0;
    color:#fff;
    height:80px;
    border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
header.dark {
    color: #164CB5;
    border-bottom:1px solid rgba(43, 27, 53, 0.1);
	z-index: 6;
}
header .logo {
    display:block;
    width:160px;
    height:38px;
    background: url(../../site/images/header/logo-uz-light.svg) center top no-repeat;
}
header.dark .logo {
    background: url(../../site/images/header/logo-uz.svg) center top no-repeat;
    background-size: contain;
}
header .contact {
    position:absolute;
    left:445px;
    top:50%;
    transform: translateY(-50%);
    font: 24px/29px "Proxima Nova Bl";
}
header .contact .sb-phone a {
    color: #fff;
}
header.dark .contact, header.dark .contact .sb-phone a {
    color: #2B1B35;
}
header .contact span.sb-phone {
    font: 24px/29px "Proxima Nova Bl";
}
header .contact span.datetime {
    display:inline-block;
    vertical-align:middle;
    font: 12px/15px "Proxima Nova Rg";
    opacity:0.5;
    margin:-5px 0 0 5px;
}


header .location {
    position:absolute;
    right: 275px;
    top:50%;
    transform: translateY(-50%);
}
header .location:before {
    content:'';
    display:inline-block;
    vertical-align:middle;
    margin:-4px 5px 0 0px;
    width:13px;
    height:16px;
    background: url(../images/site/base/location-icon-light.svg) center top no-repeat;
}
header.dark .location:before {
    background: url(../images/site/base/location-icon.svg) center top no-repeat;
}
header .selectbox {
    display:inline-block;
    text-transform: uppercase;
    vertical-align:middle;
    letter-spacing: 1.35px;
    font: 12px/15px "Proxima Nova Bl";
    cursor:pointer;
    transition: 0.25s all ;
}
header .selectbox:hover {
    opacity: 0.5;
}
/*
header .selectbox:after {
    content:'';
    display:block;
    position:absolute;
    right:-17px;
    top:50%;
    transform: translateY(-50%);
    width:9px;
    height:7px;
    background: url(../images/site/base/arrow-down-icon-light.svg) center top no-repeat;
}
header.dark .selectbox:after {
    background: url(../images/site/base/arrow-down-icon.svg) center top no-repeat;
}
*/
header .right-side {
    position:absolute;
    right:100px;
    top:50%;
    transform: translateY(-50%);
    z-index:3;
}
header .right-side:after {
    clear:both;
    display:block;
    content:'';
}
header .right-side.active .cart {
    display:none;
}
header .right-side .cart {
    float:left;
    height:40px;
    border:2px solid rgba(255, 255, 255, 0.2);
    border-radius:50px;
    position:relative;
    width:140px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
header.dark .right-side .cart {
    border:2px solid rgba(255, 255, 255, 1);
}
header.dark .right-side .cart:hover {
    background:#fff;
}
header.dark .right-side .cart:hover .button:before, header.dark .right-side .cart:hover .button:after {
    opacity:0.5;
}
header .right-side .cart:hover .button {
    background:rgba(255, 255, 255, 0.2);
    border-radius:50px;
}
header .right-side .cart:active .button {
    background:rgba(255, 255, 255, 0.15);
}
header .right-side .cart .button {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    cursor:pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
header .right-side .cart .button:before {
    height:17px;
    width:17px;
    display:inline-block;
    vertical-align:middle;
    background: url(../images/site/base/cart-icon.svg) center center no-repeat;
    content:'';
}
header.dark .right-side .cart .button:before {
    background: url(../images/site/base/cart-icon-dark.svg) center center no-repeat;
}
header .right-side .cart .button:after {
    content:'КОРЗИНА';
    padding:0 0 0 10px;
    display:inline-block;
    vertical-align:middle;
    letter-spacing: 1.35px;
    font: 12px/15px "Proxima Nova Bl";
}
header .right-side .search {
    float:left;
    width:125px;
    height:40px;
    background:rgba(241, 246, 255, 0.2);
    text-align:center;
    border-radius:50px;
    margin:0 0 0 8px;
}
header .right-side.active .search {
    background:#F1F6FF;
    width:40px;
}
header .right-side.active .search .button {
    width:40px;
    background: url(../images/site/base/popup-close-icon.svg) center center no-repeat;
}
header .right-side.active .search:hover .button {
    opacity:0.5;
}
header .right-side.active .search:active .button {
    opacity:0.5;
}
header .right-side.active .search:active {
    background: #E5EFFF;
}
header .right-side.active .search .button:after, header .right-side.active .search .button:before {
    display:none;
}
header .right-side .search:active {
    background:rgba(255, 255, 255, 0.15);
}
header.dark .right-side .search {
    background: #F1F6FF;
}
header.dark .right-side .search.opened {
    background: #F1F6FF;
}
header .right-side .search .button {
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
    cursor:pointer;
}
header .right-side .search .button:before {
    height:17px;
    width:17px;
    display:inline-block;
    vertical-align:middle;
    background: url(../images/site/base/search-icon.svg) left center no-repeat;
    content:'';
}
header.dark .right-side .search .button:before {
    background: url(../images/site/base/search-icon-dark.svg) left center no-repeat;
}
header .right-side .search .button:after {
    padding:0 0 0 10px;
    display:inline-block;
    vertical-align:middle;
    letter-spacing: 1.35px;
    font: 12px/15px "Proxima Nova Bl";
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
header .right-side .search .button:before, header .right-side .search .button:after,
header .right-side .cart .button:before, header .right-side .cart .button:after {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
header .right-side .search:hover .button:after, header .right-side .search:hover .button:before {
    opacity:0.5;
}
header .right-side .search:active .button:after {
    opacity:0.5;
}
header .right-side .search.opened {
    z-index:10;
    position:relative;
}
header .search-form {
    overflow:hidden;
    position:absolute;
    right:0;
    top:-25px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    background:#fff;
    left:100%;
}
header .search-form.collapsed {
    left:0;
    box-shadow: 0px 20px 50px rgba(43, 27, 53, 0.25);
}
header .search-form .content-wrapper {
    width:100%;
}
header .search-form .form-container {
    display:flex;
    align-items: center;
    height:80px;
    padding-right:80px;
    padding-left:36px;
    background: url(../images/site/base/opened-search-icon.svg) left center no-repeat;
}
header .search-form input[type="text"] {
    width:100%;
    border:0;
    background:#fff;
    color: #2B1B35;
    padding-left:3px;
    font: 16px/19px "Proxima Nova Rg";
    height:32px;
    border-left:1px solid transparent;
	margin: 0;
}
header .search-form ::placeholder {
    color:rgba(43, 27, 53, 0.5);
    opacity: 1; /* Firefox */
}
header .search-form :-ms-input-placeholder {
    color:rgba(43, 27, 53, 0.5);
}
header .search-form ::-ms-input-placeholder {
    color:rgba(43, 27, 53, 0.5);
}
header .search-form .form-result {
    display:none;
    color: #2B1B35;
    padding-top:32px;
    padding-bottom:64px;
    border-top:1px solid #E4E7EB;
}
header .search-form .form-result .result-title {
    font: 32px/40px "Proxima Nova Bl";
    margin-bottom:40px;
}
header .search-form .form-result .result-block {
    display:flex;
}
header .search-form .form-result .result-block .side-category {
    max-width:320px;
    width:100%;
}
header .search-form .form-result .result-block .side-category .category-name {
    font: 24px/32px "Proxima Nova Bl";
    margin-bottom:24px;
}
header .search-form .form-result .result-block .side-category .mobile-view {
    display:none;
}
header .search-form .form-result .result-block .side-category ul {
    font: 12px/14px "Proxima Nova Bl";
    border-left:1px solid #E4E7EB;
    margin: 0 0 40px;
}
header .search-form .form-result .result-block .side-category ul li {
    position:relative;
    padding: 0 0 0 46px;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    margin: 0 0 16px;
}
header .search-form .form-result .result-block .side-category ul li i {
    font-style:normal;
    position:absolute;
    left:25px;
}
header .search-form .form-result .result-block .side-category ul li a {
    color: #164CB5;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
header .search-form .form-result .result-block .side-category ul li a:hover {
    opacity:0.5;
}
header .search-form .form-result .result-block .side-category ul li.active a {
    color: #2B1B35;
}
header .search-form .form-result .result-block .side-category ul li a:after, header .search-form .form-result .result-block .side-category ul li.active a:after {
    position:absolute;
    left:-1px;
    top:-1px;
    bottom:-1px;
    width:3px;
    background:#164CB5;
    content:'';
    opacity:0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
header .search-form .form-result .result-block .side-category ul li.active a:after {
    opacity:1;
}
header .search-form .form-result .result-block .side-category .show-all {
    letter-spacing: 1.35px;
    text-transform: uppercase;
    font: 12px/15px "Proxima Nova Bl";
    color: #164CB5;
    display:inline-block;
    margin-top:8px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
header .search-form .form-result .result-block .side-category .show-all:hover {
    opacity:0.5;
}
header .search-form .form-result .result-block .side-result {
    margin-left:40px;
    display:flex;
    max-width:1040px;
    width:100%;
}
header .search-form .form-result .result-block .side-result .block {
    position:relative;
    max-width:320px;
    width:100%;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    margin-left:40px;
}
header .search-form .form-result .result-block .side-result .block:first-child {
    margin-left:0;
}
header .search-form .form-result .result-block .side-result .block:after {
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #E4E7EB;
    content: '';
}
header .search-form .form-result .result-block .side-result .block:first-child:after {
    display:none;
}
header .search-form .form-result .result-block .side-result .block.hover:hover {
    box-shadow: 0px 20px 50px rgba(43, 27, 53, 0.25);
    z-index:1;
}
header .search-form .form-result .result-block .side-result .block .image {
    max-width:320px;
    height:300px;
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
}
header .search-form .form-result .result-block .side-result .block .image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
header .search-form .form-result .result-block .side-result .block .text {
    padding:24px 24px 24px 24px;
    height:300px;
    position:relative;
}
header .search-form .form-result .result-block .side-result .block .text .item-title {
    font: 20px/26px "Proxima Nova Bl";
    margin:0 0 14px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    position:relative;
    z-index:2;
}
header .search-form .form-result .result-block .side-result .block.hover:hover .text .item-title {
    color: #164CB5;
}
header .search-form .form-result .result-block .side-result .block  .text .item-price {
    font: 24px/20px "Proxima Nova Rg";
}
header .search-form .form-result .result-block .side-result .block  .text .link {
    display:inline-block;
    position:absolute;
    bottom:24px;
    left:24px;
    letter-spacing: 1.35px;
    color: #164CB5;
    font: 12px/15px "Proxima Nova Bl";
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
header .search-form .form-result .result-block .side-result .block.hover:hover .text .link {
    opacity:0.5;
}
header .search-form .form-result .result-block .side-result .block .main-link {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:3;
}


.head-menu {
    position:relative;
    z-index:1;
    border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.head-menu.dark {
    border-bottom:1px solid rgba(43, 27, 53, 0.1);
}
.head-menu ul {
    display: flex;
    font: 12px/15px "Proxima Nova Bl";
    letter-spacing: 1.35px;
    padding: 0;
    margin: 0;
    height: 80px;
    justify-content: space-between;
    align-items: center;
}
.head-menu ul li {
    width: auto;
    position: relative;
}
.head-menu ul li a {
    color:#fff;
    text-decoration:none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    text-transform: uppercase;
}
.head-menu.dark ul li a {
    color: #164CB5;

}
.head-menu.dark ul li.active a:after
{
    content:'';
    display:block;
    position:absolute;
    bottom: -33px;
    left:0;
    right:0;
    height:3px;
    background:#164CB5;
}
.head-menu ul li a:hover {
    opacity:0.5;
}

@media only screen and (max-width: 1399px) {
    header .content-wrapper, .head-menu .content-wrapper, footer .content-wrapper, .main-content-wrapper {
        padding: 0 72px;
    }
    header .contact {
        left: 324px;
    }
    header .right-side {
        right: 72px;
    }
    header .location {
        right: 250px;
    }
    header .search-form .form-result .result-block .side-result, header .search-form .form-result .result-block .side-result .block {
        margin-left: 32px;
    }
    header .search-form .form-result .result-block .side-result .block:after {
        left: -16px;
    }
    header .search-form .form-result .result-block .side-category {
        max-width: 280px;
    }
    header .search-form .form-result .result-block .side-result {
        max-width:calc(100% - 312px);
    }
    header .search-form .form-result .result-block .side-result .block .image {
        height:256px;
    }
    header .search-form .form-result .result-block .side-result .block .text {
        height:254px;
    }
}

@media only screen and (max-width: 1259px) {
    header .content-wrapper, .head-menu .content-wrapper, footer .content-wrapper, .main-content-wrapper {
        padding: 0 44px;
    }
    header .contact {
        left: 264px;
    }
    header .right-side .cart, header .right-side .search  {
        width:40px;
    }
    header .right-side .cart .button:after, header .right-side .search .button:after {
        display:none;
    }
    header .right-side {
        right: 44px;
    }
    header .location {
        right: 135px;
    }
    header .gtm_sa_communication_beginning {
        display: block;
        margin: 8px 0 0 0;
    }
    header .search-form .form-result .result-title {
        font: 24px/32px "Proxima Nova Bl";
    }
    header .search-form .form-result .result-block .side-category .category-name {
        font: 20px/26px "Proxima Nova Bl";
    }
    header .search-form .form-result .result-block .side-result, header .search-form .form-result .result-block .side-result .block {
        margin-left: 24px;
    }
    header .search-form .form-result .result-block .side-result .block:after {
        left: -12px;
    }
    header .search-form .form-result .result-block .side-category {
        max-width: 216px;
    }
    header .search-form .form-result .result-block .side-result {
        max-width:calc(100% - 240px);
    }
    header .search-form .form-result .result-block .side-result .block .image {
        height:212px;
    }
    header .search-form .form-result .result-block .side-result .block .image img {
        max-height: 152px;
    }
    header .search-form .form-result .result-block .side-result .block .text {
        height:212px;
    }
    header .search-form .form-result .result-block .side-result .block .text .item-price {
        font: 20px/26px "Proxima Nova Rg";
    }
}

@media only screen and (max-width: 1019px) {
    header .burger-icon {
        width:40px;
        height:40px;
        background: rgba(255,255,255, 0.2) url(../images/site/base/burger-icon.svg) center center no-repeat;
        cursor:pointer;
        border-radius:40px;
        position:absolute;
        left:44px;
        top: 50%;
        transform: translateY(-50%);
    }
    header .burger-icon.dark {
        background: rgba(255,255,255, 1) url(../images/site/base/burger-icon-dark.svg) center center no-repeat;
    }
    header.usual .burger-icon.dark {
        background-color: #F1F6FF;
    }
    header .location, .head-menu {
        display:none;
    }
    header .contact {
        left: 384px;
    }
    header .contact span.datetime {
        display: block;
        margin: -1px 0 0 0;
    }
    header .logo {
        margin: 0 0 0 110px;
    }

    header .search-form .form-result {
        position:relative;
    }
    header .search-form .form-result .result-block {
        flex-wrap: wrap;
    }
    header .search-form .form-result .result-block .side-result, header .search-form .form-result .result-block .side-result .block {
        margin-left: 0;
    }
    header .search-form .form-result .result-block .side-result .block {
        margin-left: 24px;
        max-width:50%;
    }
    header .search-form .form-result .result-block .side-result .block:after {
        left: -12px;
    }
    header .search-form .form-result .result-block .side-result .block:nth-child(3){
        display:none;
    }
    header .search-form .form-result .result-block .side-category {
        max-width: 100%;
    }
    header .search-form .form-result .result-block .side-category .desctop-view {
        display:none;
    }
    header .search-form .form-result .result-block .side-category .mobile-view {
        display:block;
    }
    header .search-form .form-result .result-block .side-category .mobile-view .category-name {
        display:flex;
        border:0;
    }
    header .search-form .form-result .result-block .side-category .mobile-view .category-name li {
        padding:0;
        margin:0 0 0 32px;
        font: 20px/26px "Proxima Nova Bl";
        text-transform: inherit;
        position:relative;
    }
    header .search-form .form-result .result-block .side-category .mobile-view .category-name li:first-child {
        margin-left:0;
    }
    header .search-form .form-result .result-block .side-category .mobile-view .category-name li.active:before {
        width:12px;
        height:12px;
        background: #0049BC;
        border-radius:20px;
        position:absolute;
        bottom:-18px;
        content:'';
        left:50%;
        transform: translateX(-50%);
    }
    header .search-form .form-result .result-block .side-category ul li a:hover:after, header .search-form .form-result .result-block .side-category ul li.active a:after {
        display:none;
    }
    header .search-form .form-result .result-block .side-result {
        max-width:100%;
    }
    header .search-form .form-result .result-block .side-result .block .image {
        height:252px;
    }
    header .search-form .form-result .result-block .side-result .block .image img {
        max-height: 192px;
    }
    header .search-form .form-result .result-block .side-result .block .text {
        height:252px;
    }
    header .search-form .form-result .result-block .side-result .block .text .item-price {
        font: 24px/32px "Proxima Nova Rg";
    }
    header .search-form .form-result .result-block .side-category .show-all {
        position:absolute;
        right:0;
        top:32px;
    }
    header .search-form .form-result .result-block .side-category .category-filter-container {
        overflow-x:auto;
        margin-right:-44px;
        display:flex;
        margin-top:52px;
        position:relative;
        margin-bottom:40px;
    }
    header .search-form .form-result .result-block .side-category .category-filter:after {
        /*content:'';
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		height:1px;
		right:44px;
		background:#E4E7EB;*/
    }
    header .search-form .form-result .result-block .side-category .category-filter {
        display:flex;
        border:0;
        border-bottom:1px solid #E4E7EB;
        height:38px;
        margin:0;
    }
    header .search-form .form-result .result-block .side-category .mobile-view .category-name li {
        white-space: nowrap;
    }
    header .search-form .form-result .result-block .side-category .category-filter li:last-child, header .search-form .form-result .result-block .side-category .mobile-view .category-name li:last-child {
        content:'';
        display:block;
        width:44px;
        margin:0;
        background:#fff;
        margin-bottom:-2px;
    }
    header .search-form .form-result .result-block .side-category .category-filter li {
        letter-spacing: 1.35px;
        text-transform: uppercase;
        font: 12px/14px "Proxima Nova Bl";
        white-space: nowrap;
        padding: 0;
        margin: 0 0 0 32px;
    }
    header .search-form .form-result .result-block .side-category .category-filter li:first-child {
        margin:0;
    }
    header .search-form .form-result .result-block .side-category .category-filter li i {
        position:relative;
        display:inline-block;
        margin-left:8px;
        left:auto;
    }
    header .search-form .form-result .result-block .side-category .category-filter li.active {
        color: #2B1B35;
        position:relative;
    }
    header .search-form .form-result .result-block .side-category .category-filter li.active:after {
        position:absolute;
        bottom:-1px;
        height:3px;
        background:#164CB5;
        left:0;
        right:0;
        content:'';
    }
    header .search-form .form-result .result-block .side-category .category-filter li a {
        color: #164CB5;
    }
}

@media only screen and (max-width: 759px) {
    header .content-wrapper, .head-menu .content-wrapper, footer .content-wrapper, .main-content-wrapper {
        padding: 0 28px;
    }
    header .burger-icon {
        left: 28px;
    }

    header .contact {
        display:none;
    }
    header .right-side {
        right: 28px;
    }
    header .centered-logo {
        margin:0 40px;
    }
    header .centered-logo .logo {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 759px) and (min-width: 560px) {
    header .search-form .form-result .result-block .side-result .block {
        display: flex!important;
    }
    header .search-form .form-result .result-block .side-result .block .image img {
        max-height: 168px;
    }

    header .search-form .form-result .result-block .side-result .block.image {
        height: 173px;
        max-width: calc(50% - 12px);
    }

    header .search-form .form-result .result-block .side-result .block .text {
        height: 194px;
    }
    header .search-form .form-result .result-block .side-result .block .text {
        padding: 0;
        max-width: calc(50% - 12px);
        width:100%;
    }
    header .search-form .form-result .result-block .side-result .block .text {
        margin-left:24px;
    }
    header .search-form .form-result .result-block .side-result .block .link {
        left: 0!important;
    }
    header .search-form .form-result .result-block .side-result {
        flex-wrap: wrap;
    }
    header .search-form .form-result .result-block .side-result .block {
        margin-left: 0;
        max-width: 100%;
        padding-top:32px;
    }
    header .search-form .form-result .result-block .side-result .block:after {
        left:0;
        right:0;
        top:0;
        bottom:auto;
        width:100%;
        height:1px;
    }
    header .search-form .form-result .result-block .side-category .category-filter-container {
        margin-bottom:8px;
    }
}

@media only screen and (max-width: 559px) {
    header .content-wrapper, .head-menu .content-wrapper, footer .content-wrapper, .main-content-wrapper {
        padding: 0 40px;
    }
    header.dark.usual .content-wrapper {
        background: white !important;
    }
    header .burger-icon {
        left: 12px;
    }
    header .right-side {
        right: 12px;
    }
    header .logo {
        /*margin: 0 0 0 58px;
        width: 130px;
        height: 24px;
        background-size: cover!important;

        */
    }
    header .search-form .form-result .result-block .side-result {
        flex-wrap: wrap;
    }
    header .search-form .form-result .result-block .side-result .block {
        margin-left: 0;
        max-width: 100%;
    }
    header .search-form .form-result .result-block .side-result .block:after {
        left:0;
        right:0;
        top:0;
        width:100%;
        height:1px;
    }
    header .search-form .form-result .result-block .side-result .block {
        padding: 32px 0 0 0;
        margin:32px 0 0 0;
    }
    header .search-form .form-result .result-block .side-result .block:first-child {
        margin-top:0;
    }
    header .search-form .form-result .result-block .side-category .category-filter-container {
        margin-bottom:0;
    }
    header .search-form .form-result .result-block .side-result .block .text {
        padding-left: 0;
        margin-left: 0;
        padding-right: 0;
        height: auto;
        padding-bottom: 43px;
    }
    header .search-form .form-result .result-block .side-result .block .image img {
        max-height: 168px;
    }
    header .search-form .form-result .result-block .side-result .block .image {
        height: 173px;
    }
    header .search-form .form-result .result-block .side-result .block .text .link {
        left: 0;
        bottom:0;
    }
}







.mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    left: -275px;
    bottom: 0;
    border-bottom: 0;
    background: #fff;
    z-index: 999;
    width: 275px;
    will-change: left;
    transition: left 300ms ease;
    /*.mobile-menu-bg, &::after {
         content: '';
         position: absolute;
         top:0;
        left:0;
        right:0;
        bottom:0;
         background: rgba(0, 0, 0, .5);
         z-index: -10;
         opacity: 0;
         will-change: opacity;
         transition: opacity 300ms ease;
    }
     &::after {
         position: absolute;
         background: #fff;
         opacity: 1;
         z-index: -5;
    }
    */
}
.mobile-menu .m-sub-menu-trigger .mm-item-link::after {
    content: '';
    display: inline-block;
    margin-left: 8px;
    width: 7px;
    height: 10px;
    background: url(../../site/images/icons/arrow-right-blue.svg) 0 1px no-repeat;
    transition: width 0.5s ease, margin-left 0.5s ease;
}
.mobile-menu .m-mmenu-title {
    min-height: 37px;
    padding-left: 10%;
    width: 100%;
    text-align: center;
}
.mobile-menu .m-btn-close {
    display: inline-block;
    float: right;
    width: 37px;
    height: 37px;
    background: url(../images/site/base/popup-close-icon.svg) 9px 11px no-repeat;
    background-size: 40%;
    cursor: pointer;
    z-index: 110;
}
.mobile-menu .header-pad {
    height: 37px;
    transition: height 0.3s ease;
}
.mobile-menu .mainmenu-items-container {
    display: block;
    margin-top: 0px;
    width: 100%;
}
.mobile-menu .mainmenu-items-container .mm-item {
    float: none;
    margin: 0;
    height: 50px;
    border-bottom: 1px solid #e4e7eb;
}
.mobile-menu .mainmenu-items-container .mm-item .mm-item-link {
    font: 600 12px/50px "Proxima Nova Bl";
    color: #226ec8;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    padding: 0 4%;
}
.mobile-menu #page-mobile-nav {
    height: calc(100% - 168px);
    overflow-y: auto;
    border-top: 1px solid #e4e7eb;
}
.mobile-menu #page-mobile-nav .hc-phone-number a, .mobile-menu .gtm_sa_communication_beginning {
    position: relative;
    font: 600 12px/50px "Proxima Nova Rg";
    color: #226ec8;
    letter-spacing: 0.065em;
    padding: 0 18px 0px 12px;
    border-bottom: 1px solid #e4e7eb;
    display: block;
}
.mobile-menu #page-mobile-nav .hc-phone-number a::before {
    content: '';
    display: inline-block;
    margin-right: 11px;
    width: 16px;
    height: 16px;
    background: url(../../site/images/header/phone-blue.svg) no-repeat;
    vertical-align: middle;
    margin-top: -2px;
}
.mobile-menu .gtm_sa_communication_beginning:before {
    content: '';
    display: inline-block;
    margin-right: 11px;
    width: 16px;
    height: 16px;
    background: url(../../site/images/header/phone-blue.svg) no-repeat;
    vertical-align: middle;
    margin-top: -2px;
}
.mobile-menu .button-goto-to-shop {
    box-sizing: border-box;
    font: 600 12px/40px "Proxima Nova Rg";
    color: #fff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 20px;
    background: #ff7f05 url(../../site/images/icons/cart-white.svg) 20px 11px no-repeat;
    background-size: 20px;
    display: block;
    padding: 0 0 0 62px;
    margin-top: 15px;
    margin-left: 10px;
    width: 230px;
    height: 40px;
    background-position-x: 34px;
}
.mobile-menu .location {
    will-change: opacity;
    transition: opacity 300ms ease;
    display: block;
    padding: 17px 25px 20px 35px;
    width: 100%;
    height: auto;
    border-top: 1px solid #e4e7eb;
    z-index: 99;
    margin-top: 15px;
    opacity: 1;
    background: #fff url(../../site/images/icons/location-blue.svg) 10px 21px no-repeat;
    background-size: 16px;
}
.mobile-menu .location .text-item {
    font: 400 10px/16px "Proxima Nova Rg";
    color: #34373e;
    text-transform: uppercase;
    margin-right: 10px;
    cursor: pointer;
    width: 100%;
    letter-spacing: 0.075em;
}
.mobile-menu .location .hl-arrow {
    width: 12px;
    display: inline-block;
    height: 7px;
    cursor: pointer;
    background: url(../../site/images/icons/arrow-down-small-gray.svg) 0 0 no-repeat;
}
.mobile-menu .location .regions-sites__current {
    display: none;
    position: static;
}
.mobile-menu .location .regions-sites__current .region_proposal {
    left: -34px;
    width: 248px;
    font: 400 0.85em/1.5em "Proxima Nova Rg";
    margin-bottom: -15px;
}
.mobile-menu .m-submenu {
    will-change: left;
    transition: left 300ms ease;
    width: 100%;
    background: #fff;
    left: -275px;
    top: 37px;
    position: absolute;
}
.mobile-menu .m-submenu.m-location {
    overflow: hidden !important;
}
.mobile-menu .m-submenu.active {
    display: block;
    height: calc(100% - 38px);
    left: 0px;
    border-top: 1px solid #e4e7eb;
    overflow-y: auto;
}
.mobile-menu .m-submenu.active .m-region {
    overflow-y: scroll;
}
.mobile-menu .m-btn-submenu-exit {
    display: inline;
    width: 100%;
    font: 300 1.125em/2.05556em "Proxima Nova Rg";
    color: #34373e;
    letter-spacing: -0.025em;
}
.mobile-menu .m-sm-link {
    display: block;
    padding: 0 4%;
    font: 400 0.85em/40px "Proxima Nova Rg";
    color: #000;
    letter-spacing: 0.05em;
    cursor: pointer;
}
.mobile-menu .m-sm-link img {
    display: none;
}
.mobile-menu .m-sm-link-active img {
    display: inline-block;
    margin-left: 6px;
    width: 16px;
}
.mobile-menu .m-sm-item {
    display: block;
}
.mobile-menu.m-submenu .m-btn-submenu-exit::before {
    content: '';
    position: absolute;
    left: 0;
    width: 37px;
    height: 37px;
    background: url(../../site/images/icons/arrow-left-blue-big.svg) 10px 10px no-repeat;
    background-size: 9px 17px;
}
.mobile-menu.m-submenu .location {
    opacity: 0;
    z-index: -111;
}
.mobile-menu.m-submenu .header-pad, .mobile-menu.m-submenu #page-mobile-nav {
    /*display: none;
    */
}
.mobile-menu.m-submenu .m-region {
    display: block;
    width: 100%;
    border-top: 1px solid #e4e7eb;
    height: calc(100% - 48px);
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}
.mobile-menu.m-submenu .region-filter {
    display: block;
    line-height: 50px;
    border: 0;
    width: 100%;
    padding: 0 10px;
    font: 400 0.85em/50px "Proxima Nova Rg";
    background: url(../images/icons/quick-search.html) 224px 17px no-repeat;
    background-size: 16px;
}
.mobile-menu .region-filter {
    display: none;
}
.mobile-menu-bg {
    display: none;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
}
.mobile-menu-shown {
    width: 100%;
    position: fixed;
}
.mobile-menu-shown .mobile-menu-bg {
    display: block;
    opacity: 1;
}
.mobile-menu-shown .mobile-menu {
    left: 0;
}


.speedbar {
    font: 10px/12px "Proxima Nova Bl";
    letter-spacing: 1.35px;
    text-transform: uppercase;
    color: #fff;
}
.speedbar ul {
    display: flex;
    align-items: center;
    min-height: auto;
    padding: 0;
    margin: 30px 0 0 0;
}
.speedbar ul li {
    margin-right:8px;
    position:relative;
    white-space: nowrap;
    color: #2B1B35;
}
.speedbar ul li.hidden-speedbar {
    display:none;
}
.speedbar ul li a {
    color: #164CB5;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.speedbar ul li a:hover {
    opacity:0.5;
}
.speedbar ul li:after {
    display:inline-block;
    vertical-align:middle;
    width:15px;
    height:1px;
    content:'';
    background: #2B1B35;
    opacity: 0.1;
    margin:0 0 0 8px;
}
.speedbar ul li:last-child:after {
    display:none;
}
.speedbar ul li.hidden-speedbar {
    display:none;
}
.speedbar ul li.hidden-speedbar .circle-button {
    display:block;
    background:#F1F6FF url(../images/dotted-icon.html) center center no-repeat;
    cursor:pointer;
}
.speedbar ul li.hidden-speedbar ul {
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    background: #FFFFFF;
    border: 1px solid #E4E7EB;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 16px 24px;
    transform: translateX(-50%);
}
.speedbar ul li.hidden-speedbar ul:before {
    background: #fff;
    transform: rotate(45deg);
    content:'';
    width:16px;
    height:16px;
    position:absolute;
    top:-8px;
    left:50%;
    margin-left:-8px;
}
.speedbar ul li.hidden-speedbar ul li:after, .speedbar ul li.hidden-speedbar:after {
    display:none;
}
.speedbar ul li.hidden-speedbar ul li a {
    letter-spacing: 1.35px;
    text-transform: uppercase;
    color: #1248B2;
    font: 10px/12px "Proxima Nova Bl";
}
@media only screen and (max-width: 1019px) {
    .speedbar {
        margin: 0 -44px;
        overflow: auto;
    }
    .speedbar ul li:first-child {
        margin-left:44px;
    }
    .speedbar ul li:last-child {
        padding-right:44px;
    }
}
@media only screen and (max-width: 759px) {
    .speedbar {
        margin: 0 -28px;
        overflow: auto;
    }
    .speedbar > ul > li:first-child {
        margin-left:28px;
    }
    .speedbar > ul > li:last-child {
        padding-right:28px;
    }
}
@media only screen and (max-width: 559px) {
    .speedbar {
        margin: 0 -12px;
    }
    .speedbar > ul > li:last-child {
        padding-right:12px;
    }
    .speedbar > ul > li:first-child {
        margin-left:12px;
    }
}