@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
  .hidden_ouglot{
            display: none;
        }
.pulse-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  padding: 10px;
  border: none;
  background: #2c96ee;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  outline: none;
  z-index: 1000;
}
.kart,.img1,.img2,.img3,.img4{
	background-size:cover !important;
}
.pulse-button:hover .pulse-button__icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product_card_cont_textpart h3{
	padding-right:12px;
word-wrap: break-word;
}
.pulse-button:hover .pulse-button__text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  position: relative;
}
.product_image:hover{
	cursor: pointer;
}
.kart:hover{
	cursor: pointer;
}
.pulse-button__icon {
  display: block;
  font-size: 14px;
  color: white;
  
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pulse-button__text {
  display: block;
  width: 100%;
  height: 30px;
  font: 12px "Open Sans", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 1px;
}

.pulse-button__rings {
  border: 1px solid #2c96ee;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: auto;
  border-radius: 50%;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: pulse_1;
          animation-name: pulse_1;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: -1;
}

.pulse-button__rings:nth-child(2) {
  -webkit-animation-name: pulse_2;
          animation-name: pulse_2;
}

.pulse-button__rings:nth-child(3) {
  -webkit-animation-name: pulse_3;
          animation-name: pulse_3;
}

@-webkit-keyframes pulse_1 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
  }
}

@keyframes pulse_1 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
  }
}

@-webkit-keyframes pulse_2 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
}

@keyframes pulse_2 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
}

@-webkit-keyframes pulse_3 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.7, 1.7);
            transform: scale(1.7, 1.7);
  }
}

@keyframes pulse_3 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.7, 1.7);
            transform: scale(1.7, 1.7);
  }
}
body{
	margin:0;
	outline:none;
	overflow-x:hidden;
	font-family: 'Inter';
	font-style: normal;
	line-height: normal;
	
}
a{
	text-decoration:none; 
}

.logo_menu_a{
	color: #e8b7aa; 
	font-size: 55px;

	font-family:"sf pro display";
	font-weight:400;
	
}

.logo_menu_belle{
	color: #7c323f; 
	font-size: 55px;
	font-family:"sf pro display";
	font-weight:400;
	
	
}
.container_to_str h3{
	text-align: center;
	font-weight:300;

}
.container_to_str{

	margin-top:2%;
	margin-left:68px;
	margin-right:68px;
	display: flex;
	gap: 5%;
    justify-content: center;


}

.container_to_str a{
	transition: 0.2s;
	color:white;
	background:#7c323f;
	padding:20px 35px 20px 35px; 
	border-radius:7px;
	font-size:50px;
}

.container_to_str a:hover{
	opacity:0.5;
}

.container_to_str h2{
	text-align: center;
	color: #7c323f;
}
.container_header{
	/*height:191px;*/
	padding-bottom:18px;
	box-shadow: 0px 4px 7px 0px rgba(204, 204, 204, 0.25);
	color: #000;
	font-family: Inter;
	font-size: 12px;
	font-weight: 300;
	padding-top:10px;
	background: linear-gradient(to right, #7c323f 35%,  #fcf0e4 75%);
		background-size: 150% 150%;
	animation: gradient 10s ease infinite;
	
	width:100%;
	z-index: 10000;
		
}



}
.logo_menu, .slogan_menu{
	float:left;
}
.slogan_menu{
	width: 131.8px;

	display:flex;
	align-items:center;

}
.cont_mobmenu{
	display:none;
	z-index: 5000000;
}
.burger_container:hover{
	opacity:0.8;
	cursor:pointer;
}
.parent_size{
	line-height:14px;
	margin-bottom:8px;
}
@media (max-width:500px){
	.parent_size{
	line-height:11px;
	}
.otzivi{
margin-left:8px !important;
margin-right:5px !important;
}
}
.container_slogan_top{
	display: flex;

	text-align:center;
	font-size: 18px;
	margin-bottom:11px;

}
.cont_slogan_top_half{
	width:50%;
}
.container_menu{
	display:flex;
	justify-content: space-between;
	padding-left:68px;
	padding-right:68px;
}
.container_menu_nav{
	display:flex;
	justify-content:center;
	margin-top:25px;
}
.container_menu_nav a{
	transition:0.2s;
	color: #000;
	font-family: Inter;
	font-size: 16px;
	font-weight: 300;
	margin-right:36px;
}
.container_menu_nav a:hover{
	color: #6D6273 !important;
}
.logo_menu{
	display: flex;
	justify-content:center;
	align-items: center;
	gap:20px;
	color: #EB5757;
	font-size: 24px;
	font-weight: 600;
	/*width:50%;*/
	text-align:center;
	
}
.contacts_menu{
	display:flex;
	align-items:center;
	justify-content:center;
}
.menu_number{
	font-size: 15px;
	font-weight: 400;
	margin-left:18px;
	color: #000;
	transition:0.2s;

}
.container_content_main{
	margin-left:68px;
	margin-right:68px;
	margin-top:5%;

}
.container_content_main>h1{
	color: #6D6273;
	font-family: Inter;
	font-size: 24px;
	font-weight: 500;
}

