

/* Start:/local/templates/.default/components/bitrix/news.list/slider/style.css?17883354565465*/
@media (min-width: 992px){
 
	#SwiperSliderMain{
		margin-top: -170px;
	}
	.swipermain{
		height:750px !important;
		background-repeat: no-repeat !important;  
	}
		
	.swipermain::after {
		content: "";
        position: absolute;
        left: 0%;
        right: 0%;
        top: 0%;
        bottom: 50%;
        background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(255 255 255 / 0%) 100%);
    }
	
	.swipermain_animation_top_bottom{
		background-size: cover !important;
		-webkit-animation: swipermain_animation_top_bottom 30s infinite  both !important; 
		animation: swipermain_animation_top_bottom 30s infinite  both !important;
	}
	
	@-webkit-keyframes swipermain_animation_top_bottom {
		0%   { background-position: top;    }
		50%  { background-position: bottom; }
		100% { background-position: top;	}
	}

	@keyframes swipermain_animation_top_bottom {
		0%   { background-position: top;     }
		50%  { background-position: bottom;  }
		100% { background-position: top; 	 }
	}
	
	.swipermain_animation_scale{
		background-position: center !important;	
		-webkit-animation: swipermain_animation_scale 20s infinite ease-in-out; 
		animation: swipermain_animation_scale 20s infinite ease-in-out; 
	}
	
	@-webkit-keyframes swipermain_animation_scale{
		  0%   { background-size: 100%; }
		  50%  { background-size: 120%; }
		  100% { background-size: 100%; }
	}
	@keyframes swipermain_animation_scale {
		  0%   { background-size: 100%; }
		  50%  { background-size: 120%; }
		  100% { background-size: 100%; }
	}

	.swipermain_bg_default{
		background-position: center !important;	
		background-size: cover !important;
	}
	
	.swiper-content{
		display: flex;
		height: 700px;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
	}
	.swiper-main-h1{	
		margin-top:170px;
		font-size: 45px;
		color: #333;
		font-weight: 700; 
		line-height: 51px;
	}
	.swiper-main-h1 > i{	
		color: var(--color-brand);
		font-style: normal !important;
	}
	
	.swiper-main-dis{
		font-size: 16px;
		margin-bottom: 20px;
		color: #5f5f5f;
		margin-top: 20px;
	}
	
	.swiper-main-img{
		height: 650px;
	}
  	
	.swiper-pagination-main > .swiper-pagination-bullet { 
		width: 20px !important;
		border-radius: 10px !important;
	}
	
	.swiper-pagination-main > .swiper-pagination-bullet-active {  
		width: 40px !important;
		border-radius: 20px !important;
	}
	 	
	.slider_btn_static{ 
		font-weight: 400;
		text-align: center;
		color: #fff !important;
		background: linear-gradient(var(--color-brand), var(--color-brand2));
		cursor: pointer;
		text-decoration: none;
		border: 1px solid #ffffff57;
		padding: 15px 36px;
		border-radius: 10px;
		display: inline-block;
		margin-bottom: 10px;
		margin-right:10px;
		transition: all 0.3s linear;
	}

	.slider_btn_static:hover {
		color: #fff !important;
		background: var(--color-brand-active); 
		text-decoration: none !important;
	}


	.slider_btn_static2{ 
		font-weight: 400;
		text-align: center;
		color: var(--color-brand) !important; 
		background: #fff;
		cursor: pointer;
		text-decoration: none;
		border: 1px solid var(--color-brand);
		padding: 15px 36px;
		border-radius: 10px;
		display: inline-block;
		margin-bottom: 10px;
		transition: all 0.3s linear;
	}

	.slider_btn_static2:hover {
		color: #fff !important;
		background: var(--color-brand-active);
		border: 1px solid #ffffff57;
		text-decoration: none !important;
	}

	.swiper-main-white{
		color:#fff !important;
	}
 
}

