

/* Start:/local/templates/main/components/bitrix/news/catalog/bitrix/catalog.section.list/.default/style.css?17447069442169*/
.section_card{
	transition: 0.5s;  
	background: #FFFFFF1A;
}

.section_card:hover{
	-webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.2);
	transform: translateY(-5px);
	background: linear-gradient(107.69deg, rgba(14, 79, 85, 0.2) 16.07%, rgba(42, 173, 185, 0.2) 58.03%, rgba(31, 174, 187, 0.2) 100%);
}


  
@media (min-width: 992px){
	
	.section_card_img{
		display: block;
		height: 400px;
		background-size: cover !important;
		background-position: center !important;
	}


	.section_discr{
		color:#fff;
		position: absolute;
		bottom: 0px;
	}
  
	.section_card_text{
		height: 81px;
        overflow: hidden;
        display: block;
        text-align: left;
        font-weight: 400;
        color: #fff;
        padding: 12px 16px;
        font-size: 18px;
        text-decoration: none;
	}	
	
	.section_card_text2{
		 
        overflow: hidden;
        display: inline-block;
        text-align: left;
        font-weight: 400;
        color: #fff;
        padding: 0px 0px 0px 0px;
        font-size: 15px;
        text-decoration: none;
        border-bottom: 1px solid #fff;
        margin-left: 16px;
        margin-bottom: 9px;
        font-size: 12px;
        text-transform: uppercase;
	}
}

@media (max-width: 992px){
	
	.section_card_img{
		display: block;
		height: 250px;
		background-size: cover !important;
		background-position: center !important;
	}
	
	
	.section_discr{
		color:#fff; 
	}
	
	
	.section_card_text{
		height: 81px;
        overflow: hidden;
        display: block;
        text-align: left;
        font-weight: 400;
        color: #fff;
        padding: 12px 16px;
        font-size: 18px;
        text-decoration: none;
	}	
	
	.section_card_text2{
		overflow: hidden;
        display: inline-block;
        text-align: left;
        font-weight: 400;
        color: #fff;
        padding: 0px 0px 0px 0px;
        font-size: 15px;
        text-decoration: none;
        border-bottom: 1px solid #fff;
        margin-left: 16px;
        margin-bottom: 9px;
        font-size: 12px;
        text-transform: uppercase;
	}
}
 
 
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/price/style.css?17447075973050*/

@media (min-width: 992px){

	.price-div{
		background: #FFFFFF1A url(/local/templates/main/images/price_bg.svg);
		background-repeat: no-repeat;
		background-position: left;
		background-size: contain;
		padding: 15px;
		height: 260px;
		position: relative;
	}

	.price-div:hover{
		background: linear-gradient(107.69deg, rgba(14, 79, 85, 0.2) 16.07%, rgba(42, 173, 185, 0.2) 58.03%, rgba(31, 174, 187, 0.2) 100%), url(/local/templates/main/images/price_bg_active.svg);
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: contain;
	}

	.price-name{
		color: #ffffff9c;
		font-size: 13px;
	}

	.price-name2{
		color: #fff;
		font-size: 20px;
		font-weight: 500;
		margin-top: 10px;
	}

	.price-text{
		color: #fff;
		font-size: 13px;
	}

	.price-text1{
		color: #fff;
		font-size: 11px;
		white-space: nowrap;
	}

	.price-text2{
		color: #fff;
		white-space: nowrap;
	}

	.price-row{
		position: absolute;
		width: 100%;
		bottom: 11px;
	}

	.price-div:hover .price-text1{
		color: #DF7401CC;
	}

	.price-div:hover .price-row{
		bottom: 61px;
	}

	.price-btn {
		background: #DF7401;
		font-size: 13px;
		line-height: 10px;
		text-align: center;
		color: #fff !important;
		padding: 13px 0px;
		border: 1px solid #DF7401;
		outline: none;
		border-radius: 0px;
		transition: 1s;
		cursor: pointer;
		text-decoration: none;
		display: block; 
		position: absolute;
		width: 92%;
		bottom: 13px;
		opacity: 0;
	}

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

	.price-div:hover .price-btn{
		opacity: 1;
	}
	
}


@media (max-width: 992px){

	.price-div{
		background: #FFFFFF1A url(/local/templates/main/images/price_bg.svg);
		background-repeat: no-repeat;
		background-position: left;
		background-size: contain;
		padding: 15px;
		position: relative;
	}

	.price-div:hover{
		background: linear-gradient(107.69deg, rgba(14, 79, 85, 0.2) 16.07%, rgba(42, 173, 185, 0.2) 58.03%, rgba(31, 174, 187, 0.2) 100%), url(/local/templates/main/images/price_bg_active.svg);
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: contain;
	}

	.price-name{
		color: #ffffff9c;
		font-size: 11px;
	}

	.price-name2{
		color: #fff;
        font-size: 20px;
        font-weight: 400;
        margin-top: 10px;
		margin-bottom: 13px;
	}

	.price-row{
		margin-bottom: 15px;
	}
	
	.price-text{
		color: #fff;
		font-size: 13px;
	}

	.price-text1{
		color: #fff;
		font-size: 11px;
		white-space: nowrap;
	}

	.price-text2{
		color: #fff;
		white-space: nowrap;
	}

 

	.price-div:hover .price-text1{
		color: #DF7401CC;
	}

 

	.price-btn {
		background: #DF7401;
		font-size: 13px;
		line-height: 10px;
		text-align: center;
		color: #fff !important;
		padding: 13px 0px;
		border: 1px solid #DF7401;
		outline: none;
		border-radius: 0px;
		transition: 1s;
		cursor: pointer;
		text-decoration: none;
		display: block; 
	 
		width: 100%; 
	}

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

	 
	
}
/* End */


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

.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: #ffffff;
    margin-top: 7px;
    margin-bottom: 17px;
    border: 1px solid #23575c;
    padding: 17px 13px 10px 13px;
    border-radius: 0px;
    outline: none;
    background: #23575c;
}

.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: -12px;
    left: 4px;
    font-size: 11px;
}

.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: 21px 17px;
    font-size: 14px;
    color: #ffffff8a;
    pointer-events: none;
    transition: .5s;
    white-space: nowrap;
}
 

 	
.container_fb{
	background: #065a85;
	border-radius: 20px; 
	overflow: hidden;
}

.feedback_h2_1{
    color: #ffffffb0;
    font-size: 19px;
}

 
/* End */


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

.contact_email {
	color:#fff; 
}

.contact_z{
    display: block;
    font-size: 13px;
    color: #ffffffa6;
}

.contact_name{
	display: block;
    font-size: 17px;
	color:#fff;
	text-decoration:none;
}
.contact_name:hover{ 
	color:#fff;
}

.contact_div{
	margin-bottom: 20px;
	display:block;
	font-size:14px;
	color:#fff;
}

@media (min-width: 992px){
 
	.map-cont{
		padding-left: 0px !important;
	}

}	 
/* End */
/* /local/templates/main/components/bitrix/news/catalog/bitrix/catalog.section.list/.default/style.css?17447069442169 */
/* /local/templates/main/components/bitrix/news.list/price/style.css?17447075973050 */
/* /local/components/main/send.form/templates/statics/style.css?17446299021777 */
/* /local/templates/main/components/bitrix/news.list/contact/style.css?1744364633458 */