.half_menu_nav{
	width:50%;
}
.half_menu_nav_left a{
	color:white;
}
.slogan_menu{
	color: white;
}
#container_content_main2{

	float: left;

}
header{

	left: 0;
	top:0;
	position: fixed;
}



.container_content_catalog{
	margin-top:2.5%;
	height: 500px;
}
.left_cont_text{
	width:10%;
	float:left;
}
.left_cont_text>h4{
	color: #000;
	font-family: Inter;
	font-size: 15px;
	font-weight: 200;
}
.cont_main_products{
	width:90%;
	float:left;
	margin-bottom:1.7%;
	display:flex;
	justify-content:flex-start;
}


	.cont_button_cont{
	position: absolute;
	bottom:0;


}
@media (max-width:358px){
	.cont_button_cont{
		left: 0;
	right: 0;
	text-align: center !important; 
	}
}
@media (min-width:680px) and (max-width: 800px){
	.cont_button_cont{
		left: 0;
	right: 0;
	text-align: center !important; 
	}
}
.product_card_cont{
	position: relative;
	width: 214px;
	border-radius: 6px;
	background: #FFFEFE;
	box-shadow: 5px 4px 5px 0px rgba(194, 194, 194, 0.25);
	margin-right:2%;

}



#product_card_cont{
	margin-right:0;
}

.size_product{
	margin-left:1.5%;
	font-weight:600 !important;
	font-size:11px !important;

}

.product_image{
	height:326px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	
	background-position:center !important;
}

#cont_main_products{
	float:right;
}

.product_card_cont_textpart{
	padding-left:14px;
	height: 208px;
	display: flex;
	flex-direction: column;
	justify-content:flex-end;
}
#mobileMenu,#mobileMenuKorz{
		display:none !important;
	width:7%;
	}
@media (max-width: 467px){
	.product_card_cont_textpart{
	height: 160px;
}
	#mobileMenu,#mobileMenuKorz{
		display:block !important;
		position:relative;
	}
	#bannerOne, #banIMG1, #banIMG2, #banIMG3, #contBan, #contBan2,#contBan3 {
		height:150px !important;
	}
.button_product_buy{
	margin-bottom:5% !important;
}
}
@media (min-width:467px) and (max-width:499px){
	.product_card_cont_textpart{
	height: 155px;
}
}
@media (min-width:500px) and (max-width:800px){
	.product_card_cont_textpart{
	height: 170px;
}
}
@media (min-width:800px) and (max-width:1100px){
	.product_card_cont_textpart{
	height: 190px;
}
}
@media (min-width:1100px) and (max-width:1250px){
	.product_card_cont_textpart{
	height: 200px;
	}
	.button_product_buy{
		font-size:12px !important;
		padding: 9px 5px 11px 5px !important;
	}
}
@media (min-width:1280px) and (max-width:1559px){
	.product_card_cont_textpart{
		height: 190px;
	}
}
.product_card_cont_textpart>h3{
	color: #6D6273;
	font-family: Inter;
	font-size: 15px;
	font-weight: 400;
}
.product_card_cont_textpart>span{
	color: #000;
	font-family: Inter;
	font-size: 10px;
	font-weight: 500;
	float:left;
}
.product_bottom_container h6{
    color: #6D6273;
	font-family: Inter;
	font-size: 16px;
	font-weight: 700;
	padding-top:4.5px;
	margin:0;
}
.button_product_buy:hover, .contacts_menu>img:hover{
	opacity:0.5;
	cursor: pointer;
}
.menu_number:hover, .contacts_menu_phone img:hover{
	opacity:0.5;
	cursor: pointer;
}