@media (max-width: 992px){

	.swipermain{
		height: 450px !important; 
		background-repeat: no-repeat !important; 
		background-size: cover !important;
		background-position: center !important
	}
	
	.swiper-content{
		display: flex;
		height: 450px;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
	}
	
	.swiper-main-h1{ 
        font-size: 30px;
        font-weight: 700;
        color: #333;
        line-height: 32px;
        margin-bottom: 15px;
	}
	
	.swiper-main-dis{
		font-size:14px;
		margin-bottom:10px;
		color: #333;
	}
	
	.swiper-main-img{
		display:none
	}
	

	
	.swiper-pagination-main > .swiper-pagination-bullet { 
		width: 20px !important;
		border-radius: 10px !important;
	}
	
	.swiper-pagination-main > .swiper-pagination-bullet-active {  
		width: 40px !important;
		border-radius: 20px !important;
	}
	
 	
	.slider_btn_static{ 
		font-weight: 400;
		text-align: center;
		color: #fff !important;
		background: linear-gradient(var(--color-brand), var(--color-brand2));
		cursor: pointer;
		text-decoration: none;
		border: 1px solid var(--color-brand);
		padding: 15px 26px;
		border-radius: 10px;
		display: inline-block;
		margin-bottom: 10px;
		margin-right:10px;
		transition: all 0.3s linear;
	}

	.slider_btn_static:hover {
		color: #fff !important;
		background: var(--color-brand-active);
		border: 1px solid var(--color-brand-active);
		text-decoration: none !important;
	}


	.slider_btn_static2{ 
		font-weight: 400;
		text-align: center;
		color: var(--color-brand) !important; 
		background: #fff;
		cursor: pointer;
		text-decoration: none;
		border: 1px solid var(--color-brand);
		padding: 15px 26px;
		border-radius: 10px;
		display: inline-block;
		margin-bottom: 10px;
		transition: all 0.3s linear;
	}

	.slider_btn_static2:hover {
		color: #fff !important;
		background: var(--color-brand-active);
		border: 1px solid var(--color-brand-active);
		text-decoration: none !important;
	}

	.swiper-main-white{
		color:#fff !important;
	}
		
}
 

	
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/tizer/style.css?1788331553897*/
@media (min-width: 992px){
 
	#containerTizer{
		margin-top: -46px;
		margin-bottom: 28px;
		background: #fff;
		z-index: 100;
		position: relative;
		border-radius: 20px;
		-webkit-box-shadow: 0 1.6rem 4.8rem rgba(190, 204, 222, .5);
		box-shadow: 0 1.6rem 4.8rem rgba(190, 204, 222, .5);
		background: linear-gradient(#f7f8fb, #fff);
	}
	
}

.tizer-container{
	display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: start;
	gap: 20px;
}

.tizer-icon{
	color: var(--color-brand);
    font-size: 22px;
    background: #dddddd38;
    padding: 10px;
    border-radius: 10px;
}

.tizer-name{
	line-height: 20px;
    display: block;
    font-size: 16px;
    font-weight: 600; 
    margin-bottom: 8px;
    color: #5b5b5b;
}

.tizer-dis{
    display: block;
    font-weight: 400;
    font-size: 13px;
    color: #999;
    line-height: 13px;
}

 
/* End */


