/* Libraries, which is used in current project. */
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 0px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url("/local/templates/ashmanov/static/img/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("/local/templates/ashmanov/static/img/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("/local/templates/ashmanov/static/img/blank.gif");
	/* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
	overflow: visible !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("/static/img/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url("/local/templates/ashmanov/static/img/fancybox_sprite@2x.png");
		background-size: 44px 152px;
		/*The size of the normal image, half the size of the hi-res image*/
	}
	#fancybox-loading div {
		background-image: url("/local/templates/ashmanov/static/img/fancybox_loading@2x.gif");
		background-size: 24px 24px;
		/*The size of the normal image, half the size of the hi-res image*/
	}
}


@font-face {
	font-display: swap;
	font-family: 'Circe';
	src: url("/static/fonts/Circe-ExtraLight.eot");
	src: url("/static/fonts/Circe-ExtraLight.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Circe-ExtraLight.woff") format("woff"), url("/static/fonts/CirceExtraLight.svg#custom_font") format("svg");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-display: swap;
	font-family: 'Circe';
	src: url("/static/fonts/Circe-Light.eot");
	src: url("/static/fonts/Circe-Light.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Circe-Light.woff") format("woff"), url("/static/fonts/Circe-Light.svg#custom_font") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-display: swap;
	font-family: 'Circe';
	src: url("/static/fonts/Circe-Regular.eot");
	src: url("/static/fonts/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Circe-Regular.woff") format("woff"), url("/static/fonts/Circe-Regular.svg#custom_font") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-display: swap;
	font-family: 'Circe';
	src: url("../fonts/Circe-Bold.eot");
	src: url("../fonts/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Circe-Bold.woff") format("woff"), url("/static/fonts/Circe-Bold.svg#custom_font") format("svg");
	font-weight: 700;
	font-style: normal;
}

