*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}
*:-moz-placeholder {
    color: #666;
    opacity: 1;
}
*::-moz-placeholder {
    color: #666;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
.media_js{
    display: none;
}
@media only screen and (max-width: 992px){
	/*.itemProductnew:nth-child(2n+1) {
		clear: both;
	}*/
	.itemProductnew:nth-child(3n+1){
		float: left !important;
	}
	.itemProductnew{
		min-height: 270px !important;
	}
	.sizeSliderWrap{
		display: none;
	}
	.wrapBtnBuy{
		/*display: none;*/
	}

}

body {
    font-family: sans-serif;
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.2;
    font-family: "ProximaNovaRegular", sans-serif;
    overflow-x: hidden;
}
.hidden {
    display: none;
}

strong {
    font-family: "ProximaNovaSemibold";
}

/*IMPORTANT*/

ul {
    padding: 0;
    margin: 0;
}


p.titleSection {
    text-transform: uppercase;
    font-size: 20px;
    color: #000;	
    text-align: center;
    margin: 0;
}

section .slick-prev, section .slick-next {
    background-color: #e9e8e8;
    width: 31px;
    height: 31px;
    z-index: 10000;
    opacity: 0.9;
}
section .slick-prev:hover, section .slick-prev:focus, section .slick-next:hover, section .slick-next:focus {
    outline: none;
    background: #e9e8e8;
}
section .slick-prev {
    left: 0;
}
section .slick-next {
    right: 0;
}
section .sliderNewProduct > .slick-prev:before {
    content: '';
    background-image: url(../img/arrow.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    display: block;
    background-position: center;
}

section .sliderNewProduct > .slick-next:before {
    content: '';
    background-image: url(../img/arrow.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    display: block;
    background-position: center;
    transform: rotate(180deg);
}

/*IMPORTANT*/

/*BASIC HEADER*/

/* header top */

.header {

}

.header .header__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.header .header__top .header__top-location {
    margin-right: 20px;
}

.header .header__top .header__top-location a {
    color: #3a4856;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.header .header__top .header__top-location a:hover {
    color: #5d98d5;
}

.header .header__top .header__top-location a:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 16px;
    background: url('../img/sprite.svg#sprite-header-icon-location-view') no-repeat;
    margin-right: 4px;
}

.header .header__top .header__top-location span {
    color: #3a4856;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 115px;
}

.header .header__top .header__top-location a:hover span {
    color: #5d98d5;
}


.header .header__top .header__top-phone {
    margin-right: 20px;
}

.header .header__top .header__top-phone:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 16px;
    background: url('../img/sprite.svg#sprite-header-icon-phone-view') no-repeat;
    margin-right: 4px;
    position: relative;
    top: 2px;
}

.header .header__top .header__top-phone a {
    color: #3a4856;
}

.header .header__top .header__top-phone a:hover {
    color: #5d98d5;
}

.header .header__top .header__top-email {
    margin-right: 20px;
}

.header .header__top .header__top-email:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../img/sprite.svg#sprite-header-icon-email-view') no-repeat;
    margin-right: 4px;
    position: relative;
    top: 3px;
}

.header .header__top .header__top-email a {
    color: #3a4856;
}

.header .header__top .header__top-email a:hover {
    color: #5d98d5;
}

.header .header__top .header__top-nav {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.header .header__top .header__top-nav .top-nav__item {
    height: 16px;
}

.header .header__top .header__top-nav .top-nav__item a {
    color: #777e85;
    padding: 1px 5px;
    border-radius: 3px;
}

.header .header__top .header__top-nav .top-nav__item a:hover {

}

.header .header__top .header__top-nav .top-nav__item.--bg-gray a {
    color: #525a63;
    background-color: #e1e3e4;
}

.header .header__top .header__top-nav .top-nav__item.--bg-gray a:hover {

}

/* header main */

.header .header__main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.header .header__main .toggle_mnu {
    display: none;
}

.header .header__main .header__main-logo {
    margin-right: auto;
}

.header .header__main .header__main-logo a.main-logo__logo {
    display: block;
    width: 202px;
    height: 47px;
    background: url('../img/sprite.svg#sprite-logo-view') no-repeat;
}

.header .header__main .header__main-logo a.main-logo__phone {
    display: none;
    text-decoration: none;
    color: #3a4856; 
    text-align: center;
}

.header .header__main .header__main-logo a.main-logo__phone:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 16px;
    background: url('../img/sprite.svg#sprite-header-icon-phone-view') no-repeat;
    margin-right: 4px;
    position: relative;
    top: 2px;
}

.header .header__main .header__main-logo a.main-logo__phone:hover {
    text-decoration: none;  
    color: #5d98d5;
}

.header .header__main .header__main-search {
    flex: 0 1 370px;
    margin-right: auto;
}

.header .header__main .header__main-search .form-group {
    position: relative;
    margin-bottom: 0;
}

.header .header__main .header__main-search .form-group input[type="text"] {
    position: relative;
    border: #00508a solid 2px;
    border-radius: 4px;
    padding: 10px 66px 10px 20px;
    width: 100%;
    color: #2c3b4a;
}

.header .header__main .header__main-search .form-group input[type="text"]::placeholder {
    color: #9f9f9f;
}

.header .header__main .header__main-search .form-group input[type="text"]:-ms-input-placeholder {
    color: #9f9f9f;
}

.header .header__main .header__main-search .form-group input[type="text"]::-ms-input-placeholder {
    color: #9f9f9f;
}

.header .header__main .header__main-search .form-group input[type="text"]:focus {
    position: relative;
    border-color: #00508a;
    outline: none;
}

.header .header__main .header__main-search .form-group button {
    outline: none;
    border: none;
    background-color: #00508a;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    padding: 9px 13px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.header .header__main .header__main-search .form-group button:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url('../img/sprite.svg#sprite-header-icon-search-view') no-repeat;
}

.header .header__main .header__main-icons {
    margin-right: 15px;
}

.header .header__main .header__main-icons:last-child {
    margin-right: 0px;
}

.header .header__main .header__main-icons a,
.header .header__main .header__main-icons button {
    color: #485562;
    -webkit-transition: opacity .25s ease;
       -moz-transition: opacity .25s ease;
        -ms-transition: opacity .25s ease;
         -o-transition: opacity .25s ease;
            transition: opacity .25s ease;
}

.header .header__main .header__main-icons a:hover,
.header .header__main .header__main-icons button:hover {
    text-decoration: none;
    opacity: 0.7;
}

.header .header__main .header__main-icons .main-icons__icon {
    height: 27px;
    width: 27px;
    margin: 0 auto;
    position: relative;
}

.header .header__main .header__main-icons .main-icons__icon span {
    color: #FFFFFF;
    background-color: #ed2f3f;
    border-radius: 4px;
    position: absolute;
    top: -6px;
    right: -12px;
    font-size: 12px;
    line-height: 1;
    padding: 2px 4px;
}

.header .header__main .header__main-icons .main-icons__text {
    color: #485562;
}

.header .header__main .header__main-icons.--signin .main-icons__icon {
    background: url('../img/sprite.svg#sprite-header-icon-signin-view') no-repeat;    
}

.header .header__main .header__main-icons.--signin button {
    background: none;
    border: none;
    outline: none;  
}

.header .header__main .header__main-icons.--orders .main-icons__icon {
    background: url('../img/sprite.svg#sprite-header-icon-orders-view') no-repeat;    
}

.header .header__main .header__main-icons.--wishlist .main-icons__icon {
    background: url('../img/sprite.svg#sprite-header-icon-wishlist-view') no-repeat;    
}

.header .header__main .header__main-basket {
    margin-left: 25px;
}

.header .header__main .header__main-basket > a {
    background-color: #00508a;
    padding: 2px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: opacity .25s ease;
       -moz-transition: opacity .25s ease;
        -ms-transition: opacity .25s ease;
         -o-transition: opacity .25s ease;
            transition: opacity .25s ease;
}

.header .header__main .header__main-basket > a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.header .header__main .header__main-basket .main-basket__left {
    margin-right: 10px;
}

.header .header__main .header__main-basket .main-basket__left:before {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    background: url('../img/sprite.svg#sprite-header-icon-cart-view') no-repeat; 
}

.header .header__main .header__main-basket .main-basket__right {
    text-align: center;
}

.header .header__main .header__main-basket .main-basket__right-text {
    color: #a3d3f5;
}

.header .header__main .header__main-basket .main-basket__right-price {
    color: #FFFFFF;
}

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

    .header .header__top .header__top-location {
        display: none;
    }

    .header .header__top .header__top-nav .top-nav__item.--bg-gray {
        display: none;
    }

    .header .header__main .header__main-search {
        flex: 0 1 270px;
    }

}

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

    .header .header__main .header__main-logo a.main-logo__logo {
        width: 150px;
        height: 35px;
    }

    .header .header__top .header__top-email {
        display: none;
    }

    .header .header__main .header__main-icons.--orders {
        display: none;
    }

    .header .header__main .header__main-search {
        flex: 0 1 210px;
    }

    .header .header__main .header__main-icons.--wishlist {
        margin-right: 0;
    }

    .header .header__main .header__main-basket {
        margin-left: 15px;
    }

    .header .header__main .header__main-basket .main-basket__left {
        margin-right: 5px;
    }

    .header .header__main .header__main-basket .main-basket__right-text {
        font-size: 14px;
    }

    .header .header__main .header__main-basket .main-basket__right-price {
        font-size: 14px;
    }

}

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

    .header .header__top .header__top-phone {
        display: none;
    }

    .header .header__main .toggle_mnu {
        display: block;
    }

    .header .header__main .toggle_mnu .sandwich {
        top: 0px;
        left: 0px;
        height: 22px;
    }

    .header .header__main .header__main-search {
        display: none;
    }

}

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

    .header .header__top {
        display: none;
    }

}


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

    .header .header__main .header__main-logo a.main-logo__logo {
        width: 120px;
        height: 28px;
    }

    .header .header__main .header__main-logo a.main-logo__phone {
        display: block;
        font-size: 14px;
    }

    .header .header__main .header__main-icons {
        margin-right: 0px;
    }

    .header .header__main .header__main-basket > a {
        background-color: transparent;
        padding: 0;
        flex-direction: column;
        border-radius: 0;
    }

    .header .header__main .header__main-basket > a:hover {
        opacity: 1;
    }

    .header .header__main .header__main-basket .main-basket__left {
        margin-right: 0px;
        margin-bottom: 4px
    }

    .header .header__main .header__main-basket .main-basket__left:before {
        width: 24px;
        height: 24px;
        background: url('../img/sprite.svg#sprite-header-icon-cart-black-view') no-repeat; 
    }

    .header .header__main .header__main-basket .main-basket__right {
        text-align: center;
    }

    .header .header__main .header__main-basket .main-basket__right-text {
        display: none;
    }

    .header .header__main .header__main-basket .main-basket__right-text.--visible {
        display: block;
        font-size: 14px;
        color: #485562;
    }

    .header .header__main .header__main-basket .main-basket__right-price {
        color: #485562;
    }

}

/*!*/

.headerMain {
    padding: 25px 0 0;
}

