.ffffff {
    color: #ffffff;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    details {
        max-height: none;
    }
    details summary ~ * {
        max-height: 0;
        overflow: hidden;
        position: absolute;
    }
    details summary:focus {
        color: #d06c6c;
    }
    details summary:focus::before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }
    details summary:focus ~ * {
        max-height: 20em;
        position: static;
        opacity: 1;
    }
}

@supports (-ms-ime-align: auto) {
    details {
        max-height: none;
    }
    details summary ~ * {
        max-height: 0;
        overflow: hidden;
        position: absolute;
    }
    details summary:focus {
        color: #d06c6c;
    }
    details summary:focus::before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }
    details summary:focus ~ * {
        max-height: 20em;
        position: static;
        opacity: 1;
    }
}

.logoTop {
    display: block;
    width: calc(100% - 24px);
    min-width: calc(100px - 24px);
    max-width: 170px;
    height: 85.61px;
    margin: 27px 12px 0 12px;
}

@media only screen and (min-width: 319px) and (max-width: 790px) {
    .logoTop {
        margin: 16px auto 0 auto;
    }
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.Icon__search {
    background: url(../images/ico_search.svg) center 0 no-repeat;
    display: inline-block;
    width: 30px;
    height: 17px;
    cursor: pointer;
}

@media only screen and (min-width: 319px) and (max-width: 790px) {
    .Icon__search {
        margin-top: 16px;
    }
}

.Icon__search:hover, .Icon__search.focus {
    background: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.6667 14.3334C11.3486 14.3334 14.3334 11.3486 14.3334 7.6667C14.3334 3.98478 11.3486 1 7.6667 1C3.98478 1 1 3.98478 1 7.6667C1 11.3486 3.98478 14.3334 7.6667 14.3334Z' stroke='%23e0387e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 15.9999L12.375 12.3749' stroke='%23e0387e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center 0 no-repeat;
}

.HeaderSite__burger1 {
    width: 20px;
    height: 17px;
    display: none;
    position: relative;
    margin-right: 10%;
}

@media only screen and (min-width: 319px) and (max-width: 1214px) {
    .HeaderSite__burger1 {
        display: inline-block;
    }
}

.HeaderSite__burger1Menu {
    padding: 15px 0 15px 0;
    width: 200px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    margin: 0 0 0 -89px;
    display: none;
    position: absolute;
    top: 26px;
    left: 0;
    z-index: 2;
    text-align: left;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}

.HeaderSite__burger1Menu:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    left: 93px;
    z-index: 2;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.HeaderSite__burger1Menu.active {
    display: block;
}

.HeaderSite__burger1MenuItem {
    margin: 10px 0 10px 25px;
}

.Icon__burger,
.Icon__burger2 {
    width: 20px;
    height: 17px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

@media only screen and (min-width: 319px) and (max-width: 790px) {
    .Icon__burger,
    .Icon__burger2 {
        margin-top: 18px;
    }
}

.Icon__burger:before, .Icon__burger:after, .Icon__burgerLine,
.Icon__burger2:before,
.Icon__burger2:after,
.Icon__burger2Line {
    display: block;
    width: 100%;
    height: 2px;
    background: #000000;
}

.Icon__burger:hover:before, .Icon__burger:hover:after,
.Icon__burger:hover .Icon__burgerLine, .Icon__burger.focus:before, .Icon__burger.focus:after,
.Icon__burger.focus .Icon__burgerLine,
.Icon__burger2:hover:before,
.Icon__burger2:hover:after,
.Icon__burger2:hover .Icon__burgerLine,
.Icon__burger2.focus:before,
.Icon__burger2.focus:after,
.Icon__burger2.focus .Icon__burgerLine {
    background: #e0387e;
}

.Icon__burger:before,
.Icon__burger2:before {
    content: '';
    position: relative;
    margin-bottom: 4px;
}

.Icon__burgerLine,
.Icon__burger2Line {
    display: block;
    margin-bottom: 4px;
}

.Icon__burger:after,
.Icon__burger2:after {
    content: '';
    background-color: #000000;
}

.Icon__burgerMenu,
.Icon__burger2Menu {
    display: block;
}

.HeaderSite {
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    display: grid;
    height: 130px;
    grid-template-columns: minmax(100px, 200px) 1fr minmax(200px, 200px);
    grid-column-gap: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.5s;
}

.HeaderSite .h-search {
    display: none;
    position: absolute;
    left: 0;
    top: 108px;
    z-index: 3;
    width: 100%;
    background-color: #ffffff;
    height: 93px;
    line-height: 93px;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
    height: 130px;
    grid-template-columns: 1fr minmax(200px, 200px);
    grid-column-gap: 0;
}

@media only screen and (min-width: 319px) and (max-width: 790px) {
    .HeaderSite .h-search {
        grid-template-columns: 1fr minmax(100px, 100px);
    }
}

.HeaderSite .h-search.active {
    display: grid;
}

.HeaderSite .h-search:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    right: 247px;
    z-index: 2;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.HeaderSite .h-search__right, .HeaderSite .h-search__left {
    text-align: left;
}

.HeaderSite .h-search #header-search {
    height: 50px;
    line-height: 50px;
    letter-spacing: .3px;
    font-size: 14px;
    font-weight: normal;
    margin: 25px 0 0 9px;
    border-width: 0;
    border-bottom: 1px solid #000000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: calc(100% - 45px);
}

.HeaderSite .h-search #header-search:focus {
    background-color: transparent;
    outline: none;
}

