/*======== Banners (Общее для всех банеров) ==========*/
.b_main_color{
	color: #FFD203;
}

/*======== кнопки ==========


.b_btn{
	padding: 10px 38px;
	color: #fff;
	background-color: #292929;
	display: inline-block !important;
	margin-top: 64px;
	font-size: 16px;
	width: max-content;
}
.b_btn svg{
	margin-left: 20px;
}

.b_main_bgc{
	background-color: #FFD203;
}
.b_balck_bgc{
	background-color: #292929;



}*/

/*======== цвет кнопки ==========*/


.b_main_bgc{
	background-color: #FFD203; /* желтый */
	color: #292929;
}

.b_balck_bgc{
	background-color: #292929; /* черный */
	color: #ffffff;
}


.b_white_bgc{
	background-color: #ffffff; /* белый */
	color: #292929;
}


.btn_outlined {
    border: 1px solid #292929; /* нет цвета, только бордер */
}



/*======== кнопка ==========*/

.btn_my {
    display: inline-block;
    padding: 10px 30px; /* Увеличенные внутренние отступы */
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    min-width: 255px; /* Минимальная ширина кнопки */
	height: max-content;
 }
  
  

  
/*======== картинка ==========*/ 
  
.btn_my.btn_arrow:after, 
.btn_my.btn_cart:after, 
.btn_my.btn_favorites:after, 
.btn_my.btn_arrow_w:after {
    position: absolute;
    right: 22px;
    top: 51%;
    transform: translateY(-50%); /* Выравнивание иконки вертикально по центру */
	/*padding-right: 5px;*/
}
  
.btn_my.btn_arrow:after {
    content:  url('/components/templates/banners/img/vector_1.svg'); /* Иконка стрелка темная" */
  }
  
  
.btn_my.btn_arrow_w:after {
    content:  url('/components/templates/banners/img/vector_2.svg'); /* Иконка стрелка светлая" */
  }
  
  
.btn_my.btn_cart:after {
    content:  url('/components/templates/single_product/img/Cart.svg'); /* Иконка "корзина" */
  } 
  
  
.btn_my.btn_favorites:after {
    content:  url('/components/templates/single_product/img/Favorites.svg'); /* Иконка "палец" */
 }  
  

/*======== ******** ==========*/

.b_row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.b_column{
	display: flex;
	flex-direction: column;
}
.b_title{
	margin-bottom: 68px;
}

.b_text{
	display: flex;
	margin-top: 40px;
}
.b_text p span{
	margin-bottom: 10px;
	display: inline-block;
}


.b_text_before{
	margin-right: 40px;
}

/*@media screen and (max-width: 992px){
	.b_btn{
		margin-top: 40px;
		margin-bottom: 40px;
	}

}*/


/*======== Banner 1 =========*/
.banner_1 .b_column_left{
	width: 57%;
}
.banner_1 .b_text{
	max-width: 558px;
}
.banner_1 .b_text_before{
   line-height: 105px;
}

.banner_1 .btn_my{
	margin-left: 112px;
	margin-top: 55px;
    text-align: left;
}

/*.banner_1 .b_btn{
	margin-left: 104px;
}*/
.banner_1 .b_column_right{
	width: 40%;
	margin-top: 10px;
	flex-direction: column;
}
.banner_1_img{
	height: calc(50% - 20px);
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}


.banner_1_img img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


@media screen and (max-width: 992px){
	.banner_1 .b_column_right, .banner_1 .b_column_left{
		width: 100%;
	}
	.banner_1_img img{
		position: unset;
		height: unset;
	}

	.banner_1 .b_column_right{
		margin-top: 63px;}

	/*.b_btn{
		margin-top: 40px;
		margin-left: 40px;
	}*/

}

@media screen and (max-width: 576px){
	.banner_1 .b_text{
		display: flex;
		flex-direction: column;
	}
	
	
	
	
	
	/*.b_btn{
		margin-left: unset !important;
		text-align: center;
	}*/
}


/*======== Banner 2 =========*/

.banner_2 .b_column_left{
	width: 52%;
}
.banner_2 .b_column_right{
	width: 46%;
	margin-top: 10px;
}
.banner_2 .b_text{
	max-width: 558px;
}
.banner_2 .b_text_before{
	margin-top: -35px;
	line-height: 90px;
} 