.contacts_menu_phone{
	display: none;
}
.contacts_menu_phone img{
	transition:0.2s;
}

.contacts_menu>img{
	transition:0.2s;
}
.button_product_buy{
	width:94%;
	border: none;
	transition:0.2s;
	border-radius: 6px;
	
	background: #4fce5b;
	color: white;
	font-family: Inter;
	font-size: 15px;
	font-weight: 600;
	border-right:none;

	padding: 9px 13px 11px 13px;
	line-height: 95.023%; /* 12.303px */
	margin-top:14px;
	margin-bottom:14px;

}
.product_bottom_container{
	
}

.color_circle{
	width: 11px;
	height: 11px;
	
	border-radius:40px;
	float:left;
	margin-left:3%;


}

.container_menu_phone{
	display:none;
}

.burger_container{
	display:flex;
	align-items:center;
	transition:0.3s;
	margin-left: 2px;
}

#cont_scroll_menunav{
	display:none; 
}
@media (min-width:1250px) and (max-width:1380px){
	#cont_scroll_menunav{
		width:100%;
		position: fixed;
		z-index: -1;
		display:flex;
	justify-content:center;
		margin-top:0 !important;
		padding-top:13px;
		padding-bottom:13px;
		    background: linear-gradient(to right, #7c323f 50%, #fcf0e4 50%);
	}
	.slider{
		margin-top:0 !important;
	}
	header{
		position:unset;
	}

}
.sl4{
	display: none;
}
.cont_slogan_top_phone{
	display: none;
}
@media (max-width:500px){
	.cont_slogan_top_phone{
		display: block;
		text-align:center;
		width:100%;
	}
	.cont_slogan_top_half{
		display:none;
	}

	.container_slogan_top{
		display:block;

	}
	.logo_menu img{
		border-radius: 50%;
    box-shadow: -3px -3px 5px rgba(255, 255, 255, 0.5), 3px 3px 6px rgba(70, 70, 70, 0.12);
	}
	.container_header{
		background: linear-gradient(to right, #7c323f 35%,  #fcf0e4 75%);
		background-size: 150% 150%;
	animation: gradient 10s ease infinite;
	}
	.sl1{
		background:url('../images/banner1tele.png') !important;
		background-size:cover !important;
	}
	.sl2{
		background:url('../images/phone2.png') !important;
		background-size:cover !important;
	}
	.sl3{
		background:url('../images/banner3tele.png') !important;
		background-size:cover !important;
	}
	.sl4{
		display:block;
	}
	.sl5{
		display: none;
	}

}
@media screen and (min-width:1600px){


	.product_card_cont{
		width:20%;
		margin-right:5%;
	}
	 
	 .product_bottom_container h6{
	 	font-size:20px;
	 }
	 .product_card_cont_textpart h3{
	 	font-size: 16px;

	 }
	 .product_card_cont_textpart span{
	 	font-size:12px;
	 }
	 .product_bottom_container{
	 	margin-top:2.5%;
	 }

	 .container_content_main h1{
	 	font-size:26px;
	 }
	 .container_content_main h2{
	 	font-size:32px;
	 	margin-bottom:5%;
	 }
	 .product_image{
	 	
	 }
}
@media (min-width:1899px){
	.product_image{
	 	height:420px;
	 }

}

@media screen and (max-width:680px){
	.container_header{
		padding: 13px 25px 13px;
		width:93%;
	}
}
@media (min-width:500px ) and (max-width:681px){
	.slider{
		margin-top:135px !important;
	}
}

@media (min-width:681px ) and (max-width:1100px){
	.container_header{
		padding: 13px 25px 13px;
		width:95%;
	}
	.logo_menu{
		width:1100px;
	}
	.slider{
		margin-top:137px !important;
	}
}
@media (min-width:910px ) and (max-width:1100px){
	.container_header{
		/*height: 172px !important;*/

	}
	.slider{
		margin-top:165px !important;
	}
}

@media screen and (max-width:1100px){
	.container_menu_phone{
		display:flex;
		justify-content:space-between;

	}
	 
	.container_menu_nav{
		display:none;
	}
	.menu_number{
		font-size:13px;
		float:right;
		margin-top:4%;
		font-weight:500;
	}
	.contacts_menu_phone img{
		float:right;
		width:24px;
	}
	.contacts_menu{
		display: none;


	}
	.contacts_menu_phone{
	display: flex;
		justify-content:flex-end;
		margin-top: 1.8%;
		grid-gap:20px;
}
	.container_menu{
		display:none;
	}
}
@media (max-width: 580px){
	.menu_number{
		font-size:11.5px !important;
		margin-left:6px !important;
		margin-top:4% !important;
	}
	.img_1_menu{
		width:22px !important;

	}
	.img_2_menu{
		width:20px !important;
		margin-right:6px !important;
	}
}

@media screen and (max-width:570px){
	.container_to_str h2{
		font-size:13px;


	}
	.container_to_str{
		margin-left: 25px;
    	margin-right: 25px;
		gap:2%;
	}
	.container_to_str img{
		width:16%;

	}
	.container_to_str a{
		padding: 9px 15px 9px 15px;
		font-size:25px;

	}
	.container_to_str h3{
		font-size:12px;
		margin-top:0;
	}
}
@media (min-width:570px) and (max-width:850px){
	.container_to_str h2{
		font-size:20px;

	}
	.container_to_str{
		margin-left: 25px;
    	margin-right: 25px;
	}
	.container_to_str img{
		width:100px !important;

	}
	.container_to_str a{
		padding: 18px 22px 18px 22px;
		font-size:38px;

	}
	.container_to_str h3{
		font-size:17px;
		margin-top:0;
	}
}

@media (min-width: 500px) and (max-width:800px){
	#product_card_cont2{
		float: right !important;
		
	}
	.product_card_cont{
		width:46% !important;
		    margin-bottom: 3.5%;
    margin-right: 0;
    float: left;
	}

	.cont_main_products {
		display: block;
	}
}

