/* .b-page_newyear {z-index: 1000;    position: fixed;}  */

div {
    display: block
}
.only-mobile-steps{
	display:none;
}
@font-face {
    font-family: FuturaNormal;
    src: url(fonts/futura-normal.woff) format('woff');
}

@font-face {
    font-family: HelveticaNeueRoman;
    src: url(fonts/helveticaneue-cyr-roman.woff) format('woff');
}

@font-face {
    font-family: HelveticaNeueLight;
    src: url(fonts/helveticaneue-cyr-light.woff) format('woff');
}

@font-face {
    font-family: HelveticaNeueMedium;
    src: url(fonts/helveticaneue-medium.woff) format('woff');
}

@font-face {
    font-family: HelveticaNeueBold;
    src: url(fonts/helveticaneue-bold.woff) format('woff');
}

@font-face {
    font-family: HelveticaNeueHeavy;
    src: url(fonts/helveticaneue-heavy.woff) format('woff');
}

@font-face {
    font-family: ProximaNovaLight;
    src: url(fonts/proxima-nova-light.woff) format('woff');
}

@font-face {
    font-family: ProximaNovaSemibold;
    src: url(fonts/proxima-nova-semibold.woff) format('woff');
}

@font-face {
    font-family: ProximaNovaExtrabld;
    src: url(fonts/proxima-nova-extrabld.woff) format('woff');
}

html {
    height: 100%;
}

body {
    background-color: #f8f8f8;
    margin: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font: 16px/1.5 HelveticaNeueLight;
}

.owl-carousel .owl-item div.img {
    height: 100vh !important;
}

div.dark {
    width: 100vw;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition-duration: .4s, 0s;
    -o-transition-duration: .4s, 0s;
    transition-duration: .4s, 0s;
    -webkit-transition-property: background-color, height;
    -o-transition-property: background-color, height;
    transition-property: background-color, height;
    -webkit-transition-delay: 0s, .4s;
    -o-transition-delay: 0s, .4s;
    transition-delay: 0s, .4s;
    -webkit-transition-timing-function: ease-in-out, ease;
    -o-transition-timing-function: ease-in-out, ease;
    transition-timing-function: ease-in-out, ease;
}