.headerMain .vertCenter {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-right: -4px;
}


.headerMain .logoHeader {
    padding-left: 0;
    text-align: center;
}

.headerMain .contactHeader {
    text-align: center;
    padding-left: 0;
    padding-right: 30px;
    margin-top: -4px;
}

.headerMain .contactHeader span {
    display: block;
    font-family: "ProximaNovaSemibold";
    font-size: 22px;
}

.headerMain .contactHeader span img {
    vertical-align: middle;
    margin-right: 10px;
}

.headerMain .contactHeader a {
    display: inline-block;
    color: #000;
    border-bottom: 1px solid;
    font-size: 20px;
    text-decoration: none;
    line-height: 1;
    margin-top: 10px;
}

.headerMain .SearchAndMenu {
    padding-left: 0;
}

.headerMain .login-in {
    margin-top: -2px;
}

.headerMain .login-in > div {
    display: inline-block;
    vertical-align: middle;
}
.headerMain .login-in > div a {
    color: #000;
    text-decoration: none;
    font-family: "ProximaNovaSemibold";
    font-size: 15px;
}

.headerMain .login-in > div img {
    margin-right: 3px;
    margin-top: -2px;
}

.headerMain .login-in > div:nth-child(2) {
    float: right;
}

.headerMain .header_basket,
.headerMain .header_favorite {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.headerMain .headerProfile {
    padding-right: 0;
}

.headerMain .headerProfile .column-half {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.headerMain .headerProfile .column-half div:first-child {
    margin-bottom: 10px;
}

.headerMain .headerProfile .column-half a {
    color: #000;
    text-decoration: none;
    font-family: "ProximaNovaSemibold";
    font-size: 15px;
    padding-left: 23px;
    position: relative;
}

.headerMain .headerProfile .column-half a:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: 0;
    background-size: 20px;
    top: 0;
}

.headerMain .headerProfile .column-half a.avater-icon:after {
    background-image: url(../img/avatar.svg);
}

.headerMain .headerProfile .column-half a.basket-icon:after {
    background-image: url(../img/shopping-bag.svg);
}

.headerMain .headerProfile .column-half a.edit-icon:after {
    background-image: url(../img/edit.svg);
}

.headerMain .headerProfile .column-half a.favourite-icon:after {
    background-image: url(../img/favorite.svg);
}

.headerMain .header_favorite img {
    margin-left: -3px;
    margin-right: 3px;
    width: 20px;
}
.headerMain .headerProfile .column-half .header_basket a {
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    font-family: "ProximaNovaSemibold";
    text-decoration: none;
    vertical-align: middle;
}
.headerMain .header_favorite a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
}

.headerMain .header_favorite a:before {
    width: 80%;
    left: 21px;
    height: 1px;
    top: 100%;
    content: '';
    position: absolute;
    background-color: #d4d4d4;
}


.headerMain .header_basket .infoBasket strong {
    font-family: "ProximaNovaRegular";
    font-weight: 300;
    white-space: nowrap;
}




/*BASIC HEADER*/

/*head menu*/

.headerMain .headMenu {
    font-family: "ProximaNovaSemibold";
    font-size: 17px;
}


.headerMain .headMenu li {
    display: inline-block;
}

.headerMain .headMenu li:last-child {
    margin-right: 0;
}

.headerMain .headMenu li a {
    color: #000;
    text-decoration: none;
}

/*END head menu*/


/*SEARCH*/

.searchHEader {
    margin-top: 15px;
}

.searchHEader form input {
    display: inline-block;
    vertical-align: middle;
    margin-right: -1px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.searchHEader form input:first-child {
    float: left;
    border: 1px solid #888;
}

.searchHEader form input:nth-child(2) {
    width: 35px;
    background: #000;
    border: none;
    background-image: url(../img/magnifying-glass.svg);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    text-indent: 3000px;
}



/*END SEARCH*/


/*MAIN MENU*/

.wrapMainMenu {
    border-bottom: 1px solid #000;
    /*margin-top: 35px;*/
    margin-top: 15px;
    position: relative;
}

.wrapMainMenu nav {
    display: inline-block;
}

.wrapMainMenu .mainMenu li {
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
}

.wrapMainMenu .mainMenu li a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding-bottom: 22px;
    display: inline-block;
}
/*скрываем категорию школа*/
/*.wrapMainMenu .mainMenu li:nth-child(7){
display:none;
}*/

.slideThis li:nth-child(36){
display:none;
}


.wrapMainMenu .diskontLink {
    float: right;
}

.wrapMainMenu .diskontLink a {
    /*color: #000;*/
    /*text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #d4d4d4;
    display: inline-block;
    font-size: 20px;
    margin-left:15px;*/
}

.wrapMainMenu .mainMenu > li > a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 6px;
    opacity: 0;
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wrapMainMenu .mainMenu li.active a:after,
.wrapMainMenu .mainMenu li:hover a:after {
    opacity: 1;
}


/*SUBMENU*/

.mainMenu .sub-mainMenu {
    display: none;
    background-color: rgba(246, 244, 244,0.97);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2000000;
    top: calc(100% + 1px);
    width: 100%;
}


.mainMenu .sub-mainMenu .container {
    position: relative;
    padding: 40px 15px;
    overflow: hidden;
}

.mainMenu .sub-mainMenu:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    width: 100%;
    height: 1px;
    background-color: transparent;
}

.mainMenu li:hover .sub-mainMenu {
    display: block;
}

.mainMenu .sub-mainMenu ul {
    display: inline-block;
    width: 32%;
    vertical-align: top;
}

.mainMenu .sub-mainMenu ul li {
    display: block;
    font-size: 15px;
    margin-right: 0;
    margin-bottom: 3px;
}

.mainMenu .sub-mainMenu .banner-submenu {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    bottom: 0;
}

.mainMenu .sub-mainMenu .banner-submenu img {
    width: 100%;
}

/*END SUBMENU*/

/*END MAIN MENU*/


/*BANNER SECTION*/

.sectionBanner {
    margin-top: 25px;
}

.sectionBanner .bannerRight {
	padding: 0 8px;
	top: -1px;
}
.sectionBanner .bannerLeft a,
.sectionBanner .bannerRight a {
    display: block;
    position: relative;
}
.sectionBanner .bannerLeft a:first-child {
    margin-bottom: 21px;
}

.sectionBanner .bannerRight a p {
    position: absolute;
    left: 20px;
    top: 0px;
    font-size: 60px;
    color: #b90700;
	font-weight: 700;
    line-height: 0.6;
    font-family: "ProximaNovaThin";
}

.sectionBanner .bannerRight a p span {
    display: block;
    font-size: 75px;
    text-transform: uppercase;
}


.otherBanners {
    margin-top: 0px;
}

.otherBanners div.wrapBanner {
    display: inline-block;
    background-color: #e8e8e8;
    width: 100%;
}

.otherBanners div.wrapBanner a {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
    font-family: "ProximaNovaThin";
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
	
}

.otherBanners div.rectBlock div:first-child {
    margin-bottom: 30px;
}

.promoBlock {
    margin-top: 55px;
    padding-bottom: 50px;
}


.promoBlock div.wrapPromo {
    display: inline-block;
    background-color: #e8e8e8;
    width: 100%;
}

.promoBlock div.wrapPromo a {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
    font-family: "ProximaNovaThin";
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
	/*    padding: 0 35px;*/
	
}

/*END BANNER SECTION*/

/*EXELLENCE SECTION*/

.popularProducts {
    padding: 45px 0;
    border-top: 1px solid #000;    
}

.popularProducts .cat {    
    text-align: center;
    padding-top: 14px;
}

.popularProducts .cat img {    
    padding-right: 15px;
    min-width: 225px;
}

.excellenceSection {
    padding: 45px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 19px;
}

.excellenceSection .itemEx {
    text-align: center;
    font-size: 19px;
    font-family: "ProximaNovaLight";
    line-height: 1.1;
}

.title-section{
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;    
}




/*END EXELLENCE SECTION*/


/*NEW PRODUCT*/

.newProducts {
    padding-top: 20px;
    padding-bottom: 115px;
}

.newProducts.--mb-40 {
    padding-bottom: 40px;
}

.sliderNewProduct {
    margin-top: 20px;
}

.sliderNewProduct .itemNewProduct .descriptionPrdct {
    text-align: center;
    padding-top: 20px;
}

.sliderNewProduct .itemNewProduct .descriptionPrdct .numbProduct {
    color: #616161;
    margin: 0;
}

.sliderNewProduct .itemNewProduct .descriptionPrdct .nameProduct {
    color: #000;
    font-size: 20px;
    font-family: "ProximaNovaSemibold";
    margin: 10px 0;
}

.sliderNewProduct .itemNewProduct .descriptionPrdct .priceProduct {
    font-size: 20px;
    margin: 0;
}

.sliderNewProduct .itemNewProduct {
    border: 1px inset transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    padding: 10px;
    outline: none;
    height: 395px;
}

.sliderNewProduct .itemNewProduct:hover {
    border: 1px inset #787878;
}

.sliderNewProduct .itemNewProduct .wrapImg {
    height: 267px;
    overflow: hidden;
}

.sliderNewProduct .itemNewProduct .wrapImg img {
    display: block;
    margin: auto;
    max-width: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    left: 0;
    position: relative;
}


/*NEW PRODUCT*/

/*SUBSCRIBE*/

.sectionSubsribe {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 60px 0;
}

.sectionSubsribe .form {
    display: block;
    text-align: center;
    margin-top: 0px;
}

.sectionSubsribe .blockForm input[type="text"] {
    width: 68%;
}

.sectionSubsribe  p {
    text-transform: uppercase;
    font-size: 18px;
    font-family: "ProximaNovaSemibold";
    margin: 0;
}

.sectionSubsribe .blockForm {
    margin-top: 30px;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    height: 35px;
}

.sectionSubsribe .blockForm input[type="text"] {
    border: 1px inset #777;
    padding: 7px 0 7px 10px;
    font-family: "ProximaNovaLight";
    float: left;
    outline: none;
}
.sectionSubsribe .blockForm input[type="submit"] {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    padding: 7px 10px;
    border: none;
    height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    outline: none;
}

/*END SUBSCRIBE*/


/*NEWS*/

.NewsSection {
    padding: 110px 0;
}

.wrapItemsNews {
    padding-top: 60px;
}

.itemNews  {
    position: relative;
    margin-bottom: 20px;
}

.itemNews .wrapImg {
    width: 170px;
    height: 100px;
    display: inline-block;
    background-color: #c6c6c6;
    vertical-align: top;
    margin-right: 30px;
}

.itemNews .descriptionNews {
    display: inline-block;
    vertical-align: top;
}

.itemNews .descriptionNews .dateNews {
    color: #616161;
    font-size: 14px;
}

.itemNews .descriptionNews .titleNews {
    font-size: 18px;
    font-family: "ProximaNovaSemibold";
    text-transform: uppercase;
    padding: 10px 0;
    position: relative;
}

.itemNews .descriptionNews .titleNews a {
    color: #000;
    text-decoration: none;
}

.itemNews .descriptionNews .titleNews:hover a{
    color: #dc443a;
}

