

/* Start:/local/templates/aspro_max_custom/components/bitrix/news/services/style.css?17280367843116*/
.buy_services .counter_wrapp .button_block:not(.to-cart) svg,
.services_buy_block .counter_wrapp .button_block:not(.to-cart) svg {
	display: none;
}

.buy_services .counter_wrapp .counter_block {
	background: #ffffff;
	background: var(--light_bg_black);
}

.order-block.buy_services .counter_wrapp .counter_block .text {
	margin-top: 0;
}

.order-block.buy_services .counter_wrapp.wquest {
	padding-right: 58px;
}

.order-block.buy_services .btn.question {
	margin-left: 6px;
}

.order-block.buy_services .btns-col {
	padding-left: 7px;
}

.order-block.buy_services .counter_wrapp {
	padding-top: 0;
}

/*services list*/
.services_buy_block .counter_wrapp.list > div {
	float: none;
	width: auto;
}

.services_buy_block .counter_block_inner {
	vertical-align: top;
	min-width: 114px;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 10px;
}

.services_buy_block .button_block {
	min-width: 120px;
	margin-bottom: 10px;
}

.services_buy_block .counter_wrapp {
	white-space: normal;
	max-width: 100%;
	padding-top: 10px;
	margin-bottom: -10px;
}

/*.services_buy_block .button_block .btn-sm{font-size: 11px;}
.services_buy_block .counter_block:not(.big),
.services_buy_block .counter_block:not(.big) input[type="text"]{height: 36px;}*/

.order_service_in_list {
	margin-top: 10px;
}

.services_buy_block .counter_wrapp .button_block.wide .btn.in-cart {
	width: auto;
	display: inline-block;
}

/**/

@media (min-width: 1350px) {
	.with_left_block .order-block.buy_services .text-col {
		width: 66.6%;
	}

	.with_left_block .order-block.buy_services .btns-col {
		width: 33.3%;
	}
}

