

/* Start:/local/templates/ashmanov/components/bitrix/news.list/headblock/style.css?17734104886250*/
.b-headblock {
	position: relative;
	z-index: 11;
}

.b-headblock__wrapper {
	max-width: 1152px;
	margin: 0px auto;
}

.b-headblock-item {
	position: relative;
}

.b-headblock-item__img {
	width: 100%;
	height: 100%;
}

.b-headblock-item__title {
	font-weight: 400;
}

.b-headblock-item__subtitle {
	color: #ffffff;
	text-align: left;
	font-size: 12px !important;
	text-transform: uppercase;
}

.b-headblock-item--white {
	background-color: #fff;
}

.b-headblock-item--white .b-headblock-item__title {
	color: #000;
}

.b-headblock-item--white .b-headblock-item__text {
	color: #000;
	font-weight: 300;
}

.b-headblock-item--white .b-headblock-item__text a {
	color: #000;
	border-bottom: 1px solid #000;
}

.b-headblock-item--white .b-headblock-item__subtitle {
	color: #383838;

}

.b-headblock-item--gray {
	background-color: #dfe3e4;
}

.b-headblock-item--gray .b-headblock-item__title {
	color: #383838;
	letter-spacing: -0.7px;
}

.b-headblock-item--gray .b-headblock-item__text {
	color: #383838;
	font-weight: 300;
}

.b-headblock-item--gray .b-headblock-item__text a {
	color: #383838;
	border-bottom: 1px solid #383838;
}

.b-headblock-item--gray .b-headblock-item__subtitle {
	color: #383838;
}

.b-headblock-item--black {
	background-color: #383838;
}

.b-headblock-item--black .b-headblock-item__title {
	color: #fff;
}

.b-headblock-item--black .b-headblock-item__text {
	color: #fff;
	font-weight: 300;
}

.b-headblock-item--black .b-headblock-item__text a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.b-headblock-item--red {
	background-color: #c4262e;
}

.b-headblock-item--red .b-headblock-item__title {
	color: #fff;
}

.b-headblock-item--red .b-headblock-item__text {
	color: #fff;
	font-weight: 300;
}

.b-headblock-item--red .b-headblock-item__text a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.b-headblock-item--left {
	text-align: left !important;
}

.b-headblock-item--left .b-headblock-item__title,
.b-headblock-item--left .b-headblock-item__text {
	text-align: left !important;
}

.b-headblock-item__text {
	margin-bottom: 0px !important;
}

.b-headblock-item__text ul {
	padding-left: 16px;
	/*color: #383838;
	font-weight: 300;
	font-size: 15px;
	line-height: 30px;*/
	list-style: none;
}

.b-headblock-item__text ul li {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 8px;
	font-weight: 300;
}
.b-headblock-item__text ul li:last-of-type {
	margin-bottom: 0px;
}

.b-headblock-item--gray .b-headblock-item__text ul li {
	color: #383838;
}

.b-headblock-item__text ul li:before {
	width: 7px;
	height: 7px;
	display: block;
	position: absolute;
	font-size: 30px;
	content: '•';
	color: #c4262e;
	left: -16px;
}

.b-headblock-item__text a {
	text-decoration: none;
	padding-bottom: 1px;
}

.b-headblock-item__subtitle {
	font-size: 15px;
	line-height: 19px;
	font-weight: 700 !important;
}

@media all and (min-width: 960px) {
	.b-headblock-item__subtitle {
		font-size: 16px;
		line-height: 24px;
		font-weight: 300;
	}
}

.b-headblock-item__detail-link {
	display: block;
	margin: 32px 0px 0px 0px;
	color: #959595;
	font-size: 11px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}

.b-headblock-item__detail-link i {
	color: #383838;
	font-size: 24px;
	position: relative;
	top: 4px;
}

@media all and (min-width: 1344px) {
	.b-headblock-item__detail-link {
		margin: 0px;
		position: absolute;
		bottom: 48px;
		left: 48px;
	}
}

@media all and (min-width: 320px) and (max-width: 959px) {
	.b-headblock-item {
		padding: 20px 30px;
	}
	.b-headblock-item__title {
		text-align: left;
		margin: 0px 0px 15px 0px;
	}
	.b-headblock-item__text {
		margin: 15px 0px 0px 0px;
	}
	.b-headblock-item__link {
		margin: 30px 0px 0px 0px;
	}
}

@media all and (min-width: 640px) and (max-width: 959px) {
	.b-headblock__wrapper > .row {
		background-color: #fff;
	}
	.b-headblock-item__link {
		display: block;
		text-align: center;
	}
}