@media screen and (max-width:1200px){
	.product_card_cont_textpart h3{
		font-size: 15px ;
	}
}
@media screen and (max-width:500px){
	.container_menu_nav{
		display:none;
	}
	

	.contacts_menu{
		display: flex;
		justify-content:center;
		margin-top: 0.6%;
		grid-gap:20px;

	}
	.menu_number{
		font-size:12px;
		float:right;
		margin-top:5.5%;
		font-weight:500;
	}
	.container_content_main{
		margin-left:25px;
		margin-right:25px;
		margin-top:0;
	}
	.contacts_menu img{
		float:right;
		width:24px;
	}


	.container_content_catalog{
		margin-top:5%;
	}
	.container_content_main h1{
		font-size:18px;
		margin-bottom:2px;
	}

	.container_menu{
		display:none;
	}
	.slogan_menu{
		font-size:8px;
	}
	.logo_menu{
		float: none;
	}
	.container_header{
		/*height:120px !important;*/
		padding: 13px 25px 13px;
		width:89%;
	}
	.left_cont_text{
		display:none;
	}
	.cont_main_products{
		float:none;
	}
	#cont_main_products{
		float:none;
	}
	.cont_main_products{
		display:block;
		width:100%;
	}
	.product_card_cont{
		float: left;
		width:48%;
		margin-bottom:3.5%;
		margin-right:0;
	}
	#product_card_cont2{
		float: right;
	}
	.product_card_cont_textpart h3{
		font-size:14px;
		margin-bottom:3%;
	}
	.product_image{
		height:132px;
	}
	.product_bottom_container{

	}
	.product_bottom_container h6{
		font-size:14px;
	}
	.button_product_buy{
		font-size:10px;
		padding: 6px 0px 6px 0px;
    width: 95%;
	}
	.color_circle{
		width:10px;
		height:10px;

	}
	.product_card_cont_textpart{
		padding-left:7px;
	}
	.product_card_cont_textpart span{
		font-size:10px;
	}
	.size_product{
		font-size:10px !important;
	}
	.product_bottom_container h6{
		padding:0;
	}
}
@media (min-width:310px) and (max-width:355px){
	.product_card_cont{
		width:100%;
	}
	.product_image{
		height:238px;
	}
	.container_content_catalog{
		margin-top:7%;
	}

	.product_card_cont{
		margin-bottom:9%;
	}
}

