/*Обнуление*/
*{
	padding: 0;
	margin: 0;
	border: 0;

	
		scrollbar-width: thin;          /* "auto" или "thin"  */
		scrollbar-color: rgba(139, 139, 139, 0.158) rgb(247, 247, 247);   /* плашка скролла и дорожка */ 

		font-family: 'Montserrat', sans-serif;
	 
	
}


p {
font-family: 'Montserrat', sans-serif;
}

span {
font-family: 'Montserrat', sans-serif;
}

*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family: 'Montserrat', sans-serif;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
/*--------------------*/



/* ********************************shapka********************************************************** */



@font-face {
	font-family: 'Montserrat', sans-serif;
	src: url(/Athelas/Athelas-BoldItalic.ttf); 
}
 
/* Жирный */
@font-face {
	font-family: 'Montserrat', sans-serif;
	src: url(/Athelas/Athelas-Regular.ttf); 
}
 
.text-1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
}
 
.text-2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
}



* {
	font-family: 'Montserrat', sans-serif;
}


/* *************************************** Только главная  ******************************************* */

.shapka {
    width: 100vw;
    height: 182px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #e0e0e0;
}

#top-area {
    margin-top: 190px;
}

.shapka_lvl_1 {
    max-width: 1200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.shapka_lvl_1_phone {
    width: 300px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.shapka_lvl_1_phone ul {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 0;
    padding: 0;
    list-style: none;
}

.shapka_lvl_1_phone ul li {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    color: #333;
    transition: all 0.3s ease;
}

.shapka_lvl_1_phone ul li:hover {
    color: #007bff;
    transform: translateY(-2px);
}

.shapka_lvl_1_phone ul li a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
	    font-size: 19px;
}

.shapka_lvl_1_phone ul li a:hover {
    color: #007bff;
}

@media(max-width:1080px) {
    .shapka_lvl_1_phone ul li {
        font-size: 20px;
    }
}

.shapka_lvl_1_logo {
    width: 200px;
    height: 60px;
    transition: transform 0.3s ease;
}

.shapka_lvl_1_logo:hover {
    transform: scale(1.05);
}

.shapka_lvl_1_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0;
}

.shapka_lvl_1_poisk {
    width: 300px;
    height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* border-bottom: 2px solid #e0e0e0; */
    margin-top: 15px;
    transition: all 0.3s ease;
}

/* .shapka_lvl_1_poisk:hover {
    border-color: #007bff;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.2);
} */

.shapka_lvl_1_poisk_ls {
    width: 500px;
    height: 60px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.shapka_lvl_1_poisk_ls_icon {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
	display: none;
}

.shapka_lvl_1_poisk_ls_icon:hover {
    transform: rotate(15deg);
}

.shapka_lvl_1_poisk_ls_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
	display: none;
}

.shapka_lvl_1_poisk_ls_search {
    width: 60%;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.shapka_lvl_1_poisk_ls_search input {
    padding: 12px 15px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 8px;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.shapka_lvl_1_poisk_ls_search input:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
    background: #fff;
}

.list_poisk {
    position: absolute;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background: white;
    display: block;
    z-index: 1000;
    top: 62px;
    left: 0;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
}

.list_poisk ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list_poisk li {
    padding: 12px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f0f0f0;
}

.list_poisk li:hover {
    background-color: #f8f9fa;
    color: #007bff;
    transform: translateX(5px);
}

.list_poisk li:last-child {
    border-bottom: none;
}

.shapka_lvl_1_icon {
    width: 300px;
    height: 85px;
    display: flex;
    justify-content: space-around;
    cursor: pointer;
    align-items: center;
    gap: 20px;
}

.shapka_lvl_1_icon_icon {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    transition: all 0.3s ease;
}

.shapka_lvl_1_icon_icon:hover {
    transform: translateY(-5px);
}

.shapka_lvl_1_icon_icon img {
    width: 32px;
    height: 32px;
    transition: all 0.3s ease;
}

.shapka_lvl_1_icon_icon img:hover {
    transform: scale(1.2);
}

.shapka_lvl_1_icon_icon p {
    text-align: center;
    font-weight: 500;
    color: #666;
    font-size: 14px;
    margin: 5px 0 0 0;
    transition: all 0.3s ease;
}

.shapka_lvl_1_icon_icon:hover p {
    color: #007bff;
    transform: translateY(-2px);
}




		.meus_pk {
            width: 99vw; 
            height: 48px;
            margin: 0 auto;
			background-color: #fdfdfd;
            display: flex;
            justify-content: center;
            align-items: center;
			position: sticky;
			z-index: 999;
			top: 0;
			left: 0;
			transition: transform 0.5s ease-in-out;
        }




        .meus_pk ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
            display: flex;
        }

        .meus_pk li {
            padding: 10px;
            font-size: 20px;
            text-align: center;
			cursor: pointer;
        }


		.meus_pk a {
            padding: 10px;
            color: rgb(26, 20, 20);
            font-size: 20px;
    		/* display: flex;
    		align-items: center; */
			
        }



        /* .meus_pk li:hover {
            background-color: rgb(239, 236, 236);
        } */


		#id_menu  {
			width: 20px;
			height: 20px;
			margin-left: 5px;
		}




		.menu_opens {
			width: 100vw;
			height: 0vh; 
			/* Исправить на 0 */
			background-color: rgb(255, 255, 255);
			position: absolute;
			z-index: 998;
			top: 100%;
			transition: height 0.5s ease-in-out;
		}




		.menu_opens_as {

			width: 1254px;
			min-height: 0vh; 
			margin: 30px auto;
			/* background-color: rgb(235, 4, 4); */
		
			
			display: grid; /* Используем грид */
			grid-template-columns: repeat(4, 1fr); /* Создаем 4 колонки на весь доступный пространство */
			grid-gap: 10px; /* Добавляем отступы между блоками */
		}




		
		.menu_opens_menus {
			width: 300px;
			min-height: 100px; /* Блоки занимают половину высоты контейнера */
			/* background-color: rgb(235, 225, 225); */
			border-top: 1px solid #00000040;
			
			
		}

	

		.menu_opens_menus p {
			text-align: center;
			margin-top: 10px;
			font-size: 20px;
			/* text-transform: uppercase; */
			/* font-family: monospace; */
			font-weight: 500;
		}


		.menu_opens_menus ul {
			display: flex;
			flex-direction: column;
			margin-top: 50px;
		}


		.menu_opens_menus ul {
			margin-top: 17px;
		}

		.menu_opens_menus ul a {
			font-size: 17px;
			/* font-family: monospace; */
			/* text-transform: uppercase; */
		}










/* КАТЕГОРИИ */