.dark.visible {
    height: 100vh;
    background-color: rgba(0, 0, 0, .6);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.wrapper {
    width: 1170px;
    margin: 0 auto;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

hr {
    border: 0;
    margin: 0 auto;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

button {
    padding: 0;
    border: 0;
    cursor: pointer;
    outline: none;
    background: 0;
}

input {
    outline: 0;
    border: 0;
    background: 0;
}

hr.short {
    background: #000;
    width: 70px;
    height: 2px;
}

hr.long {
    background: #e5e5e5;
    width: 100%;
    height: 1px;
}

#map {
    height: 100%;
}

input[type="submit"] {
    cursor: pointer;
}

.bttn {
    display: block;
    width: 228px;
    height: 48px;
    font: 12px/48px HelveticaNeueRoman;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.nonamd {
    display: none;
}

.gray.bttn {
    border: 1px solid #e2e2e2;
    color: #676767;
}

.gray.bttn:hover {
    color: #676767;
}

.black.bttn {
    border: 1px solid #000;
    color: #000;
}

.full.black.bttn {
    border: 1px solid #000;
    color: #fff;
    background: #000;
}

.full.black.bttn:hover {
    background: #424242;
}

.black.bttn:hover {
    background: #000;
    color: #fff;
}

.white.bttn {
    border: 1px solid #fff;
    color: #fff;
}

.white.bttn:hover {
    background: #fff;
    color: #000;
}

header .menu {
    height: 67px;
}

.owl-carousel .owl-item div.img {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.head.owl-carousel img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.head.owl-carousel h1,
.head.owl-carousel a {
    position: relative;
    z-index: 1;
}

.black nav a,
.black nav button {
    color: #fff;
}

.black .logo {
    background: url(images/logo-black.png) no-repeat center / 100% 100%;
}

nav>ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.account.wrapper.basket .menu label {
    margin-bottom: 5px;
}

nav .menu {
    width: 520px;
    margin: 0 0 0 100px;
}

nav .menu {
    width: 70%;
    margin: 0 0 0 60px;
}

.direct-phone {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.direct-phone a {
    font-size: 18px;
    font-weight: bold;
    font-family: HelveticaNeue;
}

nav .icons {
    width: 156px;
    float: right;
    position: relative;
    top: 18px;
}

nav>ul>li:nth-child(n+1):nth-child(-n+5) * {
    text-transform: uppercase;
}

nav a,
nav button {
    font: 15px/26px FuturaNormal;
    color: #000;
    cursor: pointer;
}

nav .logo {
    display: inline-block;
    width: 70px;
    height: 22px;
    background: url(images/logo-black.png) no-repeat center / contain;
    position: relative;
    top: 3px;
}

nav>ul>li {
    display: inline-block;
    position: relative;
}

.collections-menu {
    position: relative
}

.collections-menu__list {
    position: absolute;
    top: 100%;
    left: -5px;
    width: 110px;
    padding: 0 5px;
    -webkit-box-shadow: 0 2px 20px -10px gray;
    box-shadow: 0 2px 20px -10px gray;
    display: none;
}

.collections-menu:hover .collections-menu__list {
    display: block;
}

.black .drop-menu>a::after {
    background-image: url(images/triangle-black.svg);
}

.drop-menu ul {
    width: 200px;
    padding: 15px;
    background: #1e1e1e;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0px;
}

.drop-menu li {
    padding: 5px 0;
}

.drop-menu li a {
    font: 12px/36px HelveticaNeueRoman;
    color: #c8c8c8;
}
/*
.drop-menu a:hover { color: #fff;}
.drop-menu:hover { background: #1e1e1e;}
.drop-menu:hover > a { color: #c8c8c8;}

.drop-menu:hover ul {
visibility: visible;
opacity: 1;
z-index: 1;
}
*/

nav .search form {
    position: absolute;
    right: 22px;
    /*top: -7px;*/
    top:90px;
    display: none;
}

nav input[type="search"] {
    -webkit-appearance: none;
    background: transparent;
    width: 188px;
    height: 25px;
    border: 0;
    border-bottom: 1px solid #000;
    color: #000;
    padding: 0 4px;
    font: 14px/36px ProximaNovaLight;
}

nav input[type="search"]::-webkit-input-placeholder {
    color: #fff;
}

nav input[type="search"]::-moz-placeholder {
    color: #fff;
}

nav input[type="search"]:-ms-input-placeholder {
    color: #fff;
}

nav input[type="search"]::-ms-input-placeholder {
    color: #fff;
}

nav input[type="search"]::placeholder {
    color: #fff;
}

.black nav input[type="search"]::-webkit-input-placeholder {
    color: #000;
}

.black nav input[type="search"]::-moz-placeholder {
    color: #000;
}

.black nav input[type="search"]:-ms-input-placeholder {
    color: #000;
}

.black nav input[type="search"]::-ms-input-placeholder {
    color: #000;
}

.black nav input[type="search"]::placeholder {
    color: #000;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    background: url(images/search-close.svg);
}

.black input[type="search"]::-webkit-search-cancel-button {
    background: url(images/search-close-black.svg);
}

.black nav input[type="search"] {
    border-radius: 0;
    border-bottom: 1px solid #000;
    color: #000;
}

nav .icons button,
nav .account a,
nav .wish a,
nav .cart a,
.logout a {
    display: block;
    width: 13px;
    height: 13px;
}

nav .search button {
    background: url(images/search.png) no-repeat center / contain;
}

nav .account a {
    background: url(images/account.svg) no-repeat center / contain;
}

.login .account a {
    background: url(images/presonal.svg) no-repeat center / contain;
}

nav .wish a {
    background: url(images/wish.svg) no-repeat center / contain;
}

nav .cart a {
    background: url(images/cart.png) no-repeat center / contain;
}

.login .logout a {
    background: url(images/logout.svg) no-repeat center / contain;
}

.black .search button {
    background-image: url(images/search.png);
}

.black .account a {
    background-image: url(images/personal.png);
}

.login.black .account a {
    background-image: url(images/account-login.svg);
}

.black .wish a {
    background-image: url(images/like.png);
}

.black .cart a {
   background-image: url(images/cart-new.png);
height: 24px;
width: 24px;
}

.black .hamburger {
    background-image: url(images/burger-new.png);
}

.login .black .logout a {
    background-image: url(images/logout-new.png);
    height:24px;
    width: 24px;
}

nav .language {
    font: 16px/26px HelveticaNeueRoman;
    text-align: center;
}

nav .language a {
    text-decoration: underline;
}

nav .search input[type="submit"] {
    display: none;
}

.sign {
    width: 370px;
    /*height: 425px;*/
    height: auto;
    background: #fff;
    overflow: hidden;
    position: fixed;
    z-index: 2;
    top: -600%;
    left: 50%;
    margin: -247.5px 0 0 -160px;
    padding: 45px 0 25px 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: 0 0 20px 0 black;
    box-shadow: 0 0 20px 0 black;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.sign>div {
    width: 100%;
    /*position: absolute;*/
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.sign .in {
    left: 0px;
}

.close {
    width: 26px;
    height: 26px;
    background: url(images/close.svg) no-repeat center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity: 1 !important;
}

.close.simple {
    background: url(images/search-close-black.svg) no-repeat center / 60% 60%;
}

.sign h3 {
    text-align: center;
    font: 24px/26px HelveticaNeueRoman;
    margin: 0 0 35px 0;
}

.sign form {
    padding: 0 30px;
    position: relative;
}

.sign form button {
    position: absolute;
    top: 72px;
    right: 50px;
    color: #aeaeae;
}

.sign input:not([type="submit"]),
.bx-authform-input-container input[type="text"],
.bx-authform-input-container input[type="password"] {
    width: 100%;
    height: 46px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    padding: 0 20px;
    font: 16px/26px HelveticaNeueRoman;
    color: #393939;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sign .in input[type="password"] {
    margin: 10px 0 21px 0;
}

.sign input[type="submit"] {
    width: 168px;
    height: 54px;
    margin: 0 auto;
    font: 14px/26px HelveticaNeueLight;
    text-transform: none;
}

.sign .with {
    display: block;
    text-align: center;
    font: 14px/26px HelveticaNeueLight;
    color: #adadad;
}

.sign .in .with {
    margin: 20px auto 25px auto;
}

.sign .with::before,
.sign .with::after {
    content: "";
    display: inline-block;
    height: 1px;
    background: #e6e6e6;
    position: relative;
    top: -3px;
}

.sign .in .with::before,
.sign .in .with::after {
    width: 128px;
}

.sign .with::before {
    margin: 0 23px 0 0;
}

.sign .with::after {
    margin: 0 0 0 23px;
}

.social {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social a+a {
    margin-left: 10px !important;
}

.sign .social {
    width: 252px;
}

.social * {
    border-radius: 50%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.sign .social * {
    width: 40px;
    height: 40px;
}

.social .in {
    background: #393939 url(images/in.svg) no-repeat center / 35% 35%;
}

.social .fb,
.social .facebook {
    background: #393939 url(images/fb.svg) no-repeat center / 35% 35%;
}

.social .vk,
.social .vkontakte {
    background: #393939 url(images/vk.svg) no-repeat center / 35% 35%;
}

.social .lj {
    background: #393939 url(images/lj.svg) no-repeat center / 35% 35%;
}

.social .pi {
    background: #393939 url(images/pi.svg) no-repeat center / 35% 35%;
}

.social .openid-mail-ru {
    background: #393939 url(images/mr.svg) no-repeat center / 35% 35%;
}

.social .liveinternet {
    background: #393939 url(images/li.svg) no-repeat center / 35% 35%;
}

.social .in:hover:hover {
    background-image: url(images/in-black.svg);
}

.social .fb:hover,
.social .facebook:hover {
    background-image: url(images/fb-black.svg);
}

.social .vk:hover,
.social .vkontakte:hover {
    background-image: url(images/vk-black.svg);
}

.social .lj:hover {
    background-image: url(images/lj-black.svg);
}

.social .pi:hover {
    background-image: url(images/pi-black.svg);
}

.social .openid-mail-ru:hover {
    background-image: url(images/mr-black.svg);
}

.social .liveinternet:hover {
    background-image: url(images/li-black.svg);
}

.social *:hover {
    background-color: #dcdcdc;
}

.sign hr {
    background: #e6e6e6;
    height: 1px;
    margin: 33px 0 25px 0;
}

.in>button {
    text-decoration: underline;
    font: 14px/14px HelveticaNeueLight;
    display: block;
    margin: 0 auto;
}

.in>p {
    padding: 0 30px;
}

.sign .up {
    position: absolute;
    top: 45px;
    left: 100%;
}

.sign .up input {
    margin: 0 0 10px 0;
}

.sign .up input[type="submit"] {
    margin: 5px auto;
}

.sign .up .with {
    margin: 15px 0 5px 0;
}

.sign .up .with::before,
.sign .up .with::after {
    width: 121px;
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

h1 {
    font: 60px/70px FuturaNormal;
    margin: 40vh 0 0 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.faq{
display: flex;
    flex-direction: column;
    max-width: 1170px;
    align-items: start;
    margin: 0 auto;}
.faq h1{
	font: 24px FuturaNormal;
	margin: 12px 0;
	text-align: left;
	color: black;
}

.faq h5{
font-size: 16px;
margin: 12px 0;}
.faq p, .faq li{
font-size: 14px;}
header.main~main .head h1 {
    margin-left: auto;
    margin-right: auto;
    width: 30vw;
}

header.main {
    position: inherit;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #fff;
}

header.black {
    background-color: transparent;
}

section.head .bttn {
    display: block;
    margin: 6vw auto 4vw auto;
    border: 1px solid #fff;
    color: #fff;
    background: black;
    border-radius: 5px;
}

.breadcrumbs {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

.breadcrumbs * {
    font: 14px/69px HelveticaNeueLight;
    color: #353535;
    white-space: nowrap;
}

.head .owl-dots {
    position: absolute;
    bottom: 2vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.head .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, .35);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, .35);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.bx-filter-parameters-box.accordion {
    display: flex;
    top: -4px;
    position: relative;
}

.head .owl-dot:not(:last-of-type) {
    margin-right: 8px
}

.head .owl-dot.active {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    background: #000000;
}

form.smartfilter {
    display: flex;
    justify-content: flex-start;
    width: 955px;
}

.filter {
    /*width: 215px;*/
    width: 100%;
    margin: 20px 85px 0 0;
    /*float: left;*/
}

.filter label {
    font: 12px/26px HelveticaNeueLight;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 20px 0;
    position: relative;
}

[data-id="trkotaz"]+label::before,
[data-id="novelties"]+label::before,
[data-id="sale"]+label::before,
[data-id="newcollection"]+label::before,
[data-id="christmas"]+label::before,
[data-id="leto2019"]+label::before,
[data-id="vesna2020"]+label::before,
[data-id="leto2020"]+label::before,
.filter li label::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 1px solid #000;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

[data-id="leto2020"]+label::before,
[data-id="vesna2020"]+label::before,
[data-id="trkotaz"]+label::before,
[data-id="novelties"]+label::before,
[data-id="sale"]+label::before,
[data-id="christmas"]+label::before,
[data-id="leto2019"]+label::before,
[data-id="newcollection"]+label::before {
    margin: 0 20px 0 0
}

.filter li label::before {
    margin: 0 10px 0 20px
}

*:before {
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.filter li label::after {
    left: 22px
}

[data-id="leto2020"]:checked+label::before,
[data-id="vesna2020"]:checked+label::before,
[data-id="trkotaz"]:checked+label::before,
[data-id="novelties"]:checked+label::before,
[data-id="sale"]:checked+label::before,
.filter input:not([name=filter]):checked+label::before {
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    outline: 1px solid #000;
    background-color: #000;
    margin-right: 21px;
}

.filter .accordion>label::before {
    content: "+";
    display: inline-block;
    margin: 0 22px 0 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform-origin: 48% 60%;
    -ms-transform-origin: 48% 60%;
    transform-origin: 48% 60%;
    font-size: 20px;
}

.filter li label {
    font: 12px/26px HelveticaNeueLight;
    margin: 4px 0;
    text-transform: inherit;
}

.filter button {
    font: 12px/26px HelveticaNeueLight;
    margin: 4px 0;
}

.accordion>input:checked~label::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.accordion>input:checked~label~div {
    max-height: 1000vw;
    margin-bottom: 40px;
    position: relative;
}

.accordion>input~label~div {
    max-height: 1000vw;
    margin-bottom: 40px;
    position: relative;
}

.bx-filter-parameters-box.accordion>input~label~div {
    top: 58px;
    display: none;
    left: -115px;
}

.accordion label {
    cursor: pointer;
}

.accordion>div {
    max-height: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    overflow: hidden;
}

.catalog .head {
    margin: 40px 0 30px 0;
    width: 100%;
    float: right;
}

.catalog h1 {
    font: 24px/26px HelveticaNeueMedium;
    color: #000;
    margin: 0;
    display: inline-block;
}

.catalog .found {
    display: inline-block;
    float: right;
    font: 12px/26px HelveticaNeueLight;
}

.choosed {
    float: left;
    width: 870px;
    margin: 0 0 40px 0;
}

.choosed .item {
    display: inline-block;
    font: 12px/48px HelveticaNeueBold;
    background: #9e9e9e;
    color: #fff;
    text-transform: uppercase;
    padding: 0 15px;
    margin: 0 11px 0 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 1;
}

.choosed .item button {
    background: 0;
    color: #fff;
    margin: 0 0 0 10px;
    font: 18px/26px HelveticaNeueBold;
}

.products {
    /*width: 870px;*/
    width: 100%;
    /*float: left;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.products .product,
section.wear-with .product {
    /*width: 270px;*/
    width: 24%;
    float: left;
    position: relative;
    margin: 0 15px 15px 0;
    /*margin: 0;*/
}

.products .product *,
section.wear-with * {
    text-align: center;
    font: 14px/26px HelveticaNeueLight;
    margin: 0;
}

.product .img {
    display: block;
    /*height: 405px;*/
    height: auto;
    overflow: hidden;
    position: relative;
}

.products .product .sizes,
section.wear-with .sizes {
    position: absolute;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, .2);
    bottom: -50px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.products .product .percent{
/*border: 1px solid #9fabb7 !important;*/
/* border-radius: 50%; */
/*padding: 6px 24px;*/
/*background-color: black;*/
position: absolute;
bottom: 10px;
left: 15px;
color: #8f8f8f8f;
font-weight: bold;}

.products .product .sizes div,
section.wear-with .sizes div {
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration:none;
}
.products .product .img .sizes div span{
text-decoration:none !important;}
.products .product .sizes span+span,
section.wear-with .sizes span+span {
    margin-left: 8px;
text-decoration:none;
}

.products .product .sizes span,
section.wear-with .sizes span {
    font: 12px/28px HelveticaNeueLight;
    color: #fff;
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid #fff;
text-decoration:none !important;
}

.products .product .img:hover .sizes,
section.wear-with .img:hover .sizes {
    bottom: 0;
    position:absolute;
     -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
text-decoration:none !important;
}
.products .product .img:hover{
text-decoration:none}
.products .product .img:hover .percent{
/*border: 1px solid #9fabb7 !important;*/
/* border-radius: 50%; */
/*padding: 6px 24px;*/
/*background-color: black;*/
position: absolute;
bottom: 65px;
left: 15px;
color: red;
font-weight: bold;
text-decoration:none}
.products .product .title {
    color: #9b9ea8;
    display: block;
    margin: 5px 0;
}
a .img:hover span{
text-decoration:none}
.products .product .price {
    color: #000;
}

.old-price {
    font: 12px/26px HelveticaNeueLight;
    color: #000;
    text-decoration: line-through;
}

.with-sale,
.new {
    position: relative;
}

.with-sale::before,
.new::before {
    font: 14px/26px HelveticaNeueRoman;
    color: #000;
    display: inline-block;
    padding: 6px 18px;
    border: 1px solid;
    -o-border-image: url(images/sale-border.png) 1;
    border-image: url(images/sale-border.png) 1;
    position: absolute;
    top: 10px;
    left: 10px;
}

.with-sale::before {
    content: "Sale"
}

.new::before {
    content: "New"
}

.products .product img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.products .product .colorsCat .colorCat {
    display: inline-block;
}

.products .product .colorsCat .colorCat label {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 9px 0 0;
    border: 3px solid #fff;
    /*outline: 1px solid #cdcdcd;*/
    cursor: pointer;
    font: 12px/24px HelveticaNeueRoman;
    text-align: center;
}

.products button {
    width: 268px;
    text-transform: none;
    margin: 0 auto 30px auto;
}

.novelties {
    min-height: 95vh;
    margin: 10px 0 0 0;
    height: 95vh;
}

.novelties {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: white
}

.novelties .half {
    width: calc(50% - 6px);
    padding: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover !important;
}

.novelties .men {
    background-image: url(images/office.jpg);
    background-position: right center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
}

.novelties .woomen {
    background: url(images/осень.jpg) center no-repeat
}

/* .sale {
    background: url(images/3.jpg) no-repeat center / cover;
}

@media (max-width: 767px) {
    .sale {
        background: url(images/3.jpg) no-repeat center / cover;
width:100%;
    }
}*/

h2:not(.sale-order-list-title, .bx-soa-section-title, .sale-order-list-accomplished-title, .bx-livechat-help-title, .bx-livechat-help-title-sm) {
    font-size: 48px;
    line-height: 1.1;
    font-family: ProximaNovaSemibold;
    text-transform: uppercase;
    letter-spacing: 14px;
}
h2.bx-livechat-help-title-sm {

    font-size: 11px !important;
    line-height: 1.1;
    font-family: ProximaNovaSemibold;
    text-transform: none !important;
    letter-spacing: 0px!important;

}
.novelties h2 {
    display: inline-block;
}

.sale h2 {
    margin: 36.11vh 0 0 0;
    display: inline-block;
}

.sale a {
    margin: 7.41vh 0 0 0;
}

section.account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    font-family: HelveticaNeueLight;
}

.account:not(.basket) .menu {
    height: 267px;
}

.account>.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 270px;
}

.account>div label {
    display: block;
    height: 63px;
    background: #f1f1f1;
    font: 16px/63px HelveticaNeueLight;
    color: #353535;
    text-align: center;
    cursor: pointer;
}

.account>div label a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #353535;
    display: block;
}

#wishlist:checked~div label[for="wishlist"],
#profile:checked~div label[for="profile"],
#history:checked~div label[for="history"],
#cart:checked~div label[for="cart"] {
    background: #767676;
    color: #fff;
}

.account>.item {
    display: none;
}

.account .wishlist,
.account .history {
    width: 870px;
}

.wishlist .item,
.history .item {
    display: block;
    border: 1px solid #ececec;
    position: relative;
    margin: 0 0 18px 0;
    height: 270px;
}

.wishlist .item img,
.history .item img {
    float: left;
    margin: 0 60px 0 0;
    height: 100%;
}

.wishlist .item>div,
.history .item>div {
    float: left;
}

.wishlist .item>div {
    max-width: 500px;
}

.history .date {
    font: 14px/26px HelveticaNeueLight;
    display: inline-block;
    margin: 50px 130px 0 0;
}

.history .number {
    font: 20px/48px HelveticaNeueLight;
    float: left;
}

.wishlist .item .title {
    font: 22px/26px HelveticaNeueLight;
    margin: 55px 0 20px 0;
}

.history .item .title {
    font: 22px/26px HelveticaNeueLight;
    margin: 10px 0 20px 0;
}

.wishlist .item .price,
.history .item .price {
    font: 14px/26px HelveticaNeueLight;
    color: #767676;
}

.wishlist .item .size-title,
.wishlist .item .quantity-title,
.wishlist .item .color-title,
.history .item .count-title {
    font: 14px/26px HelveticaNeueRoman;
    color: #161616;
    margin: 10px 0 5px 0;
}

.wishlist .item .size,
.history .item .count {
    width: 36px;
    height: 36px;
    font: 12px/36px HelveticaNeueRoman;
    color: #676767;
    border: 1px solid #cdcdcd;
    text-align: center;
    position: relative;
}

.wishlist .item .color {
    width: 30px;
    height: 30px;
    font: 12px/36px HelveticaNeueRoman;
    color: #676767;
    border: 3px solid #fff;
    outline: 1px solid #cdcdcd;
    text-align: center;
    position: relative;
}

.wishlist .item .properties,
.wishlist .item .properties~div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.wishlist .item .properties div+div {
    margin-left: 20px;
}

.wishlist .item .size::after {
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 17px 17px 0 0;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: -1px;
    left: -1px;
}

.wishlist .item .color::after {
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 17px 17px 0 0;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: -4px;
    left: -4px;
}

.history .total {
    font: 14px/26px HelveticaNeueLight;
}

.history .total b {
    font: 14px/26px HelveticaNeueMedium;
    display: inline-block;
    margin: 20px 0 0 0;
}

.wishlist .item button:not(.basket-quantity),
.history .item button {
    position: absolute;
    right: 35px;
}

.wishlist .item button:first-of-type {
    bottom: 100px;
}

.wishlist .item button:last-of-type,
.history .item button:last-of-type {
    bottom: 40px;
}

.account .profile {
    width: 770px;
    height: 363px;
    border: 1px solid #ececec;
    padding: 50px;
}

.account #wishlist:checked~.wishlist,
.account #profile:checked~.profile,
.account #history:checked~.history,
.account #cart:checked~.cart {
    display: block
}

.account .profile div {
    width: 360px;
    float: left;
}

.account .profile div+div {
    margin-left: 50px;
}

.account .profile div *:not(button) {
    display: block;
    width: 100%;
}

.account .profile label,
.bx-authform-content-container,
.bx-authform-label-container,
.bx-authform-description-container {
    font: 12px/26px HelveticaNeueLight;
    color: #767676;
}

.account .profile label::after {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(images/edit.svg) no-repeat;
    float: right;
    position: relative;
    top: 22px;
    cursor: pointer;
}

.account .profile label:hover::after {
    background: url(images/edit-hover.svg) no-repeat;
}

.account .profile input+label {
    margin: 40px 0 0 0;
}

.account .profile input[type="submit"],
#bx-soa-orderSave a.pull-right {
    height: 48px;
    width: 228px;
    background: black;
    color: white;
    border: none;
    margin: 40px 77px 0;
    border-radius: 0;
}

.account .profile input {
    border-bottom: 2px solid #767676;
    font: 18px/26px HelveticaNeueLight;
}

section.product {
    padding: 45px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.product .nav {
    width: 99px;
    height: 49px;
    border: 1px solid #b2b2b2;
    position: absolute;
    top: 44px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product .nav a {
    display: inline-block;
    width: 50%;
    height: 100%;
    text-align: center;
    font: 25px/47px Consolas;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #000;
}

.product .nav a:first-child {
    border-right: 1px solid #b2b2b2
}

.product .nav a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

section.product a {
    outline: none;
}

.fancybox-infobar {
    color: #fff !important;
}

.fancybox-button,
.fancybox-navigation button:before {
    background-color: transparent !important;
}

.fancybox-navigation button {
    width: 80px !important;
}

section.product img {
    width: 555px;
    margin: 0 60px 0 0;
}

section.product h1 {
    font: 30px/26px HelveticaNeueLight;
    color: #161616;
    text-transform: none;
    margin: 35px auto 15px auto;
    text-align: left;
}

section.product .price {
    font: 14px/26px HelveticaNeueLight;
    color: #000;
}

section.product .info b {
    font: 12px/26px HelveticaNeueRoman;
}

section.product .info div:not(.product-tabs) label {
    display: inline-block;
    align-items: center;
    width: auto;
    min-width: 30px;
    height: 30px;
    margin: 0 9px 0 0;
    border: 3px solid #fff;
    outline: 1px solid #cdcdcd;
    cursor: pointer;
    font-size: 12px;
    font-family: HelveticaNeueRoman;
    text-align: center;
    position: relative;
}

div.info.wrapper input:not([name="product-tab"]):checked+label::after {
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 17px 17px 0 0;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: -4px;
    left: -4px;
}

.color input label {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    font: 12px/30px HelveticaNeueRoman;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 22px
}

.color input:checked+label {
    border: 0 !important;
    background-size: 100% 100% !important;
}

.color input:checked+label::after {
    content: '';
    position: absolute;
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: 0 !important;
    margin: auto;
    border: 0 !important;
    width: 22px;
    height: 22px;
    background-color: white;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNC4wMiAxNi45Ij48cGF0aCBkPSJNMjMuNzIuMjlhMSwxLDAsMCwwLTEuNDMsMEw4LDE0LjQ5LDEuNzIsOC4yOWExLDEsMCwwLDAtMS40MywwLDEsMSwwLDAsMCwwLDEuNDFsNyw2LjlhMSwxLDAsMCwwLDEuNDMsMGwxNS0xNC45YTEsMSwwLDAsMCwwLTEuNDFaIi8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% auto
}

.size.props {
    margin-bottom: 20px
}

.no-size-notificat {
    display: block;
    text-decoration: underline;
    font-size: 14px
}

.no-size form>input {
    padding-right: 5px;
    padding-left: 5px;
    height: 30px;
    border: 1px solid gray
}

.no-size select {
    height: 30px;
    border-color: gray
}

.no-size label {
    border: 0 !important;
    outline: 0 !important;
    height: auto !important;
    text-align: left !important;
}

.size-table,
section.product button.share {
    font: 12px/26px HelveticaNeueLight;
    color: #676767;
    text-transform: uppercase;
    text-decoration: underline;
}

section.product .size-table {
    margin: 30px 0 45px 0;
}

section.product button.gray {
    margin: 10px 0 30px;
}

section.product button.share::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(images/share.svg) no-repeat center / contain;
    margin: 0 10px -3px 0;
}

.product-tabs {
    margin: 40px 0 0 0;
}

.product-tabs label {
    font: 12px/50px HelveticaNeueRoman;
    text-transform: uppercase;
    color: #676767;
    width: 170px;
    height: 50px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

section.product .product-tabs p {
    margin: 30px 0;
}

.product-tabs #description:checked~label[for="description"],
.product-tabs #care:checked~label[for="care"],
.product-tabs #testomonials:checked~label[for="testomonials"] {
    background: #ececec;
}

.product-tabs div {
    border-top: 1px solid #ececec;
    display: none;
}

.product-tabs #description:checked~.description,
.product-tabs #care:checked~.care,
.product-tabs #testomonials:checked~.testomonials,
.product-tabs #testomonials:checked~.testomonials .bx_incl_area_3_1_1_2 {
    display: block;
}

.product-photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 65px auto 25px auto;
}

.product-photos div:first-child {
    margin: 200px 40px 0 70px;
}

.product-photos img {
    width: 485px;
    display: block;
    margin: 0 0 40px 0;
}

p.wear-with {
    font: 18px/26px HelveticaNeueLight;
    margin: 0 auto 20px auto;
}

section.wear-with {
    padding: 31px 0 0 0;
}

section.wear-with img {
    width: 100%;
}

section.wear-with .product:last-child {
    margin: 0;
}

.instagram h2,
.subscribe h2,
.top-carousel h2 {
    font: 30px/36px ProximaNovaSemibold;
    margin: 30px 0 30px 0;
    text-align: center;
}

.instagram div {
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    margin: 37px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.instagram a {
    display: inline-block;
    width: 294px;
    height: 294px;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.instagram img {
    width: 100%;
}

.instagram a:hover img {
    -webkit-filter: brightness(.5);
    filter: brightness(.5);
}

.instagram a:hover::before,
.instagram a:hover::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin: -10px 0 0 0;
}

.instagram a span {
    position: absolute;
    color: #fff;
    font: 16px/36px ProximaNovaSemibold;
    top: 50%;
    margin: -18px 0 0 0;
    z-index: -1;
}

.instagram a:hover span {
    z-index: 0;
}

.instagram .likes {
    left: 35%;
}

.instagram .commentaries {
    left: 70%;
}

.instagram a:hover::before {
    background: url(images/likes.svg) no-repeat center;
    left: 25%;
}

.instagram a:hover::after {
    background: url(images/commentaries.svg) no-repeat center;
    left: 60%;
}

.shipping {
    padding: 50px 0;
}

.shipping p {
    font: 16px/26px HelveticaNeueLight;
}

.shipping .numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shipping .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.shipping .numbers div {
    width: 36px;
    height: 36px;
    border: 1px solid #000;
    border-radius: 50%;
    font: 16px/36px HelveticaNeueLight;
    text-align: center;
}

.shipping .line {
    width: 240px;
    height: 1px;
    background: #000;
    margin: 0 0 0 6px;
}

.shipping .ready {
    background: url(images/ready.svg) no-repeat center / 50% 50%;
}

.shipping .description>div {
    -ms-flex-preferred-size: 276px;
    flex-basis: 276px;
    margin: 40px 10px 63px 0;
}

.shipping .description>div div {
    width: 60px;
    height: 60px;
}

.shipping .packing div {
    background: url(images/packing.svg) no-repeat center;
}

.shipping .method div {
    background: url(images/method.svg) no-repeat center;
}

.shipping .payment div {
    background: url(images/payment.svg) no-repeat center;
}

.shipping .confirm div {
    background: url(images/confirm.svg) no-repeat center;
}

.countries {
    width: 970px;
}

.country,
.contacts-tab.first,
.contacts-tab.second {
    display: none;
}

.contacts-tab.first a {
    color: black;
}

#rb:checked~.rb,
#other-countries:checked~.other-countries,
#contacts:checked~.contacts-tab.first,
#shops:checked~.contacts-tab.second {
    display: block;
}

#rb:checked~.tabs label[for="rb"],
#other-countries:checked~.tabs label[for="other-countries"],
#contacts:checked~.tabs label[for="contacts"],
#shops:checked~.tabs label[for="shops"] {
    text-decoration: underline
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 52px auto 70px auto;
}

.contacts label {
    cursor: pointer;
}

.contacts label h1 {
    font: 30px/26px HelveticaNeueLight;
    display: inline;
    color: #000;
    text-transform: none;
}

.tabs label {
    font: 30px/26px HelveticaNeueLight;
    cursor: pointer;
}

.tabs .separator {
    width: 1px;
    height: 68px;
    background: #f0f0f0;
}

.country label {
    display: block;
    height: 63px;
    padding: 0 30px;
    margin: 0 0 4px 0;
    background: #f1f1f1;
    font: 16px/63px HelveticaNeueLight;
    position: relative;
}

.country label::after {
    content: "";
    width: 16px;
    height: 10px;
    background: url(images/triangle-black.svg) no-repeat center;
    position: absolute;
    top: 50%;
    right: 30px;
    margin: -5px 0 0 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion>input:checked~label::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.shipping-method {
    width: 47%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    float: left;
}

.shipping-method .number {
    display: inline-block;
    width: 48px;
    height: 48px;
    border: 2px solid #e1e1e1;
    border-radius: 50%;
    margin-right: 20px;
    text-align: center;
    font: 18px/50px HelveticaNeueHeavy;
}

.shipping-method .method-title {
    font: 16px/16px HelveticaNeueMedium;
    text-transform: uppercase;
}

.shipping-method p {
    width: 370px;
}

.shipping-methods>p,
.shipping-methods>ul li {
    font: 16px/26px HelveticaNeueLight;
}

.shipping-methods>p {
    margin: 30px 30px 0 30px;
}

.shipping-methods>ul {
    list-style: square;
    padding: 0 0 0 45px;
}

.contacts .tabs {
    width: 330px;
}

.contacts-tab {
    margin: 0 auto 50px auto !important;
}

.contacts-tab>p {
    font: 22px/26px HelveticaNeueLight;
    margin: 60px 0 75px 0;
    text-align: center;
}

.contacts-tab>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}

.contacts-tab .location {
    width: 570px
}

.location select {
    -webkit-appearance: none;
    width: 270px;
    height: 48px;
    border: 1px solid #000;
    padding: 0 0 0 20px;
}

.map .placeholder {
    width: 230px;
    padding: 20px;
    background: #fff;
    text-align: left;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    font: 14px/26px HelveticaNeueLight;
    position: absolute;
    top: 30%;
    left: 30%;
    z-index: 1;
}

.map .placeholder::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #fff;
    position: absolute;
    bottom: -3.5px;
    left: 48px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contacts-tab>div div {
    width: 33%;
}

.contacts-tab span {
    font: 16px/26px HelveticaNeueMedium;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.contacts-tab>div p,
.contacts-tab label {
    font: 16px/26px HelveticaNeueLight;
    text-align: center;
    margin: 0;
}

.contacts .map {
    height: 695px;
    position: relative;
}

.contacts+.info p {
    text-align: center;
}

.subscribe p {
    font: 16px/24px HelveticaNeueLight;
    text-align: center;
}

.info p {
    font: 14px/26px HelveticaNeueLight;
    margin: 40px auto;
}

.subscribe form {
    width: 570px;
    margin: 0 auto 70px auto;
    text-align: center;
}

.subscribe .name {
    float: left;
}

.subscribe .email {
    float: right;
}

.subscribe form div {
    width: 50%;
    margin-bottom: 35px;
    text-align: left;
}

.subscribe label {
    font: 11px/24px HelveticaNeueLight;
    color: #afafaf;
    text-transform: uppercase;
}

.subscribe input:not([type="submit"]) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 20px/24px HelveticaNeueRoman;
    width: 270px;
    border-bottom: 1px solid #000;
    border-radius: 0;
    display: block;
}

.subscribe input[type="submit"] {
    margin: 0 auto 10px;
}

.subscribe p {
    margin: 15px 0 70px 0;
}

.policy a {
    border-bottom: 1px dashed black;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    color: inherit
}

.policy a:hover {
    border-bottom-color: transparent
}

.we-in-social p {
    font: 16px/24px HelveticaNeueRoman;
    margin: 47px 0 30px 0;
    text-align: center;
}

.we-in-social .social {
    width: 378px;
    margin-bottom: 59px;
}

.we-in-social .social * {
    width: 46px;
    height: 46px;
}

.subscribe-success {
    width: 408px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid #000;
    padding: 55px 180px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2;
    text-align: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: none;
    opacity: 0;
}

.subscribe-success span {
    font: 20px/28px ProximaNovaExtrabld;
    text-transform: uppercase;
}

.subscribe-success hr {
    width: 185px;
    margin: 20px auto 35px auto;
}

.subscribe-success p {
    font: 16px/26px HelveticaNeueLight;
    margin: 0;
}

footer {
    padding: 60px 0 50px 0;
    background: #f8f8f8;
}

footer .wrapper {
    position: relative;
}

footer .wrapper * {
    font: 16px/24px HelveticaNeueRoman;
    color: #393939;
}

footer .wrapper>* {
    display: block;
}

.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.not-found .logo {
    width: 134px;
    height: 42px;
    margin: 118px auto 165px auto;
}

.not-found h1 {
    font: 24px/100px HelveticaNeueHeavy;
    color: #dfdfdf;
    margin: 10px 0;
}

.not-found p {
    font: 16px/26px HelveticaNeueLight;
    color: #adadad;
    text-align: center;
    margin: 0 0 50px 0;
}

.not-found a {
    margin: 0 auto;
}

.hanger {
    width: 100px;
    height: 63px;
    margin: 0 auto;
    background: url(images/hanger.svg) no-repeat center / 100% 100%;
}

.table-of-sizes {
    background: #fff;
    padding: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    z-index: 2;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.table-of-sizes .close {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    font-size: 25px;
    top: -10px;
    right: -10px;
    -webkit-box-shadow: -2px 3px 25px -5px #000;
    box-shadow: -2px 3px 25px -5px #000;
}

.wishlist-item:hover {
    border-color: #666;
    cursor: pointer;
}

.table-of-sizes.visible {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

a[disabled] {
    color: #e2e2e2 !important;
    pointer-events: none;
}

.back-to-filter {
    font: 14px/14px HelveticaNeueLight;
    position: absolute;
    top: 15px;
    color: #353535;
}
.little-media{
display:none;
}
.back-to-filter::before {
    content: '←';
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
}

.bx-touch .bx_ordercart .bx_ordercart_order_pay_right {
    text-align: right
}

.up {
    position: fixed;
    z-index: 1;
    bottom: 0px;
    left: 5px;
    color: #000;
    display: none;
}

.up.visible {
    display: block;
}

.up::before {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 192"><polygon points="287.6 192 320 159.7 160 0 160 0 160 0 0 159.7 32.4 192 160 64.7 287.6 192"/></svg>');
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
}

.shipping__reg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 500px;
    padding: 0 20px;
    text-align: center;
}

.shipping__reg small {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.shipping__reg img {
    max-width: 100%;
    margin-bottom: 5px
}

.modal-product h3 {
    font-size: 1.375em;
    font-family: HelveticaNeueRoman;
    margin: 0 0 20px 0;
}

/*@media (min-width: 1201px) {
    .products .product:nth-child(3n) {
        margin-right: 0
    }
    .wear-with .products .product:nth-child(3n) {
        margin-right: 30px
    }
    .wear-with .products .product:last-child {
        margin-right: 0
    }
    .result .products .product:nth-child(3n) {
        margin-right: 30px
    }
    .result .products .product:nth-child(4n) {
        margin-right: 0
    }
}*/

@media (max-width:500px) {
    nav .menu {
        width: 480px;
        margin: 0 0 0 79px;
    }
    novelties .half {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        padding: 50px 0;
    }
}

@media (max-width: 1200px) {
    .only-desktop {
        display: none !important;
    }
    .only-tablet {
        display: none !important;
    }
    /*.only-mobile {
        display: none !important;
    }*/
    .direct-phone br {
        display: none;
    }
    .basket .wishlist .item>div {
        max-width: 400px;
    }
    h1 {
        margin: 40vh 0 0 0;
    }
    nav input[type="search"] {
        width: 125px;
    }
    .catalog .head {
        width: 700px;
    }
    .filter {
        margin: 20px 25px 0 0;
    }
    .choosed {
        width: 700px;
    }
    ,
    .products {
           /* width: 870px; */
width: 100%;
/* float: left; */
display: -webkit-box;
display: -ms-flexbox;
display: flex
;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
    }
    .products .product:nth-of-type(2n) {
        margin-right: 10px;
    }
    .products .product {
        width: 310px;
        margin: 0 40px 30px 0;
    }
    .products .product .img {
        height: 495px;
    }
.products .product, section.wear-with .product {
    /* width: 270px; */
    width: 23%;
    float: left;
    position: relative;
    margin: 0 15px 15px 0;
    /* margin: 0; */
}
    .shipping .line {
        width: 180px;
    }
    section.account {
        padding: 40px 0;
    }
    .account>div.menu {
        width: 220px;
    }
    .account .profile {
        width: 610px;
        padding: 25px;
    }
    .account .wishlist,
    .account .history {
        width: 700px;
    }
    .wishlist .item img,
    .history .item img {
        margin: 0 40px 0 0;
    }
    .wishlist .item .title {
        margin: 35px 0 20px 0;
    }
    .history .item .title {
        margin: 20px 0 20px 0;
    }
    .wishlist .item button:first-of-type,
    .history .item button:last-of-type {
        bottom: 20px;
        right: 25px;
    }
    .wishlist .item button:last-of-type:not(.close) {
        width: 192px;
        bottom: 20px;
        left: 240px;
    }
    .account .profile div {
        width: 280px;
    }
    section.wear-with .product {
        width: 300px;
        margin: 0 10px 20px 0;
    }
    .account .profile input[type="submit"] {
        margin: 40px 37px 0;
    }
    section.wear-with .product:nth-child(3) {
        margin: 0 0 20px 0;
    }
    section.product {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    section.product img {
        width: 450px;
    }
    .product-photos div:first-child {
        margin: 200px 40px 0 0;
    }
    .product-photos img {
        width: 450px;
    }
    .no-size-notificat {
        font-size: 3vw
    }
    .modal-product h3 {
        font-size: 5vw
    }
}

@media (min-width: 971px) {
    .only-mobile {
        display: none !important
    }
 .only-mobile-filter {
        display: none !important
    }
    .only-desktop {
        display: block !important;
    }
    /.only-tablet {
        display: none !important;
    }
    .black .account button {
        background-image: url(images/account-black.svg);
    }
    .shipping-method:nth-of-type(odd) {
        margin: 40px 0 0 30px
    }
    .shipping-method:nth-of-type(even) {
        margin: 40px 0 0 0
    }
}

@media (max-width: 970px) {
    .only-desktop-tablet {
        display: none !important
    }
    .only-desktop {
        display: none !important;
    }
    .only-tablet {
        display: none !important;
    }
    /*    .wrapper {
    width: 87.5vw;
}*/
    .bttn {
        width: 71.25vw;
        height: 15vw;
        font: 3.75vw/15vw HelveticaNeueRoman;
    }
    section.head.main {
        height: 100vh;
        padding: 0;
    }
    section.head .bttn {
        margin: 8vw auto 10vw auto
    }
    nav {
        height: 15.625vw;
    }
    nav a,
    nav button {
        font: 4.69vw/8.125vw FuturaNormal;
    }
    nav .logo {
        width: 21.875vw;
        height: 6.25vw;
        margin: 4.6vw 0 0 0;
    }
    .drop-menu>a::after {
        background-image: url(images/triangle-black.svg);
    }
    .drop-menu:hover {
        background: 0;
    }
    .drop-menu ul {
        width: 93%;
        background: #fff;
    }
    .drop-menu li a {
        font: 3vw/10vw HelveticaNeueRoman;
        color: #000;
    }
    .collections-menu__list {
        position: static;
        width: 100%;
        padding: 0;
    }
    .collections-menu__list a {
        display: block;
        padding: 5px 0
    }
    nav .menu {
        display: block;
        position: absolute;
        margin: 0;
        padding: 0 6.25vw;
        left: 0;
        top: -200vw;
        width: 100vw;
        min-height: 85vh;
        z-index: 11;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    nav .menu {
        background: #fff;
    }
    nav .menu>li {
        display: block;
        padding: 5vw 3.125vw;
    }
    nav .menu>li:nth-child(-n+6) {
        border-bottom: 1px solid #f0f0f0;
    }
    nav .menu>li * {
        color: #000;
    }
    nav>ul>li:nth-child(n+1):nth-child(-n+7) a {
        text-transform: uppercase;
    }
    nav .icons button,
    nav .cart a,
    nav .logout a,
	.black .account a,
	.black .wish a{
        width: 24px;
        height: 24px;
    }
    nav .icons {
        width: auto;
        /* width: 29.69vw; */
        top: 5vw;
    }
    nav .account button {
        width: 100%;
    }
    nav .language {
        text-decoration: none;
    }
    .language a {
        display: inline-block;
        width: 20.62vw;
        height: 8.44vw;
        text-align: center;
        font: 3.75vw/8.44vw HelveticaNeueRoman;
    }
    .language .active {
        border: 1px solid #000;
    }
    nav input[type="search"] {
        width: 31.25vw;
        height: 7.81vw;
        border-bottom: 1px solid #aeaeae;
        color: #000;
    }
    nav .hamburger {
        width: 25px;
        height: 17px;
        background: url(images/hamburger.svg) no-repeat center;
        position: relative;
        z-index: 1;
    }
    .hamburger.open {
        background-image: url(/local/templates/lakbi/images/hamburger-black.svg);
    }
    .sign {
        width: 100%;
        margin: -247.5px 0 0 -50%;
        z-index: 99;
    }
    .sign .in .with::before,
    .sign .in .with::after {
        width: 103px;
    }
    .sign .up .with::before,
    .sign .up .with::after {
        width: 96px;
    }
    .catalog .head {
        width: 87.5vw;
        margin: 30px 0 15px 0;
        float: none;
    }
    .catalog>.accordion>label::before {
        content: "Фильтры поиска";
    }
    .catalog>.accordion>input:checked~label::before {
        content: "Скрыть фильтры";
    }
    .catalog>.accordion aside {
        height: 0;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        overflow: hidden;
    }
    .filter {
        width: 100%;
        margin: 0;
    }
    label[for="filter"],
    .filter>button {
        width: 100%;
        text-transform: none;
    }
    .filter label {
        font: 12px/26px HelveticaNeueLight;
        margin: 15px 0;
    }
    .filter .accordion>label::before {
        font-size: 6.25vw;
    }
    .filter li label {
        font: 3.75vw/8.125vw HelveticaNeueLight;
    }
    [data-id="christmas"]+label::before,
    [data-id="novelties"]+label::before,
    [data-id="sale"]+label::before,
    .filter li label::before,
    [data-id="newcollection"]+label::before {
        width: 4.5vw;
        height: 4.5vw;
        border: .32vw solid #000;
        -webkit-transform: translate(1px, .7vw);
        -ms-transform: translate(1px, .7vw);
        transform: translate(1px, .7vw);
    }
    [data-id="novelties"]:checked+label::before,
    [data-id="sale"]:checked+label::before,
    .filter input:not([name=filter]):checked+label::before {
        width: 4vw;
        height: 4vw;
        border: .3125vw solid #fff;
        outline: .3125vw solid #000;
        -webkit-transform: translateX(1px);
        -ms-transform: translateX(1px);
        transform: translateX(1px);
    }
    .filter button {
        font: 14px/26px HelveticaNeueLight;
    }
    .choosed {
        margin: 10px 0 30px 0;
    }
    .choosed,
    .products {
        width: 100%;
    }
    .products .product {
        width: 100%;
        margin: 0 0 15px 0;
        text-align: center;
    }
    .products .product .img {
        display: inline-block;
        width: 100%;
        height: auto;
    }
    .products .product img {
        width: 100%;
    }
    .fancybox-button {
        width: 55px !important;
    }
    .fancybox-navigation .fancybox-button--arrow_left {
        left: 20% !important;
        top: 5%;
    }
    .fancybox-navigation .fancybox-button--arrow_right {
        right: 20% !important;
        top: 5%;
    }
    .fancybox-infobar {
        font-size: 18px !important;
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }
    .choosed .item {
        font: 3.125vw/7.8125vw HelveticaNeueBold;
        padding: 0 9px;
        margin: 0 1px 0 0;
    }
    .choosed .item button {
        margin: 0 0 0 10px;
        font: 5.625vw/6.25vw HelveticaNeueBold;
    }
    /*.products .product *,
    section.wear-with * {
        font: 4.375vw/8.125vw HelveticaNeueLight;
    }*/
    .we-in-social p {
        font: 5vw/7.5vw HelveticaNeueRoman;
    }
    h1 {
        font: 7.5vw/11.25vw FuturaNormal;
        margin-top: 40vh;
    }
    header.main~main .head h1 {
        width: 70vw;
    }
    .indicators {
        margin: 6vh auto 0 auto;
    }
    .novelties {
        background-position-x: 23%;
        position: relative;
    }
    h2:not(.bx-soa-section-title) {
           font: 4.17vw/11.25vw ProximaNovaSemibold;
letter-spacing: 6px;
width: 100%;
text-align: center;
position: relative;
margin: 30px 0 15px 0;
    }
    .sale h2 {
        margin: 60vh 0 0 0;
    }
    .sale a {
        margin: 5vh auto 0 auto;
        position: relative;
    }
    section.sale::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 30vh;
        background: rgba(249, 250, 252, .9);
    }
    .novelties .half {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 50px 0;
    }
    .sale {
        background-position-x: 77%;
        position: relative;
    }
    section.shipping {
        padding: 12px 0;
    }
    .shipping .description {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        word-wrap: normal;
    }
    .shipping .description>div {
        width: 100%;
        margin: 0;
        display: inline-block;
        position: relative;
        right: 0;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }
    .shipping .description>div div {
        margin: 0 auto;
    }
	.steps.only-desctop-tablet{
		display: none !important;
	}
	.steps. only-mobile-steps{
		display: flex !important;
		flex-direction: column;
	}
    .steps {
        height: 206px;
        margin: 35px 0;
        position: relative;
    }
    .steps p {
        text-align: center;
    }
    .steps input {
        display: none;
    }
    .steps .indicators {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 15.31vw;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }
    label[for^="step-"] {
        display: inline-block;
        width: 2.19vw;
        height: 2.19vw;
        background: #000;
    }
    #step-2:checked~.description div {
        right: 100%;
    }
    #step-3:checked~.description div {
        right: 200%;
    }
    #step-4:checked~.description div {
        right: 300%;
    }
    #step-1:checked~div label[for="step-1"],
    #step-2:checked~div label[for="step-2"],
    #step-3:checked~div label[for="step-3"],
    #step-4:checked~div label[for="step-4"] {
        outline: 1px solid #000;
        outline-offset: 1px;
    }
    #step-1:checked~div label[for="step-2"]::after,
    #step-2:checked~div label[for="step-3"]::after,
    #step-3:checked~div label[for="step-4"]::after,
    #step-2:checked~div label[for="step-1"]::after,
    #step-3:checked~div label[for="step-2"]::after,
    #step-4:checked~div label[for="step-3"]::after {
        content: "";
        width: 4vw;
        height: 5vw;
        background: url(images/arrow-right.svg) no-repeat center;
        position: absolute;
        top: 14%;
    }
    #step-1:checked~div label[for="step-2"]::after,
    #step-2:checked~div label[for="step-3"]::after,
    #step-3:checked~div label[for="step-4"]::after {
        background: url(images/arrow-right.svg) no-repeat center;
        right: 0;
    }
    #step-2:checked~div label[for="step-1"]::after,
    #step-3:checked~div label[for="step-2"]::after,
    #step-4:checked~div label[for="step-3"]::after {
        background: url(images/arrow-left.svg) no-repeat center;
        left: 0;
    }
    .tabs {
        margin: 5.6vw auto 10vw auto;
    }
    .account:not(.basket) .menu {
        height: auto;
    }
    .account>div label {
        height: auto
    }
    .account>div label a {
        height: 19.6875vw !important;
        font: 5vw/19.6875vw HelveticaNeueLight !important;
    }
    .contacts .tabs {
        width: auto;
    }
    .contacts-tab span {
        font: 5vw/8.125vw HelveticaNeueMedium;
    }
    .contacts-tab>div p,
    .contacts-tab label {
        font: 5vw/8.125vw HelveticaNeueLight;
    }
    .old-price {
        font: 3.75vw/8.125vw HelveticaNeueLight;
    }
    section.product .price {
        font: 4.375vw/8.125vw HelveticaNeueLight;
    }
    section.product .info b {
        font: 3.75vw/8.125vw HelveticaNeueRoman;
    }
    section.product .info div:not(.product-tabs) label {
        width: 9.375vw;
        height: 9.375vw;
        font-size: 3vw;
        font-family: HelveticaNeueRoman;
    }
    .size-table,
    section.product button.share {
        font: 3.75vw/8.125vw HelveticaNeueLight;
    }
    .product-tabs label {
        font: 3.75vw/15.625vw HelveticaNeueRoman;
        width: 41vw;
        height: 15.625vw;
    }
    section.product button.share::before {
        width: 4.375vw;
        height: 4.375vw;
    }
    .tabs .separator {
        height: 34px;
    }
    .contacts label h1,
    .tabs label {
        font: 5.3vw/8.125vw HelveticaNeueLight;
    }
    .contacts-tab>p {
        margin: 50px 0 30px 0;
        font: 6.875vw/8.125vw HelveticaNeueLight;
    }
    .contacts-tab>div {
        display: block;
    }
    .contacts-tab>div div {
        width: auto;
    }
    .contacts-tab span,
    .contacts-tab>div p {
        text-align: left;
    }
    .contacts-tab label {
        display: inline-block;
        margin: 10px 30px 0 0;
    }
    .contacts-tab .location,
    .contacts-tab .location select {
        width: 100%
    }
    .contacts-tab .location select:first-child {
        margin: 0 0 20px 0
    }
    .contacts .map {
        height: 480px
    }
    .shipping-method {
        width: 100%;
        display: block;
        float: none;
    }
    .shipping-method p {
        width: auto;
        margin: 0;
    }
    .shipping-methods>p {
        margin: 20px 0;
    }
    .shipping-method .number {
        margin: 28px 0 22px 0;
    }
    .account {
        padding: 20px 0;
    }
    .account>div {
        width: 100% !important;
        margin: 0 0 19px 0;
    }
    .account .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 0;
        padding: 0;
        height: auto;
        margin: 15px 0 0 0;
    }
    .account .profile div,
    .product-photos img {
        width: 100%;
    }
    .account .profile div+div {
        margin-left: 0;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .account .profile {
        width: 100%;
    }
    .account .profile input[type="submit"] {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .account .menu label {
        margin-bottom: 0
    }
    .account .menu label+label {
        margin-top: 1vw
    }
    .wishlist .item,
    .history .item {
        margin: 20px 0;
    }
    .wishlist .item>div,
    .wishlist .item img,
    .history .item>div,
    .history .item img {
        float: none;
    }
    .wishlist .item img,
    .history .item img {
        height: auto;
        width: 100%
    }
    .bx_ordercart .bx_ordercart_order_pay_right {
        width: auto;
        margin-top: 20px;
    }
    .basket .wishlist .item>div,
    .basket .wishlist .item img {
        float: left;
    }
    .wishlist .item button:not(.close),
    .wishlist .item button:last-of-type:not(.close),
    .history .item button:not(.close) {
        position: static;
        width: 100%;
    }
    .wishlist .item button:first-of-type:not(.close),
    .history .item button {
        margin: 20px 0 8px 0;
    }
    .wishlist .close,
    .history .close {
        top: 0;
    }
    section.product.wrapper {
        width: 100%;
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
    section.product .price {
        margin: 0 auto 20px auto;
    }
    section.product img {
        width: 100%;
        margin: 0 0 25px 0;
    }
    .product-photos,
    .product-photos div:first-child,
    .product-photos img {
        display: block;
        margin: 0;
        width: 100%;
        margin-bottom: 15px;
    }
    .instagram h2,
    .subscribe h2 {
        font: 5vw/11.25vw ProximaNovaSemibold;
        margin: 9.37vw 0 3.125vw 0;
        letter-spacing: 2px;
    }
    .instagram div {
        margin: 17px 0 0 0;
    }
    .instagram a {
        width: 200px;
        height: 200px;
    }
    .subscribe p {
        font: 4.37vw/7.5vw HelveticaNeueLight !important;
    }
    .subscribe p:nth-of-type(1) {
        margin: 4.69vw 0 6.25vw 0;
    }
    .subscribe form {
        width: 87.5vw;
        height: auto;
        margin: 0 auto 9.37vw auto;
    }
    .subscribe .name,
    .subscribe .email {
        width: 100%;
        float: none;
    }
    .subscribe label {
        font: 3.4375vw/7.5vw HelveticaNeueLight;
    }
    .subscribe input:not([type="submit"]) {
        width: 100%;
        font: 6.25vw/7.5vw HelveticaNeueRoman;
    }
    .subscribe input[type="submit"],
    .subscribe .email {
        margin: 9.37vw auto 0 auto;
        position: static;
    }
    .subscribe p:nth-of-type(2) {
        margin: 11vw 0 9.37vw 0;
    }
    .we-in-social .social {
        width: 78.75vw;
        margin-bottom: 14.375vw;
    }
    .we-in-social .social * {
        width: 10vw;
        height: 10vw;
    }
    .subscribe-success {
        width: 87.5vw;
    }
    footer {
        padding: 10.94vw 0 5vw 0;
    }
    footer .wrapper * {
        font: 4.375vw/7.5vw HelveticaNeueRoman;
    }
    footer p:first-of-type {
        float: none;
        margin: 0 0 9.375vw 0;
    }
    .not-found .logo {
        width: 67px;
        height: 22px;
        margin: 29px auto 63px auto;
    }
    .not-found h1 {
        font: 18px/50px HelveticaNeueHeavy;
        color: #dfdfdf;
        margin: 0 0 20px 0;
    }
    .hanger {
        width: 77px;
        height: 48px;
    }
    .back-to-filter {

        top: 10px;
        margin-left: 20px;
    }
.big-screen{
display:none}
.little-media{
display:block;
right:15px}
.little-media::before {
            content: 'x';
border: 1px black solid;
border-radius: 50%;
padding: 5px 7px 7px;
display: inline-block;
margin-right: 10px;
font-size: 20px;
background: transparent;
font-weight: bold;
}

    .product .nav {
        position: static;
        margin: 40px 0 0 20px;
    }
    .table-of-sizes,
    .table-of-sizes img {
        width: 280px;
        max-width: 100%;
    }
    .account.wrapper.basket {
        padding-bottom: 0;
    }
    .bx_ordercart_coupon {
        text-align: right;
    }
    .breadcrumbs * {
        font: 3.29vw / 5.7625vw HelveticaNeueLight;
        white-space: nowrap;
        /* Запрещаем перенос строк */
        overflow: hidden;
        /* Обрезаем все, что не помещается в область */
        text-overflow: ellipsis;
        /* Добавляем многоточие */
    }
    .info p {
        font: 4.375vw/8.125vw HelveticaNeueLight;
    }
    .account .profile label,
    .bx-authform-content-container,
    .bx-authform-label-container,
    .bx-authform-description-container {
        font: 3.75vw/8.125vw HelveticaNeueLight;
    }
    .popup-modal {
        width: 100%;
    }
    .add_to_basket-success a {
        margin-top: 3vw;
    }
    .up {
        width: 100%;
        height: 40px;
        top: 0;
        left: 0;
        background-color: #fff;
        border-bottom: 1px solid #000;
    }
    @-webkit-keyframes bounce {
        0%,
        100%,
        20%,
        50%,
        80% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
        40% {
            -webkit-transform: translateY(-7px);
            transform: translateY(-7px)
        }
        60% {
            -webkit-transform: translateY(-3px);
            transform: translateY(-3px)
        }
    }
    @keyframes bounce {
        0%,
        100%,
        20%,
        50%,
        80% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
        40% {
            -webkit-transform: translateY(-7px);
            transform: translateY(-7px)
        }
        60% {
            -webkit-transform: translateY(-3px);
            transform: translateY(-3px)
        }
    }
    .up::before {
        display: inline-block;
        width: 10px;
        height: 6px;
        margin-right: 5px;
        -webkit-animation: bounce 2s infinite;
        animation: bounce 2s infinite;
    }
    .footer__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .shipping__reg {
        padding: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: left !important
    }
}

@media (max-width: 575px) {
    .only-desktop-tablet {
        display: flex !important;
width: 100%;
    }
    .only-tablet {
        display: none !important;
    }
    .only-mobile {
        display: none !important;
    }
.steps.only-desktop-tablet{
		display: none!important;
	}
	.steps.only-mobile-steps{
		display: flex!important;
		flex-direction: column;
	}
    novelties .half {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        padding: 50px 0;
    }
}

.quantity * {
    float: left;
    width: 70px;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
}

.quantity .basket-quantity {
    background: black;
    color: white;
}

.quantity .basket-quantity:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.quantity .basket-quantity:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.quantity .basket-quantity:hover,
.checkout-new:hover,
.bx_bt_button-new:hover,
.account .profile input[type="submit"]:hover {
    background: #424242 !important;
}

.checkout-new {
    width: 228px;
    height: 48px;
    text-align: center;
    background: black !important;
    border-radius: 0 !important;
    line-height: 48px !important;
    font: 12px/48px HelveticaNeueRoman !important;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.bx_bt_button-new {
    width: 22px !important;
    height: 48px !important;
    line-height: 48px;
    background: black !important;
    border-radius: 0 !important;
    font: 12px/48px HelveticaNeueRoman !important;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.bx_ordercart_order_table_container {
    border: none !important;
}

.bx_ordercart .bx_ordercart_order_sum tr td {
    text-align: left !important;
    font-size: 15px;
}

#coupon {
    height: 46px;
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bx_ordercart .bx_ordercart_coupon span {
    margin-bottom: 5px;
    color: #3f3f3f;
    font-size: 15px;
}

.account.basket .menu a {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: block;
    height: 63px;
    background: #f1f1f1;
    font: 16px/63px HelveticaNeueLight;
    color: #353535;
    text-align: center;
}

.account.basket .menu a:hover {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #d9d9d9;
}

.account.basket>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
}

.accordion>div>p,
.accordion>div li {
    font: 16px/26px HelveticaNeueLight;
}

.accordion>div>p {
    margin: 30px 30px 0 30px;
}

.accordion>div a {
    color: #888;
    text-decoration: underline;
}

.accordion>div>p:last-child {
    margin-bottom: 40px;
}

.accordion ul {
    list-style: square;
    padding: 0 0 0 45px;
    margin-top: 30px;
}

.catalog .accordion ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    max-height: 250px;
}

.accordion ol ul {
    margin-top: 15px;
    margin-bottom: 15px;
}

.accordion img {
    display: block;
    max-width: 100%;
}

.modal-product {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    max-width: 100%;
    background: white;
    text-align: center;
    padding: 20px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.modal-product.visible {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.modal-product button,
.modal-product a {
    text-decoration: none !important;
    display: inline-block;
}

.bx_ordercart .bx_ordercart_order_pay_center {
    border-top: none;
    padding: 0;
    margin: 10px 0;
}

.bx_ordercart .bx_ordercart_order_pay_center .checkout {
    top: 0;
}

.bx_ordercart_order_pay_right {
    height: 70px;
    line-height: 70px;
}

.fwb {
    font-size: 22px !important;
    font-family: HelveticaNeueRoman !important;
}

@media (max-width: 380px) {
    .modal-product {
        width: 100%
    }
    .modal-product button:not(.close),
    .modal-product a {
        margin: 5px 0;
        width: 200px;
        height: 30px;
        line-height: 30px;
    }
    .bx_ordercart_order_pay.wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .bx_ordercart .bx_ordercart_order_sum tr td {
        text-align: center !important;
    }
    .bx_ordercart_order_pay_right {
        height: 60px;
        line-height: 12.5px;
    }
    .show-modal {
        top: calc(50% + 60px);
    }
}

.basket .errortext {
    font-size: 16px !important;
    font-family: HelveticaNeueRoman !important;
    color: black !important;
}

.form-group-custom {
    margin-bottom: 15px;
}

.form-group-custom label {
    width: 20%;
    text-align: center;
}

.form-control-custom:not([type="checkbox"]) {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: inline-block;
    width: 70%;
    height: 34px;
    padding: 6px 12px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cdcdcd;
    border-radius: 0px;
}

.form-control-custom[type="checkbox"] {
    border-radius: 0px;
    margin: 0;
}

.form-control-custom[type="checkbox"]+label {
    text-align: center;
    margin-left: 10px;
    width: 200px;
}

.form-control-custom:focus {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #616060;
}

.modal-login .black.bttn {
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    margin: 0 auto;
}

.modal-login .btn-margin {
    margin-bottom: 10px;
}

.modal-login-show {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    top: 300px;
}

.save-success {
    position: absolute;
    top: 0;
    right: 0;
    font: 16px/26px HelveticaNeueLight;
}

#coupons_block {
    width: auto;
    float: none;
    text-align: right;
    font: 16px/24px HelveticaNeueRoman;
}

.bx_ordercart_order_pay_right {
    float: right !important;
}

#basket_items_list {
    margin-bottom: 50px;
}

.result .products {
    width: auto;
}

.bx-soa-section,
.form-control {
    border-radius: 0 !important;
}

.bx-soa-section.bx-selected {
    border-color: #d8d8d8 !important;
}

.bx-soa-more-btn a {
    border-radius: 0;
}

.wear-with .products {
    width: auto;
}

.popup-modal {
    max-width: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: fixed;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    left: 50%;
    text-align: center;
}

.popup-modal img {
    max-width: 100%;
}

.popup-modal.visible {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.item.history .order>a {
    float: right;
    text-decoration: none;
}

.item.history .order>a:first-of-type {
    margin-left: 20px;
    color: white;
}

.item.history .order>a:last-of-type {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid black;
    background: white;
    color: black;
}

.item.history .order>a:last-of-type:hover {
    background: #e5e5e561;
}

.history .order {
    margin-bottom: 54px;
    padding: 20px;
    border: 1px solid #737373;
}

.bx-authform {
    max-width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bx-title {
    font: 24px/26px HelveticaNeueMedium;
}

.bx-soa-pp-company {
    z-index: 1 !important;
}

#success h1 {
    margin: 20px;
}

label.disabled {
    color: #ccc;
}

.filter li label.disabled::before,
.filter label.disabled::before {
    border: 1px solid #ccc;
}

.disabled {
    cursor: default !important;
}

.products .product,
section.wear-with .product {
    vertical-align: top;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

section.wear-with .product {
    float: none;
    display: inline-block;
}

.not-visible {
    overflow: hidden;
    height: 0px;
    position: absolute;
    opacity: 0;
    top: 0;
    left: -3000px;
}

.basket .bx-soa-cart-total.bx-soa-cart-total-bottom {
    opacity: 1;
}

#bx-soa-order-form {
    width: 100%;
}

.bx-soa-cart-total.bx-soa-cart-total-bottom {
    opacity: 0;
}

table .basket-item-block-actions {
    opacity: 1;
}

@media (min-width: 1201px) {
    .bx-basket.bx-green.bx-step-opacity {
        width: 75%;
        padding-right: 5px;
    }
    .account.wrapper.basket>form {
        width: 100%;
    }
    .col-sm-3.bx-soa-sidebar {
        width: 270px;
        position: fixed;
        top: 321px;
        /*top: 211px;*/
        right: 270px;
    }
}

@media (max-width: 1200px) and (min-width: 950px) {
    .bx-basket.bx-green.bx-step-opacity {
        width: 75%;
        padding-right: 5px;
    }
    .col-sm-3.bx-soa-sidebar {
        /*width: 270px;*/
        position: fixed;
        top: 321px;
        /*top: 211px;*/
        right: 30px;
    }
}

@media (max-width: 970px) and (min-width: 950px) {
    .col-sm-3.bx-soa-sidebar {
        top: 452px;
    }
}

@media (max-width: 767px) {
    #bx-soa-total {
        /*display: none;*/
    }
}

@media (max-width: 579px) {
    .bx-soa-item-title {
        text-align: center;
    }
}

.info .sizes-select.chosen-select {
    max-width: 300px;
    width: 100%;
}

.info .chosen-container.chosen-container-single {
    display: inline-block;
    width: 100%;
}

.info .chosen-container-single .chosen-single {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    height: 35px;
    color: #000000;
    font: 14px HelveticaNeueRoman;
    line-height: 35px;
}

.info .chosen-container-active.chosen-with-drop .chosen-single {
    background-image: none;
    background-color: #f4f4f4;
    border-bottom: 1px solid #000;
}

.info .chosen-container .chosen-drop {
    z-index: 1;
}

.info .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    border-top: 1px solid #000;
}

.info .chosen-container .chosen-results+a.chosenLink {
    display: block;
    line-height: 35px;
    font: 14px HelveticaNeueRoman;
    height: auto;
    padding: 14px 10px 14px 10px;
    text-align: center;
    color: #000;
    text-decoration: underline;
}

.info .chosen-container .chosen-results li {
    line-height: 35px;
    font: 14px HelveticaNeueRoman;
    height: 35px;
    padding: 10px 0 10px 15px;
}

.info .chosen-container .chosen-results li.highlighted {
    color: #fff;
    background-color: #000;
    background-image: none;
}

.info .chosen-container .chosen-single div b {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjkyLjM2MnB4IiBoZWlnaHQ9IjI5Mi4zNjJweCIgdmlld0JveD0iMCAwIDI5Mi4zNjIgMjkyLjM2MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjkyLjM2MiAyOTIuMzYyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZD0iTTI4Ni45MzUsNjkuMzc3Yy0zLjYxNC0zLjYxNy03Ljg5OC01LjQyNC0xMi44NDgtNS40MjRIMTguMjc0Yy00Ljk1MiwwLTkuMjMzLDEuODA3LTEyLjg1LDUuNDI0QzEuODA3LDcyLjk5OCwwLDc3LjI3OSwwLDgyLjIyOGMwLDQuOTQ4LDEuODA3LDkuMjI5LDUuNDI0LDEyLjg0N2wxMjcuOTA3LDEyNy45MDdjMy42MjEsMy42MTcsNy45MDIsNS40MjgsMTIuODUsNS40MjhzOS4yMzMtMS44MTEsMTIuODQ3LTUuNDI4TDI4Ni45MzUsOTUuMDc0YzMuNjEzLTMuNjE3LDUuNDI3LTcuODk4LDUuNDI3LTEyLjg0N0MyOTIuMzYyLDc3LjI3OSwyOTAuNTQ4LDcyLjk5OCwyODYuOTM1LDY5LjM3N3oiLz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 41%;
}

.info .chosen-container-active.chosen-with-drop .chosen-single div b {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 37%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjkyLjM2MnB4IiBoZWlnaHQ9IjI5Mi4zNjJweCIgdmlld0JveD0iMCAwIDI5Mi4zNjIgMjkyLjM2MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjkyLjM2MiAyOTIuMzYyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZD0iTTI4Ni45MzUsNjkuMzc3Yy0zLjYxNC0zLjYxNy03Ljg5OC01LjQyNC0xMi44NDgtNS40MjRIMTguMjc0Yy00Ljk1MiwwLTkuMjMzLDEuODA3LTEyLjg1LDUuNDI0QzEuODA3LDcyLjk5OCwwLDc3LjI3OSwwLDgyLjIyOGMwLDQuOTQ4LDEuODA3LDkuMjI5LDUuNDI0LDEyLjg0N2wxMjcuOTA3LDEyNy45MDdjMy42MjEsMy42MTcsNy45MDIsNS40MjgsMTIuODUsNS40MjhzOS4yMzMtMS44MTEsMTIuODQ3LTUuNDI4TDI4Ni45MzUsOTUuMDc0YzMuNjEzLTMuNjE3LDUuNDI3LTcuODk4LDUuNDI3LTEyLjg0N0MyOTIuMzYyLDc3LjI3OSwyOTAuNTQ4LDcyLjk5OCwyODYuOTM1LDY5LjM3N3oiLz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    width: 7px;
    height: 7px;
    position: absolute;
}

.no-size {
    padding: 30px;
}

.no-size h3 {
    text-align: left;
    font-weight: bold;
    margin: 0 30px 30px 0;
    font-family: HelveticaNeueBold;
}

.no-size .close {
    font-size: 31px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    color: #000;
}

.no-size form {
    position: relative;
}

.no-size form>*:not(button):not(.mailIcon) {
    display: block;
    width: 70% !important;
    margin-bottom: 15px !important;
}

.info .no-size.modal-product.visible form>input {
    padding-right: 5px;
    padding-left: 5px;
    height: 50px;
    border: 1px solid #cfcfcf;
    width: 100%;
    position: relative;
    padding-left: 15px;
    font-size: 15px;
    color: #505050;
}

.info .no-size.modal-product.visible form>input.withIcon {
    padding-left: 45px;
}

.no-size form>.mailIcon {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjQwIDY0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjQwIDY0MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiNDQkNCQ0I7fTwvc3R5bGU+PHRpdGxlPjwvdGl0bGU+PGcgaWQ9Imljb21vb24taWdub3JlIj48L2c+PHBhdGggY2xhc3M9InN0MCIgZD0iTTU3Niw2NGMzNS4zLDAsNjQsMjguNyw2NCw2NGwwLDB2Mzg0YzAsMzUuMy0yOC43LDY0LTY0LDY0bDAsMEg2NGMtMzUuMywwLTY0LTI4LjctNjQtNjRsMCwwVjEyOGMwLTM1LjIsMjguOC02NCw2NC02NEg1NzZ6IE00MzYuMiwzNTUuMkw2NDAsNTEydi02NEw0NzYuMiwzMjMuMkw2NDAsMTkydi02NEwzMjAsMzg0TDAsMTI4djY0bDE2My44LDEzMS4yTDAsNDQ4djY0bDIwMy44LTE1Ni44TDMyMCw0NDhMNDM2LjIsMzU1LjJ6Ii8+PC9zdmc+);
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
}