.HeaderSite .h-search #header-search::-webkit-input-placeholder {
    font-size: 14px;
    color: #979797;
    font-weight: normal;
}

.HeaderSite .h-search #header-search:-ms-input-placeholder {
    font-size: 14px;
    color: #979797;
    font-weight: normal;
}

.HeaderSite .h-search #header-search::-ms-input-placeholder {
    font-size: 14px;
    color: #979797;
    font-weight: normal;
}

.HeaderSite .h-search #header-search::placeholder {
    font-size: 14px;
    color: #979797;
    font-weight: normal;
}

.HeaderSite .h-search__button {
    height: 50px;
    line-height: 50px;
    background: #fff;
    border: 1px solid #e5e5e5;
    width: 170px;
    margin: 25px 0 0 0;
}

@media only screen and (min-width: 319px) and (max-width: 790px) {
    .HeaderSite .h-search__button {
        width: 80px;
    }
}

.HeaderSite__minicart {
    background: url(../images/ico_korzina.svg) 0 10px no-repeat;
    display: inline-block;
    width: 30px;
    height: 40px;
    vertical-align: top;
    padding: 0 0 0 22px;
    line-height: 40px;
}

.HeaderSite__minicart:hover {
    text-decoration: none;
}

.HeaderSite__minicartCounter {
    color: #e0387e;
    text-decoration: none;
}

.HeaderSite__minicartCounter:empty {
    display: none;
}

.HeaderSiteBufer {
    height: 130px;
}

@media only screen and (min-width: 319px) and (max-width: 790px) {
    .HeaderSiteBufer {
        height: 0;
    }
}

.HeaderSite__link {
    color: #000000;
}

.HeaderSite__link:hover {
    color: #e0387e;
}

.HeaderSite__link_red {
    display: inline-block;
    margin-right: 12px;
}

@media only screen and (min-width: 319px) and (max-width: 790px) {
    .HeaderSite {
        grid-template-columns: 1fr;
        grid-template-rows: 120px 50px;
        height: 170px;
        border: none;
        position: -webkit-sticky;
        position: sticky;
    }
    .HeaderSite.Black {
        -webkit-transform: translateY(-119px);
        transform: translateY(-119px);
        transition: all 0.5s;
        background-color: #000000;
    }
    .HeaderSite__left {
        border-right: none !important;
        border-bottom: 2px solid #e5e5e5;
    }
    .HeaderSite__center, .HeaderSite__right {
        display: none;
    }
}