.categories_container {
    display: flex;
    flex-direction: column;
    background-color: #f3f3f3;
    padding: 40px 80px;
    align-items: center;
  }
  
  .categories__title {
    text-align: center;
    text-transform: uppercase;
    font-size: clamp(24px, calc(1.5rem + ((1vw - 4.28px) * 1.581)), 40px);
    margin-bottom: 20px;
	font-size: 25px;
  }
  
  .category-slider {
      background-color: #f3f3f3;
      position: relative;
      max-width: 1440px;
      overflow: scroll;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row;
      padding: 60px 0;
      margin: 0;
	  overflow: hidden;
  }
  
  .categories {
    position: relative;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    margin: 0;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      grid-template-rows: repeat(2, 1fr);
      grid-column-gap: 0px;
      grid-row-gap: 35px;
  }
  
  .category {
    /* min-width: 200px; */
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    position: relative;
  }
  
  .category__title {
    font-size: 14px;
    font-weight: 300;
  }
  
  .category svg {
    width: 68px;
    height: 68px;
    transition: transform 0.5s ease-in-out;
    fill: rgba(171, 90, 158, 0.5);
  }
  
  .category svg:hover {
    transform: translateY(-10px);
    fill: #7b4272;
    z-index: 2;
  }
  
  .category svg:active {
    transform: scale(0.6);
  }
  
  .category p {
    font-size: 16px;
    color: #333;
  }

  .categories-link {
    text-decoration: none;
    margin: 0;
  }







@media(max-width:968px){
/* Основные стили */
.category-slider {
    overflow-x: scroll;
    padding-bottom: 2rem;
}


.carta_text_as {  

	left: 0%;

}



.blocK-karta {
  
    flex-direction: column;
	align-items: center;
}


.shapka {
    width: 100vw;
    height: 128px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #ffffff;
    border-bottom: 2px solid #c9c9c99c;
}


#top-area {
    margin-top: 75px;
}




.categories {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.category-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.icon-container svg {
    width: 3rem;
    height: 3rem;
    transition: fill 0.2s ease;
}

.title {
    font-size: clamp(0.8rem, 1vw, 1.2rem);
    margin-top: 0.5rem;
    color: #333;
    transition: color 0.2s ease;
}

/* Стили для состояния hover */
.category-item:hover .icon-container svg {
    fill: #ff6f61;
}

.category-item:hover .title {
    color: #ff6f61;
}

.category-item.active .icon-container svg {
    fill: #ff6f61;
}

.category-item.active .title {
    color: #ff6f61;
}

/* Медиа-запрос для мобильной версии */

    .category-slider {
        padding-bottom: 1rem;
    }

    .categories {
        grid-template-columns: repeat(2, minmax(100px, 1fr));
    }

    .icon-container svg {
        width: 2.5rem;
        height: 2.5rem;
    }

    .title {
        font-size: clamp(0.7rem, 1vw, 1rem);
    }


}
















		/* shapka_lvl_1_icon */












/* shapka_lvl_1 */







/* ******************** Карточки Главная  */


.carta {
	max-width: 1570px;
	min-height: 600px;
	/* background-color: red; */
	margin: 40px auto;
	overflow: hidden;
	padding: 0px 42px;
}



.carta_text {
	max-width: 1570px;
	min-height: 40px;
	border-bottom: 1px solid rgb(187, 186, 186);
	/* background-color: red; */
	position: relative;

}


.carta_text_as {
	min-width: 100px;
	height: 40px;
	background-color: rgb(255, 255, 255);
	position: absolute;
	left: 45%;
	top: 0;
	margin: 0 auto;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-top: 10px;
	padding-left: 50px;
	padding-right: 50px;
}


.carta_text_as h3 { 
	font-size: 30px;
	color: #000000;
}






.blocK-karta {
	max-width: 1570px;
	min-height: 600px;
	/* background-color: #333; */
	display: flex;
	/* justify-content: center; */
	margin-top: 70px;
}


.blocK-karta_l1 {
	max-width: 350px;
	min-height: 700px;
	/* background-color: #782535; */
	margin: 0 10px 0 10px;
	display: flex;
	flex-direction: column;
	position: relative;

}


.blocK-karta_l1_fon {
	width: 100%;
	height:0px;
	background-color: rgba(0, 0, 0, 0.089);
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: 0.5s ; 
	overflow: hidden;
}

.blocK-karta_l1_fon p {
	background-color: rgb(39, 38, 38);
    width: 200px;
    height: 30px;
    padding: 0 10px 0 10px;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    color: #f3f3f3;
    font-family: 'Montserrat', sans-serif;
    margin: 5px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
	cursor: pointer;
    display: none;
}



.blocK-karta_l1_img:hover .blocK-karta_l1_fon  {

	height:100%;

}

.blocK-karta_l1_fon i {
	margin: 0 auto;
}



.blocK-karta_l1_img {
	max-width: 350px;
	height: 600px;
	/* background-color: #c98e9a; */
	/* margin: 0 15px 0 15px; */
	position: relative;
}



.blocK-karta_l1_img_love {
	width: 100%;
	height: 50px;
	/* background-color: red; */
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 0;
	top: 0;
	
}


.blocK-karta_l1_img_love p {
	background-color: rgb(238, 54, 30);
	min-width: 10px;
	height: 30px;
	padding: 0 10px 0 10px;
	font-size: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #f3f3f3;
	font-family: 'Montserrat', sans-serif;
	margin: 15px;
}



.blocK-karta_l1_img_love i {
	font-size: 25px;
	margin: 15px;
}






.blocK-karta_l1_img img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}



.blocK-karta_l2_img_love {
	max-width: 350px;
	height: 40px;
	/* background-color: red; */
	display: flex;
	/* justify-content: space-between; */
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}



.blocK-karta_l2_img_love p {
	background-color: rgb(39, 38, 38);
	min-width: 10px;
	height: 30px;
	padding: 0 10px 0 10px;
	font-size: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #f3f3f3;
	font-family: 'Montserrat', sans-serif;
	margin: 5px;
}





.blocK-karta_l1_text {
	max-width: 350px;
	height: 100px;
	/* background-color: red; */
}


.blocK-karta_l1_text_l1 {
	max-width: 350px;
	height: 100px;
	/* background-color: rgb(235, 223, 223); */
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}


.blocK-karta_l1_text_l1_id  {

	color: #000000b2;
	/* font-weight: 800; */
	
}


.blocK-karta_l1_text_l2_id  {

	color: #000000f5;
	/* font-weight: 800; */
	font-size: 15px;
	
}



.blocK-karta_l1_text_l3_id  {

	color: #000000;
	/* font-weight: 800; */
	font-size: 18px;
	
}



.blocK-karta_l1_text_l4_id {
	display: flex;
	padding-top: 10px;
}


.circle {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 5px 0 0;
}



#skidka {
	text-decoration: line-through;
}




























.smotra {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	backdrop-filter: blur(3px);
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: flex;
	justify-content: flex-end;
	overflow: hidden;
	transition: 0.5s;
	
	
}






/* ********* Быстрый просмотр корзины ************* */



.smotra_corzine {
	width: 500px;
	height: 100vh;
	background-color: rgb(255, 255, 255);
	overflow-y: auto;
	/* margin-top: 168px; */
}



.smotra_corzine_l1 {
    max-width: 453px;
    height: 70px;
    margin: 0 auto;
}


.smotra_corzine_l1_xx {
	width: 28%;
	height: 50%;
}

.smotra_corzine_l1_x {
	width: 100%;
    height: 100%;
}