.itemNews .descriptionNews .titleNews:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #bababa;
    width: 145px;
}

.itemNews .descriptionNews .textNews {
    margin-top: 10px;
    line-height: 1;
}

.itemNews .readMore {
    position: absolute;
    right: 0;
    bottom: 0;
}

.itemNews .readMore a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #d4d4d4;
    line-height: 1;
}

.wrapImgNews {
    text-align: right;
    padding-top: 20px;
}

/*END NEWS*/


/*footer*/

.mainFooter {
    background-color: #e9e8e8;
    border-top: 1px solid #777;
    padding-top: 100px;
    padding-bottom: 110px;
}

.mainFooter ul {
    list-style-type: none;
}

.mainFooter ul li {
    margin-bottom: 20px;
}

.mainFooter ul li a {
    color: #000;
    font-family: "ProximaNovaLight";
    text-decoration: none;
}

.mainFooter .firstUl {
    padding-left: 65px;
}

.callbackFooter p {
    margin: 0;
    font-weight: bold;
}

.callbackFooter form {
    margin-top: 20px;
    height: 35px;
}

.callbackFooter form input[type="search"] {
    border: 1px inset #777;
    padding: 7px 0 7px 10px;
    font-family: "ProximaNovaLight";
    float: left;
    outline: none;
    background-color: transparent;
}

.callbackFooter form input[type="submit"] {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    padding: 7px 10px;
    border: none;
    height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    outline: none;
}

.callbackFooter ul {
    display: block;
    margin-top: 15px;
}

.callbackFooter ul li {
    margin-bottom: 15px;
    font-family: "ProximaNovaLight";
}


/*end footer*/


#toTop {
    width: 35px;
    height: 35px;
    border:1px solid #000;
    background:#fff;
    text-align:center;
    padding:5px;
    position:fixed;
    bottom:10px; /* отступ кнопки от нижнего края страницы*/
    cursor:pointer;
    display:none;
    color:#333;
    font-family:verdana;
    font-size:11px;
    background-image: url(../img/arrow.png);
    transform: rotate(90deg);
    background-repeat: no-repeat;
    background-position: center;
    z-index:2000;
}

/*cart-nav*/

/*.itemNewProduct .wrapImg .blockImage {
	display: none;
}*/
.itemNewProduct .wrapImg .blockImage.active {
    display: block;
}

.cart-nav {
    position: absolute;
    left: 5px;
    top: 5px;
    opacity: 0;
    z-index: -10000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.itemNewProduct:hover .cart-nav {
    opacity: 1;
    z-index: 10000;
    max-width: 70px;
    position: absolute;
}

.sliderNewProduct .itemNewProduct:hover .wrapImg img {
    left: 40px;
    z-index: -1;
}

.cart-nav .navImage {
    width: 70px !important;
    height: 70px;
    margin-bottom: 5px;
    background-color: #fff;
    outline: none;
}

.cart-nav .navImage img {
    max-width: 68px;
}

.cart-nav .navImage.slick-current  {
    border: 1px solid #7a7a7a;
}

.cart-nav div img {
    width: 100%;
}

.wrapImg .blockImage {
    min-height: 268px !important;
    outline: none;
}

/*BREADCRUMBS*/

.breadcrumbsBlock {
	margin-bottom: 16px;
    padding-left: 10px;
}

.breadcrumbList li {
    display: inline-block;
    list-style-type: none;
    margin-right: 2px;
}

.breadcrumbList li span {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    text-transform: lowercase;
    font-family: "ProximaNovaLight";
}

.breadcrumbList li.activePage a {
    border-bottom: 1px solid #000;
}


/*BREADCRUMBS*/


/*CATEGORY*/


.sidebarColumn ul {
    list-style-type: none;
    font-size: 20px;
}

.sidebarColumn > ul {
    border-right: 1px solid #000;
}

.sidebarColumn .mainCategory {
    padding-right: 10px;
}

.sidebarColumn .mainCategory a {
    color: #000;
    text-transform: uppercase;
    font-family: "ProximaNovaSemibold";
    text-decoration: none;
}

.sidebarColumn ul li {
    text-transform: lowercase;
}

.sidebarColumn ul li.--level-3 {
    padding-left: 15px;
}

.sidebarColumn ul li.--level-4 {
    padding-left: 30px;
}

.sidebarColumn ul li a {
    color: #000;
}

.sidebarColumn ul li.--level-3 a,
.sidebarColumn ul li.--level-4 a {
    color: #626262;
    font-size: 18px;
}

.sidebarColumn .submenuCat a:hover {
    border-bottom: 1px solid #000;
    text-decoration: none;
}

.sidebarColumn > ul > li {
    padding: 15px 0 20px;
    border-bottom: 1px solid #000;
} 

.mainCategory .slideList {
    display: inline-block;
    float: right;
    width: 20px;
    height: 20px;
    border: 1px solid;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.mainCategory .slideList:before {
    position: absolute;
    content: '';
    left: 1px;
    width: 16px;
    height: 2px;
    top: 9px;
    background-color: #000;
}

.mainCategory .slideList:after {
    position: absolute;
    content: '';
    left: 8px;
    width: 2px;
    height: 15px;
    top: 2px;
    background-color: #000;
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mainCategory .slideList.plus:after {
    position: absolute;
    content: '';
    left: 8px;
    width: 2px;
    height: 15px;
    top: 2px;
    background-color: #000;
    transform: scale(1);
}

.sidebarColumn .submenuCat {
    padding-left: 15px;
    line-height: 1.4;
    display: none;
}

.sidebarColumn .submenuCat.slideThis {
    display: block;
}


.main-content {
    padding-top: 15px;
    padding-left: 0;
    min-height: 705px;
}

.productsList .settingsProducts{
    padding-left: 10px;
    margin-top: 15px;
}


.productsList .settingsProducts .titleContent {
    font-size: 20px;
    font-family: "ProximaNovaSemibold";
    text-transform: uppercase;
}

.productsList .settingsProducts .sortControl {
    font-size: 16px;
    font-family: "ProximaNovaLight";
    margin-top: 15px;
}

.productsList .settingsProducts .sortControl span {
    vertical-align: middle;
}

.productsList .settingsProducts .sortControl .sortActiveBlock {
    display: inline-block;
    vertical-align: middle;
}

.productsList .settingsProducts .sortControl .sortActiveBlock span {
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
}

.productsList .settingsProducts .sortControl .sortActiveBlock ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    /* left: -5px; */
    left: auto;
    border: 1px solid #000;
    padding: 6px 10px 6px 10px;
    margin: 0;
    width: 160px;
    z-index: 1000;
}

.productsList .settingsProducts .sortControl .sortActiveBlock ul li {
    font-size: 16px;
}

.productsList .settingsProducts .sortControl .sortActiveBlock ul li a {
    color: #000;
}
.productsList .settingsProducts .sortControl .sortActiveBlock {
    position: relative;
}

.productsList .settingsProducts .sortControl .sortActiveBlock ul.active-list {
    display: block;
    list-style-type: none;
}

.productsList .settingsProducts .sortControl .sortActiveBlock img {
    width: 14px;
    margin-left: 10px;
    cursor: pointer;
    transform: rotate(90deg);
}

.productsList .settingsProducts .sortNumbers {
    float: right;
}

.productsList .settingsProducts .sortNumbers a {
    color: #000;
    text-transform: uppercase;
    margin-left: 10px;
    text-decoration: none;
}
.productsList .settingsProducts .sortNumbers a.activeNumb {
    color: #dc443a;
}

.wrapProducts {
    padding: 0 0 70px 0;
}

.wrapProducts.row {
    margin-left: 0;
    margin-right: 0;
}
.itemProduct a {
    text-decoration: none;
    color: #000;
}

.itemProduct .descriptionPrdct {
    text-align: center;
    padding-top: 10px;
}
.itemProduct .descriptionPrdct .numbProduct {
    color: #616161;
    margin: 0;
}

.itemProduct .descriptionPrdct .nameProduct {
    color: #000;
    font-size: 20px;
    font-family: "ProximaNovaSemibold";
    margin: 5px 0;
    overflow: hidden;
    height: 45px;
}

.itemProduct .descriptionPrdct .priceProduct {
    font-size: 20px;
    margin: 0;
}
.itemProduct {
    border: 1px inset transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    padding: 10px;
    outline: none;
    height: 395px;
}

.itemProduct:hover {
    border: 1px inset #787878;
}

.itemProduct .wrapImg {
    height: 267px;
    overflow: hidden;
}
.itemProduct .wrapImg img {
    display: block;
    margin: auto;
    max-width: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    left: 0;
    position: relative;
}

.itemProduct .wrapImg .blockImage.active {
    display: block;
}


.itemProduct:hover .cart-nav {
    opacity: 1;
    z-index: 10000;
    max-width: 70px;
    position: absolute;
}
.itemProduct:hover .wrapImg img {
    left: 40px;
    z-index: -1;
}

/*CATEGORY*/


.post-navigation {
    padding-bottom: 45px;
}

.post-navigation a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    margin-left: 10px;
}

.post-navigation a:hover {
    color: #dc443a;
}

.post-navigation a.activePage {
    color: #dc443a;
}

/*POPUP PRODUCT*/

.popup_Product {
    position: relative;
    z-index: 10;
}
.popup_Product .slider-product {
    margin-top: 110px;
}
.popup_Product .slider-product .wrapImgProduct {
    padding-left: 120px;
    padding-right: 0px;
}
.popup_Product .slider-product .wrapImgProduct .blockImage{
	max-height: 450px !important;
    overflow: hidden;
}
.popup_Product .slider-product .wrapImgProduct img {
    width: 100%;
}

.popup_Product .slider-product .cartProduct-nav {
    opacity: 1;
    z-index: 10;
    max-width: 100px;
    position: absolute;
}
.cartProduct-nav {
    position: absolute;
    left: 15px;
    top: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cartProduct-nav .navImage.slick-current  {
    border: 1px solid #7a7a7a;
    outline: none;
}
.popup_Product .slider-product .slick-prev {
    left: 28px;
    top: -40px;
    width: 35px;
    transform: rotate(-90deg);
    height: 35px;
}
.popup_Product .slider-product .slick-next {
    left: 28px;
    width: 35px;
    top: 102%;
    transform: rotate(90deg);
    height: 35px;
}
.popup_Product .slider-product .slick-prev:before, 
.popup_Product .slider-product .slick-next:before {
    content: '';
    background-image: url(../img/next.svg);
    width: 35px;
    height: 35px;
    -webkit-background-size: 100%;
    z-index: 10000;
    position: absolute;
    left: 0;
    background-size: 100%;
    top: 0;
}

.popup_Product .slider-product .cartProduct-nav .navImage {
    width: 98px !important;
    height: 98px;
}

.popup_Product .slider-product .cartProduct-nav .navImage img {
    max-width: 100%;
}
.popup_Product .description-product {
	/*    padding-top: 15px;*/
}

.popup_Product .description-product .title-product {
    font-size: 20px;
    font-family: "ProximaNovaSemibold";
    text-transform: uppercase;
}
.popup_Product .description-product .price-product {
    font-size: 30px;
    font-family: "ProximaNovaLight";
    margin-top: 20px;
}
.popup_Product .description-product ul {
	list-style-type: none;
	column-count: 2;
}

.popup_Product .description-product .info-product {
    margin-top: 20px;
}

.popup_Product .description-product .info-product li {
    font-size: 16px;
    line-height: 1.4;
}
.popup_Product .description-product .info-product li span {
    font-family: "ProximaNovaSemibold";
    margin-left: 5px;
}

.popup_Product .description-product .size-block {
    margin-top: 50px;
}

.popup_Product .description-product .size-block a.search-size-link {
    font-family: "ProximaNovaLight";
    border-bottom: 1px solid;
    text-decoration: none;
    color: #000;
}
.popup_Product .description-product .choice-size {
	margin-top: 14px;
	margin-bottom: 4px;
}

.popup_Product .description-product .choice-size .modal-inline-table-size {
	font-size: 14px;
	color: #afafaf;
}
.popup_Product .description-product .choice-size .avaliable-count {
	font-size: 14px;
	color: #505050;
}


.choice-size input[type="radio"] {
    display: none;
}

.sizeListCheck {
    cursor: pointer;
}

.sizeListCheck label {
    cursor: pointer;
}


.popup_Product .description-product .choice-size p {
    margin: 0;
}

.popup_Product .description-product .size-block ul li {
    display: inline-block;
    padding: 5px 3px;
    border: 1px solid #000;
    margin-right: 5px;
    cursor: pointer;
    margin-top: 12px;
}

.popup_Product .description-product .size-block ul li.active-size,
/*.popup_Product .description-product .size-block ul li:hover {
    border: 1px solid #f14646;
}*/

.popup_Product .description-product .quantity-product {
    margin-top: 40px;
}

.popup_Product .description-product .quantity-product p {
    margin: 0;
}

.popup_Product .description-product .quantity-product .quantity-block {
    margin-top: 10px;
    max-width: 116px;
}

.popup_Product .description-product .quantity-product .quantity-block a {
    width: 28px;
    height: 28px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    border: 1px solid #000;
    vertical-align: middle;
}
.popup_Product .description-product .quantity-product .quantity-block a.plus-quantly {
    float: right;
    cursor: pointer;
}
.popup_Product .description-product .quantity-product .quantity-block a.minus-quantly {
    float: left;
    cursor: pointer;
}
.popup_Product .description-product .quantity-product .quantity-block input {
    vertical-align: middle;
    display: inline-block;
    height: 28px;
    border-left: none;
    border-right: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 60px;
    text-align: center;
    outline: none;
    font-size: 22px;
}

.popup_Product .description-product .quantity-product .quantity-block a.plus-quantly:before {
    position: absolute;
    content: '';
    left: 5px;
    width: 16px;
    height: 2px;
    top: 12px;
    background-color: #000;
}
.popup_Product .description-product .quantity-product .quantity-block a.plus-quantly:after {
    position: absolute;
    content: '';
    left: 12px;
    width: 2px;
    height: 15px;
    top: 5px;
    background-color: #000;
    transform: scale(1);
}
.popup_Product .description-product .quantity-product .quantity-block a.minus-quantly:before {
    position: absolute;
    content: '';
    left: 5px;
    width: 16px;
    height: 2px;
    top: 12px;
    background-color: #000;
}

.popup_Product .btn-product {

}

.popup_Product .btn-product a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    position: relative;
}
.popup_Product .btn-product a:hover {
    color: #f14646;
}

.popup_Product .btn-product a.add_in_basket {
    border: 1px solid #000;
    padding: 15px 45px;
    text-align: center;
    width: 320px;
}

.popup_Product .btn-product a.add_in_favourite {
	font-size: 0;
}

.popup_Product .btn-product a.add_in_favourite:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../img/favorite.svg);
    background-size: 100%;
    right: 15px;
    top: 1px;
}
.popup_Product .btn-product a.add_in_favourite.in-favor:before {
    background-image: url(../img/favorite-active.svg);
}

