

/* Start:/local/templates/main/components/bitrix/news.list/slider/style.css?17157612581899*/
.slider-head{
	color:#fff;
	text-decoration: underline;
}
.slider-head:hover{
	color:#fff;
	text-decoration: none;
}
	

	
@media (min-width: 992px){
	
		.carousel-caption {
		  bottom: 3rem;
		  z-index: 10;
		}

		/* Declare heights because of positioning of img element */
		.carousel-item {
		  height: 42rem;
		  background-color: #777;
		}
		.carousel-item > img {
		  position: absolute;
		  top: 0;
		  left: 0;
		  min-width: 100%;
		  height: 42rem;
		}

		.carousel-caption {
			top: 100px; 
		}
		
		

		.slider-name{
			font-size: 39px;
			font-weight: 700;
			line-height: 41px;
		}

		.slider-dis{
			display:block;
			margin-top:10px;
		}


		.slider-btn-main {
			background: #4067FE;
			color: #fff; 
			text-align: center;
			padding: 10px 26px;
			border-radius: 20px;
			z-index: 5;
			font-size: 17px;
		}

		.slider-btn-main:hover{ 
			color: #fff;  
		}
	
}

@media (max-width: 992px){
	
	
		.carousel-caption {
		  bottom: 3rem;
		  z-index: 10;
		}

		/* Declare heights because of positioning of img element */
		.carousel-item {
		  height: 28rem;
		  background-color: #777;
		}
		.carousel-item > img {
		  position: absolute;
		  top: 0;
		  left: 0;
		  min-width: 100%;
		  height: 28rem;
		}

		.carousel-caption {
			top: 20px; 
		}

		.slider-name{
			font-size: 21px;
			font-weight: 500;
		}

		.slider-dis{
			display:block;
			margin-top:10px;
		}


		.slider-btn-main {
			background: #4067FE;
			color: #fff; 
			text-align: center;
			padding: 10px 26px;
			border-radius: 20px;
			z-index: 5;
			font-size: 17px;
		}

		.slider-btn-main:hover{ 
			color: #fff;  
		}
		
	
}

.carousel-indicators-slider li{
	height: 10px !important;
    border-radius: 15px !important;
	border-top: 0px solid transparent !important;
    border-bottom: 0px solid transparent !important;
}