.smotra_corzine_l1 span {
	display: flex;
	align-items: center;
}


.smotra_corzine_l1 p{
	display: flex;
    justify-content: space-between;
}






.smotra_corzine_l2 {
	max-width: 453px;
    height: 70vh;
	/* background-color: rgba(241, 212, 212, 0.178); */
    margin: 0 auto;
	overflow: auto;
}



.smotra_corzine_l2_product {
	max-width: 436px;
	height: 220px;
	/* background-color: hsla(0, 92%, 28%, 0.041); */
	display: flex;
	margin-bottom: 18px;
	border-bottom: 1px solid #0000000a;
}


.smotra_corzine_l2_product_img {
	width: 150px;
	height: 200px;
	/* background-color: red; */
}


.smotra_corzine_l2_product_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}




.smotra_corzine_l2_product_info {
	width: 303px;
	height: 200px;
	/* background-color: rgb(226, 207, 207); */

}


.smotra_corzine_l2_product_info p:nth-child(1) {
	text-indent: 10px;
	margin-top: 10px;
	color: #00000077;
}


.smotra_corzine_l2_product_info p:nth-child(2) {
	margin-left: 10px;
	margin-top: 20px;
	border-bottom: 1px dashed rgb(100, 100, 100); /* Перерывистая линия под текстом */
	width: 100px;
	color: #00000077;

}

.smotra_corzine_l2_product_info p:nth-child(3) {
	margin-left: 10px;
	margin-top: 10px;
	border-bottom: 1px dashed rgb(100, 100, 100); /* Перерывистая линия под текстом */
	width: 100px;
	color: #00000077;

}


.smotra_corzine_l2_product_info p:nth-child(4) {
	text-indent: 10px;
	margin-top: 10px;
	text-align: right;
	font-size: 20px;
	padding: 10px;
	
}


.smotra_corzine_l2_product_info p:nth-child(5) {
	text-indent: 10px;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	padding: 30px 10px 0px 10px;
	color: #00000077;
}










.smotra_corzine_l3 {
	max-width: 453px;
    height: 263px;
    margin: 0 auto;
    /* background-color: rgba(151, 147, 147, 0.137); */
	border-top: 1px solid rgba(43, 43, 43, 0.089);
    position: absolute;
    bottom: 10px;
	/* margin-left: 20px; */
	display: flex;
	flex-direction: column;
	width: 18%;
}


 .smotra_corzine_l3_text {
	max-width: 453px;
	height: 100px;
	background-color: rgb(255, 255, 255);
 }





 .smotra_corzine_l3_text p:nth-child(1) {
	text-indent: 10px;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	color: #00000077;
}

.smotra_corzine_l3_text p:nth-child(2) {
	text-indent: 10px;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	color: #00000077;
}


.smotra_corzine_l3_text p:nth-child(3) {
	text-indent: 10px;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	color: #00000091;
	font-weight: 700;
}



.smotra_corzine_l3 button:nth-child(2) {
    padding: 15px 0px 15px 0px;
    background-color: rgba(255, 0, 0, 0);
	border: 1px solid rgba(196, 196, 196, 0.288);
	border-radius: 5px;
	margin-bottom: 18px;
	    margin: 0 21px;
}


.smotra_corzine_l3 button:nth-child(3) {
    padding: 15px 0px 15px 0px;
    background-color: rgb(0, 0, 0);
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 5px;
	margin-bottom: 18px;
	    margin: 0 21px;
}





/* *********** Быстрый просмотр карточки ********* */


.smotra_love {
	width: 1000px;
	height: 100vh;
	background-color: rgb(255, 255, 255);
	overflow-y: auto;
	/* margin-top: 168px; */
}





.smotra_love::-webkit-scrollbar {
    display: none;
}

/* Для Firefox */
.smotra_love {
    scrollbar-width: none;
}






.smotra_love_nov {
	max-width: 1000px;
	height: 100px;
	/* background-color: rgb(228, 205, 205); */
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.smotra_love_nov p {
	font-size: 15px;
	text-transform: uppercase;
	margin: 20px;
}



.smotra_love_nov svg {
	/* font-size: 15px; */
	/* text-transform: uppercase; */
	margin: 20px;
}




.smotra_as {
	width: 859px;
	min-height: 100px;
	/* background-color: rgb(165, 147, 147); */
	display: flex;
}


.smotra_as_img {
	width: 600px;
	height: 500px;
	/* background-color: rgb(12, 34, 235); */
	padding-left: 10px;
	
}


.smotra_as_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}





.smotra_as_info {
	width: 400px;
	min-height: 500px;
	color: #00000066;
	/* background-color: rgb(153, 160, 155); */
	
}




.smotra_as_info_text {
	width: 400px;
	min-height: 35px;
	/* background-color: rgb(106, 6, 206); */
}


.smotra_as_info_text p {
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}




.smotra_as_info_imgs {
	width: 400px;
	min-height: 100px;
	/* background-color: rgb(165, 147, 147); */
	display: flex;
	justify-content: center;
}


.smotra_as_info_imgs_img {
	width: 70px;
	height: 100px;
	margin: 1px;
	
	/* background-color: red; */
}


.smotra_as_info_imgs_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


.avtiv_1 {
	border: 1px solid rgb(3, 3, 3);
}




.smotra_as_info_button {
	width: 400px;
	min-height: 35px;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	/* background-color: rgb(106, 6, 206); */
}

.smotra_as_info_button button {
	background-color: #000000;
	padding: 10px 85px;
	color: #f3f3f3;
	
}



.smotra_as_info_button button i {
	padding-left: 10px;
}



.smotra_as_info_button2 {
	width: 400px;
	min-height: 25px;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	/* background-color: rgb(106, 6, 206); */
}



.smotra_as_info_button2 button {
	background-color: #ffffff;
	padding: 10px 20px;
	color: #f3f3f3;
	border: 1px solid rgba(0, 0, 0, 0.185);
	margin: 0px 3px;
	color: #000000e0;

	
}


.smotra_as_info_button2 button i {
	padding-left: 4px;
}





.smotra_as_info_button2_table {
	width: 400px;
	min-height: 25px;
	margin-top: 40px;
	display: flex;
	justify-content: center;
	/* background-color: rgb(106, 6, 206); */
}



.smotra_as_info_button2_table table {
	width: 100%;
	border-collapse: collapse;
}
.smotra_as_info_button2_table th, td {
	border: 1px solid rgba(0, 0, 0, 0.034);
	height: 8px; /* Высота строки */
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	padding: 11px 15px;
}
.smotra_as_info_button2_table th {
	background-color: #f2f2f200;
	/* font-weight: 700; */
	
}




#color_updates {
	/* display: flex; */
}

#color_updates i {
	margin: 0px 10px;
}


.price_updates {
	/* display: flex; */
}

.price_updates i {
	margin: 0px 10px;
}









.smotra_as_info_info_price {
	width: 400px;
	min-height: 35px;
	margin-top: 40px;
	display: flex;
	justify-content: space-around;
	/* background-color: rgb(106, 6, 206); */
}