.no-size select.sizes-select.chosen-select-pop {
    height: 30px;
    border-color: gray;
    width: 100%;
    max-width: none;
}

.no-size .chosen-container.chosen-container-single {
    float: left;
    text-align: left;
}

.no-size .chosen-container-single .chosen-single {
    line-height: 50px;
    height: 50px;
    padding: 0 0 0 15px;
    font-size: 19px;
    background: #fff;
}

.no-size .chosen-container-single .chosen-single {
    font-family: HelveticaNeueLight;
}

.no-size .chosen-container .chosen-results li {
    line-height: 40px;
    height: 40px;
    font-size: 17px;
    padding: 0 0 0 15px;
}

.info .no-size.modal-product.visible label {
    border: 0 !important;
    outline: 0 !important;
    height: auto !important;
    text-align: left !important;
    width: 100%;
    float: left;
    font-size: 16px;
    margin: 0 0 15px 0;
    position: relative;
}

.checkbox {
    display: none;
}

.checkbox-custom {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
}

.checkbox-text {
    padding-left: 30px;
}

.checkbox-custom,
.checkbox-text {
    display: block;
    vertical-align: middle;
}

.checkbox:checked+.checkbox-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    background: #000;
}

.info .no-size.modal-product.visible label div {
    font-size: 16px;
    font-family: HelveticaNeueLight;
}

