

/* Start:/local/templates/main/components/bitrix/news/catalog/bitrix/news.detail/.default/style.css?17816811035485*/
.card_product{
	border: 1px solid #dfdfdf; 
	height: 100%;
	border-radius: 20px;
	padding: 10px 20px;
}

.card_product:hover {
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
}

.product_name{
    display: block;
    text-align: left;
    font-size: 14px;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 600; 
}

.product_price{
    display: block;
    text-align: left;
    font-size: 20px;
    margin-top: 5px; 
    font-weight: 600; 
	color: #cb0202;
}

.open_card_product{
	cursor:pointer;
}
  
@media (min-width: 992px){
	
	.wrapper_fw {
		position: relative;
		
		padding: 10px 0px 10px 0px;
	}
	 
	.wrapper_fw a {
		position: relative;
		max-width: 280px;
		min-width: 90px;
		height: 260px;
		line-height: 190px;
		margin: 0 auto;
		padding: 0px;
		vertical-align: middle;
		text-align: center;
		zoom: 1;
		display: block;
	}
	 
	.wrapper_fw img {
		 max-width: 100%;
		max-height: 100%;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		border: 0;
		vertical-align: middle;
		max-width: 100%;
	}

	.element_catalog_card{
		height:420px;
		display:block;
		background-position: center !important;
		background-size: cover !important;
		position: relative;
		border-radius: 0px;
		overflow: hidden;
		transition: 0.5s;
		border-radius:20px;
	}

	.element_catalog_card::after {
		content: "";
		position: absolute;
		left: 0%;
		right: 0%;
		top: 14%;
		bottom: 0%;  
		background: linear-gradient(180deg, rgba(12, 12, 12, 0) 0%, rgba(52, 57, 97, 0.9) 100%);

	}
	  
	 

	.element_catalog_card:hover::after { 
		background: linear-gradient(180deg, rgba(12, 12, 12, 0) 0%, rgba(52,57,97, 1) 100%);

	}
	 
	.element_catalog_card_name{
		color: #ffffff;
		font-size: 21px !important;
		text-align: left;
		width: 70%;
		font-weight: 300;
		position: absolute;
		left: 12px;
		top: 81%;
		z-index: 5;
		line-height: 20px;
		/*overflow: hidden;*/
		text-decoration: none;
		max-height: 62px;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		transition: 0.5s;
	}

	.element_catalog_card_price{
		color: #ffffff;
		font-size: 16px !important;
		text-align: left;
		width: 70%;
		font-weight: 300;
		position: absolute;
		left: 12px;
		/* top: 88%; */
		top: 75%;
		z-index: 5;
		line-height: 20px;
		/*overflow: hidden;*/
		text-decoration: none;
		max-height: 62px;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		transition: 0.5s;
	}

		 
	.element_catalog_card_img{
		position: absolute;
		right: 32px;
		bottom: 42px;
		z-index: 99;
	}

 

}


 @media (max-width: 992px){
	
	.wrapper_fw {
		position: relative; 
		padding: 20px 0px 20px 0px;
	}
	 
	.wrapper_fw a {
		position: relative;
		max-width: 280px;
		min-width: 90px;
		height: 190px;
		line-height: 190px;
		margin: 0 auto;
		padding: 0px;
		vertical-align: middle;
		text-align: center;
		zoom: 1;
		display: block;
	}
	 
	.wrapper_fw img {
		 max-width: 100%;
		max-height: 100%;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		border: 0;
		vertical-align: middle;
		max-width: 100%;
	}

	.element_catalog_card{
		height:220px;
		display:block;
		background-position: center !important;
		background-size: cover !important;
		position: relative;
		border-radius: 0px;
		overflow: hidden;
		transition: 0.5s;
	}

	.element_catalog_card::after {
		content: "";
		position: absolute;
		left: 0%;
		right: 0%;
		top: 14%;
		bottom: 0%;  
		background: linear-gradient(180deg, rgba(12, 12, 12, 0) 0%, rgba(52, 57, 97, 0.9) 100%);

	}
	  
	 

	.element_catalog_card:hover::after { 
		background: linear-gradient(180deg, rgba(12, 12, 12, 0) 0%, rgba(52,57,97, 1) 100%);

	}
	 
	.element_catalog_card_name{
		color: #ffffff;
		font-size: 15px !important;
		text-align: left;
		width: 70%;
		font-weight: 500;
		position: absolute;
		left: 12px;
		top: 55%;
		z-index: 5;
		line-height: 20px;
		/*overflow: hidden;*/
		text-decoration: none;
		max-height: 62px;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		transition: 0.5s;
	}

	.element_catalog_card_price{
		color: #ffffff;
        font-size: 14px !important;
        text-align: left;
        width: 70%;
        font-weight: 400;
        position: absolute;
        left: 12px;
        top: 43%;
        z-index: 5;
        line-height: 20px;
        /* overflow: hidden; */
        text-decoration: none;
        max-height: 62px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        transition: 0.5s;
	}

		 
	.element_catalog_card_img{
		display:none;
	}

	 

}

 
.zakaz{
    display: block;
    background: #343961;
    color: #fff;
    text-decoration: none;
    padding: 8px 0px; 
    font-size: 13px;
    text-align: center;
    border-radius: 10px;
}