@media all and (min-width: 960px) {
	.b-headblock-item {
		padding: 55px 48px;
	}
	.b-headblock-item__title {
		font-size: 30px;
		line-height: 32px;
		margin: 0px 0px 20px 0px;
	}
	.b-headblock-item__title--right {
		font-size: 24px;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	.b-headblock-item__text {
		/*font-size: 18px;
            line-height: 26px;*/
		margin: 20px 0px;
	}
	.b-headblock-item__link {
		margin: 30px 0px 0px 0px;
	}
	.b-headblock-item--white .b-headblock-item__title {
		text-align: left;
	}
	.b-headblock-item--black,
	.b-headblock-item--gray {
		padding: 55px 48px;
	}
	.b-headblock-item--gray .b-headblock-item__title,
	.b-headblock-item--black .b-headblock-item__title {
		margin: 0px 0px 20px 0px;
		text-align: left;
	}
	.b-headblock-item--black .b-headblock-item__text {
		margin: 20px 0px 20px 0px;
	}
}

@media all and (min-width: 1344px) {
	.b-headblock-item {
		padding: 74px 48px;
	}
	.b-headblock-item--gray .b-headblock-item__title,
	.b-headblock-item--black .b-headblock-item__title {
		margin: 0px 0px 25px 0px;
	}
	.b-headblock-item--black .b-headblock-item__text {
		margin: 25px 0px 20px 0px;
	}
	.b-headblock-item--gray .b-headblock-item__title {
		text-align: left;
	}
	.b-headblock-item--red .b-headblock-item__text {
		margin: 0px;
	}
}

@media all and (max-width: 767px) {
	.b-headblock-item {
		padding: 32px;
	}
	.b-headblock-item__title {
		margin-bottom: 32px;
	}
	.b-headblock-item__text {
		font-weight: 300;
		font-size: 15px;
		line-height: 19px;
		margin-top: 32px;
	}
	.b-headblock-item__link {
		margin-top: 32px;
		display: block;
		text-align: center;
	}
}

@media all and (min-width: 640px) {
	.b-headblock-item__text {
		font-size: 16px !important;
		line-height: 24px !important;
	}
}

@media all and (min-width: 1344px) {
	.b-headblock-item__text {
		font-size: 16px !important;
		line-height: 24px !important;
	}
}

.b-headblock-item--red.b-headblock-item--left .b-headblock-item__title {
	text-align: left !important;
	text-transform: none !important;
}

.b-headblock-item--center .b-headblock-item__title,
.b-headblock-item--center .b-headblock-item__text {
	text-align: center;
}


.b-headblock__submit {
	max-width: 200px;
	margin: 32px auto 0px auto;
}
@media all and ( min-width: 1024px ) {
	.b-headblock__submit {
		margin-top: 48px;
	}
}
/* End */


/* Start:/local/templates/ashmanov/css/ratings.css?177341048812679*/
/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,:after,:before{box-sizing:inherit}.container{width:100%;padding-right:0;padding-left:0;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:0;margin-left:0}.col-12,.col-md-3,.col-sm-6{position:relative;width:100%;min-height:1px;padding-right:0;padding-left:0}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.container{padding-right:16px;padding-left:16px;max-width:1152px}.b-head-image.b-head-image--services{pointer-events:none}.n-ratings{position:relative;z-index:12;margin-bottom:-96px}.b-block.b-block--ratings{padding-top:185px;margin-top:0;background:#dfe3e4}.b-block.b-block--ratings .b-text-block__title{letter-spacing:normal}.n-ratings-section{background:#fff;overflow:hidden}.n-ratings-section:not(:last-child){margin-bottom:48px}.n-ratings-section__title{padding:32px 16px;font-size:30px;font-weight:400;line-height:32px;text-align:center;color:#383838;border-bottom:1px solid #ebebeb}.n-ratings-section__wrap{margin-bottom:-1px}.n-ratings-item{padding:32px 24px;line-height:0;border-bottom:1px solid #ebebeb}.n-ratings-item__title{font-size:30px;font-weight:400;line-height:32px;color:#383838;}.n-ratings-item__time{display:block;margin-bottom:40px;font-size:16px;font-weight:300;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:normal;text-align:left;color:#959595}.n-ratings-item__list{list-style-type:none;padding:0;margin:0;margin-bottom:40px;counter-reset:a}.n-ratings-item__list-item{position:relative;padding-left:40px}.n-ratings-item__list-item:before{counter-increment:a;content:counter(a) ".";position:absolute;left:0;top:0;bottom:0;margin:auto;font-size:33px;line-height:1;color:#959595}.n-ratings-item__list-item:not(:last-child){margin-bottom:30px}.n-ratings-item__site{margin-bottom:4px;font-size:16px;font-weight:400;line-height:1;color:#383838}.n-ratings-item__bar{display:-ms-flexbox;display:flex;-ms-flex-align:baseline;align-items:baseline;line-height:11px}#kribrum_rating_ecommerce .n-ratings-item__bar{justify-content:space-between}.n-ratings-item__bar .percents{width:32px;font-size:11px;font-weight:400;line-height:inherit;letter-spacing:.3px;color:#c4262e}#kribrum_rating_ecommerce .n-ratings-item__bar .bar{width: calc(100% - 42px);}.n-ratings-item__bar .bar{position:relative;width:calc(100% - 42px);height:5px}.n-ratings-item__bar .bar span{position:absolute;top:0;bottom:0;left:0}.n-ratings-item__bar .bar__main{z-index:1;width:55%;background:#c4262e}.n-ratings-item__bar .bar__bg{width:100%;background:#e1e1e1}.n-ratings-item__link{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;text-decoration:none;color:#383838;}.n-ratings-item__link svg{display:inline-block;margin-right:16px;width:24px;height:24px;fill:#383838}.n-ratings-item__link span{display:inline-block;margin-top:2px;font-size:11px;font-weight:700;line-height:1;letter-spacing:.6px;color:#959595;text-transform:uppercase}.n-ratings-item__link:focus svg,.n-ratings-item__link:hover svg{fill:#c4262e}.n-ratings-item__link:focus span,.n-ratings-item__link:hover span{color:#c4262e}.b-head-image--rates .b-head-image__wrapper{padding-top:64px;padding-bottom:120px}.b-head-image__time time{display:block;margin-bottom:48px;font-size:11px;font-weight:600;line-height:2.18;letter-spacing:.8px;text-align:center;text-transform:uppercase;color:#fff}.n-chart{padding:32px;background:#fff}.n-chart:not(:last-child){margin-bottom:48px}.n-chart__diagram{width:100%;overflow:hidden}.n-chart__diagram img{width:100%;height:auto}.n-chart__header,.n-chart__select{margin-bottom:16px}.n-chart__select{position:relative}.n-chart__select label{position:absolute;top:0;left:0;visibility:hidden}.n-chart__select .jq-selectbox__select-text{color:#383838;font-size:14px;font-weight:600}/*.n-chart__select .jq-selectbox{z-index:3!important}*/.n-chart__select .jq-selectbox__select{border-color:#383838;padding:0 16px;cursor:default}.n-chart__select .jq-selectbox__dropdown{box-shadow:0 7px 10px 0 rgba(0,0,0,.25)}.n-chart__select .jq-selectbox__dropdown>ul li{color:#383838;font-size:14px;cursor:default}.n-chart__select + .n-chart__select {margin-left: 0;} .chart_selects {flex-direction: column;}.n-chart__switcher{border:2px solid #383838;display:-ms-inline-flexbox;display:inline-flex;width:100%}.n-chart__switcher>a{display:inline-block;width:50%;font-size:14px;line-height:36px;font-weight:600;text-align:center;color:#383838;text-decoration:none}.n-chart__switcher>a.active{color:#fff;background:#383838;cursor:default}.n-tags{position:relative;margin-left:24px;margin-right:24px}.n-tags__nav{position:absolute;top:0;bottom:0;display:-ms-flexbox;display:flex;margin:auto;cursor:pointer}.n-tags__nav svg{margin:auto;width:20px;height:auto;fill:#fff}.n-tags__nav--back{left:-24px}.n-tags__nav--forward{right:-24px}.n-tags__nav.slick-disabled{visibility:hidden}.n-tags__nav.slick-arrow{outline:none}.n-tags__item{display:-ms-inline-flexbox;display:inline-flex}.n-tags__item:not(:last-child){padding-right:10px}.n-tags__item:not(:first-child){padding-left:2px}.n-tags__item>a{display:-ms-inline-flexbox;display:inline-flex;padding-left:10px;padding-right:10px;padding-top:2px;font-size:11px;font-weight:600;line-height:20px;letter-spacing:.5px;text-align:center;color:#fff;text-decoration:none;text-transform:uppercase;background:rgba(0,0,0,.25);border:1px solid hsla(0,0%,100%,.25)}.n-tags__item--active>a{background:#c4262e;border-color:#c4262e}.n-tags__item.slick-slide{outline:none}.n-rate-wrapper{padding-bottom:32px;background:#fff}.n-rate-wrapper:not(:last-child){margin-bottom:48px}.n-rate-col--checkbox{padding-right:16px;width:42px;max-width:42px;-ms-flex:1 1 42px;flex:1 1 42px}.n-rate-col--checkbox.empty{display:none}.n-rate-col--checkbox.empty~.n-rate-col--title{width:calc(100% - 36px);max-width:calc(100% -36px);-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(100% -36px);flex-basis:calc(100% -36px)}.n-rate-col--checkbox.empty~.n-rate-col--percentage,.n-rate-col--checkbox.empty~.n-rate-col--statistics{padding-left:36px}.n-rate-col--num{padding-right:16px;width:36px;max-width:36px;-ms-flex:1 1 36px;flex:1 1 36px}.n-rate-col--title{width:calc(100% - 78px);max-width:calc(100% - 78px);-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(100% - 78px);flex-basis:calc(100% - 78px)}.n-rate-col--percentage,.n-rate-col--statistics{margin-top:8px;padding-left:78px;width:100%;max-width:100%;-ms-flex:1 1 100%;flex:1 1 100%}.n-rate-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.n-rate-header{position:-webkit-sticky;position:sticky;top:0;z-index:1;padding:32px 32px 8px;font-size:11px;line-height:1.64;letter-spacing:.8px;text-transform:uppercase;color:#959595;border-bottom:2px solid #ebebeb}.n-rate-btn,.n-rate-header{font-weight:600;background:#fff}.n-rate-btn{font-family:Circe,Helvetica,Arial,sans-serif;display:block;max-width:288px;width:100%;padding:8px 24px;margin:auto;cursor:pointer;outline:none;font-size:14px;line-height:20px;text-align:center;color:#383838;border:2px solid #383838}.n-rate-btn:focus,.n-rate-btn:hover{color:#fff;background:#383838}.n-rate-list{list-style-type:none;margin:0;margin-bottom:28px;padding:0 32px;counter-reset:b}.n-rate-item{padding-top:18px;padding-bottom:18px;font-size:16px;font-weight:300;line-height:20px;letter-spacing:-.2px;color:#383838}.n-rate-item:not(:last-child){border-bottom:1px solid #ebebeb}.n-rate-item:nth-child(10):not(:last-child){position:relative;padding-bottom:48px;border-bottom:0}.n-rate-item:nth-child(10):not(:last-child):after{content:"";display:block;position:absolute;bottom:0;left:-32px;right:-32px;height:1px;background:#ebebeb}.n-rate-item:nth-child(11){padding-top:48px}.n-rate-item--active{font-weight:600}.n-rate-item__num:before{counter-increment:b;content:counter(b) "."}.n-rate-item__input{display:none}.n-rate-item__input:checked~label{font-weight:600}.n-rate-item__input:checked~label>span svg{visibility:visible}.n-rate-item__checkbox>span{display:-ms-flexbox;display:flex;width:16px;height:16px;background:#fff;border:2px solid #383838}.n-rate-item__checkbox>span svg{visibility:hidden;margin:auto;width:10px;height:auto;fill:#c4262e}@media (min-width:840px){.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.container{padding-right:32px;padding-left:32px}.b-head-image.b-head-image{margin-bottom:-96px}.n-ratings-section__wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-2px}.n-ratings-section__wrap .n-ratings-item{max-width:50%;-ms-flex:1 1 50%;flex:1 1 50%;border-right:1px solid #ebebeb}.n-ratings-item{padding:40px 48px 48px}.b-head-image--rates{margin-bottom:-96px}.b-head-image--rates .b-head-image__wrapper{padding-bottom:182px}.b-head-image__title{margin-bottom:74px}.n-chart{padding:48px}.n-chart__header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:48px}.n-chart__select{margin-bottom:0;min-width:192px;-ms-flex:0 1;flex:0 1}.n-chart__select .jq-selectbox__select{padding:0 24px}.n-chart__switcher{width:auto;min-width:272px;-ms-flex:0 1;flex:0 1}.n-rate-wrapper{padding-bottom:48px}.n-rate-col--title{padding-right:16px;width:31%;max-width:31%;-ms-flex:1 1 31%;flex:1 1 31%}.n-rate-col--statistics{margin-top:0;padding-left:0;width:45%;max-width:45%;-ms-flex:1 1 45%;flex:1 1 45%;text-align:right}.n-rate-col--percentage{margin-top:0;padding-left:16px;width:24%;max-width:24%;-ms-flex:1 1 24%;flex:1 1 24%;text-align:right}.n-rate-row{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.n-rate-row--persons .n-rate-col--statistics{text-align:left}.n-rate-header{top:64px;padding-top:48px;padding-left:48px;padding-right:48px}.n-rate-list{padding:0 48px}.n-rate-item:nth-child(10):not(:last-child):after{left:-48px;right:-48px}
    .chart_selects {display: flex;flex-direction: row;}
    .n-chart__select + .n-chart__select {margin-left: 20px;}
}@media (min-width:992px){.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.n-ratings-section__title{padding-left:32px;padding-right:32px;line-height:1.33}.n-ratings-section__wrap .n-ratings-item{max-width:33.33333%;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;padding-left:32px;padding-right:32px}.n-chart{padding:32px}.n-rate-wrapper{padding-bottom:32px}.n-rate-col--checkbox.empty{display:block}.n-rate-col--statistics,.n-rate-col--title{width:38%;max-width:38%;-ms-flex:1 1 38%;flex:1 1 38%}.n-rate-col--percentage{padding-right:42px}.n-rate-row--persons .n-rate-col--title{width:25%;max-width:25%;-ms-flex:1 1 25%;flex:1 1 25%}.n-rate-row--persons .n-rate-col--statistics{width:51%;max-width:51%;-ms-flex:1 1 51%;flex:1 1 51%}.n-rate-header{padding-top:32px;padding-left:32px;padding-right:32px}.n-rate-list{padding:0 32px}.n-rate-item:nth-child(10):not(:last-child):after{left:-32px;right:-32px}}@media (min-width:1200px){.container{padding-right:0;padding-left:0}.n-ratings-section__title{padding:42px}.n-ratings-section__wrap .n-ratings-item{padding-left:48px;padding-right:48px}.b-head-image--rates{margin-bottom:-96px}.b-head-image--rates .b-head-image__wrapper{padding-left:40px;padding-right:40px}.n-chart{padding:48px}.n-tags{margin-left:0;margin-right:0}.n-tags__nav--back{left:auto;right:calc(100% + 8px)}.n-tags__nav--forward{left:calc(100% + 8px);right:auto}.n-rate-wrapper{padding-bottom:48px}.n-rate-header{padding-top:48px;padding-left:48px;padding-right:48px}.n-rate-list{padding:0 48px}.n-rate-item:nth-child(10):not(:last-child):after{left:-48px;right:-48px}}.n-rate-item__input:disabled~label > span {opacity: 0.5;cursor: not-allowed;}.n-rate-item__input:disabled~label{cursor: not-allowed;}.b-block.b-block--ratings{padding-bottom: 100px;}.n-ratings-item__link:hover{text-decoration: underline;}a.n-rate-item__percentage.n-rate-col.n-rate-col--percentage{color: #383838;}a.n-rate-item__percentage.n-rate-col.n-rate-col--percentage:hover{text-decoration: none;}a.n-ratings-item__link.n-ratings-item__link-title{text-decoration:none;display: inline;}.n-ratings-item__link:hover{text-decoration: none;}.n-rate-item__title.n-rate-col.n-rate-col--title a{color: #383838;}.n-ratings.more-space{padding-bottom: 150px;}
/* End */


/* Start:/local/components/ashmanov/seorate.rating.detail/templates/ecommerce.page/style.css?17734104871632*/
.main_page_rating {
    z-index: 11;
}
.main_page_rating .n-chart {
    padding: 0;
    margin: 0;
}

.main_page_rating .rating-column {
    display: -ms-flexbox;
    display: flex;
}

.main_page_rating .n-ratings {
    margin: 0;
}

.main_page_rating .chart_column_content {
    height: 100%;
    width: 100%;
}

.main_page_rating .chart_name {
    font-size: 20px;
    /* box-shadow: 0 1px 0 0 hsla(6, 2%, 9%, 0.3); */
    text-decoration: none;
    display: inline!important;
    line-height: initial;
    font-weight: bold;
    border-bottom: 1px solid hsla(6, 2%, 9%, 0.3);
    height: 25px;
    margin-bottom: 0;
}

.main_page_rating #ajax_container {
    margin-top: 48px;
}

.main_page_rating #ajax_container .container {
    padding: 0;
}

