@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;900&display=swap');
body {
	font-family: Roboto, Arial, "Sans-Serif";
	font-weight: 400;
	color: #242424;
}
/*for big screens, hidden for mobile*/
.big {
	display: none;
}
/*header*/
.logo_black h1 {
	position: absolute;
	left: -100%;
	opacity: 0;
}
/*header background and height*/
.header_mobile {
	height: 58px;
	background-image: linear-gradient(#AAEDE1, #ABF3EA);
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo_black {
	width: 200px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;    /* Центровка по горизонтали */
    justify-content: center; /* Центровка по вертикали */
}
.logo_black a {
    display: flex;       /* Делаем ссылку гибким контейнером */
    justify-content: center;
    align-items: center;
    height: 100%;        /* Ссылка занимает все 60px высоты .logo_black */
    width: 100%;         /* Ссылка занимает все 200px ширины */
}
.logo_black a img {
    max-height: 100%;    /* Вот теперь она увидит высоту в 60px */
    max-width: 100%;     /* И ширину в 200px */
    width: auto;         /* Сохраняем пропорции */
    height: auto;
    object-fit: contain;
    display: block;
}
/*burger line for mobile*/
.lines, .cross {
	position: absolute;
	top: 75px;
	left: 3%;
	width: 28px;
	height: 28px;
	cursor: pointer;
	transition-duration: 0.25s;
	z-index: 10;
}
.cross {
	opacity: 0;
	top: 71px;
	transition-duration: 0.25s;
}
.call a {
	text-decoration: none;
	color: #242424;
	font-size: 20px;
	font-weight: 300;
}
.call {
	position: absolute;
	top: 70px;
	right: 3%;
}
/*menu_box*/
.menu_box {
	position: absolute;
	visibility: hidden;
	top: 109px;
	left: -100%;
	width: 320px;
	background-color: #D0F2EF;
	transition-duration: 0.25s;
	z-index: 10;
    margin-top: 1.3em;
}
.menu_box ul li {
	list-style-type: none;
	text-transform: uppercase;
    margin-top: 1em;
}
.menu_box ul li a{
	text-decoration: none;
	font-size: 14px;
	color: #242424;
	letter-spacing: 0.07em;
}
.menu_box .menu_item_sales {
	color: #E7159F;
}
.menu_box .menu_item_sales2 {
    color: #ffc107;
}
.menu_item {
	font-size: 15px;
	/*line-height: 2.8em;*/
	font-weight: 500;
}
.menu_item span {
	margin: 12px 0;
	line-height: 1.5em;
}
.sub_menu {
	margin-left: -1.8em;
}
.sub_menu span {
	display: block;
	position: relative;
	top: -12px;
	left: -28px;
	line-height: 1.4em;
}
#menu_toggle {
	opacity: 0;
}
#menu_toggle:checked ~ .menu_button > .lines {
	transform: rotate(90deg);
	opacity: 0;
}
#menu_toggle:checked ~ .menu_button > .cross {
	top: 71px;
	transform: rotate(90deg);
	opacity: 1;
}
#menu_toggle:checked ~ .menu_box {
	visibility: visible;
	left: 0;
}
.main_pic_ns {
	width: 100%;
	margin-top: 28px;
}
.main_pic {
	display: none;
}
.path {
	margin-top: 40px;
	margin-left: 3%;
	margin-right: 3%;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.path p a {
    text-decoration: none;
    color: #242424;
}
/*catalog*/
.catalog {
	margin: 0 1.5%;
}
.catalog p {
	font-size: 20px;
	color: #F88600;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	margin: 14px 0;
	letter-spacing: 0.05em;
}
.catalog .search {
    clear: both;
    float: right;
    width: 100%;
}
.catalog_category {
	width: 47%;
	height: 45.5vw;
	position: relative;
	float: left;
	margin: 1.5%;
	border-radius: 10px;
	box-shadow: 0px 0px 77px 0 #e5e5e5;
	overflow: hidden;
}
.catalog_label_bg {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 35%;
	background-color: #fff;
	border-radius: 10px;
	opacity: 0.8;
	overflow: hidden;
}
.catalog_label_text {
	font-size: 3.2vw;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.03em;
}
.brand_color {
	color: #E7159F;
}
.items {
    width: 100%;
	position: relative;
	clear: both;
	float: left;
	margin: 0 1.5%;
	margin-top: 40px;
}
.items_category {
	width: 47%;
	/*height: 68.3vw;*/
	position: relative;
	top: 0;
	left: 0;
	float: left;
	margin: 1.5%;
	border-radius: 10px;
	box-shadow: 0px 0px 77px 0px #e5e5e5;
	overflow: hidden;
}
.promotion_square_img {
	height: 100%;
}
.items_category a {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.items_category a img {
    width: 100%;
    /*height: 100%;*/
    aspect-ratio: 1/1;
    object-fit: cover;
	/*width: 36vw;*/
	/*height: 36vw;*/
}
.items_label_text {
	padding: 0.5%;
	height: 4.5em;
	font-size: 2.5vw;
	color: #242424;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.03em;
	overflow: hidden;
}
.items_price {
	width: 100%;
	height: 1.3em;
	text-align: center;
	font-size: 5vw;
	font-weight: 500;
	color: #242424;
}
.items_price_sales {
	color: #ff5410;
}
.items_price_old {
	width: 100%;
	height: 1.3em;
	text-align: center;
	font-size: 3.9vw;
	color: #6c6c6c;
	text-decoration: line-through;
}
.brand_description {
	clear: both;
	float: left;
	margin: 61px 3% 0 3%;
	font-size: 4.3vw;
	color: #6c6c6c;
}
/*card*/
.card_tpw {
	margin: 0 3%;
}
.card_path {
	margin-left: 0;
	margin-right: 0;
}
/*slider*/
.card_pic {
	width: 100%;
	border-radius: 10px;
	box-shadow: 0px 0px 77px 0px #e5e5e5;
	overflow: hidden;
}
.slider {
	/*width: 94vw;*/
	/*height: 94vw;*/
    width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.navigation {
	width: 94vw;
	position: relative;
	top: 10px;
	margin-left: 2.2vw;
	margin-bottom: 21px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.navigation label img {
	width: 22vw;
	/*height: 22vw;*/
    aspect-ratio: 1/1;
}
.bar {
	border: 1px solid #e5e5e5;
	cursor: pointer;
	opacity: 0.90;
	transition: all 0.4s ease;
}
.bar:hover {
	opacity: 1;
	transform: scale(1.02);
}
input[name="r"] {
	position: absolute;
	visibility: hidden;
}
/*slides quantity*/
.slides_1 {
	width: 100%;
	height: 100%;
	display: flex;
}
.slides_2 {
	width: 200%;
	height: 100%;
	display: flex;
}
.slides_3 {
	width: 300%;
	height: 100%;
	display: flex;
}
.slides_4 {
	width: 400%;
	height: 100%;
	display: flex;
}
.slides_5 {
	width: 500%;
	height: 100%;
	display: flex;
}
.slides_6 {
	width: 600%;
	height: 100%;
	display: flex;
}
.slides_7 {
	width: 700%;
	height: 100%;
	display: flex;
}
.slides_8 {
	width: 800%;
	height: 100%;
	display: flex;
}
/*first slide in window*/
.slide_1 {
	width: 100%;
	transition: all 0.6s ease;
}
.slide_2 {
	width: 50%;
	transition: all 0.6s ease;
}
.slide_3 {
	width: 33.3333%;
	transition: all 0.6s ease;
}
.slide_4 {
	width: 25%;
	transition: all 0.6s ease;
}
.slide_5 {
	width: 20%;
	transition: all 0.6s ease;
}
.slide_6 {
	width: 16.6667%;
	transition: all 0.6s ease;
}
.slide_7 {
	width: 14.2857%;
	transition: all 0.6s ease;
}
.slide_8 {
	width: 12.5%;
	transition: all 0.6s ease;
}
.slide img {
	width: 100%;
	/*height: 100%;*/
    aspect-ratio: 1/1;
}
/*for_slides_2*/
#r2_1:checked ~ .s1 {
	margin-left: 0;
}
#r2_2:checked ~ .s1 {
	margin-left: -50%;
}
/*for_slides_3*/
#r3_1:checked ~ .s1 {
	margin-left: 0;
}
#r3_2:checked ~ .s1 {
	margin-left: -33.3333%;
}
#r3_3:checked ~ .s1 {
	margin-left: -66.6666%;
}
/*for_slides_4*/
#r4_1:checked ~ .s1 {
	margin-left: 0;
}
#r4_2:checked ~ .s1 {
	margin-left: -25%;
}
#r4_3:checked ~ .s1 {
	margin-left: -50%;
}
#r4_4:checked ~ .s1 {
	margin-left: -75%;
}
/*for_lides_5*/
#r5_1:checked ~ .s1 {
	margin-left: 0;
}
#r5_2:checked ~ .s1 {
	margin-left: -20%;
}
#r5_3:checked ~ .s1 {
	margin-left: -40%;
}
#r5_4:checked ~ .s1 {
	margin-left: -60%;
}
#r5_5:checked ~ .s1 {
	margin-left: -80%;
}
/*for_slides_6*/
#r6_1:checked ~ .s1 {
	margin-left: 0;
}
#r6_2:checked ~ .s1 {
	margin-left: -16.6667%;
}
#r6_3:checked ~ .s1 {
	margin-left: -33.3334%;
}
#r6_4:checked ~ .s1 {
	margin-left: -50%;
}
#r6_5:checked ~ .s1 {
	margin-left: -66.6668%;
}
#r6_6:checked ~ .s1 {
	margin-left: -83.3335%;
}
/*for_slides_7*/
#r7_1:checked ~ .s1 {
	margin-left: 0;
}
#r7_2:checked ~ .s1 {
	margin-left: -14.2857%;
}
#r7_3:checked ~ .s1 {
	margin-left: -28.5714%;
}
#r7_4:checked ~ .s1 {
	margin-left: -42.8571%;
}
#r7_5:checked ~ .s1 {
	margin-left: -57.1428%;
}
#r7_6:checked ~ .s1 {
	margin-left: -71.4285%;
}
#r7_7:checked ~ .s1 {
	margin-left: -85.7142%;
}
/*for_slides_8*/
#r8_1:checked ~ .s1 {
	margin-left: 0;
}
#r8_2:checked ~ .s1 {
	margin-left: -12.5%;
}
#r8_3:checked ~ .s1 {
	margin-left: -25%;
}
#r8_4:checked ~ .s1 {
	margin-left: -37.5%;
}
#r8_5:checked ~ .s1 {
	margin-left: -50%;
}
#r8_6:checked ~ .s1 {
	margin-left: -62.5%;
}
#r8_7:checked ~ .s1 {
	margin-left: -75%;
}
#r8_8:checked ~ .s1 {
	margin-left: -87.5%;
}