.smotra_as_info_info_price p {
	font-size: 16px;
	    color: #0000008f;
	font-family: 'Montserrat', sans-serif;
}

.smotra_as_info_info_price p span {
	font-family: 'Montserrat', sans-serif;
}
















.smotra_as_info_button2_vibor {
	width: 400px;
	min-height: 25px;
	margin-top: 40px;
	display: flex;
	justify-content: center;
	justify-content: space-around;
	/* background-color: rgb(106, 6, 206); */
	font-size: 15px;
	cursor: pointer;
}


.smotra_as_info_button2_vibor .pavtiv {
	
	/* border: 1px solid red; */

}



























.smotra_as_info_button2_vibor_v2 {
	width: 400px;
	min-height: 25px;
	margin-top: 40px;

	/* background-color: rgb(106, 6, 206); */
	font-size: 15px;
}

.smotra_as_info_button2_vibor_v2 h2 {
	padding: 10px 0;
}



.smotra_as_info_button2_vibor_v2_opcii {
	width: 400px;
	min-height: 25px;
	margin-top: 40px;
	/* background-color: rgb(106, 6, 206); */
	font-size: 15px;
}


.smotra_as_info_button2_vibor_v2_opcii p {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(59, 59, 59, 0.212);
	padding-bottom: 2px;
	font-size: 18px;
	margin-bottom: 20px;
}


































.footer {
    background-color: #ececec;
    padding: 20px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
  }

  .footer_container {
    width: 1440px;
    display: flex;
    justify-content: space-between;
	margin: 0 auto;
  }
  
  .logo-feedback {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  
  .subscribe__form {
    height: 46px;
    margin: 0;
    display: flex;
  }
  
  .button__black {
    background-color: #1c1c1c;
    border: none;
    color: white;
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
    height: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    transition: 0.2s;
  }
  
  .footer__logo,
  .subscribe,
  .button__black {
    margin: 0;
  }
  
  .button__black:hover {
    background-color: black;
  }
  
  .button__black:active {
    scale: 0.9;
  }
  
  .subscribe {
    font-size: 16px;
  }
  
  .subscribe__input {
    font-weight: 300;
    padding: 10px;
    border: none;
    width: 219px;
    background-color: white;
    height: 100%;
    color: #9a9a9a;
  }
  
  .footer__list {
    display: flex;
    margin: 0;
  }
  
  .footer__socials-title {
      font-size: 28px;
  }
  .footer__socials {
      flex-wrap: wrap;
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin: 0;
      align-content: start;
  }
  .footer__socials-icons {
      display: flex;
      gap: 15px;
  }
  
  .footer__socials-icon {
      margin: 0;
      margin-bottom: 10px;
      background-color: #f2f2f2;
      display: flex;
      width: 40px;
      height: 40px;
      align-items: center;
      border-radius: 50%;
      cursor: pointer;
      transition: 0.5s;
  }

  .footer__socials-icon:hover {
    scale: 1.2;
  }
  
  .footer-feedback__container, .mobile-search {
      display: none;
  }
  
  .margined {
    margin-top: 20px;
  }
  
  .footer__list-first__ul,
  .footer__list-second__ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .footer__link {
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: 200;
  }
  .footer__socials-geolocation {
    margin: 0;
  }
  .footer__geolocation-link {
text-decoration: none;
    color: black;
    font-size: 14px;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
  }

  .footer__phone-container {
    display: none;
}

.footer__link:hover {
color: #5b0f67;
text-decoration: underline;
}

.footer__list-item {
  margin: 0;
      margin-right: 38px;
}

.footer__geolocation-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}





.header__logo-container {
	width: 300px;
	height: 75px;
	background: url(/svg/logo.svg) no-repeat;
	flex-wrap: nowrap;
	background-size: contain;
  }




  .smotra_as_img2 {
	width: 600px;
}








  @media(max-width:2020px){
	.smotra_love {
		width: 750px;
		height: 100vh;
		background-color: rgb(255, 255, 255);
		overflow-y: auto;
	}


	.smotra_as_img2 {
		width: 327px;
	}


}






/* @media(max-width:1346px){
	.smotra_love {
		width: 550px;
		height: 100vh;
		background-color: rgb(255, 255, 255);
		overflow-y: auto;
	}


	.smotra_as_img2 {
		width: 327px;
	}


} */








@media(max-width:1300px){

	.blocK-karta_l1_img {
		max-width: 350px;
		height: 497px;
		/* background-color: #c98e9a; */
		/* margin: 0 15px 0 15px; */
		position: relative;
	}
	
	.blocK-karta_l1 {
		max-width: 351px;
		min-height: 497px;
		/* background-color: #782535; */
		margin: 0 10px 0 10px;
		display: flex;
		flex-direction: column;
	}

}










@media(min-width:968px){
	.shapka_lvl_m2 {
		display: none;
	}

	.sliderMobile {
		display: none;
	}


	/* .carta_bobile {
		display: none;
	} */

	.mobile_menu {
		display: none;
	}




}