.itemProduct:hover .fast_view {
    opacity: 1;
    z-index: 100000;
}

.fast_view {
    position: absolute;
    top: 110px;
    left: 65px;
    right: 0;
    text-align: center;
    z-index: -100000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    display:none;
}

.fast_view a {
    border: 1px solid #c8bcbe;
    background-color: rgba(255,255,255,0.9);
    color: #000;
    padding: 10px;
    font-family: "ProximaNovaSemibold";
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    outline: none;
}

/*POPUP PRODUCT*/


.over-y-scroll {
	/* overflow-y: hidden;*/
}
#fancybox-wrap {
    z-index: 101500 !important;
}
.title-search-result #row_1 th{
    
}

/*FOR RESPONSIVE*/

img {
    max-width: 100%;
}

.toggle_mnu {
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 100;
    outline: none;
border: none; }
.toggle_mnu span {
    display: block; 
}

.sandwich {
    width: 30px;
    height: 28px;
    position: absolute;
    top: 8px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
z-index: 200; }

.sw-topper {
    position: relative;
    top: 0;
    width: 30px;
    height: 3px;
    background: #000;
    border: none;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: -webkit-transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s;
display: block; }

svg path {
fill: #e0e0e0; }

.sw-bottom {
    position: relative;
    width: 30px;
    height: 3px;
    top: 6.6px;
    background: #000;
    border: none;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: -webkit-transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
transition-delay: 0.2s, 0s; }

.sw-footer {
    position: relative;
    width: 30px;
    height: 3px;
    top: 13.5px;
    background: #000;
    border: none;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.1s;
transition-delay: 0.1s; }

.sandwich.active .sw-topper {
    top: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
transform: rotate(-45deg); }
.sandwich.active .sw-bottom {
    top: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
transform: rotate(45deg); }
.sandwich.active .sw-footer {
    opacity: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
transform: rotate(180deg); }

.top_mnu {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 50;
    right: 0;
    top: 0;
display: none; }
.top_mnu ul,
.top_mnu li {
    list-style-type: none;
    padding: 0;
margin: 0; }
.top_mnu ul {
    margin-top: 180px;
    text-align: center;
    -webkit-animation-duration: 0.01s;
animation-duration: 0.01s; }
.top_mnu ul li:nth-child(1) a {
    -webkit-animation-delay: 0;
animation-delay: 0; }
.top_mnu ul li:nth-child(2) a {
    -webkit-animation-delay: 0.1s;
animation-delay: 0.1s; }
.top_mnu ul li:nth-child(3) a {
    -webkit-animation-delay: 0.2s;
animation-delay: 0.2s; }
.top_mnu ul li:nth-child(4) a {
    -webkit-animation-delay: 0.3s;
animation-delay: 0.3s; }
.top_mnu ul a {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    opacity: 1;
    position: relative;
    height: 60px;
outline: none; }
.top_mnu ul a span {
    display: block;
    position: relative;
    top: -40px;
    left: 0;
    height: 100%;
    -webkit-transition: all 0.5s ease;
transition: all 0.5s ease; }
.top_mnu ul a span:hover {
background-color: rgba(255, 255, 255, 0.08); }

.top_wrapper {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
z-index: 10; }
.top_wrapper .top_descr {
display: table-row; }
.top_wrapper .top_descr .top_centered {
    display: table-cell;
    text-align: center;
vertical-align: middle; }
.top_wrapper .top_text {
    display: inline-block;
    -webkit-transition: all 1s ease;
transition: all 1s ease; }
.top_wrapper .top_text p {
    margin: 0;
    text-transform: uppercase;
    -webkit-animation-delay: 1s;
animation-delay: 1s; }
.top_wrapper .top_text h1 {
    display: inline-block;
    padding: 10px 35px;
    color: #fff;
    border: 8px solid #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.8em;
    background-color: rgba(0, 0, 0, 0.1);
    margin-left: 20px;
    margin-right: 20px;
    -webkit-animation-delay: 0.5s;
animation-delay: 0.5s; }

.toggle_mnu {
background-color: transparent; }


.mobSearchBlock {
    width: 100%;
    border-top: 1px solid #000;
    height: 35px;
    border-bottom: 2px solid #000;
}

.mobSearchBlock form {
    padding: 0 3px;
}
.mobSearchBlock input {
    border: none;
    padding: 0;
    height: 31px;
    margin-top: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.mobSearchBlock input[type="search"] {
    width: calc(100% - 30px);
} 

.mobSearchBlock input[type="submit"] {
    width: 30px;
    float: right;
    background-image: url(../img/magnifying-glass-black.svg);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: #fff;
	text-indent: 3000px;
} 
.search-page input[type="text"]{
    width: 75%;
    margin-left: 2%;
    padding-left: 10px;
}
.api_auth{
	margin: 20px;
}
.mobTopBlock {
    margin-top: 30px;
}
.mobTopBlock a img {
    width: 100%;
    display: block;
}

.mobTopBlock a p {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
}

.mobTopBlock .col-xs-4 {
    margin-bottom: 10px;
}

.mobMiddleBlock {
    margin-top: 40px;
}
.mobMiddleBlock .mobMiddleItem {
    margin-bottom: 35px;
}
.mobMiddleBlock .mobMiddleItem a p {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
}

.mobMiddleBlock .mobMiddleItem img {
    width: 100%;
}

/*МОБ МЕНЮ*/

.mobMenuBlock .container {
    padding: 0;
}

.bodyTransition {
    left: 0;
    position: relative;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.mobMenuBlock {
    display: none;
    position: absolute;
    left: calc(-100% + 55px);
    background-color: #e6e6e6;
    top: 0;
    bottom: 0;
    padding: 0px 20px;
    width: calc(100% - 55px);
    -webkit-transition: all 1s ease;
    z-index: 1000;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    border-right: 1px solid #8c8c8c;
}

.mobMenuBlock ul {
    padding: 20px 0px;
    border-bottom: 1px solid #8c8c8c;
}
.mobMenuBlock ul:last-child {
    border-bottom: 0;
}
.mobMenuBlock ul li {
    list-style-type: none;
    font-size: 15px;
    line-height: 1;
    color: #000;
    font-weight: 700;
}
.mobMenuBlock ul li:last-child {
    margin-bottom: 0;
}

.mobMenuBlock ul li a {
    color: #000;
    text-decoration: none;
}

.mobMenuBlock .mob-sub-menu {
    padding: 0 0 0 25px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.mobMenuBlock .mob-sub-menu li.lvl2parent > .mob-sub-menu {
    overflow: visible;
    height: auto;
}
.mobMenuBlock .mob-sub-menu.slide-mob {
    height: auto;
    opacity: 1;
}

.mobMenuBlock .mob-sub-menu li {
    text-transform: uppercase;
}

.mobMenuBlock ul li span {
    padding: 10px 15px;
    display: block;
}

.mobMenuBlock ul li span:hover,
.mobMenuBlock ul li span:active,
.mobMenuBlock ul li span:focus {
    background-color: #fff;
}

.load-more-products {
    text-align: center;
}

.load-more-products a {
    max-width: 210px;
    border: 1px solid #777777;
    display: block;
    margin: 40px auto;
    color: #000;
    height: 35px;
    text-transform: uppercase;
    line-height: 35px;
    background-color: #fff;
}


/*mobile_product*/

.popup_Product.mobileProduct .slider-product {
    margin-top: 10px;
}

.popup_Product.mobileProduct .slider-product .wrapImgProduct {
    padding-left: 20px;
    padding-right: 20px;
}

.popup_Product.mobileProduct .slider-product .cartProduct-nav {
    position: relative;
    width: 100%;
    max-width: 100%;
    left: 0;
	
    margin: auto;
    padding: 0 20px;
}

.popup_Product.mobileProduct .slider-product .cartProduct-nav .navImage {
    height: auto;
}

.popup_Product.mobileProduct .slider-product .slick-prev {
    left: -20px;
    top: 35%;
    transform: rotate(-180deg);
    height: 35px;
    z-index: 10;
}

.popup_Product.mobileProduct .blockImage img {
    margin: auto;
}

.popup_Product.mobileProduct .slider-product .slick-next {
    left: 28px;
    top: 35%;
    transform: rotate(360deg);
    height: 35px;
    right: -20px;
    left: auto;
}

.popup_Product.mobileProduct .slider-product .slick-prev:before,
.popup_Product.mobileProduct .slider-product .slick-next:before {
    width: 28px;
    height: 28px;
}

.cartProduct-nav .navImageMob.slick-current {
    outline: none;
    position: relative;
}
.cartProduct-nav .navImageMob.slick-current:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #7a7a7a;
    content: '';
}

.popup_Product .description-product .title-product-mob {
	margin-top: 20px;
	font-family: "ProximaNovaRegular";
	font-size: 20px;
	font-weight: normal;
	color: #3b3b3b;
}


.popup_Product .description-product .article-mob {
    font-family: "ProximaNovaSemibold";
}


.popup_Product .description-product .price-product-mob {
	font-size: 18px;
	color: #505050;
}

.popup_Product .description-product .price-product-mob .cyrency-price {
    display: inline-block;
    margin-right: 30px;
    font-size: 40px;
	color: #3b3b3b;
}

.popup_Product .description-product .price-product-mob .old-price {
    font-size: 22px;
    color: #818181;
    display: inline-block;
    position: relative;
    font-family: "ProximaNovaSemibold";
}
.popup_Product .description-product .price-product-mob .old-price:before {
    content: '';
    position: absolute;
    width: 110%;
    left: -5%;
    top: 45%;
    height: 1px;
    background-color: #818181;
}


.popup_Product .description-product .price-product-mob.--na > span {
    display: none;
}

.popup_Product .description-product .price-product-mob.--na .cyrency-price {
    font-size: 14px;
    font-weight: bold;
    max-width: 238px;
}

.popup_Product .description-product .color-mob-block {
	font-size: 18px;
	color: #505050;
}
.popup_Product .description-product .color-mob {
	margin-top: 0;
	margin-right: -3px;
}
.popup_Product .description-product .color-mob a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 4px;
	border: 2px solid #b2b2b2;
	box-sizing: content-box;
}
.popup_Product .description-product .color-mob a.current {
	border-color: #00a3de;
}
.popup_Product .description-product .color-mob a img {
	border: 0;
}








.popup_Product.mobileProduct .description-product .size-block {
    margin: 0 0 25px 0;
}

.popup_Product.mobileProduct .btn-product a {
    margin: auto;
    max-width: 320px;
}
.popup_Product.mobileProduct .btn-product a.add_in_favourite {
    padding: 0 0 0 50px;
}

.popup_Product.mobileProduct .description-product .info-product-mob {
    padding: 8px 0;
    margin: 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
	
}
.popup_Product.mobileProduct .description-product .info-product-mob + .info-product-mob{
    border-top: 0;
}

.popup_Product.mobileProduct .description-product .info-product-mob li {
	font-family: "ProximaNovaSemibold";
	font-size: 14px;
	line-height: 1.4;
	color: #505050;
}

.popup_Product.mobileProduct .description-product .info-product-mob li span {
	font-family: "ProximaNovaRegular";
    margin-left: 5px;
}



.popup_Product .collapse-link {
	font-size: 14px;
	line-height: 16px;
	color: #505050;
	text-decoration: none;
	text-transform: uppercase;
}
.popup_Product .collapse-link .icon {
	font-size: 30px;
	color: #9a9a9a;
}

.popup_Product .collapse-block {
	display: none;
	margin-top: 6px;
	padding-top: 10px;
	border-top: 1px solid #dbdbdb;
}
.popup_Product .collapse-link.active + .collapse-block {
	display: block;
}



.popup_Product .description {
	font-size: 12px;
	color: #505050;
}






/*REGISTER PAGE*/

.register-page {
    margin-top: 20px;
    padding-bottom: 70px;
}

.register-page .register-block {
    padding: 25px 20px;
    margin-top: 20px;
    border: 1px solid #000;
}

.titleForm {
    display: block;
    margin: auto;
    text-transform: uppercase;
    font-family: "ProximaNovaSemibold";
    font-size: 20px;
    text-align: center;
}

.register-page .register-block form {
    max-width: 830px;
    margin: auto;
    width: 72%;
    padding-top: 35px;
    padding-bottom: 80px;
    ;
}

.register-page .register-block form ul {
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

.register-page .register-block form ul.fr_ul {
    float: right;
}

.register-page .register-block form ul li {
    margin-bottom: 30px;
    list-style-type: none;
    position: relative;
    font-size: 16px;
}

.register-page .register-block form ul li input {
    width: 320px;
    border: 1px solid #787878;
    height: 34px;
    padding-left: 10px;
    outline: none;
}

.register-page .register-block form ul:first-child li input {
    padding-left: 14px;
}

.register-page .register-block form ul:first-child li:before {
    content: '*';
    position: absolute;
    left: 10px;
    top: 8px;
    color: #e12020;
}
.register-page .register-block form .noteform {
    font-family: "ProximaNovaLight";
    font-size: 15px;
}
.register-page .register-block form ul .noteform:before {
    display: none;
}
.required_span {
    color: #e12020;
}

.register-page .register-block form .submitBtn {
    display: block;
    margin: auto;
    padding: 12px 45px;
    border: 1px solid #000;
    font-size: 20px;
    background-color: transparent;
    text-transform: uppercase;
    margin-top: 25px;
}
.register-page .register-block form .checkbox-block {
    margin-top: 60px;
}
form .checkbox-block label {
    position: relative;
    left: 30px;
    font-size: 16px;
    cursor: pointer;
}


form .checkbox-block label:before {
    content: '';
    width: 25px;
    height: 25px;
    border: 1px solid #000;
    position: absolute;
    left: -30px;
    top: -3px;
    background-position: center;
    background-repeat: no-repeat;
}

form .checkbox-block input[type="checkbox"] {
    display: none;
}

form .checkbox-block input[type="checkbox"]:checked + label:before {
    background-image: url(../img/checked.png);
}


/*LK*/


.sidebarColumnLK ul {
    padding: 25px 0 0;
    list-style-type: none;
}

.sidebarColumnLK ul li {
    margin-bottom: 20px;
    line-height: 1;
}

.sidebarColumnLK ul li a {
    color: #818181;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "ProximaNovaSemibold";
}

.sidebarColumnLK ul li.active a,
.sidebarColumnLK ul li a:hover {
    color: #000;
}

.lk-content {
    border-left: 1px solid #000;
    padding-left: 20px;
}

.sortControlLK {
    font-size: 16px;
    font-family: "ProximaNovaLight";
}

.sortControlLK span {
    vertical-align: middle;
}

.sortControlLK .sortActiveBlock {
    display: inline-block;
    vertical-align: middle;
}

.sortControlLK .sortActiveBlock span {
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
    font-weight: bold;
}

.sortControlLK .sortActiveBlock ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: -5px;
    background-color: #fff;
    border: 1px solid #000;
    padding: 6px 10px 6px 20px;
    margin: 0;
    z-index: 1000;
}

.sortControlLK .sortActiveBlock ul li {
    font-size: 16px;
}

.sortControlLK .sortActiveBlock ul li a {
    color: #000;
}
.sortControlLK .sortActiveBlock {
    position: relative;
    min-width: 150px;
}

.sortControlLK .sortActiveBlock ul.active-list {
    display: block;
    list-style-type: none;
}

.sortControlLK .sortActiveBlock img {
    width: 14px;
    margin-left: 10px;
    float: right;
    cursor: pointer;
    transform: rotate(90deg);
}

.sort-table-lk {
    margin-top: 15px;
}
.sort-table-lk > div {
    display: inline-block;
    vertical-align: middle;
}

.sort-table-lk .summ-order span {
    display: inline-block;
    margin-left: 5px;
    font-weight: bold;
}

.sort-table-lk .summ-order {
    margin-right: 135px;
}

.lk-content {
    padding-bottom: 200px;
}

.lk-content .titleContent {
    font-size: 20px;
    font-family: "ProximaNovaSemibold";
    text-transform: uppercase;
    margin-top: 15px;
}

.lk-content .breadcrumbsBlock {
    padding-left: 0;
}

.lk-content .table-lk thead {
    color: #818181;
    font-size: 16px;
}

.lk-content .table-lk {
    border: 1px solid #000;
    padding: 10px 10px 15px;
    width: 100%;
}

.lk-content .table-lk table {
    width: 100%;
    text-align: center;
	
}

.lk-content .table-lk table thead td {
    padding: 20px 0;
}

.lk-content .table-lk table td {
    padding: 12px 0;
    vertical-align: middle;
}

.lk-content .table-lk table tbody tr {
    border-top: 1px solid #000;
}

.lk-content .table-lk table .status_pay {
    max-width: 115px;
    display: inline-block;
    vertical-align: text-bottom;
}

.lk-content .table-lk table .numb_order {
    width: 110px;
    float: left;
    margin-bottom: 5px;
}
.lk-content .table-lk table .title-mob {
    display: none;
}

.lk-content .table-lk table thead .numb_order {
    margin-bottom: -5px;
}

.lk-content .table-lk table .price_order {
    font-weight: bold;
}

.lk-content .table-lk table .green {
    color: #69b078;
}
.lk-content .table-lk table .orange {
    color: #ce954c;
}
.lk-content .table-lk table .red {
    color: #c85252;
}

.personal-data {
    padding: 50px 70px;
    border: 1px solid #000;
    margin-top: 20px;
}

.personal-data .wrap_personal > div {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    max-width: 330px;
}

.personal-data .wrap_personal > div.ur-personal {
    margin-left: 8%;
} 

.personal-data .wrap_personal > div .title-personal {
    text-transform: uppercase;
    color: #787878;
    border: 1px solid #787878;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    padding: 6px ;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.personal-data .wrap_personal > div input {
    border: 1px solid #777777;
    color: #000;
    width: 100%;
    padding: 6px 8px;
    outline: none;
    margin-top: 25px;
}

.personal-data .wrap_personal .wrap-title-mob-presonal {
    display: none;
}

.personal-data .wrap_personal > div form {
    display: none;
}

.personal-data .wrap_personal > div.active_form form {
    display: block;
}

.personal-data .wrap_personal > div.active_form .title-personal {
    color: #000;
    border: 1px solid #000;
}

.personal-data  .note-personal {
    color: #d12626;
    display: block;
    margin-top: 35px;
}

.personal-data  .submit-data {
    text-align: right;
    margin-top: 30px;
}
.personal-data  .submit-data input {
    background-color: transparent;
    text-transform: uppercase;
    padding: 0;
    border: none;
    font-size: 20px;
    line-height: 1;
    border-bottom: 1px solid #d4d4d4;
}



.change-pass {
    padding: 60px 70px 90px;
    border: 1px solid #888888;
    margin-top: 20px;
}

.change-pass input {
    border: 1px solid #777777;
    color: #000;
    padding: 6px 8px;
    outline: none;
    width: 330px;
    display: block;
    margin: auto;
    margin-top: 25px;
}

.change-pass .btn-cont {
    margin-top: 75px;
    text-align: center;
}

.change-pass .btn-cont input {
    padding: 11px;
    border: 1px solid #000;
    text-transform: uppercase;
    font-size: 20px;
    background-color: transparent;
    color: #000;
    width: 290px;	
    margin: 0 15px;
    display: inline;
}

.change-pass .btn-cont .cancel-form {
    border: 1px solid #888888;
}

.loyal-program {
    padding: 55px 65px;
    border: 1px solid #888888;
    margin-top: 20px;
}
.loyal-program p {
    margin: 0;
    line-height: 1.4;
    text-align: justify;
}

.loyal-program .discount {
    font-size: 20px;
    font-family: "ProximaNovaSemibold";
    text-align: center;
    margin-top: 50px;
    text-transform: uppercase;
}

.loyal-program .discount .numb_discount {
    font-size: 40px;
    font-family: "ProximaNovaLight";
    margin-top: 5px;
}


.linkProduct {
    position: absolute;
	/* display: none;*/
    right: 0;
    z-index: 1000;
    top: 0;
    left: 0;
    bottom: 0;
}


.reg-form {
    text-align: center;
}

.wrapMainMenu .container {
    padding: 0;
}

.mob_basket_link {
	display: none;
}

#basket_items .current_price,
#basket_items .old_price {
    font-size: 16px;
}

.bx_ordercart .bx_ordercart_order_table_container tbody tr .custom div {
    font-size: 16px;
}
.bx_ordercart .bx_ordercart_order_table_container tbody tr .custom div.centered {
    font-size: 14px;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto {
    width: 12%;
}


/*new*/

.itemProductnew .product-label {
	margin-left: 0;
}
.itemProductnew .product-label.bottom-right {
	top: unset;
	bottom: 2px;
	right: 2px;
}
.itemProductnew .product-label.bottom-left {
	top: unset;
	bottom: 2px;
	right: unset;
	left: 2px;
}

.itemProductnew .product-label .p-label {
	border: 1px solid #fa0000;
	border-radius: 4px;
	margin: 0 0 4px;
	padding: 5px;
	font-weight: lighter;
	line-height: 1;
	background-color: #fa0000;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	overflow: hidden;
}
.itemProductnew .product-label .p-label.sale {
	padding: 0;
}
.itemProductnew .product-label .p-label .h {
	flex: 1 1 100%;
	padding: 5px;
	text-align: center;
}
.itemProductnew .product-label .p-label .date {
	display: block;
	padding: 2px;
	font-weight: lighter;
	background-color: #fff;
	font-size: 12px;
	line-height: 10px;
	color: #242424;
	text-transform: lowercase;
    text-align: center;
}

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

    .itemProductnew .product-label .p-label {
        border-radius: 2px;
        padding: 3px 5px 2px;
        line-height: 1;
        font-size: 12px;
        text-transform: lowercase;
    }

}

.itemProductnew .collection-section {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.itemProductnew .collection-section a {
    display: inline-block;
    padding: 1px 6px;
    background-color: rgb(0 0 0 / 0.5);
    font-size: 13px;
    line-height: 13px;
    color: #fff;
}



.itemProductnew .cartnavigation {
    position: absolute;
	left: 5px;
	top: 5px;
	width: 70px;
	opacity: 0;
	overflow-y: hidden;
	height: 298px;
	z-index: -10000;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.bx-no-touch .itemProductnew:hover .cartnavigation {
    opacity: 1;
    z-index: 10000;
}

@media (max-width: 565px) {

	.itemProductnew .cartnavigation {
		display: none;
	}

}

.itemProductnew .cartnavigation .navigation-item {
    width: 70px !important;
    height: 70px;
    margin-bottom: 5px;
    background-color: #fff;
    outline: none;
}

.itemProductnew .cartnavigation .navigation-item.slick-current {
    border: 1px solid #7a7a7a;
}

.itemProductnew {
	position: relative;
	padding: 0;
}
.bx-no-touch .itemProductnew:hover {
    min-height: 390px;
}


.itemProductnew .itemProductnew-block {
	border: 1px inset transparent;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	padding: 10px 10px 10px 10px;
	outline: none;
	background-color: #fff;
}
.itemProductnew.not-quantity .itemProductnew-block {
	background-color: #ececec;
	opacity: 0.7;
}
.bx-no-touch .itemProductnew:hover .itemProductnew-block {
	position: absolute;
	z-index: 999;
	box-shadow:inset 0 0 4px rgba(0,0,0,0.5);
	box-shadow: 0 0 3px 1px rgb(0 0 0 / 0.15) !important;
	width: calc(100% - 20px);
}

@media (max-width: 565px) {

	.itemProductnew .itemProductnew-block {
		padding: 0;
	}

}



.itemProductnew .mainimg img {
    display: block;
	margin: auto;
	max-width: 100%;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	left: 0;
	position: relative;
}
.bx-no-touch .itemProductnew:hover .mainimg img {
    left: 40px;
    z-index: 0;
}

.itemProductnew .descriptionPrdct {
    text-align: center;
    padding-top: 5px;
    position: relative;
}

.itemProductnew .descriptionPrdct .numbProduct {
    color: #616161;
    margin: 0;
    text-transform: lowercase;
}

.itemProductnew .descriptionPrdct .nameProduct {
    color: #000;
    font-size: 15px;
    font-family: "ProximaNovaLight";
    margin: 5px 0;
    height: 45px;
    overflow: hidden;
    position: relative;
}

.itemProductnew .descriptionPrdct .tooltip_name {
    position: absolute;
	right: -5px;
	top: 15px;
	opacity: 0;
	background-color: #fff;
	z-index: 1000;
	border: 1px solid #000;
	padding: 5px;
}

.itemProductnew .descriptionPrdct .tooltip_name.activetooltip {
    opacity: 1;
}



.itemProductnew .descriptionPrdct .priceProduct {
	font-size: 25px;
	font-weight: bold;
	margin: 0;
}
.itemProductnew .descriptionPrdct .priceProduct.sale {
	color: #fa0000;
}
.itemProductnew .descriptionPrdct .old-priceProduct {
	margin: 0;
	margin-left: 8px;
	font-size: 20px;
	font-weight: bold;
	color: #989898;
	text-decoration: line-through;
}
.itemProductnew .descriptionPrdct .priceProduct.--na {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}


.itemProductnew .descriptionPrdct .color-mob {
    margin-top: 0;
	margin-right: -3px;
}
.itemProductnew .descriptionPrdct .color-mob a {
    width: 18px;
    height: 20px;
    margin-right: 3px;
    border: 1px solid lightgray;
    box-sizing: content-box;
}
.itemProductnew .descriptionPrdct .color-mob a.current {
	border: 1px solid #8cd5ef;
}
.itemProductnew .descriptionPrdct .color-mob a img {
    border: 0;
}


.itemProductnew .descriptionPrdct .choice-size {
	margin-top: 14px;
	margin-bottom: 4px;
}

.itemProductnew .descriptionPrdct .choice-size .modal-inline-table-size {
	font-size: 14px;
	color: #afafaf;
}
.itemProductnew .descriptionPrdct .choice-size .avaliable-count {
	font-size: 14px;
	color: #505050;
}


.itemProductnew .mainimg {
    /*min-height: 242px;*/
    outline: none;
    overflow: hidden;
}

.itemProductnew .mainimg:hover{
    cursor: pointer;
}

.itemProductnew .fast_view {
    width: 165px;
    left: 24%;
    display: none;
}

.itemProductnew:hover .fast_view {
    opacity: 1;
    z-index: 100000;
}
.copyright-container{text-align: center; margin-top: 20px;}

.footer-lang {

}

.footer-lang__item {
    margin-bottom: 6px;
}

.footer-lang__item:nth-last-child(1) {
    margin-bottom: 0px;
}

.footer-lang__item a {
    position: relative;
}

.footer-lang__item a:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: -35px;
    width: 24px;
    height: 16px;
}

.footer-lang__item.--ru a:before {
    background: url('../img/flag_ru.svg') 0 0 no-repeat;
    background-size: 100% auto;
}

.footer-lang__item.--by a:before {
    background: url('../img/flag_by.svg') 0 0 no-repeat;
    background-size: 100% auto;
}

.footer-lang__item.--kz a:before {
    background: url('../img/flag_kz.svg') 0 0 no-repeat;
    background-size: 100% auto;
}

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

    .footer-lang__item a:before {
        display: inline-block;
        position: relative;
        top: 4px;
        left: 0px;
        margin-right: 8px;
    }

}

.col-img {
    text-align: center;
    width: 70%;
    margin-left: 15%;
}
.mobSearch {
	display: none;
}

@media only screen and (min-width : 320px) and (max-width : 449px)
{
	.itemProductnew .cartnavigation {
		height: 150px;
	}
}

@media only screen and (min-width : 450px) and (max-width : 559px)
{
	.itemProductnew .cartnavigation {
		height: 225px;
	}
}









/*NEW*/

.itemProductnew {
	border: 1px inset transparent;
	position: relative;
	padding: 10px;
	outline: none;
}

.itemProduct {
	height:  590px;
}

.sizeSlider {
	text-align: center;
	padding:  0 40px;
}

.bx-no-touch .itemProductnew  .sizeSliderWrap,
.bx-no-touch .itemProductnew  .quantity,
.bx-no-touch .itemProductnew  .wrapBtnBuy {
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.bx-no-touch .itemProductnew:hover  .sizeSliderWrap,
.bx-no-touch .itemProductnew:hover  .quantity,
.bx-no-touch .itemProductnew:hover  .wrapBtnBuy {
	opacity: 1;
}

.sizeSliderWrap__title {
	padding: 10px 0;
}

.sizeSlider__item {
	font-weight: bold;
	padding: 5px 3px;
	border: 1px solid #000;
	margin-right: 5px;
	cursor: pointer;
 	font-size: 12px;
        height: 40px;
}

.sizeSlider .slick-prev {
    left: 15px;
    z-index: 100;
}

.sizeSlider .slick-next {
    right: 15px;
    z-index: 100;
}


.sizeSlider .slick-prev:before {
    color: #000;
}

.sizeSlider .slick-next:before {
    color: #000;
}







.size-wrap {
	margin-right: -3px;
	margin-bottom: -3px;
}

.size-wrap .size {
    width: calc(33% - 3px);
	margin-right: 3px;
	margin-bottom: 3px;
	padding: 1px 5px;
	border: 1px solid #c3c3c3;
	border-radius: 3px;
	font-size: 13px;
	line-height: 14px;
	color: #242424;
	cursor: pointer;
}
.size-wrap .size.activeSize {
	background-color: #00a3de;
	border: 1px solid #00a3de;
	color: #ffffff;
}

.size-wrap .size[product_quantity="0"] {
    background-color: #c3c3c3;
    border: 1px solid #c3c3c3;
    opacity: 0.5;
    cursor: not-allowed;
}

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

	.size-wrap .size {
		width: calc(50% - 3px);
		font-size: 12px;
		line-height: 14px;
	}

}
@media only screen and (max-width: 565px) {

	.size-wrap .size {
		font-size: 10px;
	}

}




.popup_Product .size-wrap .size {
    width: calc(25% - 3px);
	padding: 4px 5px;
	font-size: 16px;
	line-height: 16px;
}


@media (max-width: 1199px) {

	.popup_Product .size-wrap .size {
		font-size: 14px;
	}

}
@media (max-width: 991px) {

	.popup_Product .size-wrap .size {
		width: calc(33% - 3px);
	}

}
@media only screen and (max-width: 768px) {



}
@media (max-width: 565px) {

	.popup_Product .size-wrap .size {
		width: calc(50% - 3px);
	}

}















.buttons-block {
	margin-top: 10px;
}


.wrapBtnBuy {
	text-align: center;
}

.wrapBtnBuy button {
	padding: 6px 2px;
	border: 1px solid #00a3de;
	border-radius: 3px;
	background-color: #00a3de;
	outline: none;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}
.wrapBtnBuy button.added {
	font-size: 10px;
	letter-spacing: -0.4px;
}
.wrapBtnBuy button[disabled] {
	cursor: not-allowed;
	opacity: 0.7;
}

.wrapBtnBuy .all-size-btn,
.wrapBtnBuy button[data-add-all-sizes],
.wrapBtnBuy button[data-class="api_link"] {
	background-color: #00a3de;
	border: 1px solid #00bff3;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: -1px;
}

.wrapBtnBuy button:hover{
    background-color: #fff;
	color: #00a3de;
}

.wrapBtnBuy .tovar_dobavlen {
	width: 50px;
	margin-bottom: 0;
	font-size: 10px;
	line-height: 12px;
}

.wrapBtnBuy [class^="all_sizes_added"] {
	width: 120px;
	margin-bottom: 0;
	font-size: 10px;
	line-height: 12px;
}




.popup_Product .wrapBtnBuy button {
    padding: 7px 16px;
    font-size: 19px;
    line-height: 20px;
}
.popup_Product .wrapBtnBuy button.added {
	padding: 7px 10px;
	font-size: 15px;
}
.popup_Product .wrapBtnBuy button[disabled] {
	opacity: 0.7;
}

.popup_Product .wrapBtnBuy button[data-add-all-sizes],
.popup_Product .wrapBtnBuy button[data-class="api_link"] {
	background-color: #fff;
	border: 1px solid #373737;
	color: #373737;
}
.popup_Product .wrapBtnBuy button[data-add-all-sizes].added {
    padding: 7px 16px;
    font-size: 19px;
}

.popup_Product .wrapBtnBuy .all_sizes_added {
	margin: 0 8px;
	text-align: center;
}


@media (max-width: 1199px) {

	.popup_Product .wrapBtnBuy button {
		font-size: 14px;
		line-height: 20px;
	}

}

@media (max-width: 767px) {

	.popup_Product .wrapBtnBuy button {
		padding: 7px 9px;
	}

}

@media (max-width: 565px) {

	.popup_Product .wrapBtnBuy button {
		padding: 7px;
		font-size: 12px;
	}

}







.quantity {
	position: relative;
	height: 32px;
	margin: 0 4px;
	padding: 0;
	border-radius: 3px;
}
.popup_Product .quantity {
	margin-right: 0;
	padding: 0 20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}

input[type=number]
{
	-moz-appearance: textfield;
}




.quantity input {
	position: relative;
	z-index: 1;
	width: 46px;
	height: 100%;
	line-height: 1.65;
	display: block;
	padding: 0;
	margin: 0;
	padding: 2px 4px;
	border: 1px solid #00a3de;
	text-align: center;
}

.quantity input:focus {
	outline: 0;
}

.quantity-nav {
	position: relative;
	height: 100%;
}
.popup_Product .quantity-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
}