.HeaderSite__left {
    border-right: 1px solid #e5e5e5;
}

.HeaderSite__center__tel {
    font-family: Tahoma;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #828282;
}

.HeaderSite__center__city {
    position: relative;
}

.HeaderSite__center__cityItem {
    padding: 0 15px 0 0;
    background: url(../images/ico_catalog_arrow-down.svg) right 1px no-repeat;
    cursor: pointer;
}

.HeaderSite__center__cityItem.dn {
    background-image: none;
    padding: 5px 10px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    margin: 0 0 0 -10px;
    display: none;
    position: absolute;
    top: 26px;
    left: 0;
    z-index: 2;
}

.HeaderSite__center__cityItem.dn:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    left: 20px;
    z-index: 2;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.HeaderSite__center__cityItem.dn.active {
    display: block;
}

@media only screen and (min-width: 319px) and (max-width: 1004px) {
    .HeaderSite__center__city2 {
        display: none;
    }
}

.HeaderSite__centerTop {
    display: grid;
    grid-template-columns: minmax(113px, 150px) minmax(110px, 175px) minmax(110px, 200px) 1fr;
    grid-column-gap: 30px;
    padding: 27px 37px 27px 27px;
}

@media only screen and (min-width: 319px) and (max-width: 1004px) {
    .HeaderSite__centerTop {
        grid-template-columns: minmax(130px, 130px) minmax(110px, 110px) 1fr;
    }
}

.HeaderSite__centerBottom {
    display: flex;
    justify-content: space-between;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 0 37px 0 32px;
}

.HeaderSite__centerBottomItem_ctlg .ctlgLinck {
    cursor: pointer;
    padding-left: 21px;
    background: url(../images/ico_cattov.svg) 0 0 no-repeat;
}

.HeaderSite__centerBottomItem_ctlg .ctlgLinck:hover {
    color: #e0387e;
    background: url(../images/ico_cattov2.svg) 0 0 no-repeat;
}

.HeaderSite__centerBottomItem_ctlg.focus .ctlgLinck {
    color: #e0387e;
    background: url(../images/ico_cattov2.svg) 0 0 no-repeat;
}

.HeaderSite__right {
    border-left: 1px solid #e5e5e5;
}

.HeaderSite__rightTop {
    padding: 27px 26px 25px 27px;
    font-size: 14px;
    line-height: 19px;
}

.HeaderSite__rightBottom {
    padding: 0 26px 0 27px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
}

.HeaderSite .MainMenu {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    margin: 0;
    display: none;
    position: absolute;
    top: 128px;
    left: 0;
    z-index: 2;
    max-height: 84vh;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
    width: 100%;
    cursor: default;
}

.HeaderSite .MainMenu:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: -5px;
    left: 250px;
    z-index: 2;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.HeaderSite .MainMenu.active {
    display: block;
}

.HeaderSite .MainMenuWRP {
    padding: 27px 34px 38px 30px;
    display: grid;
    grid-template-columns: 1fr 340px;
    grid-column-gap: 10px;
    height: auto;
}

@media only screen and (min-width: 319px) and (max-width: 1301px) {
    .HeaderSite .MainMenuWRP {
        grid-template-columns: 1fr 176px;
    }
}

.HeaderSite .MainMenuWRP details {
    display: inline-block;
    vertical-align: top;
    width: 215px;
}

.HeaderSite .MainMenuWRP details .MainMenu__link {
    padding-left: 31px;
}

.HeaderSite .MainMenuWRP details summary {
    width: 20px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 20px;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    cursor: pointer;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.1px;
    color: #52575C;
    text-transform: none;
    list-style-image: none;
}

.HeaderSite .MainMenuWRP details summary:before, .HeaderSite .MainMenuWRP details summary:after {
    content: '';
    position: absolute;
    display: block;
    background-color: #000000;
}