@media(max-width:968px){
	.shapka_lvl_1 {
		display: none;
	}










.mobile_menu {
	width: 100%;
	height: 100%;
	background-color: rgb(255, 255, 255);
	position: fixed;
	left: 1100px;
	top: 72px;
	z-index: 9999;

	transition: 1s;
}

.mobile_menu_contact {
	width: 80%;
	height: 70px;
	/* background-color: red; */
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.mobile_menu_contact a {
	font-size: 20px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	padding: 5px;
	color: #797979;
}



.mobile_menu_icon {
	width: 80%;
	height: 70px;
	/* background-color: red; */
	margin: 10px auto;
	display: flex;
	justify-content: space-evenly;
}


.footer__socials-icon2 {
    margin: 0;
    margin-bottom: 10px;
    background-color: #f2f2f2;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.5s;
}




.mobile_menu_start {
	width: 100%;
	min-height: 70px;
	/* background-color: red; */
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}




.burger-menu-list {

	padding: 0;
	margin: 0;

	background-color: #f4f4f4;

	height: 511px;
	overflow: auto;

}


.burger-menu-list li {
	border: 1px solid #e8e7e8;
	padding: 15px;
}


.burger-menu-list a {
	text-decoration: none;
	color: #333;
	font-size: 18px;
}

















.mobile_menu {
	width: 100%;
	min-height: 100%;
	background-color: rgb(255, 255, 255);
	position: fixed;
	left: 1100px;
	/* top: 140px; */
	z-index: 9999;
}







	/* #top-area {
		display: none;
	} */

	#yourContainerId {
		display: none;
	}


	.meus_pk {
		display: none;
	}

	/* .carta {
		display: none;
	} */


	.shapka_lvl_m2 {
		width: 100vw;
		height: 148px;
		/* background-color: rgb(230, 212, 212); */
		display: flex;
		overflow: hidden;
		justify-content: space-around;
	}


	.shapka_lvl_m2_img {
		max-width: 300px;
		height: 148px;
		/* background-color: red; */
	}

	.shapka_lvl_m2_img img {
		width: 80%;
		height: 100%;
		object-fit: contain;
		margin-left: 14px;
	}

	.shapka_lvl_m2_icon {
		max-width: 100px;
		height: 148px;
		/* background-color: red; */
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.shapka_lvl_m2_icon svg {
		width: 70%;
		height: 70%;
		/* object-fit: contain; */
	}



	


	/* ************* */

	.sliderMobile {
		width: 100vw;
		height: auto;
		background-color: rgb(230, 212, 212);
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		overflow: hidden;
	}
	
	.slider-container {
		width: 100%;
		/* overflow-x: hidden; */
		white-space: nowrap;
		transition: transform 0.5s ease-in-out;
		display: flex;
	}
	
	.slider-container div {
		width: 100%; /* Убедитесь, что каждый слайд занимает всю ширину */
	}
	
	.slider-dots {
		position: absolute;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
	}
	
	.dot {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-color: rgba(255, 255, 255, 0.7);
		margin: 0 5px;
		cursor: pointer;
	}
	
	.dot.active {
		background-color: #782535; /* Зеленый цвет для активной точки */
	}




	/* ******************************* Карточки */  

	.carta_bobile {
		max-width: 960px;
		min-height: 500px;
		/* background-color: rgb(202, 14, 14); */
		margin-bottom: 121px;
	}



	.carta_bobile .carta_bobile_text {
		/* background-color: rgb(202, 14, 14); */
		max-width: 300px;
		margin: 40px auto;
		font-size: 25px;
	}


  /* * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        } */

	
	
		
		.slideshow-container {
			position: relative;
			max-width: 967px;
			height: 600px;
			overflow: hidden;
			/* background-color: red; */
			margin-top: 30px;
		}
		
		.slide {
			max-width: 300px;
			height: 500px;
			display: none;
			transition: opacity 1s ease-in-out;
			margin: 0 auto;
			position: relative;
			/* background-color: red; */
		}

		.slide_icons {
			max-width: 300px;
			height: 50px;
		}

		.slide_icons {
			position: absolute;
			width: 100%;
			height: 40px;
			/* background-color: red; */
			display: flex;
			justify-content: flex-end;
		}


		.slide_icons_vs {
			width: 40px;
			height: 40px;
			border-radius: 100px;
			/* background-color: red; */
			border: 1px solid rgb(168, 162, 162);
			margin: 10px;
			display: flex;
			flex-direction: column;
			justify-content: center;
		}

		.slide_icons_vs i {
			margin: 0 auto;
			color: rgb(127 53 67);
			font-weight: 800;
		}


		
		.slide img {
			/* max-width: 500px; */
			/* height: 500px; */
			/* margin: 0 auto; */
			width: 100%;
			height: 100%;
			/* object-fit: contain; */
		}


		.slide p:nth-of-type(1) {
			font-size: 18px;
			padding-bottom: 8px;
			padding-top: 10px;
			font-weight: 700;
			font-family: 'Montserrat', sans-serif;
		}


		.slide p:nth-of-type(2) {
			font-size: 16px;
			padding-bottom: 8px;
			font-family: 'Montserrat', sans-serif;
		}

		.slide p:nth-of-type(3) {
			font-size: 14px;
			color: rgb(88, 85, 85);
		}


		
		.fade {
			animation-name: fade;
			animation-duration: 2s;
			
		}
		
		@keyframes fade {
			from {opacity: .4} 
			to {opacity: 1}
		}
		
		/* Touch swipe */
		.swipe-left {
			transform: translateX(-100%);
		}
		
		.swipe-right {
			transform: translateX(0);
		}
		
		.dots-container {
			display: flex;
			justify-content: center;
			align-items: center;
			margin-top: 20px;
		}
		
		.dot3 {
			width: 5px;
			height: 5px;
			background-color: #000000;
			border-radius: 50%;
			cursor: pointer;
			margin: 0 10px;
			transition: transform .3s ease-in-out, background-color .3s ease-in-out;
		}
		
		.dot3.active {
			width: 10px;
			height: 10px;
			background-color: #782535;
		}



		.footer_container {
			flex-direction: column;
		}


		.header__logo-container {
			height: 0px;
		}



		.footer__list {
			justify-content: space-around;
		}


		.subscribe__form {
			height: 46px;
			margin: 0;
			display: flex;
			margin: 0 37px;
			margin-bottom: 31px;
		}

		.subscribe {
			font-size: 16px;
			margin-left: 35px;
		}


		.footer__socials {
			display: flex;
			flex-direction: column;
			gap: 10px;
			margin: 0;
			align-content: space-around;
			flex-wrap: wrap;
			margin-top: 26px;
		}



		.footer {
	
			padding: 0px;
	        overflow: hidden;
		}



		.footer__geolocation-list {
		
			padding: 0px 22px;
		
		}




}






















		
.slideshow-container2 {
	position: relative;
	max-width: 967px;
	height: 600px;
	overflow: hidden;
	/* background-color: red; */
	margin-top: 30px;

	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard syntax */


}

.slide2 {
	max-width: 300px;
	height: 500px;
	display: none;
	transition: opacity 1s ease-in-out;
	
	margin: 0 auto;
	position: relative;
	/* background-color: red; */
}

.slide_icons2 {
	max-width: 300px;
	height: 50px;
}

.slide_icons2 {
	position: absolute;
	width: 100%;
	height: 40px;
	/* background-color: red; */
	display: flex;
	justify-content: flex-end;
}


.slide_icons_vs2 {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	/* background-color: red; */
	border: 1px solid rgb(168, 162, 162);
	margin: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.slide_icons_vs2 i {
	margin: 0 auto;
	color: rgb(127 53 67);
	font-weight: 800;
}



.slide2 img {
	/* max-width: 500px; */
	/* height: 500px; */
	/* margin: 0 auto; */
	width: 100%;
	height: 100%;
	user-select: none; /* Отключает выделение текста внутри элемента */
  pointer-events: none; /* Отключает события мыши для элемента */
	/* object-fit: contain; */
}


.slide2 p:nth-of-type(1) {
	font-size: 18px;
	padding-bottom: 8px;
	padding-top: 10px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}


.slide2 p:nth-of-type(2) {
	font-size: 16px;
	padding-bottom: 8px;
	font-family: 'Montserrat', sans-serif;
}

.slide2 p:nth-of-type(3) {
	font-size: 14px;
	color: rgb(88, 85, 85);
}



.fade2 {
	animation-name: fade;
	animation-duration: 2s;
	
}

@keyframes fade2 {
	from {opacity: .4} 
	to {opacity: 1}
}

/* Touch swipe */
.swipe-left2 {
	transform: translateX(-100%);
}

.swipe-right2 {
	transform: translateX(0);
}

.dots-container2 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -127px;
	position: relative;
	/* left: 0; */
	/* top: 10px; */
}

.dot4 {
	width: 5px;
	height: 5px;
	background-color: #00000000;
	border: 1px solid #ffffff;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 10px;
	transition: transform .3s ease-in-out, background-color .3s ease-in-out;
}

.dot4.active2 {
	width: 10px;
	height: 10px;
	background-color: #ffffff;
}





.shapka_lvl_1_icon_icon_post {
	position: relative;
}


.corzine_ff1 {
	width: 362px;
    min-height: 300px;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 96px;
    z-index: 9999;
}


.corzine_ff1_top {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    transform: rotate(50deg);
    position: absolute;
    right: 10px;
    top: -4px;
}

.corzine_ff1_text {
	width: 100%;
	height: 50px;
	/* background-color: red; */
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 5;
}

.corzine_ff1_text p {
	color: #535151;
	font-family: 'Montserrat', sans-serif;
	margin: 20px 20px;
	display: flex;
    align-items: center;
	
}

.corzine_ff1_text span {
	font-family: 'Montserrat', sans-serif;
}

.corzine_ff1_text i {
	margin-left: 10px;
}


.corzine_ff1_text_product {
	width: 350px;
	height: 300px;
	/* background-color: red; */
	margin: 0 auto;
	overflow: auto;
}




.corzine_ff1_text_product_sub_list {
	width: 333px;
	height: 158px;
	/* background-color: rgb(78, 228, 9); */
	display: flex;
	border-bottom: 1px solid rgba(75, 75, 75, 0.116);
	margin-top: 6px;
}



.corzine_ff1_text_product_sub_list_l1 {
	width: 92px;
	height: 150px;
	/* background-color: rgb(214, 39, 39); */
}

.corzine_ff1_text_product_sub_list_l1 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}