.no-size.modal-product .bttn {
    background-color: #000;
    color: #fff;
    text-transform: capitalize;
    font-size: 21px;
    line-height: 50px;
    height: 50px;
    width: 295px;
    border-radius: 5px;
    float: right;
    margin-top: 15px;
}

@media (max-width: 1200px) {
    .no-size {
        width: 100%;
    }
    .modal-product h3 {
        font-size: 22px;
    }
    /*.no-size form > *:not(button):not(.mailIcon){
    width: 100%;
}*/
}

@media (max-width: 970px) {
    .info .sizes-select.chosen-select {
        max-width: none;
        width: 100%;
        height: 15vw;
    }
    .forChosen .chosen-container-single .chosen-single {
        max-width: none;
        width: 100%;
        line-height: 11.375vw;
        height: 11.375vw;
        /* font: 4vw HelveticaNeueLight; */
        font-size: 3.6vw;
    }
    .forChosen .chosen-container .chosen-results li {
        line-height: 11.375vw;
        font-size: 3.6vw;
        height: 11.375vw;
        padding: 0 0 0 2vw;
    }
    .info .chosen-container .chosen-results+a.chosenLink {
        font-size: 3.7vw;
        padding: 3vw 3vw;
    }
    .chosen-container .chosen-drop {
        width: 100%;
    }
    /*.no-size.modal-product .bttn{
margin-top: 15px;
}*/
    .info .chosen-container .chosen-single div b {
        width: 2vw;
        height: 1.9vw;
        top: 41%;
        right: 100%;
    }
    .info .chosen-container-active.chosen-with-drop .chosen-single div b {
        top: 37%;
        right: 100%;
        width: 2vw;
        height: 1.9vw;
    }
}