.zakaz2{
    display: block;
    border:1px solid #343961;
    color: #343961;
    text-decoration: none;
    padding: 8px 0px; 
    font-size: 13px;
    text-align: center;
    border-radius: 10px;
}



.vezov_agenta{
    display: block;
    padding: 20px;
    color: #000;
    text-decoration: none;
    font-size: 19px;
    border: 1px solid #c0c0c0;
    margin-bottom: 15px;
	margin-top: 5px;
	text-align: center;
} 

.vezov_agenta span{
	display: block;
    font-size: 14px;
	margin-top: 5px;
}

.vezov_agenta:hover{
	background: #effaff;
}
/* End */


/* Start:/local/components/main/send.form/templates/statics/style.css?17526525301892*/
.form-statics{
	position: relative;
	background-position: center !important;
    background-size: cover !important;
}
 
.btn-statics {
	  font-size: 16px;
	  line-height: 24px;
	  text-align: center;
	  color: #fff !important;
	  padding: 13px  0px;
	  border: 1px solid #fff;
	  outline: none; 
	  border-radius: 0px; 
	  transition: 1s; 
	  cursor:pointer;
	  text-decoration:none;
	  display:block;
}

.btn-statics:hover{
	background: #fff;
    color: #065a85 !important; 
	 border: 1px solid #8cccd5;
}

.form-control-statics {
  position: relative;
}

.form-control-statics input,
.form-control-statics textarea{ 
    width: 100% !important; 
    font-size: 16px;
    color: #000;
    margin-top: 7px;
    margin-bottom: 17px;
    border: 1px solid #8cccd5;
    padding: 17px 13px 10px 13px;
    border-radius: 0px;
    outline: none;
    background: #ffff;
}

.form-control-statics input:focus ~ label,
.form-control-statics input:not(:placeholder-shown) ~ label,
.form-control-statics textarea:focus ~ label,
.form-control-statics textarea:not(:placeholder-shown) ~ label{
	top: -14px;
	left: -12px;
	font-size: 12px;
}

.form-control-statics input:focus,
.form-control-statics input:not(:placeholder-shown),
.form-control-statics textarea:focus,
.form-control-statics textarea:not(:placeholder-shown){
   
}
 
.form-control-statics label {
  position: absolute;
  top:0;
  left: 0;
  padding: 0px 6px;
  margin: 22px 34px;
  font-size: 15px;
  color: #000;
  pointer-events: none;
  transition: .5s;
}
 

 	
.container_fb{
	background: #065a85; 
	overflow: hidden;
}

.container0{
	padding:15px;
}



.feedback_form_soc{
	display:block;
	padding:18px 10px;
	text-align:center;
	color:#fff;
	margin-bottom:15px;
	text-decoration: none;
}

@media (min-width: 992px){
	
	.feedback_form_soc1{
		margin-top:196px;
	}
	
}


@media (max-width: 992px){
	
	.feedback_form_soc1{
		 
	}
	
}



 
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/contact/style.css?1742379617458*/
.contact_icon {
	fill:#272727;
	fill-rule: evenodd;
}

.contact_email {
	color:#272727; 
	text-decoration:none;
}

.contact_phone{
	color:#000;
	text-decoration:none;
}

.contact_n{
	color: #34396199;
    display: block;
    margin-bottom: 5px;
    margin-top: 25px;
	font-size:14px
}

.contact_phone_d{
	display: inline-block;
    margin-right: 20px;
}

.contact_val{
	color: #343961;
	font-size:17px;
}

.contact_val2{
	color: #343961CC;
	font-size:14px;
}
/* End */
/* /local/templates/main/components/bitrix/news/catalog/bitrix/news.detail/.default/style.css?17816811035485 */
/* /local/components/main/send.form/templates/statics/style.css?17526525301892 */
/* /local/templates/main/components/bitrix/news.list/contact/style.css?1742379617458 */
