

/* Start:/bitrix/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?1667685600744*/
div.modern-page-navigation { 
	padding: 0.5em 0;}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous { 
	border-right-width: 1px; 
	border-right-style: solid; 
	border-left: none; }
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	padding-left: 0.5em; }
span.modern-page-current { 
	font-weight: bold; }
div.modern-page-navigation a, 
span.modern-page-current, 
div.modern-page-navigation a.modern-page-previous, 
span.modern-page-dots { 
	border-color: #cdcdcd; }
/* End */


/* Start:/bitrix/templates/2022-08-16/components/bitrix/news.list/slider_baner/style.css?1737551048312*/
.carousel-control-prev:hover,.carousel-control-next:hover,.owl-prev:hover,.owl-next:hover{
    background-image: linear-gradient(177deg, #f15924 0%, #d54513 100%)  !important;
	opacity: 0.5 !important;
}
.carousel-indicators li{
	background-image: linear-gradient(177deg, #f15924 0%, #d54513 100%)  !important;
}
/* End */


/* Start:/bitrix/templates/2022-08-16/components/bitrix/news.list/popular_products_main/style.css?17697686544037*/
/**************************************
Services Section CSS
 *************************************/
.services-section .section-title {
	margin-bottom: 35px;
}
section.services-section .h2 {
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
.single-services-item {
	position: relative;
	z-index: 1;
	display: block;
	padding: 35px 30px;
	text-align: center;
	border-radius: 10px;
	background-color: #ffffff;
	margin-top: 30px;
	overflow: hidden;
	-webkit-box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
    -moz-box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
    box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.services-icon {
    display: inline-block;
    margin-bottom: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    will-change: transform;
}

/* .services-icon i {
    color: #f15924;
    font-size: 70px;
    line-height: 70px;
    display: block;
    margin: auto;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
} */

.single-services-item .h3 {
	font-size: 18px;
    font-weight: 600;
	margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.single-services-item .h3 a {
	display: inline-block;
}

.single-services-item p {
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-services-item .services-btn-link {
	margin-top: 16px;
}

.single-services-item .services-btn-link .services-link {
    display: inline-block;
    font-size: 16px;
    color: #f15924;
    letter-spacing: 0.5px;
    font-weight: 600;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    text-decoration: underline;
    background: #484646;
}

.single-services-item:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.single-services-item:hover .services-icon i {
    /* background: #fff; */
    color: #fff;
}

.single-services-item:hover .h3 {
	color: #fff;
}
.single-services-item:hover p {
	color: #fff;
}
.single-services-item:hover .services-btn-link .services-link {
	color: #fff;
}
.single-services-item:hover .default-btn{
	background-image: linear-gradient(177deg, #fff 0%, #fff 100%);
	color: #f15924;
}
.single-services-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-image: linear-gradient(177deg, #f15924 0%, #d54513 100%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
}
.single-services-item.active:before, .single-services-item:hover:before {
    opacity: 1;
}
.single-services-item.active .services-icon i {
    /* background: #fff; */
    color: #fff;
}

.single-services-item.active .h3 {
	color: #fff;
}
.single-services-item.active p {
	color: #fff;
}
.single-services-item.active .services-btn-link .services-link {
	color: #fff;
}
.single-services-item.active .default-btn{
	background-image: linear-gradient(177deg, #fff 0%, #fff 100%);
	color: #f15924;
}

a.all_prodbas{
	  display: inline-block;
    padding: 10px 40px;
    text-align: center;
    border-radius: 10px;
    border-style: solid;
		background-color: #FFFFFF;
    border-color: #d54513;
	-webkit-box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
    -moz-box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
    box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
		color: #d54513;
}
a.all_prodbas:hover {
    background-color: #d54513;
    color: white;
		border-color: #DDD;
}
.titlePlasAnonsTexts{
	display:block;
	max-height:285px;
	overflow:hidden;
}
/* End */


/* Start:/bitrix/templates/2022-08-16/components/bitrix/main.include/counter_main/style.css?1769769547198*/
.hire-section .default-btn-one:hover {
    background-image: linear-gradient(177deg, #f15924 0%, #d54513 100%);
}
.hire-content .h2 {
	font-size: 35px;
	color: #fff;
	margin: 0;
	font-weight: 600;
}
/* End */


/* Start:/bitrix/templates/2022-08-16/components/bitrix/main.include/overview_section_main/style.css?1769769406402*/
/**************************************
Overview Section CSS
 **************************************/
.overview-content h6 {
	font-size: 16px;
	font-weight: 600;
	color: #FF9800;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.overview-content .h2 {
	font-size: 33px;
	color: #505060;
	margin: 8px 0 15px 0;
}

.overview-content p {
	margin: 0 0 0 0;
}
.overview-image {
	text-align: center;
}

/* End */


/* Start:/bitrix/templates/2022-08-16/components/bitrix/news.list/news_main/style.css?17697702512545*/
/**************************************
Blog Section CSS
 **************************************/
.blog-item {
	border-radius: 3px;
	overflow: hidden;
	-webkit-box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
	box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
	background-color: #ffffff;
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.blog-item .blog-image {
    height: 220px;
    overflow: hidden;
}
.blog-item .text_block{
	height: 194px;
    display: block;
    overflow: hidden;
}
.blog-item .blog-image a {
    display: block;
    margin: 15px;
}
.blog-item:hover .blog-image a {
    margin: 10px;
}
.blog-item .single-blog-item {
	border-top: none;
	padding: 20px 25px;
}
.blog-item .single-blog-item .h3, .blog-item .single-blog-item .blog-btn{
	text-align: center;
}
.blog-item .single-blog-item .blog-list {
	padding-left: 0;
	margin-bottom: 5px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.blog-item .single-blog-item .blog-list li {
	list-style-type: none;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	margin-right: 15px;
	color: #f15924;
}

.blog-item .single-blog-item .blog-list li:last-child {
	margin-right: 0;
}

.blog-item .single-blog-item .blog-list li i {
	margin-right: 3px;
	position: relative;
	top: -1px;
}

.blog-item .single-blog-item .blog-list li i::before {
	font-size: 15px;
}

.blog-item .single-blog-item .blog-list a {
	color: #f15924;
	text-decoration: none;
}

.blog-item .single-blog-item .blog-content {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.blog-item .single-blog-item .blog-content .h3 {
	color: #505060;
	margin-bottom: 10px;
	line-height: 25px;
	line-height: 32px;
	font-size: 18px;
    font-weight: 600;
    -webkit-transition: all 400ms 
ease-out;
    transition: all 400ms 
ease-out;
}

.blog-item .single-blog-item .blog-content h3:hover {
	color: #f15924;
	-webkit-transition: .6s;
	transition: .6s;
	-webkit-transition: 0.5s;
	text-decoration: none;
}

.blog-item .single-blog-item .blog-content p {
	margin: 0;
	font-size: 15px;
	color: #6a6c72;
	font-weight: 400;
}

.blog-item .single-blog-item .blog-content a {
	text-decoration: none;
}

.blog-item .single-blog-item .blog-content .blog-btn {
	margin-top: 15px;
}

.blog-item .single-blog-item .blog-content .blog-btn .blog-btn-one {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.blog-item:hover .blog-content .h3 {
	color: #f15924;
}
.blog-image img {
    max-height: 205px;
}
/* End */


/* Start:/bitrix/templates/2022-08-16/components/bitrix/news.list/slider_main_clients/style.css?1737457537455*/
/**************************************
Partner Slider CSS
 *************************************/
.partner-area {
	padding: 50px 0px;
}

.partner-slide-item {
	padding: 0px 0px;
	margin: 0px 15px;
}

.partner-area .partner-carousel img {
	max-width: 100%;
	width: inherit!important;
	margin: 0 auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.owl-carousel .owl-stage{
cursor: ew-resize;
}

.owl-carousel .owl-stage:active{
cursor: grabbing;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?1667685600744 */
/* /bitrix/templates/2022-08-16/components/bitrix/news.list/slider_baner/style.css?1737551048312 */
/* /bitrix/templates/2022-08-16/components/bitrix/news.list/popular_products_main/style.css?17697686544037 */
/* /bitrix/templates/2022-08-16/components/bitrix/main.include/counter_main/style.css?1769769547198 */
/* /bitrix/templates/2022-08-16/components/bitrix/main.include/overview_section_main/style.css?1769769406402 */
/* /bitrix/templates/2022-08-16/components/bitrix/news.list/news_main/style.css?17697702512545 */
/* /bitrix/templates/2022-08-16/components/bitrix/news.list/slider_main_clients/style.css?1737457537455 */