.quantity-button {
	position: relative;
	cursor: pointer;
	width: 18px;
	background-color: #00a3de;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	line-height: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.quantity-button.quantity-up {
	height: 50%;
	border-bottom: 1px solid #00a3de;
}

.quantity-button.quantity-down {
	height: 50%;
}


.popup_Product .quantity-nav .quantity-button.quantity-down,
.popup_Product .quantity-nav .quantity-button.quantity-up {

}
.popup_Product .quantity-nav .quantity-button.quantity-down {
	position: absolute;
	border: 0;
	top: 0;
	left: 0;
	margin-top: 8px;
	border-radius: 6px 3px 3px 6px;
}
.popup_Product .quantity-nav .quantity-button.quantity-up {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 8px;
	border-radius: 3px 6px 6px 3px;
}


.quantity .quantity-price {
	position: absolute;
	left: 0;
	right: 0;
	font-size: 14px;
	color: #3b3b3b;
	text-align: center;
}







@media (max-width: 565px) {

	.itemProductnew .quantity {
		padding: 0 30px;
	}

	.itemProductnew .quantity input {
		width: 30px;
		font-size: 12px;
	}

	.itemProductnew .quantity-nav {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 100%;
	}

	.itemProductnew .quantity-nav .quantity-button {
		width: 28px;
	}

	.itemProductnew .quantity-nav .quantity-button.quantity-down,
	.itemProductnew .quantity-nav .quantity-button.quantity-up {
		height: 100%;
		line-height: 32px;
	}
	.itemProductnew .quantity-nav .quantity-button.quantity-down {
		position: absolute;
		border: 0;
		top: 0;
		left: 0;
		margin-top: 0;
		border-radius: 6px 3px 3px 6px;
	}
	.itemProductnew .quantity-nav .quantity-button.quantity-up {
		position: absolute;
		top: 0;
		right: 0;
		margin-top: 0;
		border-radius: 3px 6px 6px 3px;
	}








	.popup_Product .quantity-nav .quantity-button.quantity-down,
	.popup_Product .quantity-nav .quantity-button.quantity-up {
		margin-top: 0;
		height: 100%;
		line-height: 32px;
	}

}