.main_page_rating .b-main-item__text {
    line-height: 22px;
}

.main_page_rating .b-main-item-arrow {
    margin-top: 48px;
    position: relative;
    bottom: initial;
    left: initial;
}

.inner-rating .b-block__wrapper:before,
.inner-rating .b-block__wrapper:after {
    display: none;
}

@media (min-width: 320px) {
    .chart_column_content {
        padding: 32px;
    }
    .main_page_rating .b-main-item__label {
        margin: 0 0 32px;
    }
}

@media (min-width: 768px) {
    .main_page_rating .chart_name {
        display: inline-block!important;
    }
}

@media (min-width: 1024px) {
    .b-about .chart_column_content {
        padding-right: 43px;
    }
    .chart_column_content {
        padding-bottom: 49px;
    }
}

@media (min-width: 1344px) {
    .chart_column_content {
        min-height: 384px;
        padding: 48px;
        position: relative;
    }
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/laboratory.factors/style.css?17734104889580*/
/* search-rating */
.search-rating {
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
}

.search-rating__inner {
    padding-top: 26px;
    padding-right: 24px;
    padding-left: 24px;
}

.search-rating__title {
    margin-bottom: 16px;
    text-align: center;
    font-size: 28px;
    line-height: 1.14;
    color: #383838;
}

.search-rating__title span {
    display: block;
}

.search-rating__subtitle {
    margin-top: 0;
    margin-bottom: 18px;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
}

.search-rating__tabs {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-bottom: 18px;
}

.search-rating__tabs li {
    max-width: 168px;
    width: 100%;
}

.search-rating__tabs a {
    text-decoration: none;
    color: #383838;
    border: 2px solid #383838;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.57;
    text-align: center;
}

.search-rating__tabs a.active {
    background-color: #383838;
    color: #fff;
}

.search-rating__list {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 0;
}

.search-rating__item {
    position: relative;
    display: flex;
    flex-direction: column;
}

.search-rating__item + .search-rating__item {
    margin-top: 12px;
}

.search-rating__bars {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.search-rating__name {
    position: relative;
    outline: none;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.4;
    color: #383838;
    text-align: left;
    z-index: 0;
    cursor: pointer;
}

.google-tab .search-rating__name {
    text-align: right;
}

.search-rating__name span {
    position: relative;
    background-image: linear-gradient(to right, #C3C3C3 50%, transparent 50%);
    background-position: 0 1.17em;
    background-repeat: repeat-x;
    background-size: 6px 1px;
    z-index: -1;
}

.search-rating__name.is-active {
    color: #c4262e;
}

.search-rating__name.is-active span {
    background: none;
}

.search-rating__bar {
    display: flex;
    align-items: center;
}

.search-rating__progress {
    background-color: #e19296;
    height: 5px;
    min-width: 2px;
}

.search-rating__bar.is-grey .search-rating__progress {
    background-color: #d1d1d1;
}

.search-rating__bar.is-grey .search-rating__value {
    color: #959595;
}

.search-rating__value {
    padding-right: 4px;
    padding-left: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #c4262e;
}

.search-rating__content {
    padding-bottom: 32px;
}

.google-tab .search-rating__item {
    align-items: flex-end;
}

.google-tab .search-rating__bar {
    flex-direction: row-reverse;
}

.only-desktop {
    display: none;
}

@media screen and (min-width: 768px) {
    .search-rating {
        padding-right: 32px;
        padding-left: 32px;
    }

    .search-rating__title span {
        display: inline;
    }
}

@media screen and (min-width: 1024px) {
    .search-rating {
        margin-bottom: 48px;
    }

    .search-rating__inner {
        padding-top: 48px;
    }

    .search-rating__title {
        margin-bottom: 12px;
        font-size: 30px;
    }

    .search-rating__subtitle {
        margin-bottom: 38px;
        font-size: 16px;
    }

    .search-rating__tabs {
        margin-bottom: 28px;
    }

    .search-rating__name {
        line-height: 1.6;
        margin-bottom: 4px;
    }

    .search-rating__name::before {
        bottom: 2px;
    }

    .search-rating__bars {
        flex-direction: row;
    }

    .google-tab .search-rating__item {
        align-items: center;
    }

    .google-tab .search-rating__bar {
        flex-direction: row;
    }

    .search-rating__bar {
        flex-grow: 1;
    }

    .search-rating__bar:not(.is-grey) {
        flex-direction: row-reverse;
    }

    .search-rating__progress {
        margin-left: 4px;
        margin-right: 8px;
    }

    .search-rating__bar .search-rating__progress {
        margin-left: 4px;
        margin-right: 8px;
    }

    .search-rating__bar.is-grey .search-rating__progress {
        margin-right: 4px;
        margin-left: 8px;
    }

    .google-tab .search-rating__progress {
        margin-right: 4px;
        margin-left: 8px;
    }

    .google-tab .search-rating__bar.is-grey .search-rating__progress {
        margin-right: 8px;
        margin-left: 4px;
    }

    .search-rating__item {
        align-items: center;
    }

    .search-rating__item + .search-rating__item {
        margin-top: 8px;
    }

    .search-rating__content {
        padding-right: 68px;
        padding-left: 68px;
        padding-bottom: 56px;
    }

    .search-rating__list {
        margin-bottom: 28px;
    }

    .search-rating__load-more {
        max-width: 240px;
        margin-right: auto;
        margin-left: auto;
    }

    .google-tab .search-rating__bars {
        flex-direction: row-reverse;
    }

    .google-tab .search-rating__bar.is-grey {
        flex-direction: row-reverse;
    }

    .google-tab .search-rating__bar:not(.is-grey) {
        flex-direction: row;
    }

    .only-desktop {
        display: block;
    }

    .only-mobile {
        display: none;
    }
}

/* Custom tooltip */
.custom-tooltip {
    position: absolute;
    top: calc(100%);
    left: 50%;
    padding-right: 0;
    padding-left: 0;
    transform: translateX(-50%);
    z-index: 1;
    background-color: transparent;
}

.custom-tooltip__wrapper {
    position: relative;
    max-width: 962px;
    min-width: 288px;
    width: 100%;
    padding: 28px 24px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    font-size: 15px;
    animation: pop ease-in-out .25s 1 normal;
    font-weight: 300;
}

.custom-tooltip__wrapper p {
    margin-top: 0;
    margin-bottom: 0;
}

.custom-tooltip__wrapper ul {
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}

.custom-tooltip__block {
    padding-top: 16px;
}

.custom-tooltip__block strong {
    font-weight: 400;
}

.custom-tooltip__wrapper p + p {
    margin-top: 16px;
}

.custom-tooltip__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024'%3E%3Cpath d='M0 949.42L949.05.37l74.58 74.58L74.58 1024 0 949.42z'/%3E%3Cpath d='M0 74.58L74.58 0 1024 949.42 949.42 1024 0 74.58z'/%3E%3C/svg%3E%0A") center no-repeat;
    background-size: 18px 18px;
    outline: none;
    cursor: pointer;
    transition: all .15s ease-in;
}

.custom-tooltip__close:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024'%3E%3Cpath fill='%23C4262E' d='M0 949.42L949.05.37l74.58 74.58L74.58 1024 0 949.42z'/%3E%3Cpath fill='%23C4262E' d='M0 74.58L74.58 0 1024 949.42 949.42 1024 0 74.58z'/%3E%3C/svg%3E%0A");
}

.custom-tooltip__title {
    display: block;
    font-size: 20px;
    line-height: 1.7;
    font-weight: 400;
    color: #383838;
}

@media screen and (min-width: 1024px) {
    .custom-tooltip {
        padding-right: 0;
        padding-left: 0;
        text-align: left;
    }

    .custom-container {
        display: block;
        text-align: center;
    }

    .custom-tooltip__wrapper {
        min-width: 962px;
    }

    .custom-tooltip__wrapper::before {
        content: '';
        position: absolute;
        left: calc(50% - 3px);
        top: -12px;
        width: 24px;
        height: 24px;
        transform: rotate(-45deg) translateX(-50%);
        background-color: #fff;
    }
}

@media screen and (min-width: 1344px) {
    .custom-tooltip {
        padding: 8px 0 0;
    }

    .custom-tooltip__wrapper {
        padding: 48px 48px 40px;
    }


    .custom-tooltip__close {
        right: 12px;
        top: 12px;
    }

    .custom-tooltip__block {
        padding-top: 24px;
    }

}

.hidden_factor {
    display: none;
}

.search-rating__value {
    position: relative;
}

.dynamic_num {
    top: -6px;
    font-size: 9px;
    position: absolute;
}

.dyn_direction_up {
    color: #4CAF50;
}

.dyn_direction_down {
    color: #f44336;
}

.main-tabs__item {
    align-self: stretch;
    display: flex;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}

@media screen and (min-width: 1024px) {
    .search-rating__tabs {
        margin-bottom: 28px;
    }
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/step3_new_AD/style.css?17734104889799*/
.stages {
    margin: 32px auto;
    padding: 0 16px;
}

.stages__inner {
    background-color: #fff;
    position: relative;
    max-width: 1152px;
    margin: 0 auto;
    padding: 32px;
    z-index: 11;
}

.stages__title {
    margin: 0 0 32px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
}

.stages__block {
    display: none;
}

.stages__block.active {
    display: block;
}

.stages__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    counter-reset: step-list;
}

.stages__item:not(:last-child) {
    margin-bottom: 32px;
}

.stages__item h4 {
    position: relative;
    padding-left: 64px;
    line-height: 28px;
    margin: 0;
}

.stages__item h4::before {
    counter-increment: step-list;
    content: counter(step-list);
    width: 40px;
    height: 40px;
    padding-top: 6px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 1px;
    color: #c4262e;
    font-size: 20px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #dedede;
}

.stages__item a {
    color: #383838;
    font-size: 24px;
    text-decoration: none;
}

.stages__content {
    display: none;
    max-width: 638px;
    padding: 123px 47px 41px;
    margin: 0;
}

.stages__work {
    margin-bottom: 29px;
    color: #383838;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.stages__results {
    margin-bottom: 34px;
    padding: 14px 24px;
    border: 2px solid #c4262e;
}

.stages__results p {
    margin: 0;
    font-weight: 300;
}

.stages__subject {
    color: #c4262e;
}

.stages__scale {
    position: relative;
    display: block;
    padding: 0;
    border: 1px solid rgba(186, 186, 186, 0.5);
}

.stages__scale:hover::before,
.stages__scale:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.stages__scale::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(207, 207, 207, .41);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.stages__scale::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
    width: 80px;
    height: 80px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABLCAMAAADtTJGhAAAAAXNSR0IB2cksfwAAAkZQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2Vzz5gAAAMJ0Uk5TAB5PcY+uu8XMwrimh2hDEQI6gbaobiYUuadXBxh6yGAJBmLGtUIukBMBXcmwflkgFg0air66NgiLXirKoANHq3apokl5Vgx8coytJD2amY14MAVGm1KdxIg+K45qwE0csg6vSCe8ZQqDWscbpMORTkBThEWhEnUXb7dESpYQKRm9hjxmgmcfqjEVSwtzkpSAUX1Qs2MdOyI4mFWXW0yVwYlte2Gld2tshT85LTIEaaPLcL8jtJNfMzUoLLFkVJ+cNCH5VHccAAAF6ElEQVR4nKWY6UNTRxDAH4jyElRACwULaDgL5Ui4IUIRSqAIgqGCMQgISAyIQCsqKFKKFfEothZBW0RolR5gEUXtYY//rO/N7DuzS2KcTzOzs7/s7sweLxzHkIDALUFbtwXzvMEYsn3HzlBWnFcJC9+1m9fJOxGR/qDejYjSk1Ci97z3hqiY2Dg6SpSovfveAGWKT2CjRElM8pmVvHVzlCgp7/uESk37QNUpPSMzPMtssWRHJsXn5Koa8vJ9YBUUqta6KFvTFla8JU9utBZ5ZVn2KzNJprSXlH4oB5SlemEdkCLLixkhqRXy6D7alFYgjSuhMowdZauSaNWbsFI/JkE1B5WetfG7guoO1TdkHrbLzkYDCaxkw9JIyCc2iXSkyarko/moQxpvJJlq3DEWK5nUhJPsF1vLcX15pbcSXFs7OtpP0FmmDjIuwurM06MgMV3YGnAS7Qw6rJusF87RdYqGEmfmxvBjPWjTCojrxf2YgGsfeprBEqQKp1qJVjQt77HYhvkJ7ZC79p3Z0T+QNFi9X0nFp9jfidZnnqwYPHPOQpxLHtfZUvn0GioySt5z4DjfDEaIZ+lewDCse2m9hkc0MaZusk78RbDj0QjXs0owdUFgdJIul0b1YZcTydzHYAKfgzGuj/pClRobqYlxueR75ZvETM46J1gTmDObDnYFMwP6l2RcEuvqJM/nFBBjjPzSNdGYwqRc18FwbdNE9QbWfdQQaUqdFM2bUmQ+wm6B8RXo01pWFkbAWXgb9UaprQ3MDjn2a1XsN6Du1sIQkA56HSZcbosE+45sT2ERfSvqMwge08CqwQf7zGVVJZ8GI+vbBHoipTjOgA923V1Qg/exYeHgiINqvqV0lAUTfldUizCVHBtmwl0cqUypQQPD82RWVPFMjoAZ78x0u924N3IFzV05B7stBDywJ92gntLA8LdiRLUe1NuCljXMe8g9cXI5oN4Xo/tBdWpgGGkR1e9ALeWkItLJ90LDNGhwb46AWkeBhSpLOi9ouTSYuBGvKKveCOoDDWwBfFCHD+XIEBpsUR5yoBgdCGqhBoarU6zkZ0nQaq2erCiz0ICXCRTXD6Bq99OP8kJxR0CdFNXiR/WCHAJHsKg+fDwluM28Mo8lUJc1sJ/ANyGqXRg6I7d51NkgOE7CAdsEeqsGhgdTiqiG4bq3sGHl4NguqiV9oGtvqJ/B11ci6hmgH7ewYL/g0OFU+RVU6w0N7ASuNZx4Kxj8iAFbheONX4Ct+QT0/ZxWfgNvLOiYjbU50jSrhT1VSkTa0y06WAt4103KnPncZ9hkh2sjhwS2YqNhVDWJFR0sAN2DYDxAI498QCQJF9zzXtT7Se3BAc8dBb3d4+LEZ94dSEEbeX71kZvifP+ICxTTTWzgyyFudk2pKI3MY9QeMBpJH36jSxWSOiA9Gtbx4Ryk7qOWVTyAF/B9PyHR+Ev9U0h69qJG8vW8BJeZfMVYKzxoWNd8PS7ABV4RY1PKRvmCYic4SBcHk2YnP0zO8zTKLkfJVZLHpr3Chjjy6ZFvpLOaYlR92DQ883jDZTRtZZTBrQ9q33ZMmoskK1fatzNLzVqUca/+jcKmRZIvw2BphTnX/Lj8TK5pmKO9OJm0i1LHxRLFOXR44Hqn43eX4vFxpi8kGvPTSZDS5698o8VLNGtsDEeVP4SHTbCPNLecwrgMz2+ZVcc9XFUfaY51JXs1T16alBbLQOw2qYVFq9XRssvV1dBzIOfphNs9Ueb8U1MlDNpCto5m/8vLnweb0Qo5vWQH+U+b9aBxxfVMSIKTTiOHoP5CALm67PFPkCiTaaPcazptHJx/02BCoa9M/KP5F2dhoygLWui0f8FnoMNEsf83UPT43PR01XKmY0a5OKi0IfSxYSyh0WL8hdFoeEwY/YB50uzRYKf4A1NoePrZyUF93y+YTFubvjZqrsBx8X0W7x03paml208WjXba5L0Xk6a7wBLN/rOEj4o+zbjeiiVchykyytD9FnMkcnCxXHiCDae8Jnn8HwfwTMJ1NdpbAAAAAElFTkSuQmCC) center no-repeat;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    z-index: 1;
}