.banner_2 .btn_my{
	margin-left: 73px;
	margin-top: 55px;
    text-align: left;
}

/*.banner_2 .b_btn{
	margin-left: 73px;
}*/

.banner_2_img{
	height: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.banner_2_img img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


@media screen and (max-width: 992px){
	.banner_2 .b_column_left,  .banner_2 .b_column_right{
	    width: 100%;
	}
	
	.banner_2 .b_column_right{
		margin-top: 63px;}
	
	.banner_2_img img{
		position: unset;
		height: unset;
	}
}
 

/*======== Banner 3 =========*/
.banner_3 .b_text{
	width: calc(50% - 20px);
}
.banner_3 .b_text_before{
	margin-top: -35px;
	line-height: 90px;
}

.banner_3 .btn_my{
	margin-left: 73px;
	margin-top: 55px;
    text-align: left;
}

.banner_3_img_block{
	margin-top: 63px;
    text-align: left;
}
.banner_3_img{
	width: 27%;
	border-radius: 10px;
	overflow: hidden;
	max-height: 309px;
	overflow: hidden;
}
.banner_3_img:first-child{
	width: 40%;
}
.banner_3_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 992px){
	.banner_3 .b_text {
	    width: 100%;
	}
	
	.banner_3_img{
		width: 100% !important;
		margin-bottom: 20px;
		
	}
}

/*======== Banner 4 =========*/

.banner_4{
	background-image: url('/components/templates/banners/img/b4_fon.webp');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 46px 10px;
	text-align: center;
	color: #fff;
	border-radius: 10px;
}
.banner_4 .b_title{
	color: rgba(255, 255, 255, 0.0);
    -webkit-text-stroke: 2px white;
    margin-bottom: 35px;
}

.banner_4 .btn_my{
	margin-top: 25px;
	text-align: left;
}


.banner_4 .b_subtitle{
	margin-bottom: 20px;
}


@media screen and (max-width: 991px){

.banner_4 .b_title {
	font-size: 54px;
    line-height: 60px;}
	
.banner_4 .b_subtitle{
		font-size: 27px;}
}


@media screen and (max-width: 576px){

.banner_4 .b_title {
	font-size: 40px;
    line-height: 50px;}

}

/*======== Banner 4_1 =========*/

.banner_4_1 .font_hight{
	font-size: 80px;
	margin-right: 30px;
	font-weight: 900;
}
.banner_4_1_item{
	display: flex;
	width: 32%;
	align-items: center;
}
.banner_4_1_item p{
	color: #6e6e6e;
}
@media (max-width: 992px){
	.banner_4_1_item{
		width: 100%;
		margin-bottom: 35px;
	}
	.banner_4_1 .b_title{
		margin-bottom: unset;
	}
	.banner_4_1 .font_hight{
		font-size: 42px;
	}
	
}

/*======== Banner 5 =========*/
.b_title_h1{
	font-family: 'Raleway-Black';
     font-size: 287px;
}
.banner_5 .b_title_h1{
	text-transform: uppercase;
}
.banner_5_fon{
	margin-top: -128px;
	width: 100%;
	overflow: hidden;
	padding: 1px;
}
.banner_5_fon img{
	width: 100%;
}
.banner_5_links{
	margin-top: -80px;
}
.banner_5_links .b_main_bgc{
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	width: 22%;
	border-radius: 10px;
	font-size: 19px;
	font-weight: 600;
	padding: 30px 25px;
	text-align: center;
}

@media screen and (max-width: 1024px){
	.b_title_h1 {
		font-size: 224px;}
}