.HeaderSite .MainMenuWRP details summary:before {
    width: 7px;
    height: 1px;
    top: 14px;
    left: 6px;
}

.HeaderSite .MainMenuWRP details summary:after {
    width: 1px;
    height: 7px;
    top: 11px;
    left: 9px;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.5s;
}

.HeaderSite .MainMenuWRP details summary:focus {
    outline: 0;
}

.HeaderSite .MainMenuWRP details summary::marker {
    display: none;
}

.HeaderSite .MainMenuWRP details summary::-webkit-details-marker {
    display: none;
}

.HeaderSite .MainMenuWRP details summary::-moz-list-bullet {
    list-style-type: none;
}

.HeaderSite .MainMenuWRP details[open] summary:after {
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 0.5s;
}

.HeaderSite .MainMenu__leftWRP {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    height: 80vh;
    overflow: hidden;
}

.HeaderSite .MainMenu__leftItem {
    position: relative;
    padding-top: 30px;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    overflow-y: auto;
}

.HeaderSite .MainMenu__leftItem::-webkit-scrollbar {
    width: 3px;
    height: 100%;
    background-color: #fafafa;
}

.HeaderSite .MainMenu__leftItem::-webkit-scrollbar-button {
    display: none;
}

.HeaderSite .MainMenu__leftItem::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #e0387e;
    border-radius: 3px;
}

.HeaderSite .MainMenu__leftItem1, .HeaderSite .MainMenu__leftItem2 {
    /*display: inline-block;*/
    width: 100%;
    max-width: 49%;
    min-width: 215px;
    vertical-align: top;
    position: relative;
}

.HeaderSite .MainMenu__leftItem_3 {
    grid-column: 1 / span 2;
    margin-top: 30px;
}

.HeaderSite .column_menu {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.HeaderSite .MainMenu .titleMenu {
    padding-left: 21px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    display: block;
    letter-spacing: 0.1px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

.HeaderSite .MainMenu .MainMenu__link {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 6px 0 6px 21px;
    width: 215px;
    line-height: 18px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.1px;
    text-transform: none;
    color: #000000;
}

.HeaderSite .MainMenu .MainMenu__linkWRP {
    position: relative;
    display: inline-block;
}

.HeaderSite .MainMenu .MainMenu__linkWRP details summary {
    position: absolute;
    z-index: 5;
    width: 20px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    cursor: pointer;
}

.HeaderSite .MainMenu .MainMenu__link:before {
    content: '';
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #fafafa;
}

.HeaderSite .MainMenu .MainMenu__link:hover {
    color: #e0387e;
    text-decoration: none;
}

.HeaderSite .MainMenu .MainMenu__link:hover:before {
    display: block;
}

.HeaderSite .MainMenu .MainMenu__rightWRP {
    padding: 17px 27px 34px 27px;
    background-color: #fafafa;
}

.HeaderSite .MainMenu .MainMenu__rightWRP .MainMenu__link {
    text-transform: uppercase;
    display: block;
    width: auto;
    padding-left: 0;
}

.HeaderSite .MainMenu .MainMenu__right .Look__item {
    display: block;
    width: 286px;
    height: 341px;
    margin-top: 18px;
}

@media only screen and (min-width: 319px) and (max-width: 1301px) {
    .HeaderSite .MainMenu .MainMenu__right .Look__item {
        display: none;
    }
}

.HeaderSite .MainMenu .MainMenu__right .Look__item .stikerList {
    left: 0;
}

.HeaderSite .MainMenu .MainMenu__right .Look__link {
    color: #ffffff;
}

.HeaderSite .MainMenu .MainMenu__right .Look__link:hover {
    color: #ffffff;
}

.HeaderSiteMobile {
    display: none;
}

@media only screen and (min-width: 319px) and (max-width: 790px) {
    .HeaderSiteMobile {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-column-gap: 0;
        height: 50px;
        border-bottom: 1px solid #e5e5e5;
    }
}

.HeaderSiteMobile__item {
    text-align: center;
}

.HeaderSiteMobile__item.active {
    background: url(../images/fon.jpg) right 0 repeat-y #ffffff;
}

.HeaderSiteMobile .favouritesNew,
.HeaderSiteMobile .compareNew {
    margin-top: 5px;
}

.HeaderSiteMobile .HeaderSite__minicart {
    margin-top: 7px;
}

.HeaderSiteMobileMenu {
    height: calc(100vh - 168px);
    background-color: #ffffff;
    position: absolute;
    top: 169px;
    left: 0;
    width: 100%;
    text-align: left;
    overflow-y: auto;
    border-top: 1px solid #e5e5e5;
    display: none;
}

.HeaderSiteMobileMenu.active {
    display: block;
}

.HeaderSiteMobileMenu:before {
    width: calc(20% - 1px);
    height: 3px;
    content: '';
    display: block;
    position: fixed;
    top: 168px;
    left: 0;
    z-index: 4;
    background-color: #ffffff;
}

.HeaderSiteMobileMenu__part {
    padding: 30px 0 30px 54px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.HeaderSiteMobileMenu__part1 .MainMenu__link_ctlg {
    width: 146px !important;
    position: relative;
    cursor: pointer;
}

.HeaderSiteMobileMenu__part1 .MainMenu__link_ctlg:before, .HeaderSiteMobileMenu__part1 .MainMenu__link_ctlg:after {
    content: '';
    display: block;
    width: 15px;
    height: 4px;
    background-color: #CBCBCB;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.7s;
}

.HeaderSiteMobileMenu__part1 .MainMenu__link_ctlg:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
    right: 9px;
}

.HeaderSiteMobileMenu__part1 .MainMenu__link_ctlg:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
}

.HeaderSiteMobileMenu__part1 .MainMenu__link_ctlg.active:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
    right: 9px;
    transition: all 0.5s;
}