* {
	font-family: "Circe", Helvetica, Arial, sans-serif;

}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child), .columns:last-child:not(:first-child) {
	float: left;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

body {
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto !important;
	overflow-x: hidden;
	background-color: #f6f6f6;
	position: relative;
}



table {
	margin: 0px;
	padding: 0px;
}

table thead, table tbody, table tfoot {
	border: 0px;
	background-color: transparent;
}

table thead th,
table thead td,
table tbody td,
table tfoot th,
table tfoot td {
	padding: 0px;
	font-weight: normal;
}

table tbody tr:nth-child(even) {
	background-color: transparent;
}



.b-progress-bar {
	margin: 0px 42px 0px 30px;
	overflow: hidden;
}

.b-progress-bar__part {
	height: 4px;
	float: left;
}

.b-progress-bar__part--black {
	background-color: #383838;
}

.b-progress-bar__part--gray {
	background-color: #cccccc;
}

.b-progress-bar__part--red {
	background-color: #c4262e;
}

.b-progress-bar__number {
	font-size: 14px;
	font-weight: 400;
	color: #dedede;
}

.b-progress-bar__number--black {
	color: #383838;
}

.b-progress-bar__number--gray {
	color: #cccccc;
}

.b-progress-bar__number--red {
	color: #c4262e;
}

.b-progress-bar:after {
	display: table;
	content: " ";
	clear: both;
}

.b-bottommenu {
	margin: 0px;
	padding: 0px;
	display: none;
	list-style: none;
}

.b-bottommenu__item:last-of-type {
	margin-bottom: 0px;
}

.b-bottommenu__link {
	color: #fff;
	font-weight: 300;
	text-decoration: none;
}

.b-bottommenu__link:hover {
	color: #c4262e;
	text-decoration: none;
}

.b-bottommenu--first .b-bottommenu__item {
	margin-bottom: 23px;
}

.b-bottommenu--first .b-bottommenu__link {
	font-size: 20px;
	line-height: 24px;
}

.b-bottommenu--second .b-bottommenu__item {
	margin-bottom: 8px;
}

.b-bottommenu--second .b-bottommenu__link {
	font-size: 14px;
	line-height: 23px;
}

@media all and (min-width: 960px) {
	.b-bottommenu {
		display: block;
	}
}



.b-block-form__wrapper {
	background-color: #ffffff;
	border: 3px solid #c4262e;
}
.b-block-form__wrapper :first-child {
	margin-top: 0px;
}
.b-block-form__wrapper :last-child {
	margin-bottom: 0px;
}

.b-block-form__title {
	margin: 0px auto 32px auto;
	color: #383838;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}

.b-block-form__text {
	margin: 32px auto;
	color: #383838;
	font-weight: 300;
	text-align: center;
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
}

.b-block-form-form {
	font-size: 0px;
	text-align: center;
}

.b-block-form-form__wrapper {
	font-size: 0px;
}

.b-block-form-form__input {
	width: 100%;
	height: 40px;
	display: block;
	line-height: 36px;
	margin: 0px 0px 8px 0px;
	color: #383838;
	font-size: 14px;
	font-weight: 400;
	border: 2px solid #cecece;
	text-align: center;
	outline: none;
}

.b-block-form-form__input ::-webkit-input-placeholder,
.b-block-form-form__input ::-moz-placeholder,
.b-block-form-form__input :-moz-placeholder,
.b-block-form-form__input :-ms-input-placeholder {
	color: #cecece;
}

.b-block-form-form__submit {
	width: 100%;
	height: 40px;
	line-height: 36px;
	display: block;
	margin: 8px 0px 0px 0px;
	color: #383838;
	font-size: 14px;
	font-weight: 700;
	border: 2px solid #383838;
	outline: none;
}

@media all and (min-width: 768px) {
	.b-block-form__wrapper {
		padding: 48px;
	}
	.b-block-form__title {
		font-size: 40px;
		line-height: 50px;
	}
	.b-block-form__text {
		font-size: 18px;
		line-height: 26px;
	}
	.b-block-form-form__wrapper {
		display: inline-block;
	}
	.b-block-form-form__input {
		width: 320px;
		display: inline-block;
		margin: 0px 10px;
		vertical-align: top;
	}
	.b-block-form-form__submit {
		width: auto;
		display: inline-block;
		margin: 0px 10px;
		padding: 0px 30px;
		vertical-align: top;
	}
}

@media all and (min-width: 1344px) {
	.b-block-form__wrapper {
		min-height: 384px;
		padding: 63px 172px;
	}
	.b-block-form__title {
		margin: 18px 0px;
	}
	.b-block-form__text {
		margin: 18px 0px 34px 0px;
	}

	.b-header-words {
	}
}

.b-logo {
	display: inline-block;
	font-size: 0px;
	position: relative;
	z-index: 11;
}

.b-logo__img {
	width: 96px;
	height: 48px;
}

@media all and (min-width: 768px) {
	.b-logo__img {
		width: 128px;
		height: 64px;
	}
}




.b-callback {
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.b-callback__link {
	color: #383838;
	display: inline-block;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #f0f0f0;
	cursor: pointer;
	-webkit-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.b-callback__link:hover {
	color: #fff;
	background-color: #c4262e;
}

.b-callback-popup {
	display: none;
	/*width: 400px;
	height: 400px;*/
}

.b-callback-popup__wrapper {
	padding: 50px 60px;
}

.b-callback-popup__title {
	margin: 25px 0;
	color: #383838;
}

.b-callback-popup__name, .b-callback-popup__phone {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	padding: 0px 16px;
	margin: 0px 0px 20px 0px;
	border: 2px solid #cecece;
	color: #383838;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	outline: none;
}

.fancybox-close {
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	top: 0px;
	right: 0px;
	color: #fff;
	background-image: none;
	background-color: #c42134;
	text-decoration: none;
	text-align: center;
}

.fancybox-close:after {
	content: '\2715';
	font-size: 20px;
}

@media all and (min-width: 320px) and (max-width: 767px) {
	.b-callback {
		display: none;
	}
}

@media all and (min-width: 768px) {
	.b-callback {
		margin: 0px 25px;
		display: inline-block;
	}
	.b-callback__wrapper {
		padding: 15px 0px 17px 0px;
	}
	.b-callback__link {
		width: 152px;
		height: 32px;
		line-height: 32px;
		font-size: 11px;
		cursor: pointer;
	}
}

.b-lang {
	/** @todo Временно скрываем до реализации */
	display: none !important;
	position: relative;
	border-left: 1px solid #f6f6f6;
	vertical-align: top;
}

.b-lang__link {
	font-size: 11px;
	color: #383838;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	width: 64px;
	height: 64px;
	line-height: 64px;
}

.b-lang__link:hover {
	color: #c4262e;
}

.b-lang-popup {
	display: none;
	z-index: 11;
	background: #fff;
	width: 64px;
	padding: 12px 15px 15px 15px;
}

.b-lang-popup--is-active {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}

.b-lang-popup__list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.b-lang-popup__link {
	display: block;
	color: #383838;
	font-size: 11px;
	padding: 12px 0px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.b-lang-popup__link:hover {
	color: #c42134;
}

.b-lang-popup__item {
	text-align: left;
}

.b-lang-popup__item:last-of-type .b-lang-popup__link {
	padding-bottom: 0px;
}

@media all and (min-width: 320px) and (max-width: 767px) {
	.b-lang {
		display: none;
	}
}

@media all and (min-width: 768px) {
	.b-lang {
		display: inline-block;
	}
}



.b-header {
	margin: 0px auto;
	background-color: #fff;
	position: relative;
	z-index: 21;
}

.b-header-container {
	position: relative;
}

.b-header-container__left {
	text-align: left;
}

.b-header-container__right {
	text-align: right;
	font-size: 0px;
}

.b-header-words {
	align-self: center;
	font-size: 13px;
	color: #a2a2a2;
	padding-left: 24px;
	line-height: 14px;
	font-weight: 300;
}
.b-header-container__right, .b-header-container__left {
	display: flex;
}
.b-header-container__right .b-desktop-menu {
	text-align: left;
}

@media all and (min-width: 320px) {
	.b-header-container {
		width: calc(100% - 96px);
		float: right;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
	}
	.b-header-words {
		font-size: 10px;
		line-height: 10px;
		padding-left: 14px;
	}
	.b-header-container:after {
		clear: both;
	}
}

@media all and (min-width: 768px) {
	.b-header {
		width: 100%;
		top: 0px;
		left: 0px;
		position: fixed;
		z-index: 99;
	}
	.b-header-container {
		width: calc(100% - 128px);
	}
	.b-header-words {
        font-size: 11px;
        line-height: 13px;
        padding-left: 16px;
	}
}

@media all and (min-width: 960px) {
	.b-header-container {
		float: right;
	}
	.b-header-container:after {
		clear: both;
	}
}


.parallax-window {
	background: #383838;
}

.b-head-image {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #383838;
	background-size: cover;
}

.b-head-image__wrapper {
	position: relative;
}

.b-head-image__title,
.b-head-image__subtitle,
.b-head-image__text-before {
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-align: center;
}

.b-head-image__title h1 {
	font-size: 30px;
	font-weight: 400;
	line-height: 32px;
	text-transform: uppercase;
}

.b-head-image__text-before {
	font-size: 30px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: -1.14px;
}

.b-head-image__subtitle {
	font-size: 16px;
	font-weight: 300;
	line-height: 21px;
}

.b-head-image-button {
	text-align: center;
}
.b-head-image--main .b-head-image-button {
	text-align:left
}

.b-head-image-button {
	margin: 32px 0px 0px 0px;
}
.b-head-image-button__link {
	height: 40px;
	padding: 0px 35px;
	display: inline-block;
	border: 2px solid #fff;

	color: #fff;
	font-size: 14px;
	line-height: 38px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

@media all and (min-width: 300px) {
	.b-head-image {
		margin-bottom: -96px;
	}
	.b-head-image__wrapper {
		padding: 104px 16px;
	}
	.b-head-image__text-before {
		margin: 0px 0px 32px 0px;
	}
	.b-head-image__title {
		margin: 0px 0px 32px 0px;
	}
	.b-head-image__subtitle {
		margin: 32px 0px 0px 0px;
	}
}

@media all and (min-width: 768px) {
	.b-head-image {
		/*margin-top: 64px;*/
		min-height: 512px;
		/* background-attachment: fixed; */
	}
	.b-head-image__wrapper {
		padding: 128px 32px;
	}
	.b-head-image__text-before {
		font-size: 32px;
		line-height: 56px;
		margin: 0px 0px 24px 0px;
	}
	.b-head-image__title h1 {
		font-size: 50px;
		line-height: 56px;
		font-weight: 400;
	}
	.b-head-image__subtitle {
		font-size: 22px;
		font-weight: 200;
		line-height: 28px;
		margin: 24px 0px 0px 0px;
	}
	.b-head-image-button {
		margin: 50px 0px 0px 0px;
	}
}

@media all and (min-width: 1344px) {
	.b-head-image {
		margin-bottom: -144px;
	}
	.b-head-image__wrapper {
		padding: 115px 72px 120px 72px;
	}
	.b-head-image__title {
		margin: 0px 0px 20px 0px;
	}
	.b-head-image__subtitle {
		margin: 20px 0px 0px 0px;
	}
    .b-header-words {
        font-size: 13px;
        padding-left: 24px;
        line-height: 14px;
    }
}


.b-headblock {
	position: relative;
	z-index: 11;
}

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

.b-headblock-item {
	position: relative;
}
.b-headblock-item__wrapper :first-child {
	margin-top: 0px !important;
}
.b-headblock-item__wrapper :last-child {
	margin-bottom: 0px !important;
}

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

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

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

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

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

.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;
	border-bottom: 1px solid #fff;
}

.b-headblock-item__subtitle {
	font-weight: 300;
	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--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;
		min-height: 384px;
	}
	.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-price-three .b-how__price {
	margin-bottom: 0px;
	margin-top: 0px;
}

.b-price-three .b-how__text2 {
	margin-top: 0px;
}

.b-price-three--right-border {
	border-right: 1px solid #636363;
}

.b-cost-table-head__cell {
	border-bottom: 2px solid #464646;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 40px;
	-webkit-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.b-cost-table-head__cell:first-of-type {
	text-align: left;
}

.b-cost-table-head__cell:nth-child(2), .b-cost-table-head__cell:nth-child(3), .b-cost-table-head__cell:nth-child(4) {
	width: 192px;
}

.b-cost-table-head__cell--is-active {
	border-bottom: 2px solid #535353;
	background-color: #464646;
}

.b-cost-table-body__cell {
	border-top: 1px solid #464646;
	color: #ffffff;
	font-weight: 300;
	text-align: center;
	font-size: 15px;
	line-height: auto;
	-webkit-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.b-cost-table-body__cell:first-of-type {
	text-align: left;
}

.b-cost-table-body__cell--is-active {
	border-top: 1px solid #535353;
	background-color: #464646;
}

.b-cost-table-body__cell--is-active .b-cost-table__button {
	visibility: visible;
}

.b-cost-table__price {
	margin: 24px 0px 12px 0px;
	padding: 0px;
	color: #ffffff;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
}

.b-cost-table__button {
	margin: 12px 0px 24px 0px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0px 42px;
	visibility: hidden;
	color: #ffffff;
	font-weight: 700;
	font-size: 15px;
	background-color: #c4262e;
	cursor: pointer;
}

@media all and (min-width: 768px) {
	.b-cost-table {
		width: 864px !important;
		margin: 0px auto;
		display: table !important;
	}
}

@media all and (min-width: 1344px) {
	.b-cost-table-body__cell {
		line-height: 36px;
	}
}



.b-cost {
	position: relative;
	z-index: 10;
	background-color: #383838;
}

.b-cost__title {
	color: #fff;
	text-transform: uppercase;
}

.b-cost__subtitle {
	color: #fff;
	font-weight: 300;
	text-align: center;
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
}

.b-cost-tabs-list {
	margin: 0px 0px 32px 0px;
	text-align: center;
}

.b-cost-tabs-list__wrapper {
	display: block;
}

.b-cost-tabs-list__item {
	display: block;
	margin: -1px 0px;
}

.b-cost-tabs-list__link {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0px 24px;
	background-color: #383838;
	border: 2px solid #fff;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	-webkit-transition: 0.5s ease all;
	transition: 0.5s ease all;
	cursor: pointer;
}

.b-cost-tabs-list__link--is-active {
	background-color: #fff;
	color: #383838;
}

.b-cost-tabs-content {
	margin: 24px 0px 0px 0px;
}

.b-cost-tabs-content__item {
	display: none;
}

.b-cost-tabs-content__item--is-active {
	display: block;
}

@media all and (min-width: 320px) {
	.b-cost__wrapper {
		padding: 64px 16px;
	}
	.b-cost__title {
		margin: 0px 0px 32px 0px;
	}
	.b-cost__subtitle {
		margin: 32px auto;
	}
}

@media all and (min-width: 640px) {
	.b-cost-tabs-list__wrapper {
		font-size: 0px;
	}
	.b-cost-tabs-list__item {
		display: inline-block;
		margin: 0px;
	}
}

@media all and (min-width: 768px) {
	.b-cost__wrapper {
		padding: 144px 64px;
	}
	.b-cost__subtitle {
		font-size: 18px;
		line-height: 26px;
		font-weight: 300;
		/* font-size: 18px;
            line-height: 24px;*/
	}
}

@media all and (min-width: 1344px) {
	.b-cost__wrapper {
		padding: 184px 42px 128px 42px;
	}
	.b-cost__title {
		margin: 0px 0px 32px 0px;
	}
	.b-cost-tabs-list {
		margin: 0px 0px 80px 0px;
	}
	.b-cost-tabs-list__wrapper {
		display: inline-block;
		font-size: 0px;
	}
	.b-cost-tabs-list__item {
		display: inline-block;
		margin: 0px -1px;
	}
	.b-cost-tabs-content {
		margin: 80px 0px 0px 0px;
	}
}










.b-popup__wrapper {
	padding: 0px;
}

.b-popup .b-block {
	margin: 0px;
}

.red {
	color: #c4262e !important;
}

.b-project-slider__rightcol {
	text-align: right;
}

.b-project-slider__wrapper {
	border-top: 1px solid #eff1f1;
}

.b-project-slider__img {
	display: inline-block !important;
}

.b-project-slider__name, .b-project-slider__position, .b-project-slider__text {
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
}

.b-project-slider__name {
	font-weight: 400;
	color: #383838;
	margin: 32px 0px 0px 0px;
}

.b-project-slider__position {
	font-weight: 700;
	color: #cccccc;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
}

.b-project-slider__text {
	font-weight: 300;
	color: #383838;
	margin: 32px 0px;
}

@media all and (min-width: 768px) {
	.b-project-slider__wrapper {
		padding: 35px 0px 0px 0px;
	}
	.b-project-slider__name {
		margin: 65px 0px 15px 0px;
		font-size: 24px;
	}
	.b-project-slider__position {
		font-size: 12px;
	}
	.b-project-slider__text {
		font-size: 16px;
		line-height: 24px;
		font-weight: 300;
		margin: 16px 0px 0px 0px;
	}
}




/** Табличка и слайдер в Context */
.b-project-in-slider__title {
	margin: 0px auto 32px auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: #383838;
}

.b-project-in-slider__text {
	margin: 32px auto;
	text-align: center;
	color: #383838;
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
}

@media all and (min-width: 768px) {
	.b-project-in-slider__text {
		font-size: 15px;
		line-height: 22px;
		font-weight: 300;
	}
}

.b-project-in-slider__bottom-text1 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 15px 0px 12px 0px;
}

.b-project-in-slider__bottom-text2 {
	margin: 12px 0px 0px 0px;
}

.b-project-in-slider-table__cell {
	vertical-align: top;
	font-size: 15px;
	font-weight: 300;
	padding: 30px 0px;
}

.b-project-in-slider-table__cell:nth-of-type(1) {
	width: 300px;
}

.b-project-in-slider-table__cell:nth-of-type(2) {
	width: 330px;
}

.b-project-in-slider-table__cell:nth-of-type(3) {
	width: 234px;
}

.b-project-in-slider-table__cell--table2:nth-of-type(1) {
	width: 265px;
}

.b-project-in-slider-table__cell--table2:nth-of-type(2) {
	width: 300px;
}

.b-project-in-slider-table__cell--table2:nth-of-type(3) {
	width: 299px;
}

.b-project-in-slider-table__cell--table2:nth-of-type(3) ul li {
	padding-left: 20px;
	padding-right: 0px;
}

.b-project-in-slider-table__cell--header {
	padding: 15px 0px;
	color: #383838;
	font-size: 12px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #d1d1d1;
	padding-left: 20px;
}

.b-project-in-slider-table__cell ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.b-project-in-slider-table__cell ul li {
	font-size: 15px;
	line-height: 20px;
	color: #383838;
	padding: 0px 20px;
	position: relative;
	list-style-type: none;
	margin-bottom: 16px;
}

.b-project-in-slider-table__cell ul li:last-of-type {
	margin-bottom: 0px;
}

.b-project-in-slider-table__cell ul li::before {
	width: 6px;
	height: 6px;
	position: absolute;
	top: 7px;
	left: 0px;
	background-color: #c4262e;
	border-radius: 3px;
	content: ' ';
}

.b-result2-block {
	margin-bottom: 24px;
}

.b-result2-block:last-of-type {
	margin-bottom: 0px;
}

.b-result2-block__name {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.b-result2-block ul {
	margin: 16px 0px 0px 0px;
	padding-left: 20px;
	list-style: none;
}

.b-result2-block ul li {
	margin-bottom: 20px;
	position: relative;
	list-style-type: none;
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
}

.b-result2-block ul li::before {
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	background-color: #c4262e;
	border-radius: 3px;
	content: ' ';
	left: -20px;
	top: calc(50% - 3px);
}

@media all and (min-width: 768px) {
	.b-result2-block ul li {
		font-size: 15px;
		line-height: 22px;
		font-weight: 300;
	}
	.b-result2-block--list {
		margin-bottom: 32px !important;
	}
}

@media all and (min-width: 1024px) {
	.b-result2-block--list {
		padding-right: 48px;
	}
}

.b-result2-table {
	margin-top: 16px;
}

.b-result2-table td {
	color: #383838;
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
}

.b-result2-table td:nth-child(1) {
	width: 160px;
	min-width: 160px;
	padding-right: 16px;
}

.b-result2-table td:nth-child(2) {
	width: 218px;
	min-width: 218px;
}

.b-result2-table td:nth-child(3) {
	width: 32px;
	min-width: 32px;
	padding-left: 16px;
	font-weight: 400;
}

.b-result2-table--width td:nth-child(2) {
	width: 140px;
	min-width: 140px;
}

.b-result2-table--width td:nth-child(3) {
	width: 136px;
	min-width: 136px;
	padding-left: 16px;
}

@media all and (min-width: 768px) {
	.b-result2-table {
		display: table !important;
	}
	.b-result2-table td {
		font-size: 15px;
		line-height: 22px;
		font-weight: 300;
	}
}

.b-progress {
	height: 5px;
}

.b-progress--gray {
	background-color: #dee4e5;
}

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

.b-progress--dark-gray {
	background-color: #383838;
}

.b-result2 {
	margin: 32px auto;
}

.b-result2__wrapper {
	padding: 32px;
	background-color: #fff;
}

.b-result2__project {
	margin: 32px auto;
	color: #383838;
	font-weight: 700;
	text-align: center;
}

.b-result2__text {
	margin: 32px auto;
	color: #383838;
	text-align: center;
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
}

.b-result2__text p:first-of-type {
	margin-top: 0px;
}

.b-result2__text p:last-of-type {
	margin-bottom: 0px;
}

@media all and (min-width: 768px) {
	.b-result2 {
		margin: 48px auto;
	}
	.b-result2__wrapper {
		padding: 48px;
	}
	.b-result2__text {
		margin: 32px auto 48px auto;
		font-size: 15px;
		line-height: 22px;
		font-weight: 300;
	}
}

@media all and (min-width: 1344px) {
	.b-result2__wrapper {
		padding: 48px 144px;
	}
}








.b-popup {
	display: none;
}




.b-textcolumn__wrapper {
	padding: 32px;
	background-color: #fff;
}

.b-textcolumn__text {
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
}

@media all and (min-width: 768px) {
	.b-textcolumn__wrapper {
		padding: 48px;
	}
	.b-textcolumn__text {
		font-size: 16px;
		line-height: 24px;
		font-weight: 300;
	}
	.b-textcolumn__left-col {
		float: left;
		width: 45%;
	}
	.b-textcolumn__right-col {
		float: right;
		width: 45%;
	}
	.b-textcolumn__clear {
		clear: both;
	}
}

@media all and (min-width: 1344px) {
	.b-textcolumn__wrapper {
		padding: 48px 96px;
	}
}

.b-social {
	font-size: 0px;
}
.b-social-item {
	display: inline-block;
}
.b-social-icon {
	width: 25px;
	height: 25px;

	display: inline-block;
	vertical-align: top;

	color: #fff;
	text-decoration: none;

	background-image: url('/static/svg/aip_social_icons.svg');
	background-repeat: no-repeat;
	background-size: 250px 25px;
}
.b-social-icon--telegram {
	width: 20px;
	height: 25px;

	display: inline-block;
	vertical-align: top;

	color: #fff;
	text-decoration: none;

	background-image: url('/static/svg/telegram-image.svg');
	background-repeat: no-repeat;
	background-size: 40px 25px;
}
.b-social-icon--telegram{
	background-position: 0px 0px;
}
.b-social-icon--telegram:hover{
	background-position: -20px 0px;
}
.b-social-icon:first-of-type {
	margin-left: 0px;
}

.b-social-icon--facebook {
	background-position: -125px 0px;
}
.b-social-icon--facebook:hover {
	background-position: 0px 0px;
}
.b-social-icon--twitter {
	background-position: -150px 0px;
}
.b-social-icon--twitter:hover {
	background-position: -25px 0px;
}
.b-social-icon--google-plus {
	background-position: -175px 0px;
}
.b-social-icon--google-plus:hover {
	background-position: -50px 0px;
}
.b-social-icon--vk {
	background-position: -200px 0px;
}
.b-social-icon--vk:hover {
	background-position: -75px 0px;
}
.b-social-icon--youtube {
	background-position: -225px 0px;
}
.b-social-icon--youtube:hover {
	background-position: -100px 0px;
}

@media all and (min-width: 320px) and (max-width: 767px) {
	.b-social {
		border-bottom: 1px solid #3c3c3c;
	}
	.b-social__wrapper {
		font-size: 0px;
		padding: 32px 0px;
	}
	.b-social-item {
		width: 20%;
		font-size: 20px;
		text-align: center;
	}
}

@media all and (min-width: 768px) {
	.b-social__wrapper {
		padding: 32px 0px 0px 0px;
	}
	.b-social-item {
		margin: 0px 0px 0px 20px;
	}
	.b-social-item:first-of-type {
		margin-left: 0px;
	}
}
@media all and ( min-width: 1024px ) {
	.b-social-item {
		margin-left: 33px;
	}
}

.b-copyright {
	text-align: right;
}

.b-copyright__wrapper {
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
	color: #999;
	text-align: center;
	padding: 32px 0px 0px 0px;
}
.b-copyright__icon {
	position: relative;
	bottom: 2px;
	font-size: 12px;
}

@media all and (min-width: 768px) {
	.b-copyright__wrapper {
		font-size: 14px;
		line-height: 24px;
		text-align: right;
		padding: 30px 0px 0px 0px;
	}
}



.b-footer {
	background-color: #202020;
}

.b-footer__border {
	border-right: 1px solid #3c3c3c;
}

.b-footer__border2 {
	border-top: 1px solid #3c3c3c;
	margin: 45px 0px 0px 0px;
}

@media all and (min-width: 320px) and (max-width: 767px) {
	.b-footer__border2 {
		border-top: 1px solid #3c3c3c;
		margin: 0px;
	}
}

@media all and (min-width: 1344px) {
	.b-footer {
		padding: 55px 0px 32px 0px;
	}
}

.b-header [id^="bx_incl"]{
	display: inline-block !important;
}


.b-composite__banner {
	height: 25px;
	width: auto;
	margin: 0px auto;
	text-align: center;
}
.b-composite__banner a {
	height: 25px !important;
	display: inline-block !important;

	line-height: 25px !important;
	border: 0px !important;
	vertical-align: top;
	background-position: 100% -33px !important;
}
@media all and ( min-width: 320px ) {
	.b-composite__wrapper {
		padding: 32px 0px 0px 0px;
	}
}

.fancybox-skin {
	background-color: #fff !important;
	padding: 0px !important;
}

.mobile-menu-overlay {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #383838;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 11;
}
.mobile-menu-overlay--is-active {
	display: block;
}



/** Всплывашки об отправке формы */
.b-subscribe-success,
.b-subscribe-error {
	display: none;
	text-align: center;
}
.b-subscribe-success p,
.b-subscribe-error p {
	color: #383838;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
}
@media all and ( min-width: 320px ){
	.b-subscribe-success__wrapper,
	.b-subscribe-error__wrapper {
		width: 275px;
		height: 275px;
		padding: 55px 30px;
	}
}
@media all and ( max-width: 639px ) {
	.b-subscribe-success p br,
	.b-subscribe-error p br {
		display: none;
	}
}
@media all and ( min-width: 640px ) {
	.b-subscribe-success__wrapper,
	.b-subscribe-error__wrapper {
		width: 384px;
		height: 384px;
		padding: 120px 48px;
	}
}

input:-webkit-autofill {box-shadow: inset 0 0 0 50px #fff !important;-webkit-box-shadow: inset 0 0 0 50px #fff !important;}
.agreement {
	font-family: "Circe", Helvetica, Arial, sans-serif;
	color: #383838;
	cursor: pointer;
	padding-top: 5px;
	margin-bottom: 5px;
	border-bottom: dashed 1px rgba(56, 56, 56, 0.5);
}
.agreement-popup {
	display: none;
	max-width: 560px;
	height: 521px;
	overflow-x: hidden;
	padding: 0px 50px 0px 45px;
	margin-bottom: 0px;
	margin-top: 38px;
}
@media all and (min-width: 320px) and ( max-width: 640px ) {
	.agreement-popup {
		padding: 0px 16px 30px 16px !important;
		height: 490px !important;
		min-width: 280px !important;

	}
	.agreement-popup__wrapper::after {
		left: 0 !important;
		width: 95% !important;
		height: 50px !important;
		background: -moz-linear-gradient(top, rgba(255,255,255, 0), rgba(255,255,255, 0.5) 10px, rgba(255,255,255, 1) 20px);
		background: -webkit-linear-gradient(top, rgba(255,255,255, 0), rgba(255,255,255, 0.5) 10px, rgba(255,255,255, 1) 20px);
		background: -o-linear-gradient(top, rgba(255,255,255, 0), rgba(255,255,255, 0.5) 10px, rgba(255,255,255, 1) 20px);
		background: -ms-linear-gradient(top, rgba(255,255,255, 0), rgba(255,255,255, 0.5) 10px, rgba(255,255,255, 1) 20px);
		background: linear-gradient(to bottom, rgba(255,255,255, 0), rgba(255,255,255, 0.5) 10px, rgba(255,255,255, 1) 20px);
	}
	.agreementWrap .fancybox-close {
		width: 32px !important;
		height: 32px !important;
	}
	.agreementWrap .fancybox-close:after {
		position: absolute;
		top: 2px !important;
		right: 7px !important;
		font-size: 20px !important;
	}
	.agreement-popup__wrapper .b-title {
		width: 190px !important;
	}
}
@media all and (max-height: 500px) {
    .agreement-popup {
        height: 400px !important;
    }
}
.agreement-label {
	padding-top: 17px;
	color: #383838;
	font-family: "Circe", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 300;
}
.agreement-label.inner {
	padding-top: 10px;
}
.agreement-popup__wrapper::before {
	content: '';
	position: absolute;
	right: 45px;
	left: 45px;
	top: 37px;
	height: 50px;
	background: linear-gradient(to top, #fff3, #fff 100%);
}
.agreement-popup__wrapper .b-title {
	position: relative;
}
.agreement-popup__wrapper::after {
	content: '';
	position: absolute;
	left: 45px;
	bottom: 0px;
	width: 455px;
	height: 60px;
	background: -moz-linear-gradient(top, rgba(255,255,255, 0), rgba(255,255,255, 0.5) 10px, rgba(255,255,255, 1) 20px);
	background: -webkit-linear-gradient(top, rgba(255,255,255, 0), rgba(255,255,255, 0.5) 10px, rgba(255,255,255, 1) 20px);
	background: -o-linear-gradient(top, rgba(255,255,255, 0), rgba(255,255,255, 0.5) 10px, rgba(255,255,255, 1) 20px);
	background: -ms-linear-gradient(top, rgba(255,255,255, 0), rgba(255,255,255, 0.5) 10px, rgba(255,255,255, 1) 20px);
	background: linear-gradient(to bottom, rgba(255,255,255, 0), rgba(255,255,255, 0.5) 10px, rgba(255,255,255, 1) 20px);
}
.agreement-popup__wrapper .b-title {
	font-family: "Circe", Helvetica, Arial, sans-serif;
	color: #383838;
	font-size: 30px;
	letter-spacing: -0.3px;
}
.agreement-popup__wrapper p {
	font-family: "Circe", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.2px;
	color: #383838;
	padding-top: 4px;
	font-weight: 300;
}
.agreementWrap .fancybox-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 38px;
	height: 38px;
	cursor: pointer;
	z-index: 8040;
}
.agreementWrap .fancybox-close:after {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 23px;
}

/* Стили для страницы блогов и новостей */
.b-head-title {
	color: #383838;
	padding-top: 135px;
	max-width: 1150px;
	margin: 0 auto;
}
.b-head-title h1 {
	font-size: 50px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 400;
}
@media all and ( max-width: 731px ) {
	.b-head-title {
		padding: 100px 16px 0;
	}
}
p.podpis {
	margin-top: 0;
	font-size: 14px;
	font-weight: 300;
	color: #999;
}
.blockqoute {
	font-style: italic;
	position: relative;
	border-left: 3px solid #e8e8e8;
	font-style: italic;
}
.blockquote:after {
	height: 100%;
	width: 4px;
	display: block;
	position: absolute;
	left: -40px;
	top: 0;
	content: ' ';
	background: #e8e8e8;
}
.emptyTitle {
	margin: 13px 0px;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	margin-top: 48px;
}
.eye-show-detail {
	font-size: 16px;
	color: rgba(56, 56, 56, 0.3);
	display: inline-block;
	position: relative;
	float: right;
	bottom: 44px;
	right: 3px;
	font-weight: 800;
	vertical-align: middle;
}

.eye-show-dark {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.3);
	position: absolute;
	float: right;
	bottom: 35px;
	right: 52px;
	font-weight: 600;
	vertical-align: middle;
}

.eye-show-light {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.3);
	position: absolute;
	float: right;
	bottom: 35px;
	right: 52px;
	font-weight: 600;
	vertical-align: middle;
}
.eye-show-detail img, .eye-show-light img, .eye-show-dark img {
	border: none;
	padding: 2px;
	margin-bottom: 4px;
	width: 35px;
}
.eye-show-light img, .eye-show-dark img {
	position: relative;
	top: 5px;
}
.eye-show-detail img {
	position: relative;
	top: 5px;
	left: 7px;
}
.research {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 21px 48px;
	background-color: #c4262e;
	font-family: Circe;
	font-weight: 300;
	color: #fff;
}

.research__title {
	display: block;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.15;
}

.research__text {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 16px;
}

.research__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.research__submit {
	min-width: 142px;
	background-color: transparent;
	border: 2px solid #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
	padding: 9px 20px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: background .5s ease;
	transition: background .5s ease;
}

.research__submit:hover {
	background-color: #fff;
	color: #c4262e;
}

.research__field {
	max-width: 224px;
	padding: 0 22px 0 35px;
	border: none;
	font-size: 14px;
	font-family: Circe;
	font-weight: 400;
}

.research__field::-webkit-input-placeholder {
	color: #888888;
	font-family: Circe;
	font-weight: 300;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.research__field:focus {
	outline: none;
}

.research__field:focus::-webkit-input-placeholder {
	color: transparent
}

.table-scroll {
	overflow-x: scroll;
}

h2.break-word, a.break-word, span.break-word {
	word-wrap: break-word;
}

@media (min-width: 992px) {
	.research {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.research__info {
		padding-right: 50px;
	}
	.research__text {
		margin-bottom: 0;
	}
	.research__form {
		padding-top: 20px;
	}
}
.research-container {
	padding: 0 16px;
	max-width: 1184px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.research-container {
		padding: 0 32px;
		max-width: 1216px;
	}
}

.b-head-image__subheading {
	font-size: 30px;
	font-weight: 400;
	line-height: 32px;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.b-head-image__subheading {
		font-size: 50px;
		line-height: 56px;
	}
}
.example {
	display: -ms-grid;
	display: grid;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
	background: linear-gradient(to bottom, white, black);
}

.b-search-box__input {
	color: #383838;
	font-size: 18px;
	line-height: 24px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEM0QzM1RUZGQThFMTFFNkI3QUFDRjE5MjUxNzU1NDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEM0QzM1RjBGQThFMTFFNkI3QUFDRjE5MjUxNzU1NDAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQzRDMzVFREZBOEUxMUU2QjdBQUNGMTkyNTE3NTU0MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQzRDMzVFRUZBOEUxMUU2QjdBQUNGMTkyNTE3NTU0MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkkuOy4AAAF8SURBVHja7JhJi4NAEIWr3aKI2yEhyW3+/4+ak6CC4AJuiRqfEBmYDHMYk7RMNXhIN6TfV1WvWluM4/hJ2x0fYgIYNwwgFNr4YAAGYAAGYAAGYAAGYAAGeN/Q1v7Dsiwpz3Nq25aEEGSaJnmeR7ZtP+eDYM0PmiRJqCiKWfhutyNFUahpGhqGgVzXpcPhsLp+bc3IQ7xhGHQ6nUjX9Xke4qMoWtZ835fTA/fIH4/HRfy8wZQFzGmaRlmWyWti1DwijOfbJhMEPHC9XulyucjbhSD0tzVkSUoARL7rOvqpJ8DMKC2UkpQAjuNQ3/eUpulDg9d1TUEQyHsOoE1CKIyKTOA3yqWqqsXgj/wh1TmADMRxPIteNpiEo/6xpqrq3GJxuK2l/yk3c6h3PPfug7MgDMO5C2HufD6vBSFedrWI9vkVApmwLOvPAC97mUMHQuRRRsgISm1zb6MwMSDQSvf7vXwmfsPg22kGYAAGYAAGYAAGYAAGYIB/DHATYACIdZ4LKcf//gAAAABJRU5ErkJggg==') no-repeat 0 center;
}

.b-search-box__close-link {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQBAMAAAA7eDg3AAAAAXNSR0IB2cksfwAAADBQTFRFAAAAOjo6ODg4MDAwODg4ODg4Nzc3ODg4ODg4ODg4ODg4ODg4ODg4OTk5Nzc3ODg4CV5XbgAAABB0Uk5TADC/EMD/zyDw0J+g31Dv4Pq6HW4AAABxSURBVHicYxAyYAACIwEG12QgzZzqwFARBGRwRhgwMLYuYGDY2gjkSUQxcEcIABlAIbAAUCgGLMDAwBsaC6YZGEMDIQy5+DiwFOPTDVsfggWiGbhBQkABoIFAIbtIoKhljAGD62SQpVMdGETAzjARAAAiLRbYrs7LhAAAAABJRU5ErkJggg==') no-repeat center;
	background-size: 15px 16px;
}

.b-logo {
	z-index: 1;
}
/*
.b-search-box {
	z-index: 2;
}


.search {
	margin-bottom: 25px;
	color: #383838;
}

.search__inner {
	position: relative;
	max-width: 1216px;
	margin: 0 auto;
	z-index: 11;
}

.search__inner--white {
	margin-right: 16px;
	margin-left: 16px;
}

.search__header {
	padding: 32px 16px 100px;
	margin-bottom: -100px;
	background-color: rgba(56, 56, 56, .05);
}

.search__header-inner {
	max-width: 1155px;
	margin: 0 auto;
}

.search__title {
	margin-top: 0;
	margin-bottom: 7px;
	font-size: 30px;
	line-height: 32px;
	text-transform: uppercase;
}

.search__subtitle {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 24px;
	color: rgba(56, 56, 56, .5);
	line-height: 24px;
}

.search__results {
	background-color: #fff;
	padding: 28px 24px 11px;
}

.search__article {
	margin-bottom: 13px;
}

.search__subject {
	margin-bottom: 9px;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
}

.search__text {
	margin-top: 0;
	margin-bottom: 7px;
	font-weight: 300;
}

.search__key-word {
	font-weight: 700;
}

.search__link {
	text-decoration: none;
	color: #c4262e;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

.search__link:hover {
	text-decoration: underline;
}

.search__key-word-title {
	position: relative;
}

.search__key-word-title::before {
	content: '';
	position: absolute;
	bottom: 5px;
	right: 0;
	left: 0;
	height: 1px;
	background-color: #cccccc;
}

.search-nothing {
	color: #383838;
	margin-bottom: 40px;
}

.search-nothing__inner {
	padding-right: 16px;
	padding-left: 16px;
}

.search-nothing__article {
	position: relative;
	border-bottom: 1px solid #dfe3e4;
}

.search-nothing__article a {
	display: block;
	text-decoration: none;
	color: #383838;
	padding: 32px 24px 0;
}

.search-nothing__content {
	max-width: 1156px;
	margin-right: auto;
	margin-left: auto;
}

.search-nothing__content-inner {
	background-color: #fff;
}

.search-nothing__article:last-child {
	border-bottom: none;
}

.search-nothing__more {
	display: block;
	max-width: 1160px;
	margin-right: auto;
	margin-left: auto;
	padding: 28px 16px 21px;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.74px;
}

.search-nothing__more span {
	display: block;
}

.search-nothing__tag {
	position: relative;
	display: inline-block;
	height: 24px;
	margin-bottom: 24px;
	padding-right: 9px;
	padding-left: 9px;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.55px;
	z-index: 1;
}

.search-nothing__tag::before {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: 1px;
	top: -1px;
	background-color: #c4262e;
	z-index: -1;
}

.search-nothing__header-inner {
	padding: 60px 0 88px;
	max-width: 1160px;
	margin-right: auto;
	margin-left: auto;
}

.search-nothing__subject {
	margin-bottom: 14px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
}

.search-nothing__header {
	padding-right: 16px;
	padding-left: 16px;
	background-color: rgba(56, 56, 56, .05);
}

.search-nothing__title {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 0.22px;
}

.search-nothing__subtitle {
	margin-top: 0;
}

.search-nothing__text {
	margin-top: 0;
	margin-bottom: 25px;
	font-weight: 300;
}

.search-nothing__key-word {
	color: #c4262e;
}

a.search-nothing__link {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	margin-bottom: 21px;
	padding: 0;
	margin-left: 24px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZJREFUeNrcWjFz01AMth2OI8cS+AXp1q3hFzRsHdORqcnGlnRjazMykUzAZGfqMbVjmXA3tjq/ALMxtWbgaI+hSJzCvSp6cZ6tBAfd6XKx4/c+SZ/e05Pjewry9MnjJny0QXdAW6BNUlNS0gR0ChpfXf9Iy87tlwTdBT0QwC4raMAENCpqjF8Q+BGB15QIdOhqiO8AvAEfAwK/ShmCjsCQTM0AAI+8Ps2hCnI7Br0AzQBAzMbAHEEn7FK+tHKotQ9jJKUNgImRKqHlNnppXITDRg71yTBJejButGicWs4kx/DxxgL8NegLmOD8582vzJUn+AxoXK8/fA9fbykij9jPOnDfx985R4DAS3w/I89kmsSnHMNId6S8gPmOl44A0Uby/CEMdAgeudHOXBwT9AN4/Dt83WO323D9K9xPciNACXtZhI+K0bDl3TOe2L4QxkthtVkb+BwjUjIiEykEYXolcBBp885bsyBdBDqhg2/NpPbZsvaFJyyA31fwZpvvCw7PngpO3Zot24Fx8UhYKnsK4JEGn4gSRaRHWDwJa8A2FVPGZZdKAj8bNyxiBGEYs8tdwvw3Al3B+6OytBHGDQtGYiREoWsacKDtfeK8REFnIyxR+IPZtyTvlsZhI2dNd1qabTgDqgzvVZVa4Ml7kUYkCBPfidsBHQNNiT1l0TJCwLYTCHX5xSo2JiUjOLZWIJQNmbciUTCCY2tiEt+xSfycZLpbYQWRm9h8/sCrljgvsVUzwFmqZoBz2f6AauzmspVjXo6scmOj8uTe+SAgAzxWc6/7pLWs5xuSAXx3260oeAlbggZM+fZcUfAStmkgbM+tWa1dwWKOVw1xQEVSKtXaFfK8hClF7LNldMJu9qlDUfZAowKesPTZ5Ym5D0RCtg8UDjSRUntmIKxA0dz5FesMQ6/LRoGN2y34fIOwmNhCaSceClEIFSpQrD6fl2iMhYL3h3ONLewWYyeYLVXb2FyCe59LNqnSgt4fCFTGRu/ZXGPLSJaNai1ufHO3JoT7G7ayvfl2XkeDTkvS5q3Fgef8Ys3C2UTIB5Q9uN4C/aj9jgDpC+OeWJZv5L3YaKstSLzYYsQ26Eu4VwdNyhpCwLErfuLJL/6sb2fEHHDg4+yQ/U9f8v3/r1nZEruZL7qF0G/eXw0WcHiz/uyxwBjk9dr/bvNbgAEAO+LxyUhxtOEAAAAASUVORK5CYII=) center no-repeat;
	background-size: 100% 100%;
	font-size: 0;
}

@media (min-width: 768px) {
	.search {
		margin-top: 62px;
	}

	.search-nothing {
		margin-bottom: 48px;
	}

	.search-nothing__header-inner {
		padding-top: 118px;
	}

	.search-nothing__more span {
		display: inline-block;
	}
}

@media (min-width: 1024px) {
	.search {
		margin-bottom: 122px;
	}

	.search__title {
		margin-bottom: 0;
		font-size: 50px;
		line-height: 56px;
		text-transform: uppercase;
	}

	.b-search-box__input {
		background-position: 13px center;
		margin-left: 128px;
		padding-left: 60px;
	}

	.search__inner--white {
		margin-right: auto;
		margin-left: auto;
	}

	.search__inner {
		padding-right: 32px;
		padding-left: 32px;
	}

	.search__results {
		padding-top: 44px;
		padding-right: 46px;
		padding-left: 46px;
	}

	.search__article {
		margin-bottom: 35px;
	}

	.search__text {
		line-height: 20px;
		font-size: 14px;
	}

	.b-logo {
		z-index: 11;
	}

	.search__header {
		padding: 114px 32px 135px;
		margin-bottom: -95px;
	}

	.b-search-box__input {
		height: 64px;
	}

	.search-nothing {
		margin-bottom: 107px;
	}

	.search-nothing__inner {
		padding-right: 32px;
		padding-left: 32px;
	}

	.search-nothing__header {
		padding-right: 32px;
		padding-left: 32px;
	}

	.search-nothing__header-inner {
		padding: 185px 0 116px;
	}

	.search-nothing__content-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.search-nothing__title {
		margin-bottom: 10px;
		font-size: 30px;
		line-height: 56px;
	}

	.search-nothing__subtitle {
		font-size: 24px;
		line-height: 24px;
	}

	.search-nothing__tag {
		margin-bottom: 38px;
	}

	.search-nothing__more {
		padding: 80px 0 23px;
		font-size: 30px;
		line-height: 56px;
		letter-spacing: 0.62px;
	}

	.search-nothing__article {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: calc(100% / 3);
		border-bottom: 0;
		border-right: 1px solid #dfe3e4;
	}

	.search-nothing__article:last-child {
		border-right-color: transparent;
	}

	.search-nothing__article a {
		padding: 47px 46px 0;
	}

	a.search-nothing__link {
		margin-top: auto;
		margin-bottom: 46px;
		margin-left: 46px;
		padding: 0;
	}

	.search-nothing__subject {
		margin-bottom: 10px;
		font-size: 30px;
		line-height: 32px;
	}

	.search-nothing__text {
		margin-top: 17px;
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.b-search-box__input {
		padding-left: 48px;
	}
}


/*New Style Fix*/
@media (min-width: 768px) {
	.b-callback {
		display: none;
	}

	.b-search {
		margin-left: 25px;
	}

	.b-phone {
		display: inline-block;
		padding: 25px 0 23px 0;
	}

	.b-phone__link {

		margin-left: 25px;
		font-size: 16px;
		line-height: 16px;
	}
}

@media (max-width: 1343px) and (min-width: 768px) {
	.b-city {
		display: inline-block;
	}

	.b-phone {
		display: inline-block;
	}
}

@media (min-width: 960px) {
	.b-header-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.b-link--no-padding {
	padding: 0!important;
}

.blog__section ol {
	padding-left: 0;
}

.clearfix {
	content: "";
	display: table;
	clear: both;
}

.tariff-form-wrap .price__item {
	flex: 1;
	border-left-width: 2px;
	padding: 30px 35px 40px 35px;
	min-height: 384px;
}

.tariff-form-wrap .flex-form {
	flex: 1;
}

.tariff-form-wrap {
	display: flex;
	flex-wrap: wrap;
}

.tariff-form-wrap .b-form__wrapper {
	border: 2px solid #fff;
	border-left-width: 1px;
	background: none;
	min-height: 384px;
}

.tariff-form-wrap .price__from-price {
	margin-bottom: auto;
}

.tariff-form-wrap .b-main-form__field {
	margin-bottom: 18px;
}

.tariff-form-wrap .b-main-form__textarea {
	height: 120px;
}

.tariff-form-wrap .agreement-label .agreement {
	color: #fff;
}

.tariff-form-wrap .agreement-label {
	flex: 2;
	max-width: 450px;
	color: #fff;
	padding-top: 20px;
}

.tariff-form-wrap .b-main-form__submit .b-button__wrapper {
	display: inline-block;
	width: 220px;
}

.tariff-form-wrap .b-main-form__submit {
	flex: 1;
	text-align: right;
	margin-top: 0;
	padding-top: 16px;
}

.tariff-form-wrap .b-field__label {
	color: #898989;
}

.tariff-form-wrap .form-footer {
	display: flex;
	flex-wrap: wrap;
}

.tariff-form-wrap label.error {
	display: none !important;
}

.tariff-form-wrap .go-to-tariffs {
	color: #898989;
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	text-align: left;
	cursor: pointer;
}

.tariff-form-wrap .go-to-tariffs img {
	margin-top: -2px;
	margin-right: 5px;
}

.flex-form .b-title.tariff-form-head {
	display: none;
}

.fancybox-inner .tariff-form-wrap .flex-form .b-title.tariff-form-head {
	display: block;
}

.fancybox-inner .tariff-form-wrap .b-main-form__column--left {
	width: 100%;
	min-width: 300px;
	max-width: 360px;
	float: none;
	margin: 0 auto;
	padding-right: 0;
}

.fancybox-inner .tariff-form-wrap .b-main-form__column--right {
	width: 100%;
	min-width: 300px;
	max-width: 360px;
	float: none;
	margin: 0 auto;
	padding-left: 0;
}

.fancybox-inner .tariff-form-wrap .price__item {
	display: none;
}

.fancybox-inner .tariff-form-wrap .b-main-form__submit {
	text-align: center;
}

.fancybox-inner .tariff-form-wrap .agreement-label .agreement {
	color: #383838;
}

.fancybox-inner .tariff-form-wrap .agreement-label {
	color: #383838;
}

.fancybox-inner .tariff-form-wrap .form-footer {
	display: block;
	flex-wrap: unset;
	max-width: 360px;
	margin: 0 auto;
}

.ratings-banner {
	text-align: center;
}

.ratings-banner .main-ratings-banner {
	padding: 45px;
}

.ratings-banner .b-title {
	text-align: center;
	margin: 30px auto 0;
	width: 75%;
	text-transform: uppercase;
	line-height: 38px;
}

@media all and (max-width: 960px) {
	.ratings-banner .b-title {
		width: 100%;
	}
}

.ratings-banner .b-button {
	text-align: center;
	width: 200px;
	margin: 0 auto;
}

.ratings-banner .b-text {
	margin: 25px auto;
	font-weight: 300;
}

.main-ratings-banner {
	display: block;
	text-decoration: none;
	color: #fff;
	background: url('/static/img/ratings_main_bg.png');
}

.main-ratings-banner a {
	color: #fff;
	text-decoration: none;
}

.history-conf-title {
	width: 100%;
}

.agreement-label a.agreement {
	text-decoration: none;
}

.row::before,
.row::after {
	display: none;
}

.text-center {
	text-align: center;
}

.mb-10 {
	margin-bottom: 10px;
}

.mt-10 {
	margin-top: 10px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0;
}

.sitemap-footer {
	color: #7c7c7c;
	margin-left: 20px;
}