.bx-no-touch .itemProductnew__hidden {
    /*position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    z-index: -1000;*/
	display: none;
}

.bx-no-touch .itemProductnew:hover .itemProductnew__hidden {
	opacity:  1;
	z-index:  1000;
	display: block;
}

.descriptionPrdct a {
display:inline-block;
width:100%
}
.descriptionPrdct .tooltip_name{
display:none;
}

/*NEW*/




.sizeSlider__item { 
	outline: none;
}
.activeSize { 
	border: 1px solid #f33535;
	color: #f33535;
}
.sizeSliderWrap .slick-prev, 
.sizeSliderWrap .slick-next {
	background-color: transparent;
}
.sizeSliderWrap .slick-prev:hover, 
.sizeSliderWrap .slick-next:hover,
.sizeSliderWrap .slick-prev:focus, 
.sizeSliderWrap .slick-next:focus {
	background-color: transparent;
}
/*форма регистрации*/
.bx-auth-reg h3 {
    text-align: center;
    color: #00a3de;
    font-size: 1.6em;
    text-transform: uppercase;
}
/*accordeon*/
.ac-container{
    width: 100%;
    margin: 10px auto 30px auto;
}

.ac-container label{
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;
    color: #333;

    background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    border: rgba(155,155,155,0.3) solid 1px;
}