@media screen and (max-width: 992px){
	.b_title_h1{
		font-size: 65px;
	} 
	.banner_5_fon{
		margin-top: unset;
	}
	.banner_5_links .b_main_bgc {
		width: 49%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 576px){
	.banner_5_links .b_main_bgc {
		width: 100%;
	}
}

/*======== Banner 6 =========*/

.banner_6 .b_title{
	margin-bottom: 25px;
}
.banner_6 .b_column_left{
	width: 63%;
}
.banner_6  .b_title img{
	float: right;
	margin-right: 24px;
	margin-top: 20px;
}
.banner_6_social .font_hight{
	font-size: 19px;
	margin-right: 45px;
}
.banner_6_social{
	display: flex;
}
.banner_6_social a{
	margin-right: 18px;
}
.banner_6_img_block{
	margin-top: 23px;
}
.banner_6_img{
	width: 27%;
	border-radius: 10px;
	overflow: hidden;
	max-height: 309px;
	overflow: hidden;
}
.banner_6_img:first-child{
	width: 38%;
}
.banner_6_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner_6_black{
	color: #fff;
	margin-top: 31px;
	border-radius: 10px;
	padding: 22px 87px 22px 33px;
	background-color: #292929;
}
.banner_6_black .font_hight{
	font-size: 35px;
}
.banner_6_black .b_main_color{
	font-size: 45px;
	margin-top: 16px;
}
.banner_6_black .b_main_color span{
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}
.banner_6 .b_column_right{
	width: 34%;
	border-radius: 10px;
	overflow: hidden;
}
.banner_6 .b_column_right img{
	width: 100%;
	object-fit: cover;
}
@media screen and (max-width: 1200px){
	.banner_6 .b_column_right{
		display: none;
	}
	.banner_6 .b_column_left{
		width: 100%;
	}
}
@media screen and (max-width: 768px){
	.banner_6_black .font_hight{
		font-size: 21px;
	}
	.banner_6_black{
		padding: 22px 33px 22px 33px;
	}
	.banner_6_black .b_main_color div{
		width: 45%;
	}
}

@media screen and (max-width: 576px){
	.banner .b_column{
		flex-direction: column-reverse;
	}
	.banner_6_img {
	    width: 47.5%;
	}
	.banner_6_img:first-child {
	    width: 100%;
	    margin-bottom: 23px;
	}
	.banner_6 .b_title img{
		width: 80px;
		margin: 0;
	}
	.banner_6 .b_title {
	    margin-bottom: 46px;
	}
	
	.banner_6_social .text_social {
		font-size: 14px;
		margin-right: 16px;
		display: none;}
		
	.banner_6_social {
		align-items: center;}
	
}




/*======== Banner 7 =========*/

.banner_7{
	align-items: center;
	background-image: url('/components/templates/banners/img/banner_7/b7_fon.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
	overflow: hidden;
	padding: 22px 37px;
	color: #fff;
}
.banner_7 .font_hight{
	font-size: 45px;
	margin-bottom: 20px;
}
.banner_7 .b_column_left{
	width: 33%;
}
.banner_7 .b_column_right{
	width: 58%;
}
.banner_7 .b_column_right img{
	width: 100%;
}
@media screen and (max-width: 1200px){
	.banner_7 .font_hight{
		font-size: 30px;
	}
}

@media screen and (max-width: 992px){
	.banner_7 .b_column_right, .banner_7 .b_column_left{
		width: 100%;
		text-align: center;
	}
	.banner_7 .font_regular{
		margin-bottom: 20px;
	}
	
}


/*======== Banner 8 =========
.banner_8{
	margin: 65px 0;
}
.b8_column{
	border-radius: 10px;
	color: #fff;
	text-align: center;
	width: calc(33.3% - 60px);
	
	padding-bottom: 66px;
}
.b8_column:not(:last-child){
	margin-right: 20px;
}
.b8_column img{
	display: block;
	margin: 0 auto;
}
.b8_column img:first-child{
	margin-top: -104px;
	margin-bottom: 15px;
	max-height: 173px;
}
.b8_column .font_regular{
	margin-top: 25px;
	padding: 0 46px;
}
.banner_8 .flickity-slider{
		display: flex !important;
		justify-content: space-between;
		flex-wrap: wrap;
	}
@media screen and (max-width: 992px){
	.b8_column{
		width: 100%;
	}
}*/


/*======== Banner 8 NEW =========*/
/* .banner_container{border: 3px solid silver;}
.banner_card{border: 3px solid red;}
.card_content{border: 3px solid blue;}
.text_content{border: 3px solid rgb(0, 255, 47);} */


.banner_container{
	display: flex;
	overflow-x: hidden;	
	text-align: center;
}

.text_content{
	padding: 18% 8%;
	border-radius: 10px;
}

.banner_card{	
	min-width: calc(90% / var(--width));
	width: calc(90% / var(--width));
}

.banner_card:not(:last-child){margin-right: 4.5%;}

.banner_card img{	max-width: 100%;}
.banner_card .text{min-height: 90px;}

.banner_card .foto{
	margin-bottom: -70px;
	max-width: 80%;
	height: 175px;
	object-fit: contain;
}

.banner_card {--width: 3;}


@media screen and (max-width: 992px){
	.banner_card .text {
		min-height: 130px;}
	
}

@media(max-width: 768px){.banner_card {--width: 2.05;}}
@media(max-width: 572px){.banner_card {--width: 1;}}



/*======== Banner 9 =========*/
/* Перенесен в main_slider  */



/*======== Banner 10 =========*/

.banner_10_fon{
	padding: 48px 57px;
	border-radius: 10px;
}

.banner_10 .b_column_left{
	width: 35%;
}
.banner_10 .b_column_right{
	position: relative;
	width: 65%;
}
.banner_10 .b_column_right img{
    position: absolute;
    left: 0;
    top: 50%;
	transform:translateY(-60%);
    width: 100%;
}

.banner_10 .btn_my{
	margin-top: 30px;
}

/*.banner_10 .b_btn{
	margin-top: 30px;
	background-color: #fff;
	color: var(--color-text-stage);
}*/

.banner_10 .font_hight{
	font-size: 59px;
	text-transform: uppercase;
	white-space: nowrap;
}
.banner_10 .font_regular{
	font-weight: 600;
	font-size: 17px;
	text-transform: uppercase;
	margin-top: 30px;
}


@media screen and (max-width: 1200px){
	.banner_10 .font_hight{
		font-size: 45px;
	}
	.banner_10 .font_regular{
		margin-top: 12px;
	}
	/*.banner_10 .b_btn{
		margin-top: 20px;
	}*/
}

@media screen and (max-width: 992px){
	
	.banner_10_fon {
		flex-direction: column-reverse;
		padding: unset;
	}
	
	.banner_10 .b_column_left{
		width: 100%;
		padding: 25px;
	}
	
	.banner_10 .b_column_right{
		width: 100%;
	}
	
	.banner_10 .b_column_right img{
		position: unset;
		margin-top: -81px;
		transform: translateY(0%);
		width: 100%;
	}
	
	.banner_10 .btn_my{
	    text-align: left;}
	
	/*.banner_10 .b_btn{
		margin-left: unset;
		margin-bottom: unset;
	}*/
	
	 
}


/*======== Banner 11 =========*/

.banner_11{
	text-align: center;
}
.banner_11_block{
	width: 32%;
	border-radius: 10px;
	margin-top: 64px;
	padding: 32px;
	text-align: left;
}
.banner_11_block .font_regular{
	margin-top: 20px;
}
.banner_11 img{
	margin-top: 30px;
}
@media screen and (max-width: 992px){
	.banner_11_block{
		width: 100%;
		margin-top: 30px;
	}
	.banner_11 img{
		width: 100%;
	}
	.banner_11 .b_title{
		margin-bottom: 40px;
	}
}

/*======== Banner 13 =========*/

.banner_13 .b_row{
	padding: 0 40px;
	margin-top: -70px;
	margin-bottom: 40px;
}
.banner_13_card{
	width: 162px;
	height: 171px;
	border-radius: 5px;
	overflow: hidden;
}
.banner_13_card img{
	width: 100%;
	hyphens: 100%;
	object-fit: cover;
}

.banner_13 .btn_my{
	margin-top: 30px;
	text-align: left;
}


@media  (max-width: 992px){
	.banner_13_card:not(:nth-child(1)):not(:nth-child(2)){
		display: none;
	}
	.banner_13 .b_row{
		justify-content: space-around;
	}
}
@media  (max-width: 474px){
	.banner_13 .b_row{
		padding: 0 10px;
	}
	.banner_13_card{
		width: 139px;
		height: 147px;
	}
}


/*======== Banner общее =========*/

@media screen and (max-width: 767px){

.banner .b_title {
	font-size: 50px;
	line-height: 70px;
	margin-bottom: 20px;}

.banner .b_subtitle {
    font-size: 28px;}

.banner .b_text_before  {
    font-size: 65px;}
}

@media screen and (max-width: 576px){

.banner .b_title {
	font-size: 36px;
	line-height: 46px;}
	
.banner .b_subtitle {
    font-size: 22px;}



.banner_1 .btn_my, .banner_2 .btn_my, .banner_3 .btn_my {
    margin-left: unset;
    text-align: center;
    width: 100%;
}	

}













 