.HeaderSiteMobileMenu__part1 .MainMenu__link_ctlg.active:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
    transition: all 0.5s;
}

.HeaderSiteMobileMenu__part1 .MainMenu__MobileItem {
    display: none;
    padding-left: 20px;
}

.HeaderSiteMobileMenu__part1 .MainMenu__MobileItem .titleMenu {
    font-size: 24px;
    font-weight: 600;
}

.HeaderSiteMobileMenu__part1 .MainMenu__MobileItem .MainMenu__leftItem1,
.HeaderSiteMobileMenu__part1 .MainMenu__MobileItem .MainMenu__leftItem2 {
    width: auto;
    max-width: 100%;
    min-width: 100%;
    padding-left: 22px;
}

.HeaderSiteMobileMenu__part1 .MainMenu__MobileItem .MainMenu__link {
    font-size: 18px;
    font-weight: normal;
    margin: 15px 0 15px 0;
    width: auto;
}

.HeaderSiteMobileMenu__part1 .MainMenu__MobileItem.open {
    display: block;
}

.HeaderSiteMobileMenu__part1 details {
    display: inline-block;
    vertical-align: top;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.HeaderSiteMobileMenu__part1 details .MainMenu__link {
    padding-left: 20px;
    margin: 0 0 15px 0;
    width: auto;
}

.HeaderSiteMobileMenu__part1 details summary {
    width: 20px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 20px;
    position: absolute;
    z-index: 4;
    top: -3px;
    left: 0;
    cursor: pointer;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.1px;
    color: #52575C;
    text-transform: none;
    list-style-image: none;
}

.HeaderSiteMobileMenu__part1 details summary:before, .HeaderSiteMobileMenu__part1 details summary:after {
    content: '';
    position: absolute;
    display: block;
    background-color: #000000;
}

.HeaderSiteMobileMenu__part1 details summary:before {
    width: 7px;
    height: 1px;
    top: 14px;
    left: 0;
}

.HeaderSiteMobileMenu__part1 details summary:after {
    width: 1px;
    height: 7px;
    top: 11px;
    left: 3px;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.5s;
}

.HeaderSiteMobileMenu__part1 details summary:focus {
    outline: 0;
}

.HeaderSiteMobileMenu__part1 details summary::marker {
    display: none;
}

.HeaderSiteMobileMenu__part1 details summary::-webkit-details-marker {
    display: none;
}

.HeaderSiteMobileMenu__part1 details summary::-moz-list-bullet {
    list-style-type: none;
}

.HeaderSiteMobileMenu__part1 details[open] {
    position: static;
}

.HeaderSiteMobileMenu__part1 details[open] summary:after {
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 0.5s;
}

.HeaderSiteMobileMenu__part3 {
    display: grid;
    height: 130px;
    padding: 0 54px;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    text-align: center;
    line-height: 130px;
}

.HeaderSiteMobileMenu__part3 .HeaderSite__link {
    font-size: 30px;
}

.HeaderSiteMobileMenu__part4 {
    font-size: 30px;
}

.HeaderSiteMobileMenu__part4 .HeaderSite__center__tel {
    font-size: 30px;
    margin-bottom: 28px;
    cursor: pointer;
    display: block;
}

.HeaderSiteMobileMenu__part4 .HeaderSite__link {
    font-size: 29px;
}

.HeaderSiteMobileMenu__part4 .HeaderSite__center__city {
    margin-top: 50px;
}

.HeaderSiteMobileMenu__part4 .HeaderSite__center__cityItem {
    padding: 0 18px 0 0;
    background-position: right 11px;
}

.HeaderSiteMobileMenu__part4 .HeaderSite__center__cityItem.dn {
    padding: 5px 10px !important;
    top: 37px;
}

.HeaderSiteMobileMenu__part4 .HeaderSite__center__city2 {
    display: block;
    margin: 40px 0;

}

.HeaderSiteMobileMenu__part5 {
    text-align: center;
    padding: 30px 0;
}

.HeaderSiteMobileMenu .MainMenu__link {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    color: #000000;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    margin: 20px 0 20px 0;
    width: 250px;
}

.HeaderSiteMobile .h-search {
    top: 168px;
}

.HeaderSiteMobile .h-search:before {
    right: auto;
    left: 30%;
}

@media only screen and (min-width: 319px) and (max-width: 790px) {
    .HeaderSite.Black .HeaderSiteMobile {
        border-bottom: 1px solid #000000;
    }
    .HeaderSite.Black .HeaderSiteMobileMenu {
        height: calc(100vh - 49px);
    }
    .HeaderSite.Black .Icon__burger2:before,
    .HeaderSite.Black .Icon__burger2:after,
    .HeaderSite.Black .Icon__burger2Line {
        background: #ffffff;
    }
    .HeaderSite.Black .Icon__burger2.focus:before,
    .HeaderSite.Black .Icon__burger2.focus:after {
        background: #000000;
    }
    .HeaderSite.Black .Icon__search {
        background: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.6667 14.3334C11.3486 14.3334 14.3334 11.3486 14.3334 7.6667C14.3334 3.98478 11.3486 1 7.6667 1C3.98478 1 1 3.98478 1 7.6667C1 11.3486 3.98478 14.3334 7.6667 14.3334Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 15.9999L12.375 12.3749' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center 0 no-repeat;
    }
    .HeaderSite.Black .favouritesNew {
        background: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7655 2.77244C15.9455 1.09049 14.2254 0 12.3654 0C10.5054 0 9.30542 0.757799 8.60542 1.57105C7.90542 0.757799 6.70541 0 4.84541 0C2.9854 0 1.26539 1.09049 0.445386 2.77244C-0.394617 4.52831 -0.0346169 6.46901 1.42539 7.98461C4.92541 11.6257 8.02542 14.1949 8.06542 14.2134C8.22542 14.3427 8.40542 14.3982 8.60542 14.3982C8.80542 14.3982 8.98542 14.3427 9.14542 14.2134C9.18542 14.1949 12.2654 11.6073 15.7855 7.98461C17.2655 6.46901 17.6255 4.52831 16.7655 2.77244Z' fill='%23FFFFFF'/%3E%3C/svg%3E") center 13px no-repeat !important;
    }
    .HeaderSite.Black .compareNew,
    .HeaderSite.Black .compareNew:hover {
        background: url(../images/ico_comparison_w.svg) center 13px no-repeat !important;
        background-size: 26px 16px !important;
    }
    .HeaderSite.Black .HeaderSite__minicart {
        background: url(../images/ico_korzina_w.svg) 0 10px no-repeat !important;
    }
    .HeaderSite.Black .h-search {
        top: 168px;
    }
    .HeaderSite.Black .h-search:before {
        right: auto;
        left: 30%;
    }
}

.focus .Icon__burger2Line {
    opacity: 0;
}

.Icon__burger2.focus:before {
    -webkit-transform: rotate(45deg) translateY(9px) translateX(8px);
    transform: rotate(45deg) translateY(9px) translateX(8px);
}

.Icon__burger2.focus:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.overflowHidden {
    overflow: hidden;
}

.MainMenu__MobileItemList {
    width: 100%;
    height: 30px;
    overflow: hidden;
    transition: all 0.3s;
}

.MainMenu__MobileItemList.open {
    height: auto;
    transition: all 0.5s;
}

.MainMenu__MobileItemList .titleMenu {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.MainMenu__MobileItemList .titleMenu:before, .MainMenu__MobileItemList .titleMenu:after {
    content: '';
    display: block;
    width: 15px;
    height: 4px;
    background-color: #CBCBCB;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.7s;
}

.MainMenu__MobileItemList .titleMenu:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
    left: 9px;
}

.MainMenu__MobileItemList .titleMenu:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
}

