<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/bitrix/templates/template.rimeks/components/bitrix/news/rimeks-actions/bitrix/news.detail/.default/style.css?174106110219118*/
.actions__detail{
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}
.actions__block{
    width: calc(50% - 20px / 2);
}
.actions__block.actions__block--full-width{
    width: 100%;
}
.actions__block img{
    border-radius: 8px;
    max-width: 100%;
}
.actions__img--center,
.action__detail.actions__detail-center,
.action__back-btn{
    margin: 0 auto;
    max-width: 770px;
}
.actions__img--center{
    margin-bottom: 40px;
}
.action__back-btn{
    margin-top: 40px;
    padding-top: 40px;
    width: 100%;
    border-top: 1px solid var(--site-light-separator-color);
}
.action__back-btn a{
    min-width: 160px;
}
.action__back-btn a:hover svg{
    transform: translate(-3px, 3px) !important;
}
.action__back-btn a svg{
    margin-right: 10px;
    margin-left: 0 !important;
}
.page-title{
    display: none;
}
.action__title{
    font-weight: 600;
    font-size: 42px;
    line-height: 115%;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
    color: var(--site-dark-color);
}
.action__srok{
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    margin-bottom: 40px;
    color: var(--site-label-tetriary-color);
}
.action__detail-title{
    font-weight: 600;
    font-size: 26px;
    line-height: 115%;
    margin-bottom: 20px;
    color: var(--site-dark-color);
}
.action__detail{
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
}
.action__detail table{
    color: var(--site-dark-color);
    width: 100%;
    font-size: 16px;
    line-height: 125%;
    border-color: transparent;
}

.action__detail table tbody tr{
    border-bottom: 1px solid var(--site-light-separator-color);
}