/* Start:/local/templates/studioexpert/components/bitrix/news.list/solutions/style.css?17883435727404*/
@media (min-width:992px) {
 
	.card_solutions_col{
		padding-right: 5px !important;
		padding-left: 5px !important;
	}
	
	.card_solutions{
        margin-top: -150px;
        padding-top: 150px;
        background: rgb(255 255 255);
        height: 100%;
        border-radius: 25px;
        font-size: 14px;
        border: 2px solid #d9d9d9;
        transition: all .3s linear;
        overflow: hidden;
        display: block;
        text-decoration: none;
	} 
	
	.card_solutions:hover{ 
		text-decoration: none;
	} 
 
	.card_solutions_name{
        color: #000;
        line-height: 18px;
        font-size: 18px;
        font-weight: 500;
        display: block;
        padding: 0px 15px 15px 15px;
        height: 54px;
        overflow: hidden;
        text-decoration: none;
	}
	.card_solutions_name:hover{
	 	color: #000;
        text-decoration: none; 
	}
	
	.card_solutions_dis{
		color: #fff;
        opacity: .8;
        font-size: 14px;
        line-height: 18px;
        display: block;
	}
	
	.card_solutions_price{
		color: #747474;
        font-size: 17px;
        font-weight: 600;
	}
	
 
	.card_solutions_img{
		display: block;
        height: 250px;
        border-radius: 30px;
        position: relative; 
        z-index: 10; 
        width: 92%;
		overflow: hidden;
        margin-left: 15px;
        border: 2px solid #fff;
        text-align: center;
        background-position: center !important;
        background-size: cover !important;
		-webkit-box-shadow: 0 .8rem 1rem rgb(92 99 109 / 30%);
        box-shadow: 0 .8rem 1rem rgb(92 99 109 / 30%);
        /*transition: background-size .4s ease-in; */
		transition: all .3s linear;
	}
	
	.card_solutions_demo{
		display: block;
        background: #7bae2c;
        text-align: center;
        color: #fff !important;
        padding: 5px;
        border-radius: 10px;  
        width: 100px;
		cursor:pointer;
		text-decoration: none;
	}
	
	.card_solutions_name2{
		margin-left: 15px;
        margin-top: 10px;
        display: block;
        font-size: 14px;
        color: #2d2d2d7d;
	}
	
	.card_solutions_footer{
		display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
		margin: 15px;
	}
	
	
	
	 
	.card_solutions_bg_mini{
		position: absolute;
		width: 100%;
		height: 250px;
		left: 0px;
		top: 0;
		background-size: cover !important;
	}

	.card_solutions_main:hover >  a > .card_solutions_bg_mini{ 
		height: 330px !important;
		display:block !important;
		-webkit-animation: card_solutions_bg_mini 20s infinite  both !important; 
		animation: card_solutions_bg_mini 20s infinite  both !important;
	}
	
	.card_solutions_main:hover > .card_solutions_img{ 
		height: 330px !important; 
	}
	
	 .card_solutions_main:hover > .card_solutions {
        padding-top: 70px;
	 }

	@-webkit-keyframes card_solutions_bg_mini {
		0% {
			background-position: top
		}
		50% {
			background-position: bottom
		}
		100% {
			background-position: top
		}
	}

	@keyframes card_solutions_bg_mini {
		0% {
			background-position: top
		}
		50% {
			background-position: bottom
		}
		100% {
			background-position: top
		}
	}

	.card_solutions_main_all{
		display: flex; 
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
		text-align:center;
		background: #fff;
		padding: 15px;
		border-radius: 25px;
		height: 355px;
	}
	
	.card_solutions_main_all>span{
	    display: block;
		font-size: 25px;
		line-height: 32px;
		color: #3b3b3b;
		font-weight: 500;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	
	
	#swipreSolutionsNext{
		position: absolute;
		font-size: 100px; 
		right: 0px;
		cursor:pointer;
		transition: 0.5s;
	}

	#swipreSolutionsNext svg{
		fill: #fff;
		width:100px;
		height:100px
	}

	#swipreSolutionsPrev{
		position: absolute;
		font-size: 100px; 
		right: 119px;
		cursor:pointer;
		transition: 0.5s;
	}

	#swipreSolutionsPrev svg{
		fill: #fff;
		width:100px;
		height:100px
	}
	
}

@media (max-width:992px) {
	 
	.card_solutions{
		margin-top: -150px;
        padding-top: 150px;
		background: rgb(255 255 255);
        height: 100%;
        border-radius: 25px;
        font-size: 14px;
        border: 2px solid #d9d9d9;
        transition: all .3s linear;
        overflow: hidden;
		display: block;
		text-decoration: none;
	} 
	
	 
 
	.card_solutions_name{
		color: #000; 
        font-size: 20px;
		line-height: 20px;
        font-weight: 500;
        display: block; 
        padding: 0px 15px 15px 15px;
        height: 38px;
		overflow: hidden;
		text-decoration: none;
	}
 
	
	.card_solutions_dis{
		color: #fff;
        opacity: .8;
        font-size: 14px;
        line-height: 18px;
        display: block;
	}
	
	.card_solutions_price{  
		color: #747474;
        font-size: 17px;
        font-weight: 600;
	}
	
 
	.card_solutions_img{
		display: block;
        height: 250px;
        border-radius: 30px;
        position: relative; 
        z-index: 10; 
        width: 92%;
		overflow: hidden;
        margin-left: 15px;
        border: 2px solid #fff;
        text-align: center;
        background-position: center !important;
        background-size: 100% !important;
		-webkit-box-shadow: 0 .8rem 1rem rgb(92 99 109 / 30%);
        box-shadow: 0 .8rem 1rem rgb(92 99 109 / 30%);
        transition: background-size .4s ease-in;
	}
	
	.card_solutions_name2{
		margin-left: 15px;
        margin-top: 10px;
        display: block;
        font-size: 14px;
        color: #2d2d2d;
	}
	
	.card_solutions_footer{
		display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
		margin: 15px;
	}
	
	.card_solutions_demo{
		display: block;
        background: #7bae2c;
        text-align: center;
        color: #fff !important;
        padding: 5px;
        border-radius: 10px;  
        width: 100px;
		cursor:pointer;
		text-decoration: none;
	}
	
	.card_solutions_main_all{
		display: flex; 
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
		text-align:center;
		background: #fff;
		padding: 15px;
		border-radius: 25px;
		height: 330px;
	}
	
	.card_solutions_main_all>span{
	    display: block;
		font-size: 20px;
		line-height: 32px;
		color: #3b3b3b;
		font-weight: 500;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	
	
	#swipreSolutionsNext{
		position: absolute; 
		top: 22px;
		right: 10px;
		cursor:pointer;
	}

	#swipreSolutionsNext svg{
		fill: #fff;
		width:50px;
		height:50px
	}

	#swipreSolutionsPrev{
		position: absolute; 
		top: 22px;
		right: 80px;
		cursor:pointer;
	}

	#swipreSolutionsPrev svg{
		fill: #fff;
		width:50px;
		height:50px
	}

}

 
#swipreSolutionsNext:hover{
	transform: scale(1.1);
}
#swipreSolutionsPrev:hover{
	transform: scale(1.1);
}