.stages__scale img {
    width: 100%;
}

.stages__desc {
    margin: 8px 0 25px;
    padding-left: 25px;
    color: #808080;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.stages__docs-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.stages__doc-file {
    margin-bottom: 15px;
}

.stages__doc-file a {
    position: relative;
    display: block;
    padding-left: 36px;
    color: #383838;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    text-decoration: none;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

.stages__doc-file a:hover {
    color: #c4262e;
}

.stages__doc-file a::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 21px;
    left: 0;
    top: 0;
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAyMSIgd2lkdGg9IjE4IiBoZWlnaHQ9IjIxIj4KCTxzdHlsZT4KCQl0c3BhbiB7IHdoaXRlLXNwYWNlOnByZSB9CgkJLnNocDAgeyBmaWxsOiAjMzgzODM4IH0gCgkJLnNocDEgeyBmaWxsOiAjYzQyNTJkIH0gCgk8L3N0eWxlPgoJPGcgaWQ9IlBhZ2UgMSI+CgkJPHBhdGggaWQ9IlBhdGggMSIgY2xhc3M9InNocDAiIGQ9Ik02LjU2IDAuMDFMMCA2LjIzTDAgMjAuNTFMMTcuNSAyMC41MUwxNy41IDAuMDFMNi41NiAwLjAxWk0xLjUgNi44N0w3LjE2IDEuNTFMMTYgMS41MUwxNiAxOS4wMUwxLjUgMTkuMDFMMS41IDYuODdaTTEzLjk4IDEwLjg2TDMuOCAxMC44NkwzLjggOS4zNkwxMy45OCA5LjM2TDEzLjk4IDEwLjg2Wk0xMy45OCAxMy45M0wzLjggMTMuOTNMMy44IDEyLjQzTDEzLjk4IDEyLjQzTDEzLjk4IDEzLjkzWk0xMy45OCAxNi45OUwzLjggMTYuOTlMMy44IDE1LjQ5TDEzLjk4IDE1LjQ5TDEzLjk4IDE2Ljk5WiIgLz4KCQk8cGF0aCBpZD0iUGF0aCAyIiBjbGFzcz0ic2hwMSIgZD0iTTYuNTcgMEwwIDYuMjVMMCA3LjMyTDcuNjEgNy4zMkw3LjYxIDBMNi41NyAwWk02LjExIDIuNTFMNi4xMSA1LjgyTDIuNjMgNS44Mkw2LjExIDIuNTFaIiAvPgoJPC9nPgo8L3N2Zz4=) center no-repeat;
}

