:root {
  --color: #fa6900;
  --color_hover: #ef7f2c;
	--color_text: #58606b;
  --color_blue_gray: #495966;
  --color_grey: #f7f7f7;
  --color_lightgrey: #f7f7f7;
  --color_red: #c82e2d;
  --color_white: #fff;
  --maxWidth: 4000px;

  --fallback: Arial, Helvetica, sans-serif;
  --font: 'PragmaticaC', var(--fallback);
}
@font-face {
	font-family: 'FontAwesome';
	src:url('/assets/fonts/font-awesome-4.7.0/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/assets/fonts/font-awesome-4.7.0/fontawesome-webfont.woff?v=4.7.0');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'PragmaticaC';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("/assets/fonts/PragmaticaC.woff") format("woff");
}
@font-face {
	font-family: "PragmaticaC";
	font-style: normal;
	font-display: swap;
	font-weight: 700;
	src: url("/assets/fonts/PragmaticaC-Bold.woff") format("woff");
}
@font-face {
	font-family: "PragmaticaC";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("/assets/fonts/PragmaticaLightC.woff") format("woff");
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
article, aside, footer, header, nav, section {
  display: block
}
h1 {
  font-size: 2em;
  margin: 0.67em 0
}
figcaption, figure, main {
  display: block
}
figure {
  margin: 1em 40px
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace, monospace;
  font-size: 1em
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted
}
b, strong {
  font-weight: inherit
}
b, strong {
	font-weight: 700;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
dfn {
  font-style: italic
}
mark {
  background-color: #ff0;
  color: #000
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -0.25em
}
sup {
  top: -0.5em
}
audio, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
img {
  border-style: none;
  max-width: 100%;
  max-height: 100%;
}
svg:not(:root) {
  overflow: hidden
}
button, input, optgroup, select, textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button, input {
  overflow: visible;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}
button, select {
  text-transform: none
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: 0.35em 0.75em 0.625em
}
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  display: inline-block;
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details, menu {
  display: block
}
summary {
  display: list-item
}
canvas {
  display: inline-block
}
template {
  display: none
}
[hidden] {
  display: none
}
input, textarea, select, button {
  font-family: 'PragmaticaC', Arial, Helvetica, sans-serif;
  font-family: var(--font);
}
/*отступы и бордеры внутри ширины*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
}
ol,
ul {
  margin-left: 15px;
  padding-left: 15px;
}
iframe {
  max-width: 100%;
  margin: 0 auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  padding:  10px;
  background-color: #bdc3c6;
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0;
  color: #2f3538;
}
th:first-child {
    padding-left: 30px;
  }
tr:nth-child(odd) td {
  background: #f3f5f6;
}
td {
  background: #fff;
  padding: 20px 10px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
}
td:first-child {
    padding-left: 30px;
  }
td p {
    margin: 0;
  }
.table_not_style tr:nth-child(odd) td {
  background: #fff;
}
@media (max-width: 1023px) {
  th,
  td {
    padding: 10px;
  }

    th:first-child, td:first-child {
      padding-left: 12px;
    }
}
p {
  margin: 10px 0;
}
a {
  color: #58606b;
  color: var(--color_text);
  text-decoration: none;
}
a:hover {
    text-decoration: none;
  }
svg {
  max-width: 100%;
  max-height: 100%;
}
label {
  cursor: pointer;
  display: inline-block;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
[disabled] {
  opacity: .7;
  cursor: not-allowed;
}
input:not([type="submit"]):-moz-read-only {
  opacity: 0.7;
}
input:not([type="submit"]):read-only {
  opacity: 0.7;
}
html {
	font-size: 10px;
}
body {
	font-family: 'PragmaticaC', Arial, Helvetica, sans-serif;
	font-family: var(--font);
	font-size: 1.5rem;
  color: #58606b;
  color: var(--color_text);
  font-weight: 400;
	line-height: 1.2;
  letter-spacing: .8px;
}
.container {
  padding: 0 10px;
  margin: 0 auto;
	max-width: 1284px;
}
.g_red_text,
.red-text {
  color: red;
}
.g_grey_light {
  color: #f7f7f7;
  color: var(--color_lightgrey);
}
.g_float_l {
  float: left;
}
.g_float_r,
.g_right {
  float: right;
}
.g_hide {
  display: none !important;
}
.g_text_center {
  text-align: center;
}
.g_text_right {
  text-align: right;
}
.title_small {
	font-size: .7em;
}
.g_rub:after {
		content: "\f158";
		font-size: .86em;
		font-weight: 400;
		font-style: normal;
		font-family: FontAwesome;
	}
.section_bg {
	background-color: #f7f7f7;
}
/*** fancybox ***/
.fancybox-enabled {
	overflow: hidden; }
.fancybox-enabled body {
	overflow: visible;
	height: 100%; }
.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden; }
/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
	z-index: 99992; }
.fancybox-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0f0f11;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
	     -o-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
	        transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden; }
.fancybox-container--ready .fancybox-bg {
	opacity: 0.87;
	-webkit-transition-timing-function: acubic-bezier(0.22, 0.61, 0.36, 1);
	     -o-transition-timing-function: acubic-bezier(0.22, 0.61, 0.36, 1);
	        transition-timing-function: acubic-bezier(0.22, 0.61, 0.36, 1); }
.fancybox-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: 99994;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	direction: ltr; }
.fancybox-show-controls .fancybox-controls {
	opacity: 1; }
.fancybox-infobar {
	display: none; }
.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
	pointer-events: all; }
.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, 0.7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased; }
.fancybox-buttons {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	pointer-events: all; }
.fancybox-show-buttons .fancybox-buttons {
	display: block; }
.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr; }
.fancybox-slider-wrap,
.fancybox-slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent; }
.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch; }
.fancybox-slide::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0; }
.fancybox-slide > * {
	display: inline-block;
	position: relative;
	/*padding: 24px;*/
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	/*overflow: auto;*/
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; }
.fancybox-slide--image {
	overflow: hidden; }
.fancybox-slide--image::before {
	display: none; }
.fancybox-content {
	display: inline-block;
	position: relative;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(100% - 88px);
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	white-space: normal;
	outline: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch; }
.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff; }
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
	background: transparent; }
.fancybox-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden; }
.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	background: transparent;
	background-size: 100% 100%; }
.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: -webkit-zoom-out;
	cursor: zoom-out; }
.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: -webkit-zoom-in;
	cursor: zoom-in; }
.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: -webkit-grab;
	cursor: grab; }
.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: -webkit-grabbing;
	cursor: grabbing; }
.fancybox-spaceball {
	z-index: 1; }
.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden; }
.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default; }
.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }
.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	outline: none;
	background: transparent;
	z-index: 10;
	cursor: pointer; }
