

/* Start:/bitrix/templates/laserskills/components/bitrix/system.pagenavigation/round/style.css?17564016532935*/
.bx-pagination {
	margin: 50px 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: var(--colorMain);
	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: var(--colorMain);
	color: #fff;
}

/* End */


/* Start:/bitrix/templates/laserskills/components/bitrix/news/proekty/bitrix/news.list/.default/style.css?17564016531016*/
.proektyList{
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.nucProekty{
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 30px;
}
.nucProekty img{
	width: 100%;
	object-fit: cover;
}
.nucProekty:before{
	background: linear-gradient(0deg, #272727 0%, rgba(0, 0, 0, 0.00) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 50%;
	content: '';
	z-index: 1;
}
.nucProekty .name{
	position: absolute;
	z-index: 2;
	bottom: 45px;
	left: 45px;
	right: 45px;
	color: #FFF;
	font-size: 32px;
	font-weight: 700;
}





@media screen and (max-width:1449px){


}


@media screen and (max-width:1199px){
	

}

@media screen and (max-width:991px){


}



@media screen and (max-width:767px){


}

@media screen and (max-width:675px){
	
}
@media screen and (max-width:640px){
	
}
@media screen and (max-width:600px){
	
}
@media screen and (max-width:485px){
	
}
@media screen and (max-width:425px){}
@media screen and (max-width:400px){
	
}
@media screen and (max-width:370px){
}

/* End */


/* Start:/bitrix/templates/laserskills/components/bitrix/menu/proektyMain/style.css?1756401653526*/
.portfolioMain{
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 40px;
	flex-wrap: wrap;
}
.portfolioMain a{
	color: #000;
font-size: 16px;
font-weight: 400;
padding:12px 20px;
border-radius: 6px;
background: #EFF0F2;
transition:all 0.4s;
}
.portfolioMain a.root-item-selected,.portfolioMain a:hover{
	color: #fff;
	text-decoration: none;
	background: #FF0009;
}


@media screen and (max-width:991px){

}


@media screen and (max-width:767px){


}
/* End */
/* /bitrix/templates/laserskills/components/bitrix/system.pagenavigation/round/style.css?17564016532935 */
/* /bitrix/templates/laserskills/components/bitrix/news/proekty/bitrix/news.list/.default/style.css?17564016531016 */
/* /bitrix/templates/laserskills/components/bitrix/menu/proektyMain/style.css?1756401653526 */