@media (min-width: 768px) {
    .stages {
        margin: 48px auto;
        padding: 0 32px;
    }
}

@media (min-width: 1024px) {
    .stages__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
       /*min-height: 816px;*/
        padding: 0;
		padding-bottom: 1em;
    }

    .stages__title {
        margin-bottom: 13px;
        padding-right: 50px;
        text-align: right;
        font-size: 30px;
        line-height: 32px;
    }

    .stages__item .active a {
        color: #c4262e;
        border-bottom: none;
    }

    .stages__item .active::before {
        color: #c4262e;
    }

    .stages__item:nth-child(4) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .stages__item:nth-child(4) h4 {
        max-width: 370px;
        margin-left: auto;
    }

    .stages__item a {
        /*      text-decoration: underline;
              -webkit-text-decoration-style: dashed;
              text-decoration-style: dashed;
              -webkit-text-decoration-color: rgba(56, 56, 56, .4);
              text-decoration-color: rgba(56, 56, 56, .4);*/
        text-decoration: none;
        border-bottom: 1px dashed rgba(56, 56, 56, .4);
    }

    .stages__content {
        display: block;
    }

    .stages__column {
        position: relative;
        max-width: 432px;
        width: 100%;
        padding-left: 48px;
        padding-top: 72px;
        text-align: right;
        padding-bottom: 41px;
    }

    .stages__column::before {
        content: '';
        position: absolute;
        top: 0;
        right: -1px;
        bottom: 0;
        width: 1px;
        background-color: rgba(186, 186, 186, .5);
    }

    .stages__list {
        padding-top: 18px;
    }

    .stages__item:not(:last-child) {
        margin-bottom: 33px;
    }

    .stages__item span {
        display: block;
    }

    .stages__item h4 {
        padding-left: 0;
        padding-right: 50px;
    }

    .stages__item h4::before {
        right: 0;
        top: -6px;
        left: initial;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        color: #383838;
    }

}

.stages h3 {
    font-style: normal;
    font-weight: 400;
}

.stages h4 {
    font-style: normal;
    font-weight: 400;
}
/* End */


/* Start:/local/components/ashmanov/bonus/templates/.default/style.css?1773410487511*/
@media (max-width: 767px) {
    .research__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }

    .research__form .research__field {
        padding: 9px 20px;
        line-height: 1.3;
        max-width: 100%;
        margin-bottom: 5px;
    }

}

.research {
    align-items: center !important;
}
.research__submit {
    text-decoration: none;
}

.research--dark {
    background-color: #333 !important;
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/slider-preview/style.css?17734104887451*/
/*------not insert------*/
.stock {
    font-family: Circe, Arial sans-serif;
    margin: 32px auto;
    padding: 0 16px;
}

.stock__inner {
    position: relative;
z-index: 11;
}

.stock .slick-slide {
    height: auto;
}

.stock__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.stock__item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.stock__wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    min-height: 314px;
    padding: 32px 15px;
}

.stock__content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-self: stretch;
    align-self: stretch;
    padding-top: 39px;
    position: relative;
    color: #fff;
    flex-grow: 1px;
}

.stock__btn {
    max-width: 260px;
    width: 100%;
    margin-top: auto;
    display: inline-block;
    padding: 9px 15px;
    background-color: #c4262e;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
}

.stock__btn:hover {
    background-color: #d22931;
}

.stock__btn:focus {
    outline: none;
}

.stock__label {
    position: absolute;
    top: 0;
    left: 1px;
    padding: 0 7px;
    background-color: #A9262E;
    font-size: 11px;
    text-align: center;
    line-height: 2.2;
    letter-spacing: 0.55px;
    text-transform: uppercase;
}

.stock__subtitle {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 2.18;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    font-weight: 700;
}

.stock__title {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 1.16;
    font-weight: 400;
    text-transform: uppercase;
}

.stock__description p {
    margin-top: 0;
    margin-bottom: 28px;
    font-weight: 300;
    line-height: 20px;
    font-size: 14px;
}

.stock__arrow {
    display: none !important;
    width: 32px;
    height: 32px;
    padding: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    z-index: 1;
    font-size: 0;
    background-color: #c42134;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
}

.stock__arrow:focus {
    outline: none;
}

.stock__arrow--prev {
    left: 0;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTVBRjBCRjlFOEVGMTFFNkIyNTA5NDNDMjQ3OEUxQTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTVBRjBCRkFFOEVGMTFFNkIyNTA5NDNDMjQ3OEUxQTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNUFGMEJGN0U4RUYxMUU2QjI1MDk0M0MyNDc4RTFBOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNUFGMEJGOEU4RUYxMUU2QjI1MDk0M0MyNDc4RTFBOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsTxQ0oAAAA5UExURcQhNMQiNcgwQsgxQsk0RtVgbdZjcdZkcdZlctdpduSYoeSbo+afp/TU2Pz09fz19f35+f76+v///+f5bXcAAAA9SURBVDjLY2AYBdgBEwF5Vj42/PICQtwE5HkYB7E8M58QLyNeH3II4vchdVSwU0cFFwEV/JwE4ptlROYCAMULAuY8uh9qAAAAAElFTkSuQmCC');
}

.stock__arrow--next {
    right: 0;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTVBRjBCRkRFOEVGMTFFNkIyNTA5NDNDMjQ3OEUxQTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTVBRjBCRkVFOEVGMTFFNkIyNTA5NDNDMjQ3OEUxQTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNUFGMEJGQkU4RUYxMUU2QjI1MDk0M0MyNDc4RTFBOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNUFGMEJGQ0U4RUYxMUU2QjI1MDk0M0MyNDc4RTFBOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjByUXIAAAA5UExURcQhNMQiNcgwQsgxQsk0RtVgbdZjcdZkcdZlctdpduSYoeSbo+afp/TU2Pz09fz19f35+f76+v///+f5bXcAAAA8SURBVDjLY2AYBVgAEwF5Nj5W/Aq4hQTwq2DkGTIqeIX4mPH7VZCDxvLslMhzEZBn4ORnJxDfLCM1IwAAvXAC5gFaZA0AAAAASUVORK5CYII=');
}

.stock__arrow.slick-disabled {
    background-color: #eaeced;
}

.stock__dots-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.stock__dots-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.stock__dots-list button {
    position: relative;
    width: 16px;
    height: 16px;
    font-size: 0;
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.stock__dots-list button:focus {
    outline: none;
}

.stock__dots-list button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #dfe3e4;
}

.stock__dots-list .slick-active button::before {
    background-color: #c4262e;
}