.fancybox-close-small:after {
	content: '×';
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #5b6770;
	color: #5b6770;
	background: #fff;
	-webkit-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 2;
	outline:none;
}
.fancybox-slide--video .fancybox-close-small {
	top: -36px;
	right: -36px;
	background: transparent; }
.fancybox-close-small:hover:after {
	color: #555;
	background: #eee; }
/* Caption */
.fancybox-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	z-index: 99998;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
	background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
	opacity: 0;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none; }
.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1; }
.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none; }
.fancybox-caption a,
.fancybox-caption button {
	pointer-events: all; }
.fancybox-caption a {
	color: #fff;
	text-decoration: underline; }
/* Buttons */
.fancybox-button {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	background: transparent;
	color: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	vertical-align: top;
	outline: none; }
.fancybox-button--disabled {
	cursor: default;
	pointer-events: none; }
.fancybox-infobar__body, .fancybox-button {
	background: rgba(30, 30, 30, 0.6); }
.fancybox-button:hover {
	background: rgba(0, 0, 0, 0.8); }
.fancybox-button::before,
.fancybox-button::after {
	content: '';
	pointer-events: none;
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: 0.9;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block; }
.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
	opacity: 0.5; }
.fancybox-button--left::after {
	left: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg); }
.fancybox-button--right::after {
	right: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg); }
.fancybox-button--left {
	border-bottom-left-radius: 5px; }
.fancybox-button--right {
	border-bottom-right-radius: 5px; }
.fancybox-button--close {
	float: right; }
.fancybox-button--close::before, .fancybox-button--close::after {
	content: '';
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px); }
.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg); }
.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg); }
/* Loading spinner */
.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, 0.4);
	border-top: 6px solid rgba(255, 255, 255, 0.6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999; }
@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg); } }
@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg); } }
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
	.fancybox-controls {
		text-align: left; }
	.fancybox-button--left,
	.fancybox-button--right,
	.fancybox-buttons button:not(.fancybox-button--close) {
		display: none !important; }
	.fancybox-caption {
		padding: 20px 0;
		margin: 0; } }
/* Fullscreen  */
.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: none; }
/* Slideshow button */
.fancybox-button--play::before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
	background: transparent; }
.fancybox-button--pause::before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
	background: transparent; }
/* Thumbs */
.fancybox-button--thumbs span {
	font-size: 23px; }
.fancybox-button--thumbs::before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	-webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
	        box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
	right: 220px; }
.fancybox-thumbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; }
.fancybox-thumbs > ul {
	list-style: none;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0; }
.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: none;
	border: 5px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; }
li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, 0.1); }
.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }
.fancybox-thumbs > ul > li:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1; }
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
	.fancybox-thumbs {
		display: none !important; }
	.fancybox-container--thumbs .fancybox-controls,
	.fancybox-container--thumbs .fancybox-slider-wrap,
	.fancybox-container--thumbs .fancybox-caption-wrap {
		right: 0; } }
.b_input,input[type="text"],input[type="tel"],input[type="email"],input[type="number"],input[type="password"] {
	border: 1px solid #dee1e2;
	height: 40px;
	line-height: 1;
	outline: none !important;
	margin: 0;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	border-radius: 0;
	padding-left: 10px;
	min-width: 160px;
	background: #fff;
	font-size: 1.6rem;
}
select {
	height: 40px;
	border: 1px solid #dee1e2;
	padding: 0 20px 0 15px;
	background-color: #fff;
	text-indent: 0.01px;
	-o-text-overflow: '';
	   text-overflow: '';
	position: relative;
	border-radius: 0;
	font-size: 1.6rem;
}
textarea {
	border: 1px solid #dee1e2;
	resize: none;
	min-height: 100px;
	padding: 10px;
	border-radius: 0;
}
::-webkit-input-placeholder {font-size: 1.2rem;}
::-moz-placeholder {font-size: 1.2rem;}
:-ms-input-placeholder {font-size: 1.2rem;}
::-ms-input-placeholder {font-size: 1.2rem;}
::placeholder {font-size: 1.2rem;}
.error,
.error + .CaptionCont {
	border-color: #c82e2d !important;
	border-color: var(--color_red) !important;
	color: #c82e2d !important;
	color: var(--color_red) !important;
	position: relative;
}
.error::-webkit-input-placeholder, .error + .CaptionCont::-webkit-input-placeholder {
		color: #c82e2d !important;
		color: var(--color_red) !important;
	}
.error::-moz-placeholder, .error + .CaptionCont::-moz-placeholder {
		color: #c82e2d !important;
		color: var(--color_red) !important;
	}
.error:-ms-input-placeholder, .error + .CaptionCont:-ms-input-placeholder {
		color: #c82e2d !important;
		color: var(--color_red) !important;
	}
.error::-ms-input-placeholder, .error + .CaptionCont::-ms-input-placeholder {
		color: #c82e2d !important;
		color: var(--color_red) !important;
	}
.error::placeholder, .error + .CaptionCont::placeholder {
		color: #c82e2d !important;
		color: var(--color_red) !important;
	}
.b_form_item {
	margin-bottom: 1rem;
}
.b_form_item .b_input,.b_form_item input[type="text"],.b_form_item input[type="tel"],.b_form_item input[type="email"],.b_form_item input[type="number"],.b_form_item input[type="password"] {
		width: 100%;
	}
.b_form_item__label {
	color: #9da4a9;
	font-size: 1.2rem;
	display: block;
	margin-bottom: .7rem;
}
.b_form_item__label_req {
	color: #fa6900;
	color: var(--color);
	position: relative;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1;
}
.b_form_item__label_req:before {
		content: '*';
	}
