

/* Start:/bitrix/templates/2022-08-16/components/bitrix/system.pagenavigation/bootstrap_v4/style.css?1667685600246*/
.page-link,
.page-link:hover {
	color: var(--theme-color-primary);
}

.page-item.active .page-link {
	color: var(--theme-b-tx-primary);
	background-color: #f15924;
	border-color: #f15924;
}

.page-link:focus {
	box-shadow: 0 0 0 0.2rem #f15924;
}
/* End */


/* Start:/bitrix/templates/2022-08-16/components/bitrix/news.list/tovari_news/style.css?17678732583851*/
/**************************************
Services Section CSS
 *************************************/
.services-section .section-title {
	margin-bottom: 35px;
}

.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;
	height: 160px;
    margin-bottom: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    will-change: transform;
}
.services-icon img{
max-height: 180px;
}
/* .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 h2 {
	font-size: 18px;
    font-weight: 600;
	margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.single-services-item h2 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 h2 {
	color: #fff;
}
.single-services-item .price {
	color: #d54513;
}
.single-services-item:hover .price {
	color: #fff;
}
.single-services-item:hover .services-btn-link .services-link {
	color: #fff;
}
.default-btn.CT_BNL_BUY{
	background-image: linear-gradient(177deg, #48ef93 0%, green 100%);
}
.default-btn.CT_BNL_PRESENTATION:hover{
	color: #601717;
	background-image: linear-gradient(177deg, #ffc8b2 0%, #d13c08 100%);
}
.default-btn.CT_BNL_BUY:hover{
	background-image: linear-gradient(177deg, #7fff6a 0%, green 100%);
	color: #601717;
}
.single-services-item .default-btn{
	min-width: 80%;
}
.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 h2 {
	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;
}

.services-section .area_text {
    height: 210px;
    display: block;
    overflow: hidden;
}
.services-section .area_text.bigger{
	height: 275px;
    margin-top: -10px;
}
.area_text .anons {
    text-align: left;
}
.area_text h2 {
    margin: 10px 5px;
}

@media (max-width: 767px) {
	
}
/* End */
/* /bitrix/templates/2022-08-16/components/bitrix/system.pagenavigation/bootstrap_v4/style.css?1667685600246 */
/* /bitrix/templates/2022-08-16/components/bitrix/news.list/tovari_news/style.css?17678732583851 */