.corzine_ff1_text_product_sub_list_l2 {
	width: 238px;
	height: 150px;
	background-color: rgb(255, 255, 255);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.corzine_ff1_text_product_sub_list_l2 p {
	margin-top: 10px;
	margin-left: 20px;
	text-align:left
}


.corzine_ff1_text_product_sub_list_l2 span {
	display: flex;
	justify-content: space-between;
}

.corzine_ff1_text_product_sub_list_l2 span p {
	display: flex;
}



.corzine_ff1_text_product_sub_list_l1_ps {
	text-decoration: underline;
	
}



.corzine_ff1_text_product_sub{
	width: 350px;
	height: 64px;
	background-color: rgba(241, 226, 226, 0.062);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}



.corzine_ff1_text_product_sub p{
	display: flex;
    justify-content: space-between;
}



.corzine_ff1_text_product_sub2{
	width: 350px;
	height: 90px;
	background-color: rgba(241, 226, 226, 0.062);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	margin-top: 13px;
}


.corzine_ff1_text_product_sub2 button {
	background-color: #000000;
	padding: 15px 0px;
	color: #fff;
	font-weight: 500;
}


.corzine_ff1_text_product_sub2 a {
	margin-top: 15px;
	text-align: center;
	text-decoration: underline;
	color: #5c5c5c;
	font-size: 15px;
}






.temka {
	width: 100%;
	height: 100%;
	background-color: rgba(3, 3, 3, 0.24);
	position: fixed;
	z-index: 9999;
	top: 110px;
	backdrop-filter: blur(2px);
}


/* *************************************** Только главная  ******************************************* */
















/* *************************************** Только каталого ******************************************* */



.catalogsss {
    max-width: 1570px;
    min-height: 50px;
    /* background-color: red; */
    margin: 216px auto 41px auto;
    overflow: hidden;
}




.catalogsss_ul {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	/* background-color: red; */
	width: 300px;
	font-size: 15px;
}

.catalogsss_ul li {
	margin: 5px;
}

.catalogsss_ul li a {
	color: #000000;
}

.catalogsss h1 {
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	margin-top: 10px;
}




.catalogsss_ul_minicatalog {
	max-width: 1570px;
    min-height: 234px;
    height: 100px;
    /* background-color: red; */
    margin-top: 30px;
    display: flex;
    justify-content: center;
}



.catalogsss_ul_minicatalog_li {
	width: 200px;
	height: 234px;
	/* background-color: rgb(28, 243, 0); */
}


.catalogsss_ul_minicatalog_li_omg {
	width: 154px;
	height: 154px;
	/* background-color: rgb(28, 243, 0); */
	margin: 0 auto;
}

.catalogsss_ul_minicatalog_li_omg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}



.catalogsss_ul_minicatalog_li_text {
	width: 200px;
	height: 64px;
	margin-top: 15px;
	/* background-color: rgb(207, 149, 23); */
}


.catalogsss_ul_minicatalog_li_text p {
	text-align: center;
	font-size: 20px;
	
}

.catalogsss_ul_minicatalog_li_text p a{
	color: #000000;
}







.catalogsss_ssd {
	max-width: 1570px;
	min-height: 40px;
	/* border-bottom: 1px solid rgb(187, 186, 186); */
	/* background-color: red; */
	position: relative;
	display: flex;
	justify-content: center;
}


.catalogsss_ssd p {
	margin: 25px;
	font-size: 18px;
}


















/* ***************************************** product *************************** */










.product {
	max-width: 1570px;
	min-height: 800px;
	/* background-color: rgb(241, 241, 241); */
	margin: 220px auto;
}



.product_verh {
    max-width: 1243px;
    min-height: 50px;
    display: flex;
    /* justify-content: space-between; */
    /* background-color: rgb(197, 197, 197); */
    margin: 0 auto;
	padding: 0 26px;
}



.product_verh_img {
	max-width: 700px;
	min-height: 598px;
	/* background-color: rgb(219, 164, 164); */
	/*  */
}





.product_verh_img_x4_img {
	max-width: 700px;
	height: 400px;
	/* background-color: #c0abab; */
	display: flex;
	margin: 9px 0px;
}


.product_verh_img_x4_img_img {
	max-width: 227px;
	height: 400px;
	/* background-color: red; */
	margin: 0px 5px;
}

.product_verh_img_x4_img_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}









.product_verh_img_x5_img {
	max-width: 597px;
	height: 745px;
	/* background-color: #c0abab; */
	display: flex;
	margin: -115px 0px;
}


.product_verh_img_x5_img_img {
	max-width: 375px;
	height: 745px;
	/* background-color: red; */
	margin: 0px 5px;
}

.product_verh_img_x5_img_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}




.product_verh_img_x6_img {
	max-width: 770px;
	height: 745px;
	/* background-color: #c0abab; */
	display: flex;
	margin: 9px 0px;
}


.product_verh_img_x6_img_img {
	max-width: 744px;
	height: 745px;
	/* background-color: red; */
	margin: 0px 5px;
}

.product_verh_img_x6_img_img img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}







.product_verh_img_list {
    max-width: 110px;
    height: 756px;
    /* background-color: rgb(10, 180, 81); */
    scrollbar-width: none;
    overflow-y: auto;
    padding: 27px 0px;
    margin-left: 0px;
	margin-top: 38px;
	display: flex;
	flex-direction: column;
}


.product_verh_img_list_img {
	max-width: 83px;
	min-height: 100px;
	/* background-color: rgb(221 221 221); */
	margin: 19px 0;
	
}

.product_verh_img_list_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}












.product_verh_go {
	width: 555px;
	min-height: 601px;
	/* background-color: rgb(219, 164, 164); */
	margin-left: auto;
}

.product_verh_go h1 {
	font-size: 25px;
	/* font-weight: 800; */
}