.card_name {
	width: 100%;
	font-size: 5.4vw;
	font-weight: 500;
	margin: 21px 0 14px 0;
}
.card_art {
	width: 100%;
	font-size: 5vw;
}
.card_price {
	font-weight: 500;
	margin: 21px 0;
	width: 100%;
	height: 100%;
	padding: 1%;
	border-radius: 10px;
	background-color: #EFEFEF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.card_price_main {
	font-size: 24px;
    color: #F38B10;
}
.card_price_sales {
    font-size: 24px;
	/*color: #F38B10;*/
    color: #ff5410;
}
.card_price_old {
	font-size: 20px;
	color: #6c6c6c;
	height: auto;
	text-decoration: line-through;
}
.card_description {
    margin-top: 36px;
	clear: both;
	float: left;
	font-size: 15px;
}
.card_description p {
	margin: 1em 0;
}
.card_description ul, .card_description ol {
	margin-top: -0.5em;
}
.card_description ul li ol, .card_description ol li ol{
	margin-top: 0em;
}
.footer_mobile {
	clear: both;
	float: left;
	height: 130px;
	width: 100%;
	margin-top: 50px;
	padding-top: 8px;
	background-color: #9f9f9f;
	color: #fff;
	font-size: 18px;
	font-weight: 200;
	display: flex;
	justify-content: center;
}
.logo_grey {
	width: 200px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.contacts_grey {
	text-align: center;
	font-size: 18px;
	font-weight: 200;
	margin-bottom: -5px;
}
.contacts_grey a {
	text-decoration: none;
	color: #fff;
}
.slider-768 {
    display: none;
}
.square_image {
    width: 100%;
    aspect-ratio: 1/1;
}