@media (max-width: 767px) {
    .info .chosen-container .chosen-results+a.chosenLink {
        font-size: 3.6vw;
        padding: 3.5vw 3.9vw;
    }
    .info .chosen-container .chosen-single div b {
        width: 3.3vw;
        height: 1.9vw;
        top: 41%;
    }
    .info .chosen-container-active.chosen-with-drop .chosen-single div b {
        top: 37%;
        width: 3.3vw;
        height: 1.9vw;
    }
    .no-size form>*:not(button):not(.mailIcon) {
        width: 100% !important;
    }
    .no-size .chosen-container-single .chosen-single {
        width: 100%;
    }
    .no-size.modal-product .bttn {
        font-size: 4.8vw;
        height: 11vw;
        line-height: 11vw;
        width: 100%;
    }
}

.sale_order_full_table form input[type="submit"] {
    background: #3bc915;
    width: 100%;
    color: #fff;
    line-height: 40px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.sale_order_full_table.paysystem a {
    background: #3bc915;
    color: #fff;
    line-height: 40px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: inline-block;
    padding: 0px 7px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.sale_order_full_table form input[type="submit"]:hover,
.sale_order_full_table.paysystem a:hover {
    opacity: 0.8;
}

.sale-color .price {
    color: #ca2221 !important;
margin: 0px 5px;
}

section.sale {
    background-position-y: 0%;
    /*margin: 10px 0 0 0;*/
}


.new::before {
    font: 14px/26px HelveticaNeueRoman;
    color: #9fabb7;
    display: inline-block;
    padding: 6px 24px;
    border: 1px solid #9fabb7 !important;
    -o-border-image: url(/local/templates/lakbi/images/sale-border.png) 1;
    border-image: url(/local/templates/lakbi/images/sale-border.png) 1;
    position: absolute;
    top: 10px;
    left: 15px;
}
.with-sale:before{
    display:none;
}
footer.nlak {
    display: block;
    padding-top: 0;
}

.block-cnl a {
    transition: .5s ease;
}

.block-cnl a:hover {
    transform: scale(1.05);
}

@media (max-width:1000px) {
    section.sale {
        background-position-x: 93%;
        background-size: cover !important;
    }
    .with-sale::before,
    .new::before {
        font: 14px/26px HelveticaNeueRoman;
        color: #9fabb7;
        display: inline-block;
        padding: 4px 8px;
        border: 1px solid #fff !important;
        -o-border-image: url(/local/templates/lakbi/images/sale-border.png) 1;
        border-image: url(/local/templates/lakbi/images/sale-border.png) 1;
        position: absolute;
        top: 3px;
        left: 3px;
    }
    .noveltiese {
        min-height: 88.89vh;
        height: auto;
    }
    .products .product img {
        height: 493px;
    }
    .products .product:nth-of-type(2n) {
        margin-right: 0;
    }
    .products {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .products .product {
        width: 49%;
    }
}

nav.md-wrapper .icons {
    top: 26px;
}

header.main~main .head h1 {
    width: 55%;
    max-width: 1170px;
}

@media (min-width:1025px) and (max-width:1600px) {
    header.main~main .head h1 {
        margin: 40vh auto 0 auto;
        font: 55px/70px FuturaNormal;
        width: 75%;
        max-width: 1170px;
    }
}

@media (min-width:760px) and (max-width:1125px) {
    header.main~main .head h1 {
        width: 100%;
    }
}

@media (min-width:766px) and (max-width:1025px) {
    .block-nlak-top input {
        padding: 20px;
        max-height: 45px;
        background: #fff;
        border: 1px solid #f0f0f0;
        width: 40%;
        min-width: 125px;
    }
}

@media (max-width:500px) {
    .products .product img {
        height: 100%;
    }
}

@media (max-width:765px) {
    section.sale {
        background-position-x: 77%;
        background-size: cover !important;
    }
}

.bx-context-toolbar-empty-area {
    background: none !important;
}

div#bx_incl_area_1 * {
    color: #fff;
}

.tfl-define-popup .tfl-define-popup__buttons {
    display: flex;
}

.tfl-define-popup .tfl-define-popup__buttons a {
    color: #000 !important;
    background-color: #f5f5f5 !important;
}

body .tfl-popup__search-wrapper {
    display: none;
}

body .tfl-popup__locations-container {
    display: none;
}

body .tfl-popup {
    width: 80%;
    max-width: 400px;
    height: auto;
}

body .tfl-popup__scroll-container,
body .tfl-popup__default-locations-container,
body .tfl-popup__locations-container {
    height: 130px;
}

.product .info .buttons .nalichie {
    display: none;
}

.product .info .buttons .shops .bx_storege ul li {
    padding: 5px 0 0px;
}

.direct-phone a:first-child {
    letter-spacing: 1px;
}

.direct-phone a:last-child {
    letter-spacing: .75px;
}

.direct-phone a {
    color: #fff;
    font: 15px/26px FuturaNormal;
    font-weight: bold;
}

.tfl__link {
    font-size: 20px;
}

.conta-div-popup {
    display: flex;
    margin: 0 auto;
    justify-content: flex-start;
    height: 20px;
    position: relative;
    color: 000;
}

.conta-div-popup * {
    color: #000;
}

.active9 {
    visibility: hidden;
}

.tfl__link-container {
    position: relative;
    color: #000;
}

.tfl__link-container:after {
    content: '\f041';
    position: absolute;
    left: -15px;
    font-family: FontAwesome;
    color: #000;
}

.direct-phone a {
    color: #000;
}

section.product a {
    cursor: pointer;
}

body .tfl-popup {
    height: auto !important;
}

body .tfl-popup__scroll-container,
body .tfl-popup__default-locations-container,
body .tfl-popup__locations-container {
    height: 170px !important;
}

@media (min-width:1200px) {
    .direct-phone br {
        display: none;
    }
.products .product, section.wear-with .product {
/* width: 270px; */
width: 23%;
float: left;
position: relative;
margin: 0 15px 15px 0;
/* margin: 0; */

}
.products {
/* width: 870px; */
width: 100%;
/* float: left; */
display: -webkit-box;
display: -ms-flexbox;
display: flex
;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
}
}

@media (min-width:600px) and (max-width:800px) {
    nav .logo {
        margin: 12px 0 0 -15px;
    }
    .main nav .cart a,
    .main nav .icons button {
        display: block;
        width: 22px;
        height: 22px;
    }
    .head .img .bttn {
        width: 50%;
        height: auto;
        font: 2.75vw/10vw HelveticaNeueRoman;
    }
    section.head .bttn {
        margin: 15% auto 0vw auto;
    }
    h2:not(.bx-soa-section-title) {
        font: 6.37vw/11.25vw ProximaNovaSemibold;
    }
    .subscribe input:not([type="submit"]) {
        width: 100%;
        font: 4.25vw/7.5vw HelveticaNeueRoman;
    }
    nav .menu>li {
        display: block;
        padding: 10px 0.125vw;
    }
    nav a,
    nav button {
        font: 3.69vw/8.125vw FuturaNormal;
    }
    .direct-phone a {
        font: 24px/26px FuturaNormal;
    }
    .novelties .half .bttn {
        width: 60%;
        height: 13vw;
        font: 2.75vw/13vw HelveticaNeueRoman;
    }
    header nav .logo {
        background-size: auto;
    }
}

@media (min-width:960px) and (max-width:1120px) {
    .novelties .men {
        background-position: -50%;
    }
    .novelties .woomen {
        background-position: 56%;
    }
    nav .menu {
        width: 755px;
        margin: 0 0 0 18px;
    }
    .direct-phone br {
        display: none;
    }
    .direct-phone {
        margin-right: 15px;
    }
    h1 {
        margin: 20vh 0 0 0;
        font: 46px/70px FuturaNormal;
    }
    .owl-carousel .owl-item div.img {
        min-height: 60vh;
        height: 60vh !important;
    }
    .wrapper {
        width: 95%;
        margin: 0 auto;
    }
    .novelties,
    .sale {
        min-height: 66.89vh;
        margin: 10px 0 0 0;
        height: 66.89vh;
    }
    section.sale {
        background-size: cover !important;
    }
    .sale {
        background: url(/local/templates/lakbi/images/sale.jpg) no-repeat 100%;
    }
    .sale h2 {
        margin: 15.11vh 0 0 0;
        display: inline-block;
    }
}

@media (width:1024px) and (height:768px) {
    .novelties .men {
        background-position: right center;
    }
}

.map a {
    color: #000;
}

.nlak {
    width: 100%;
}

.footer-top {
    width: 100%;
    background: #e4e4e4;
    padding: 40px 0;
}

.conta-nlak {
    max-width: 1170px;
    width: 90%;
    margin: 0 auto;
}

#offer {
    margin-right: 5px;
}

.footer-top .conta-nlak {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block-nlak-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}

.block-nlak-top h3 {
    margin-top: 0;
}

.block-nlak-top:first-child {
    width: 25%;
}

.block-nlak-top:last-child {
    width: 63%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}

.block-nlak-top:last-child form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.block-nlak-top:last-child form input:first-child,
.block-nlak-top:last-child form input:nth-child(2) {
    width: 41%;
}

.block-nlak-top:last-child form input:first-child {
    margin-right: 25px;
}

.nlak h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.block-nlak-top p {
    font-size: 16px;
}

.block-nlak-top input {
    padding: 20px;
    max-height: 45px;
    background: #fff;
    border: 1px solid #f0f0f0;
}

.block-nlak-top label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
}