.product_verh_go p {
	font-size: 13px;
	margin-top: 10px;
}






.smotra_as_info_button2_tablep {
	max-width: 555px;
	min-height: 25px;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	/* background-color: rgb(106, 6, 206); */
}



.smotra_as_info_button2_tablep table {
	width: 100%;
	border-collapse: collapse;
}
.smotra_as_info_button2_tablep th, td {
	border: 1px solid rgba(0, 0, 0, 0.034);
	height: 8px; /* Высота строки */
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	padding: 11px 15px;
}
.smotra_as_info_button2_tablep th {
	background-color: #f2f2f200;
	/* font-weight: 700; */
	
}




#color_updates {
	/* display: flex; */
}

#color_updates i {
	margin: 0px 10px;
}


.price_updates {
	/* display: flex; */
}

.price_updates i {
	margin: 0px 10px;
}





.ingossss {
	max-width: 536px;
	height: 50px;
	/* background-color: rgb(230, 224, 224); */
	display: flex;
    justify-content: space-between;
}


.ingossss_col {
	width: 150px;
	height: 50px;
	/* background-color: red; */
}

.ingossss_col p:nth-child(1) {
	font-size: 10px;
	color: #838383;
}

.ingossss_col p:nth-child(2) {
	font-size: 20px;
	font-weight: 800;
}


.ingossss_col2 {
	text-align: right;
}



#dasdaddasd {
display: block;
    padding: 15px 0px 15px 0px;
    background-color: rgb(0, 0, 0);
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 5px;
    margin-bottom: 18px;
    width: 86%;
    margin: 0 auto;
    margin-top: 16px;
}




.haractiristic {
	width: 555px;
	height: 150px;
	/* background-color: rgba(70, 3, 3, 0.842); */

}






.table1 {
	width: 50%;
	/* border-collapse: collapse; */
	margin: 20px 0;
	width: 100%;
}
th, td {

	padding: 8px;
	text-align: center;
}
/* Стили для первой таблицы */
.table1 th {
	background-color: #f2f2f265;
	color: rgb(44, 44, 44);
}
.table1 tr:nth-child(even) {
	background-color: #f2f2f265;
}


.dasdsadas_haractiristic {
	font-size: 23px;
	margin-top: 40px;
	margin-left: 22px;
	/* font-weight: 700; */
}



.dsddasdasdas_niz {
	max-width: 1199px;
	min-height: 227px;
	margin: 54px auto;
	/* background-color: rgb(233, 227, 227); */
	display: flex;
	justify-content: space-between;
	/* border: 1px solid red; */
}


.dsddasdasdas_niz_otziv {
	max-width: 650px; /* Ограничение максимальной ширины */
    width: 100%; /* Занимает всю доступную ширину контейнера */
    min-height: 227px;
    /* background-color: red; */
	/* border: 1px solid red; */
}


.dsddasdasdas_niz_otziv_menu {
	max-width: 650px; /* Ограничение максимальной ширины */
    width: 100%; 
    height: 50px;
    /* background-color: red; */
	/* border: 1px solid red; */
}

.dsddasdasdas_niz_otziv_menu ul {
	display: flex;
}



.dsddasdasdas_niz_otziv_menu ul li {
	 max-height: 500px;
	font-size: 20px;
	margin: 0px 30px 0 0px;
	color: #1b1b1b;
	transition: max-height 0.7s ease-in-out;
	
}

.dsddasdasdas_niz_otziv2_info ul.hidden {
    max-height: 0;
	transition: max-height 0.7s ease-in-out;
	    display: none;
}









.dsddasdasdas_niz_otziv_texst_lbl1 {
	max-width: 650px; /* Ограничение максимальной ширины */
    width: 100%; 
    min-height: 50px;
    /* background-color: red; */
	/* border: 1px solid red; */
	font-size: 20px;
	margin-top: 30px;
}







.dsddasdasdas_niz_otziv_menu_avtive {
	text-decoration: underline;
    text-underline-offset: 0.5em; /* Отступ вниз */
}






.dsddasdasdas_niz_otziv2 {
    --max-width: 600px;
    --border-radius: 12px;
    --box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    --transition: all 0.3s ease;

    max-width: var(--max-width);
    width: 100%;
    min-height: 227px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    padding: 24px;
    margin: 0 auto;
    transition: var(--transition);
}

.dsddasdasdas_niz_otziv2:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.dsddasdasdas_niz_otziv2_info {
    max-width: var(--max-width);
    width: 100%;
    min-height: 18px;
    background-color: #f5f7fa;
    padding: 16px 20px;
    border-radius: 8px;
    border-bottom: 1px solid rgba(195, 195, 195, 0.3);
    overflow: hidden;
    margin-bottom: 16px;
}

.dsddasdasdas_niz_otziv2_info_icon {
    max-width: var(--max-width);
    width: 95%;
    min-height: 30px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #3f3f3f;
    align-items: center;
}

.dsddasdasdas_niz_otziv2_info ul {
    margin: 16px 0 0 25px;
    max-width: 563px;
    max-height: 416px;
    font-size: 15px;
    list-style-type: none;
    padding: 0;
}

.dsddasdasdas_niz_otziv2_info ul li {
    margin: 8px 0;
    color: #767676;
    position: relative;
    padding-left: 24px;
    line-height: 1.5;
}

.dsddasdasdas_niz_otziv2_info ul li::before {
    content: "•";
    color: #046900;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.dsddasdasdas_niz_otziv2_info ul li a {
    color: #046900;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
    padding: 4px 0;
}

.dsddasdasdas_niz_otziv2_info ul li a:hover {
    color: #005a00;
    text-decoration: underline;
    text-underline-offset: 0.3em;
}

/* Адаптивность */
@media (max-width: 768px) {
    .dsddasdasdas_niz_otziv2 {
        padding: 16px;
        min-height: 200px;
    }
    
    .dsddasdasdas_niz_otziv2_info_icon {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }
    
    .dsddasdasdas_niz_otziv2_info ul {
        margin-left: 16px;
    }
}

@media (max-width: 480px) {
    .dsddasdasdas_niz_otziv2 {
        padding: 12px;
    }
    
    .dsddasdasdas_niz_otziv2_info ul li {
        padding-left: 20px;
        font-size: 14px;
    }
}













.dsddasdasdas_niz_list {
	max-width: 1398px;
	min-height: 427px;
	margin: 54px auto;
	/* background-color: rgb(233, 227, 227); */
	/* border: 1px solid red; */
}


.dsddasdasdas_niz_list_h1 {
	max-width: 1398px;
	height: 60px;
	/* border: 1px solid red; */
	font-size: 45px;
}



.dsddasdasdas_niz_list_menu {
	max-width: 1398px;
	height: 70px;
	/* border: 1px solid red; */
}

.dsddasdasdas_niz_list_menu button {
	font-size: 25px;
	border: 1px solid rgb(204, 204, 204);
	margin: 0px 10px 0 0px;
	padding: 12px 25px 12px 25px;
	border-radius: 50px;
	background-color: #ffffff00;
	box-shadow: 0px 1px 1px 0px rgba(204, 204, 204, 0.568);
}