.carousel-indicators .active {
    opacity: 1;
	background:rgba(64, 103, 254, 1);
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/zaemshchiku/style.css?17827526602774*/
.element_card{
	height:400px;
	display:block; 
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	transition: 0.5s; 
	background: linear-gradient(0deg, #3C60F1 0%, #08299B 102.39%);

}


/*
.element_card::after {
    content: "";
    position: absolute;
    left: 0%;
    right: 0%;
    top: 14%;
    bottom: 0%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
 */
 
.element_card:hover{ 
	transform: translateY(-5px);
}


.element_card_text_mikro{
	color: #ffffff;
    font-size: 26px !important;
    text-align: left;
    font-weight: 600;
    position: absolute;
    left: 22px;
    top: 10% ;
    z-index: 5;
    line-height: 34px;
    height: 62px;
    overflow: hidden;
	padding-right: 10px;
}

 
.element_card_text2{
	color: #ffffff;
    font-size: 15px  !important;
    text-align: left;
    font-weight: 400;
    position: absolute;
    left: 23px; 
    z-index: 5;
    line-height: 16px;
    top: 34%;
    height: 86px;
    overflow: hidden;
}

.element_card_btn{
 
       position: absolute;
    background: #ffffff;
    color: #000;
    bottom: 15px;
    text-align: center;
    padding: 9px 25px;
    border-radius: 20px;
    z-index: 5;
    font-size: 14px;
    left: 31%;
	font-weight: 600;
}

.table_mi{ 
	position: absolute;
    color: #fff;
    text-decoration: none;
    top: 48%;
    left: 22px;
    width: 90%;
    font-size: 15px;
}




.catalog-item__price {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3;
    color: #fff;
}

.catalog-props__item {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.5;
}

.catalog-props__item::before {
  content: '';
    position: absolute;
    left: 0;
    bottom: 14px;
    z-index: 1;
    height: 1px;
    width: 100%;
   /* background: #fff;*/ 
}


.catalog-props__item .name {
    position: relative;
    z-index: 2;
    color: #fff; 
    padding-right: 5px;
    white-space: nowrap;
}

.catalog-props__item .val {
    position: relative;
    z-index: 2;
    color: #fff; 
    padding-left: 5px; 
    text-align: right;
	font-size: 21px; 
	font-weight: 700;
	white-space: nowrap;
	top: -4px;
}

.catalog-props__item + .catalog-props__item {
    margin-top: 5px;
}



.select_program{
	display: flex;
    flex-wrap: nowrap;
	border:1px solid #000;
	border-radius: 20px;
}

.select_program_el{
	width:50%;
	padding:10px 0px;
	text-align:center;
	color:#000;
	cursor: pointer;
}

.select_program_el_active{
	background: rgba(0, 11, 52, 1);
    border-radius: 20px;
	color:#fff;
}


.show_elenemt9 {
    color: rgba(0, 11, 52, 1);
    font-weight: 600;
    text-decoration: underline;
	cursor:pointer;
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?17826377747010*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3RtcC9vR1BqeGQiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEiLCJmaWxlIjoiLi4vLi4vLi4vdG1wL29HUGp4ZCIsInNvdXJjZXNDb250ZW50IjpbIi5ieC1wYWdpbmF0aW9uIHtcblx0bWFyZ2luOiAxMHB4IDA7XG59XG4uYngtcGFnaW5hdGlvbiAuYngtcGFnaW5hdGlvbi1jb250YWluZXIge1xuXHR0ZXh0LWFsaWduOiBjZW50ZXI7XG5cdHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cbi5ieC1wYWdpbmF0aW9uIC5ieC1wYWdpbmF0aW9uLWNvbnRhaW5lciB1bCB7XG5cdHBhZGRpbmc6IDA7XG5cdG1hcmdpbjogMDtcblx0bGlzdC1zdHlsZTogbm9uZTtcblx0ZGlzcGxheTogaW5saW5lLWJsb2NrO1xufVxuLmJ4LXBhZ2luYXRpb24gLmJ4LXBhZ2luYXRpb24tY29udGFpbmVyIHVsIGxpIHtcblx0ZGlzcGxheTogaW5saW5lLWJsb2NrO1xuXHRtYXJnaW46IDAgMnB4IDE1cHggMnB4O1xufVxuLmJ4LXBhZ2luYXRpb24gLmJ4LXBhZ2luYXRpb24tY29udGFpbmVyIHVsIGxpIHNwYW57XG4gICAgLXdlYmtpdC10cmFuc2l0aW9uOiBjb2xvciAuM3MgZWFzZSwgYmFja2dyb3VuZC1jb2xvciAuM3MgZWFzZSwgYm9yZGVyLWNvbG9yIC4zcyBlYXNlO1xuICAgICAgIC1tb3otdHJhbnNpdGlvbjogY29sb3IgLjNzIGVhc2UsIGJhY2tncm91bmQtY29sb3IgLjNzIGVhc2UsIGJvcmRlci1jb2xvciAuM3MgZWFzZTtcbiAgICBcdC1tcy10cmFuc2l0aW9uOiBjb2xvciAuM3MgZWFzZSwgYmFja2dyb3VuZC1jb2xvciAuM3MgZWFzZSwgYm9yZGVyLWNvbG9yIC4zcyBlYXNlO1xuICAgIFx0IC1vLXRyYW5zaXRpb246IGNvbG9yIC4zcyBlYXNlLCBiYWNrZ3JvdW5kLWNvbG9yIC4zcyBlYXNlLCBib3JkZXItY29sb3IgLjNzIGVhc2U7XG4gICAgXHRcdHRyYW5zaXRpb246IGNvbG9yIC4zcyBlYXNlLCBiYWNrZ3JvdW5kLWNvbG9yIC4zcyBlYXNlLCBib3JkZXItY29sb3IgLjNzIGVhc2U7XG5cdGJhY2tncm91bmQ6ICNlZmYwZjE7XG5cdHBhZGRpbmc6IDAgOHB4O1xuXHRkaXNwbGF5OiBibG9jaztcblx0aGVpZ2h0OiAzMnB4O1xuXHRtaW4td2lkdGg6IDMycHg7XG5cdGxpbmUtaGVpZ2h0OiAzMnB4O1xuXHRjb2xvcjogIzQ0NDtcblx0Zm9udC1zaXplOiAxNHB4O1xuXHRib3JkZXItcmFkaXVzOiAxNnB4O1xuXHR2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlO1xuXHQtd2Via2l0LWJveC1zaXppbmc6IGJvcmRlci1ib3g7XG5cdC1tb3otYm94LXNpemluZzogYm9yZGVyLWJveDtcblx0Ym94LXNpemluZzogYm9yZGVyLWJveDtcbn1cbi5ieC1wYWdpbmF0aW9uIC5ieC1wYWdpbmF0aW9uLWNvbnRhaW5lciB1bCBsaSBhIHtcblx0dGV4dC1kZWNvcmF0aW9uOiBub25lO1xuXHRkaXNwbGF5OiBibG9jaztcblx0Ym9yZGVyLXJhZGl1czogMTZweDtcblx0aGVpZ2h0OiAzMnB4O1xuXHRtaW4td2lkdGg6IDMycHg7XG5cdGxpbmUtaGVpZ2h0OiAzMnB4O1xuXHRjb2xvcjogIzQ0NDtcblx0dmVydGljYWwtYWxpZ246IG1pZGRsZTtcbn1cbi5ieC1wYWdpbmF0aW9uIC5ieC1wYWdpbmF0aW9uLWNvbnRhaW5lciB1bCBsaSBhOmhvdmVyIHNwYW57XG5cdGJhY2tncm91bmQ6ICNEQURBREE7XG59XG4uYngtcGFnaW5hdGlvbiAuYngtcGFnaW5hdGlvbi1jb250YWluZXIgdWwgbGkuYngtYWN0aXZlIHNwYW57XG5cdGJhY2tncm91bmQ6ICMwMDgzZDE7XG5cdGNvbG9yOiAjZmZmO1xufVxuLmJ4LXBhZ2luYXRpb24gLmJ4LXBhZ2luYXRpb24tY29udGFpbmVyIHVsIGxpLmJ4LXBhZy1hbGwgYSBzcGFuLFxuLmJ4LXBhZ2luYXRpb24gLmJ4LXBhZ2luYXRpb24tY29udGFpbmVyIHVsIGxpLmJ4LXBhZy1wcmV2IGEgc3Bhbixcbi5ieC1wYWdpbmF0aW9uIC5ieC1wYWdpbmF0aW9uLWNvbnRhaW5lciB1bCBsaS5ieC1wYWctbmV4dCBhIHNwYW4ge1xuXHRiYWNrZ3JvdW5kOiAjZmZmO1xuXHRib3JkZXI6IDJweCBzb2xpZCAjZWZmMGYxO1xuXHRsaW5lLWhlaWdodDogMjhweDtcblx0cGFkZGluZzogMCAxOHB4O1xuXHRjb2xvcjogIzQ0NDtcbn1cbi5ieC1wYWdpbmF0aW9uIC5ieC1wYWdpbmF0aW9uLWNvbnRhaW5lciB1bCBsaS5ieC1wYWctYWxsIHNwYW4sXG4uYngtcGFnaW5hdGlvbiAuYngtcGFnaW5hdGlvbi1jb250YWluZXIgdWwgbGkuYngtcGFnLXByZXYgc3Bhbixcbi5ieC1wYWdpbmF0aW9uIC5ieC1wYWdpbmF0aW9uLWNvbnRhaW5lciB1bCBsaS5ieC1wYWctbmV4dCBzcGFue1xuXHRjb2xvcjogI2FhYjFiNDtcblx0YmFja2dyb3VuZDogI2ZmZjtcblx0Ym9yZGVyOiAycHggc29saWQgI2VmZjBmMTtcblx0bGluZS1oZWlnaHQ6IDI4cHg7XG5cdHBhZGRpbmc6IDAgMThweDtcbn1cbi5ieC1wYWdpbmF0aW9uIC5ieC1wYWdpbmF0aW9uLWNvbnRhaW5lciB1bCBsaS5ieC1wYWctYWxsIGE6aG92ZXIgc3Bhbixcbi5ieC1wYWdpbmF0aW9uIC5ieC1wYWdpbmF0aW9uLWNvbnRhaW5lciB1bCBsaS5ieC1wYWctcHJldiBhOmhvdmVyIHNwYW4sXG4uYngtcGFnaW5hdGlvbiAuYngtcGFnaW5hdGlvbi1jb250YWluZXIgdWwgbGkuYngtcGFnLW5leHQgYTpob3ZlciBzcGFuIHtcblx0YmFja2dyb3VuZDogI2ZmZjtcblx0Ym9yZGVyLWNvbG9yOiAjREFEQURBO1xuXHRjb2xvcjogIzAwMDtcbn1cblxuLypjb2xvciBzY2hlbWVzKi9cbi5ieC1wYWdpbmF0aW9uLmJ4LWdyZWVuICAuYngtcGFnaW5hdGlvbi1jb250YWluZXIgdWwgbGkuYngtYWN0aXZlIHNwYW57XG5cdGJhY2tncm91bmQ6ICMzYmM5MTU7XG5cdGNvbG9yOiAjZmZmO1xufVxuLmJ4LXBhZ2luYXRpb24uYngteWVsbG93ICAuYngtcGFnaW5hdGlvbi1jb250YWluZXIgdWwgbGkuYngtYWN0aXZlIHNwYW57XG5cdGJhY2tncm91bmQ6ICNGOUE5MUQ7XG5cdGNvbG9yOiAjZmZmO1xufVxuLmJ4LXBhZ2luYXRpb24uYngtcmVkICAuYngtcGFnaW5hdGlvbi1jb250YWluZXIgdWwgbGkuYngtYWN0aXZlIHNwYW57XG5cdGJhY2tncm91bmQ6ICNFMjJCMkI7XG5cdGNvbG9yOiAjZmZmO1xufVxuLmJ4LXBhZ2luYXRpb24uYngtYmx1ZSAuYngtcGFnaW5hdGlvbi1jb250YWluZXIgdWwgbGkuYngtYWN0aXZlIHNwYW57XG5cdGJhY2tncm91bmQ6ICMwMDgzZDE7XG5cdGNvbG9yOiAjZmZmO1xufVxuIl19 */
/* End */


/* Start:/local/components/main/send.form/templates/recaptcha-statics-yandex/style.css?17157595623957*/
.my-modal-body{
	padding: 0 20px;
}

.form-input-box {
  position: relative;
}

.form-input-box input,
.form-input-box textarea{
    width: 100%;
    padding: 20px 17px 7px 17px;
    height: 60px;
    font-size: 16px;
    color: #000;
    margin-bottom: 14px;
    border: 2px solid #f6f7f9;
    outline: none;
    background: #f6f7f9;
}

.form-input-box input:focus ~ label,
.form-input-box input:not(:placeholder-shown) ~ label,
.form-input-box textarea:focus ~ label,
.form-input-box textarea:not(:placeholder-shown) ~ label{
  top: -11px;
  left: -4px;
  font-size: 11px;
}

.form-input-box input:focus,
.form-input-box input:not(:placeholder-shown),
.form-input-box textarea:focus,
.form-input-box textarea:not(:placeholder-shown){
    border: 2px solid #cccdcb;
    border-radius: 5px;
	background: #fff;
}
 
.form-input-box label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 6px;
    margin: 11px 16px;
    font-size: 16px;
    color: #8495b1;
    pointer-events: none;
    transition: .5s;
    font-weight: 500;

}





 
.btn-statics {
  font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    color: #FFF;
    padding: 11px 37px;
    border: 2px solid  rgba(64, 103, 254, 1);
    outline: none;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: rgba(64, 103, 254, 1);
}

.btn-statics:hover{
	background: #ffffff;
    color: #2a2a2a; 
}

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

.form-control-statics input, 
.form-control-statics textarea{
    width: 100%;
    padding: 6px 7px;
    font-size: 16px;
    color: #fff;
    margin-top: 7px;
	margin-bottom: 17px;
    border-top: 0px solid #eee;
	border-right: 0px solid #eee;
	border-left: 0px solid #eee;
	border-bottom: 2px solid #eee;
	outline: none;
    background: transparent;
}

 


.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: -18px;
  left: 0;
  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){
  border-bottom: 2px solid #7bae2c;
}
 
.form-control-statics label {
  position: absolute;
  top:0;
  left: 0;
  padding: 0px 6px;
  margin: 13px 18px;
  font-size: 15px;
  color: #fff;
  pointer-events: none;
  transition: .5s;
}

.st-form{

    padding: 33px;
    margin-top: 20px;
    margin-bottom: 20px; 
}


.form-control-statics2 select{
    width: 100%;
    padding: 6px 7px;
    font-size: 16px;
    color: #000;
    margin-top: 7px;
	margin-bottom: 17px;
    border-top: 0px solid #eee;
	border-right: 0px solid #eee;
	border-left: 0px solid #eee;
	border-bottom: 2px solid #eee;
	outline: none; 
	background: #1c328a;
    color: #fff;
	
}

.form-control-statics2 label {
  position: absolute;
  top:-26px;
  left: 0;
  padding: 0px 6px;
  margin: 13px 18px;
  font-size: 15px;
  color: #fff;
  pointer-events: none;
  transition: .5s;
}

@media (min-width: 992px){
	.form-control-statics-text {
		display: flex;
		align-items: center;
		height: 100%;
	}
	
	
	.block2_tizer{
	    display: block;
		height: 100%; 
		border: 1px solid #fff;
		border-radius: 15px;
		text-align: center;
		padding: 75px  0px;
		font-size: 20px;
	} 

	.block2_tizer span{
			display: block;
	  font-size: 60px;
		font-weight: 700;
			
	} 
}

@media (max-width: 992px){
 	
	
	.block2_tizer{
	    display: block;
		height: 100%;
		border: 1px solid #fff;
		border-radius: 15px;
		text-align: center;
		padding: 4px 0px;
		font-size: 15px;
	} 

	.block2_tizer span {
		display: block;
		font-size: 28px;
		font-weight: 700;
	}
}
	 
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/calc.main/style.css?17132446192612*/
input[type='range'] {
 
  -webkit-appearance: none;
  background-color: #fff;
}
      input[type='range']::-webkit-slider-thumb {
      width: 20px;
      -webkit-appearance: none;
	  border-radius:50%;
      height: 20px;
      background: rgba(64, 103, 254, 1);
      box-shadow: 0 0 0 0 #43e5f7;
    }


div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.form-check-label{
	color:#fff;
}

.form-range {
    width: 100%; 
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	display: block;
	
    height: 4px;
    border-radius: 20px;

}

.calc__rate-value{
    background: rgba(0, 39, 96, 1);
    border: 1px solid rgba(0, 39, 96, 1);
    color: #fff;
}

.form-label{ 
	color:#fff;
	    font-weight: 600;
}

 

.range__min {
	display: inline-block;
	 color: #fff;
	     margin-top: 10px;
}

.range__max {
	display: inline-block;
	float: right;
    color: #fff;
	    margin-top: 10px;
}

.range__number{
	 color: #fff;
}
.range__mesure{
	 color: #fff;
}


.sf1-statics {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    color: #FFF;
    padding: 11px 37px;
    border: 2px solid rgba(64, 103, 254, 1);
    outline: none;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: rgba(64, 103, 254, 1);
}

.sf1-cons {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    color: #000;
    padding: 11px 37px;
    border: 2px solid #fff;
    outline: none;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
	cursor:pointer;
}


.select_5{
	display: flex;
    flex-wrap: nowrap;
	border:1px solid #fff;
	border-radius: 20px;
}

.select_5_0{
	width:50%;
	padding:5px 0px;
	text-align:center;
	color:#fff;
	cursor: pointer;
}

.select_5_0_active{
	background: #fff;
    border-radius: 20px;
	color:#000;
}



.select_6{
	display: flex;
    flex-wrap: nowrap;
	border:1px solid #fff;
	border-radius: 20px;
}

.select_6_0{
	width:50%;
	padding:5px 0px;
	text-align:center;
	color:#fff;
	cursor: pointer;
}

.select_6_0_active{
	background: #fff;
    border-radius: 20px;
	color:#000;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/slider.swiper/style.css?17157590621167*/
.swiper-arrow{
    margin: 3px;
    cursor: pointer !important;
	padding:7px 10px !important;
	transition: 0.5s;
	background: #fff !important;
}
 
.swiper-arrow:hover{
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
}
 
.swiper-slide-card {
	background:#fff;
    border-radius: 10px;
	height:380px;
	display:block;
	overflow: hidden;
    background-position: center !important;
}

.swiper-slide-card::after {
    content: "";
    position: absolute;
    left: 0%;
	border-radius: 10px;
    right: 0%;
    top: 24%;
    bottom: 0%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
 

.swiper-pagination-clickable .swiper-pagination-bullet {
    background: #007bff;
}
 
.swiper-cs-text{
	color: #ffffff;
    font-size: 15px !important;
    text-align: left;
    font-weight: 600;
    position: absolute; 
    left: 12px;
    top: 75%;
	z-index: 5;
	line-height: 18px;
}


.top_menu_zakaz3{
	color:rgba(0, 11, 52, 1);
	font-weight: 600;
    text-decoration: underline;
}

.swiper-pagination3 > .swiper-pagination-bullet{
	background:rgba(64, 103, 254, 1); 
    width: 34px;
    height: 9px;
    border-radius: 5px;
}
 
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/tizer/style.css?1679317343690*/
.tizer-img {
    position: relative;
}
 
.tizer-img span {
	position: relative;
    max-width: 90px;
    min-width: 70px;
    height: 90px;
    line-height: 90px;
    margin: 0 auto;
    padding: 0px;
    vertical-align: middle;
    text-align: center;
    zoom: 1;
    display: block;
}
 
.tizer-img 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%;
}

 
.tizer-cs-text{
	color:#fff;
	display:block;
	height: 75px;
    overflow: hidden;
	font-size:14px !important;
	padding:10px !important;
	text-align:center;
	font-weight: 400;
}
 
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/faq_blue/style.css?1712218373427*/
.card-title{
	cursor:pointer;
    border-bottom: 1px solid #fff;
    color: #0e6caa;
    font-size: 15px;
    font-weight: 400;
	
}
 

.card-header-top {
	padding: 9px 20px !important;
    border-radius: 10px !important;
    border: 3px solid #002760 ;
    background-color: #002760 !important;
    color: #ffffff;
    margin-bottom: 10px;
}

.accordion-img {
	position: absolute;
	right: -6px;
    top: 10%;
    width: 38px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/slider.swiper.v2/style.css?16793173431032*/
.swiper-arrow-v2{
    margin: 3px;
    cursor: pointer !important;
	padding:7px 10px !important;
	transition: 0.5s;
	background: #fff !important;
}
 
.swiper-arrow-v2:hover{
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
}
 
.swiper-slide-card-v2 {
	background:#fff;
    border-radius: 15px;
}
 

 
 
.swiper-cs-text-v2{
	    color: #313131;
    display: block;
    height: 102px;
    overflow: hidden;
    font-size: 13px !important;
    padding: 10px !important;
    text-align: center;
    font-weight: 500;
}


 
.stat-img-v2 {
    position: relative;
}
 
.stat-img-v2 span {
	position: relative;
    max-width: 180px;
    min-width: 70px;
    height: 170px;
    line-height: 170px;
    margin: 0 auto;
    padding: 0px;
    vertical-align: middle;
    text-align: center;
    zoom: 1;
    display: block;
}
 
.stat-img-v2 img {
	max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    vertical-align: middle;
} 
 


 
/* End */
/* /local/templates/main/components/bitrix/news.list/slider/style.css?17157612581899 */
/* /local/templates/main/components/bitrix/news.list/zaemshchiku/style.css?17827526602774 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?17826377747010 */
/* /local/components/main/send.form/templates/recaptcha-statics-yandex/style.css?17157595623957 */
/* /local/templates/main/components/bitrix/news.list/calc.main/style.css?17132446192612 */
/* /local/templates/main/components/bitrix/news.list/slider.swiper/style.css?17157590621167 */
/* /local/templates/main/components/bitrix/news.list/tizer/style.css?1679317343690 */
/* /local/templates/main/components/bitrix/news.list/faq_blue/style.css?1712218373427 */
/* /local/templates/main/components/bitrix/news.list/slider.swiper.v2/style.css?16793173431032 */