@media (min-width: 1344px) {
    .stock__arrow {
        display: block !important;
    }

    .stock__title {
        margin-bottom: 25px;
        font-size: 30px;
        letter-spacing: 0.12px;
        line-height: 32px;
    }

    .stock__subtitle {
        margin-bottom: 6px;
    }

    .stock__label {
        left: 0;
    }

    .stock {
        width: 1152px;
        margin: 0 auto;
        padding: 0;

    }

    .stock__wrap {
        padding-top: 48px;
        padding-bottom: 49px;
        padding-right: 144px;
        padding-left: 144px;
        min-height: 384px;
    }

    .stock__dots-wrapper {
        display: none;
    }

    .stock__content {
        padding-top: 47px;
    }

    .stock__description {
        padding-bottom: 17px;
    }

    .stock__description p {
        margin-bottom: 14px;
        font-size: 16px;
        line-height: 24px;
    }

    .stock__btn {
        max-width: 200px;
    }
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/slider-project/style.css?17734104883279*/
.b-project__wrapper {
	padding: 0px;
}

.b-project__title {
	text-align: center;
}
.b-project__subtitle {
	color: #383838;
	font-size: 15px;
	font-weight: 300;
	line-height: 26px;
	text-align: center;
}

.project-slider .b-project__subtitle a {
    display: block;
    padding-top: 10px;
    font-size: 12px;
    line-height: 2.17;
    letter-spacing: .6px;
    color: #c4262e;
    text-transform: uppercase;
    text-decoration: none;
}
.b-project-slider {
	margin-bottom: 0px;
	padding: 32px 0px 0px 0px;
}

.project-slider .b-project-slider {
    padding: 60px 0 0 0;
}
.b-project-slider-item {
	display: none;
}
.b-project-slider-item:first-of-type {
	display: block;
}
.b-project-slider-item__wrapper {
	padding: 0px 32px;
}

.project-slider .b-project-slider-item__wrapper {
    display: flex;
    flex-wrap: wrap;
}
.b-project-slider-item__img {
	margin: 0px auto;
}

.project-slider .b-partners-item__img {
    max-height: 190px;
    max-width: 170px;
    display: block;
    margin: 0 auto;
}

.project-slider .b-project-container__wrapper {
    position: static;
}

.project-slider .b-slider-container {
    position: relative;
}

.project-slider.project-slider .b-project-slider .b-partners-item__img {
    margin-top: 0;
}
.b-project-slider-item__name {
	margin: 0px;
    margin-top: 10px;
	padding: 0px;
	color: #383838;
	font-size: 24px;
	font-weight: 400;
}
.b-project-slider-item__position {
	margin: 0px;
	padding: 0px;
	color: #999999;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.b-project-slider-item__text {

	color: #383838;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

@media all and ( min-width: 320px ) {
	.b-project__title {
		padding: 32px 32px 16px 32px;
	}
	.b-project__subtitle {
		padding:  0px 32px 31px 32px;
		border-bottom: 1px solid #ebebeb;
	}
	.b-project-slider-item__position {
		margin-bottom: 32px;
	}
	.b-project-slider-item__text {
		margin: 32px auto;
	}
	.b-project-slider-dots {
		padding: 32px 0px;
	}
}
@media all and ( min-width: 768px ) {
    .project-slider .b-project__title {
        font-size: 30px;
        padding-top: 48px;
    }

    .project-slider .b-project__subtitle {
        font-size: 20px;
        padding: 0px 32px 33px 32px;
	}
}
@media all and ( min-width: 1024px ) {
	.b-project-container__wrapper {
		position: relative;
	}
	.b-project-slider-item__wrapper {
		padding: 0px 72px;
	}
	.b-project-slider-item__name {
		margin-top: 64px;
	}
	.b-project-slider-item__position {
		margin-bottom: 16px;
	}
	.b-project-slider-item__text {
		margin: 16px 0px 0px 0px;
	}
	.b-project-slider-item__img {
		margin: 0px 0px 0px auto;
	}

    .project-slider .b-project-slider-item__position {
        margin-bottom: 17px;
    }

    .project-slider .b-partners-item__img {
        margin: 0;
        margin-top: 48px;
    }

    .project-slider .b-slider-container {
        min-height: 368px;
    }

    .project-slider .b-project-slider-item__name {
        margin-top: 29px;
    }

    .project-slider .b-project-slider .b-slider-item__column:last-child {
        padding-left: 58px;
    }
}
@media all and ( min-width: 1344px ) {
	.b-project-slider-item__wrapper {
		padding: 0px 144px;
	}

    .project-slider .b-project-slider-item__wrapper {
        padding: 0 138px;
    }
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/form.result.new/bonus/style.css?1773410488387*/
@media (max-width: 767px) {
    .research__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }

    .research__form .research__field {
        padding: 9px 20px;
        line-height: 1.3;
        max-width: 100%;
        margin-bottom: 5px;
    }

}



.research--dark {
    background-color: #333 !important;
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/main.cases/style.css?17734104886911*/

.cases {
    padding-bottom: 64px;
}

.cases__slider {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
}

.cases__link{
    color: #FFFFFF;
    text-decoration: none;
}

.cases__item {
    padding-top: 50px;
    padding-bottom: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    min-height: 485px;
}

.cases__arrow {
    display: none;
    position: absolute;
    top: 199px;
    width: 32px;
    height: 32px;
    font-size: 0;
    z-index: 1;
}

.cases__arrow--prev {
    left: 0;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTVBRjBCRjlFOEVGMTFFNkIyNTA5NDNDMjQ3OEUxQTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTVBRjBCRkFFOEVGMTFFNkIyNTA5NDNDMjQ3OEUxQTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNUFGMEJGN0U4RUYxMUU2QjI1MDk0M0MyNDc4RTFBOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNUFGMEJGOEU4RUYxMUU2QjI1MDk0M0MyNDc4RTFBOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsTxQ0oAAAA5UExURcQhNMQiNcgwQsgxQsk0RtVgbdZjcdZkcdZlctdpduSYoeSbo+afp/TU2Pz09fz19f35+f76+v///+f5bXcAAAA9SURBVDjLY2AYBdgBEwF5Vj42/PICQtwE5HkYB7E8M58QLyNeH3II4vchdVSwU0cFFwEV/JwE4ptlROYCAMULAuY8uh9qAAAAAElFTkSuQmCC) 0 0 no-repeat;
}

.cases__arrow--next {
    right: 0;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTVBRjBCRkRFOEVGMTFFNkIyNTA5NDNDMjQ3OEUxQTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTVBRjBCRkVFOEVGMTFFNkIyNTA5NDNDMjQ3OEUxQTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNUFGMEJGQkU4RUYxMUU2QjI1MDk0M0MyNDc4RTFBOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNUFGMEJGQ0U4RUYxMUU2QjI1MDk0M0MyNDc4RTFBOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjByUXIAAAA5UExURcQhNMQiNcgwQsgxQsk0RtVgbdZjcdZkcdZlctdpduSYoeSbo+afp/TU2Pz09fz19f35+f76+v///+f5bXcAAAA8SURBVDjLY2AYBVgAEwF5Nj5W/Aq4hQTwq2DkGTIqeIX4mPH7VZCDxvLslMhzEZBn4ORnJxDfLCM1IwAAvXAC5gFaZA0AAAAASUVORK5CYII=) 0 0 no-repeat;
}

.cases .slick-dots {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
    padding: 0;
}

.cases .slick-dots .slick-active button::before {
    background-color: #C42134;
}

.cases .slick-dots button {
    position: relative;
    width: 14px;
    height: 14px;
    background-color: transparent;
}

.cases .slick-dots button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, .6);
    border-radius: 50%;
    z-index: 1;
}

.cases__tag {
    position: relative;
    display: inline-block;
    padding: 0 7px;
    vertical-align: top;
    min-width: 60px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 26px;
    /*background-color: #c4262e;*/
    font-size: 11px;
    font-weight: 600;
    line-height: 2.19;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    z-index: 1;
}

.cases__tag::before {
    content: '';
    position: absolute;
    top: -0.53px;
    right: 0;
    left: 0;
    height: 24px;
    background-color: #c4262e;
    z-index: -1;
}

.cases__title {
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 1.87;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.cases__site {
    font-size: 16px;
    line-height: 16px;
    font-family: Circe,Helvetica,Arial,sans-serif;
    color: #fff;
    text-transform: none;
}

.cases__percent {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 4px;
}

.cases__desc {
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.38;
}

.cases__block {
    margin-bottom: 30px;
}

.cases__desc span {
    display: block;
}

@media (min-width: 768px) {

    .cases {
        padding-bottom: 96px;
    }

    .cases__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cases__percent {
        font-size: 56px;
        display: block;
        margin-bottom: 30px;
        letter-spacing: -1.6px;
    }

    .cases__block {
        margin-bottom: 0;
        width: 33%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .cases__title {
        margin-bottom: 71px;
        font-size: 30px;
    }

    .cases__item {
        min-height: 432px;
    }
}

@media (min-width: 1024px) {
    .cases {
        padding-bottom: 144px;
    }

    .cases__arrow {
        display: block;
    }

    .cases__title {
        margin-bottom: 83px;
    }

    .cases .slick-dots {
        bottom: 45px;
    }

    .cases__percent {
        margin-bottom: 47px;
        font-size: 80px;
    }
}

@media (min-width: 1344px) {

    .cases__item {
        min-height: 432px;
        padding-right: 100px;
        padding-left: 94px;
    }
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/main.prices/style.css?17734104884297*/

.b-price__text {
    padding-top: 3px;
    letter-spacing: .6px;
    font-weight: 600;
}

.b-price__text {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}


.b-rect .b-price__icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.price {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #fff;
    z-index: 10;
}

.price__title {
    margin-bottom: 32px;
    text-align: center;
    font-style: normal;
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.price__slider {
    max-width: 296px;
    margin-right: auto;
    margin-left: auto;
}

.price__slider li, .price__slider .slick-list, .price__slider .slick-track {
    height: 100%;
}

.price .slick-dots {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
    padding: 0;
}

.price .slick-dots .slick-active button::before {
    background-color: #C42134;
}

.price .slick-slide {
    text-align: center;
}

.price .slick-dots button {
    position: relative;
    width: 14px;
    height: 14px;
    background-color: transparent;
}

.price .slick-dots button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, .6);
    border-radius: 50%;
    z-index: 1;
}

.price .slick-dots {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
    padding: 0;
}

.price__slider {
    padding: 0;
}

.price__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 386px;
    max-width: 290px;
    width: 100%;
    padding: 24px 32px 39px 32px;
    border: 2px solid #ffffff;
    text-align: left;
    height: 100%;
}

.tariff-form-wrap .price__item {
    height: initial;
}

.price__tag {
    font-size: 11px;
    line-height: 38px;
    letter-spacing: 0.68px;
    text-transform: uppercase;
    font-weight: bold;
}

.price__name {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 400;
}

.price__desc {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

.price__from-price {
    margin-top: auto;
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0.74px;
}

.price__btn {
    margin-top: 0;
}

.price .slick-slide {
    width: 286px;
}

.tariff_text {
    margin-top: -16px;
    padding: 0 96px 38px;
    font-weight: 300;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    color: #fff;
}


@media (max-width: 850px) {
    .tariff_text {
        padding: 0 32px 24px;
    }
}

@media (min-width: 768px) {
    .price {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .price__slider {
        max-width: 572px;
    }

    .price__slider {
        border-right: 2px solid #fff;
        border-left: 1px solid #fff;
    }

    .price__item {
        border-right-width: 1px;
        border-left-width: 1px;
    }
}


@media (min-width: 1024px) {

    .price {
        padding-top: 187px;
        padding-bottom: 175px;
    }

    .price__title {
        font-size: 30px;
        margin-bottom: 47px;
    }

    .price__slider {
        max-width: 1160px;
    }

    .price__item {
        padding: 39px 20px 39px 20px;
        min-height: 400px;
    }
}

@media (min-width: 1344px) {

    .price__item {
        min-height: 384px;
        padding: 24px 32px 39px 32px;
    }
}

/* End */


/* Start:/local/components/ashmanov/form-and-text/templates/form_with_tariff/style.css?177341048756*/
.tariff-form-wrap .b-form__wrapper {
    height: 100%;
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/form.result.new/tariff/style.css?17734104882984*/
.b-main-form__wrapper {
	padding: 32px;
}
.b-main-form__name {
	margin-bottom: 32px;
}
.b-main-form label.error {
	display: none !important;
}
.b-main-form .starrequired {
	font-family: Arial;
}
@media all and ( max-width: 767px ) {
	.b-main-form__column {
		width: 100%;
	}
	.b-main-form__column--left {
		margin-bottom: 17px;
	}
	.b-main-form__submit {
		margin-top: 32px;
	}
}
@media all and ( min-width: 768px ) {

	.b-main-form__column--left {
		padding-right: 16px;
	}
	.b-main-form__column--right {
		padding-left: 16px;
	}
	.b-main-form__submit {
		margin-top: 25px;
	}
	.b-main-form__textarea {
		height: 198px;
	}
}
@media all and ( min-width: 1344px ) {
	.b-main-form__wrapper {
		padding: 52px 48px;
	}
	.b-main-form__name {
		margin-bottom: 20px;
	}
	.b-main-form__field {
		margin-bottom: 18px;
	}
	.b-main-form__label {
		margin-bottom: 1px;
	}
	.b-main-form__textarea {
		height: 144px;
	}
	.b-main-form__column--left {
		padding-right: 24px;
	}
	.b-main-form__column--right {
		padding-left: 24px;
	}
	.b-main-form__submit {
		margin-top: 30px;
	}
}


.b-form-success {
	display: none;
}
.b-form-success__wrapper {
	text-align: center;
}
.b-form-success__wrapper p {
	color: #383838;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
}
@media all and ( min-width: 320px ){
	.b-form-success__wrapper {
		width: 275px;
		height: 275px;
		padding: 80px 30px;
	}
}
@media all and ( min-width: 640px ) {
	.b-form-success__wrapper {
		width: 384px;
		height: 384px;
		padding: 144px 48px;
	}
}
.b-main-form__files::before {
	top: 7px;
	transform: none;
}
.b-main-form__files {
	font-size: 0;
}
.b-main-form__files  .jq-file{
	height: 26px;
	border: none;
	padding: 0;
}
.b-main-form .jq-file:after {
	background-image: none;
}

.b-main-form   .jq-file__name {
	color: #666;
	font-size: 14px;
	font-weight: 700;
}
.b-main-form__files {
	margin-top: 0;
}
.b-field__file {
	display: none!important;
}
@media screen and (min-width: 1344px){
	.b-main-form__textarea {
		height: 144px;
	}

	.b-main-form__column--left {
		padding-right: 16px;
	}

	.b-main-form__column--right {
		padding-left: 16px;
	}

	.b-main-form__wrapper {
		padding: 50px 48px 64px;
	}

	.b-main-form__field {
		margin-bottom: 10px;
	}

	.b-main-form__submit {
		margin-top: 24px;
	}

	.b-main-form-text__title {
		margin-bottom: 18px;
	}
}

.b-main-form--no-margin {
    margin: 0;
}


form[name=SIMPLE_FORM_12] .field-file {
	background: #fff;
}

.jq-selectbox__select {
	background: #fff;
}

form[name=SIMPLE_FORM_12] .jq-file {
	padding: 0;
}

form[name=SIMPLE_FORM_12] .jq-file.field-file__input {
	opacity: 1;
	height: auto;
	border: 0;
	z-index: 99;
}

form[name=SIMPLE_FORM_12] .jq-file__name {
	color: #000;
	font-size: 15px;
	font-family: Circe;
	font-weight: 400;
	line-height: 19px;
}

form[name=SIMPLE_FORM_12] .jq-file:after {
	display: none;
}

form[name=SIMPLE_FORM_12] .b-field__select.industry + .jq-selectbox__select + .jq-selectbox__dropdown ul {
	max-height: 500px !important;
}
/* End */


/* Start:/static/plugins/hystmodal/hystmodal.min.css?17734104912290*/
.hystmodal__opened,.hystmodal__shadow{position:fixed;right:0;left:0;overflow:hidden}.hystmodal__shadow{border:none;display:block;width:100%;top:0;bottom:0;pointer-events:none;z-index:98;opacity:0;transition:opacity .15s ease;background-color:#000}.hystmodal__shadow--show{pointer-events:auto;opacity:.6}.hystmodal{position:fixed;top:0;bottom:0;right:0;left:0;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;opacity:1;pointer-events:none;display:flex;flex-flow:column nowrap;justify-content:flex-start;z-index:99;visibility:hidden}.hystmodal--active{opacity:1}.hystmodal--active,.hystmodal--moved{pointer-events:auto;visibility:visible}.hystmodal__wrap{flex-shrink:0;flex-grow:0;width:100%;min-height:100%;margin:auto;display:flex;flex-flow:column nowrap;align-items:center;justify-content:center}.hystmodal__window{margin:50px 0;box-sizing:border-box;flex-shrink:0;flex-grow:0;background:#fff;width:600px;max-width:100%;overflow:visible;transition:transform .2s ease 0s,opacity .2s ease 0s;transform:scale(.9);opacity:0}.hystmodal--active .hystmodal__window{transform:scale(1);opacity:1}.hystmodal__close{position:absolute;z-index:10;top:0;right:-40px;display:block;width:30px;height:30px;background-color:transparent;background-position:50%;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E");background-size:100% 100%;border:none;font-size:0;cursor:pointer;outline:none}.hystmodal__close:focus{outline:2px dotted #afb3b9;outline-offset:2px}@media (max-width:767px){.hystmodal__close{top:10px;right:10px;width:24px;height:24px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E")}.hystmodal__window{margin:0}}
/* End */


/* Start:/local/components/ashmanov/form-and-text/templates/product/bottom-product.css?17734104871658*/
.bottom-product {
    max-width: 1152px;

    margin: 16px auto;
    padding: 0 16px;
}

.bottom-product__wrapper {
    background-color: #fff;
    position: relative;
    z-index: 11;
}

.bottom-product__column--gray {
    background-color: #dfe3e4;
}

.bottom-product__title {
    margin: 0;

    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.bottom-product__description {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
}

.bottom-product__description p {
    margin: 0;
}

@media all {

    .bottom-product__column {
        padding: 24px 16px;
    }

    .bottom-product__title {
        margin-bottom: 16px;
    }
}

@media all and (min-width: 768px) {
    .bottom-product {
        margin: 32px auto;
        padding: 0 32px;
    }

    .bottom-product__column--small {
        padding: 40px 60px;
    }

    .bottom-product__column--big {
        padding: 32px 60px;
    }

    .bottom-product__title {
        font-size: 24px;
        line-height: 28px;
    }
}

@media all and (min-width: 1344px) {
    .bottom-product {
        margin: 48px auto;
        padding: 0;
    }

    .bottom-product__wrapper {
        display: flex;
    }

    .bottom-product__column {
        padding: 60px 40px;
        flex: 1 1 auto;
    }

    .bottom-product__column--small {
        flex: 0 0 384px;
    }

    .bottom-product__title {
        font-size: 26px;
        line-height: 30px;
        text-align: left;
    }

    .bottom-product__description {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }
}
/* End */


/* Start:/local/components/ashmanov/form-and-text/templates/product/popup.css?17734104871367*/
.hystmodal {
    z-index: 999!important;
}

.hystmodal__shadow {
    z-index: 998!important;
}

#product-popup-success .hystmodal__window,
#product-popup-error .hystmodal__window,
#product-popup .hystmodal__window {
    max-width: 450px;
    width: 100%;
    position: relative;
}

#product-popup-success .hystmodal__close,
#product-popup-error .hystmodal__close,
#product-popup .hystmodal__close {
    top: 32px;
    right: 16px;

    width: 8px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9' stroke='%23363636'/%3E%3Cpath d='M9 1L1 9' stroke='%23363636'/%3E%3C/svg%3E%0A");
}

@media all and (max-width: 767px) {
    #product-popup-success,
    #product-popup-error,
    #product-popup {
        top: 16px;
        right: 16px;
        bottom: 16px;
        left: 16px;
    }
}

@media all and (min-width: 768px) {
    #product-popup-success .hystmodal__window,
    #product-popup-error .hystmodal__window,
    #product-popup .hystmodal__window {
        max-width: 450px;
        position: relative;
    }

    #product-popup-success .hystmodal__close,
    #product-popup-error .hystmodal__close,
    #product-popup .hystmodal__close {
        top: 48px;
        right: 40px;

        width: 16px;
        height: 16px;
    }
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/form.result.new/product/style.css?17734104881502*/
/** Хачим с полями типа input(type="file") и select */

#product-form .jq-selectbox.field-select__input {
    padding: 0;
}

#product-form .jq-selectbox__select {
    height: auto;
    padding: 9px 12px 10px 12px;
    border: 0;
    background-color: #fff;
}

#product-form .jq-selectbox__select-text {
    height: auto;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
}