@media (min-width: 992px) and (max-width: 1349px) {
	.with_left_block .order-block.buy_services .text-col {
		width: 50%;
	}

	.with_left_block .order-block.buy_services .btns-col {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.order-block.buy_services .text-col {
		width: 66.6%;
	}

	.order-block.buy_services .btns-col {
		width: 33.3%;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.order-block.buy_services .text-col {
		width: 50%;
	}

	.order-block.buy_services .btns-col {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.order-block.buy_services .btns-col .counter_block_inner {
		vertical-align: top;
		min-width: 132px;
		display: inline-block;
	}

	.order-block.buy_services .btns-col .button_block {
		min-width: 130px;
	}

	.order-block.buy_services .btns-col .counter_wrapp {
		white-space: normal;
		max-width: 100%;
	}

	.order-block.buy_services .counter_wrapp.wquest {
		padding-right: 0;
	}

	.order-block.buy_services .counter_wrapp.list > div {
		float: none;
		width: auto;
	}

	.order-block.buy_services .prices {
		padding-right: 0;
	}

	.order-block.buy_services .btns-col .quest_btn {
		padding-right: 6px;
	}

	.order-block.buy_services .btns-col {
		padding-left: 7px;
		padding-right: 7px;
	}

	.order-block.buy_services .btns-col .counter_wrapp.list.big {
		margin-left: 0;
	}

	.order-block.buy_services .button_block.wide {
		display: inline-block;
	}

	.order-block.buy_services .counter_wrapp .button_block.wide .btn.in-cart {
		width: auto;
		display: inline-block;
	}
}

/* End */


/* Start:/local/templates/aspro_max_custom/components/bitrix/news.list/content-list-blocks/style.css?17280367844663*/
/* item column */
.content-list-blocks-view .item__column {
	margin-bottom: 28px;
}

@media screen and (min-width: 568px) and (max-width: 767px) {
	.content-list-blocks-view .item__column.col-xs-12 {
		width: 50%;
	}
}

@media screen and (min-width: 768px) {
	.content-list-blocks-view .item__column {
		margin-bottom: 32px;
	}
}

/* item wrapper */
@media screen and (min-width: 568px) {
	.content-list-blocks-view .item_wrap {
		height: 100%;
	}
}

/* item hover */
@media screen and (min-width: 768px) {
	.content-list-blocks-view .item__column:hover {
		z-index: 1;
	}

	.content-list-blocks-view .item_wrap:hover .services_buy_block--abs,
	.content-list-blocks-view .item_wrap:hover .order_service_in_list--abs {
		opacity: 1;
		pointer-events: all;
		border-color: #fff;
	}
}

@media screen and (min-width: 992px) {
	.content-list-blocks-view .item_wrap:hover .services_buy_block--abs,
	.content-list-blocks-view .item_wrap:hover .order_service_in_list--abs {
		box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
	}
}

@media screen and (max-width: 991px) {
	.content-list-blocks-view .item_wrap:hover {
		border-color: var(--stroke_black);
		background-color: initial;
	}
}


/* item content */
.content-list-blocks-view .item {
	display: flex;
	flex-direction: column;
}

/* body info */
.content-list-blocks-view .item .body-info {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: space-between;
	padding: 23px 28px;
}

.content-list-blocks-view .item .title {
	margin-bottom: 14px;
}

.content-list-blocks-view .item .previewtext.item__preview-text {
	margin-bottom: 16px;
	margin-top: 0;
}

.content-list-blocks-view .properties {
	margin-bottom: 17px;
}

.content-list-blocks-view .properties .inner-wrapper {
	position: relative;
	padding: 0 10px;
}

.content-list-blocks-view .properties .inner-wrapper::before {
	background-color: #333;
	background-color: var(--fill_dark_light_hover);
	border-radius: 50%;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	top: 12px;
	width: 3px;
}

.content-list-blocks-view .prices {
	display: flex;
}

.content-list-blocks-view .prices .price_old {
	margin-left: 10px;
	text-decoration: line-through;
}

.content-list-blocks-view .sale_block {
	margin: 9px 0 2px;
}


/* buy block buttons */
.services_buy_block--abs .counter_wrapp {
	display: flex;
	padding-top: 0;
	margin-bottom: 0;
}

.services_buy_block--abs .counter_block_inner {
	margin-bottom: 0;
	width: 50%;
	min-width: unset;
}

.services_buy_block--abs .button_block {
	margin-bottom: 0;
	width: 50%;
}

.services_buy_block--abs .btn,
.services_buy_block--abs .counter_wrapp .button_block.wide .btn.in-cart,
.order_service_in_list--abs .btn {
	width: 100%;
}

/*margin in section with subsections and elements*/
.content-sections1 ~ .content-list-blocks-view {
	margin-top: 32px;
}

/**/


.bx-touch .services_buy_block--abs {
	margin-top: 15px;
}

.bx-touch .services_buy_block--abs .btn-exlg,
.bx-touch .order_service_in_list--abs .btn-exlg {
	padding: 12px 21px 11px;
}

.bx-touch .services_buy_block--abs .counter_block.big,
.bx-touch .services_buy_block--abs .counter_block.big input[type=text] {
	height: 100%;
}

@media screen and (max-width: 991px) {
	.bx-no-touch .services_buy_block--abs {
		margin-top: 15px;
	}

	.bx-no-touch .services_buy_block--abs .btn-exlg,
	.bx-no-touch .order_service_in_list--abs .btn-exlg {
		padding: 12px 21px 11px;
	}

	.bx-no-touch .services_buy_block--abs .counter_block.big,
	.bx-no-touch .services_buy_block--abs .counter_block.big input[type=text] {
		height: 100%;
	}
}

@media screen and (min-width: 992px) {
	.bx-no-touch .services_buy_block--abs,
	.bx-no-touch .order_service_in_list--abs {
		border-radius: 0 0 4px 4px;
		left: -1px;
		opacity: 0;
		overflow: hidden;
		pointer-events: none;
		position: absolute;
		right: -1px;
		top: 100%;
		z-index: 1;
	}

	.bx-no-touch .services_buy_block--abs .counter_block_inner {
		border-radius: 0 0 0 4px;
		margin-bottom: 0;
		margin-right: 0;
		width: 50%;
	}

	.bx-no-touch .services_buy_block--abs .counter_block {
		border-bottom: unset;
		border-left: unset;
		border-radius: 0 0 0 4px;
		border-right: unset;
		height: 100%;
	}

	.bx-no-touch .services_buy_block--abs .button_block {
		border-radius: 0 0 4px 4px;
		border-radius: 0;
		margin-bottom: 0;
		width: 100%;
	}

	.bx-no-touch .services_buy_block--abs .button_block .btn,
	.order_service_in_list--abs .btn {
		border-radius: inherit;
		height: 100%;
	}

	.bx-no-touch .services_buy_block--abs .counter_block_inner + .button_block:not(.wide) {
		border-radius: 0 0 4px 0;
		width: 50%;
	}

	.order_service_in_list--abs {
		margin-top: 0;
	}
}

/* End */


/* Start:/local/templates/aspro_max_custom/css/animation/animation_ext.css?17280367824974*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

.transition {
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.animated.duration03 {

	-webkit-animation-duration: 0.3s;
	-moz-animation-duration: 0.3s;
	-o-animation-duration: 0.3s;
	animation-duration: 0.3s;
}

.animated.duration04 {

	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
	animation-duration: 0.4s;
}

.animated.duration05 {

	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

.animated.duration06 {

	-webkit-animation-duration: 0.6s;
	-moz-animation-duration: 0.6s;
	-o-animation-duration: 0.6s;
	animation-duration: 0.6s;
}

.animated.duration07 {

	-webkit-animation-duration: 0.7s;
	-moz-animation-duration: 0.7s;
	-o-animation-duration: 0.7s;
	animation-duration: 0.7s;
}

.animated.duration08 {

	-webkit-animation-duration: 0.8s;
	-moz-animation-duration: 0.8s;
	-o-animation-duration: 0.8s;
	animation-duration: 0.8s;
}

.animated.duration09 {

	-webkit-animation-duration: 0.9s;
	-moz-animation-duration: 0.9s;
	-o-animation-duration: 0.9s;
	animation-duration: 0.9s;
}

.animated.duration10 {

	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

.delay01 {

	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-o-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.delay03 {

	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	animation-delay: 0.3s;
}


.delay05 {

	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.delay055 {

	-webkit-animation-delay: 0.55s;
	-moz-animation-delay: 0.55s;
	-o-animation-delay: 0.55s;
	animation-delay: 0.55s;
}

.delay06 {

	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.delay065 {

	-webkit-animation-delay: 0.65s;
	-moz-animation-delay: 0.65s;
	-o-animation-delay: 0.65s;
	animation-delay: 0.65s;
}

.delay07 {

	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-o-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.delay08 {

	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.delay09 {

	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.delay11, .delay011 {

	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

.delay12, .delay012 {

	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.delay13, .delay013 {

	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	-o-animation-delay: 1.3s;
	animation-delay: 1.3s;
}

.delay15, .delay015 {

	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.delay17, .delay017 {

	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.delay19, .delay019 {

	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.delay21, .delay021 {

	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

@-webkit-keyframes toggle_opacity {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes toggle_opacity {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

@-webkit-keyframes flash {
	0% {
		opacity: .55;
	}
	100% {
		opacity: 1;
	}
}

@keyframes flash {
	0% {
		opacity: .55;
	}
	100% {
		opacity: 1;
	}
}

/* WebKit � Opera */
@-webkit-keyframes spinner {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

/* Other */
@keyframes spinner {
	from {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* End */
/* /local/templates/aspro_max_custom/components/bitrix/news/services/style.css?17280367843116 */
/* /local/templates/aspro_max_custom/components/bitrix/news.list/content-list-blocks/style.css?17280367844663 */
/* /local/templates/aspro_max_custom/css/animation/animation_ext.css?17280367824974 */