.ac-container label:hover{
    background: #fff;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    background: #e9e8e8;
    color: #333;
    border: rgba(155,155,155,0.3) solid 1px;
}

.ac-container input{
    display: none;
}

.ac-container article{
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    transition:
        height 0.3s ease-in-out,
        box-shadow 0.6s linear;
}
.ac-container input:checked ~ article{
    transition:
        height 0.5s ease-in-out,
        box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}

.ac-container article p{
    color: #777;
    line-height: 23px;
    padding: 20px;
    font-size: 1.1em;
}

.ac-container input:checked ~ article.ac-small{
    height: 220px;
}
.ac-container input:checked ~ article.ac-medium{

	height: 250px;
}
.ac-container input:checked ~ article.ac-large{
    height: 330px;
}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 24px;
    background: transparent url(/bitrix/images/arrow_down.png) no-repeat center center;
}
.ac-container input:checked + label:hover:after{
    top: 24px;
    background-image: url(/bitrix/images/arrow_up.png);
}



@media only screen and (min-width : 320px) and (max-width : 650px)
{
.ac-container input:checked ~ article.ac-medium, .ac-container input:checked ~ article.ac-small {
    height: auto;
}
}

.contactHeader a.phone-link{
    font-size: 22px !important;
    margin-top: 0;
    border-bottom: none;
    color: #333;
}
.mainFooter ul li a.phone-link{
    color: #333;
}
.mainFooter ul li a.mail-link{
    color: #333;
}

.bold{
    font-weight: bold;
}
.float_right-img{
    float: right;
    margin-left: 20px;
}

.italic{
    font-style: italic;
}
#page-content .check {
    margin-left: 0px;
    margin-bottom: 40px;
}
.check li{
    list-style: none;
    position: relative;
}
.check li p{
    padding-left: 60px;
}
.check li:before{
    background: url(/bitrix/templates/ula_v1/img/mark.png) no-repeat;
    content: '';
    background-size: 100%;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
}
.descriptionPrdct .link_recommend{
    border: 1px solid #00a3de;
    background-color: #ffffff;
    padding: 8px 25px;
    outline: none;
    width: auto;
}
.wrapMainMenuFixed {
    position: fixed;
    z-index: 99999;
    top: 0;
    width: 100%;
    background: white;
    padding-top: 16px;
    margin: 0;
}

.reviews-certificates {
    margin-bottom: 100px;
}

.wrap-reviews-certificates {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}

.comments-suggestions {
    width: 50%;
    padding: 0 30px 0 25px;
    position: relative;
}
.mobileProduct .comments-suggestions {
    width: 100%;
    max-width: 460px;
    margin: auto;
    padding: 0 25px 0 25px;
}

.comments-suggestions .reviews-carousel-item {
    height: 350px;
	outline: 0;
}

.comments-suggestions .slick-prev::before {
    color: black;
}

.comments-suggestions .slick-next::before {
    color: black;
}

.comments-suggestions .all_reviews {
    color: black;
    border: 3px gray solid;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 280px;
    padding: 15px 50px;
    text-align: center;
    margin: 0px auto;
    line-height: 1;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 15px;
}

.comments-suggestions .all_reviews:hover {
    color: white;
    background: gray;
    transition: all 0.5s ease;
}

.comments-suggestions .comment {
    overflow: hidden;
    height: 250px;
    width: 100%;
    line-height: 25px;
}