#product-form .jq-selectbox__select-text:after {
    display: none;
}

#product-form .jq-selectbox__dropdown {
    border: 1px solid #d3d3d3;
    z-index: 100;

    width: calc(100% + 2px);

    top: -1px !important;
    left: -1px;
}

#product-form .jq-selectbox__dropdown ul {
    max-height: 161px !important;
}

#product-form .jq-selectbox__dropdown li {
    padding: 6px 12px;

    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;

    border: 0;
    cursor: pointer;
}

#product-form .jq-selectbox__dropdown li:first-of-type {
    padding: 9px 12px 10px 12px
}

#product-form .jq-selectbox__dropdown li:hover,
#product-form .jq-selectbox__dropdown li.sel {
    background-color: rgba(211, 211, 211, 0.5);
}

#product-form .jq-file {
    padding: 0;
}

#product-form .jq-file.field-file__input {
    opacity: 1;
    height: auto;
    border: 0;
    z-index: 99;
}

#product-form .jq-file__name {
    color: #000;
    font-size: 15px;
    font-family: Circe;
    font-weight: 400;
    line-height: 19px;
}

#product-form .jq-file:after {
    display: none;
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/form.result.new/product/field.css?17734104882796*/
.field__label {
    display: block;

    color: #666;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
}

.field__label--required:after {
    content: " *";
}

