header .CartSearch {
    position: relative;
    margin-top: 13px;
}
header .CartSearch .LangSwitch {
    position: absolute;
    right: 85px;
    top: 8px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}
header .CartSearch .LangSwitch a {
    color: #000000;
    text-decoration: none;
}
header .CartSearch .LangSwitch a.active {
    font-weight: 700;
}
header .CartSearch .LangSwitch a:hover {
    text-decoration: underline;
}
header .CartSearch .LangSwitch span {
    margin: 0 3px;
    color: rgba(0, 0, 0, 0.35);
}
header .CartSearch .Cart {
    position: absolute;
    right: 40px;
    top: 3px;
    width: 27.52px;
    height: 27.52px;
    background-image: url(../img/ico_cart.svg);
}
header .CartSearch .Cart a {
    display: block;
    width: 27.52px;
    height: 27.52px;
}
header .CartSearch .Cart a span {
    position: absolute;
    right: -7px;
    bottom: -10px;
    background-color: #E32C89;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    text-align: center;
    width: 19px;
    height: 19px;
    line-height: 19px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
}
header .CartSearch .Search {
    position: absolute;
    right: 5px;
    top: 10px;
    width: 18px;
    height: 18px;
    background-image: url(../img/ico_search.svg);
}
header .CartSearch .Search a {
    display: block;
    width: 18px;
    height: 18px;
}

footer .CopyPay .PayIco .PayIcoList {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .CopyPay .PayIco .PayIcoList li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 34px;
    margin: 0;
    padding: 6px 8px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    box-sizing: border-box;
}
footer .CopyPay .PayIco .PayIcoList img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 16px;
    object-fit: contain;
}