@media  (max-width:500px){
	.logo_menu{
		

	}
	.logo_menu_belle{
		font-size:20px;
		
	}
	.logo_menu_a{
		font-size:20px;
		
	}
}
@media (min-width:501px) and (max-width:1099px){
	.logo_menu_belle{
		font-size:25px;
		
	}
	.logo_menu_a{
		font-size:25px;
		
	}
	.logo_menu img{
		width:12%;
	}
	.burger_container{
		margin-left:9.5px;
	}
}
@media (min-width:462px) and (max-width:1100px){
.slider{
		margin-top:165px;
	}
	.left_cont_text{
		display:none;
	}
	#cont_main_products{
		float:left;

	}
	.container_content_main{
		margin-top:0;
	}
	.product_bottom_container h6{
		font-size:14px;
	}
	.button_product_buy{
		font-size:11px;
		padding: 8px 2px 8px 2px;
	}

	.cont_main_products{
		width:100%;
		justify-content:center;
	}
	 
	.container_menu_nav a{
		font-size:14px;
	}
	.container_header{
		/*height:155px;*/
	}
	.product_card_cont_textpart h3{
		font-size:13px;
	}
	.product_card_cont_textpart{
		padding-left:9px;
	}
}
@media (min-width:501px) and (max-width: 1100px){
	.product_card_cont{
		width:160px;
	}
}
@media (min-width:470px) and (max-width: 499px){


}
@media (min-width:398px) and (max-width: 469px){

}
@media (min-width:1101px) and (max-width:1350px){
	.product_card_cont{
		margin-right:4%;
	}
	.container_content_main{
		margin-top:12%;
	}
	.button_product_buy{
		font-size:13px;
	}
}
@media (min-width:1351px) and (max-width:1560px){
	.product_card_cont{
		margin-right:5.5%;
	}
	.container_content_main{
		margin-top:6%;
	}
	.button_product_buy{
		font-size:13px;
	}
}
@media (min-width:365px) and (max-width:499px){
	.product_card_cont{
		width:47% !important;
	}
}
@media (min-width: 1200px){
	.container{
		margin-bottom:520px !important;
	}
}
#cont_img_transform:hover{
	cursor: zoom-out;
}
.datasiz{
	font-size: 14px;
}
.datasiz2{
	transition:0.2s;
}
.tabl1{
  margin-top: 0;
  color: grey;
   font-size: 1em;
   font-weight:400;
   width: 50%;
}
.tabl2{
  margin-top: 0;
   font-size: 1em;
   font-weight:400;
   color: black;
   width: 50%;
}
tr>th{
	padding-bottom: 12px;
}
.product_card_cont_textpart{
	padding-top:8px;
}
.mobile_phone_menu{
	float:right;
	width:75%;
	height:1400px;
	background:#fcf0e4;
	position:fixed;

	left:20%;
	padding-left: 10%;
	padding-top: 20%;
	top:-1px;

}
.mobile_phone_menu a{
	font-size:17px;
	font-family:Inter;
	font-weight:600;
	color:#7c323f;
	line-height:50px;

}
.close_menu_button{
	width: 50px;
    left: 70%;
    top: 1%;
    position: absolute;
    transition:0.3s;
}
.cont_mobmenu{
	position: fixed;
	top:-1px;
	width:100%;
	background:rgba(0, 0, 0, 0.631);
	height:1500px;
}
#cont_img_transform{
	display:none;
	position: fixed;
	top:0;
	background:rgba(0, 0, 0, 0.931);
	left:0;
	z-index:950000;

	width:100%;

	height:100%;

	justify-content:center;
	align-items: center;
}
#img_transform{

	height:95%;
}
.close_menu_button:hover{
	opacity:0.4;
	cursor:pointer;
}
.mobile_phone_menu a{
	transition:0.2s;

}
.mobile_phone_menu a:hover{
	color:black;

}
/*Слайдер начало*/
.slider {

      position: relative;
      overflow: hidden;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      color: #fff;
      margin-top:198px;
    }

    .slider__wrapper {
      display: flex;
      transition: transform 0.6s ease;
    }

    .slider__item {
      flex: 0 0 100%;
      max-width: 100%;
    }

    .slider__control {
      position: absolute;
      top: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      color: #fff;
      text-align: center;
      opacity: 0.5;
      height: 50px;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, .5);
    }
    .slider__control_imgs{
    display: flex;
      align-items: center;
      justify-content: center;
      top: 50%;
      width: 31px;
      color: #fff;
      text-align: center;
      opacity: 0.5;
      height: 37px;

      background: rgba(0, 0, 0, .5);
    }
    .slider__control_imgs::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      background: transparent no-repeat center center;
      background-size: 100% 100%;
    }

    .slider__control_imgs:hover,
    .slider__control_imgs:focus {
      color: #fff;
      text-decoration: none;
      outline: 0;
      opacity: .9;
    }


    .slider__control_left_imgs::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    }

    .slider__control_right_imgs::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    }




    .slider__control:hover,
    .slider__control:focus {
      color: #fff;
      text-decoration: none;
      outline: 0;
      opacity: .9;
    }

    .slider__control_left {
      left: 0;
    }

    .slider__control_right {
      right: 0;
    }

    .slider__control::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      background: transparent no-repeat center center;
      background-size: 100% 100%;
    }

    .slider__control_left::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    }

    .slider__control_right::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    }

    .slider__item>div {
      line-height: 250px;
      font-size: 100px;
      text-align: center;
    }
    #slider__item2{
    	height:400px;
    }