.dsddasdasdas_niz_list_product {
	max-width: 1398px;
	min-height: 390px;
	margin-top: 20px;
	/* background-color: rgb(233, 227, 227); */
	/* border: 1px solid red; */
	white-space: nowrap; /* Запрещает перенос строк */
	
	
}


.dsddasdasdas_niz_list_product_i {
    width: 260px;
    height: 452px;
	display: inline-block;
	margin: 0px -23px 0 0px;
	/* background-color: red; */
}

.dsddasdasdas_niz_list_product_i_img {
	width: 214px;
	height: 396px;
	/* background-color: rgb(21, 223, 38); */
}



.dsddasdasdas_niz_list_product_i_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


.dsddasdasdas_niz_list_product_i_text {
	width: 221px;
	height: 100px;
	/* background-color: red; */
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	font-size: 20px;
	}


	.dsddasdasdas_niz_list_product_i_text a {
		color: #040404;
	}





/* ***************************************** product *************************** */

 .itogssss {
                                                                                max-width: 1500px;
                                                                                margin: 0 auto;
                                                                                padding-top: 248px;
                                                                            }


																			.delivery-name {
																				    padding-right: 21px;
																			}

																			.delivery-cost {
																				padding-right: 16px;
																			}


																			.delivery-name {
																				padding-left: 20px;
																			}



                                                                            .smotra_corzine_l33 {
                                                                            max-width: 453px;
                                                                            height: 263px;
																			margin: 11px;
                                                                            /* margin: 0 auto; */
                                                                            /* background-color: rgba(151, 147, 147, 0.137); */
                                                                            border-top: 1px solid rgba(43, 43, 43, 0.089);
                                                                            /* position: absolute; */
                                                                            bottom: 10px;
                                                                            /* margin-left: 20px; */
                                                                            display: flex;
                                                                            flex-direction: column;
                                                                            float: right;
                                                                        }



                                                                        .smotra_corzine_l33 button:nth-child(2) {
                                                                        padding: 15px 0px 15px 0px;
                                                                        background-color: rgba(255, 0, 0, 0);
                                                                        border: 1px solid rgba(196, 196, 196, 0.288);
                                                                        border-radius: 5px;
                                                                        margin-bottom: 18px;
                                                                    }


                                                                        .smotra_corzine_l33 button:nth-child(3) {
                                                                            padding: 15px 0px 15px 0px;
                                                                            background-color: rgb(0, 0, 0);
                                                                            color: #ffffff;
                                                                            text-transform: uppercase;
                                                                            border-radius: 5px;
                                                                            margin-bottom: 18px;
                                                                        }



                                                                        #fdsfsdfsdfsdfdsf{
                                                                        padding: 15px 22px 17px 22px;
                                                                            background-color: rgb(0, 0, 0);
                                                                            color: #ffffff;
                                                                            text-transform: uppercase;
                                                                            border-radius: 5px;
                                                                            margin-bottom: 18px;
                                                                            display: block;
                                                                           margin: 25px auto;
                                                                        }



.newssssssss{
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}







@media(max-width:968px){


.carta_text_as {  

	left: 0%;

}

.carta_text_as h3 {
    font-size: 19px;
    color: #000000;
}



.carta_text_as {
    min-width: 100px;
    height: 40px;
    background-color: rgb(255 255 255);
    position: absolute;
    top: 0;
    margin: 0 auto;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

    .shapka_lvl_m2_img img {
        width: 58%;
        height: 40%;
        object-fit: contain;
        margin-left: 16px;
        margin-top: 13px;
    }

	    .shapka_lvl_m2_icon svg {
        width: 51%;
        height: 51%;
        /* object-fit: contain; */
    }

	    .shapka {
        width: 100vw;
        height: 75px;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        background-color: rgb(255 255 255);
        border-bottom: 2px solid #c9c9c99c;
    }

	    .shapka_lvl_m2_icon {
        max-width: 100px;
        height: 86px;
        /* background-color: red; */
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

	.shapka_lvl_m2_icon {
         height: 80px;
	}


	.icon-header {
		    top: 4px;
  		    position: relative;
	}




.product_verh {
   
    flex-direction: column;
	    align-items: center;
}


.product_verh_img_list {

    display: none;
}



.dsddasdasdas_niz_list {

    display: none;
}

.dsddasdasdas_niz {

    flex-direction: column;
}


.product_verh_img {
    max-width: 488px;
 
}


.product_verh_go {
            width: 339px;

}


    .product_verh_img_x4_img {
        width: 341px;
    }


.smotra_as_info_button2_tablep {
    max-width: 346px;
}


.ingossss {
            max-width: 349px;
        margin: 0 25px;

}

.dsddasdasdas_niz_otziv_menu ul li {
    font-size: 13px;
    margin: 0px 30px 0 0px;
    color: #1b1b1b;
}



.haractiristic {
    width: 335px;
}

.dsddasdasdas_niz_otziv_menu ul {
    display: flex;
    justify-content: center;
}


.dsddasdasdas_niz_otziv_texst_lbl1 {
    padding-left: 34px;
}


.product {
    margin: 75px auto;
	overflow: hidden;
}


.dsddasdasdas_niz_otziv2_info {
    max-width: 575px;
    width: 93%;
    margin: 0 auto;
}


.product_verh_img_x4_img_img {
    width: 227px;
    height: 289px;
    /* background-color: red; */
    margin: 0px 5px;
}


.product_verh_img_x4_img {

    height: 292px;
    /* background-color: #c0abab; */
    display: flex;
    margin: 3px 0px;
}



.smotra_corzine_l2_product {
    max-width: 379px;
}


.smotra_corzine_l3 {
    max-width: 380px;
	width: 100%;

}



.smotra_corzine_l3_text {
    max-width: 374px;
    margin: 12px;

}


.product_verh_go{
	   margin-left: initial;
}


.product_verh_img_x4 {
	    display: flex;
    flex-direction: column;
    align-items: center;
}

.newssssssss {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.customer-form {
	margin-top: 27px;
}


.itogssss {
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 72px;
}


.smotra_corzine_l33 {
	margin: 0px;
}


.delivery-block {
    margin: 0px;
}


.smotra_corzine_l33 {
	    height: 159px;
}


.smotra_corzine_l2222 tr {
	display: block;
}


.product_verh_go h1 {
    margin-left: 15px;
}

.product_verh_go p {
    margin-left: 15px;
}





.unselectable thead {
	display: none;
}


.catalogsss {
   
    min-height: 30px;
   
    margin: 76px auto 0px auto;

}

.catalogsss_ssd p {
    margin: 9px;
    font-size: 13px;
}


    .product_verh_img_x5_img {
        max-width: 597px;
        height: 260px;
        /* background-color: #c0abab; */
        display: flex;
        margin: 5px 0px;
    }

.product_verh_img_x5_img_img {
    max-width: 375px;
    height: 260px;
    /* background-color: red; */
    margin: 0px 5px;
}



.product_verh_img {
    min-height: 272px;
}


  #tables448 {
	display: none;
  }


 
	


}