.action__detail table tbody td{
    /* border-color: var(--site-light-separator-color);
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent; */
    text-align: left;
    padding: 10px 5px;
}
.action__detail table tbody tr:first-child td,
.action__detail table thead tr td{
    font-weight: bold;

}
.action__detail table tbody td a{
    color: var(--site-default-color);
}
.actions__detail-content{
    overflow: hidden;
    /* text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    /*height: 100%;*/
    transition: max-height .5s;
}
.actions__detail-content.limit-height{
    max-height: 175px;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.actions__detail-btn{
    margin-top: 20px;
}
.actions__detail-btn button{
    position: relative;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.005em;
    color: var(--site-default-color);
    padding: 0;
    transition: background-size .3s;
    background: linear-gradient(to right, var(--site-separator-color), var(--site-separator-color)), linear-gradient(to right, var(--site-default-color), var(--site-default-color));
    background-size: 100% 0.1em, 0 0.1em;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    padding-bottom: 3px;
}
.actions__detail-btn button:hover{
    background-size: 0 0.1em, 100% 0.1em;
}
.actions__detail-content-holder.g-custom-scroll.g-custom-scroll--full-text{
    overflow: hidden;
}
.actions__block.actions__block--picture .action__title,
.actions__block.actions__block--picture .action__srok{
    display: none;
}
.action-filter-catalog{
    padding: 40px 0;
    background-color: var(--site-bg-tetriary-color);
    margin-bottom: -40px;
}
.action__detail img{
    border-radius: unset;
    height: auto !important;
}

.actions__detail-content button.btn-blue{
    padding-left: 23px;
    padding-right: 23px;
}
@media(max-width: 960px){
    .action__title{
        font-size: 30px;
        line-height: 115%;
    }
    .action__srok,
    .actions__img--center{
        margin-bottom: 20px;
    }
    .action__detail-title{
        margin-bottom: 10px;
    }
    .actions__detail-content-holder{
        overflow-x: scroll;
        max-width: 100%;
        padding-bottom: 20px;
    }
    .action__detail table {
        font-size: 12px;
    }
    .action__detail-title {
        font-size: 24px;
    }
    .action__detail{
        font-size: 14px;
    }
}
@media(max-width: 640px){
    .actions__block.actions__block--picture .action__title,
    .actions__block.actions__block--picture .action__srok{
        display: block;
    }
    .actions__block:not(.actions__block--picture, .actions__block--full-width) .action__title,
    .actions__block:not(.actions__block--picture, .actions__block--full-width) .action__srok{
        display: none;
    }
    .actions__detail{
        flex-direction: column;
    }
    .actions__block.actions__block--picture{
        order: -1;
        margin-bottom: 20px;
    }
    .actions__block{
        width: 100%;
    }
    .actions__detail-content button.btn-blue{
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
}


.service-detail__btn_link-app_wrapper {    max-width: 80%;    max-height: 133px;    padding: 20px;    display: flex;    align-items: center;    flex-direction: column;    justify-content: center;    background-color: #F6F6F6;    box-shadow: 0px -1px 8.3px 0px #0000000D;    border-radius: 4px;    margin-top: 38px;    font-size: 18px;    font-weight: 400;    color: #333333;}.btn-blue.link-app_wrapper__btn {    margin-top: 16px;    width: 100%;    border: 1px solid transparent}.btn-blue.link-app_wrapper__btn:hover {    background-color: #F6F6F6;    color: #105099;    border: 1px solid #105099;}.qr_modal {    width: 660px;    height: 513px;    background-color: white;    border-radius: 8px;    margin: 10% auto;    font-size: 18px;    font-weight: 600;    color: #333333;}.qr_modal__header {    padding: 40px 40px 0 40px;}.qr_modal__header hr {    padding: 0;    margin-bottom: 0;    margin-top: 17px;    height: 0;    border: none;    border-top: 1px solid #E4E4E4;}.box-modal_close.arcticmodal-close {    cursor: pointer;}.qr_modal__title {    display: flex;    justify-content: space-between;    width: 100%;}.qr_modal__main {    display: flex;    align-items: center;    justify-content: center;}.qr_modal__main img {    width: 274.5px;    height: 274.5px;    margin: 45px 0;}.qr_modal__footer {   text-align: center;    margin-top: 3px;}@media (max-width: 450px) {    .service-detail__btn_link-app_wrapper {        font-size: 16px;        font-weight: 400;        padding: 15px;    }}.service-detail__top{	display: -webkit-box;	display: -ms-flexbox;	display: flex;	-webkit-box-pack: justify;	    -ms-flex-pack: justify;	        justify-content: space-between;	padding-bottom: 80px;}.service-detail__top-block{	width: calc(100% / 2 - 20px / 2);}.service-detail__top-block img{	border-radius: 8px;	margin-left: auto;	max-width: 100%;	-o-object-fit: cover;	   object-fit: cover;	max-height: 415px;	display: block;}h1.page-title.service-detail__top-block-title{	margin-top: 0;	margin-bottom: 20px;	font-weight: 600;	font-size: 42px;	line-height: 115%;	letter-spacing: -0.01em;}.service-detail__top-block-description{	font-weight: 400;	font-size: 16px;	line-height: 125%;	margin-bottom: 60px;	max-width: 80%;}.service-detail__top-block-btn button{	width: calc(100% / 2 - 10px / 2);}.service-detail__top-block-btn{	display: -webkit-box;	display: -ms-flexbox;	display: flex;	-webkit-box-pack: justify;	    -ms-flex-pack: justify;	        justify-content: space-between;	max-width: 80%;}.service-detail__map{	display: -webkit-box;	display: -ms-flexbox;	display: flex;	-webkit-box-pack: justify;	    -ms-flex-pack: justify;	        justify-content: space-between;}.service-detail__map-block{	width: calc(100% / 2 - 20px / 2);}.service-detail__map-block.service-detail__map-block--right #map{	width: 100%;	height: 550px;}.service-detail__map-block-sc{	max-height: 550px;}.service-detail__map-block-sc-item{	padding: 20px;    position: relative;    background-color: var(--site-light-color);    -webkit-transition: background .3s ease;    -o-transition: background .3s ease;    transition: background .3s ease;    cursor: pointer;}.service-detail__map-block-sc-item:hover, .service-detail__map-block-sc-item.open {	background-color: var(--site-bg-tetriary-color);}.service-detail__map-block-sc-item-title{	margin-bottom: 10px;    font-weight: 600;    font-size: 18px;    line-height: 125%;    color: var(--site-dark-color) !important;}.service-detail__map-block-sc-item-description{	font-style: normal;	font-weight: 400;	font-size: 14px;	line-height: 145%;	color: var(--site-dark-color);}.service-detail__map-block-sc-item-description a{	color: var(--site-default-color) !important;}.service-detail__map-block-sc-item::before {	position: absolute;	content: '';	top: calc(100% - 1px);	left: 20px;	right: 20px;	height: 1px;	background-color: var(--site-light-separator-color);}.service-detail__map-block-sc-item-link{	margin-top: 20px;}.service-detail__map-block-sc-item-link a{	min-width: 200px;}.service-detail__map-block-sc-item .service-detail__map-block-sc-item-link{	display: none;}.service-detail__map-block-sc-item.open .service-detail__map-block-sc-item-link{	display: block;}.service-detail__footer{	font-weight: 400;	font-size: 16px;	line-height: 125%;	padding-top: 60px;	padding-bottom: 120px;	margin-bottom: -20px;}.service-detail__footer h4{	margin-top: 0;	margin-bottom: 40px;	font-weight: 600;	font-size: 42px;	line-height: 115%;	letter-spacing: -0.01em;}.service-detail__footer img{	margin-bottom: 20px;}.service-detail__footer-text{	display: -webkit-box;	display: -ms-flexbox;	display: flex;	-webkit-box-pack: justify;	    -ms-flex-pack: justify;	        justify-content: space-between;}.service-detail__footer-text-block{	width: calc(50% - 20px / 2);}.service-detail__content-text{	max-width: 660px;	font-weight: 400;	font-size: 16px;	line-height: 125%;	color: var(--site-dark-color);}.service-detail__content-text ul {	list-style: unset !important;	padding-left: 17px;}.service-detail__content-text ul li::marker {	color: var(--site-default-color);}.service-detail__content-text h2,.service-detail__content-text .h2{	font-size: 26px !important;	margin-top: 20px !important;	margin-bottom: 20px !important;	font-weight: 600 !important;}.service-detail__content-text p + h2,.service-detail__content-text p + .h2{	margin-top: 40px !important;}.service-detail__content-text iframe{	max-width: 100%;	max-height: 200px;}.service-detail__content-text sup{	color: var(--site-default-color);}.modal-widow-title{	font-weight: 600;	font-size: 26px;	line-height: 115%;	margin-bottom: 40px;	position: absolute;	top: 55px;	left: 45px;}.service-popup-content{	padding-top: 60px;}.serv-detail-page{	font-weight: 400;	font-size: 14px;	line-height: 145%;	color: var(--site-dark-color);}.serv-detail-page table{	border-color: transparent;}.serv-detail-page .table&gt;tbody&gt;tr&gt;td,.serv-detail-page  .table&gt;tbody&gt;tr&gt;th,.serv-detail-page  .table&gt;tfoot&gt;tr&gt;td,.serv-detail-page  .table&gt;tfoot&gt;tr&gt;th,.serv-detail-page  .table&gt;thead&gt;tr&gt;td,.serv-detail-page  .table&gt;thead&gt;tr&gt;th{	border-color: transparent;	border-bottom: 1px solid var(--site-light-separator-color);	font-weight: 400;}.serv-detail-page .table&gt;tbody&gt;tr&gt;td:not(:first-child, :nth-child(2)),.serv-detail-page  .table&gt;tbody&gt;tr&gt;th:not(:first-child, :nth-child(2)){	text-align: center;	white-space: nowrap;	vertical-align: middle;}.serv-detail-page .table&gt;tbody&gt;tr&gt;td:not(:first-child),.serv-detail-page  .table&gt;tbody&gt;tr&gt;th:not(:first-child),.serv-detail-page .table&gt;thead&gt;tr&gt;td:not(:first-child),.serv-detail-page  .table&gt;thead&gt;tr&gt;th:not(:first-child){	width: 19%;}.serv-detail-page .table&gt;tbody&gt;tr&gt;td[colspan="6"],.serv-detail-page  .table&gt;tfoot&gt;tr&gt;td[colspan="6"],.serv-detail-page  .table&gt;thead&gt;tr&gt;td[colspan="6"],.serv-detail-page .table&gt;tbody&gt;tr&gt;td[colspan="5"],.serv-detail-page  .table&gt;tfoot&gt;tr&gt;td[colspan="5"],.serv-detail-page  .table&gt;thead&gt;tr&gt;td[colspan="5"]{	background-color: #F7F7F7;	text-align: center;}.serv-detail-page .table&gt;thead&gt;tr:first-child,.serv-detail-page .table&gt;thead&gt;th:first-child{	color: var(--site-label-tetriary-color);}.serv-detail-page .table&gt;thead&gt;tr:first-child&gt;td:not(:first-child, :nth-child(2)){	white-space: nowrap;}.serv-detail-page sup{	color: var(--site-default-color);	font-weight: 600;}.serv-detail-page .table&gt;tbody&gt;tr&gt;td:nth-child(2),.serv-detail-page  .table&gt;tbody&gt;tr&gt;th:nth-child(2),.serv-detail-page .table&gt;thead&gt;tr&gt;td:nth-child(2),.serv-detail-page  .table&gt;thead&gt;tr&gt;th:nth-child(2){	display: none;}@media(max-width: 680px){	.outer {		position: relative;		width: 100%;	}	.inner {		overflow-x: scroll;		overflow-y: visible;		width: 100%;	}	table {		width: 100%;	}	.serv-detail-page tbody tr td:not(:first-child) sup{		color: transparent;	}	.serv-detail-page tbody tr td:first-child,	.serv-detail-page thead tr td:first-child {		background-color: white;		position: absolute;		left: 0;		width: 200px;		border-color: transparent;		border-right-color: var(--site-light-separator-color) !important;		border: none;	}	.serv-detail-page tbody tr td:first-child::before,	.serv-detail-page thead tr td:first-child::before{		position: absolute;		content: '';		right: 0;		width: 1px;		background-color: var(--site-light-separator-color);		top: 0;		bottom: 0;	}	.serv-detail-page .table&gt;tbody&gt;tr&gt;td[colspan="6"],	.serv-detail-page  .table&gt;tfoot&gt;tr&gt;td[colspan="6"],	.serv-detail-page  .table&gt;thead&gt;tr&gt;td[colspan="6"],	.serv-detail-page .table&gt;tbody&gt;tr&gt;td[colspan="5"],	.serv-detail-page  .table&gt;tfoot&gt;tr&gt;td[colspan="5"],	.serv-detail-page  .table&gt;thead&gt;tr&gt;td[colspan="5"]{		display: none;	}	.serv-detail-page .table&gt;tbody&gt;tr&gt;td:nth-child(2),	.serv-detail-page  .table&gt;tbody&gt;tr&gt;th:nth-child(2){		min-width: 200px;	}	.serv-detail-page .table&gt;tbody&gt;tr&gt;td:nth-child(2),	.serv-detail-page  .table&gt;tbody&gt;tr&gt;th:nth-child(2),	.serv-detail-page .table&gt;thead&gt;tr&gt;td:nth-child(2),	.serv-detail-page  .table&gt;thead&gt;tr&gt;th:nth-child(2){		display: table-cell;		color: transparent;		user-select: none;	}	.serv-detail-page .table&gt;tbody&gt;tr&gt;td:not(:first-child), .serv-detail-page .table&gt;tbody&gt;tr&gt;th:not(:first-child), .serv-detail-page .table&gt;thead&gt;tr&gt;td:not(:first-child), .serv-detail-page .table&gt;thead&gt;tr&gt;th:not(:first-child) {    width: auto;	}}@media(max-width: 420px){	.serv-detail-page tbody tr td:first-child,	.serv-detail-page thead tr td:first-child {		width: 150px;	}	.serv-detail-page .table&gt;tbody&gt;tr&gt;td:nth-child(2),	.serv-detail-page  .table&gt;tbody&gt;tr&gt;th:nth-child(2){		min-width: 150px;		width: 150px;		max-width: 150px;	}}.service-detail__top .btn-blue.picked{	background-position: 85% center !important;}.service-detail-map__tabs{	display: none;}.service-popup-content table p,.service-popup-content p{	font-size: 14px;}.service-popup-content{	padding-bottom: 80px;}.m-box-modal-wide--serv{	max-width: max(60%, 1100px) !important;	width: calc(100% - 20px) !important;}.m-box-modal-wide--serv{	display: -webkit-box;	display: -ms-flexbox;	display: flex;	-webkit-box-orient: vertical;	-webkit-box-direction: normal;	    -ms-flex-direction: column;	        flex-direction: column;}@media(max-width: 640px){	.m-box-modal-wide--serv{		max-width: unset !important;	}}.service-popup-content{	-webkit-box-flex: 1;	    -ms-flex-positive: 1;	        flex-grow: 1;}@media(max-width: 1240px){	.service-detail__top-block-btn{		max-width: unset;	}    .service-detail__btn_link-app_wrapper {        max-width: unset;    }	.service-popup-content{		overflow-x: scroll;	}	.m-box-modal.m-box-modal-wide--serv{		padding-right: 0 !important;		overflow-x: scroll;		padding-top: 60px;	}}@media(max-width: 1120px){	.service-detail__top-block{		display: -webkit-box;		display: -ms-flexbox;		display: flex;		-webkit-box-orient: vertical;		-webkit-box-direction: normal;		    -ms-flex-direction: column;		        flex-direction: column;		-webkit-box-pack: justify;		    -ms-flex-pack: justify;		        justify-content: space-between;	}	.service-detail__top-block-btn{		-webkit-box-orient: vertical;		-webkit-box-direction: normal;		    -ms-flex-direction: column;		        flex-direction: column;	}	.service-detail__top-block-btn button{		min-width: 100%;	}	.service-detail__top-block-btn button + button{		margin-top: 10px;	}	.service-detail__top .btn-blue.picked {    background-position: calc(50% + 85px) center !important;	}}@media(max-width: 980px){	.service-detail__top{		-webkit-box-orient: vertical;		-webkit-box-direction: normal;		    -ms-flex-direction: column;		        flex-direction: column;	}	.service-detail__top-block img {    margin-left: unset;    max-height: 315px;	}	.service-detail__top-block{		width: 100%;	}	.service-detail__top-block + .service-detail__top-block{		margin-top: 30px;	}}@media(max-width: 780px){	.service-detail__footer h4{		font-size: 30px;	}	.service-detail-map__tabs {    position: relative;    width: 100%;    display: -webkit-box;    display: -ms-flexbox;    display: flex;    margin-bottom: 20px;	}	.service-detail-map__tabs-btn {    width: 50%;    padding-bottom: 10px;    position: relative;    color: var(--site-label-tetriary-color);    font-weight: 600;    font-size: 18px;    line-height: 125%;    text-align: center;	}	.service-detail-map__tabs::before {    position: absolute;    content: '';    bottom: 0;    left: 0;    right: 0;    height: 1px;    background-color: var(--site-light-separator-color);	}	.service-detail-map__tabs-btn::before {    position: absolute;    content: '';    bottom: 0;    left: 0;    right: 0;    height: 2px;    background-color: transparent;	}	.service-detail-map__tabs-btn.active-tab-btn::before {    background-color: var(--site-default-color);	}	.service-detail-map__tabs-btn.active-tab-btn {		color: var(--site-default-color);	}	.service-detail__map-block:not(.active-tab-item){		display: none;	}	.service-detail__map-block{		width: 100%;	}	.service-detail__map-block-sc-item-title{		font-size: 16px;	}	.service-detail__map-block-sc-item{		padding: 10px;	}}@media(max-width: 680px){	.service-detail__top-block img {    max-height: 215px;    margin: 0 auto;		width: 100%;	}	.service-detail__top-block-btn button + button{		margin-top: 5px;	}	h1.page-title.service-detail__top-block-title{		font-size: 30px;		margin-bottom: 10px;	}	.service-detail__top-block-description {    font-size: 14px;    line-height: 145%;    margin-bottom: 30px;    max-width: unset	}	.service-detail__top{		padding-bottom: 40px;	}	.service-detail__footer{		padding-top: 30px;		padding-bottom: 80px;	}	.service-detail__footer-text{		-webkit-box-orient: vertical;		-webkit-box-direction: normal;		    -ms-flex-direction: column;		        flex-direction: column;	}	.service-detail__footer-text-block{		width: 100%;	}	.service-detail__footer-text-block + .service-detail__footer-text-block{		margin-top: 20px;	}	.service-detail__content-text,	.service-detail__content-text p{		font-size: 14px;	}}@media (max-width: 640px){	.modal-widow-title{		font-size: 20px;		top: 25px;		left: 15px;	}	.service-popup-content{		padding-top: 20px;	}}

/* End */


/* Start:/bitrix/templates/template.rimeks/components/bitrix/system.pagenavigation/rimeks-pagination/style.css?16590135322195*/
.pagin{
	margin-top: 20px;
	width: 100%;
}

.pagin-list{
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	letter-spacing: 0.005em;
	flex-wrap: wrap;
}
.pagin-list li{
	margin-bottom: 10px;
}

.pagin-list li a{
	padding: 10px 20px;
	border-radius: 4px;
	background-color: var(--site-bg-secondary-color);
	margin-right: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color .3s ease, background .3s ease;
	color: var(--site-dark-color) !important;
}

.pagin-list li a.p-next,
.pagin-list li a.p-back{
	background-color: var(--site-light-color);
	margin-right: 0;
	color: var(--site-default-color) !important;
}

.pagin-list li a.p-next{
	margin-left: 20px;
}

.pagin-list li a.p-back{
	margin-right: 20px;
}

.pagin-list li a.p-back svg{
	transform: rotate(180deg);
	margin-right: 10px;
	top: 1px;
	position: relative;
}

.pagin-list li a.p-next svg{
	margin-left: 10px;
	top: 1px;
	position: relative;
}

.pagin-list li a:hover svg path,
.pagin-list li a.active svg path{
	stroke: var(--site-light-color);
}

.pagin-list li.active a,
.pagin-list li:hover a{
	background-color: var(--site-default-color);
	color: var(--site-light-color) !important;
}
@media(max-width: 1250px){
	.pagin-list li a.p-next,
	.pagin-list li a.p-back {
		height: 40px;
	}
	.pagin-list li .p-back-text,
	.pagin-list li .p-next-text {
		display: none
	}
}
@media(max-width: 1160px) {
	.pagin-list li a {
		font-size: 14px;
	}
}
@media(max-width: 1130px) {
	.pagin-list li {
		width: 34px;
		height: 34px;
	}
	.pagin-list li a {
		padding: 0;
		width: 100%;
		height: 100%;
	}
	.pagin-list .li-p-back {
		margin-right: auto;
	}
	.pagin-list .li-p-next {
		margin-left: auto;
	}
	.pagin-list li a.p-next,
	.pagin-list li a.p-back {
		margin: 0;
	}
	.pagin-list li a.p-next,
	.pagin-list li a.p-back {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 34px;
	}
	.pagin-list li a.p-back svg,
	.pagin-list li a.p-next svg {
		margin: 0;
	}
}
@media(max-width: 580px) {
	.pagin-list li.li-p-add-0,
	.pagin-list li.li-p-add-4 {
		display: none;
	}
}

/* End */


/* Start:/bitrix/templates/template.rimeks/components/ma/news.list/actions/style.css?16600397331735*/
.actions-slider__item-pic img{
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	transition: transform .3s ease;
}
.actions-slider__item-pic{
	overflow: hidden;
	border-radius: 8px;
}
.actions-slider__header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.actions-slider__header-title{
	font-weight: 600;
	font-size: 42px;
	line-height: 115%;
	letter-spacing: -0.01em;
	color: var(--site-dark-color);
}
.actions-slider__item-pic{
	margin-bottom: 20px;
}
.actions-slider__item-title,
.actions-slider__item-title a{
	color: var(--site-dark-color) !important;
	font-weight: 600;
	font-size: 18px;
	line-height: 125%;
	transition: all .3s ease;
}
.actions-slider__item-title a::before{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.actions-slider__item-title{
	margin-bottom: 10px;
}
.actions-slider__item-srok{
	font-weight: 400;
	font-size: 14px;
	line-height: 145%;
	color: var(--site-label-tetriary-color);
	transition: all .3s ease;
}
.actions-slider__item:hover .actions-slider__item-pic img{
	transform: scale(1.02);
}
.actions-slider__item:hover .actions-slider__item-title a{
	color: var(--site-default-color) !important;
}
.actions-slider__item:hover .actions-slider__item-srok{
	color: var(--site-dark-color);
}
.actions-slider{
	margin-top: 120px;
}
@media(max-width: 960px){
	.actions-slider{
		margin-top: 80px;
	}
	.actions-slider__header{
		margin-bottom: 20px;
	}
	.actions-slider__header-title{
			font-size: 30px;
			line-height: 115%;
	}
	.actions-slider__item-title,
	.actions-slider__item-title a{
			font-size: 16px;
	}
	.actions-slider__item-srok{
		font-size: 12px;
	}
	.actions-slider__item-title{
		margin-bottom: 5px;
	}
}

/* End */
/* /bitrix/templates/template.rimeks/components/bitrix/news/rimeks-actions/bitrix/news.detail/.default/style.css?174106110219118 */
/* /bitrix/templates/template.rimeks/components/bitrix/system.pagenavigation/rimeks-pagination/style.css?16590135322195 */
/* /bitrix/templates/template.rimeks/components/ma/news.list/actions/style.css?16600397331735 */
</pre></body></html>