/*Слайдер конец*/

@media (min-width:1899px){
	
	 #slider__item2{
		height:550px;
	}
	.container_to_str h3{
		margin-top:20px !important;
	}
}
@media (max-width:500px){
	
	.slider{
	margin-top:110px;
	}
	.product_image{
	height:238px;
	}
	.container_slogan_top{
		font-size: 13px;
	}
}
@media (min-width:501px) and (max-width:1100px){
	
	.product_image{
	height:238px;
	}
}
@media (max-width:330px){
	
	.product_image{
	height:328px;
	}
}
@media (min-width:850px){
	#str_div_cont{
		margin-top:2%;
	}
	.container_to_str h3{
		margin-top: 0;
	}
	.container_to_str a{
		padding: 10px 35px 10px 35px;
	}
}
    @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,800&display=swap');

.container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    height: auto;
    margin: 0 auto;
}

.container .imgBx {
    position: relative;
    width: 50%;
    height: 100%;
   
    transition: .3s linear;
}
.imgBx h3{
  font-size: 1.8em;
}
.kart{
  width: 100%;
  height: 490px;
  margin-top: 40px;
  background-size: 100% 100% !important;
  background-position: center !important;
    border-radius: 5px;
}
.vse_foto{
  width: 100%;
  height: 70px;
  margin-top: 10px;
  display: flex;
  grid-gap:5px !important;
  justify-content: flex-start;
}
.img1,.img2,.img3,.img4{
  width: 65px;
  height: 65px;
  background: yellow;
  margin-left: 5px;
  border-radius: 5px;
  transition: all 0.3s;
  outline: 2px solid #f5f5f5;
  background-size: 100% 100% !important;

}
.img1:hover,.img2:hover,.img3:hover,.img4:hover{
	outline: 2px solid #6c757d !important;
	cursor: pointer ;
}
.imgram:hover{
	outline: 2px solid #2c96ee !important;
	cursor: pointer ;
}
.img1{
 /* background: url(../images/un1.jpg) no-repeat;*/
  background-size: cover;
}
.img2{
  /*background: url(//f.nodacdn.net/557896) no-repeat;*/
  background-size: cover;
}
.img3{
  /*background: url(//f.nodacdn.net/557897) no-repeat;*/
  background-size: cover;
}
.img4{
  /*background: url(//f.nodacdn.net/557898) no-repeat;*/
  background-size: cover;
}
.container .details {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    padding: 40px;
}
.zagoovok,.zagoovok2{
  width: 50%;
  height: 500px;
}
.zagoovok p{
  margin-top: 0;
  color: grey;
   font-size: 0.9em;
}
.zagoovok2 p{
  margin-top: 0;
   font-size: 0.9em;
}
.product-colors span{
  width: 50%;
  font-size: 1.4em;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
}
.container .details h2{
    margin: 0;
    padding: 0;
    font-size: 2.4em;
    line-height: 1em;
    color: #444;
}

.container .details h2 span {
    font-size: 0.4em;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
}

.container .details p {
    max-width: 95%;
    margin-left: 5%;
    color: #333;
    font-size: 15px;
    margin-bottom: 36px;
}