.b_form_item_sub_wr {
	margin: 18px 0 15px;
}
.b_btn {
	margin: 0;
	width: auto;
	font: inherit;
	outline: none;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	-webkit-appearance: none;
	font-family: 'PragmaticaC', Arial, Helvetica, sans-serif;
	font-family: var(--font);
	background-color: rgb(250, 105, 0);
	-webkit-box-shadow: 0 6px 9px 0 rgba(255, 160, 71, 0.38);
	        box-shadow: 0 6px 9px 0 rgba(255, 160, 71, 0.38);
	cursor: pointer;
	min-height: 40px;
	display: inline-block;
	text-align: center;
	font-size: 1.7rem;
	padding: 4px 1.8rem;
	outline: 0 !important;
	overflow: hidden;
	text-decoration: none !important;
	position: relative;
	vertical-align: middle;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	color: white;
	border: 1px solid #fa6900;
	border: 1px solid var(--color);
	border-radius: 25px;
}
.b_btn:not(button):not(input) {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
.b_btn:not([disabled]):hover {
		color: #fff;
		background: #ef7f2c;
		background: var(--color_hover);
	}
.b_btn.this--full {
		width: 100%;
	}
.b_btn.this--blue {
		min-height: 38px;
		letter-spacing: 0.3px;
		background-color: #5b6770;
		-webkit-box-shadow: none;
		        box-shadow: none;
		color: white;
		font-size: 1.4rem;
		border: 1px solid #5b6770;
	}
.b_btn.this--blue:not([disabled]):hover {
			color: white;
			background: #5b6770;
		}
@media (max-width: 959px) {
.b_btn.this--blue {
			font-size: .8em;
			min-height: 22px;
			padding: 3px 1.2rem
	}
		}
.b_btn.this--blue_light {
		min-height: 30px;
		letter-spacing: 0.3px;
		background-color: #9da4a9;
		-webkit-box-shadow: none;
		        box-shadow: none;
		color: white;
		font-size: 1.4rem;
		padding: 0 1.2rem;
		border: 1px solid #9da4a9;
	}
.b_btn.this--blue_light:not([disabled]):hover {
			color: white;
			background: #5b6770;
		}
@media (max-width: 959px) {
.b_btn.this--blue_light {
			font-size: .8em;
			min-height: 22px;
			padding: 3px 1.2rem
	}
		}
.b_btn:disabled {
		opacity: .8;
		cursor: no-drop;
	}
.Выбери_свой_автомобиль_LADA {
	font-size: 40px;
	font-family: "PragmaticaC";
	color: rgb(88, 96, 107);
	line-height: 1.2;
	text-align: center;
	-moz-transform: matrix( 1,0,0,1.00118807036025,0,0);
	-webkit-transform: matrix( 1,0,0,1.00118807036025,0,0);
	-ms-transform: matrix( 1,0,0,1.00118807036025,0,0);
	position: absolute;
	left: 398.563px;
	top: 1006.475px;
	z-index: 228;
}
h1, .g_title_h1,
h2, .g_title_h2,
h3, .g_title_h3,
h4, .g_title_h4,
h5, .g_title_h5 {
	color: rgb(88, 96, 107);
	letter-spacing: -.025em;
	margin: .67em 0 .65em;
	text-align: center;
	font-weight: 400;
}
h1.this--left, .g_title_h1.this--left, h2.this--left, .g_title_h2.this--left, h3.this--left, .g_title_h3.this--left, h4.this--left, .g_title_h4.this--left, h5.this--left, .g_title_h5.this--left {
		text-align: left;
	}
h1.this--mt_0,
	h1.this--mar_t_0,
	.g_title_h1.this--mt_0,
	.g_title_h1.this--mar_t_0,
	h2.this--mt_0,
	h2.this--mar_t_0,
	.g_title_h2.this--mt_0,
	.g_title_h2.this--mar_t_0,
	h3.this--mt_0,
	h3.this--mar_t_0,
	.g_title_h3.this--mt_0,
	.g_title_h3.this--mar_t_0,
	h4.this--mt_0,
	h4.this--mar_t_0,
	.g_title_h4.this--mt_0,
	.g_title_h4.this--mar_t_0,
	h5.this--mt_0,
	h5.this--mar_t_0,
	.g_title_h5.this--mt_0,
	.g_title_h5.this--mar_t_0 {
		margin-top: 0;
	}
h1.this--mar_b_0, .g_title_h1.this--mar_b_0, h2.this--mar_b_0, .g_title_h2.this--mar_b_0, h3.this--mar_b_0, .g_title_h3.this--mar_b_0, h4.this--mar_b_0, .g_title_h4.this--mar_b_0, h5.this--mar_b_0, .g_title_h5.this--mar_b_0 {
		margin-bottom: 0;
	}
@media (max-width: 767px) {
h1.this--mt_t_big, .g_title_h1.this--mt_t_big, h2.this--mt_t_big, .g_title_h2.this--mt_t_big, h3.this--mt_t_big, .g_title_h3.this--mt_t_big, h4.this--mt_t_big, .g_title_h4.this--mt_t_big, h5.this--mt_t_big, .g_title_h5.this--mt_t_big {
			margin-top: 2em
	}
		}
h1.this--mar_t_big, .g_title_h1.this--mar_t_big, h2.this--mar_t_big, .g_title_h2.this--mar_t_big, h3.this--mar_t_big, .g_title_h3.this--mar_t_big, h4.this--mar_t_big, .g_title_h4.this--mar_t_big, h5.this--mar_t_big, .g_title_h5.this--mar_t_big {
		margin-top: 1.2em;
	}
@media (max-width: 639px) {
h1.this--mar_t_big, .g_title_h1.this--mar_t_big, h2.this--mar_t_big, .g_title_h2.this--mar_t_big, h3.this--mar_t_big, .g_title_h3.this--mar_t_big, h4.this--mar_t_big, .g_title_h4.this--mar_t_big, h5.this--mar_t_big, .g_title_h5.this--mar_t_big {
			margin-top: 1em
	}
		}
@media (max-width: 424px) {
h1.this--mar_t_big, .g_title_h1.this--mar_t_big, h2.this--mar_t_big, .g_title_h2.this--mar_t_big, h3.this--mar_t_big, .g_title_h3.this--mar_t_big, h4.this--mar_t_big, .g_title_h4.this--mar_t_big, h5.this--mar_t_big, .g_title_h5.this--mar_t_big {
			margin-top: .9em
	}
		}
h1 a, .g_title_h1 a, h2 a, .g_title_h2 a, h3 a, .g_title_h3 a, h4 a, .g_title_h4 a, h5 a, .g_title_h5 a {
		text-decoration: underline;
	}
h1 a:hover, .g_title_h1 a:hover, h2 a:hover, .g_title_h2 a:hover, h3 a:hover, .g_title_h3 a:hover, h4 a:hover, .g_title_h4 a:hover, h5 a:hover, .g_title_h5 a:hover {
			text-decoration: none;
		}
h1, .g_title_h1 {
	font-size: 4rem;
}
@media (max-width: 1023px) {
h1, .g_title_h1 {
		font-size: 3.5rem
}
	}
@media (max-width: 959px) {
h1, .g_title_h1 {
		font-size: 2.5rem
}
	}
@media (max-width: 639px) {
h1, .g_title_h1 {
		font-size: 1.9rem
}
	}
h2, .g_title_h2 {
	font-size: 3rem;
}
@media (max-width: 1023px) {
h2, .g_title_h2 {
		font-size: 2.8rem
}
	}
@media (max-width: 959px) {
h2, .g_title_h2 {
		font-size: 2.2rem
}
	}
@media (max-width: 639px) {
h2, .g_title_h2 {
		font-size: 1.8rem
}
	}
h3, .g_title_h3,
h4, .g_title_h4,
h5, .g_title_h5 {
	font-size: 2.8rem;
}
@media (max-width: 1023px) {
h3, .g_title_h3,
h4, .g_title_h4,
h5, .g_title_h5 {
		font-size: 2.2rem
}
	}
@media (max-width: 959px) {
h3, .g_title_h3,
h4, .g_title_h4,
h5, .g_title_h5 {
		font-size: 1.8rem
}
	}
@media (max-width: 639px) {
h3, .g_title_h3,
h4, .g_title_h4,
h5, .g_title_h5 {
		font-size: 1.2rem
}
	}
.g_title_desc {
	margin: 0 auto;
	padding: 2rem 0;
	max-width: 980px;
	color: rgb(88, 96, 107);
	font-size: 1.5rem;
}
/* start radio button */
/*
.b_radio {
	vertical-align: top;
	width: 17px;
	height: 17px;
	margin: 0 3px 0 0;
}

.b_radio + label {
	cursor: pointer;
}

.b_radio:not(checked) {
	position: absolute;
	opacity: 0;
	max-width: 0;
}

.b_radio:not(checked) + .b_radio__icon {
	position: relative;
	padding: 0 0 0 22px;
	display: inline-block;
	vertical-align: top;
	float: left;
}

.b_radio:not(checked) + .b_radio__icon:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #666666;
	border-radius: 50%;
	background: #FFF;
}

.b_radio__text {
	margin-left: 25px;
}

.b_radio.error:not(checked) + .b_radio__icon:before {
	border-color: red !important;
}

.b_radio:not(checked) + .b_radio__icon:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--color);
	opacity: 0;
	transition: all .2s;
}

.b_radio:checked + .b_radio__icon:after {
	opacity: 1;
}

.b_radio:focus + .b_radio__icon:before {
	box-shadow: 0 0 4px 0 rgba(73, 148, 201, 0.5);
}

*/
/* end radio button */
/* start checkbox button */
.b_checkbox_wr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.b_checkbox {
	vertical-align: top;
	width: 9px;
	height: 9px;
	margin: 0 3px 0 0;
}
.b_checkbox + label {
	cursor: pointer;
}
.b_checkbox:not(checked) {
	position: absolute;
	opacity: 0;
}
.b_checkbox:not(checked) + .b_checkbox__icon {
	position: relative;
	padding: 0 0 0 22px;
	display: inline-block;
	vertical-align: top;
	float: left;
	cursor: pointer;
}
.b_checkbox:not(checked) + .b_checkbox__icon.this--transparent:before {
			background-color: transparent;
		}
.b_checkbox:not(checked) + .b_checkbox__icon.this--white:before {
			background-color: white;
		}
.b_checkbox:not(checked) + .b_checkbox__icon:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 9px;
		height: 9px;
		border: 1px solid rgba(250, 105, 0, .5);
		background: rgba(250, 105, 0, .1);
	}