.block-nlak-top:last-child form .block-inpa input:first-child {
    width: max-content;
}

.block-nlak-top label,
.block-nlak-top a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
}

.block-nlak-top ::-webkit-input-placeholder {
    font-size: 15px;
    color: #969696;
}

.footer-under .conta-nlak {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

.footer-under .conta-nlak .colu-nlak {
    width: 18%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}

.footer-under .conta-nlak .colu-nlak:nth-child(4) h3 {
    color: #969696;
}

.colu-nlak a {
    margin-bottom: 10px;
    font-weight: bold;
}

.block-cnl {
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
}

.block-cnl a {
    width: 21%;
}

.block-cnl div img {
    filter: grayscale(1);
    margin-right: 5px;
}

.footer-down {
    border-top: 1px solid #e6e6e6;
    padding-top: 30px;
}

.footer-down .conta-nlak {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.colu-nlak-down {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}

.block-inpa {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 41.5%;
    margin: 20px 0 0 0;
    position: relative;
}

.block-inpa label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}

.footer-under {
    padding-bottom: 30px;
}

.block-inpa label a {
    border-bottom: 1px solid #000;
    width: max-content;
}

.colu-nlak a {
    text-decoration: none;
    color: #000;
}

.colu-nlak-down p {
    line-height: 1.5;
}

.block-nlak-top input[type=checkbox] {
    display: none;
}

.block-nlak-top .checkbox label:before {
    content: '';
    background: #fff;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    position: absolute;
    left: -20px;
}

.block-nlak-top input[type=checkbox]+label {
    position: relative;
}

.block-nlak-top input[type=checkbox]:checked+label:before {
    content: "";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 15px;
    background: red;
    position: absolute;
    left: -20px;
    width: 10px;
    height: 10px;
    background: #000;
    outline: 1px solid #000;
    border: 1px solid #fff;
}

.accordion-menuF {
    display: none;
}

.mddd {
    position: relative;
}

.mddd:before {
    content: url(/local/templates/lakbi/images/arrowpointing.png);
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
}

.block-nlak-top .mddd input {
    border: none;
    background: none;
    color: transparent;
    width: 41px !important;
    position: absolute;
    max-width: 70px;
    padding: 0;
    margin: 0;
    min-width: 0;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
}

.block-nlak-top input {
    padding: 20px;
    max-height: 45px;
    background: #fff;
    border: 1px solid #f0f0f0;
    width: 43%;
    min-width: 310px;
}

.block-inpa {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 41.5%;
    margin: 20px 0 0 0;
    justify-self: flex-end;
    margin-left: auto;
    min-width: 337px;
}

.block-inpa {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: auto;
    margin: 20px 0 0 0;
    justify-self: flex-end;
    margin-left: auto;
    min-width: 347px;
}

.colu-nlak-down p {
    line-height: 1.5;
    margin: 0;
    font: 16px/1.5 HelveticaNeueLight;
}

.colu-nlak-down {
    width: 45%;
}

.footer-down .conta-nlak {
    justify-content: space-between;
}

.colu-nlak-down {
    width: 31%;
}

.footer-under .conta-nlak .colu-nlak:nth-child(4) h3 {
    color: #969696;
    width: 100%;
}

.block-cnl a {
    width: auto;
    margin-right: 5px;
}

.footer-under .conta-nlak .colu-nlak {
    width: 26%;
}

.footer-under .conta-nlak .colu-nlak:nth-child(3) {
    width: 21%;
}

.footer-under .conta-nlak .colu-nlak:last-child {
    width: 31%;
}

section.subscribe.wrapper.trend {
    display: none;
}

footer.nlak {
    display: block;
}

section.we-in-social {
    display: none;
}

footer {
    display: none;
}

@media (max-width: 767px) {
    .accordion-menuF {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        padding: 0;
    }
    .nlak ul {
        list-style: none;
        padding: 0;
    }
    .nlak a {
        text-decoration: none;
    }
    .nlak h2 {
        text-align: center;
        margin: 20px auto;
        color: #fff;
    }
    .nlak .accordion-menuF {
        width: 100%;
        margin: 0 auto;
        background: #fff;
        border-radius: 4px;
    }
    .footer-under .conta-nlak {
        padding-top: 0;
    }
    .nlak .accordion-menuF li.openF .dropdownlinkF .fa-chevron-down {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .nlak .dropdownlinkF {
        cursor: pointer;
        display: block;
        padding: 15px 15px 15px 20px;
        font-size: 18px;
        border-bottom: 1px solid #ccc;
        color: #212121;
        position: relative;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }
    .nlak .dropdownlinkF i {
        position: absolute;
        top: 17px;
        left: 16px;
    }
    .nlak .dropdownlinkF .fa-chevron-down {
        right: 12px;
        left: auto;
    }
    .nlak .submenuItemsF {
        display: none;
    }
    .nlak .submenuItemsF a {
        display: block;
        color: #727272;
        padding: 7px 0 7px 20px;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }
    .nlak .submenuItemsF a:hover {
        background-color: #CDDC39;
        color: #fff;
    }
    .footer-under .conta-nlak .colu-nlak:not(:last-child) {
        display: none;
    }
    .footer-top .conta-nlak {
        flex-direction: column;
    }
    .block-nlak-top:first-child {
        width: 100%;
    }
    .block-nlak-top:last-child {
        width: 100%;
    }
    .block-nlak-top:last-child form {
        flex-direction: row;
        width: 100%;
    }
    .block-nlak-top:last-child form input:first-child,
    .block-nlak-top:last-child form input:nth-child(2) {
        width: 100%;
        margin-bottom: 20px;
    }
    .block-inpa {
        width: 86%;
        margin: 0px auto 0 auto;
        justify-content: flex-start;
    }
    .block-nlak-top:last-child form input:first-child {
        margin-right: 0;
    }
    .block-nlak-top p {
        margin-bottom: 20px;
    }
    .block-nlak-top ::-webkit-input-placeholder {
        font-size: 15px;
        color: #000;
    }
    .footer-under .conta-nlak {
        flex-direction: column;
    }
    .nlak .accordion-menuF {
        flex-direction: column;
    }
    .footer-under .conta-nlak .colu-nlak {
        width: 100%;
    }
    .block-cnl a {
        width: 15%;
    }
    .nlak h3 {
        width: 100%;
        font-size: 18px;
    }
    .block-cnl:first-child {
        padding-bottom: 30px;
    }
    .block-cnl {
        justify-content: center;
        text-align: center;
    }
    .footer-under {
        padding-bottom: 0;
    }
    .block-cnl:last-child {
        position: relative;
    }
    .block-cnl:last-child:after {
        content: '';
        position: absolute;
        top: -30px;
        width: 100%;
        height: 1px;
        background: #e6e6e6;
    }
    .footer-down .conta-nlak {
        flex-direction: column;
    }
    .colu-nlak-down {
        margin-bottom: 20px;
    }
    .footer-under .conta-nlak {
        width: 100%;
    }
    .block-nlak-top input {
        padding: 25px;
        max-height: 45px;
        background: #fff;
        border: 1px solid #f0f0f0;
        width: 100%;
        /* height: 45px; */
        min-width: auto;
        /* padding-left: 23px; */
        box-sizing: border-box;
    }
    .mddd:before {
        content: url(/local/templates/lakbi/images/arrowpointing.png);
        position: absolute;
        left: unset;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .block-inpa {
        width: 100%;
        margin: 20px;
        justify-content: flex-start;
    }
    .footer-under .conta-nlak .colu-nlak:last-child {
        width: 100%;
    }
    .block-cnl a {
        width: auto;
        margin-right: 10px;
    }
    .colu-nlak-down {
        width: 100%;
    }
    .block-nlak-top form input:nth-child(4) {
        margin-bottom: 15px;
    }
    footer .footer-down p:first-of-type {
        margin: 0;
    }
    .block-cnl {
        margin-bottom: 5px;
    }
    .block-cnl:nth-child(2) h3 {
        margin-top: 0;
    }
    .block-inpa {
        width: 85%;
        margin: 20px auto;
        justify-content: flex-start;
        min-width: auto;
    }
    .block-nlak-top:last-child form {
        position: relative;
    }
    .mddd {
        position: absolute;
        width: 40px;
        right: 0;
        left: unset;
        height: 40px;
        bottom: 82px;
        top: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .mddd:before {
        content: url(/local/templates/lakbi/images/arrowpointing.png);
        position: static;
        left: unset;
        right: unset;
        top: unset;
        transform: none;
    }
    .block-nlak-top .mddd input {
        border: none;
        background: none;
        color: transparent;
        width: 41px !important;
        position: relative;
        max-width: auto;
        min-width: auto;
        left: -30px;
        top: unset;
        transform: none;
        display: block;
    }
}

@media (min-width:766px) and (max-width:1025px) {
    .block-nlak-top input {
        padding: 20px;
        max-height: 45px;
        background: #fff;
        border: 1px solid #f0f0f0;
        width: 40%;
        min-width: 125px;
    }
}
@media (min-width:452px) and (max-width:881px) {
img.only-desktop-tablet {
    display: flex !important;
width: 100%;
}

img.only-mobile {
    display: none !important;
}

/* img.only-tablet {
    display: block !important;
} */
}
@media (min-width:769px) and (max-width:1023px) {
    .owl-carousel .owl-item div.img {
        background-position: unset;
    }
    .conta-div-popup {
        display: none;
    }
}


/* img.only-tablet {
    display: block !important;
} */

@media (max-width:1025px) {
    section.product h1 {
        margin: 60px auto 15px auto;
    }
}

@media (min-width:1160px) {
    img.only-mobile {
        display: none !important;
    }
    img.only-desktop-tablet {
        display: block !important;
    width: 100%;
    }
    img.only-tablet {
        display: none !important;
    }
}

@media (min-width:700px) and (max-width: 1160px) {
    img.only-desktop-tablet {
        /*display: none !important*/
        width: 100%;
    }
    .products .product {
        width: 32%;
        margin: 0;
    }
    .choosed,
    .products {
        width: 100%;
    }
    nav {
        height: 8.625vw;
    }
    .products .product:nth-of-type(2n) {
        margin-right: 0;
    }
    .novelties .men {
        background-position: right 103%;
        background-repeat: no-repeat;
    }
    section.sale::before {
        display: none;
    }
    nav.md-wrapper.parisNav .icons {
        display: flex;
        justify-content: flex-end;
    }
    nav.md-wrapper.parisNav .icons .mobHeadSt {
        width: auto;
    }
    .toggleHeadActive ul.menu {
        top: 14.625vw;
    }
    .filter {
        width: 70%;
    }
}

@media (min-width:770px) and (max-width: 1160px) {
    nav .icons {
        width: auto;
        float: right;
        position: relative;
        top: 18px;
    }
    li.account.only-mobile {
        display: none !important;
    }
    li.spgel {
        display: none !important;
    }
    nav .icons li {
        padding: 0 5px;
    }
    .owl-carousel .owl-item div.img {
        min-height: auto;
        height: 125vh !important;
    }
}

@media (min-width:1025px) and (max-width:1170px) {
    .direct-phone br {
        display: none;
    }
    .wrapper {
        width: 95%;
        margin: 0 auto;
    }
    nav .menu {
        width: 755px;
        margin: 0 0 0 15px;
    }
}

@media (max-width:1023px) {
    .wrapper {
        width: 97%;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    section.sale::before {
        height: 0;
    }
    header .wrapper {
        width: 90%;
    }
    header nav {
        height: 17.625vw;
    }
}

@media (min-width:770px) and (max-width:970px) {
    .md-wrapper ul li a,
    .md-wrapper ul li button {
        color: #000 !important;
    }
    .wrapper {
        width: 95%;
        margin: 0 auto;
    }
    nav .icons li {
        padding: 0 15px;
    }
    nav .logo {
        width: 134px;
        height: 43px;
        margin: 20px 0 0 0;
        top: 8px;
    }
    nav .menu>li {
        display: block;
        padding: 2vw 1.125vw;
    }
    nav a,
    nav button {
        font: 3.69vw/8.125vw FuturaNormal;
    }
}

body {
    overflow-x: hidden;
}

footer.nlak {
    overflow-x: hidden;
}

.block-nlak-top input#offer[type=checkbox] {
    position: absolute;
    left: -20px;
    display: block;
    margin-right: 0;
    font-size: 0;
    opacity: 0;
    width: 1px;
    min-width: 0;
}

.btnLink {
    font-size: 21px;
    color: #5d5d5d;
    position: absolute;
    transition: .5s ease;
    bottom: 10%;
    font-weight: bold;
}

.btnLink:hover {
    color: #999999;
    cursor: pointer;
}

.btnLink:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 0.3px;
    background-color: #999999;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: ' ';
}

.btnLink:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.novelties a {
    position: relative;
}

/* .sale a {
    position: relative;
    display: flex;
    height: 89vh;
    width: 100%;
    margin: 0;
}*/

.sale .btnLink {
    left: 50%;
    transform: translateX(-50%);
}

.parisNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav .searchM form {
    position: absolute;
    right: 22px;
    /*top: -7px;*/
    top:90px;
    display: none;
}
nav .cart a {
    background-iamge: url(/local/templates/lakbi/images/cart-png.svg) !important;
}
.black .searchM button {
    background: url(/local/templates/lakbi/images/Search-new.png) no-repeat center / contain;
}

nav.md-wrapper.parisNav .icons {
    top: 0;
}

.search form~p {
    display: none;
}

.search .styleSearchSlide~p {
    display: flex;
    color: #000;
    position: absolute;
    top: 5px;
    font-style: italic;
    font: 18px/36px ProximaNovaLight;
    margin: 0;
    cursor: pointer;
    z-index: 9999;
}

.nanBlockActive {
    display: none;
}

.parisNav input[type="search"]::-webkit-input-placeholder {
    color: #000;
}

.parisNav input[type="search"]::-moz-placeholder {
    color: #000;
}

.parisNav input[type="search"]:-moz-placeholder {
    color: #000;
}

.parisNav input[type="search"]:-ms-input-placeholder {
    color: #000;
}

.parisNav input[type="search"] {
    border-bottom: 1px solid #000;
}

.styleSearchSlide {
    position: fixed !important;
    background: #fff;
    top: 0;
    left: 0;
    height: 67px;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

p.closeSearchAct {
    position: absolute;
    right: 3%;
    margin: 0;
    top: 28px;
    cursor: pointer;
}

nav input[type="search"] {
    width: 40%;
}

.coluLi {
    margin-right: 40px;
}

.wrapperLong .wrapper {
    width: 95%;
    margin: 0 auto;
}

.bx-filter-parameters-box.accordion>input:checked~label~div {
    max-height: 1000vw;
    margin-bottom: 40px;
    position: relative;
    left: -115px;
    top: 58px;
    display: block;
}

.bottomCont {
    display: flex;
    justify-content: space-between;
}

.choosed {
    /* float: left; */
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    order: 1;
}

.catalog .head {
    margin: 40px 0 30px 0;
    width: 100%;
    /* float: right; */
    display: flex;
    order: 2;
    justify-content: flex-end;
}

.accorMd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.choosed .item {
    margin-bottom: 30px;
}

@media (min-width: 900px) {
    .parisNav {
        display: flex;
        justify-content: space-between;
        width: 95%;
        align-items: center;
    }
    .bx-filter-parameters-box {
        margin-right: 30px;
    }
    /*.bx-filter-parameters-box:nth-child(4) {
        width: 275px;
    }*/
    .bx-filter-parameters-box:nth-child(5) {
        position: relative;
        /*left: -110px;*/
    }
    nav .icons button,
    nav .account a,
    nav .wish a,
    nav .cart a,
    .logout a {
        display: block;
        width: 20px;
        height: 20px;
    }
    .parisNav ul.menu {
         flex: 2 1 0%; 
        margin: 0;
        max-width: 500px;
    }
    a.logoParis {
        display: flex;
        margin: 0 30px;
    }
    nav.md-wrapper.parisNav .icons {
        flex: 1 1 0%;
        top: 0;
        max-width: 420px;
    }
    a.logoParis img {
        width: 90%;
        display: flex;
        align-items: center;
    }
    .parisNav .direct-phone {
        display: none;
    }
    .parisNav .drop-menu li {
        display: flex;
        padding: 0;
        width: 100%;
    }
    .parisNav li a {
        border-bottom: none;
        text-decoration: none;
        cursor: pointer;
text-transform:uppercase;
    }
    .parisNav .drop-menu ul {
        background: #fff;
        visibility: visible;
        opacity: 0;
        position: absolute;
        left: 0;
        /*width: 100%*/;
        padding: 0 0 20px;
        top: -100vh;
        padding-left: 2.5%;
        padding-right: 2.5%;
        display: flex;
        flex-wrap: wrap;
        transition: .5s ease-out;
        z-index: -999;
        transition-delay: .25s;
    }
    .parisNav .drop-menu ul li a {
        color: #000;
        text-decoration: none;
        border-bottom: none;

    }
    .parisNav .drop-menu:hover ul {
        opacity: 1;
        z-index: 2;
        top: 66px;
    }
    .parisNav .drop-menu {
        position: static;
    }
    .parisNav ul.menu a:after {
        display: block;
        width: 100%;
        height: 0.3px;
        background-color: #999999;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        content: ' ';
    }
    .parisNav ul.menu a:hover:after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@media (min-width:1096px){
.parisNav .direct-phone {
        display: flex;
    }
}
@media (max-width: 900px) {
    nav input[type="search"] {
        width: 56.25vw;
    }
    .accorMd {
        display: block;
    }
    .searchM .styleSearchSlide~p {
        top: -12px;
        z-index: 99999;
        right: 0;
        font: 14px/36px ProximaNovaLight;
    }
    .searchM form~p {
        display: none;
    }
    .searchM .styleSearchSlide~p {
        display: flex;
        color: #000;
        position: absolute;
        top: -6px;
        font-style: italic;
        font: 14px/36px ProximaNovaLight;
        margin: 0;
        cursor: pointer;
        z-index: 999999;
        right: -8px;
    }
    p.closeSearchAct {
        position: absolute;
        right: 3%;
        margin: 0;
        top: 28px;
    }
    p.closeSearchActM {
        position: absolute;
        right: 3%;
        margin: 0;
        top: 28px;
        cursor: pointer;
    }
    .bx-filter-parameters-box.accordion {
        flex-direction: column;
    }
    form.smartfilter {
        flex-direction: column;
        align-items: flex-start;
    }
    .bx-filter-parameters-box.accordion>input:checked~label~div {
        max-height: 1000vw;
        margin-bottom: 40px;
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }
}
/*new-style*/

@media (max-width: 970px) {
   Gobk29-184
    .info p {
        font: 3.375vw/8.125vw HelveticaNeueLight
    }
    .product-tabs label {
        font: 12px/50px HelveticaNeueRoman;
        ;
        width: 170px;
        height: 50px;
    }
    .bttn {
        width: 228px;
        height: 48px;
        font: 12px/48px HelveticaNeueRoman;
    }
}

 ::-webkit-scrollbar {
    background: transparent;
    width: 5px;
    height: 5px;
}

 ::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 10px rgba(12, 12, 12, 0.4);*/
    border-radius: 0px;
}

 ::-webkit-scrollbar-thumb {
    background: #e4e4e4;
    border-radius: 0px;
}

.buttons {
    display: flex;
    flex-direction: column;
    align-items: start;
}
@media (max-width: 451px){
.head.owl-carousel h1, .head.owl-carousel a {
display: block;
height: auto;
min-height: 370px;
}}
@media (max-width:451px) {
    novelties .half {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        padding: 50px 0;
    }
}

@media (min-width:760px) and (orientation:portrait) {
    .novelties {
        display: flex!important;
        flex-direction: column!important;
        width: 100%;
    }
    .novelties .half {
        width: 100%;
        height: 85.5vh !important;
        margin-bottom: 2px;
    }
}

@media all and (orientation:landscape) {
    .head.owl-carousel img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: inherit;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);

    }
    .novelties {
        display: flex !important;
        flex-direction: row !important;
        width: 100%;
    }
    .novelties .half {
         width: 50%; 

        /* height: 100vh !important; */
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 970px)  {
    .only-mobile {
        display: none!important;
        /* height: 100%!important; */
    }

    .only-desktop-tablet {
        display: flex!important;
    }
	.steps.only-desktop-tablet{
		display: none!important;
	}
	.steps.only-mobile-steps{
		display: flex!important;
		flex-direction: column;
	}

}


.new-novelties{

display: flex;
flex-direction: row;
width: 100%;
align-items: center;
justify-content: center;
}
.half-new{
display:flex;
width:50%}
.half-new img{
width:100%}
@media only screen and (max-device-width: 460px){
.new-novelties{

display: flex;
flex-direction: row;
width: 100%;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.half-new{
display:flex;
width:100%}
.half-new img{
width:100%}}


@media only screen 
  and (min-device-width: 820px) 
  and (max-device-width: 1180px) 
  and (orientation: landscape) {
    .only-mobile {
        display: none !important;
    }
}
/*@media (max-width: 1200px) {
nav .menu {
    width: 480px;
    margin: 0 0 0 79px;
}
}*/
.row-news{
display: flex;
flex-direction: column;
}
.row-news .bx-newslist-block{
display:flex;
margin-bottom: 32px;}
.row-news .bx-newslist-block .media-block{
    min-width: 25%;
max-width: 25%;
    margin-right: 32px;
}
@media (min-width: 1025px) and (max-width: 1170px) {
.bx-newslist {
    display: flex
;
    width: 95%;
    /* align-items: center; */
    /* justify-content: center; */
    margin: 0 auto;
}
}
@media (max-width: 1024px) and (min-width: 769px){
.bx-newslist {
    display: flex
;
    width: 97%;
    /* align-items: center; */
    /* justify-content: center; */
    margin: 0 auto;
}
}
@media(max-width: 768px){
.bx-newslist {
    display: flex
;
    width: 95%;
    /* align-items: center; */
    /* justify-content: center; */
    margin: 0 auto;
}
.row-news .bx-newslist-block {
    display: flex
;
    margin-top: 32px;
    flex-direction: column;
    margin-bottom: 32px;
}
	#dostavka p a{
font-size: 9px;}
}