.MainMenu__MobileItemList .titleMenu.active:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
    left: 9px;
    transition: all 0.5s;
}

.MainMenu__MobileItemList .titleMenu.active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
    transition: all 0.5s;
}

.Look__row {
    display: flex;
    min-height: 442px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.Look__row:nth-child(odd) {
    border-bottom: 1px solid #e5e5e5;
}

.Look__item {
    padding: 0;
    flex: 0 1 auto;
    overflow: hidden;
    position: relative;
}

.Look__item_1 {
    flex: 0 1 26%;
    border-left: 1px solid #e5e5e5;
}

.Look__item_2 {
    flex: 0 1 48%;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.Look__item_3 {
    flex: 0 1 26%;
}

.Look__item_4 {
    flex: 0 1 50%;
}

.Look__item_5 {
    flex: 0 1 50%;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.Look__item_5 .Look__wrp {
    margin-top: 125px;
}

.Look__item.ffffff .Look__foto {
    width: 100%;
    height: 100%;
}

.Look__item.ffffff .Look__wrp {
    margin: 0;
    position: absolute;
    z-index: 2;
    bottom: 70px;
    left: 34px;
    color: #ffffff;
}

.Look__item .stikerList {
    left: 34px;
    right: auto;
    top: 34px;
    justify-content: flex-start;
    align-items: flex-start;
}

.Look__foto {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 1;
}

.Look__link {
    display: block;
    position: absolute;
    z-index: 10;
    bottom: 40px;
    left: 34px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
}

.Look__link:hover {
    color: #f8438e !important;
}

.Look__link:after {
    display: inline-block;
    margin-left: 5px;
    width: 5.67px;
    height: 5.7px;
    content: "";
    border-bottom: 2px solid #bdbdbd;
    border-right: 2px solid #bdbdbd;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.Look__wrp {
    margin: 80px 0 0 34px;
    color: #000000;
    position: relative;
    z-index: 9;
    width: 100%;
    max-width: 450px;
}

.Look__title {
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 46px;
    padding-bottom: 10px;
}

.Look__price {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
}

/* end #Look */

.d-flex {
    display: flex !important;
}