.container .details h3 {
    margin: 0;
    padding: 0;
    font-size: 2.5em;
    color: #a2a2a2;
    float: left;
}
.container .details button {
    background: linear-gradient(to top, #124773,#2c96ee);  
    color: #fff;
    border: none;
    outline: none;
    padding: 15px 20px;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
    float: right;
}
.details h2{
	margin-top:50px;
}
.futermeneu{
	margin-top: 50px !important;
}
.product-colors span {
    width: 26px;
    height: 26px;
    top: 7px;
    margin-right: 12px;
    left: 10px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.vse_foto .img1{
	outline:2px #2c96ee solid;
}
.black {
    background: #000;
}

.red {
    background: #D5212E;
}

.orange {
    background: #F18557;
}

.product-colors .active:after{
    content: "";
    width: 36px;
    height: 36px;
    border: 2px solid #000;
    position: absolute;
    border-radius: 50%;
    box-sizing: border-box;
    left: -5px;
    top: -5px;
}

/* responsive */
@media (max-width: 1080px) {
    .container {
        width:100%;
        height: auto;
    }
    .container .imgBx {
        padding: 0px;
        box-sizing: border-box;
        width: 100% !important;
        height: 900px;
        text-align: center;
        
    }
    .details {
        width: 100% !important;
        height: auto;
        padding: 0px;
    }
    .container .details p {
        margin-left: 0;
        max-width: 100%;
    }
}
/*forma reg & auth*/
.reg_zag{
	font: 32px "Open Sans", sans-serif;
}
.forma{
		margin-top:150px;
	}
	.forma2 input{
		width:300px;
		height: 40px;
    border: 1px solid #898989;
    border-radius: 5px;
    padding: 5px;
		background:white;
	}
	.forma2 input:active{
		background:white;
	}
	.name2i{
		margin-top:15px;
	}
	input, button {outline:none;}
	/*.butform{
		transition:0.3s;
		border: none;
		background:#2c96ee;
		margin-top:10px;
		color: white;
		font-weight:500;
		height: 35px !important;
		width: 200px;
		border: white 2px solid !important;
	}
	.butform:hover{
		background:#F5F5F5;
		border: #2c96ee 2px solid !important;
		color: black;
	}*/
.butform {
  width: 300px;
  height: 60px;
  margin:20px 0px 20px 0px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #91C9FF;
  outline: none;
  transition: 1s ease-in-out;
	padding: 0px 20px 0px 20px;
	border-radius:10px;
	 color: #2c96ee;
  font-size: 18px;
  font-weight: 300;
	animation-duration: 3s;
  animation-name: butpuls;
  animation-iteration-count: infinite;
	  animation-direction: alternate;
}



.butform:hover {
  transition: 1s ease-in-out;
  background: #2c96ee;  
	color:white;
}


@keyframes butpuls {
  from {
    background: transparent;
	  color: #2c96ee;
  }

  to {
   color:white;
	    background: #2c96ee; 
  }
}
.conteinerKnop{
		width: 70%;
		padding: 7% 0% 0% 15%;
	}
	.buttonKorzina{
		width: 150px;
		height: 50px;
		background: #2c96ee;
		color: white;
		border:1px solid #2c96ee;
		border-radius: 10px 0px 0px 10px;
		float:left;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.buttonZakaz{
		width: 150px;
		height: 50px;
		background: transparent;
		color: #2c96ee;
		border:1px solid  #2c96ee;
		border-radius: 0px 0px 0px 0px;
		float:left;
		display: flex;
		align-items: center;
		justify-content: center;
	}
.buttonZakazHistory{
		width: 150px;
		height: 50px;
		background: transparent;
		color: #2c96ee;
		border:1px solid  #2c96ee;
		border-radius: 0px 10px 10px 0px;
		float:left;
		display: flex;
		align-items: center;
		justify-content: center;
	}
@media screen and (max-width:440px){
	.buttonKorzina, .buttonZakaz, .buttonZakazHistory{
	width: 90px;
	height: 45px;
}

}



.buttonKorzina, .buttonZakaz, .buttonZakazHistory{
	transition: 0.3s;
}
.buttonKorzina:hover, .buttonZakaz:hover, .buttonZakazHistory:hover{
	cursor: pointer;
	opacity: 0.7;
}

