

/* 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/components/bitrix/news.list/step3/style.css?17734104889774*/

.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;
    }

    .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/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:/local/components/ashmanov/form-and-text/templates/bottomblock/style.css?177341048742*/
.b-form-bottom__wrapper {
	padding: 0px;
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/form-text-main/style.css?1773410488920*/
.b-main-form-text__wrapper {
	background-color: #DFE3E4;
}
.b-main-form-text__wrapper :first-child {
	margin-top: 0px;
}
.b-main-form-text__wrapper :last-child {
	margin-bottom: 0px;
}
.b-main-form-text__title {
	color: #1D1D1C;
	letter-spacing: -0.3px;
}
.b-main-form-text__text {
	color: #1D1D1C;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
}
.b-main-form-text__text p:first-of-type {
	margin-top: 0px;
}
.b-main-form-text__text p:last-of-type {
	margin-bottom: 0px;
}

@media all and ( min-width: 320px ) {
	.b-main-form-text__wrapper {
		padding: 32px;
	}
	.b-main-form-text__title,
	.b-main-form-text__text {
		margin: 32px 0px;
	}
	.b-main-form-text__text p {
		margin: 22px 0px;
	}
}
@media all and ( min-width: 1344px ) {
	.b-main-form__wrapper {
		min-height: 384px;
	}
	.b-main-form-text__wrapper {
		min-height: 384px;
		padding: 56px 48px;
	}
	.b-main-form-text__title {
		margin: 25px 0px;
	}
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/form.result.new/order-consultation/style.css?17734104882854*/

.b-field {
	position: relative;
}
.b-field--checkbox {
	padding-left: 30px;
}

.b-field__file {
	display: none !important;
}

.b-field__checkbox {
	display: none;
}

.b-field__checkbox + span {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	border: 2px solid #d1d1d1;
	/*background-color: rgba(56, 56, 56, .4);*/
}

.b-field__checkbox:checked + span {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALBAMAAAC9q6FRAAAAAXNSR0IB2cksfwAAACFQTFRFAAAA3wAg3wAl4AAl3wAl4AAl3wAk4AAl4QAl4AAl4AAlbcJ6XAAAAAt0Uk5TABAw72D/QL+gz9CjLnWRAAAAPUlEQVR4nGNgAAFGBghQdgBTTKZhDEyFQG5oA4NypACTaQQDg1ToRBCXgXFpJIgLEgBxQQIREM1SDQwIwwCdrwnZy0AGJwAAAABJRU5ErkJggg==') no-repeat center;
}


.b-consultation-form__wrapper {
	padding: 32px;
}
.b-consultation-form__name {
	margin-bottom: 32px;
}
.b-consultation-form label.error {
	display: none !important;
}
.starrequired {
	font-family: Arial;
}

.b-consultation-form .b-button__wrapper--loading {
	position: relative;
	opacity: 0.85;
}
.b-consultation-form .b-button__wrapper--loading .b-button__text {
	color: transparent;
}
.b-consultation-form .b-button__wrapper--loading: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: " ";
}

@media all and ( max-width: 767px ) {
	.b-consultation-form__column {
		width: 100%;
	}
	.b-consultation-form__column--left {
		margin-bottom: 17px;
	}
	.b-consultation-form__submit {
		margin-top: 32px;
	}
}
@media all and ( min-width: 768px ) {

	.b-consultation-form__column--left {
		padding-right: 16px;
	}
	.b-consultation-form__column--right {
		padding-left: 16px;
	}
	.b-consultation-form__submit {
		margin-top: 27px;
	}
	.b-consultation-form__textarea {
		height: 118px;
	}
}
@media all and ( min-width: 1344px ) {
	.b-consultation-form__wrapper {
		padding: 50px 48px 54px 48px;
	}
	.b-consultation-form__name {
		margin-bottom: 20px;
	}
	.b-consultation-form__field {
		margin-bottom: 11px;
	}
	.b-consultation-form__textarea {
		height: 112px;
	}
	.b-consultation-form__column--left {
		padding-right: 24px;
	}
	.b-consultation-form__column--right {
		padding-left: 24px;
	}
	.b-consultation-form__submit {
		margin-top: 25px;
	}
}



.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;
	}
}

/* End */
/* /local/templates/ashmanov/components/bitrix/news.list/headblock/style.css?17734104886250 */
/* /local/templates/ashmanov/components/bitrix/news.list/step3/style.css?17734104889774 */
/* /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 */
/* /local/components/ashmanov/form-and-text/templates/bottomblock/style.css?177341048742 */
/* /local/templates/ashmanov/components/bitrix/news.list/form-text-main/style.css?1773410488920 */
/* /local/templates/ashmanov/components/bitrix/form.result.new/order-consultation/style.css?17734104882854 */
