/*
Theme Name: led
Theme URI: https://none.com
Author: none
Author URI: https://none.com
Description: desc
*/


		      * {box-sizing: border-box;}
		      html {/* background-color: black; */ background: #F6F6F6; scroll-behavior: smooth;}
		      body {width: auto; font-family: 'Graphik LCG'; font-weight: 400; font-style: normal; font-display: swap; color: #23272C;}
		      .together_mobile {display: none;}
		      .wrapper {width: 100%; max-width: 1400px; margin: 0 auto; position: relative;}
		      .wrapper_1200 {width: 100%; max-width: 1200px; margin: 0 auto; position: relative;}
		      .red {color: #DB0000;}
		      .trans {transition: 0.3s ease;}
		      .trans:hover {cursor: pointer; transform: translate(0px, -4px);}
		      
		      .transit {transition: 0.3s ease;}
		      .transit:hover {cursor: pointer;}
		      
		      .opa_80 {}
		      .opa_80:hover {opacity: 0.8;}
		     		      
		      .opa_70 {}
		      .opa_70:hover {opacity: 0.7;}
		     		      
		      .opa_60 {}
		      .opa_60:hover {opacity: 0.6;}
		      
		      h2 {font-size: 50px; font-weight: 500; color: #23272C;}
		      
		      
		      
		      
/* SCROLLBAR */		      
/* Для Firefox */
* {
    scrollbar-color: #0b2031 #e2ebff; /* Цвет ползунка и фона */
    scrollbar-width: thin;
}

/* Для Chrome, Edge и Safari */
*::-webkit-scrollbar {
    width: 10px; /* Ширина бара */
}
*::-webkit-scrollbar-track {
    background: #e2ebff; /* Цвет фона дорожки */
}
*::-webkit-scrollbar-thumb {
    background: #0b2031; /* Цвет самого ползунка */
    border-radius: 5px;
}


.show_and_hide_filters_button {color: #0b2031; font-size: 18px; font-weight: 400; border: 1px solid #0b2031; padding: 14px 10px; text-align: center; width: 100%; max-width: 1000px; transition: 0.3s ease; display: none;
	border-radius: 12px; -webkit-border-radius: 12px;
}
.show_and_hide_filters_button:hover {cursor: pointer; transform: translate(0px, -4px); opacity: 0.6; }
	
.zagolovok {font-family: 'Manifold Extended'; color: #163e5e; text-align: center; font-size: 42px;text-transform: uppercase;}
.zagolovok .little_logo_zagolovok {width: 100%; max-width: 40px; position: relative; top: 4px; right: 12px; margin-left: 12px;}
.light_blue_color {color: #9fd4fb;}			
			
.red_gradient {
background: rgb(219,0,0);
background: -moz-linear-gradient(180deg, rgba(219,0,0,1) 0%, rgba(117,0,0,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(219,0,0,1) 0%, rgba(117,0,0,1) 100%);
background: linear-gradient(180deg, rgba(219,0,0,1) 0%, rgba(117,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#db0000",endColorstr="#750000",GradientType=1);
}			
		      
		      .header {width: 100%; min-height: 100px; max-height: 100px; position: fixed; top: 0px; z-index: 4; /* box-shadow: rgb(0 0 0 / 12%) 0px 4px 12px; */
			 
background: #D6E0EE;
background: linear-gradient(0deg, #D6E0EE, #FFFFFF);
		      }
		      .header .wrap_all_header {
			      display: flex; flex-direction: row; flex-wrap: wrap; align-content: center; justify-content: space-between;
			      align-items: center; /* padding-top: 24px; */
			      
			      display: grid;
			      grid-template-columns: minmax(178px, 0.6fr) 2.3fr minmax(124px, 0.37fr) minmax(230px, 0.7fr);
			      grid-template-rows: 1fr;
			      gap: 10px 20px;
			      grid-template-areas: ". . . .";
			      }
		      .header .logo {max-width: 178px; width: 100%; padding-top: 4px;}
		      
		      .header .wrap_header_adress_and_menu {display: flex; flex-direction: column; flex-wrap: wrap; align-content: center; justify-content: space-between; align-items: flex-start;
			      width: 100%; max-width: 548px; margin: 0 auto;
		      }
		      .header .header_location {position: relative; top: 5px; right: 8px;}
		      .header .header_adress {width: 100%; max-width: 548px; height: 40px; background: #0F293D; border-radius: 5px;
			      font-size: 16px; line-height: 24px; font-weight: 400; color: white;
				  display: flex; flex-direction: row;flex-wrap: nowrap; align-content: center; justify-content: space-between; align-items: center;}
				  
			   .header .header_adress .left_side_adr {border-right: 1px solid white; width: 49%; text-align: right; text-transform: uppercase; padding-right: 20px;}   
			   .header .header_adress .right_side_adr {width: 49%; text-align: left; font-size: 12px; line-height: 14px; font-weight: 300; color: white; padding-left: 8px;}
			   
			   .header .menu {width: 100%; max-width: 548px;}
			   .header .menu ul {display: flex; flex-direction: row; flex-wrap: nowrap; align-content: center; justify-content: space-between; align-items: center;
				    padding: 0px 8px;
			   }
			   .header .menu ul li {}
			   .header .menu ul li a {font-size: 14px; color: #144250; font-weight: 500; text-decoration: none; transition: 0.3s ease; display: block;}
			   .header .menu ul li a:hover {cursor: pointer; color: #2d8eac; transform: translate(0px, -2px);}
			   
			 
			   .header .wrap_online_and_phone {max-width: 230px; width: 100%;
				   display: flex; flex-direction: row; flex-wrap: nowrap; align-content: center; justify-content: flex-end; align-items: center; gap: 10px; justify-self: end;
			   }
			   
			   .header_online { font-size: 13px; line-height: 20px; color: #0F293D; text-align: left; font-weight: 500; padding-top: 2px;}

			   .header_online .green_dot { width: 70px; height: 22px; display: block; border-radius: 100px;
				   float: left; margin-right: 6px; position: relative; bottom: 1px; color: white; text-align: center; font-size: 12px; font-weight: 500;}
			   .header_tel {color: #0F293D; font-size: 20px; line-height: 26px; text-decoration: none; font-weight: 500; padding-top: 4px; display: block;}
			   
			   .left_side_toppest_phone {}
			   
			   .circle_phone {width: 40px; height: 40px; border-radius: 100px; -webkit-border-radius: 100px;
				    display: flex; flex-direction: row; flex-wrap: nowrap; align-content: center; justify-content: center; align-items: center;
				    transition: 0.3s ease;
			   }
			   .circle_phone:hover {cursor: pointer; opacity: 0.8;}
			   .circle_phone:hover .circle_phone_img_svg {width: 22px;}
			   .circle_phone .circle_phone_img_svg {width: 18px; transition: 0.3s ease;}
			   
		      	.wrap_header_zakaz_and_social {margin-top: 4px;
			      display: flex; flex-direction: column; flex-wrap: nowrap; align-content: space-around; align-items: stretch; justify-content: space-between;}
		      
		      
				.header_button_zakaz {width: 184px; height: 40px; background: #0F293D; border-radius: 5px; color: white;
			      	font-size: 16px; text-align: center; font-weight: 300; text-decoration: none;
			      	display: flex; flex-direction: row; flex-wrap: wrap; align-content: center; justify-content: center; align-items: center;
			      	}
				
				.wrap_all_social_header {
					margin-top: 8px; max-width: 182px;
					display: flex; flex-direction: row; flex-wrap: wrap; align-content: center; justify-content: space-between; align-items: center;}

				.wrap_all_social_header .header_social_img { width: 30px; height: 30px; display: block;}
				
				
				.open_menu {width: 48px; height: 48px; display: none;}
				
			
			.wrap_header_basket {width: 100%; max-width: 124px; height: 100px; background-color: rgba(205, 210, 227, 0.33); position: relative;
				display: flex; flex-direction: column; flex-wrap: nowrap; align-content: center; justify-content: center; align-items: center;}
    		.wrap_header_basket:hover {cursor: pointer; background-color: rgba(205, 210, 227, 0.5);}
    		.wrap_header_basket:hover .header_basket_img_svg {opacity: 0.6;}
    		.wrap_header_basket:hover .basket_text {opacity: 0.6;}
			.wrap_header_basket .header_basket_img_svg {width: 100%; max-width: 20px; height: auto; aspect-ratio: 1/1; display: block; margin: 0 auto;}	
			.wrap_header_basket .basket_text {color: #144250; text-align: center; font-size: 14px; font-weight: 500; padding: 4px 0px 0px 0px;}	
		 
		      
		      .sect_1 {position: relative; margin-top: 100px; height: 800px; width: 100%; background-position: bottom center; background-repeat: no-repeat; background-color: black;}
		      .sect_1 .wrapper {min-height: 844px; max-width: 1400px; z-index: 2; padding-top: 164px;}
		      .sect_1 .big_logo_sect_1 {width: 100px; max-width: 100px; display: block; margin: 0 auto;}
		      
		      .sect_1 .content_over_video {}
		      .sect_1 .content_over_video .h1_sect_1 {font-family: 'Manifold Extended'; font-size: 78px; text-transform: uppercase; color: white; text-align: center; padding-top: 26px;}
		      .sect_1 .content_over_video .desc_after_h1 {font-size: 34px;font-weight: 400; color: #9fd4fb; text-align: center; padding-top: 20px;}
		      
		      .sect_1 .content_over_video .wrap_two_buttons {
			      width: 100%; max-width: 580px; margin: 0 auto;
			      display: flex; justify-content: center; gap: 20px; padding-top: 46px; 
		      }
		      
.button {
display: flex; flex-direction: row; flex-wrap: nowrap; align-content: center; justify-content: center; align-items: center; text-align: center; text-decoration: none;
padding-top: 1px; font-size: 16px; font-weight: 500; letter-spacing: -0.4px; width: 100%; max-width: 258px; height: 60px; border-radius: 12px; color: white;
    /* border: 2px solid rgba(255, 255, 255, 0.74); */
	-webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.23);
    text-shadow: 0px 2px 6px rgb(0 0 0 / 27%);
    transition: 0.3s ease;
		      }
		      
		      .button:hover {cursor: pointer; transform: translate(0px,-4px);}
		      
		      .green_background {
			      background: -webkit-linear-gradient(105deg, rgb(142, 193, 38), rgb(0, 123, 36));
				  background: -moz-linear-gradient(105deg, rgb(142, 193, 38), rgb(0, 123, 36));
				  background: linear-gradient(105deg, rgb(142, 193, 38), rgb(0, 123, 36));
		      }
		      
		      .blue_background {
			      background: -webkit-linear-gradient(135deg, rgb(38, 158, 193), rgb(0, 87, 123));
				  background: -moz-linear-gradient(135deg, rgb(38, 158, 193), rgb(0, 87, 123));
				  background: linear-gradient(135deg, rgb(38, 158, 193), rgb(0, 87, 123));
		      }
		      
		        .sect_1 video {width: 100%; height: auto;
					-o-object-fit: cover;
					object-fit: cover;
					z-index: 0;
					/* min-height: 806px; */
					min-height: 800px;
					max-height: 800px;
					bottom: 0px;
					top: 0px; right: 0px;
					position: absolute;
				}
		        
.spinner {width: 100px; height: 100px; transform-origin: center center; animation: spin 2s linear infinite; }

			  @keyframes spin {
			    0% { 
				transform: rotate(0deg); 
				  }
			    100% { 
			    transform: rotate(360deg); 
				  }
				}

		 
.line_between {width: 100%; height: 24px; background-image: url(img/line.png); background-position: center center; background-repeat: repeat-x;}
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				/* SECT 2 */
				
				.sect_2 {background-image: url(img/optimized_75/sect_2.jpg); background-position: center bottom; background-repeat: no-repeat;
					padding-top: 80px; padding-bottom: 120px; background-color: #fefefe;
				}
				.sect_2 .wrapper {}
				.sect_2 .zagolovok {font-family: 'Manifold Extended'; color: #163e5e; text-align: center; font-size: 42px; text-align: center;
					padding-bottom: 50px; padding-top: 40px; text-transform: uppercase;}

			
			
				.sect_2 .wrap_all_pluses {display: grid;  grid-template-columns: 1.1fr 1fr 1.1fr;  grid-template-rows: 1fr;  gap: 10px 20px;  grid-template-areas:  ". . ."; padding-bottom: 120px;}
				.sect_2 .wrap_all_pluses .one_pluse {color: #163e5e; font-size: 18px; font-weight: 400; line-height: 20px;}
				.sect_2 .wrap_all_pluses .one_pluse strong {display: block; font-size: 20px; font-weight: 600; padding-bottom: 8px;}
				.sect_2 .wrap_all_pluses .one_pluse strong img {padding-right: 8px; fill: #163e5e; color: #163e5e;}
				
				
				.sect_2 .catalog_mainpage_zagolovok {padding-bottom: 30px;}
			
				.wrap_all_catalog {display: grid; grid-template-columns: repeat(3, calc(34% - 19px)); gap: 56px 16px;
					/* grid-template-columns: repeat(5, calc(20% - 13px)); */
				}
				.wrap_all_catalog .catalog_item {
					width: 100%; display: inline-block; text-align: center; width: 100%;
				}
				.wrap_all_catalog .catalog_item a {transition: 0.3s ease; display: block; text-decoration: none;}
				.wrap_all_catalog .catalog_item a:hover {cursor: pointer; transform: translate(0px,-4px); opacity: 0.8;}
				.wrap_all_catalog .catalog_item .item_img {width: 100%; max-width: 454px; aspect-ratio: 454/390; border-radius: 12px; }
				.wrap_all_catalog .catalog_item_name {font-size: 20px; font-weight: 500; color: #0b2031; padding: 20px 0px 6px 0px;}
				.wrap_all_catalog .catalog_item_price_from {font-size: 18px; font-weight: 400; color: #0b2031; }
				

				
		      
		      
	/* SECT 3 */
		      
    .sect_3 {width: 100%; min-height: 711px; background-image: url(img/optimized_75/sect_3_back_80.jpg); background-position: center center;
	padding-top: 50px; padding-bottom: 60px;}
    .sect_3 .wrapper {}
    
    .sect_3 .wrap_sect_3 {display: grid; grid-template-columns: 1fr 748px;  grid-template-rows: 1fr;  gap: 10px 30px;  grid-template-areas:  ". ."; }
    .sect_3 .empty {}
    .sect_3 .right_side_content_sect_3 {}
    .sect_3 .right_side_content_sect_3 p {color: white; font-size: 18px; line-height: 24px; font-weight: 400; padding: 10px 0px 10px 0px;}
    .sect_3 .right_side_content_sect_3 p a {color: #9fd4fb; text-decoration: underline; font-weight: 600;}
    .sect_3 .right_side_content_sect_3 li {color: white; font-size: 18px; font-weight: 400; list-style-type: none; padding: 4px 0px 4px 0px; }
    .sect_3 .right_side_content_sect_3 strong {color: #9fd4fb; font-weight: 600; margin-bottom: 20px;}
    .sect_3 .right_side_content_sect_3 .button {margin-top: 10px;}
	.sect_3 .zagolovok {text-align: left; padding-bottom: 20px; padding-top: 40px; text-transform: uppercase; color: white; }
	.sect_3 .zagolovok .little_logo_zagolovok { }
	
				
				
				
				
				
				
			/* SECT 4 */
						      
	.sect_4 {background-image: url(img/optimized_75/sect_4_back.jpg); background-position: center bottom; background-repeat: no-repeat;
		padding-top: 100px; padding-bottom: 120px; background-color: #fefefe;}
	.sect_4 .wrapper {}
	.sect_4 .zagolovok {padding-bottom: 30px;}
	
	.wrap_slider_our_works {position: relative;}
	.sect_4 .slider_works_gallery {padding-top: 40px;}		
	.sect_4 .our_works_img {border-radius: 12px; -webkit-border-radius: 12px;}
	.just_arrow {transition: 0.3s ease;}
	.just_arrow:hover {cursor: pointer; opacity: 0.7;}
	.sect_4 .arrow_left {display: block; position: absolute; bottom: 44%; left: 30px; z-index: 2;}
	.sect_4 .arrow_right {display: block; position: absolute; bottom: 44%; right: 30px; z-index: 2;}

	 /* Change the color of all dots */
.sect_4 .slick-dots li button:before {
    color: #0f7396; /* Replace with your desired color */
    opacity: 0.25; /* Default opacity for inactive dots */
    transition: 0.3s ease;
    font-size: 12px;
}
.sect_4 .slick-dots li button:hover:before {
	font-size: 18px;
}

/* Change the color of the active dot */
.sect_4 .slick-dots li.slick-active button:before {
    color: #379625; /* Replace with your active dot color */
    opacity: 0.75; /* Default opacity for the active dot */
    transition: 0.3s ease;
    
}



	.sect_4 .fotorama {}
	.sect_4 .fotorama__arr--next {opacity: 1 !important; border-radius: 120px; color: white; width: 68px; height: 68px;
    background-image: url(https://svetadom.ru/wp-content/themes/led/img/arrow_right.png); background-position: center center; background-size: cover;}
	.sect_4 .fotorama__arr--prev {opacity: 1 !important; border-radius: 120px; color: white; width: 68px; height: 68px;
    background-image: url(https://svetadom.ru/wp-content/themes/led/img/arrow_left.png); background-position: center center; background-size: cover;}
	.sect_4 .fotorama__arr {transition: 0.3s ease;}
	.sect_4 .fotorama__arr:hover {cursor: pointer; opacity: 0.6 !important; }










	
				
.sect_4 .otvety_na_voprosy {padding-top: 120px;}			

.accordeon {}

.accordeon__item {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f4f5ff), to(#f7f8fd));
    background-image: -webkit-linear-gradient(bottom, #f4f5ff 0, #f7f8fd 100%);
    background-image: -moz-linear-gradient(bottom, #f4f5ff 0, #f7f8fd 100%);
    background-image: -o-linear-gradient(bottom, #f4f5ff 0, #f7f8fd 100%);
    background-image: linear-gradient(to top, #f4f5ff 0, #f7f8fd 100%);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .17);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .17);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .17);
    margin-bottom: 29px;
    position: relative
}

.accordeon__item:last-child {
    margin-bottom: 0
}

.accordeon__title {

    background-color: #0b2031;
    color: white;
    cursor: pointer;
    padding: 20px 60px 20px 54px;
    position: relative;
    transition: 0.3s ease;
}

.accordeon__title:hover {opacity: 0.8; cursor: pointer;}

.accordeon__title--active {
	background: -webkit-linear-gradient(105deg, rgb(142, 193, 38), rgb(0, 123, 36));
    background: -moz-linear-gradient(105deg, rgb(142, 193, 38), rgb(0, 123, 36));
    background: linear-gradient(105deg, rgb(142, 193, 38), rgb(0, 123, 36));
}

.accordeon__title--active .accordeon__arrow {
    background-image: url(img/arrow-up-circle-fill.svg);
   /* filter: grayscale(1); */
}

.accordeon__strong {
    color: #fff; font-size: 18px; font-weight: 500; text-shadow: 0 2px 5px rgba(0, 0, 0, .36)
}

.accordeon__arrow {
    background: rgba(0, 0, 0, .14) url(img/arrow-down-circle-fill.svg) no-repeat center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    /* filter: grayscale(1); */
}

.accordeon__text {
    color: #0b2031; font-size: 18px; line-height: 24px;
    padding: 25px 50px;
    background: white;
}

.accordeon__text p {
    margin-bottom: 15px
}				
.accordeon__text strong {
	font-weight: 600;
}				

				
				
				
				
				
				
				
				
				
				
				
				
				
				/* SECT 12 */
				
				.sect_12 {background: black; padding-top: 80px; padding-bottom: 100px; min-height: 674px;
					background-image:url(img/optimized_75/contacts_back_90.jpg); background-position: bottom center; background-repeat: no-repeat;}
				.sect_12 .wrapper {}
				
				.sect_12 .zagolovok {color: #9fd4fb; text-align: left;}
				
				
				
				.wrap_footer_left_and_right {display: flex;
					flex-direction: row; flex-wrap: nowrap; align-content: flex-start; justify-content: space-between; align-items: flex-start;
					padding-top: 50px;
				}
				.footer_left_side {min-width: 460px; margin-right: 40px;
					font-size: 18px; line-height: 26px; color: white; font-weight: 400; text-align: left;
				}
				.footer_right_side {width: 100%; max-width: 830px; border-radius: 10px;}
				.footer_right_side * {border-radius: 10px;}
				
								
				.footer_content {font-size: 18px; line-height: 26px; color: white; font-weight: 400; text-align: left; width: 100%; max-width: 600px; padding-top: 32px;}
				.footer_content p {padding: 10px 0px 10px 0px;}
				.footer_content strong {font-weight: 500; color: #9fd4fb;}
				p.subscribe_footer_zagolovok {padding: 18px 0px 8px 0px;}
				
				.footer_contacts_phone {color: white; text-decoration: none; transition: 0.3s ease;}
				.footer_contacts_phone:hover {cursor: pointer; opacity:  0.8;}
				
				.wrap_all_social_footer {
					max-width: 162px;
					display: flex; flex-direction: row; flex-wrap: wrap; align-content: center; justify-content: space-between; align-items: center;}
				.wrap_all_social_footer .footer_social_img {width: 100%; max-width: 46px; height: 46px; display: block;}
				
				
				
				
				
				
				
				
				
				
				
/* ARCHIVE */
.archive {padding: 100px 0px 80px 0px;
	background: -webkit-linear-gradient(180deg, rgb(255, 255, 255), rgb(214, 226, 239));
    background: -moz-linear-gradient(180deg, rgb(255, 255, 255), rgb(214, 226, 239));
    background: linear-gradient(180deg, rgb(255, 255, 255), rgb(214, 226, 239));
}

.archive .archive_after_header {width: 100%; min-height: 220px; background-image: url(img/optimized_75/archive_back_85.jpg); background-position: center center; background-size: cover; background-repeat: no-repeat;}
.archive .archive_after_header .archive_name {color: #b4ddff; font-size: 58px; font-weight: 700; text-align: left; padding: 82px 0px 0px 0px;}

.archive .wrap_left_and_right_catalog {display: grid; align-content: stretch; justify-content: space-between; align-items: start; justify-items: stretch;
	grid-template-columns: 1fr 4fr; grid-template-rows: 1fr; grid-column-gap: 40px; grid-row-gap: 100px; padding-top: 40px;}	
.archive .wrap_left_and_right_catalog .left_side_catalog {width: 100%; min-width: 328px; }
.archive .wrap_left_and_right_catalog .left_side_catalog .all_filters {}
	
.archive .wrap_left_and_right_catalog .right_side_catalog {
    display: grid;
    justify-content: center;
    align-items: start;
    justify-items: center;
    grid-template-columns: repeat(3, calc(34% - 17px));
    gap: 34px 16px;
    margin-bottom: 36px;
}
.archive .wrap_left_and_right_catalog .right_side_catalog .catalog_item {width: 100%;}

.chosen320x320 {width: 100%; max-width: 320px; height: auto; aspect-ratio: 1/1; object-fit: cover; border-radius: 12px; -webkit-border-radius: 12px;}
.chosen342x342 {width: 100%; max-width: 342px; height: auto; aspect-ratio: 1/1; object-fit: cover;  border-radius: 12px; -webkit-border-radius: 12px; object-position: top;}		

.archive .archive_item_name {font-size: 16px; font-weight: 600; color: #0b2031; padding: 12px 0px 6px; 0px;
	word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}			
.archive .archive_price {font-size: 14px; color: #0b2031;}

.archive .tekstovoe_opisanie_razdela {padding-top: 40px; color: #144250;}			
.archive .tekstovoe_opisanie_razdela h2 {font-weight: 600; font-size: 32px; color: #144250; padding: 24px 0px 6px; }			
.archive .tekstovoe_opisanie_razdela p {font-size: 18px; line-height: 24px; font-weight: 400; color: #144250; padding: 12px 0px 10px 0px;}			
.archive .tekstovoe_opisanie_razdela strong {font-weight: 600;}			
.archive .tekstovoe_opisanie_razdela a {color: #144250;}			
				

.all_filters {width: 100%;}
.all_filters .wpc-filter-title {font-size: 14px; color: #0b2031; font-weight: 600; margin-bottom: 2px;}
.all_filters .wpc-filters-main-wrap li.wpc-term-item a {
	font-size: 16px; color: #0b2031; font-weight: 400;
}
.all_filters .wpc-filters-main-wrap li.wpc-term-item {margin-bottom: 4px;}
.all_filters .wpc-filters-main-wrap li.wpc-term-item input[type=checkbox],
.all_filters .wpc-filters-main-wrap li.wpc-term-item input[type=radio] {margin-bottom: 2px;}

.all_filters .wpc-filters-main-wrap a.wpc-filters-reset-button {width: 100%; max-width: 162px; height: 42px; 
	background-color: #dde4f7; color: #0b2031; font-size: 14px; font-weight: 600; border: unset; border-radius: 12px; -webkit-border-radius: 12px; transition: 0.3s ease; border: 1px solid rgb(11 32 49 / 26%);}
.all_filters .wpc-filters-main-wrap a.wpc-filters-submit-button {width: 100%; max-width: 162px; height: 42px;
	background-color: #0b2031; color: #dde4f7; font-size: 14px; font-weight: 600; border: unset; border-radius: 12px; -webkit-border-radius: 12px; transition: 0.3s ease;}
	
	
	
	
	
	
	
	




	
				
				/* SINGLE PAGE */
				.single_inside {position: relative; margin-top: 100px; width: 100%; min-height: 400px; padding-bottom: 40px; color: #144250;
					    background: -webkit-linear-gradient(180deg, rgb(255, 255, 255), rgb(214, 226, 239));
						background: -moz-linear-gradient(180deg, rgb(255, 255, 255), rgb(214, 226, 239));
						background: linear-gradient(180deg, rgb(255, 255, 255), rgb(214, 226, 239));
				}
				.single_inside .wrapper {}
				.single_post_template h1 {padding-bottom: 14px; font-size: 48px; line-height: 52px; text-align: center; font-weight: 700; color: white; padding-top: 80px; width: 100%; max-width: 1200px; margin: 0 auto;}
				.single_inside h2 {font-weight: 600; font-size: 32px; color: #144250;}
				.single_inside h3 {font-weight: 600; padding: 10px 0px 4px 0px;}
				.single_inside h4 {font-weight: 600;}
				.single_inside h5 {font-weight: 600;}
				.single_inside h6 {font-weight: 600;}
				
				
				/* SINGLE.PHP */
				.single_post_template {font-size: 18px; font-weight: 400; color: #144250;}
				.single_post_template p {font-size: 18px; line-height: 24px; font-weight: 400; color: #144250; padding: 12px 0px 10px 0px;}
				.single_post_template strong {font-weight: 600;}
				.single_post_template img {border-radius: 12px; -webkit-border-radius: 12px;}
				
				.single_h1_background {width: 100%; /* min-height: 280px; */ min-height: unset; background-image: url('img/optimized_75/singlepage_back_85.jpg'); background-position: center center; background-size: cover;
					padding-bottom: 80px; }
				
				.padding_after_line_between_single {margin-bottom: 34px;}
				
				.second_line {color: #9fd4fb; display: block;}
				
				
				
				
				
				
				
				
				
				
				
				
				/* Category page */
				.category {}
				.category .wrapper {}
				.category .wrapper a {color: black;}
				
				
				/* Только для типа записи */
				.chosen_cars {}
				.no_padding_wrapper {padding-top: unset !important;}
				.chosen_cars .first_big_section {width: 100%; height: auto; min-height: 400px; background-size: cover; background-position: center center; position: relative; /* display: flex; */
				    padding-bottom: 40px;}
				    


.chosen_cars .first_big_section:after {
	    background: rgba(0, 21, 58, .79);
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}



				.wrap_gallery_and_content_chosen_cars {display: flex;}
				.gallery_chosen_cars {padding-right: 40px;}
				.fotorama--wp {margin: unset !important;}
				.content_chosen_cars {}
				.fotorama__stage__frame img {border-radius: 12px !important;}
				

			
				/* OK Прочие товары на внутренней */
				.other_goods {width: 100%; padding-bottom: 80px;
					background: -webkit-linear-gradient(180deg, rgb(255, 255, 255), rgb(214, 226, 239));
					background: -moz-linear-gradient(180deg, rgb(255, 255, 255), rgb(214, 226, 239));
					background: linear-gradient(180deg, rgb(255, 255, 255), rgb(214, 226, 239));
				}
				.other_goods .zagolovok {padding: 80px 0px 24px 0px;}
				.other_goods_name {color: #0b2031; font-size: 20px; font-weight: 600; text-align: center; padding: 10px 0px 8px 0px;}
				.other_goods_price {color: #0b2031; font-size: 18px; font-weight: 400; text-align: center;}
				
				
				
				/* Страница товара (бывшая .cars, стала .product_single_page) */
				.product_single_page {padding-bottom: unset;}
				.product_single_page .product_wrap_gallery_and_infographics {
					/* display: flex; flex-direction: row; flex-wrap: nowrap;
					align-content: flex-start; justify-content: space-between; align-items: flex-start; */ width: 100%; gap: 48px;
					display: grid; grid-template-columns: repeat(2, calc(50% - 24px)); justify-content: center; align-items: start; justify-items: stretch; align-content: space-around;
					}
				.product_single_page .gallery_chosen_cars {padding-right: 40px; width: 100%; max-width: 784px; box-sizing: content-box;}
				.product_single_page .fotorama--wp {width: 100%; max-width: 784px; box-sizing: content-box;}
				.product_single_page .product_wrap_gallery_and_infographics .wrap_details_chosen {min-width: 520px; align-content: flex-start;}
				.product_single_page .prewrap_details_chosen {width: 100%;
					display: flex; flex-direction: column; flex-wrap: wrap; align-content: stretch; justify-content: flex-start; align-items: stretch;}
				.product_single_page .first_big_section {background: #0F293D; padding-bottom: 40px; padding-top: 80px;}
				.product_single_page .first_big_section:after {display: none;}
				
				.chosen640x640 {border-radius: 12px; -webkit-border-radius: 12px; width: 100%; max-width: 640px; aspect-ratio: 1/1; height: auto; object-fit: cover; object-position: top;}
				
				.chosen454x454 {border-radius: 12px; -webkit-border-radius: 12px; width: 100%; max-width: 454px; aspect-ratio: 1/1; height: auto; object-fit: cover;}
				
				
				
				.product_single_page .h1_in_stock {font-weight: 700; font-size: 58px; color: #dde4f7; line-height: 68px; text-align: left;  padding-top: 60px; padding-bottom: 20px;
					display: flex; flex-direction: column; flex-wrap: nowrap; align-items: flex-start; justify-content: flex-start; align-content: flex-start;}

			
			
			
.single_table {width: 100%;}
.single_table tr {width: 100%; /* border: 1px solid rgba(255, 255, 255, 0.13);*/ }
.single_table tr td {width: 50%; color: #dde4f7; padding: 14px 20px; font-size: 16px; font-weight: 400; vertical-align: middle;}
	
.single_table tr:nth-child(even) {background: #0c2335;}
.single_table tr td:nth-child(odd) {font-weight: 500; font-size: 16px; color: #9fd4fb;}
.single_table tr td:nth-child(even) {text-align: right; /* border-left: 1px solid rgba(255, 255, 255, 0.13);*/}
	

.desc_for_single_catalog_bottom {width: 100%; padding-top: 24px;}
.desc_for_single_catalog_bottom p {color: #dde4f7; font-size: 18px; line-height: 24px; text-align: center; padding: 4px 0px 4px 0px;}	
.desc_for_single_catalog_bottom .little_p {color: #dde4f7; font-size: 14px; line-height: 24px; text-align: center; padding: 4px 0px 4px 0px;}	
.desc_for_single_catalog_bottom a {color: #9fd4fb; font-size: 34px; font-weight: 600; line-height: 44px; text-align: center; display: block; text-decoration: none;
	    max-width: 400px; margin: 0 auto;
}	
	
				
				.product_single_page .red_line {width: 100%; height: 24px; background: #DB0000;}
				.product_single_page .dark_blue_line {width: 100%; height: 24px; background: #0b2031;}
				
				.product_single_page .selected_color {width: 40px; height: 10px; margin: 0 auto; border-radius: 100px;}
				
				.product_single_page .wrap_price_and_button {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center; align-content: center;
					margin-top: 20px;
				}
				.product_single_page .bottom_price {color: #dde4f7; font-weight: 700; font-size: 38px;}
				.product_single_page .bottom_price .rouble {color: #aedcff;}
				
				.content_catalog {padding-top: 40px; color: #dde4f7;}
				.content_catalog p {color: #dde4f7; font-size: 18px; line-height: 24px;}
				
				.product_single_page .desc_for_car {}
				.product_single_page .desc_for_car p {color: white; font-size: 18px; line-height: 24px; padding-top: 20px;}
				
				.product_single_page .no_photo {border-radius: 8px; width: 100%; max-width: 640px; margin: 0 auto; display: block;}
				
				.product_single_page .add_to_cart_button {width: 100%; max-width: 242px; height: 48px;}
				.product_single_page .add_to_cart_button:hover { }
				
				img.basket_white {width: 20px;}
				
				
				/* Mobile Menu */
				.menu_is_open {display: block !important;}
				.mobile_menu {display: none; position: fixed; z-index: 5; top: 0%; background: rgba(15, 42, 62, 0.94); width: 100%; height: 100%;}
				.mobile_menu .mobile_menu_ul {
					    display: flex; flex-direction: column; flex-wrap: wrap; align-content: center; align-items: center; justify-content: center;
						z-index: 4; position: relative; padding-top: 12%;}
				.mobile_menu .mobile_menu_ul li {padding: 24px 0px;}
				.mobile_menu .mobile_menu_ul li a {color: white; text-decoration: none; transition: 0.3s ease; display: block;}
				.mobile_menu .mobile_menu_ul li a:hover {color: white; text-decoration: none; cursor: pointer; transform: translate(0px, -4px); color: rgba(159, 212, 253, 0.94);}
				
				.mobile_close {display: block; margin: 0 auto; width: 48px; height: 48px; margin-top: 40px;}
				

	
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  display: none;
}

.glider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.glider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .glider {
  background-color: #2196f3;
}

input:focus + .glider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .glider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded gliders */
.glider.round {
  border-radius: 34px;
}

.glider.round:before {
  border-radius: 50%;
}

/*red color
  -------------------------------
  */
.glider-red {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fe8176;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.glider-red:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .glider-red {
  background-color: #fe2712;
}

input:focus + .glider-red {
  box-shadow: 0 0 1px #fe2712;
}

input:checked + .glider-red:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded gliders */
.glider-red.round {
  border-radius: 34px;
}

.glider-red.round:before {
  border-radius: 50%;
}

/*yellow
--------------------------------
*/

.glider-yellow {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cccccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.glider-yellow:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .glider-yellow {
  background-color: #b86ebc;
}

input:focus + .glider-yellow {
  box-shadow: 0 0 1px #fccb1a;
}

input:checked + .glider-yellow:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded gliders */
.glider-yellow.round {
  border-radius: 34px;
}

.glider-yellow.round:before {
  border-radius: 50%;
}

/*green
-----------------------------------
*/
.glider-green {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cccccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.glider-green:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .glider-green {
  background-color: #66b032;
}

input:focus + .glider-green {
  box-shadow: 0 0 1px #66b032;
}

input:checked + .glider-green:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded gliders */
.glider-green.round {
  border-radius: 34px;
}

.glider-green.round:before {
  border-radius: 50%;
}

/*pink-purple
----------------------------------
*/
.glider-pink-purple {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ec6988;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.glider-pink-purple:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .glider-pink-purple {
  background-color: #ae0d7a;
}

input:focus + .glider-pink-purple {
  box-shadow: 0 0 1px #ae0d7a;
}

input:checked + .glider-pink-purple:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded gliders */
.glider-pink-purple.round {
  border-radius: 34px;
}

.glider-pink-purple.round:before {
  border-radius: 50%;
}

/*orange
-------------------------
*/
.glider-orange {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #feab6d;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.glider-orange:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .glider-orange {
  background-color: #fc7307;
}

input:focus + .glider-orange {
  box-shadow: 0 0 1px #fc7307;
}

input:checked + .glider-orange:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded gliders */
.glider-orange.round {
  border-radius: 34px;
}

.glider-orange.round:before {
  border-radius: 50%;
}















@media all and (max-width: 1520px) {
	

}

@media all and (max-width: 1500px) {

	
}	


@media all and (max-width: 1480px) {

	
	
}

@media all and (max-width: 1450px) {
}	

@media all and (max-width: 1400px) {
	
	.wrapper {padding: 0px 10px;}
	
	/* CARS IN STOCK */
	.product_single_page .gallery_chosen_cars {max-width: 700px;}


	
}

@media all and (max-width: 1380px) {


}

@media all and (max-width: 1350px) {


	
}

@media all and (max-width: 1300px) {
	
	/* CARS IN STOCK */
	.product_single_page .gallery_chosen_cars {max-width: 580px;}

}

@media all and (max-width: 1250px) {

	
	
}
	
@media all and (max-width: 1200px) {
	
	/* SINGLE TEXT PHP */
	.single_post_template h1 {font-size: 40px; line-height: 46px; padding-top: 84px;}

	/* CARS IN STOCK */
	.product_single_page .gallery_chosen_cars {padding-right: 20px;}

}


@media all and (max-width: 1150px) {
	
	/* ok ARCHIVE */
	.archive .wrap_left_and_right_catalog .right_side_catalog {grid-template-columns: repeat(2, calc(50% - 9px));}
	
	/* CARS IN STOCK */
	.product_single_page .gallery_chosen_cars {max-width: 520px;}

}

@media all and (max-width: 1100px) {
	/* ok */
	.header .menu {display: none;}
	.header .wrap_header_adress_and_menu {display: none;}
		
	.open_menu {display: block;}
	.header .wrap_all_header {grid-template-columns: minmax(178px, 178px) minmax(124px, 1.37fr) minmax(230px, 230px) minmax(48px, 48px);}
	.wrap_header_basket {justify-self: end;}
	
	
	
	
	/* CARS IN STOCK */
	.product_single_page .h1_in_stock {align-items: center; text-align: center;}
	.product_single_page .gallery_chosen_cars {max-width: 784px; padding-right: 0px;}
	.product_single_page .product_wrap_gallery_and_infographics {display: flex; flex-direction: column; flex-wrap: wrap; align-content: center; align-items: center; justify-content: flex-start;}
	.product_single_page .product_wrap_gallery_and_infographics .wrap_details_chosen {min-width: unset; margin-top: 40px; max-width: 784px;}
	.product_single_page .wrap_price_and_button {flex-direction: column; padding-bottom: 64px;}
	.product_single_page .desc_for_car {text-align: center;}
	.product_single_page .bottom_price {padding-bottom: 20px;}
	
	.product_single_page .add_to_cart_button {max-width: 400px;}
	
	
}

@media all and (max-width: 1050px) {
	

}

@media all and (max-width: 1000px) {
	
	/* ok mainpage */
	.sect_2 {padding: 40px 0px 50px 0px;}
	.sect_2 .wrap_all_pluses {display: flex; flex-direction: column; flex-wrap: nowrap; align-content: center; align-items: center; justify-content: flex-start; text-align: center; padding-bottom: 60px;}
	.sect_2 .wrap_all_pluses .one_pluse {width: 100%; max-width: 800px;}
	
	.sect_4 {padding-bottom: 50px;}
	
	.sect_12 {padding-top: 40px;}
	.sect_12 .zagolovok {text-align: center;}
	.footer_content {text-align: center;}
	.footer_content .button {max-width: 400px; margin: 0 auto;}
	.wrap_footer_left_and_right {display: flex; flex-direction: column; flex-wrap: nowrap; align-content: center; align-items: center; justify-content: flex-start;}
	.footer_left_side {min-width: unset; margin: unset; padding-bottom: 44px;}
	.wrap_all_social_footer {margin: 0 auto;}
	
	/* ENDS mainpage */
	
	
	/* Single catalog */
	.other_goods .wrap_all_catalog {display: flex; flex-direction: column; flex-wrap: wrap; align-content: center; align-items: center; justify-content: flex-start;}

	/* Archive */
	.show_and_hide_filters_button {display: block; margin-top: 40px; }
	.left_side_catalog {display: none;}
	.archive .wrap_left_and_right_catalog {display: flex; flex-direction: column; flex-wrap: nowrap; align-content: center; justify-content: flex-start; align-items: stretch;}
	.all_filters .wpc-filters-main-wrap a.wpc-filters-reset-button {max-width: 49%;}
	.all_filters .wpc-filters-main-wrap a.wpc-filters-submit-button {max-width: 49%;}
	
	.archive .wrap_left_and_right_catalog .right_side_catalog {grid-template-columns: repeat(3, calc(34% - 17px));}
	
	
	/* SINGLE TEXT PHP */
	.single_post_template h1 {font-size: 36px; line-height: 42px; padding-top: 92px;}

}

@media all and (max-width: 950px) {
	
	/* ok mainpage */
	
	.sect_2 .wrap_all_catalog {grid-template-columns: repeat(2, calc(50% - 10px)); gap: 36px 16px;}
	
	.sect_3 {background-image:url('img/optimized_75/sect_3_950px_qual_85.jpg'); background-position: center center; background-size: cover;}
	.sect_3 .wrap_sect_3 {display: block;}
	.sect_3 .empty {display: none;}
	.sect_3 .zagolovok {text-align: center;}
	.sect_3 .right_side_content_sect_3 {text-align: center;}
	.sect_3 .right_side_content_sect_3 .button {margin: 0 auto; margin-top: 10px; max-width: 400px;}
	
	/* ENDS mainpage */
	
}

@media all and (max-width: 900px) {

	/* SINGLE TEXT PHP */
	.single_post_template h1 {font-size: 32px; line-height: 36px; padding-top: 100px;}
	.single_post_template h1 span {display: unset;}

	
	
	/* CHOSEN CARS */
	.wrap_gallery_and_content_chosen_cars {display: flex; flex-direction: row; flex-wrap: wrap; align-content: flex-start; justify-content: center; align-items: flex-start;}
	.add_to_cart_button {margin: 0 auto;}

	.gallery_chosen_cars {padding: unset; width: 100%; max-width: 480px;}
	.content_chosen_cars {padding-top: 24px;}
	.content_chosen_cars p {font-size: 18px; line-height: 22px;}
}

@media all and (max-width: 850px) {
	
	/* ok mainpage */
	.sect_2 .zagolovok, .sect_3 .zagolovok, .sect_4 .zagolovok, .sect_12 .zagolovok  {font-size: 34px; line-height: 34px;}
	/* ENDS mainpage */
	
	/* archive */
	.archive .wrap_left_and_right_catalog .right_side_catalog {grid-template-columns: repeat(2, calc(50% - 9px));}
}

@media all and (max-width: 800px) {
	/* ok */
	.sect_1 .content_over_video .h1_sect_1 {font-size: 64px; line-height: 64px;}
	
}

@media all and (max-width: 750px) {
	/* Главная, ответы на вопросы */
	.accordeon__title {padding-left: 20px;}
	
	.sect_4 .just_arrow {display: none;}
	.sect_4 .slick-dots {display: none !important;}
	
	
	/* CHOSEN CARS */
	.chosen_cars h1 {font-size: 40px; line-height: 44px;}
	.chosen_cars .wrap_details_chosen .one_item {max-width: 48%; margin-bottom: 20px;}
}

@media all and (max-width: 700px) {

	.header .wrap_all_header {grid-template-columns: minmax(178px, 178px) minmax(124px, 2.37fr) minmax(48px, 48px); grid-template-areas: ". . .";}
	.header .wrap_online_and_phone {display: none;}
	
	.zagolovok {display: flex; flex-direction: column; flex-wrap: nowrap; align-content: center; justify-content: flex-start; align-items: center; gap: 14px;}
	.zagolovok .little_logo_zagolovok {position: unset; margin: unset;}
	.sect_3 {padding-top: 10px;}
	.sect_4 {padding-top: 60px;}
	.sect_4 .otvety_na_voprosy {padding-top: 60px;}
	
}

@media all and (max-width: 650px) {
	/* ok */
	.sect_1 .content_over_video .h1_sect_1 {font-size: 54px; line-height: 54px;}
	.sect_1 .content_over_video .desc_after_h1 {font-size: 28px;}
	
	/* archive */
	.archive .wrap_left_and_right_catalog .right_side_catalog {display: flex; flex-direction: column; align-content: center; flex-wrap: wrap; justify-content: flex-start; align-items: center;}
	.archive .wrap_left_and_right_catalog .right_side_catalog .catalog_item {
		 display: block; margin: 0 auto; max-width: 342px;
	}
	
}

@media all and (max-width: 600px) {
	
	/* ok mainpage */
	.sect_2 .catalog_mainpage_zagolovok {padding-top: unset;}
	.sect_2 .wrap_all_catalog {display: flex; flex-direction: column; align-content: center; justify-content: flex-start; align-items: center;
        /* display: block; margin: 0 auto; max-width: 342px;/*
	    }


}

@media all and (max-width: 550px) {
	/* ok mainpage */
	.sect_1 {height: 560px;}
	.sect_1 video {min-height: 560px; max-height: 560px;}
	.sect_1 .wrapper {padding-top: 70px; min-height: unset;}
	.sect_1 .content_over_video .h1_sect_1 {font-size: 44px; line-height: 44px;}
	.sect_1 .content_over_video .desc_after_h1 {font-size: 24px;}
	
	.sect_1 .big_logo_sect_1 {width: 60px; max-height: 60px; height: 60px;}
	
	.sect_1 .content_over_video .wrap_two_buttons {flex-direction: column; align-items: center; gap: 12px; padding-top: 24px;}
	.sect_1 .content_over_video .wrap_two_buttons .button {max-width: 400px;}
	
	
	/* Главная, ответы на вопросы */
	.accordeon__text {padding: 25px;}
	
	.header .wrap_all_header {grid-template-columns: minmax(140px, 140px) minmax(124px, 2.37fr) minmax(48px, 48px); gap: 10px 2px;}
	.header .logo {max-width: 140px}
	.open_menu {width: 34px; height: 34px; place-self: center;}
	
	

}

@media all and (max-width: 500px) {


	
	.sect_2 h2, .sect_3 h2, .sect_4 h2, .sect_5_width h2, .sect_6 h2, .sect_8 h2, .sect_9 h2, .sect_10 h2  {font-size: 34px; line-height: 32px;}
	
	.footer_content strong {display: block;}
	
	/* CARS IN STOCK */
	.product_single_page .h1_in_stock {font-size: 32px; line-height: 36px;}
}

@media all and (max-width: 450px) {
	/* ok mainpage */
		.sect_1 .content_over_video .h1_sect_1 {font-size: 34px; line-height: 34px;}
		.sect_2 .zagolovok, .sect_3 .zagolovok, .sect_4 .zagolovok, .sect_12 .zagolovok {font-size: 26px; line-height: 28px;}
	/* ENDS mainpage */	
}

@media all and (max-width: 400px) {
	.header .logo  {max-width: 130px;}
	
	.desc_for_single_catalog_bottom .phone_to_call_on_single_catalog_page {font-size: 30px; line-height: 32px;}
	.content_catalog {padding-top: 20px;}

}

@media all and (max-width: 350px) {


}

@media all and (max-width: 330px) {

}

@media all and (max-width: 300px) {

}