.solutions_tizer {
    background: #fff;
    height: 100%;
    padding: 15px;
    border-radius: 25px;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    transition: all .3s linear;
    -webkit-box-shadow: 0 1.6rem 4.8rem rgba(190, 204, 222, .5);
    box-shadow: 0 1.6rem 4.8rem rgba(190, 204, 222, .5);
}
 
.solutions_tizer:hover {
    border: 1px solid #77a331;
    background: rgb(2 255 26 / 4%);
}

.solutions_tizer_name{
	font-size: 22px;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid #9999;
    margin-bottom: 15px;
}


 


/* End */


/* Start:/local/components/main/send.form/templates/statics.v2/style.css?17774429012107*/
.form-statics-v2{
	background: #F6F6F6;
    padding: 20px;
    border-radius: var(--custom-border-radius);
}
  
.btn-statics-v2 {
	background:linear-gradient(var(--color-brand), var(--color-brand2));
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #fff !important;
	padding: 13px  0px;
	border: 1px solid #fff;
	outline: none; 
	border-radius: 10px; 
	transition: 1s; 
	cursor:pointer;
	text-decoration:none;
	display:block;
}

.btn-statics-v2:hover{
	background: #fff;
    color: #065a85 !important; 
	 border: 1px solid var(--color-brand)
}

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

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

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

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

.form-control-statics-v2-manager-img{
	display: inline-block;
    width: 70px;
    height: 70px;
    background-size: cover !important;
    background-position: top !important;
    border-radius: 50%;
}

.form-control-statics-v2-manager-info{
	margin-left: 15px;
}

.form-control-statics-v2-manager-name{
	display: block;
    font-weight: 600;
}

.form-control-statics-v2-manager-phone{
	color: #000;
    text-decoration: none;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/partnyery.swiper/style.css?17774414881257*/
#swiper-partner{
	position: relative;
}

.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: var(--custom-border-radius);
	
	border: 1px solid #ececec;
	transition: 0.5s;
}
.swiper-slide-card-v2:hover{
	transform: translateY(-7px);
	box-shadow: 0 0.7rem 1.4rem rgba(0,0,0,.25)!important;
}

 
 
.swiper-cs-text-v2{
	color: #313131;
    display: block;
    height: 80px;
    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 */


/* Start:/local/templates/.default/components/bitrix/news.list/faq/style.css?1788421008628*/
.faq-header {
	padding: 5px !important;
    border-radius: var(--custom-border-radius) !important;
    background-color: #ffffff !important;
    position: relative;
    border: 2px solid #ececec !important;
    transition: all .3s linear;
    margin-bottom: 10px;
}

.faq-name{
	font-weight: 600;
}

.accordion-button:not(.collapsed) { 
    border-radius: 10px !important;
}

.accordion-header{
	cursor:pointer;
}

/*
.accordion-button::after{
	background-image:url("//local/templates/.default/components/bitrix/news.list/faq/images/up.svg") !important;
}
*/

@media (min-width:992px) {
	
 
}

@media (max-width:992px) {
	
 
}
 
/* End */


/* Start:/local/components/main/maps.vector/templates/.default/style.css?17774413553262*/
.stats-map svg {
    width: 100%;
	filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.5));
}