.b_checkbox.error:not(checked) + .b_checkbox__icon:before {
	border-color: red !important;
}
.b_checkbox:not(checked) + .b_checkbox__icon:after {
		content: "";
		background: url('/assets/img/icons/sprite/check.svg') no-repeat center;
		opacity: 0;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
		position: absolute;
		left: 1px;
		top: -2px;
		width: 12px;
		height: 12px;
	}
.b_checkbox:checked + .b_checkbox__icon:after {
	opacity: 1;
}
.b_checkbox:focus + .b_checkbox__icon:before {
}
.b_checkbox__text {
	display: inline-block;
	cursor: pointer;
	font-size: 1rem;
	color: #5b6770;
}
.b_checkbox__text a {
	color: #58606b;
	color: var(--color_text);
	text-decoration: underline;
}
.b_checkbox__text a:hover {
		text-decoration: none;
	}
.b_checkbox__icon--left {
	float: left;
}
.b_checkbox__icon--left + .b_checkbox__text {
	margin-left: 25px;
}
.b_header {
	max-width: 4000px;
	max-width: var(--maxWidth);
	margin: 0 auto;
}
.b_header__body {
	padding: 26px 0 28px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (max-width: 959px) {
.b_header__body {
    padding: 20px 0
}
	}
@media (max-width: 639px) {
.b_header__body {
    padding: 10px 0
}
	}
.b_header__right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 639px) {
.b_header__right {
		display: block;
		text-align: right
}
	}
.b_header__info {
}
.b_header__phone {
	font-size: 2.4rem;
	color: #58606b;
	color: var(--color_text);
	font-weight: 700;
}
@media (max-width: 959px) {
.b_header__phone {
		font-size: 1.3rem
}
	}
.b_header__address {
	font-size: 1.4rem;
}
@media (max-width: 959px) {
.b_header__address {
		font-size: .8rem
}
	}
.b_header__right_button {
	margin-left: 35px;
}
@media (max-width: 959px) {
.b_header__right_button {
		margin-left: 25px
}
	}
@media (max-width: 639px) {
.b_header__right_button {
		margin: 5px 0 0 0
}
	}