.comments-suggestions .comment-wrap {
    border: 1px solid gray;
    border-radius: 10px;
    padding: 10px;
}

.comments-suggestions .ask-review-item .ask-title {
    font-weight: bold;
}

.comments-suggestions .name-date {
    margin-top: 10px
}

.comments-suggestions .name-date .name {
    float: left;
}

.comments-suggestions .name-date .date {
    float: right;
}

.comments-suggestions .name-date::after {
    content: "";
    display: block;
    clear: both;
}

.comments-suggestions .further {
    text-align: right;
}


.wrap-certificates .all_certificates {
    color: black;
    border: 3px gray solid;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 280px;
    padding: 15px 50px;
    text-align: center;
    margin: 0px auto;
    line-height: 1;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 15px;
}

.wrap-certificates .all_certificates:hover {
    color: white;
    background: gray;
    transition: all 0.5s ease;
}

.wrap-certificates .further {
    margin: 15px 0px;
}

.certificates {
    position: relative;
    width: 50%;
    padding: 0 25px 0 30px;
}

.certificates .title-certificates {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
}

.comments-suggestions .title-reviews {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
}

.slide-certificates-main img {
    max-width: 250px;
    height: 350px;
    margin: 0 auto
}

.slide-certificates-main .slick-prev::before {
    color: black;
}

.slide-certificates-main .slick-next::before {
    color: black;
}

@media (max-width: 577px) {
    .comments-suggestions {
        width: 100%;
        margin-bottom: 100px;
    }

    .certificates {
        width: 100%;
    }
}
.compensate-for-scrollbar{
    margin-right: 0 !important;
}
body.fancybox-active{
    overflow: auto !important;
}

.tags {
    padding-left: 10px;
    margin-top: 30px;
}

.tags a {
    padding: 8px 20px 8px 20px;
    border: 1px solid;
    border-radius: 25px;
    margin-right: 13px;
    text-decoration: none !important; 
}







/*.bx_ordercart .bx_ordercart_order_table_container table.counter tbody tr:last-child td:nth-of-type(1) {
	position: relative;
}
.bx_ordercart .bx_ordercart_order_table_container table.counter tbody tr:last-child td:nth-of-type(1)::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 1;
}

.bx_ordercart .bx_ordercart_order_table_container table.counter tbody tr:last-child td:nth-of-type(2) {
	display: none;
}
*/
.mainMenu .sub-mainMenu ul.--columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    width: 100%;
}
.mainMenu .sub-mainMenu ul.--columns li {
    width: 33.3%;
}
.mainMenu .sub-mainMenu ul.--columns li a {
    white-space: nowrap;
}

.mainMenu .sub-mainMenu ul.--columns li:nth-child(7){
    display: block !important;
}

.taba.--clothes {
    margin-top: 12px;
}

.taba.--clothes {
    margin-top: 12px;
}

.taba.--clothes tbody {
}

.taba.--clothes tbody tr {
}

.taba.--clothes tbody tr td {
    font-size: 12px;
}

.taba.--clothes tbody tr td.name {
    background: #dfdfdf;
}

table.related-cloth-products {
    width: 100%;
    margin-top: 40px;
}

table.related-cloth-products thead {

}

table.related-cloth-products thead tr {

}

table.related-cloth-products thead tr th {
    padding: 10px 18px;
}

table.related-cloth-products thead tr th.title {

}

table.related-cloth-products tbody {

}

table.related-cloth-products tbody tr {

}

table.related-cloth-products tbody tr td {
    padding: 10px;
}

table.related-cloth-products tbody tr td.picture {
    width: 50px;
}

table.related-cloth-products tbody tr td.picture img {
    display: block;
    max-width: 50px;
}


.footer__social {


}

.footer__social .social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.footer__social .title {
    margin-bottom: 8px;
}

.footer__social .social-list__item {
    width: 48px;
    height: 48px;
    margin-right: 8px;
}

.footer__social .social-list__item:last-child {
    margin-right: 0px;
}

.footer__social .social-list__item.--vkontakte {
    background: url('../img/icons8-vkontakte-96.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.footer__social .social-list__item.--telegram {
    background: url('../img/icons8-telegram-96.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.footer__social .social-list__item a {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 750px) {
    .footer__social .social-list {
        justify-content: center;
    }
    .footer__social .social-list__item {
        width: 24px;
        height: 24px;
        margin-right: 6px;
    }
}

.search-page > form > input[type="submit"] {
    background: #efefef;
    color: #333333;
    border: solid 1px #767676;
    padding: 2px 8px;
    outline: none;
}

.search-page > form > input[type="submit"]:hover {
    background: #d9d7d7;
}
.mobile-show{
    display: none;
}

.breadcrumbList{
    display: flex;
    align-items: center;
}

.breadcrumb--separator{
    height: 16px;
}

@media(max-width: 991px){
    .mobile-filter-buttons{
        margin-bottom: 25px;
    }

    .form-field__dropdown-popup--separator{
        width: 56px;
        height: 4px;
        border-radius: 7px;
        background:#B7BECA;

        position: absolute;
        top: -12px;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    .main-content {
        padding-top: 6px;
    }
    
    /*
    ПОРЯДОК БЛОКОВ В МОБИЛЬНОЙ ШАПКЕ!!!
    */

    .header .header__main .toggle_mnu{
        order: 1;
    }
    .header__main-logo{
        order: 2;
    }

    .header__main-icons.--wishlist{
        order: 3;
    }

    .header__main-icons.--signin{
        order: 4;
    }

    .header__main-basket{
        order: 5;
    }

    /*
   ПОРЯДОК БЛОКОВ В МОБИЛЬНОЙ ШАПКЕ!!!
   */

    .mobile-show{
        display:block;
    }
    .productsList .settingsProducts{
        margin-top: 8px;
    }
    .productsList .settingsProducts .titleContent{
        margin-top: 8px;
        text-transform: lowercase;
        &:first-letter{
            text-transform: uppercase;
        }
    }
    .header .header__main .header__main-logo{
        margin-left: 10px;
    }
    .header .header__main .header__main-logo a.main-logo__logo{
        width: 110px;
    }
    .main-logo__phone-num{
        color:#9299A5;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;

        text-decoration: none;

        letter-spacing: 0.7px;
        &:hover{
            text-decoration: none;
        }
    }
    .header .header__main .toggle_mnu{
        height: 45px;
        width: 45px;
    }
    .container-header--mobile{
        padding-top:9.5px;
        padding-bottom:9.5px;
        margin-bottom: 16px;

        border-bottom: 1px solid #EBEDF1;
    }
    .header .header__main{
        margin-bottom: 0;
    }
    .header .header__main .header__main-icons,.header__main-basket{
        width: 44px;
        height: 36px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .header .header__main .header__main-icons .main-icons__icon{
        width: 20px;
        height: 20px;
    }

    .header .header__main .header__main-icons.--signin .main-icons__icon{
        background-image: url('/image/user-icon.svg');
    }
    .header .header__main .header__main-icons.--wishlist .main-icons__icon{
        background-image: url('/image/favorite-icon.svg');
    }
    .header .header__main .header__main-basket .main-basket__left:before{
        height: 20px;
        width: 20px;
        background-image: url('/image/basket-icon.svg');
    }
    .header__main-basket{
        position: relative;
    }
    .header .header__main .header__main-basket .main-basket__left.colored-basket-icon:before{
        height: 20px;
        width: 20px;
        background-image: url('/image/basket-icon-color.svg');
    }

    .header .header__main .header__main-icons.--wishlist .main-icons__icon.--colored-favorite{
        background-image: url(/image/favorite-icon-colored.svg);
    }

    .header .header__main .header__main-icons .main-icons__text,.header .header__main .header__main-basket .main-basket__right-text.--visible{
        color:#9299A5;
        font-size: 8px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;
    }
    .header .header__main .header__main-basket{
        margin: 0;
    }
    .header .header__main .header__main-icons.--signin button{
        padding: 0;
    }
    .header .header__main .header__main-basket > a{
        gap: 2px;
    }
    .header .header__main .header__main-icons a, .header .header__main .header__main-icons button{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2px;
    }
    .header .header__main .header__main-basket .main-basket__left{
        margin: 0;
        width: 20px;
        height: 20px;
    }

    .main-basket__num-items{
        color: #00508A;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        position: absolute;
        top: -8px;
        right: 6px;
    }

    /*Поиск*/
    .header-mobile__search > .container{
        padding: 0 12px;
    }
    .header-mobile__search .mobSearchBlock{
        background:#FFF;
        height: unset;
        border: unset !important;
    }

    .header-mobile__search .mobSearchBlock input{
        height: unset;
    }

    .header-mobile__search .mobSearchBlock input[type="submit"],
    .header-mobile__search .mobSearchBlock,.header-mobile__search .mobSearchBlock #title-search-input{
        background: unset;
    }
    .header-mobile__search  .mobSearchBlock #title-search-input{
        padding: 0;
        width: calc(100% - 30px);

        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        color: #111827;
        &::placeholder{
            color:#9299A5;
        }
    }

    .header-mobile__search  .mobSearchBlock input[type="submit"]{
        position: unset;
    }

    .header-mobile__search #title-search form{
        overflow: auto;

        border-radius: 8px;
        border: 1.5px solid #EBEDF1 !important;
        background:#FFF;
        height: unset;
        padding: 7px 0 9px 13px;
        transition: 0.3s;

        &:hover{
            border-color: #D2D6DC !important;
        }
        &:focus-within{
            & input::placeholder{
                color: transparent;
            }
            border-color:#00508A !important;
        }
    }

    .header-mobile__search-submit{
        background: unset;
        border: unset;
        padding: 0;
        margin-top: 4px;
    }
    .header-mobile__search-submit  svg path{
        fill: transparent;
    }

        /*Хлебные крошки*/
        .breadcrumbsBlock {
            overflow-x: auto;
            overflow-y: hidden;
            margin-bottom: 8px;

            &::-webkit-scrollbar { height: 0; }
            & { -ms-overflow-style: none; }
            & { scrollbar-width: none; }
        }

    .breadcrumbList{
        display: flex;
        width: 100vw;
        gap: 2px;
        align-items: center;
    }
    .breadcrumb--separator{
        height: 16px;
    }
    .breadcrumbList li{
        width: max-content;
        text-wrap: nowrap;
    }


    .breadcrumbList li span {
        color:#5A616C;
        font-size:12px;
        font-weight:400;
        line-height:18px;
        text-transform: lowercase;
        display: inline-block;
    }

    .breadcrumbList li span::first-letter {
        text-transform: uppercase;
    }



    .breadcrumbList li a span{
        color:#9299A5;
    }

    .productsList .settingsProducts{
        padding: 0 12px;
    }

    /*.--wishlist .main-icons__icon > span{*/
    /*    display: none;*/
    /*}*/
    .header .header__main .header__main-icons .main-icons__icon span{
        color: #00508A;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        background: unset;
        line-height: 18px;

        top: -10px;
        right: -9px;
    }

 

    .--open-mobile-sorting .yla-filter__form-field:not(.--sort){
        display: none;
    }

}