.stats-map path {
    transition: all .5s;
    fill: url(#gradient_svg_maps);
    stroke: #fff; 
    cursor: pointer;
    opacity: 1;
}

.stats-map circle {
    cursor: pointer;
}
 
.stats-map .maps_vector_indicator {
    position: absolute;
	z-index:10;
    background: #D75540;
    border: 1px solid #af311d;
    color: #f1f1f1;
    cursor: default;
    padding: 10px 30px;
    border-radius: var(--custom-border-radius);
    display: none;
    line-height: 1;
}

.stats-map .flag {
    width: 80px;
}

.stats-map .clear {
    clear: both
}

.stats-map .name {
    float: left;
    margin-right: 30px;
}

.stats-map .maps_vector_regs {
    color: #443D3D;
    line-height: 24px;
    max-height: 440px;
    overflow-x: auto; 
}

.stats-map .maps_vector_regs .maps_vector_reg {
    padding: 2px 10px;
    margin-right: 20px;
    display: block;
    text-decoration: none;
    color: #999 !important
}

.stats-map .maps_vector_regs .maps_vector_reg:hover {
	background: #103F6E;
    color: #fff !important;
    border-radius: var(--custom-border-radius)
}

.stats-map .maps_vector_regs .maps_vector_city {
    padding: 2px 10px;
    margin-right: 20px;
    display: block;
    text-decoration: none;
    color: #2f4a79
}

.stats-map .maps_vector_regs .maps_vector_city:hover {
    background: #103F6E;
    color: #fff;
    border-radius: var(--custom-border-radius)
}

.stats-map .maps_vector_regs div {
    width: auto;
    font-size: 14px;
    cursor: pointer;
}

.stats-map .capital {
    clear: both;
}

.stats-map {
    clear: both;
    margin-top: 20px;
}

.stats-map .stats-map-title {
    line-height: 58px;
    font-size: 40px;
    font-weight: bold;
    color: #443D3D;
}

.stats-map .stats-map-col-1 {
    width: 27%;
    float: left;
}

.stats-map .stats-map-col-2 {
    width: 73%;
    float: left;
}
 
.stats-map .clearfix {
    content: "";
    display: table;
    clear: both;
}
 

@media (min-width: 1024px) {
 
	.maps_vector_info{
		padding: 15px;
		background: #fff;
		border-radius: var(--custom-border-radius);
		margin-right: 20px;
		border: 2px solid #ececec !important;
		box-shadow: 10.84px 8.87px 120px 0px #00000014;
	}
 
}

@media (max-width: 1024px) {
    .stats-map .stats-map-col-1,
    .stats-map .stats-map-col-2 {
        width: 100%;
    }
	
	.maps_vector_info{
		padding: 15px;
		background: #fff;
		border-radius: var(--custom-border-radius); 
		border: 2px solid #ececec !important;
		box-shadow: 10.84px 8.87px 120px 0px #00000014;
	}

    .maps_vector_regs {
        max-height: 250px !important;
    }

    #maps_vector {
        height: auto;
    }

    .stats-map {
        margin-top: 10px;
    }
 
}



.maps_vector_regs::-webkit-scrollbar {
    width: 10px;
    -webkit-appearance: none
}

.maps_vector_regs::-webkit-scrollbar:vertical {
    width: 8px
}

.maps_vector_regs::-webkit-scrollbar:horizontal {
    height: 8px
}

.maps_vector_regs::-webkit-scrollbar-track {
    background: #EDEFF2;
    border-radius: 15px
}

.maps_vector_regs::-webkit-scrollbar-thumb {
    background: #D4DCE5 !important;
    border-radius: 15px
}

.maps_vector_regs::-webkit-scrollbar-thumb:window-inactive {
    background: #41617D !important
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/slider/style.css?17883354565465 */
/* /local/templates/.default/components/bitrix/news.list/tizer/style.css?1788331553897 */
/* /local/templates/studioexpert/components/bitrix/news.list/solutions/style.css?17883435727404 */
/* /local/components/main/send.form/templates/statics.v2/style.css?17774429012107 */
/* /local/templates/.default/components/bitrix/news.list/partnyery.swiper/style.css?17774414881257 */
/* /local/templates/.default/components/bitrix/news.list/faq/style.css?1788421008628 */
/* /local/components/main/maps.vector/templates/.default/style.css?17774413553262 */