.field__input,
.field__textarea {
    width: 100%;
    padding: 9px 12px 10px 12px;

    display: block;

    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;

    border: 1px solid #d3d3d3;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;

    transition: all 0.5s ease-in-out;
}

.field-select {
    position: relative;

    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;

    border-radius: 0;
    box-shadow: none;
    background-color: transparent;

    transition: all 0.5s ease-in-out;
}

.field-select__icon {
    top: 17px;
    right: 16px;
    position: absolute;
}

.field-select__input {
    width: 100%;
    padding: 9px 12px 10px 12px;

    display: block;

    color: #000;
    font-size: 15px;
    font-family: Circe;
    font-weight: 400;
    line-height: 19px;

    border: 1px solid #d3d3d3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.field-select__input:focus {
    outline: none;
    border-color: #000;
}

.field-file {
    width: 100%;
    min-height: 40px;
    padding: 9px 12px 10px 12px;

    position: relative;

    border: 1px solid #d3d3d3;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
}

.field-file__input {
    width: 100%;

    display: block;

    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 100;


    color: #000;
    font-size: 15px;
    font-family: Circe;
    font-weight: 400;
    line-height: 19px;

    opacity: 0;
}

.field-file__icon {
    top: 8px;
    right: 16px;
    z-index: 90;
    position: absolute;
}

.field__input:disabled,
.field__select:disabled,
.field__textarea:disabled {
    opacity: 0.5;
}

.field__input--error,
.field__select--error,
.field__textarea--error {
    border-color: #c4262e;
}

.field__textarea {
    min-height: 150px;
    resize: none;
}

.field__input:focus,
.field__select:focus,
.field__textarea:focus {
    border-color: #000;
    outline: none;
}

.field__textarea::-moz-placeholder {
    color: #d3d3d3;
}
.field__textarea::-webkit-input-placeholder {
    color: #d3d3d3;
}
.field__textarea:-ms-input-placeholder {
    color: #d3d3d3;
}
.field__textarea::-ms-input-placeholder {
    color: #d3d3d3;
}
.field__textarea::placeholder {
    color: #d3d3d3;
}

@media all {
    .field__label {
        margin-bottom: 8px;
    }
}

@media all and (min-width: 768px) {

}

@media all and (min-width: 1344px) {
    .field__label {
        font-size: 14px;
        line-height: 21px;
    }

    .field__textarea {
        min-height: 80px;
    }
}

/* End */


/* Start:/local/templates/ashmanov/components/bitrix/form.result.new/product/button.css?1773410488786*/
.form-button {
    width: 100%;
    padding: 10px 16px;
    display: block;
    background-color: #c4262e;

    cursor: pointer;
}

.form-button:hover {
    background-color: #d32931;
}

.form-button:disabled {
    opacity: 0.7;
}

.form-button__text {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    transition: all 0.25s ease-in-out;
}


.form-button--loading .form-button__text {
    color: transparent;
    position: relative;
}

.form-button--loading .form-button__text:after {
    width: 24px;
    height: 24px;
    display: block;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/static/img/oval.svg);
    content: " ";
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/form.result.new/product/form.css?1773410488698*/
.product-form {

}

.product-form__note {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
}

.product-form__note p {
    margin: 0;
}

.product-form__note a {
    color: inherit;
}

@media all {
    .product-form__field {
        margin-bottom: 16px;
    }

    .product-form__buttons {
        margin-top: 16px;
    }
}

@media all and (min-width: 1344px) {
    .product-form__wrapper {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: stretch;
    }

    .product-form__column {
        flex: 0 0 calc(50% - 20px);
    }

    .product-form__field:last-of-type {
        margin-bottom: 0;
    }
}
/* End */


/* Start:/local/components/ashmanov/newsletters-subscribe/templates/.default/social.css?1773410487906*/
.subscribe-social .social {

}

.subscribe-social .social__list {
    margin: 0;
    padding: 0;

    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
}

.subscribe-social .social__item {
    list-style-type: none;
}

.subscribe-social .social__link {
    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #363636;
}

.subscribe-social .social__link:hover,
.subscribe-social .social__link--selected {
    color: #c4262e;
}

.subscribe-social .social__icon {
    display: block;
    fill: currentColor;
    transition: all 0.25s ease-in-out;
}

@media all {
    .subscribe-social .social__item {
        margin: 0 16px;
    }

    .subscribe-social .social__item:first-of-type {
        margin-left: 0;
    }
    .subscribe-social .social__item:last-of-type {
        margin-right: 0;
    }
}
/* End */


/* Start:/local/components/ashmanov/newsletters-subscribe/templates/.default/subscribe-social.css?17734104871280*/
.subscribe-social {
    padding: 60px 16px 40px;
}

.subscribe-social__img {
    display: block;
    margin: 0 auto 16px auto;
}

.subscribe-social__title {
    margin: 0;

    color: #363636;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.subscribe-social__description {
    margin: 0;

    color: #363636;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
}

.subscribe-social__description p {
    margin: 0 0 19px 0;
}

.subscribe-social__description p:last-of-type {
    margin-bottom: 0;
}

@media all {
    .subscribe-social__title {
        margin-bottom: 16px;
    }

    .subscribe-social__description {
        margin-bottom: 24px;
    }

    .subscribe-social__list {
        margin: 24px 0;
    }

    .subscribe-social__form {
        max-width: 330px;
        margin: 0 auto;
    }
}

@media all and (min-width: 768px) {
    .subscribe-social {
        padding: 100px 40px 40px 40px;
    }

    .subscribe-social__title {
        font-size: 24px;
        line-height: 28px;
    }
}

@media all and (min-width: 1344px) {
    .subscribe-social {
        padding: 90px 40px 40px 40px;
    }

    .subscribe-social__title {
        font-size: 26px;
        line-height: 30px;
    }
}
/* End */


/* Start:/local/components/ashmanov/newsletters-subscribe/templates/.default/product-subscribe-form.css?1773410487206*/
.product-subscribe-form {
    transition: all 0.25s ease-in-out;
}

.product-subscribe-form__field {
    margin-bottom: 16px;
}

.product-subscribe-form--disabled {
    visibility: hidden;
    opacity: 0;
}
/* End */
/* /local/templates/ashmanov/components/bitrix/news.list/headblock/style.css?17734104886250 */
/* /local/templates/ashmanov/css/ratings.css?177341048812679 */
/* /local/components/ashmanov/seorate.rating.detail/templates/ecommerce.page/style.css?17734104871632 */
/* /local/templates/ashmanov/components/bitrix/news.list/laboratory.factors/style.css?17734104889580 */
/* /local/templates/ashmanov/components/bitrix/news.list/step3_new_AD/style.css?17734104889799 */
/* /local/components/ashmanov/bonus/templates/.default/style.css?1773410487511 */
/* /local/templates/ashmanov/components/bitrix/news.list/slider-preview/style.css?17734104887451 */
/* /local/templates/ashmanov/components/bitrix/news.list/slider-project/style.css?17734104883279 */
/* /local/templates/ashmanov/components/bitrix/form.result.new/bonus/style.css?1773410488387 */
/* /local/templates/ashmanov/components/bitrix/news.list/main.cases/style.css?17734104886911 */
/* /local/templates/ashmanov/components/bitrix/news.list/main.prices/style.css?17734104884297 */
/* /local/components/ashmanov/form-and-text/templates/form_with_tariff/style.css?177341048756 */
/* /local/templates/ashmanov/components/bitrix/form.result.new/tariff/style.css?17734104882984 */
/* /static/plugins/hystmodal/hystmodal.min.css?17734104912290 */
/* /local/components/ashmanov/form-and-text/templates/product/bottom-product.css?17734104871658 */
/* /local/components/ashmanov/form-and-text/templates/product/popup.css?17734104871367 */
/* /local/templates/ashmanov/components/bitrix/form.result.new/product/style.css?17734104881502 */
/* /local/templates/ashmanov/components/bitrix/form.result.new/product/field.css?17734104882796 */
/* /local/templates/ashmanov/components/bitrix/form.result.new/product/button.css?1773410488786 */
/* /local/templates/ashmanov/components/bitrix/form.result.new/product/form.css?1773410488698 */
/* /local/components/ashmanov/newsletters-subscribe/templates/.default/social.css?1773410487906 */
/* /local/components/ashmanov/newsletters-subscribe/templates/.default/subscribe-social.css?17734104871280 */
/* /local/components/ashmanov/newsletters-subscribe/templates/.default/product-subscribe-form.css?1773410487206 */
