/* header.css — styles for <header> block */
/* Extracted from main.css and style.css based on header.tpl */
/* ===== main.css ===== */
/*Бургер*/
/* ===== style.css ===== */
/**/
/*Новое меню каталога*/
/* Корзина @yakov 10.06.2026 */
.head__burger {
display: none;
cursor: pointer;
border: 0px;
background: transparent;
position: absolute;
right: 0;
top: 15px;
z-index: 103;
}
.bar1, .bar2, .bar3 {
display: block;
width: 24px;
height: 4px;
border-radius: 2px;
background-color: #E90707;
margin: 4px 0;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.bar2 {
width: 20px;
position: relative;
right: -4px;
}
.bar3 {
width: 16px;
position: relative;
right: -8px;
}
.change .bar1 {
-webkit-transform: rotate(-45deg) translate(-5px, 5px);
-ms-transform: rotate(-45deg) translate(-5px, 5px);
transform: rotate(-45deg) translate(-5px, 5px);
background-color: #E90707;
}
.change .bar2 {
opacity: 0;
}
.change .bar3 {
-webkit-transform: rotate(45deg) translate(-6px, -6px);
-ms-transform: rotate(45deg) translate(-6px, -6px);
transform: rotate(45deg) translate(-6px, -6px);
background-color: #E90707;
width: 24px;
right: auto;
}
.head__adaptive-menu {
width: 100%;
height: max-content;
background-color: #ffffff;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
position: absolute;
left: 0px;
top: -9999px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
z-index: 102;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-top: 50px;
}
.head__adaptive-menu.open {
top: 0px;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.adaptive-menu__list {
width: 100%;
box-sizing: border-box;
padding-left: 25px;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
margin-top: 30px;
}
.adaptive-menu__item {
margin-bottom: 20px;
}
.adaptive-menu__item a {
font-family: 'Gotham Pro';
font-style: normal;
font-weight: 500;
font-size: 28px;
line-height: 26px;
color: #000000;
}
.adaptive-menu__phone {
font-family: 'Gotham Pro';
font-style: normal;
font-weight: 600;
font-size: 25px;
line-height: 23px;
color: #000000;
align-self: flex-start;
margin-top: 100px;
box-sizing: border-box;
padding-left: 25px;
}
.adaptive-menu__quest {
align-self: flex-start;
box-sizing: border-box;
padding-left: 25px;
font-family: 'Gotham Pro';
font-style: normal;
font-weight: 400;
font-size: 25px;
line-height: 21px;
text-decoration-line: underline;
color: #FF0068;
margin-top: 15px;
margin-bottom: 50px;
}
.head-banner {
width: 100%;
height: auto;
}
.head-banner.mob {
display: none;
}
.top_menu {
height: 60px;
display: flex;
justify-content: space-between;
font-size: 14px;
align-items: center;
padding: 0px 10px;
background-color: #f4f4f4;
font-family: "Noto Sans SC", sans-serif;
}
.top_menu2 {
height: 101px;
background-color: #fff;
padding: 5px 10px;
display: flex;
justify-content: space-between;
align-items: center;
gap: 20px;
}
.top_menu div:nth-child(1) {
flex: 4;
}
.top_menu div:nth-child(1) a:after {
content: "|";
color: #FF0068;
margin: 0px 10px;
}
.top_menu div:nth-child(1) a:last-child {
content: "";
}
.top_menu div:nth-child(2) {
flex: 3;
display: flex;
align-items: flex-start;
font-size: 14px;
}
.top_menu div:nth-child(3) {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
font-size: 14px;
}
.top_menu div:nth-child(4) {
flex: 1;
display: flex;
justify-content: flex-end;
}
.top_menu div:nth-child(4) img {
width: 30px;
margin: 0px 2px;
}
.top_menu div {
margin: 0px 10px;
color: #000;
}
.wout_plashka:after {
content: " " !important;
}
.top_menu2 div:nth-child(2) .menu1 {
font-family: "Noto Sans SC", sans-serif;
font-size: 18px;
color: #000;
text-decoration: none;
}
.top_menu2 div:nth-child(2) a:hover.menu1 {
color: #FF0068;
text-decoration: underline;
}
.top_menu2 div:nth-child(3) {
display: flex;
justify-content: center;
align-items: center;
}
.top_menu2 div:nth-child(3) img:first-child {
width: 30px;
height: 30px;
cursor: pointer;
}
.top_menu2 div:nth-child(3) img.trubka-image {
width: 20px;
height: 20px;
margin-right: 5px;
}
.top_menu2 div:nth-child(3) img.basket-image {
width: 40px;
height: auto;
display: block;
}
.top_menu2 div:nth-child(3) img.basket-image.basket-image--pink {
display: none;
}
.top_menu2 div:nth-child(3).korzina-header--pink img.basket-image {
display: none;
}
.top_menu2 div:nth-child(3).korzina-header--pink img.basket-image.basket-image--pink {
display: block;
}
.top_menu2 div:nth-child(3) span#num_whitelist {
position: absolute;
right: 1px;
top: 3px;
display: flex;
justify-content: center;
align-items: center;
width: 21px;
height: 23px;
}
.top_menu2 .izbrannoe {
width: 42px;
height: 42px;
}
.top_menu2 .izbrannoe .izbrannoe__link {
display:block ;
width: 42px;
height: 42px;
background: url(/templates/Karnaval2020/images/new_design_images/heart2.png) no-repeat;
background-size: 100%;
position: relative;
}
.top_menu2 div:nth-child(3) span.num_cart {
width: 21px;
height: 18px;
top: 5px;
left: 13px;
right: auto;
color: #ffffff;
background: transparent;
border-radius: 0;
justify-content: center;
align-items: center;
}
.top_menu2 div:nth-child(3) .dropdown-menu {
display: none;
width: 300px;
position: absolute;
left: -300px;
background-color: transparent;
border: 0px;
box-shadow: 0 0px 0px transparent;
}
.top_menu2 div:nth-child(3) .dropdown-menu form {
display: flex;
}
.top_menu2 div:nth-child(4) {
flex: 1;
display: flex;
justify-content: flex-end;
font-size: 16px;
font-weight: 500;
padding-right: 10px;
}
.top_menu2 div:nth-child(4) .zakazat {
background-color: transparent;
color: #FF0068;
text-decoration: underline;
font-weight: 500;
font-size: 15px;
}
.menu_MB {
display: none;
}
#ajax_search {
width: 70%;
border-radius: 4px;
min-height: 50px;
min-width: 280px;
padding: 0 20px;
border: 3px solid gray;
height: 30px;
padding-left: 3px;
color: #000000;
background-color: #fff;
font-size: 18px;
}
.top_menu a {
color: #337ab7;
}
.top_menu a:hover {
color: #23527c;
text-decoration: underline;
}
a:hover.zakaz {
color: #dfddd9;
text-decoration: none;
}
.izbrCol {
position: relative;
right: -10px;
top: 3px;
color: #FFFFFF;
font-weight: 700;
width: 16px;
height: 16px;
display: block;
text-align: center;
}
.border2 {
background-color: #fff;
border: 3px solid gray;
border-radius: 4px;
min-height: 50px;
color: #ff0068;
font-size: 18px;
font-weight: 500;
margin-left: -10px;
padding: 0px 20px;
}
.soc_2020 a {
margin: 0px 0.5px;
}
#but2:hover {
cursor: pointer;
}
#but3:hover {
cursor: pointer;
}
.top_menu2 .head-logo {
width: auto;
max-width: 200px;
}
.catalog-menu {
width: 100%;
padding: 22px 10px;
box-sizing: border-box;
background: rgba(244, 244, 244, 1);
border-radius: 0 0 20px 20px;
margin-bottom: 9px;
display: none;
justify-content: space-between;
align-items: center;
gap: 10px;
position: relative;
}
.catalog-menu__whitelist {
background: #ffffff;
padding: 1.5px;
border-radius: 10px;
width: max-content;
height: max-content;
}
.catalog-menu__whitelist a {
display: block;
width: 30px;
height: 30px;
background: url(/templates/Karnaval2020/images/new_design_images/heart2.png) no-repeat;
background-size: 100%;
}
.catalog-menu__burger {
width: max-content;
height: max-content;
cursor: pointer;
}
.catalog-menu__burger img {
width: auto;
height: auto;
}
.catalog-menu form {
width: 100%;
position: relative;
}
.catalog-menu #ajax_search {
width: 100%;
border-radius: 5px;
min-width: 0px;
padding: 0;
border: 0px solid gray;
min-height: 30px;
height: 34px;
padding-left: 35px;
color: rgba(51, 51, 51, 1);
background-color: #fff;
font-size: 10px;
position: relative;
}
.catalog-menu form button {
width: 15px;
height: 15px;
background-color: white;
background-image: url(/templates/Karnaval2020/images/catalog-menu/catalog-search.png);
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 10px;
border: 0px;
padding: 0;
min-height: 0;
margin-left: 0;
}
.catalog-menu__menu {
width: 100%;
position: fixed;
top: 0;
left: 0;
background: rgba(244, 244, 244, 1);
padding: 0 10px 48px;
z-index: 999;
transform: translateX(-100%);
transition: all 0.3s;
border-radius: 0 0 20px 20px;
}
.catalog-menu__menu.open {
transform: translateX(0);
}
.catalog-menu__menu-head {
width: 100%;
box-sizing: border-box;
display: flex;
justify-content: space-between;
align-items: center;
padding: 25px 0px;
}
.catalog-menu__menu-head button {
background: transparent;
border: 0;
outline: none;
display: flex;
justify-content: center;
align-items: center;
}
.catalog-menu__menu-head-title {
font-family: Gotham Pro;
font-weight: 400;
font-size: 12px;
line-height: 20px;
}
.catalog-menu__menu-head-logo {
width: 51px;
height: auto;
}
.catalog-menu__list {
width: 100%;
}
.catalog-menu__item {
width: 100%;
font-family: Gotham Pro;
font-weight: 400;
font-size: 10px;
line-height: 100%;
padding: 10px 0;
}
.catalog-menu__footer {
width: 100%;
padding: 15px 0;
display: flex;
justify-content: space-between;
align-items: center;
}
.catalog-menu__phone {
font-family: Gotham Pro;
font-weight: 400;
font-size: 10px;
line-height: 100%;
}
.catalog-menu__quest {
font-family: Gotham Pro;
font-weight: 400;
font-size: 10px;
line-height: 100%;
text-decoration: underline;
}
.top_menu2_1, .top_menu2_2, .top_menu2_3 {
flex-shrink: 1;
width: auto;
max-width: 100%;
}
.top_menu2_1 {
flex-shrink: 0;
}
.top_menu2_2 {
display: flex;
justify-content: space-around;
width: 100%;
}
.top_menu2_3 {
display: flex;
align-items: center;
gap: 20px;
flex-shrink: 0;
}
.top_menu2_3_inner {
display: flex;
align-items: center;
gap: 20px;
}
.korzina-header {
display: inline-block;
vertical-align: middle;
}
.cart-header-btn {
width: max-content;
height: max-content;
position: relative;
color: #333;
text-decoration: none;
text-align: center;
line-height: 42px;
font-size: 22px;
}
.cart-header-btn:hover, .cart-header-btn:focus {
color: #ff0068;
text-decoration: none;
}
.num_cart {
position: absolute;
right: -2px;
top: 2px;
color: #FFFFFF;
font-weight: 700;
width: 16px;
height: 16px;
display: none;
text-align: center;
font-size: 11px;
line-height: 1;
border-radius: 50%;
}
.catalog-menu__cart {
background: #ffffff;
padding: 1.5px;
border-radius: 10px;
width: max-content;
height: max-content;
margin-left: 8px;
}
.catalog-menu__cart .cart-header-btn {
width: 30px;
height: 30px;
line-height: 30px;
font-size: 18px;
}
.catalog-menu__cart .num_cart {
right: 50%;
transform: translateX(62%) translateY(-62%);
top: 50%;
font-size: 8px;
width: 19px;
height: 11px;
justify-content: center;
align-items: center;
}
@media (max-width: 767px) {
    .head__burger {
    display: block;
    }
    .head-banner {
    display: none;
    }
    .head-banner.mob {
    display: block;
    }
    .menu_MB {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #ffffff;
    padding: 20px 50px 20px 0px;
    box-sizing: border-box;
    }
    .top_menu {
    display: none;
    }
    .top_menu2 {
    display: none;
    }
    .menu_MB .dropdown-menu {
    top: 45px;
    left: -235px;
    padding: 0px 0px;
    }
    .menu_MB .dropdown-menu form {
    display: flex;
    }
    #ajax_search {
    min-width: 200px;
    }
    .menu_MB .menu_MB-logo {
    height: 40px;
    }
    .catalog-menu__whitelist a {
    position: relative;
    }
    .izbrCol {
    right: -22px;
    }
    .catalog-menu__whitelist .izbrCol {
    right: -15px;
    font-size: 8px;
    width: 14px;
    height: 17px;
    top: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .catalog-menu {
    display: flex;
    }
    .menu_MB .knop.k3 img {
    width: 35px;
    height: auto;
    }
    .catalog-menu__cart .cart-header-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .korzina-header img.basket-image {
    width: 90%;
    height: auto;
    }
    .korzina-header.korzina-header--pink img.basket-image {
    display: none;
    }
    .korzina-header img.basket-image.basket-image--pink {
    display: none;
    }
    .korzina-header.korzina-header--pink img.basket-image.basket-image--pink {
    display: block;
    }
    .cart-header-btn {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .num_cart {
    right: 7px;
    top: 10px;
    width: 20px;
    height: 16px;
    justify-content: center;
    align-items: center;
    }
}
@media (max-width: 399px) {
    .adaptive-menu__list {
    padding-left: 8px;
    }
    .adaptive-menu__phone {
    padding-left: 8px;
    }
    .adaptive-menu__item a {
    font-size: 24px;
    }
}
@media (max-width: 1799px) {
    .top_menu2 div:nth-child(4) {
    flex: 1.2;
    }
}
@media (max-width: 1699px) {
    .top_menu2 div:nth-child(2) .menu1 {
    font-size: 16px;
    }
    .top_menu2 div:nth-child(4) {
    flex: 1.5;
    }
}
@media (max-width: 1600px) {
    .top_menu2 div:nth-child(2) .menu1 {
    font-size: 15px;
    }
    .top_menu2 .head-logo {
    width: auto;
    max-width: 170px;
    }
}
@media (max-width: 1500px) {
    .top_menu2 div:nth-child(2) .menu1 {
    font-size: 15px;
    }
}
@media (max-width: 1399px) {
    .top_menu2 .head-logo {
    max-width: 130px;
    }
    .top_menu2 div:nth-child(2) .menu1 {
    font-size: 13px;
    }
    .top_menu2 div:nth-child(4) {
    font-size: 14px;
    }
}
@media (max-width: 1299px) {
    .top_menu2 div:nth-child(2) .menu1 {
    font-size: 12px;
    }
}
@media (max-width: 1199px) {
    .top_menu div:nth-child(1) a:after {
    margin: 0px 5px;
    }
    .top_menu {
    font-size: 13px;
    }
    .top_menu div:nth-child(2) {
    font-size: 13px;
    max-width: 232px;
    }
    .top_menu div:nth-child(3) {
    font-size: 13px;
    }
    .top_menu2 div:nth-child(2) .menu1 {
    font-size: 10px;
    }
    .top_menu2 div:nth-child(4) {
    font-size: 13px;
    }
    .menu_MB {
    display: none;
    }
    .top_menu div {
    margin: 0 4px;
    }
    .top_menu2 .head-logo {
    max-width: 100px;
    }
    .top_menu2_3 {
    gap: 10px;
    }
    .top_menu2_3_inner {
    gap: 10px;
    }
}
@media (max-width: 1024px) {
    .top_menu2 div:nth-child(3) img.basket-image {
    width: 30px;
    height: auto;
    }
    .korzina-header {
    margin-left: 0;
    }
    .cart-header-btn {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
}
@media (max-width: 992px) {
    .top_menu2 div:nth-child(4) {
    font-size: 10px;
    }
    .top_menu2 div:nth-child(4) .zakazat {
    font-size: 11px;
    }
    .top_menu2 div:nth-child(2) .menu1 {
    font-size: 7px;
    }
    .top_menu div:nth-child(1) {
    font-size: 10px;
    }
    .top_menu div:nth-child(1) a:after {
    margin: 0px 2px;
    }
    .top_menu div:nth-child(2) {
    font-size: 10px;
    }
    .top_menu div:nth-child(3) {
    font-size: 11px;
    }
    .top_menu div {
    margin: 0px 8px;
    }
    .top_menu2_3 table td a, .top_menu2_3 table td span {
    font-size: 12px;
    }
    .izbrannoe a {
    width: 30px !important;
    height: 30px !important;
    }
    .top_menu2 div:nth-child(3) span {
    right: -6px;
    top: -1px;
    }
    .top_menu2 {
    gap: 10px;
    }
    .top_menu2 .izbrannoe {
    width: 30px;
    height: 30px;
    }
    .top_menu2 div:nth-child(3) span#num_whitelist {
    width: 16px;
    height: 18px;
    font-size: 10px;
    }
    .top_menu2 div:nth-child(3) span.num_cart {
    width: 15px;
    height: 14px;
    top: 7px;
    left: 11px;
    font-size: 10px;
    }
    .top_menu2 div:nth-child(3) img:first-child {
    width: 25px;
    height: 25px;
    cursor: pointer;
    }
}