.b_header__line {
	width: 100%;
	height: 54px;
	-webkit-transform: skew(0deg, -1.7deg);
	    -ms-transform: skew(0deg, -1.7deg);
	        transform: skew(0deg, -1.7deg);
	-webkit-transform-origin: right top;
	    -ms-transform-origin: right top;
	        transform-origin: right top;
	background: -webkit-gradient(linear,left top, right top,from(#d06922), color-stop(60%, #e4aa28), color-stop(80%, #e4aa28));
	background: -o-linear-gradient(left,#d06922 0%, #e4aa28 60%, #e4aa28 80%);
	background: linear-gradient(90deg,#d06922 0%, #e4aa28 60%, #e4aa28 80%);
	margin-bottom: -50px;
}
@media (max-width:1920px) {
.b_header__line {
		height: 27px;
		margin-bottom: -25px
}
	}
@media (max-width: 639px) {
.b_header__line {
		margin-bottom: -22px;
		-webkit-transform: skew(0deg, -1.6deg);
		    -ms-transform: skew(0deg, -1.6deg);
		        transform: skew(0deg, -1.6deg)
}

	}
.b_logo {
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: stretch;
	    -ms-flex-line-pack: stretch;
	        align-content: stretch;
}
@media (max-width: 639px) {
.b_logo {
		display: block
}
	}
.b_logo__img {
	text-decoration: none;
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	            -ms-grid-row-align: center;
	        align-self: center;
}
.b_logo__img img {
		vertical-align: top;
	}
@media (max-width: 959px) {
.b_logo__img img {
			width: 120px
	}
		}
.b_logo__text {
	margin-left: 24px;
	letter-spacing: .6px;
	padding: 3px 1px 4px 22px;
	font-size: 1.4rem;
	white-space: nowrap;
	border-left: 1px solid #58606b;
	border-left: 1px solid var(--color_text);
}
@media (max-width: 959px) {
.b_logo__text {
		font-size: .8rem;
		margin-left: 12px;
		padding-left: 10px
}
	}
@media (max-width: 639px) {
.b_logo__text {
		display: block;
		margin-left: 0;
		padding: 0;
		border-top: 1px solid #58606b;
		border-top: 1px solid var(--color_text);
		border-left: none;
		margin-top: 7px;
		padding-top: 4px;
		text-align: center
}
	}
.b_logo__text_title {
	font-size: 2.4rem;
	line-height: 1.1;
	font-weight: 700;
}
@media (max-width: 959px) {
.b_logo__text_title {
		font-size: 1.4rem
}
	}
.b_top_img_and_form {
	position: relative;
	max-width: 4000px;
	max-width: var(--maxWidth);
	margin: 0 auto;
}
.b_top_img_and_form__img {
	background: url("/assets/img/top.png") no-repeat center;
	background-size: cover;
}
@media (max-width: 959px) {
.b_top_img_and_form__img {
		background-image: url('/assets/img/top_mob.png')
}
	}
.b_top_img_and_form__img:before {
		content: '';
		display: block;
		padding-top: 32.5%;
	}
@media (max-width: 1281px) {
.b_top_img_and_form__img:before {
      padding-top: 36.4%
	}
		}
@media (max-width: 959px) {
.b_top_img_and_form__img:before {
			height: auto;
			padding-top: 55.313%
	}
		}
.b_top_img_and_form__body {
	position: absolute;
	z-index: 2;
	top: 13%;
	width: 100%;
}
@media (max-width: 959px) {
.b_top_img_and_form__body {
		position: static;
		top: auto;
		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f8f8));
		background: -o-linear-gradient(top, #ffffff, #f7f8f8);
		background: linear-gradient(to bottom, #ffffff, #f7f8f8);
    padding: 40px 0
}
	}
@media (max-width: 639px) {
.b_top_img_and_form__body {
    padding: 20px 0
}
	}
@media (max-width: 959px) {
.b_top_img_and_form__info {
		position: absolute;
		top: 7%
}
	}
@media (max-width: 639px) {
.b_top_img_and_form__info {
		position: static;
		margin-top: 5px
}
	}
.b_top_img_and_form__title {
	font-weight: 700;
	font-size: 4.4rem;
	color: white;
}
@media (max-width: 1281px) {
.b_top_img_and_form__title {
		font-size: 3.5rem
}
	}
@media (max-width: 959px) {
.b_top_img_and_form__title {
		font-size: 2.2rem
}
	}
@media (max-width: 639px) {
.b_top_img_and_form__title {
		color: #58606b;
		color: var(--color_text)
}
	}
.b_top_img_and_form__desc {
	font-size: 3.4rem;
	color: white;
}
@media (max-width: 1281px) {
.b_top_img_and_form__desc {
		font-size: 1.6em
}
	}
@media (max-width: 959px) {
.b_top_img_and_form__desc {
		font-size: 1.2rem
}
	}
@media (max-width: 639px) {
.b_top_img_and_form__desc {
		color: #58606b;
		color: var(--color_text);
		margin-bottom: 25px
}
	}
.b_top_img_and_form__form_wr {
	float: right;
	margin-top: 20px;
}
@media (max-width: 1281px) {
.b_top_img_and_form__form_wr {
    margin-top: 0
}
  }
@media (max-width: 1023px) {
.b_top_img_and_form__form_wr {
    margin-top: -10px
}
  }
@media (max-width: 959px) {
.b_top_img_and_form__form_wr {
		float: none
}
	}
.b_top_img_and_form__form {
	width: 370px;
	background: white;
	padding: 15px 30px 10px;
	border-radius: 6px;
}
@media (max-width: 959px) {
.b_top_img_and_form__form {
		width: 100%;
		background: none;
		padding: 0;
		border-radius: 0
}
	}
.b_top_img_and_form__form_title {
	font-size: 2.2rem;
	font-weight: 700;
}
.b_top_img_and_form__form_desc {
	font-size: 1.5rem;
	letter-spacing: 0;
	margin-bottom: 17px;
}
@media (max-width: 959px) {
.b_top_img_and_form__form_inputs {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-left: -2%
}

		.b_top_img_and_form__form_inputs .b_form_item {
			width: 48%;
			margin-left: 2%;
		}
	}
@media (max-width: 424px) {
.b_top_img_and_form__form_inputs {
		margin-left: 0;
		display: block
}

		.b_top_img_and_form__form_inputs .b_form_item {
			width: 100%;
			margin-left: 0;
		}
	}
@media (max-width: 959px) {
.b_top_img_and_form__form .b_form_item_sub_wr {
			width: 49%;
			margin-top: 6px
	}
		}
@media (max-width: 424px) {
.b_top_img_and_form__form .b_form_item_sub_wr {
			width: 100%
	}
		}
.b_icons_text__bg {
	/*padding-bottom: 150px;*/
  padding: 50px 0;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f6f6f7));
	background: -o-linear-gradient(top, white, #f6f6f7);
	background: linear-gradient(to bottom, white, #f6f6f7);
  margin-bottom: 70px;
}
/*clip-path: polygon(0px 0, 100% 0%, 100% calc(100% - 96px), 0% 100%);*/
@media (max-width: 959px) {
.b_icons_text__bg {
    margin-bottom: 50px;
    padding: 30px 0
		/*padding-bottom: 70px;*/
		/*clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);*/
		/*clip-path: polygon(0 0,100% 0,100% 100%,0 calc(100% - 50px));*/
}
	}
/*clip-path: polygon(0 0, 100% 0, 100% 68%, 0% 100%);*/
@media (max-width: 639px) {
.b_icons_text__bg {
    margin-bottom: 40px;
    padding: 20px 0
		/*clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);*/
		/*clip-path: polygon(0 0,100% 0,100% 100%,0 calc(100% - 40px));*/
		/*padding-bottom: 40px;*/
}
	}
.b_icons_text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/*margin-top: 30px;*/
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (max-width: 1023px) {
.b_icons_text {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap
}
	}
.b_icons_text.this--small {
		margin: 0 auto;
		padding: 50px 0;
		max-width: 980px;
	}
@media (max-width: 767px) {
.b_icons_text.this--small {
			padding: 30px 0
	}
		}
@media (max-width: 639px) {
.b_icons_text.this--small {
			padding: 20px 0
	}
		}
.b_icons_text__item {
	display: block;
	text-align: center;
	padding: 0 7px;
}
@media (max-width: 1023px) {
.b_icons_text__item {
		width: 33.3333%;
		margin-bottom: 25px
}
	}
@media (max-width: 1023px) {
.b_icons_text.this--small  .b_icons_text__item {
			width: 48%
	}
		}
@media (max-width: 424px) {
.b_icons_text__item {
		width: 48%
}
	}
.b_icons_text__icon_wr {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto 20px;
}
.b_icons_text__icon_wr:not(.this--transparent) {
		background-color: #fa6900;
		background-color: var(--color);
	}
.b_icons_text__icon_wr:not(.this--transparent) .b_icons_text__icon {
		max-width: 70%;
		max-height: 70%;
	}
.b_icons_text__title {
	font-size: 1.5rem;
}
.b_list_cars__bg {
	background:-webkit-gradient(linear, left bottom, left top, from(#f6f6f7), to(white));
	background:-o-linear-gradient(bottom, #f6f6f7, white);
	background:linear-gradient(to top, #f6f6f7, white);
	/*clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);*/
	height: 200px;
	margin-top: -160px;
	z-index: -1;
	position: relative;
	margin-bottom: 80px;
}
@media (max-width: 1023px) {
.b_list_cars__bg {
    margin-bottom: 50px
		/*clip-path: polygon(0 0, 100% 0, 100% 100%, 0 81%);*/
}
	}
@media (max-width: 767px) {
.b_list_cars__bg {
		display: none
}
	}
.b_list_cars__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	color: #58606b;
	padding: 50px 0;
}
@media (max-width: 959px) {
.b_list_cars__item {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		padding: 30px 0
}
	}
@media (max-width: 639px) {
.b_list_cars__item {
		padding: 20px 0
}
	}
.b_list_cars__img_wr {
	width: 33.3333%;
	text-align: center;
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	            -ms-grid-row-align: center;
	        align-self: center;
}
@media (max-width: 959px) {
.b_list_cars__img_wr {
		width: 50%
}
	}
@media (max-width: 639px) {
.b_list_cars__img_wr {
		width: 100%
}
	}
.b_list_cars__img {
	max-width: 90%;
}
.b_list_cars__info {
	width: 33.3333%;
	padding-right: 50px;
}
@media (max-width: 959px) {
.b_list_cars__info {
		width: 50%;
		padding-right: 0
}
	}
@media (max-width: 639px) {
.b_list_cars__info {
		width: 100%
}
	}
.b_list_cars__right {
	width: 33.3333%;
	padding-left: 50px;
	border-left: 1px solid #fa6900;
	border-left: 1px solid var(--color);
}
@media (max-width: 959px) {
.b_list_cars__right {
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
		border-left: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center
}
	}
@media (max-width: 639px) {
.b_list_cars__right {
		display: block
}
	}
@media (max-width: 959px) {
.b_list_cars__right_item {
		width: 50%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center
}
	}
@media (max-width: 639px) {
.b_list_cars__right_item {
		width: 100%;
		margin: 10px 0
}
	}
.b_list_cars__name {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 4px;
}
.b_list_cars__price_wr {
	font-size: 2.4rem;
}
.b_list_cars__price_wr .g_rub {
		position: relative;
		top: -.5em;
	}
@media (max-width: 959px) {
.b_list_cars__price_wr {
		font-size: 2.1rem
}
	}
.b_list_cars__price {
	font-size: 3.6rem;
}
@media (max-width: 959px) {
.b_list_cars__price {
		font-size: 3.2rem
}
	}
.b_list_cars__bonus {
	display: inline-block;
	list-style-type: none;
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px dotted #fa6900;
	border-top: 1px dotted var(--color);
	border-bottom: 1px dotted #fa6900;
	border-bottom: 1px dotted var(--color);
}
@media (max-width: 959px) {
.b_list_cars__bonus {
		display: block
}
	}
.b_list_cars__bonus li {
		position: relative;
		padding-left: 23px;
		margin: 4px 0;
	}
.b_list_cars__bonus li:before {
			content: '';
			width: 6px;
			height: 6px;
			display: block;
			border-top: 1px solid #fa6900;
			border-top: 1px solid var(--color);
			border-right: 1px solid #fa6900;
			border-right: 1px solid var(--color);
			-webkit-transform: rotate(45deg);
			    -ms-transform: rotate(45deg);
			        transform: rotate(45deg);
			position: absolute;
			top: 0.375em;
			left: 0;
		}
.b_list_cars__benefit {
	font-size: 2.4rem;
	margin-bottom: 4px;
	color: #fa6900;
	color: var(--color);
}
@media (max-width: 959px) {
.b_list_cars__benefit {
		margin-bottom: 0;
		font-size: 1.8rem
}
	}
.b_list_cars__benefit_val {
	font-size: 3.6rem;
	margin-bottom: 2.4rem;
}
.b_list_cars__benefit_val .g_rub {
		font-size: .7em;
		position: relative;
		top: -.5em;
	}
@media (max-width: 959px) {
.b_list_cars__benefit_val {
		margin-bottom: 0;
		margin-left: 15px;
		font-size: 2.7rem
}
	}
.b_list_cars__btn {
	max-width: 100%;
	width: 310px;
}
.b_stock_filter {
	background-color: #f3f2f2;
	padding: 32px 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 959px) {
.b_stock_filter {
		padding: 15px 10px
}
	}
@media (max-width: 639px) {
.b_stock_filter {
		padding: 5px 10px;
		display: block
}
	}
.b_stock_filter__item {
	width: 260px;
}
.b_stock_filter__item + .b_stock_filter__item {
		margin-left: 40px;
	}
.b_stock_filter__item select {
		width: 100%;
		background-color: #eff0f1;
	}
@media (max-width: 639px) {
.b_stock_filter__item {
		width: 100%;
		margin: 10px 0!important
}
	}
.b_stock_car {
	background-color: #fdfdfd;
}
.b_stock_car__top_label {
	font-size: 1.45rem;
	font-weight: 400;
	color: #5b6770;
}
.b_stock_car__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #dee1e2;
	padding: 10px 0;
}
.b_stock_car__item.this--top {
		border-bottom-color: #9da4a9;
	}
@media(max-width: 959px) {
.b_stock_car__item.this--top {
			display: none
	}
		}
@media(max-width: 959px) {
		.b_stock_car__item:last-child {
			border-bottom: none;
		}
	}
@media(max-width: 639px) {
.b_stock_car__item {
		display: block
}
	}
.b_stock_car__item.this--hideModel,
	.b_stock_car__item.this--hideEquip {
		display: none !important;
	}
.b_stock_car__body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
@media(max-width: 959px) {
.b_stock_car__body {
		display: block
}
	}
@media(max-width: 639px) {
.b_stock_car__body {
		width: 100%
}
	}
.b_stock_car__img {
	width: 21%;
	text-align: center;
}
.b_stock_car__img img {
		width: 100%;
	}
@media(max-width: 639px) {
.b_stock_car__img img {
      width: 280px
	}
    }
@media(max-width: 959px) {
.b_stock_car__img {
		width: 40%
}
	}
@media(max-width: 767px) {
.b_stock_car__img {
		width: 45%
}
	}
@media(max-width: 639px) {
.b_stock_car__img {
		width: 100%
}
	}
.b_stock_car__body_item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	color: #9da4a9;
	font-size: 1.5rem;
	padding: 0 5px;
}
.b_stock_car__body_item.this--name {
		font-weight: 700;
		color: #fa6900;
		color: var(--color);
	}
.b_stock_car__body_item.this--power {
		max-width: 100px;
	}
.b_stock_car__body_item.this--transmission {
		max-width: 70px;
	}
.b_stock_car__body_item.this--price {
		color: #5b6770;
	}
@media(max-width: 959px) {
.b_stock_car__body_item.this--price {
			font-size: 2rem
	}
		}
@media(max-width: 959px) {
.b_stock_car__body_item {
		max-width: 100% !important;
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		margin: 7px 0
}
	}
.b_stock_car__body_item.this--buttons {
		min-width: 180px;
	}
.b_stock_car__body_item.this--buttons .b_btn {
			width: 100%;
			font-size: 1.7rem;
		}
@media(max-width: 959px) {
.b_stock_car__body_item.this--buttons {
			margin-top: 20px
	}
		}
.b_stock_car__label_mob {
	display: none;
}
@media(max-width: 959px) {
.b_stock_car__label_mob {
		display: inline-block;
		color: #5b6770;
		font-size: 1.5rem;
		width: 50%;
		font-weight: 400
}
	}
.b_official_dealer {
	padding-top: 35px;
	background-color: #f7f7f7;
	/*clip-path: polygon(0 80px,100% 0,100% 100%,0 100%);*/
	margin-top: 50px;
}
@media (max-width: 959px) {
.b_official_dealer {
		/*clip-path: polygon(0 30px,100% 0,100% 100%,0 100%);*/
		padding-top: 20px;
		margin-top: 30px
}
	}
@media (max-width: 639px) {
.b_official_dealer {
		/*clip-path: polygon(0 20px, 100% 0%, 100% 100%, 0% 100%);*/
		padding-top: 15px;
		margin-top: 30px
}
	}
.b_form_page_bg {
	background-size: cover;
	position: relative;
}
.b_form_page_bg:before {
		content: '';
		display: block;
		padding-top: 27.3%;
	}
@media (max-width: 1281px) {
.b_form_page_bg:before {
      padding-top: 34%
	}
		}
@media (max-width: 959px) {
.b_form_page_bg:before {
      padding-top: 0;
			height: 350px
	}
		}
@media (max-width: 640px) {
.b_form_page_bg:before {
      height: 280px
	}
    }
.b_form_page_bg.this--right {
		background-image: url('/assets/img/form_bg_1.png');
		background-position: center right;
    background-repeat: no-repeat;
	}
@media (max-width: 640px) {
.b_form_page_bg.this--right {
			background-image: url('/assets/img/form_bg_1_mob.png')
	}
		}
.b_form_page_bg.this--left {
		background-image: url('/assets/img/form_bg_2.png');
		background-position: center left;
     background-repeat: no-repeat;
	}
@media (max-width: 640px) {
.b_form_page_bg.this--left {
			background-image: url('/assets/img/form_bg_2_mob.png')
	}
		}
.b_form_page_bg__body {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.b_form_page_bg__form {
	width: 410px;
	max-width: 100%;
}
@media (max-width: 959px) {
.b_form_page_bg__form {
		width: 340px
}
	}
@media (max-width: 640px) {
.b_form_page_bg__form {
		width: 300px
}
	}
.b_form_page_bg.this--right .b_form_page_bg__form {
		color: #58606b;
	}
.b_form_page_bg.this--left .b_form_page_bg__form {
		color: white;
		margin-left: auto;
	}
.b_form_page_bg__form .b_form_item__label,
	.b_form_page_bg__form .b_checkbox__text {
		color: inherit;
	}
.b_form_page_bg__form_container {
	max-width: 315px;
}
.b_form_page_bg__title {
	font-size: 2.45rem;
	color: inherit;
	font-weight: 700;
	margin-bottom: 10px;
}
@media (max-width: 959px) {
.b_form_page_bg__title {
		font-size: 1.8rem;
		margin-bottom: 6px
}
	}
@media (max-width: 640px) {
.b_form_page_bg__title {
		font-size: 1.7rem
}
	}
.b_form_page_bg__dest {
	color: inherit;
	font-size: 2rem;
	margin-bottom: 22px;
}
@media (max-width: 959px) {
.b_form_page_bg__dest {
		margin-bottom: 12px;
		font-size: 1.6rem
}
	}
@media (max-width: 640px) {
.b_form_page_bg__dest {
		font-size: 1.5rem;
		letter-spacing: 0
}
	}
.b_about {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	max-width: 800px;
	margin: 40px auto 0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.b_about__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	text-align: center;
	margin-bottom: 50px;
}
@media (max-width: 767px) {
.b_about__item {
		width: 50%
}
	}
@media (max-width: 424px) {
.b_about__item {
		width: 48%
}
	}
.b_about__img {
	width: 150px;
	height: 170px;
	margin: 0 auto 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
@media (max-width: 424px) {
.b_about__img {
		width: 100%;
		height: auto
}

		.b_about__img:before {
			content: '';
			display: block;
			width: 100%;
			padding-top: 113%;
		}
	}
.b_about__name {
	font-weight: 700;
	color: #58606b;
	font-size: 1.5rem;
	margin-bottom: 5px;
}
.b_about__desc {
	font-size: 1.2rem;
	color: #fa6900;
	color: var(--color);
}
.b_about__buttons {
	margin-top: 15px;
}
.b_contacts {
	position: relative;
}
.b_contacts__map {
	height: 530px;
	position: relative;
	z-index: 1;
}
/*clip-path: polygon(0 0, 100% 17%, 100% 100%, 0% 83%);*/
@media (max-width: 1023px) {
.b_contacts__map {
		height: 470px
		/*clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 90%);*/
}
	}
@media (max-width: 959px) {
.b_contacts__map {
		height: 300px
		/*clip-path:polygon(0 0, 100% 10%, 100% 90%, 0% 100%);*/
}
	}
@media (max-width: 639px) {
.b_contacts__map {
		height: 250px
}
	}
.b_contacts__form_wr {
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 50px;
	right: 50%;
	z-index: 2;
}
@media (max-width: 959px) {
.b_contacts__form_wr {
		position: relative;
		text-align: left;
		left: auto;
		right: auto;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		background-color: #fff;
		padding: 30px 0;
		z-index: 0
}

		.b_contacts__form_wr:before {
			content: '';
			display: block;
			width: 100%;
			position: absolute;
			background-color: white;
			top: 0;
			height: 200px;
			-webkit-transform: translateY(-100%);
			    -ms-transform: translateY(-100%);
			        transform: translateY(-100%);
		}
	}
.b_contacts__form {
	width: 370px;
	background: white;
	padding: 15px 30px 10px;
	border-radius: 6px;
	margin-left: 50px;
	font-size: 1.3rem;
	letter-spacing: 0;
	position: relative;
	z-index: 1;
}
@media (max-width: 1023px) {
.b_contacts__form {
		margin-left: 0
}
	}
@media (max-width: 959px) {
.b_contacts__form {
		width: 100%;
		background: transparent;
		padding: 0;
		border-radius: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
}
	}
@media (max-width: 639px) {
.b_contacts__form {
		display: block
}
	}
@media (max-width: 959px) {
.b_contacts__form__info {
		width: 50%;
		padding-right: 10px
}
	}
@media (max-width: 639px) {
.b_contacts__form__info {
		width: 100%;
		padding-right: 0
}
	}
@media (max-width: 959px) {
.b_contacts__form__body {
		width: 40%;
		margin-left: 5%
}
	}
@media (max-width: 639px) {
.b_contacts__form__body {
		width: 100%;
		margin-left: 0
}
	}
.b_contacts__form_title {
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 15px;
}
.b_contacts__form_phone {
	font-weight: 700;
	color: inherit;
}
.b_footer {
	background-color: #495966;
	font-size: 1.2rem;
	color: white;
	padding: 20px 0 160px;
	position: relative;
}
@media (max-width: 959px) {
.b_footer {
		padding: 10px 0 40px
}
	}
/*.b_footer__bg {
	background-color: #495966;
	height: 250px;
	margin-top: -250px;
	margin-bottom: -1px;
	clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);

	@media (--tabletBig) {
		height: 40px;
		margin-top: 0;
		clip-path: polygon(0 0, 100% 90%, 100% 100%, 0% 100%);
	}
	@media (--mobile) {
		clip-path: polygon(0 0, 100% 70%, 100% 100%, 0% 100%);
	}
	@media (--mobile2) {
		clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
	}
}*/
.b_pop_up {
	width: 380px;
	max-width: 100%;
	padding: 30px 30px 10px;
}
@media (max-width: 424px) {
.b_pop_up {
		padding: 30px 17px 15px
}
	}
.b_pop_up__title {
	font-weight: 700;
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 8px;
}
.b_pop_up__desc{
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 10px;
	letter-spacing: 0;
}
.b_pop_up__desc_phone_wr{
	text-align: center;
	margin-bottom: 25px;
}
.b_pop_up__desc_phone{
	text-decoration: underline;
	font-size: 1.6rem;
	font-weight: 700;
}
.b_pop_up__desc_phone:hover {
		text-decoration: none;
	}
.js_form_result {
	display: none;
}
.b_form_result {
	text-align: center;
	padding: 20px;
}
.b-loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999999;
	display: none;
  background: #ffffff;
  background: rgba(255, 255, 255, .5);
}
.b-loader:before, .b-loader:after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  max-width: 500px;
}
.b-loader:before {
  background: url(/assets/img/logo_small.png) no-repeat center;
  background-size: 30px;
  width: 30px;
  height: 30px;
  margin: -14px 0 0 -15px;
}
.b-loader:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACx1BMVEUvVon///8vVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVokvVon///8ezMiCAAAA63RSTlMAABpQirrb8vgkAgETXKzi+/oDBAUdhuH9/CYGBwl55/b+6dG/rxkICgw4yPfz8bZxFQsPDWjv8N5+JQ4QEYju7H8Uke0sEhaF+eoYY/Xr9G8XM+bobRy85IQbbrEf1eXdIXffcyAjyuMnldzDnyooKUTXYHXa2C8uHpu0060xMCvQmjTMzZA2MsuON8HSkzk1zqE7mLM9xT5Hwks/QcmARUDGsENTu05IRnS3wEo6uaRUo0lSPE9WV2S4qq6nWlVZe7WrpkJeWFuCqWFfqIdNYp2gamaXpZl9cGlrnpaUeJyPjYuJgXJ8eiJnm79HKgAAAAFiS0dEAf8CLd4AAAAHdElNRQfhCRMPHhiSARgzAAADn0lEQVRIx2NgwABMzCysbOwcnAxcQMCNLsvIiC7Cw8vHL/AaCASBWoSERUREhLnxahEVE3/9WkJAEqRHCqxFWkZWVoYLpxZZOfnXAgqCr18rKimrqKqBtcioy2poaqpzY9eipf1aR1fgtZ6+gZYh1FxuLhF1DSMjTWMTEWxaTM0EzBVeW1haobqVW1jWxMTaxlYDU4udALu9pIOjE2YIMoho2tjYOllzo2rhdhZwsZdgdWXACrg13Nx43G24UbR4eHrZc7CIMOAC6jyGht623EhafHyV/PwDGPAAacPAQCZjhJagYK8Q/1AGvEAmUE0tTAOmRTbcPsI/koEAkGWKCosShmqJ1uM3ixEhpIXBRlQ01hCixTsuPj5BiqAOBm612NhEdbCWJJdk+xTCOhgYNBJT09RAWozT+TPSjYnRwqCWlsYpA9TCLM/mFUCUDgYjK85MQ6CWrIjsOFHitHCnZmYmcjM45WTz5xKng4HBMC+/QIOhsKgoo5hYLRp5Ba5ODCWlcWXlxGoRynStqGSoKivKsSFWC0NaeYUUQ3VNUS030Voq6+obGHIay5qI1sEQ1VxXztDSWtRGvBam9qAOhvTOuC4SbOlubmboSe/tI15LZX/7BIaY9ImTiNfCObm/mWFKevpUI6K1uE6bXMdQkj49h5NYHULtM2Y0MMycPqtlNrFaTObMmZvKwFQ9a958YrXELlg4142BoWtRz2LichgDQ/uCJZOFGRiWai+bvpw4HTYzF6xoAGYxw6nhKk2EyxcQqJ+9cgUPqLhYlbN6zQqiLJm9dvY6bpCWVP3V6zcQ4Rvuycyzl6tBir5QlZhwIkolq43LmSdzQ7TYbtJfvHozIR2GW7YwM9vCivGtq1VVayfg12G8bfuWHXmIymLnrt179gbh9Trzvv0HZnAhtAgfPLT38JGjuHWo7T92/MRadQakWkzjZMyGI6dOa2DXwF1xpvjEMWZrBmQtDEYHVTdNOnuuGZsO7/Omp49dgOhArpFFdp7adHHSpZRyYTQNTDNNL/tcuDIT6gKUpsLCq9eqrl9surHNCp7lZNS6j0ffvHXl1s4gWKMEtUESePtO7t17d6c4z799fO3RhYXLT1wuuZ8Sejs0lNkbrgi92VMQffVB1sNHQPD4yTmPpzfkSp49W3VzuxRS2YjZuErdeKOtr+3xucinjpbPDx58UXJlZixKYYqpBVjDv1xyzOCF43zHF89ebZ+WqI4mzcgIALcHChGiyJR1AAAAAElFTkSuQmCC);
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  -webkit-animation: loaderOrbit 1s linear infinite;
          animation: loaderOrbit 1s linear infinite;
}
@-webkit-keyframes loaderOrbit {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
  }
}
@keyframes loaderOrbit {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
  }
}
