/* Minification failed. Returning unminified contents.
(1320,17): run-time error CSS1031: Expected selector, found '-'
(1320,17): run-time error CSS1025: Expected comma or open brace, found '-'
 */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*! 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;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        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(/Content/Lambo/libs/fancybox-master/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(/Content/Lambo/libs/fancybox-master/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(blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	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(/Content/Lambo/libs/fancybox-master/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);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        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, .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(/Content/Lambo/libs/fancybox-master/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(/Content/Lambo/libs/fancybox-master/fancybox_loading@2x.gif);
				background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
			}
}
/*global*/
html, body, div, span, applet, object, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  -webkit-text-size-adjust: none; }

table, td, tr, th {
  outline: 0;
  font-size: 100%; }

blockquote, q {
  quotes: none; }

:focus {
  outline: none !important; }

::-moz-focus-inner {
  border: 0 !important; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: blue;
  outline: none;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

img, iframe {
  border: none; }

input {
  vertical-align: middle; }

@font-face {
  font-family: 'PTSans';
  src: url("/Content/FullNiva/fonts/ptsans-bold-webfont.eot");
  src: url("/Content/FullNiva/fonts/ptsans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/FullNiva/fonts/ptsans-bold-webfont.woff2") format("woff2"), url("/Content/FullNiva/fonts/ptsans-bold-webfont.woff") format("woff"), url("/Content/FullNiva/fonts/ptsans-bold-webfont.ttf") format("truetype"), url("/Content/FullNiva/fonts/ptsans-bold-webfont.svg#pt_sansbold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'PTSans';
  src: url("/Content/FullNiva/fonts/PTSans-italic.woff2") format("woff2"), url("/Content/FullNiva/fonts/PTSans-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'PTSans';
  src: url("/Content/FullNiva/fonts/ptsans-bolditalic-webfont.eot");
  src: url("/Content/FullNiva/fonts/ptsans-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/FullNiva/fonts/ptsans-bolditalic-webfont.woff2") format("woff2"), url("/Content/FullNiva/fonts/ptsans-bolditalic-webfont.woff") format("woff"), url("/Content/FullNiva/fonts/ptsans-bolditalic-webfont.ttf") format("truetype"), url("/Content/FullNiva/fonts/ptsans-bolditalic-webfont.svg#pt_sansbold_italic") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'PTSans';
  src: url("/Content/FullNiva/fonts/ptsans-regular-webfont.eot");
  src: url("/Content/FullNiva/fonts/ptsans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/FullNiva/fonts/ptsans-regular-webfont.woff2") format("woff2"), url("/Content/FullNiva/fonts/ptsans-regular-webfont.woff") format("woff"), url("/Content/FullNiva/fonts/ptsans-regular-webfont.ttf") format("truetype"), url("/Content/FullNiva/fonts/ptsans-regular-webfont.svg#pt_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'lg';
  src: url("/Content/FullNiva/fonts/lg.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
    font-family: 'Impact';
    src: url("/Content/FullNiva/fonts/Impact.woff2") format("woff2"), url("/Content/FullNiva/fonts/Impact.woff") format("woff"), url("/Content/FullNiva/fonts/Impact.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }

.row--no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row--no-gutters > .col,
  .row--no-gutters > [class*="col--"] {
    padding-right: 0;
    padding-left: 0; }

.col-md-auto {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: 100%; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.w-100 {
  width: 100% !important; }

.subscribe-form__cell {
  width: 25%;
  padding: 0px 0 31px 32px; }

.subscribe-form__cell--wide {
  width: 277px; }

.subscribe-form__cell--4 {
  width: 33.3%; }

.subscribe-form__cell--6 {
  width: 50%; }

.subscribe-form__cell--2 {
  width: 16.6%; }

p {
  margin: 11px 0; }

p:first-child {
  margin-top: 0 !important; }

p:last-child {
  margin-bottom: 0 !important; }

ul:not([class]), .ul {
  margin: 20px 0;
  list-style: none; }

li > ul:not([class]), li > .ul {
  margin-top: 14px; }

ul:not([class]) li, .ul > li {
  padding-left: 24px;
  position: relative; }

ul:not([class]) li + li, .ul > li + li {
  margin-top: 14px; }

ul:not([class]) > li:last-child, .ul > li:last-child {
  margin-bottom: 0; }

ul:not([class]) > li:before, .ul > li:before {
  content: '';
  position: absolute;
  left: calc((1.5em - 4px) / 2);
  top: calc((1.5em - 4px) / 2);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #FFC700; }

h1 {
  margin: 0;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px; }

h2 {
  font-size: 36px;
  line-height: 41px;
  margin: 10px 0 32px; }

h3 {
  font-size: 20px; }

h4 {
  margin-bottom: 29px;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #FFC700; }

h4:first-child {
  margin-top: 0; }

html,
body {
  height: 100%;
  min-width: 320px;
  font-family: "PTSans", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.45;
  color: #FFFFFF; }

body {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  background: #000000; }

.nav-dropdown-open {
  overflow: hidden; }

img {
  max-width: 100%;
  height: auto; }

svg {
  max-width: 100%; }

hr {
  margin: 16px 0;
  height: 2px;
  background: #E8E9EA;
  border: none; }

.wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 320px;
  background: #D7E6F3; }

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }

.content {
  margin: 0 auto;
  max-width: 1286px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.content--no-bg {
  background: none; }

.content__body {
  padding-top: 242px;
  margin-top: -180px;
  position: relative;
  z-index: 1; }

.content__body--faq {
  position: relative; }
  .content__body--faq::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 600px;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 78%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 78%);
    background: #950F07; }
  .content__body--faq::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 580px;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 78%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 78%);
    background: #2B6599; }

.content__body--contact {
  background: url("/Content/FullNiva/images/img/ref__map-blue.png") top center/100% no-repeat, #2B6599; }

.content__body--order {
  background: url("/Content/FullNiva/images/img/ref__map-blue.png") top center/100% no-repeat, url("/Content/FullNiva/images/img/ref__details-bg.png") center 30%/100% no-repeat, #2B6599; }

.content__body .box_title {
  margin-bottom: 40px;
  font-size: 42px;
  line-height: 50px;
  font-weight: 400;
  font-family: 'Impact';
  color: #FFCF06; }

.content__body .box_desc {
  padding: 30px;
  background: transparent;
  border: 2px #FFCF06 dashed;
  max-width: 1008px;
  margin: 0 auto; }
  .content__body .box_desc p {
    font-size: 20px;
    line-height: 28px; }
    .content__body .box_desc p b {
      color: #fff; }

.content__header {
  position: relative;
  min-height: 303px; }

.content__header:after {
  content: '';
  display: block;
  position: absolute;
  right: 18px;
  top: -9px;
  background: url("/Content/FullNiva/images/img/header-title-bg.png") no-repeat center/100%;
  width: 635px;
  height: 266px; }

.content__header-title {
  padding-left: 103px;
  position: absolute;
  left: 0;
  top: 67px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 31px;
  color: #FFC700;
  letter-spacing: 0.03em; }

.content__header-title:before {
  content: '';
  width: 83px;
  height: 93px;
  position: absolute;
  left: 0;
  top: -5px;
  background: url(/Content/FullNiva/images/img/logo-lamborghini.png) no-repeat center/100%; }

.content__header-title h1 {
  margin-top: 5px;
  display: block;
  text-transform: none;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0;
  color: #FFFFFF; }

.content__title {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 42px;
  line-height: 50px;
  font-family: 'Impact';
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 40px;
  word-spacing: 8px;
  text-transform: uppercase; }

.content__body .box {
  position: relative;
  padding-top: 182px;
  padding-bottom: 200px;
  margin: -170px -30px 0 -30px;
  position: relative; }
  .content__body .box::before {
    position: absolute;
    content: '';
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #950F07;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%); }
  .content__body .box::after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2B6599;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%); }
  .content__body .box_title {
    position: relative;
    z-index: 3; }
  .content__body .box_desc {
    position: relative;
    z-index: 2; }

.content__footer {
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
  background: #2B6599;
  padding-bottom: 124px;
  margin-top: 40px; }

.content__footer::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 120px;
  bottom: -1px;
  left: 0;
  background: #D7E6F3;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%); }

.content__footer::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 135px;
  bottom: -1px;
  left: 0;
  background: #950F07;
  -webkit-clip-path: polygon(0 0, 100% 90%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 90%, 100% 100%, 0% 100%); }

.content__footer img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  max-height: 600px;
  margin: 0 auto;
  display: block; }

.subscribe-btn {
  margin: 53px 0 66px;
  text-align: center; }

/*elements*/
a:not([class]), .link {
  text-decoration: none;
  color: #FFC700; }
  a:not([class]):hover, .link:hover {
    color: #cc9f00; }
  a:not([class])--active, .link--active {
    color: #cc9f00; }

.link--ico {
  text-decoration: none;
  color: #FFC700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .link--ico:hover {
    color: #cc9f00; }
  .link--ico--active {
    color: #cc9f00; }
  .link--ico svg {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    fill: #FFC700;
    stroke: #FFC700;
    margin-right: 8px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  .link--ico:hover svg {
    fill: #cc9f00;
    stroke: #cc9f00; }
  .link--ico--active svg {
    fill: #cc9f00;
    stroke: #cc9f00; }

.btn {
  padding: 12px 24px;
  position: relative;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "PTSans", "Arial", sans-serif;
  font-size: 24px;
  line-height: 32px;
  white-space: nowrap;
  cursor: pointer; }
  .btn svg {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px; }
    .btn svg:first-child {
      margin-right: 8px; }
    .btn svg:last-child {
      margin-left: 8px; }

.button {
  padding: 12px 24px;
  position: relative;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "PTSans", "Arial", sans-serif;
  font-size: 24px;
  line-height: 32px;
  white-space: nowrap;
  background: #950F07; }
  .button svg {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px; }
    .button svg:first-child {
      margin-right: 8px; }
    .button svg:last-child {
      margin-left: 8px; }

a.btn {
  text-decoration: none;
  display: inline-block; }

.btn--bold {
  font-weight: 700;
  font-size: 31px;
  line-height: 40px;
  padding: 20px 30px; }

.btn--center {
  margin: 0 auto;
  display: block; }

.btn--wide {
  width: 100%;
}
.subscribe__progress-action .btn--wide,
.subscribe__progress-action .btn--back
{
    font-size: 18px;
    line-height: 23px;
    padding: 15px 20px;
    color: #fff;
    background: #950F07;
    max-width: max-content;
    width: 100%;
    outline: none;
    border-radius: 6px;
    border: none;
    text-transform: initial;
}
.btn--primary {
  position: relative;
  color: #FFFFFF;
  background-color: #950F07;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: none;
  border-radius: 6px;
  text-transform: initial; }
  .btn--primary svg {
    fill: #FFFFFF;
    stroke: #FFFFFF;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  .btn--primary:hover {
    color: #FFFFFF;
    background-color: #640a05; }
    .btn--primary:hover:before {
      border-color: transparent #640a05 transparent transparent; }
    .btn--primary:hover:after {
      border-color: transparent transparent transparent #640a05; }
    .btn--primary:hover svg {
      fill: #FFFFFF;
      stroke: #FFFFFF; }

.btn--secondary {
  position: relative;
  color: #FFFFFF;
  background-color: #627087;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: none;
  border-radius: 6px;
  text-transform: initial; }
  .btn--secondary svg {
    fill: #FFFFFF;
    stroke: #FFFFFF;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  .btn--secondary:hover {
    color: #FFFFFF;
    background-color: #640a05; }
    .btn--secondary:hover:before {
      border-color: transparent #640a05 transparent transparent; }
    .btn--secondary:hover:after {
      border-color: transparent transparent transparent #640a05; }
    .btn--secondary:hover svg {
      fill: #FFFFFF;
      stroke: #FFFFFF; }

.btn--simply {
  padding: 12px 24px;
  position: relative;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "PTSans", "Arial", sans-serif;
  font-size: 24px;
  line-height: 32px;
  white-space: nowrap;
  position: relative;
  color: #020100;
  background-color: #FFC700;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: none;
  border-radius: 6px;
  text-transform: initial;
  margin: 0;
  text-transform: none;
  border-radius: 6px;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 23px; }
  .btn--simply svg {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px; }
    .btn--simply svg:first-child {
      margin-right: 8px; }
    .btn--simply svg:last-child {
      margin-left: 8px; }
  .btn--simply svg {
    fill: #020100;
    stroke: #020100;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  .btn--simply:hover {
    color: #FFFFFF;
    background-color: #640a05; }
    .btn--simply:hover:before {
      border-color: transparent #640a05 transparent transparent; }
    .btn--simply:hover:after {
      border-color: transparent transparent transparent #640a05; }
    .btn--simply:hover svg {
      fill: #FFFFFF;
      stroke: #FFFFFF; }
  .btn--simply:before, .btn--simply:after {
    display: none; }

.form--feedback {
  margin: 0 auto;
  max-width: 1216px;
  padding: 60px 208px;
  background: #2B6599;
  border-radius: 6px; }

.form__title {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 42px;
  line-height: 50px;
  font-family: 'Impact';
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 40px;
  word-spacing: 8px;
  text-transform: uppercase;
  color: #FDBA15; }

.form .row {
  margin-top: -23px; }

.form .row + .row {
  margin-top: 0; }

.form .col {
  margin-top: 23px; }

.form__item {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.form__req {
  color: #FFC700; }

.form__label {
  margin-bottom: 9px;
  font-family: "PTSans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 18px; }

textarea.form__field {
  max-width: 800px; }

.form__field {
  padding: 13px 20px;
  width: 100%;
  font-family: "PTSans", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #020100;
  background: #ffffff;
  border: 2px solid transparent; }
  .form__field::-ms-clear {
    display: none; }
  .form__field::-webkit-input-placeholder {
    color: #777777; }
  .form__field::-moz-placeholder {
    color: #777777; }
  .form__field:-ms-input-placeholder {
    color: #777777; }
  .form__field::-ms-input-placeholder {
    color: #777777; }
  .form__field::placeholder {
    color: #777777; }
  .form__field:focus {
    border-color: #FFC700; }

.form__field--error {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #CD171A;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 0, 0, 0.2)), to(rgba(255, 0, 0, 0.2))), #FFFFFF;
  background: linear-gradient(0deg, rgba(255, 0, 0, 0.2), rgba(255, 0, 0, 0.2)), #FFFFFF;
  border: 2px solid transparent; }
  .form__field--error::-webkit-input-placeholder {
    color: #777777; }
  .form__field--error::-moz-placeholder {
    color: #777777; }
  .form__field--error:-ms-input-placeholder {
    color: #777777; }
  .form__field--error::-ms-input-placeholder {
    color: #777777; }
  .form__field--error::placeholder {
    color: #777777; }
  .form__field--error:focus {
    border-color: #CD171A; }

.form__item-error {
  margin-top: 4px;
  padding-left: 23px;
  position: relative;
  font-size: 12px;
  line-height: 18px;
  display: block;
  color: #FFC700; }

.form__item-error:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 3px;
  width: 12px;
  height: 12px;
  background: url(/Content/FullNiva/images/svg/ico-error.svg) no-repeat center; }

.form__agreement {
  margin: 30px 0 0;
  padding: 40px;
  background: #5F8EB8;
  border-radius: 6px; }

.form--feedback + .form__agreement {
  margin-top: 97px; }

.form__footer .row {
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.form--transparent {
  background: transparent;
  padding: 0;
  max-width: 800px; }
  .form--transparent .checkbox {
    margin: 0; }
    .form--transparent .checkbox:first-child {
      margin-bottom: 22px; }

.form__footer .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.row__title {
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: 'Impact';
  color: #FFC700; }

.row .payment-desc {
  margin: 0; }

.content .btn {
  padding: 15px 20px;
  font-size: 18px;
  line-height: 23px; }

.checkbox {
  margin: 0 auto;
  display: inline-block; }

.checkbox__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto; }

.checkbox__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0; }

.checkbox__check {
  position: relative;
  width: 26px;
  height: 26px;
  min-height: 26px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26px;
  flex: 0 0 26px;
  border-radius: 6px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: #FFFFFF;
  cursor: pointer; }

.checkbox__input:checked + .checkbox__check:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/Content/FullNiva/images/svg/ico-check.svg") no-repeat center/16px 12px; }

.checkbox__text {
  margin-left: 15px;
  font-size: 16px;
  line-height: 22px; }

.radio__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto; }

.radio__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0; }

.radio__check {
  margin-right: 15px;
  position: relative;
  width: 26px;
  height: 26px;
  min-height: 26px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26px;
  flex: 0 0 26px;
  border-radius: 6px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: #FFFFFF;
  cursor: pointer;
  border-radius: 50%; }

.radio__input:checked + .radio__check:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #CA2400;
  border-radius: 50%; }

.checkbox__text {
  font-size: 16px;
  line-height: 22px; }

.toast {
  padding: 30px;
  max-width: 1008px;
  margin: 0 auto 40px;
  border: 2px dashed #FFCF06;
  border-radius: 6px;
  background: transparent;
  position: relative;
  z-index: 2;
  font-size: 20px;
  line-height: 28px;
  text-align: center; }

.toast--center {
  max-width: 800px; }

.toast__selected {
  color: #FFC700; }

.toast a[href*="tel"] {
  font-weight: bold;
  color: #FFFFFF; }

.toast a[href*="tel"]:hover {
  text-decoration: underline; }

/*blocks*/
.header {
  width: 100%;
  min-width: 320px;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 99; }

.header__inner {
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  max-width: 1600px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.header__logo {
  margin-right: 16px;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
  width: 230px;
  height: 73px;
  background: url(/Content/FullNiva/images/img/ref__header-logo.png) no-repeat center/100%;
  text-indent: -999px;
  overflow: hidden; }

.header__contacts {
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  line-height: 18px; }

.header__contacts-tel {
  margin: 6px 0;
  font-weight: bold;
  letter-spacing: 0.03em;
  font-size: 27px;
  line-height: 35px;
  text-decoration: none;
  color: #FFC700; }

.header__contacts-tel:hover {
  color: #cc9f00; }

.header__contacts-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  background-color: #FFC700;
  color: #10131B;
  text-decoration: none;
  padding: 12px 34px;
  border-radius: 6px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  white-space: nowrap; }

.header__contacts-link:hover {
  text-decoration: underline; }

.header__contacts-link svg {
  margin-right: 11px;
  width: 12px;
  height: 19px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  fill: #FFC700;
  stroke: #FFC700; }

.nav {
  margin-left: -32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.nav__item {
  margin-left: 32px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF; }

.nav__item:hover, .nav__item--active {
  color: #FFC700; }

.nav__hamburger {
  display: none; }

.nav__dropdown-contacts {
  display: none; }

.nav__dropdown-contacts .header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.nav__dropdown-close {
  display: none; }

.news {
  padding: 0 30px;
  margin: 0 auto 120px;
  max-width: 1286px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.news__title {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 42px;
  line-height: 50px;
  font-family: 'Impact';
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 40px;
  word-spacing: 8px;
  text-transform: uppercase; }

.news__more {
  margin: 65px 0 0 396px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.news-list:not(.tns-slider) {
  margin-left: -32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.news-list:not(.tns-slider) {
  margin-left: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.3% - 32px);
  flex: 0 0 calc(33.3% - 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.news-list__item-img {
  margin-bottom: 20px;
  padding-top: 74%;
  height: 0;
  position: relative; }

.news-list__item-img img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%; }

.news-list__item-title {
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.01em;
  color: #FFC700; }

.news-list__item-title:hover {
  text-decoration: underline; }

.news-list__item-text {
  margin-bottom: 10px; }

.news-list__item-date {
  margin-top: auto;
  font-size: 14px;
  line-height: 30px;
  color: #2B6599; }

.news .tns-nav {
  margin: 65px 0 -125px -20px;
  counter-reset: item;
  max-width: 360px; }

.news .tns-outer [aria-controls] {
  margin-left: 20px;
  width: 52px;
  height: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 60px;
  color: #020100;
  background: url("/Content/FullNiva/images/svg/nav.svg") no-repeat center/100%;
  border: none; }

.news .tns-outer [aria-controls]:hover, .tns-outer [aria-controls].tns-nav-active {
  color: #FFFFFF;
  background: url("/Content/FullNiva/images/svg/nav-active.svg") no-repeat center/100%; }

.news .tns-outer [aria-controls]:before {
  content: counter(item);
  counter-increment: item;
  display: block; }

.gifts-container {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1286px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 10; }

.gifts {
  background: #FDBA15;
  padding-top: 70px; }

.gifts__title {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 42px;
  line-height: 50px;
  font-family: 'Impact';
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 40px;
  word-spacing: 8px;
  text-transform: uppercase;
  color: #950F07; }

.gifts__more {
  margin: 38px auto 0;
  text-align: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  position: relative;
  z-index: 2; }

.gifts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.gifts-list__item {
  max-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #D7E6F3;
  border: 2px dashed #5F8EB8;
  border-radius: 6px; }

.gifts-list__item-title {
  margin: 0 auto;
  position: relative;
  max-width: 280px;
  text-align: center;
  z-index: 1;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  max-width: 232px;
  font-family: 'Impact';
  font-weight: 400;
  color: #950F07; }

.gifts-list__item-img {
  margin: 0 0 24px 0;
  position: relative;
  text-align: center;
  height: 190px;
  width: 300px;
  top: -3px; }

.gifts-list__item-img-zoom {
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 52px;
  height: 60px;
  background: url(/Content/FullNiva/images/svg/ico-zoom.svg) no-repeat center/100%; }

.gifts-list__item-text {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-transform: initial;
  color: #010101;
  text-align: center; }

.gifts-list__item-text span {
  color: #FFFFFF; }

.gifts-list__item-info {
  margin-top: auto;
  position: relative;
  text-align: center;
  color: #950F07;
  font-size: 14px;
  line-height: 20px; }

.gifts-list__item-info span {
  color: #950F07; }

.video {
  padding: 0 30px;
  margin: 0 auto 100px;
  max-width: 1286px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.content .video {
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0; }

.video__title {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 42px;
  line-height: 50px;
  font-family: 'Impact';
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 40px;
  word-spacing: 8px;
  text-transform: uppercase; }

.video__body {
  padding-top: 56%;
  height: 0;
  position: relative; }

.video__body iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.parcel {
  padding: 0 30px;
  margin-top: -190px;
  padding-top: 190px;
  padding-bottom: 50px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("/Content/FullNiva/images/img/ref__rectangle-yellow.png") bottom center/100% no-repeat, url("/Content/FullNiva/images/img/ref__map-blue.png") top center/100% no-repeat, #2B6599;
  padding-top: 180; }

.parcel__title {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 42px;
  line-height: 50px;
  font-family: 'Impact';
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 40px;
  word-spacing: 8px;
  text-transform: uppercase;
  max-width: 1000px;
  font-family: 'Impact';
  font-size: 42px;
  line-height: 56px;
  font-weight: 400;
  color: #FFC700;
  margin-bottom: 46px; }

.parcel__more {
  margin: 55px auto 0;
  text-align: center; }

.parcel-list {
  margin-left: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.parcel-list::-webkit-scrollbar {
  width: 0; }

.parcel-list__item {
  margin-left: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(20% - 20px);
  flex: 0 0 calc(20% - 20px); }

.parcel-list__item-title {
  min-height: 97px;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #FFC700; }

.parcel-list__item-subtitle {
  display: block;
  font-size: 20px;
  text-transform: none;
  font-weight: normal;
  color: #FFFFFF; }

.action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 6px; }

.action__body {
  margin-right: 81px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 384px;
  flex: 0 0 384px;
  border-radius: 6px;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  height: 100%; }

.action__title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 36px;
  line-height: 47px;
  letter-spacing: 0.01em;
  color: #FFC700; }

.action__text {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  margin-bottom: 24px; }

.action__price {
  position: absolute;
  bottom: 35px;
  right: 0;
  width: calc(100% - 434px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 49px;
  line-height: 63px;
  color: #FFC700;
  white-space: nowrap; }

.action__price span {
  font-weight: normal; }

.action__price-old {
  margin-left: 21px;
  position: relative;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  white-space: nowrap; }

.action__price-old span {
  font-weight: bold; }

.action__price-old:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 5px);
  height: 2px;
  background: #FFC700;
  -webkit-transform: translate(-50%, -50%) rotate(-9.65deg);
  transform: translate(-50%, -50%) rotate(-9.65deg); }

.action__img-headlights {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/Content/FullNiva/images/img/action-headlights.png") no-repeat center/100%;
  opacity: 0;
  -webkit-animation: flash;
  animation: flash;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.action__label {
  position: absolute;
  right: 30px;
  top: 68px;
  width: 200px;
  height: 200px;
  background: url("/Content/FullNiva/images/img/action-label.png") no-repeat center/100%; }

.action__body-btn .btn {
  margin: 0; }

.instruction {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.instruction__title {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 42px;
  line-height: 50px;
  font-family: 'Impact';
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 40px;
  word-spacing: 8px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-family: 'Impact';
  font-size: 40px;
  line-height: 52px;
  color: #950F07; }

.instruction__body {
  margin: 0 auto;
  max-width: 1216px;
  position: relative; }

.instruction__body-title {
  margin-bottom: 20px;
  max-width: 383px;
  font-weight: bold;
  font-size: 36px;
  line-height: 47px;
  letter-spacing: 0.01em;
  color: #FFC700; }

.instruction__body-text {
  max-width: 383px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em; }

.instruction__body .tns-ovh {
  max-width: 1008px;
  overflow: hidden;
  padding: 0; }

.instruction__btn {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  margin: 40px auto 40px; }

.instruction-list:not(.tns-slider) {
  margin-left: -32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

.instruction-list--inner {
  margin-bottom: -60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.instruction-list:not(.tns-slider) .instruction-list__item {
  margin-left: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 32px);
  flex: 0 0 calc(25% - 32px); }

.instruction-list--inner .instruction-list__item:not(.tns-slider) {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.3% - 32px);
  flex: 0 0 calc(33.3% - 32px); }

.instruction-list__item-img {
  margin-bottom: 11px; }

.instruction-list__item-img img {
  width: 100%; }

.instruction-list--inner .instruction-list__item-img {
  margin-bottom: 13px;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.instruction-list__item-title {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px; }

.instruction-list--inner .instruction-list__item-title {
  margin-bottom: 15px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

.instruction-list__item-title span {
  color: #FFC700; }

.instruction-list--inner .instruction-list__item-title span {
  color: #FFFFFF; }

.parcel-list__item-name {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 31px; }

.instruction-list--inner .parcel-list__item-name {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFC700; }

.instruction-list__item-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: #FFC700; }

.instruction-list__item-download:hover {
  color: #FFFFFF; }

.instruction-list--inner .instruction-list__item-download {
  margin: 0 17px;
  padding: 0 0 0 26px;
  position: relative;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 34px);
  max-width: 310px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 20px;
  line-height: 60px;
  color: #020100;
  background: #FFC700; }

.instruction-list--inner .instruction-list__item-download:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-width: 30px 17px 30px 0;
  border-style: solid;
  border-color: transparent #FFC700 transparent transparent;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.instruction-list--inner .instruction-list__item-download:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-width: 30px 0 30px 17px;
  border-style: solid;
  border-color: transparent transparent transparent #FFC700;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.instruction-list__item-download-extension {
  margin-right: 12px;
  width: 42px;
  height: 48px;
  text-align: center;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  font-weight: bold;
  font-size: 17px;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  background: url("/Content/FullNiva/images/svg/ico-extension.svg") no-repeat center/100%; }

.instruction-list--inner .instruction-list__item-download-extension {
  position: relative;
  margin: 0 -8px 0 5px;
  width: 48px;
  height: 42px;
  line-height: 42px;
  z-index: 1;
  background: url("/Content/FullNiva/images/svg/ico-extension-secondary.svg") no-repeat center/100%; }

.instruction .tns-nav {
  margin: 65px 0 -125px -20px;
  counter-reset: item;
  max-width: 360px; }

.instruction .tns-outer [aria-controls] {
  margin-left: 20px;
  width: 52px;
  height: 52px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 60px;
  color: #020100;
  font-size: 0;
  border: 3px solid #950F07;
  border-radius: 6px; }

.instruction button[data-controls="next"] {
  position: absolute;
  left: calc(100% - 53px);
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 0; }
  .instruction button[data-controls="next"]::before {
    border-color: #950F07; }
  .instruction button[data-controls="next"]:hover {
    background: #950F07; }

.instruction button[data-controls="prev"] {
  position: absolute;
  left: 13px;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 0;
  margin: 0; }
  .instruction button[data-controls="prev"]::before {
    border-color: #950F07; }
  .instruction button[data-controls="prev"]:hover {
    background: #950F07; }

.instruction .tns-controls {
  margin: 0; }

.detailing {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  padding-top: 350px;
  padding-bottom: 4px;
  margin-top: -350px;
  -webkit-clip-path: polygon(0 18%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 18%, 100% 0, 100% 100%, 0% 100%);
  background: url("/Content/FullNiva/images/img/ref__details-bg.png") center 22%/cover no-repeat;
  background-size: cover;
  position: relative; }
  .detailing::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 315px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 5%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 100%);
    background-color: #950F07; }

.detailing__title {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 42px;
  line-height: 50px;
  font-family: 'Impact';
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 40px;
  word-spacing: 8px;
  text-transform: uppercase;
  margin-top: 60px; }

.detailing__more {
  margin: 40px auto 0;
  text-align: center; }

.detailing__more {
  padding: 0 30px; }

.detailing__model {
  margin: 0 auto 45px;
  max-width: 1286px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.detailing__model-img {
  margin-bottom: 23px;
  position: relative;
  max-width: 1216px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.detailing__model-img:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: url("/Content/FullNiva/images/svg/detailing-model-bg.svg") no-repeat center/100%; }

.detailing__model-text {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF; }

.detailing__model-text:before {
  content: '';
  margin-right: 4px;
  width: 89px;
  height: 98px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 89px;
  flex: 0 0 89px;
  background: url("/Content/FullNiva/images/svg/detailing-title-bg.svg") no-repeat center/100%; }

.detailing__model-text:after {
  content: '';
  margin-left: 4px;
  width: 89px;
  height: 98px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 89px;
  flex: 0 0 89px;
  background: url("/Content/FullNiva/images/svg/detailing-title-bg.svg") no-repeat center/100%;
  -webkit-transform: scale(-1);
  transform: scale(-1); }

.tns-ovh {
  max-width: 1216px;
  margin: 0 auto; }

.tns-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0; }

button[data-controls="prev"],
button[data-controls="next"] {
  background-color: transparent;
  width: 52px;
  height: 53px;
  border: 3px solid #FFCF06;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 0; }

button[data-controls="next"] {
  position: relative; }
  button[data-controls="next"]::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 14px;
    right: 18px;
    border-top: 3px solid #FFCF06;
    border-right: 3px solid #FFCF06;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  button[data-controls="next"]:hover {
    background: #FFCF06; }
    button[data-controls="next"]:hover::before {
      border-top: 3px solid #fff;
      border-right: 3px solid #fff; }

button[data-controls="prev"] {
  margin-right: 30px;
  position: relative; }
  button[data-controls="prev"]::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 14px;
    left: 18px;
    border-top: 3px solid #FFCF06;
    border-left: 3px solid #FFCF06;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  button[data-controls="prev"]:hover {
    background: #FFCF06; }
    button[data-controls="prev"]:hover::before {
      border-top: 3px solid #fff;
      border-left: 3px solid #fff; }

button[data-controls="next"] {
  position: absolute;
  top: 100px;
  right: calc(0% - 40px); }

button[data-controls="prev"] {
  position: absolute;
  top: 100px;
  left: calc(0% - 40px); }

.tns-outer {
  padding: 0 30px !important;
  position: relative;
  max-width: calc(1216px + 60px);
  margin: 0 auto; }

.tns-controls {
  margin: 0 0 40px 0; }

.detailing-video__title {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 42px;
  line-height: 50px;
  font-family: 'Impact';
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 40px;
  word-spacing: 8px;
  text-transform: uppercase;
  padding: 0 30px; }

.detailing-video__item {
  max-width: 1008px;
  margin: 0 auto;
  padding: 0 30px;
  height: 500px; }
  .detailing-video__item iframe {
    width: 100%;
    height: 100%;
    border: 0; }

.journal {
  background: url("/Content/FullNiva/images/img/ref__journal-bg.png") top center no-repeat, #D7E6F3;
  background-size: 100% auto;
  padding-top: 250px;
  top: -4px;
  position: relative; }
  .journal::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 300px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 5%, 0 80%);
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 80%);
    background-color: #950F07;
    z-index: 10; }
  .journal::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 75%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 75%);
    background-color: #2B6599;
    z-index: 11; }

.journal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: calc(1216px + 60px);
  padding: 0 30px;
  margin: 0 auto; }

.journal__title {
  margin: 0 auto 40px;
  max-width: 1216px;
  font-size: 42px;
  line-height: 56px;
  color: #950F07;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Impact'; }

.journal__body-left,
.journal__body-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 50%;
  flex: 0 50%; }

.journal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 550px; }

.journal__body-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px; }

.journal__annotation {
  color: #010101;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 40px; }

.journal__list-item {
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
  width: 50%; }
  .journal__list-item::before {
    position: absolute;
    content: url("/Content/FullNiva/images/img/ref__mecanism.svg");
    top: 0;
    left: 0;
    width: 36px;
    height: 36px; }
  .journal__list-item--top {
    -webkit-column-break-before: column;
    -moz-column-break-before: column;
    break-before: column; }

.journal__list-title {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  font-family: 'Impact';
  color: #2B6599;
  text-transform: uppercase; }

.journal__list-info {
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
  color: #10131B; }

.journal__body-img {
  max-width: 690px;
  width: 100%; }
  .journal__body-img img {
    width: 100%; }
  .journal__body-img:first-child {
    margin-right: -160px; }

.gallery {
  padding-top: 14px;
  background-color: #D7E6F3; }

.gallery-list {
  max-width: calc(1216px + 60px);
  margin: 0 auto 40px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.gallery-list__item {
  max-width: 384px; }

.gallery__car {
  margin: 0 auto 40px;
  max-width: 540px; }

.gallery__more {
  max-width: 1216px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px;
  border: 2px dashed #2B6599;
  border-radius: 6px;
  margin: 0 auto; }

.gallery__more-text {
  max-width: 604px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-right: 16px;
  color: #10131B; }

.details {
  background-color: #2B6599;
  padding-bottom: 40px;
  margin-top: -1px; }

.details__title {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 42px;
  line-height: 50px;
  font-family: 'Impact';
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 40px;
  word-spacing: 8px;
  text-transform: uppercase; }

.details .tns-ovh {
  max-width: 1286px; }

.inner {
  padding-top: 150px;
  margin-top: -150px;
  background: url("/Content/FullNiva/images/img/ref__map-blue.png") center 300px/100% no-repeat, #2B6599;
  position: relative; }
  .inner::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 800px;
    top: 0;
    left: 0;
    background: url("/Content/FullNiva/images/img/ref__rectangle-yellow-big.png") top center/auto 100% no-repeat; }

.collection-desc img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  width: auto;
}

.contacts__title {
  color: #FFCF06; }

.detailing-list:not(.tns-carousel) {
  margin-left: -32px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.detailing-list:not(.tns-carousel) .detailing-list__item {
  margin-left: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 488px;
  flex: 0 0 488px; }

.tns-carousel .detailing-list__item {
  width: 488px; }

.detailing-list__item-img img {
  width: 100%; }

.detailing-list__item-title {
  margin-bottom: 7px;
  padding: 0 30px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  color: #FFC700; }

.detailing-list__item-text {
  padding: 0 30px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  line-height: normal; }

.detailing .tns-controls {
  margin-bottom: 54px; }

.presentation {
  padding: 169px 0 652px;
  position: relative; }
  .presentation::before {
    position: absolute;
    content: "";
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    min-width: 100%;
    height: 100%;
    top: -20px;
    left: 0;
    background: url(/Content/FullNiva/images/img/teaser-bg.jpg) center calc(100% + 200px) no-repeat;
    background-size: cover;
    z-index: 1; }
  .presentation::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    background: #FDBA15;
    width: 100%;
    height: 100%;
    z-index: 0; }

.presentation__inner {
  padding: 0 30px;
  margin: 0 auto 0;
  max-width: calc(1216px + 60px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2; }

.presentation__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.presentation__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Impact';
  color: #fff; }
  .presentation__logo span {
    color: #FDBA15; }

.presentation__title {
  font-size: 58px;
  line-height: 68px;
  margin-bottom: 10px; }
  .presentation__title span {
    color: #FDBA15; }

.presentation__subtitle {
  font-size: 36px;
  line-height: 44px; }

.presentation__exclusive {
  max-width: 182px;
  margin: 0 30px 0 auto;
  padding-left: 72px;
  position: relative; }
  .presentation__exclusive::before {
    position: absolute;
    content: url("/Content/FullNiva/images/img/ref__shop-img-1.svg");
    top: 0;
    left: 0;
    width: 60px;
    height: 60px; }

.presentation__scale {
  max-width: 182px;
  padding-left: 72px;
  position: relative; }
  .presentation__scale::before {
    position: absolute;
    content: url("/Content/FullNiva/images/img/ref__shop-img-2.svg");
    top: 0;
    left: 0;
    width: 60px;
    height: 60px; }

.presentation__body {
  max-width: 1216px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  margin-top: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #2B6599;
  border: 15px solid #FDBA15;
  border-radius: 6px;
  position: absolute;
  z-index: 99;
  border-radius: 6px; }

.presentation__info {
  max-width: 371px;
  width: 100%;
  margin-right: 30px; }

.presentation__text {
  font-size: 18px;
  line-height: 28px; }

.presentation__body-btn {
  margin-top: 30px; }

.presentation__body-btn .btn {
  width: calc(100% - 34px);
  text-align: center;
  margin-left: 0; }

@-webkit-keyframes flash {
  0%, 15%, 30% {
    opacity: 0; }
  7%, 22% {
    opacity: 1; } }

@keyframes flash {
  0%, 15%, 30% {
    opacity: 0; }
  7%, 22% {
    opacity: 1; } }

.presentation__img {
  -webkit-box-shadow: 0px 10px 30px rgba(42, 55, 67, 0.3);
  box-shadow: 0px 10px 30px rgba(42, 55, 67, 0.3);
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  height: 100%;
  line-height: 0; }
  .presentation__img img {
    width: 100%; }

.faq {
  margin-bottom: 60px; }

.faq__item {
  padding: 38px 30px 30px 106px;
  max-width: 1008px;
  margin: 0 auto 40px;
  position: relative;
  border-radius: 6px;
  border: 2px #2B6599 dashed; }

.faq__item:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 30px;
  width: 52px;
  height: 54px;
  background: url("/Content/FullNiva/images/img/ref__faq-ico.png") no-repeat center/100%; }

.faq__item-question {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  color: #2B6599; }

.faq__item-question-note {
  margin-left: 5px;
  color: #FFC700; }

.faq__item-answer {
  font-size: 20px;
  line-height: 26px;
  color: #010101; }

.faq__item-note {
  margin-top: 20px;
  max-width: 710px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 1.05341px;
  font-style: italic; }

.faq__item-note:before {
  content: '**';
  margin-right: 5px;
  white-space: nowrap;
  color: #FFC700; }

form#anketa_form {
  max-width: 1216px;
  margin: 0 auto; }

.toast__car-img {
  margin: 123px auto 60px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  z-index: 2;
  height: 385px; }

.content__title {
  position: relative;
  z-index: 2;
  color: #FFCF06; }

.toast-link {
  color: #fff;
  font-weight: 700;
  text-decoration: none; }
  .toast-link:hover {
    color: #FFCF06; }

.toast--small {
  max-width: 800px; }

.questionnaire {
  margin-top: 80px;
  counter-reset: item; }

.questionnaire__item {
  margin-bottom: 77px;
  padding-top: 10px;
  padding-left: 70px;
  position: relative; }

.questionnaire__item:before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  font-size: 18px;
  color: #020100;
  background: url("/Content/FullNiva/images/svg/nav.svg") no-repeat center/100%; }

.questionnaire__item-title {
  margin-bottom: 42px;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  color: #627087; }

.questionnaire__item-table {
  margin-bottom: 15px;
  overflow: auto; }
  .questionnaire__item-table::-webkit-scrollbar {
    width: 6px;
    height: 6px; }
  .questionnaire__item-table::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px; }
  .questionnaire__item-table::-webkit-scrollbar-track {
    background: transparent; }
  .questionnaire__item-table {
    scrollbar-face-color: rgba(255, 255, 255, 0.2);
    scrollbar-track-color: transparent; }

.questionnaire__item-table table {
  width: 100%; }

.questionnaire__item-table table th {
  padding: 0 15px 3px;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #FFC700; }

.questionnaire__item-table table td {
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF; }

.questionnaire__item-table table td:first-child {
  padding-left: 0;
  text-align: left; }

.progress {
  margin-top: 159px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.progress__bar {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 53px;
  background: #99A4B6;
  border-radius: 6px; }

.progress__bar-value {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #FFC700;
  border-radius: 6px 0 0 6%; }

.progress__bar-value[style*="width: 100%"] {
  border-radius: 6px; }

.progress__bar-value:before {
  content: '';
  margin-bottom: 20px;
  position: absolute;
  left: 100%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 224px;
  height: 60px;
  background: url("/Content/FullNiva/images/img/progress-car.png") no-repeat center/100%; }

.progress__title {
  padding: 0 30px;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 24px;
  line-height: 53px;
  color: #10131B; }

.progress__btn {
  margin-left: 20px; }

.total-panel {
  padding: 15px 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background: #950F07;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.total-panel__body {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px; }

.total__price {
  color: #FFC700; }

.total-panel__btn {
  margin-left: 20px; }

.total-panel-active .wrapper {
  padding-bottom: 83px; }

.features {
  margin-bottom: -54px; }

.features__item {
  margin-bottom: 54px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.features__item-body {
  margin-right: auto;
  max-width: 592px; }

.features__item:nth-child(odd) .features__item-body {
  margin-left: auto;
  margin-right: 0; }

.features__item-title {
  padding: 0 104px 0 0;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 36px;
  line-height: 47px;
  color: #FFC700; }

.features__item:nth-child(odd) .features__item-title {
  padding: 0 0 0 104px; }

.features__item-text {
  margin-bottom: 60px;
  padding: 0 104px 0 0;
  font-size: 20px;
  line-height: 30px; }

.features__item:nth-child(odd) .features__item-text {
  padding: 0 10px 0 104px; }

.features__item-detailing {
  position: absolute;
  top: 13px;
  right: 105px;
  padding-left: 27px; }

.features__item:nth-child(even) .features__item-detailing {
  padding: 0 68px;
  top: 48px; }

.features__item:nth-child(3) .features__item-detailing {
  padding-left: 119px;
  padding-top: 156px;
  left: 75px !important;
  top: -12px; }

.features__item-detailing:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/Content/FullNiva/images/svg/features-bg.svg") no-repeat 0 39px; }

.features__item-detailing img {
  position: relative; }

.features__item:nth-child(odd) .features__item-detailing {
  left: 105px;
  right: auto; }

.features__item:nth-child(even) .features__item-detailing:before {
  background: url("/Content/FullNiva/images/svg/features-even-bg.svg") no-repeat right 100px; }

.features__item:nth-child(3) .features__item-detailing:before {
  background-position: 3px 141px;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg); }

.model-features {
  margin: 90px -30px 110px;
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.model-features__body {
  margin-left: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 460px;
  flex: 0 0 460px; }

.model-features__title {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 36px;
  line-height: 47px;
  color: #FFC700; }

.model-features__list {
  margin-bottom: -20px;
  list-style: none; }

.model-features__list li {
  margin-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px; }

.model-features__list li:before {
  content: '';
  margin-right: 15px;
  display: block;
  width: 40px;
  height: 2px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(196, 196, 196, 0)), to(#ffc700));
  background: linear-gradient(to right, rgba(196, 196, 196, 0) 0%, #ffc700 100%); }

.model-features__car {
  width: 1278px;
  height: 592px;
  position: absolute;
  top: -84px;
  right: -225px; }

.model-features__car img {
  max-width: none;
  width: 1278px;
  height: 592px; }

.model-features__img-headlights {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/Content/FullNiva/images/img/action-headlights.png") no-repeat center/100%;
  opacity: 0;
  -webkit-animation: flash;
  animation: flash;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.anketa {
  background: url("/Content/FullNiva/images/img/ref__faq-bg-2.png") center 500px no-repeat;
  background-size: contain; }

.box_title {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 42px;
  line-height: 50px;
  font-family: 'Impact';
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 40px;
  word-spacing: 8px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 42px;
  line-height: 1.2;
  color: #FFFFFF; }

.box_desc {
  margin-bottom: 60px;
  padding: 60px;
  background: rgba(98, 112, 135, 0.3);
  border-radius: 6px;
  font-size: 20px;
  line-height: 30px; }

.box_desc b {
  color: #FFC700; }

.faq_list {
  margin-top: 51px; }

.faq_list .item {
  margin-bottom: 77px;
  padding-left: 70px;
  position: relative; }

.faq_list .item h3 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 42px;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  color: #950F07; }

.faq_list .item-num {
  position: absolute;
  left: -70px;
  top: -10px;
  width: 52px;
  height: 53px;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  font-size: 18px;
  color: #020100;
  background: #FFCF06;
  border-radius: 6px;
  line-height: 53px; }

.anketa table th {
  color: #010101 !important; }

.anketa table td {
  color: #010101 !important; }

.anketa .item .line label {
  color: #010101 !important; }

.anketa .item {
  padding-left: 72px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden; }

.anketa .item__last-form {
  padding-left: 0; }

.anketa .item .line {
  margin-top: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto; }

.anketa .item .line + .line {
  margin-top: 0; }

.anketa .item .line .r {
  margin-top: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.anketa .item .line .l {
  margin-top: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.anketa input[type=checkbox], input[type=radio] {
  visibility: hidden;
  position: absolute; }

.anketa .item .line label, .anketa input[type=checkbox] + label, .anketa input[type=checkbox] + input[type=hidden] + label {
  padding-left: 37px;
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 20px;
  line-height: 26px;
  min-height: 26px;
  margin-right: 40px; }

.anketa input[type=checkbox] + label:before, .anketa input[type=checkbox] + input[type=hidden] + label:before {
  content: '';
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: #FFFFFF;
  cursor: pointer; }

.anketa input[type=checkbox]:checked + label:before, .anketa input[type=checkbox]:checked + input[type=hidden] + label:before {
  background: #FFFFFF url(/Content/FullNiva/images/svg/ico-check.svg) no-repeat center/16px 12px; }

input[type=radio] + label:before, input[type=radio] + input[type=hidden] + label:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  cursor: pointer;
  border-radius: 50%;
  background: #ffffff; }

input[type=radio]:checked + label:after, input[type=radio]:checked + input[type=hidden] + label:after {
  content: '';
  position: absolute;
  left: 8px;
  top: 8px;
  width: 10px;
  height: 10px;
  background: #CA2400;
  border-radius: 50%; }

.anketa input[type=text], .anketa textarea, .anketa select {
  padding: 13px 20px;
  width: 100%;
  font-family: "PTSans", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #020100;
  background: #ffffff;
  border: 2px solid transparent; }

.anketa .item .line > input[type=text], .anketa .item .line > textarea {
  margin-top: 30px; }

.anketa .item .line .-m input[type=text] {
  margin-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.anketa .item .line .l.-m input[type=text] {
  margin-right: 70px; }

.anketa .item .line .l.-m, .anketa .item .line .r.-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.anketa .item .line .-l-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23.3%;
  flex: 0 0 23.3%; }

.anketa .item .line .-l-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.7%;
  flex: 0 0 66.7%; }

.anketa .item p {
  margin-bottom: 30px; }

.anketa .checkbox__wrap + .checkbox__wrap {
  margin-top: 30px; }

.anketa .item .line.-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.table-scroll {
  margin-bottom: 15px;
  overflow: auto;
  margin-top: -20px; }
  .table-scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px; }
  .table-scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px; }
  .table-scroll::-webkit-scrollbar-track {
    background: transparent; }
  .table-scroll {
    scrollbar-face-color: rgba(255, 255, 255, 0.2);
    scrollbar-track-color: transparent; }

.anketa table {
  width: 100%; }

.anketa table th {
  padding: 0 15px 3px;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #FFC700; }

.anketa table td {
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF; }

.anketa table td:first-child {
  padding-left: 0;
  text-align: left; }

.anketa table input[type=checkbox] + label, .anketa table input[type=checkbox] + input[type=hidden] + label {
  margin: 0 auto;
  display: inline-block; }

.questionnaire-note {
  margin-bottom: 55px;
  padding: 0 35px 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  font-family: 'Impact';
  color: #FFCF06; }

.form-label {
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 18px; }

.grid.form-callback {
  padding-top: 0;
  margin: -83px auto 0;
  background: none; }

.grid.form-callback .grid-row {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px; }

.section__box-content {
  border: 6px;
  max-width: 1216px;
  margin: 0 auto;
  padding: 60px;
  background: #2B6599; }

.section__box-content .grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -23px;
  margin-right: -12px;
  margin-left: -12px; }

.section__box-content .grid-row + .grid-row {
  margin-top: 0; }

[class^="grid-column"] {
  margin-top: 23px;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.grid-column-2-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.field-validation-error {
  margin-top: 4px;
  padding-left: 23px;
  position: relative;
  font-size: 12px;
  line-height: 18px;
  display: block;
  color: #FFC700; }

.section__box-content .grid-row:last-child {
  max-width: none; }

.section__box-content .grid-row:last-child .grid-column-1 {
  margin: 97px 0 0 0;
  padding: 40px;
  background: rgba(98, 112, 135, 0.3);
  border-radius: 6px; }

.anketa .section__box-content input[type=checkbox] + label {
  font-size: 16px;
  line-height: 22px; }

.field-validation-error:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 3px;
  width: 12px;
  height: 12px;
  background: url(/Content/FullNiva/images/svg/ico-error.svg) no-repeat center; }

.input-validation-error {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #CD171A;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 0, 0, 0.2)), to(rgba(255, 0, 0, 0.2))), #FFFFFF;
  background: linear-gradient(0deg, rgba(255, 0, 0, 0.2), rgba(255, 0, 0, 0.2)), #FFFFFF;
  border: 2px solid transparent;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .input-validation-error::-webkit-input-placeholder {
    color: #777777; }
  .input-validation-error::-moz-placeholder {
    color: #777777; }
  .input-validation-error:-ms-input-placeholder {
    color: #777777; }
  .input-validation-error::-ms-input-placeholder {
    color: #777777; }
  .input-validation-error::placeholder {
    color: #777777; }
  .input-validation-error:focus {
    border-color: #CD171A; }

.progress-row {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.progress-row .progress {
  margin: 0;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 53px; }

.progress-row .bar {
  position: relative;
  width: 100%;
  height: 53px;
  background: #99A4B6;
  border-radius: 6px; }

.progress-row .ready {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #FFC700;
  border-radius: 6px 0 0 6%; }

.progress-row .ready[style*="width: 100%"] {
  border-radius: 6px; }

.progress-row .ready:before {
  content: '';
  margin-bottom: 20px;
  position: absolute;
  left: 100%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 224px;
  height: 60px;
  background: url("/Content/FullNiva/images/img/progress-car.png") no-repeat center/100%; }

.progress__title {
  z-index: 1; }

.progress-row .line {
  margin-left: 20px; }

.section__box-content .grid-row:last-child .grid-column-1 {
  max-width: calc(800px - 24px);
  margin: 40px auto 0 !important;
  background: #5F8EB8 !important; }

.news-page {
  max-width: 1008px;
  margin: 0 auto 60px; }

.news-page h3 {
  margin-top: 0;
  font-weight: bold;
  color: #FFC700;
  margin-bottom: 30px;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: uppercase;
  font-size: 36px; }

.news-page h4 {
  font-weight: bold;
  color: #FFC700;
  margin-bottom: 30px;
  letter-spacing: 0.01em;
  font-size: 36px;
  text-transform: uppercase; }

.news-page img {
  max-width: 100%;
  border-radius: 6px; }

.news-page__title {
  color: white;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  max-width: 800px;
  padding: 20px 0;
  margin: -20px auto 40px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  background: url("/Content/FullNiva/images/svg/title-effect-bg.svg") center no-repeat;
  background-size: auto 100%;
  line-height: 1.5; }

.news-page__note {
  padding: 60px;
  background: rgba(98, 112, 135, 0.3);
  -webkit-box-shadow: inset 0 5px 0 #FFC700;
  box-shadow: inset 0 5px 0 #FFC700;
  border-radius: 6px;
  margin: 60px 0; }

.news-page__pic {
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.news-page img {
  max-width: 100%;
  border-radius: 6px; }

.news-page__text--img img {
  max-width: 70%; }

.news-page__pic--row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.news-page__signature {
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  padding: 20px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.news-page__pic--row .news-page__signature {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0; }

.news-page__text {
  margin: 60px auto;
  max-width: 800px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #FFFFFF; }

.news-page__text--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.news-page__text--img_right img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.news-page__table {
  width: 100%;
  max-width: 800px;
  margin: 20px auto; }

.news-page__table tr:not(:last-child) {
  border-bottom: 1px solid #ffc700; }

.news-page__table th {
  text-align: left;
  color: #FFC700;
  font-size: larger; }

.news-page__table th, .news-page__table td {
  padding: 10px 15px; }

.footer {
  background-color: #D7E6F3;
  padding-top: 30px; }

.footer__inner {
  margin: 0 auto;
  padding: 80px 30px 87px;
  max-width: 1600px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.footer__hachette {
  background: url(/Content/FullNiva/images/img/hachette-logo.svg) no-repeat 0 0/100%;
  overflow: hidden;
  text-align: left;
  text-indent: -999px;
  width: 182px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 30px; }

.footer__text {
  font-size: 14px;
  line-height: 22px;
  color: #423E3B; }

.footer__copyright {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 14px;
  line-height: 28px;
  color: #423E3B; }

.footer__copyright span {
  color: #ffffff; }

.footer__developer {
  margin: 0;
  position: absolute;
  right: 30px;
  top: 10px;
  color: #423E3B;
  font-size: 14px;
  line-height: 28px; }

.footer__developer {
  color: #5F8EB8; }

.footer__developer a {
  text-decoration: none;
  color: #423E3B; }

.footer__developer a:hover {
  text-decoration: underline; }

.footer__maker {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 14px;
  line-height: 28px;
  color: #423E3B;
  text-transform: uppercase; }

.teaser {
  padding: 169px 0 100px;
  position: relative;
  z-index: 2; }
  .teaser::before {
    position: absolute;
    content: "";
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    min-width: 100%;
    height: 100%;
    top: -20px;
    left: 0;
    background: url(/Content/FullNiva/images/img/teaser-bg.jpg) center center/calc(100% + 250px) no-repeat;
    background-size: cover;
    z-index: 0; }
  .teaser::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    background: #950F07;
    width: 100%;
    height: 100%;
    z-index: -1; }

.teaser-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: calc(1216px + 60px);
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }

.teaser__title {
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Impact';
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .teaser__title span {
    color: #FFCF06; }
  .teaser__title span:nth-of-type(2) {
    text-transform: initial; }

.teaser__title-text {
  margin-bottom: 8px;
  font-size: 43px;
  line-height: 52px;
  letter-spacing: 0.4px; }

.teaser__title-subtext {
  font-size: 27px;
  line-height: 32px;
  font-weight: 400;
  font-family: 'Impact';
  margin-bottom: 40px;
  letter-spacing: 0.7px; }

.teaser__title-btn {
  margin-top: 40px; }

.teaser__title-btn .btn {
  margin-left: 0;
  font-size: 24px;
  line-height: 32px;
  height: auto;
  padding: 15px 24px;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%; }

.teaser__shops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px; }

.teaser__shops-item {
  max-width: 190px;
  padding: 10px 0 0 72px;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  font-family: 'PT Sans', sans-serif;
  text-transform: initial; }

.teaser__shops-item:nth-of-type(1) {
  margin: 0 30px 30px 0; }

.teaser__shops-item:nth-of-type(1)::before {
  position: absolute;
  content: url(/Content/FullNiva/images/img/ref__shop-img-1.svg);
  top: 0;
  left: 0; }

.teaser__shops-item:nth-of-type(2)::before {
  position: absolute;
  content: url(/Content/FullNiva/images/img/ref__shop-img-2.svg);
  top: 0;
  left: 0; }

.teaser__img {
  height: 385px;
  position: absolute;
  bottom: -90px;
  left: calc(100% - 35vw); }
  .teaser__img img {
    width: 100%; }

.build__body {
  max-width: 1276px;
  padding: 0 30px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

.build {
  background-color: #FDBA15;
  padding-top: 185px;
  margin-top: -150px; }

.build__title {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 42px;
  line-height: 50px;
  font-family: 'Impact';
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 40px;
  word-spacing: 8px;
  text-transform: uppercase;
  color: #950F07; }

.build__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px; }

.build__video-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .build__video-item:first-child {
    margin-right: 32px; }

.build__video-link {
  margin-bottom: 30px; }
  .build__video-link a {
    display: block; }

.build__video-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #fff; }

.build__btn {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  margin: 0 auto; }

.model {
  padding: 360px 0 0 0;
  margin-top: -300px;
  position: relative;
  background: url("/Content/FullNiva/images/img/ref__model-bg.png") top center no-repeat, #2b6599;
  background-size: 100%; }
  .model::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 0 10%);
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 10%);
    width: 100%;
    height: 200px;
    background: #950F07; }
  .model::after {
    position: absolute;
    content: "";
    top: -1px;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 50%, 100% 0);
    clip-path: polygon(0 0, 100% 50%, 100% 0);
    width: 100%;
    height: 200px;
    background: #FDBA15; }

.model__title {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 42px;
  line-height: 50px;
  font-family: 'Impact';
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 40px;
  word-spacing: 8px;
  text-transform: uppercase;
  display: block; }
  .model__title span {
    color: #FFCF06; }

.model__container {
  max-width: 1286px;
  padding: 0 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.model__info {
  max-width: 280px;
  width: 100%;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.list__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: transparent; }

.list__info-item {
  width: 100%;
  position: relative;
  padding: 12px 70px 12px 15px;
  background: #FFCF06;
  border-radius: 6px;
  color: #010101;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700; }
  .list__info-item:not(:last-child) {
    margin-bottom: 20px; }
  .list__info-item:first-child::before {
    content: url("/Content/FullNiva/images/img/ref__ear.svg"); }
  .list__info-item::before {
    position: absolute;
    content: url("/Content/FullNiva/images/img/ref__star.svg");
    width: 22px;
    height: 22px;
    top: 50%;
    right: 12px;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.model__img {
  max-width: 865px;
  position: relative;
  margin-bottom: 40px; }

.model__special {
  -ms-flex-item-align: center;
  align-self: center;
  width: 216px;
  margin-bottom: 24px; }

.model__point {
  position: absolute;
  height: 48px;
  width: 48px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 10px 30px rgba(42, 55, 67, 0.3);
  box-shadow: 0px 10px 30px rgba(42, 55, 67, 0.3);
  border-radius: 100px;
  cursor: pointer; }
  .model__point::before {
    position: absolute;
    content: '';
    width: 28px;
    height: 3px;
    background: #950F07;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .model__point::after {
    position: absolute;
    content: '';
    width: 28px;
    height: 3px;
    background: #950F07;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg); }

.model__point--top {
  top: 150px;
  left: 450px; }

.model__point--center {
  top: 250px;
  left: 390px; }

.model__point--bottom {
  bottom: 150px;
  left: 445px; }

.model__point.model__point--light {
  left: 250px;
  bottom: 300px; }

.model__point.model__point--door {
  top: 220px;
  right: 280px; }

.model__point-info {
  position: absolute;
  top: -450px;
  left: -202px;
  padding: 40px;
  background: #D7E6F3;
  border-radius: 6px;
  width: 450px;
  z-index: 99;
  pointer-events: none;
  opacity: 0; }
  .model__point-info.active {
    opacity: 1; }
  .model__point-info::after {
    position: absolute;
    content: '';
    bottom: -49px;
    left: 50%;
    border: 20px solid transparent;
    border-top: 15px solid #D7E6F3;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.model__point-text {
  text-align: center;
  color: #010101;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700; }

.model__point-img {
  margin-bottom: 15px; }

.model__spotlights {
  position: absolute;
  bottom: 120px;
  left: -70px;
  -webkit-animation: flash;
  animation: flash;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.world {
  background-color: #2B6599;
  margin-top: -1px; }

.world__body {
  padding: 0 30px; }

.world__title {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 42px;
  line-height: 50px;
  font-family: 'Impact';
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 40px;
  word-spacing: 8px;
  text-transform: uppercase; }

.world__description {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px; }

.world__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1216px;
  margin: 0 auto;
  margin-bottom: 40px; }

.world__gallery-item {
  max-width: 384px; }

.world__info {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px; }

.world__btn {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  margin: 0 auto; }

.world__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.world__list-item {
  padding-left: 52px;
  font-size: 20px;
  line-height: 26px;
  position: relative; }
  .world__list-item:not(:last-child) {
    margin-bottom: 24px; }
  .world__list-item::before {
    position: absolute;
    content: url("/Content/FullNiva/images/img/ref__mecanism-2.svg");
    top: 0;
    left: 0;
    width: 36px;
    height: 36px; }

.steps {
  position: relative; }

.steps__body {
  max-width: 1286px;
  margin: 0 auto;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("/Content/FullNiva/images/img/ref__steps-bg-2.png") top right/100% no-repeat;
  padding-bottom: 660px; }

.steps__title {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 42px;
  line-height: 50px;
  font-family: 'Impact';
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 40px;
  word-spacing: 8px;
  text-transform: uppercase;
  color: #950F07; }

.steps__body-left {
  max-width: 487px;
  width: 100%; }

.steps__body-text {
  font-size: 20px;
  line-height: 28px;
  color: #010101;
  margin-bottom: 24px;
  font-weight: 700; }

.steps__body-btn .btn {
  margin: 0; }

.box-gifts__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1216px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 30px; }

.box-gifts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #D7E6F3;
  border: 2px dashed #5F8EB8;
  border-radius: 6px;
  margin-right: 24px; }
  .box-gifts__item:last-child {
    margin-right: 0px; }

.box-gifts__title {
  font-family: 'Impact';
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #950F07; }

.box-gifts__desc-title {
  color: #950F07;
  font-family: 'Impact';
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 16px; }

    .box-gifts__desc-title span {
        margin-right: -1px;
        letter-spacing: 0.5px;
    }

    .box-gifts__desc {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        margin-bottom: 16px;
        color: #010101;
        text-align: center;
    }

.box-gifts__img {
  height: 190px;
  width: calc(100% + 40px);
  margin: 0 -20px 24px;
}

    .box-gifts__img img {
        margin: 0 auto;
    }

    .box-gifts__info {
        font-size: 14px;
        line-height: 20px;
        color: #950F07;
        margin: auto 0 0 0;
        text-align: center;
    }

.box-gifts {
  padding-top: 180px;
  margin-top: -150px;
  background-color: #FDBA15;
  position: relative; }
  .box-gifts::after {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 300px;
    -webkit-clip-path: polygon(0 0, 100% 59%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 59%, 100% 100%, 0% 100%);
    background: #2B6599; }
  .box-gifts::before {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 320px;
    -webkit-clip-path: polygon(0 0, 100% 55%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 55%, 100% 100%, 0% 100%);
    background: #950F07; }

.box-choosing {
  padding-top: 60px;
  background: url("/Content/FullNiva/images/img/ref__details-bg.png") center / 90% no-repeat, #2B6599; }

.box-choosing .b-center {
  max-width: 1286px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px; }

.subscribe-form .b-center {
  padding: 0; }

.subscribe__confirmate-main {
  padding: 40px;
  margin: 0 auto;
  max-width: 1216px;
  background: #5F8EB8;
  border-radius: 6px; }

.subscribe__confirmate-title__text {
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  color: #FFCF06;
  margin-bottom: 20px; }

.subscribe__confirmate-text {
  font-size: 16px;
  line-height: 22px; }

.subscribe__confirmate-text label {
  padding-left: 44px; }

.confirmation-block__red {
    color: #FFCF06;
}

.payment-desc {
  max-width: 800px;
  margin: 0 auto 40px;
  background: #FDBA06;
  padding: 15px 54px 15px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 6px;
  color: #010101;
  position: relative; }
  .payment-desc::before {
    position: absolute;
    content: url("/Content/FullNiva/images/img/ref__warning.png");
    width: 21px;
    height: 21px;
    top: 15px;
    left: 20px; }

.subscribe-form__label {
  margin-bottom: 9px;
  display: block;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  color: #FFFFFF; }

.subscribe-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -36px; }
  .subscribe-form__row p {
    padding-left: 32px; }

input[type=text], textarea, select {
  padding: 15px 13px;
  color: #000f2f;
  font: 16px/1.2 'PTSans', Arial, sans-serif;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 6px;
  border: 2px solid transparent;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.subscribe__progress-row {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0 81px;
  max-width: 1216px; }

.subscribe__progress-action {
  margin-left: 20px; }
  .subscribe__progress-action .btn {
    margin: 0;
    width: 100%; }

.subscribe__progress-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  counter-reset: item;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  width: 100%; }

.subscribe__progress-list-item {
  padding: 0 0 0 32px;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  color: #FFFFFF; }
  .subscribe__progress-list-item:after {
    content: '';
    margin-left: 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 20px;
    background: url("/Content/FullNiva/images/img/ref__arrow-yellow.png") no-repeat center right;
    width: 100%; }

.subscribe__progress-list-item:before {
  margin-right: 14px;
  content: counter(item);
  counter-increment: item;
  width: 52px;
  height: 53px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 52px;
  flex: 0 0 52px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #FDBA06;
  border: 3px solid #FDBA06;
  border-radius: 6px; }

.subscribe__progress-list-item--active::before {
  background: #FDBA06;
  color: #010101; }

.subscribe__progress {
  margin-left: -32px;
  width: 100%;
  z-index: 22;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.subscribe__progress-action input {
  margin-right: 0; }

input[type=checkbox], input[type=radio] {
  visibility: hidden;
  position: absolute; }

input[type=checkbox] + label, input[type=checkbox] + input[type=hidden] + label {
  position: relative;
  padding-left: 36px;
  display: block;
  min-height: 26px; }

input[type=checkbox] + label:before, input[type=checkbox] + input[type=hidden] + label:before {
  content: '';
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: #FFFFFF;
  cursor: pointer; }

.input-validation-error ~ label:before {
    background: #ffcccc !important;
    border: 2px solid #d32f2f;
}

input[type=checkbox]:checked + label:before, input[type=checkbox]:checked + input[type=hidden] + label:before {
  background: #FFFFFF url(/Content/FullNiva/images/svg/ico-check.svg) no-repeat center/16px 12px; }

.delivery-list-title {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Impact';
  font-size: 42px;
  line-height: 50px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #950F07; }

.delivery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 800px;
  margin: 0 auto;
  padding: 60px;
  background: #F5F7FA;
  border: 2px dashed #5F8EB8;
  border-radius: 6px;
  color: #010101;
  margin-bottom: 40px; }

.delivery-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #010101; }
  .delivery-list__item:last-child {
    margin-bottom: 0;
    border:none;
   }

.delivery-value {
  min-width: 50px;
  text-align: right;
  font-size: 20px;
}

.delivery-desc b {
  color: #950F07;
  margin-bottom: 5px; }

.delivery-value.delivery-value--gift b {
  text-transform: uppercase;
  color: #950F07; }

.delivery-result {
  color: #010101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.delivery-result__price {
  font-size: 36px;
  line-height: 38px;
  font-family: 'Impact', sans-serif;
  font-weight: 700;
  color: #423E3B;
  margin-bottom: 16px; }
  .delivery-result__price span {
    color: #950F07; }

span.delivery-result__post {
  color: #423E3B;
  font-size: 18px;
  line-height: 32px; }
  span.delivery-result__post span {
    color: #950F07; }

.box-delivery {
  position: relative;
  padding: 0 30px;
  padding-top: 200px;
  background: url("/Content/FullNiva/images/img/ref__map-lightblue.png") top center/100% no-repeat,
  #D7E6F3; }
    .box-delivery::before {
        position: absolute;
        top: -1px;
        left: 0;
        content: '';
        width: 100%;
        height: 170px;
        background-color: #950F07;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 5%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 15%, 0% 100%);
    }
  .box-delivery::after {
    position: absolute;
    top: -2px;
    left: 0;
    content: '';
    width: 100%;
    height: 150px;
    background-color: #2b6599;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 5%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0% 100%); }

.delivery-car {
  max-width: 589px;
  width: 100%;
  margin: 0 auto; }

.box-choosing-title {
  font-size: 42px;
  line-height: 50px;
  font-weight: 400;
  font-family: 'Impact';
  color: #fff;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center; }

.radio-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  text-align: center;
  margin: 0 auto 40px; }

.radio-trigger__text {
  margin-right: 16px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700; }

.radio-trigger__item:not(:last-child) {
  margin-right: 16px; }

.radio-trigger__item label {
  position: relative;
  padding-left: 36px;
  display: flex;
  align-items: center;
}

    .radio-trigger__item label:before, .radio-trigger__item label:after {
        top: 50%!important;
        transform: translateY(-50%)
    }

    .history {
        padding-bottom: 213px;
        position: relative;
    }
  .history::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    -webkit-clip-path: polygon(0 90%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 90%, 100% 0, 100% 100%, 0 100%);
    background: #950F07; }
  .history::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
    background: #D7E6F3; }

.history__body {
  max-width: calc(1216px + 60px);
  padding: 0 30px;
  margin: 0 auto; }

.histroy__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px; }

.history__info-content {
  max-width: 592px;
  width: 100%;
  margin-bottom: 24px;
  margin-right: 40px;
  max-width: 588px; }

.history__info-text {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px; }

.history__info-btn .btn {
  margin-left: 0; }

.history__journal {
  margin-bottom: 40px; }

.history__senstation {
  max-width: 800px;
  margin: 0 auto 40px; }

.history__sensation-title,
.history__title {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 42px;
  line-height: 50px;
  font-family: 'Impact';
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 40px;
  word-spacing: 8px;
  text-transform: uppercase; }

.history .tns-outer [aria-controls] {
  margin-left: 20px;
  width: 52px;
  height: 52px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 60px;
  color: #020100;
  font-size: 0;
  border: 2px solid #FFCF06;
  border-radius: 6px; }

.history .tns-outer [aria-controls]:hover, .tns-outer [aria-controls].tns-nav-active {
  color: #FFFFFF;
  opacity: .7; }

.history .tns-outer [aria-controls]:before {
  content: counter(item);
  counter-increment: item;
  display: block;
  border-color: #FFCF06; }

.history__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 550px; }

.history__list-item {
  padding-left: 52px;
  margin-bottom: 30px;
  position: relative;
  width: 50%;
  list-style: none; }
  .history__list-item::before {
    position: absolute;
    content: url("/Content/FullNiva/images/img/ref__mecanism-2.svg");
    top: 0;
    left: 0;
    width: 36px;
    height: 36px; }

.history__list-item--top {
  -webkit-column-break-before: column;
  -moz-column-break-before: column;
  break-before: column; }

.history__list-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  font-family: 'Impact';
  color: #FFCF06;
  margin-bottom: 8px;
  text-transform: uppercase; }

.history__list-desc {
  font-size: 20px;
  line-height: 28px; }

.history__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 1600px) {
    .content__header:after {
      width: 524px; }
    .content__header-title {
      max-width: calc(100% - 540px); }
    .header__logo {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
      flex: 0 0 190px;
      width: 190px; }
    .header__contacts-tel {
      margin: 0;
      font-size: 25px;
      line-height: 1.3; }
    .nav {
      margin-left: -16px; }
    .nav__item {
      margin-left: 16px;
      font-size: 14px; }
    .gifts-list__item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 32px);
      flex: 0 0 calc(25% - 32px); }
    .instruction-list--inner .instruction-list__item-download {
      padding-left: 10px;
      font-size: 18px; }
      .presentation::before {
        background-position: center calc(100% + 50px); } }

@media (max-width: 1440px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (max-width: 1380px) {
    .teaser__img {
      left: calc(100% - 50vw); } }

@media (max-width: 1360px) {
    button[data-controls="prev"],
    button[data-controls="next"] {
      background: #FFCF06; }
      button[data-controls="next"]::before {
        border-top: 3px solid #fff;
        border-right: 3px solid #fff; }
      button[data-controls="prev"]::before {
        border-top: 3px solid #fff;
        border-left: 3px solid #fff; }
        button[data-controls="prev"]:hover::before {
          opacity: .6; }
    button[data-controls="next"] {
      right: 10px; }
    button[data-controls="prev"] {
      left: 10px; } }

@media (max-width: 1300px) {
    .instruction .tns-outer [aria-controls] {
      background: #950F07; }
      .instruction button[data-controls="next"]::before {
        border-color: #fff; }
      .instruction button[data-controls="prev"]::before {
        border-color: #fff; }
      .teaser::before {
        background-position: 100%; } }

@media (max-width: 1280px) {
      .presentation::before {
        background-position: 100%; } }

@media (max-width: 1275px) {
    .header__logo {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-left: 58px;
      margin-right: auto;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 230px;
      flex: 0 0 230px;
      width: 230px; }
    .header__contacts {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    .header__contacts-tel {
      margin: 6px 0;
      font-size: 27px;
      line-height: 35px; }
  .nav__dropdown {
    padding: 20px 40px;
    background: #000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 1000;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  .nav__dropdown--open {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
    .nav {
      margin: 0 0 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .nav__item {
      margin: 20px 0;
      font-size: 20px;
      line-height: 26px; }
    .nav__hamburger {
      display: block;
      width: 40px;
      height: 32px;
      background: url("/Content/FullNiva/images/svg/ico-hamburger.svg") no-repeat;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .nav__dropdown-close {
      display: block;
      position: absolute;
      right: 40px;
      top: 20px;
      width: 28px;
      height: 28px;
      background: url("/Content/FullNiva/images/svg/ico-close.svg") no-repeat center/100%; }
    .action__label {
      width: 137px;
      height: 137px;
      top: 38px; }
    .presentation__inner {
      padding: 20px 40px; }
    .presentation__header {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .presentation__body {
      width: calc(100% - 60px);
      left: 30px; }
    .model-features__car {
      width: 100%;
      height: 468px;
      position: absolute;
      top: 5px;
      right: 0;
      overflow: hidden; }
    .model-features__car img {
      position: relative;
      right: -232px;
      width: 1010px;
      height: 468px; }
    .model-features__img-headlights {
      left: 232px;
      width: 1010px;
      height: 468px; } }

@media (max-width: 1200px) {
    .instruction .tns-controls {
      margin: 30px 0; }
    .teaser__shops {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 200px; }
    .world__gallery {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .world__gallery-item {
      margin-right: 24px; }
      .world__gallery-item:not(:last-child) {
        margin-bottom: 24px; }
    .steps__body {
      padding-bottom: 500px;
      background-position: bottom right; }
    .history__gallery {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around; } }

@media (max-width: 1100px) {
    .model__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .model__info {
      max-width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin-bottom: 30px; }
    .model__special {
      margin-right: 30px;
      width: 100%; } }

@media (max-width: 1024px) {
    .form--feedback {
      padding: 60px; }
    .form--transparent {
      padding: 0; }
      .presentation::before {
        background-position: 100%; } }

@media (max-width: 1008px) {
    .content__body .box_desc {
      margin: 0 30px; } }

@media all and (max-width: 1000px) {
  .news-page__pic {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (max-width: 1000px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
    h2 {
      font-size: 30px;
      line-height: 36px; }
    .wrapper {
      background-size: auto; }
    .content__body {
      padding-top: 180px; }
      .content__body--faq::before {
        min-width: 1000px;
        left: -50px; }
      .content__body--faq::after {
        min-width: 1000px;
        left: -50px; }
    .content__header {
      margin-top: 20px;
      display: block;
      min-height: auto; }
    .content__header:after {
      margin: 0 auto;
      position: relative;
      right: auto;
      bottom: auto;
      width: 635px;
      max-width: 100%; }
    .content__header-title {
      position: relative;
      left: auto;
      top: auto;
      margin-bottom: 45px;
      max-width: none; }
    .content__header-title h1 {
      margin-top: 5px;
      display: block;
      text-transform: none;
      font-weight: bold;
      font-size: 40px;
      line-height: 48px;
      letter-spacing: 0;
      color: #FFFFFF; }
    .content__title {
      font-size: 36px;
      line-height: 40px;
      padding: 0 30px;
      word-spacing: initial;
      max-width: 660px; }
    .form__title {
      font-size: 36px;
      line-height: 40px;
      padding: 0 30px;
      word-spacing: initial;
      max-width: 660px; }
    .toast {
      padding: 20px; }
    .header__inner {
      padding: 0 40px;
      height: 128px; }
    .news {
      padding: 0 40px;
      margin-bottom: 80px;
      overflow-x: hidden; }
    .news__title {
      font-size: 36px;
      line-height: 40px;
      padding: 0 30px;
      word-spacing: initial;
      max-width: 660px; }
    .news__more {
      margin: 40px auto 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .news-list:not(.tns-slider) {
      margin-left: -40px;
      margin-right: -40px;
      padding-left: 10px;
      overflow: auto; }
  .news-list::-webkit-scrollbar {
    width: 0; }
  .news-list:after {
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px; }
    .news-list:not(.tns-slider) {
      margin-left: 30px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 289px;
      flex: 0 0 289px; }
    .news-list__item-text {
      margin-bottom: 21px; }
  .news .tns-ovh {
    overflow: visible; }
    .news .tns-nav {
      margin-top: 84px;
      margin-bottom: -145px;
      max-width: 287px; }
    .gifts-container {
      padding: 0 40px;
      margin-bottom: 67px; }
    .gifts__title {
      font-size: 36px;
      line-height: 40px;
      padding: 0 30px;
      word-spacing: initial;
      max-width: 660px; }
    .gifts__more {
      margin-top: 23px; }
    .gifts-list {
      margin-right: -40px;
      margin-left: -40px;
      margin-bottom: -20px;
      padding-bottom: 20px;
      padding-left: 20px;
      overflow: auto;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
    .gifts-list__item {
      margin-bottom: 16px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 316px;
      flex: 0 0 316px; }
    .video {
      padding: 0 40px;
      margin-bottom: 91px; }
    .video__title {
      font-size: 36px;
      line-height: 40px;
      padding: 0 30px;
      word-spacing: initial;
      max-width: 660px; }
    .video__title {
      margin-bottom: 0; }
    .parcel {
      padding-top: 550px; }
    .parcel__title {
      font-size: 36px;
      line-height: 40px;
      padding: 0 30px;
      word-spacing: initial;
      max-width: 660px; }
    .parcel__more {
      margin-top: 14px; }
    .parcel-list {
      padding-left: 15px;
      margin-left: -40px;
      margin-right: -40px;
      overflow-x: auto; }
  .parcel-list:after {
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px; }
    .parcel-list__item {
      margin-left: 25px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 225px;
      flex: 0 0 225px; }
    .action {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .action__body {
      margin-right: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      margin-bottom: 40px; }
    .action__text {
      padding-right: 60px; }
    .action__price {
      padding-right: 48px;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .action__label {
      width: 200px;
      height: 200px;
      top: auto;
      bottom: 119px; }
    .instruction__title {
      font-size: 36px;
      line-height: 40px;
      padding: 0 30px;
      word-spacing: initial;
      max-width: 660px; }
    .instruction__body {
      overflow: hidden; }
    .instruction__body-title {
      display: none; }
    .instruction__body-text {
      display: none; }
    .instruction-list--inner .instruction-list__item:not(.tns-slider) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 32px);
      flex: 0 0 calc(50% - 32px); }
    .instruction-list__item-img {
      margin-bottom: 12px; }
    .instruction-list__item-download {
      font-size: 16px;
      line-height: 21px; }
    .instruction .tns-nav {
      margin-top: 84px;
      margin-bottom: -145px;
      max-width: 287px; }
    .detailing__title {
      font-size: 36px;
      line-height: 40px;
      padding: 0 30px;
      word-spacing: initial;
      max-width: 660px; }
    .detailing__more {
      margin-top: 52px; }
    .detailing__model {
      margin-bottom: 24px; }
    .detailing__model-img {
      margin-bottom: 3px; }
    .detailing-video__title {
      font-size: 36px;
      line-height: 40px;
      padding: 0 30px;
      word-spacing: initial;
      max-width: 660px; }
    .detailing-video__item {
      height: 450px; }
    .journal__list {
      max-height: 700px; }
    .gallery-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
    .gallery__more {
      margin: 0 30px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: calc(100% - 60px);
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .gallery__more-text {
      margin-bottom: 24px; }
    .details__title {
      font-size: 36px;
      line-height: 40px;
      padding: 0 30px;
      word-spacing: initial;
      max-width: 660px; }
      .inner::before {
        height: 600px; }
    .detailing-list:not(.tns-carousel) {
      padding-left: 10px;
      padding-bottom: 20px;
      margin-bottom: -20px;
      margin-left: 0;
      overflow: auto;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left;
      background: none; }
  .detailing-list::-webkit-scrollbar {
    width: 0; }
  .detailing-list:after {
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px; }
    .detailing-list:not(.tns-carousel) .detailing-list__item {
      margin-left: 30px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 449px;
      flex: 0 0 449px; }
  .detailing .tns-ovh {
    overflow: visible; }
    .tns-carousel .detailing-list__item {
      width: 449px; }
    .detailing-list__item-title {
      padding: 0;
      text-align: left; }
    .detailing-list__item-text {
      padding: 0;
      text-align: left; }
    .presentation__inner {
      margin-top: 0;
      margin-bottom: 45px; }
    .presentation__logo {
      width: 100%;
      margin-bottom: 60px; }
    .presentation__exclusive {
      margin-left: 0;
      margin-bottom: 20px; }
    .presentation__scale {
      margin: 0 auto 0 0; }
    .presentation__body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .presentation__info {
      max-width: 100%;
      margin-right: 0; }
    .presentation__text {
      text-align: center; }
    .presentation__body-btn {
      margin-bottom: 30px; }
      .presentation__body-btn .btn {
        margin: 0 auto;
        display: block; }
    .total-panel {
      padding-left: 40px;
      padding-right: 40px; }
    .features__item-title {
      padding: 0; }
    .features__item:nth-child(odd) .features__item-title {
      padding: 0; }
    .features__item-text {
      padding: 0 10px 0 0; }
    .features__item:nth-child(odd) .features__item-text {
      padding: 0 10px 0 0; }
    .features__item-detailing {
      display: none; }
    .model-features {
      margin: 90px -40px 40px;
      padding-left: 40px;
      padding-right: 40px; }
    .model-features__body {
      padding-bottom: 410px;
      margin-left: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
    .model-features__car {
      height: 592px;
      top: auto;
      bottom: -151px; }
    .model-features__car img {
      right: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 1278px;
      height: 592px; }
    .model-features__img-headlights {
      width: 1278px;
      height: 592px;
      right: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .box_title {
      font-size: 36px;
      line-height: 40px;
      padding: 0 30px;
      word-spacing: initial;
      max-width: 660px; }
    .box_title {
      font-size: 30px;
      line-height: 36px; }
    .box_desc {
      padding: 30px; }
    .anketa .item .line {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .anketa .item .line .l.-m input[type=text] {
      margin-left: 0;
      margin-top: 20px; }
  .anketa .item .line .r.-m input[type=text] {
    margin-left: 0;
    margin-top: 20px; }
    .anketa .item .line .l.-m, .anketa .item .line .r.-m {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .anketa .item .line .-l-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
    .table-scroll {
      width: calc(100vw - 152px); }
    .footer__inner {
      padding: 70px 40px 84px; }
    .footer__hachette {
      left: 40px; }
    .footer__text {
      padding-right: 50px; }
    .footer__copyright {
      left: 40px;
      bottom: 40px; }
    .footer__developer {
      right: 40px; }
    .footer__maker {
      bottom: 30px;
      right: 30px; }
    .teaser__img {
      position: static;
      max-width: 100%;
      height: auto; }
    .build__title {
      font-size: 36px;
      line-height: 40px;
      padding: 0 30px;
      word-spacing: initial;
      max-width: 660px; }
    .build__video {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 24px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .model__title {
      font-size: 36px;
      line-height: 40px;
      padding: 0 30px;
      word-spacing: initial;
      max-width: 660px; }
    .world__title {
      font-size: 36px;
      line-height: 40px;
      padding: 0 30px;
      word-spacing: initial;
      max-width: 660px; }
    .steps__title {
      font-size: 36px;
      line-height: 40px;
      padding: 0 30px;
      word-spacing: initial;
      max-width: 660px; }
    .box-gifts__main {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around; }

    .box-gifts__item {
      margin-bottom: 24px; }
    .histroy__info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .history__sensation-title,
    .history__title {
      font-size: 36px;
      line-height: 40px;
      padding: 0 30px;
      word-spacing: initial;
      max-width: 660px; }
    .history__list {
      max-height: 700px; } }

@media (max-width: 800px) {
    .journal__list {
      max-height: 100%; }
    .journal__list-item {
      width: 100%; }
    .history__list {
      max-height: 100%; }
    .history__list-item {
      width: 100%; } }

@media all and (max-width: 775px) {
  .news-page__text--img {
    /*flex-direction: column;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .news-page__text--img_right img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .news-page__signature {
    padding: 20px 0; }
  .news-page__note {
    padding: 40px;
    margin: 40px auto; }
  .news-page__title {
    font-size: 36px; }
  .news-page h3 {
    font-size: 30px; }
  .news-page h4 {
    font-size: 30px; }
  .news-page__text {
    margin: 40px auto; }
  .news-page__pic {
    margin: 40px auto; } }

@media (max-width: 767px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
    .subscribe-form__cell {
      width: 100%;
      padding-left: 0; }
    .subscribe-form__cell--4 {
      width: 100%; }
    .subscribe-form__cell--6 {
      width: 100%; }
    h2 {
      font-size: 28px;
      line-height: 38px; }
    .content__header {
      margin-bottom: 20px; }
    .content__header:after {
      padding-top: 43%;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 0;
      background-position: center;
      background-size: calc(100% - 30px);
      z-index: 2; }
    .content__header-title {
      padding-left: 0;
      margin-bottom: 20px;
      text-align: center; }
    .content__header-title:before {
      display: none; }
    .content__header-title h1 {
      margin-top: 0;
      font-size: 33px;
      line-height: 1.3; }
    .content__title {
      font-size: 24px;
      line-height: 32px;
      max-width: 400px; }
  .btn:before {
    display: none; }
  .btn:after {
    display: none; }
    .form--feedback {
      padding: 30px; }
    .form__title {
      font-size: 24px;
      line-height: 32px;
      max-width: 400px; }
    .form--transparent {
      padding: 0; }
    .toast {
      font-size: 18px;
      line-height: 1.4; }
    .header__inner {
      padding: 0 20px;
      height: 81px; }
    .header__logo {
      margin: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 176px;
      flex: 0 0 176px;
      width: 176px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .header__contacts {
      display: none;
      margin: 0; }
  .nav__dropdown {
    padding: 20px 20px;
    background: #000000; }
    .nav__hamburger {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .nav__dropdown-contacts {
      margin-left: -40px;
      margin-right: -40px;
      padding-top: 40px;
      padding-left: 40px;
      padding-right: 40px;
      display: block;
      border-top: 1px solid #627087; }
    .nav__dropdown-contacts {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px; }
    .nav__dropdown-close {
      right: 20px; }
    .news {
      padding: 0 20px;
      margin-bottom: 91px; }
    .news__title {
      font-size: 24px;
      line-height: 32px;
      max-width: 400px; }
    .news__more {
      margin-top: 30px; }
  .news__more .btn {
    width: 100%; }
    .news-list:not(.tns-slider) {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 0; }
    .news-list:not(.tns-slider) {
      margin-left: 20px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 246px;
      flex: 0 0 246px; }
    .news-list__item-img {
      margin-bottom: 16px; }
    .news-list__item-title {
      margin-bottom: 15px;
      font-size: 24px;
      line-height: 31px; }
    .news-list__item-text {
      margin-bottom: 8px;
      padding-right: 12px;
      font-size: 16px;
      line-height: 24px; }
    .gifts-container {
      padding: 0 20px;
      margin-bottom: 60px; }
    .gifts__title {
      font-size: 24px;
      line-height: 32px;
      max-width: 400px; }
    .gifts__more {
      margin-top: 40px; }
  .gifts__more .btn {
    width: 100%; }
    .gifts-list {
      margin-right: 0;
      margin-left: 0;
      padding-left: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      overflow: visible; }
    .gifts-list__item {
      margin: 0 0 35px; }
  .gifts-list__item:last-child {
    margin-bottom: 0; }
    .video {
      padding: 0 20px;
      margin-bottom: 61px; }
    .video__title {
      font-size: 24px;
      line-height: 32px;
      max-width: 400px; }
    .parcel {
      padding-top: calc(340px - 20vw); }
    .parcel__title {
      font-size: 24px;
      line-height: 32px;
      max-width: 400px; }
  .parcel__title .news__title-inner {
    font-size: 30px;
    line-height: 36px; }
    .parcel__more {
      margin-top: 4px; }
  .parcel__more .btn {
    width: 100%; }
    .parcel-list {
      padding-left: 0;
      margin-left: -25px;
      margin-right: -20px; }
  .parcel-list:after {
    padding-left: 0 0 20px; }
    .action__title {
      margin-bottom: 15px;
      font-size: 24px;
      line-height: 31px; }
    .action__text {
      padding-right: 0;
      font-size: 16px;
      line-height: 24px; }
    .action__price {
      padding-right: 0;
      bottom: 25px; }
    .action__label {
      width: 175px;
      height: 175px;
      bottom: 282px;
      right: 50%;
      -webkit-transform: translateX(50%);
      transform: translateX(50%); }
    .instruction__title {
      font-size: 24px;
      line-height: 32px;
      max-width: 400px; }
    .instruction__title {
      margin-bottom: 10px; }
  .instruction .tns-ovh {
    overflow: visible; }
  .instruction-list__item {
    width: 229px; }
    .instruction-list--inner .instruction-list__item:not(.tns-slider) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 32px);
      flex: 0 0 calc(100% - 32px); }
    .detailing__title {
      font-size: 24px;
      line-height: 32px;
      max-width: 400px; }
    .detailing__title {
      margin-top: 0; }
    .detailing__more {
      margin-top: 16px; }
  .detailing__more .btn {
    width: 100%; }
    .detailing__model {
      margin: 0 -20px 10px; }
    .detailing__model-img {
      margin-bottom: -4px; }
    .detailing__model-text {
      margin: 0 20px;
      font-size: 11.0365px;
      line-height: 16px; }
    .detailing__model-text:before {
      margin: 0 1px 0 -12px;
      width: 35px;
      height: 80px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
      flex: 0 0 35px;
      background: url(/Content/FullNiva/images/svg/arrow.svg) no-repeat center/100% 100%; }
    .detailing__model-text:after {
      margin: 0 -16px 0 1px;
      width: 35px;
      height: 80px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
      flex: 0 0 35px;
      background: url(/Content/FullNiva/images/svg/arrow.svg) no-repeat center/100% 100%; }
    button[data-controls="next"] {
      top: 50%;
      -webkit-transform: translate(0%, -110%);
      transform: translate(0%, -110%); }
    button[data-controls="prev"] {
      top: 50%;
      -webkit-transform: translate(0%, -110%);
      transform: translate(0%, -110%); }
    .detailing-video__title {
      font-size: 24px;
      line-height: 32px;
      max-width: 400px; }
    .detailing-video__item {
      height: 350px; }
    .details__title {
      font-size: 24px;
      line-height: 32px;
      max-width: 400px; }
      .inner::before {
        height: 400px; }
  .detailing-list:after {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px; }
  .detailing .tns-ovh {
    overflow: hidden; }
    .tns-carousel .detailing-list__item {
      width: 100%; }
    .detailing-list__item-title {
      margin-bottom: 3px;
      font-size: 18px; }
    .detailing-list__item-text {
      font-size: 15px; }
      .presentation::before {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); }
      .presentation::after {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); }
    .presentation__inner {
      padding: 30px 20px;
      margin-bottom: 31px; }
    .presentation__header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .presentation__logo {
      max-width: 100%; }
    .presentation__body {
      padding: 16px;
      margin-top: 28px;
      text-align: center;
      border: 8px solid #FDBA15;
      width: calc(100% - 40px);
      left: 20px; }
    .presentation__text {
      font-size: 14px;
      line-height: 18px; }
    .presentation__body-btn .btn {
      width: 100%; }
    .faq {
      margin-bottom: 40px; }
    .faq__item {
      padding-left: 80px;
      margin-bottom: 27px; }
    .faq__item:before {
      width: 38px;
      height: 46px; }
    .faq__item-question {
      margin-bottom: 10px;
      font-size: 24px;
      line-height: 1.3; }
    .toast__car-img {
      height: auto; }
    .questionnaire__item {
      padding-top: 7px;
      padding-left: 53px;
      margin-bottom: 27px; }
    .questionnaire__item:before {
      width: 38px;
      height: 46px;
      line-height: 46px; }
    .questionnaire__item-title {
      margin-bottom: 10px;
      font-size: 24px;
      line-height: 1.3; }
    .progress {
      margin-top: 60px;
      display: block; }
    .progress__bar-value:before {
      display: none; }
    .progress__btn {
      margin-left: 0;
      margin-top: 20px; }
    .total-panel {
      padding-left: 20px;
      padding-right: 20px; }
    .model-features {
      margin: 90px -20px -55px;
      padding-left: 20px;
      padding-right: 20px; }
    .model-features__body {
      padding-bottom: 316px; }
    .model-features__car {
      left: 50%;
      bottom: -10px;
      right: auto;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 334px; }
    .model-features__car img {
      width: 720px;
      height: 334px; }
    .model-features__img-headlights {
      width: 720px;
      height: 334px; }
    .box_title {
      font-size: 24px;
      line-height: 32px;
      max-width: 400px; }
    .box_title {
      font-size: 24px;
      line-height: 32px; }
    .box_desc {
      font-size: 18px;
      line-height: 1.4; }
    .faq_list .item h3 {
      margin-bottom: 10px;
      font-size: 24px;
      line-height: 1.3; }
    .faq_list .item-num {
      left: -53px;
      width: 38px;
      height: 36px;
      line-height: 36px; }
    .anketa .item {
      padding-left: 53px;
      margin-bottom: 27px;
      max-width: 300px;
      margin-left: 0; }
    .anketa .item__last-form {
      padding-left: 53px;
      margin-bottom: 27px;
      max-width: 100%;
      padding-left: 0; }
    .anketa .item .line .r {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
    .anketa .item .line .l {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
    .anketa .item .line .l.-m input[type=text] {
      margin-right: 0; }
    .table-scroll {
      width: calc(100vw - 93px); }
    .questionnaire-note {
      margin-bottom: 30px;
      padding: 0;
      font-size: 22px;
      line-height: 1.4; }
    .grid.form-callback {
      padding-top: 0;
      margin-top: 0;
      background: none; }
    .section__box-content {
      padding: 20px; }
    .grid-column-2-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .section__box-content .grid-row:last-child .grid-column-1 {
      padding: 16px; }
    .progress-row {
      margin-top: 60px;
      display: block; }
    .progress-row .ready:before {
      display: none; }
    .progress-row .line {
      margin-left: 0;
      margin-top: 20px; }
    .footer__inner {
      padding: 65px 20px 29px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .footer__hachette {
      left: 20px; }
    .footer__text {
      padding-right: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .footer__copyright {
      margin-top: 15px;
      position: relative;
      left: auto;
      bottom: auto;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    .footer__developer {
      margin-top: 15px;
      position: relative;
      right: auto;
      top: auto;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .footer__maker {
      position: relative;
      right: auto;
      bottom: auto;
      margin-top: 15px;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
      .teaser::before {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); }
      .teaser::after {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); }
    .teaser-container {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .teaser__title {
      font-size: 32px;
      line-height: 40px; }
    .teaser__title-subtext {
      font-size: 24px;
      line-height: 40px;
      margin-bottom: 30px; }
    .teaser__title-btn .btn {
      font-size: 18px;
      line-height: 24px;
      padding: 12px 18px; }
    .build__title {
      font-size: 24px;
      line-height: 32px;
      max-width: 400px; }
      .build__video-item:first-child {
        margin-right: 0; }
    .model__title {
      font-size: 24px;
      line-height: 32px;
      max-width: 400px; }
    .model__img {
      max-width: 490px; }
    .model__point {
      width: 30px;
      height: 30px; }
      .model__point::after {
        width: 18px; }
      .model__point::before {
        width: 18px; }
    .model__point--top {
      top: 130px;
      left: 230px; }
    .model__point--center {
      top: 195px;
      left: 220px; }
    .model__point--bottom {
      bottom: 100px;
      left: 225px; }
    .model__point.model__point--light {
      bottom: 156px;
      left: 120px; }
    .model__point.model__point--door {
      bottom: 220px;
      right: 160px; }
    .model__point-info {
      top: -300px;
      left: -110px;
      padding: 20px;
      width: 250px; }
    .model__point-text {
      font-size: 16px;
      line-height: 22px; }
    .model__spotlights {
      width: 300px;
      bottom: 80px;
      left: -60px; }
    .world__title {
      font-size: 24px;
      line-height: 32px;
      max-width: 400px; }
    .world__gallery-item {
      margin-right: 0; }
    .steps__body {
      padding-bottom: 400px; }
    .steps__title {
      font-size: 24px;
      line-height: 32px;
      max-width: 400px; }
  .subscribe-form .subscribe-form__row {
    margin-left: 0; }
  .subscribe-form__cell--wide {
    padding-left: 0;
    width: 100%; }
      .subscribe-form__row p {
        padding-left: 0; }
    .subscribe__progress-action {
      margin-left: 0;
      width: 100%; }
      .history::before {
        -webkit-clip-path: polygon(0 0, 0 100px, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 0 100px, 100% 100%, 0 100%); }
    .history__info-content {
      padding: 16px;
      margin-right: 0; }
    .history__info-text {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 16px; }
    .history__sensation-title,
    .history__title {
      font-size: 24px;
      line-height: 32px;
      max-width: 400px; }
  .history__gallery-item:not(:last-child) {
    margin-bottom: 16px; } }

@media (max-width: 767px) {
  .subscribe__progress {
    margin-bottom: 24px; }
    .subscribe__progress-row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

@media all and (max-width: 500px) {
  .news-page__note {
    padding: 20px;
    margin: 20px auto; }
  .news-page__text {
    margin: 20px auto; }
  .news-page__pic {
    margin: 20px auto; }
  .news-page__title {
    font-size: 30px;
    background-size: 75%; }
  .news-page h3 {
    font-size: 26px; }
  .news-page h4 {
    font-size: 26px; } }

@media (max-width: 495px) {
    .btn {
      margin: 0;
      text-transform: none;
      border-radius: 6px;
      font-size: 14px;
      line-height: 18px;
      max-width: 100%;
      width: 100%; }
    .parcel {
      padding-top: 180px; }
    .detailing-video__item {
      height: 200px; }
    .model__info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .model__img {
      max-width: 320px; }
    .model__special {
      margin-right: 0;
      max-width: 116px; }
    .model__point {
      display: none; }
    .model__spotlights {
      width: 250px;
      bottom: 30px;
      left: -60px; }
    .steps__body {
      padding-bottom: 250px;
      background: url("/Content/FullNiva/images/img/ref__steps-bg-3.png") bottom right/100% no-repeat; }
    .radio-trigger {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .radio-trigger__text {
      width: 100%;
      margin-bottom: 16px; }
  .radio-trigger__item {
    width: 50%;
    margin-bottom: 8px;
 }
    .radio-trigger__item:not(:last-child) {
      margin-right: 0px; } }

@media (max-width: 480px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media all and (max-width: 375px) {
  .news-page__title {
    font-size: 26px; }
  .news-page h3 {
    font-size: 22px; }
  .news-page h4 {
    font-size: 22px; } }

@media (max-width: 360px) {
    .teaser__title {
      font-size: 24px;
      line-height: 30px; }
    .teaser__title-subtext {
      font-size: 16px;
      line-height: 30px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .news-list__item-img {
      overflow: hidden; }
    .news-list__item-img img {
      width: auto;
      max-width: none;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }

/*# sourceMappingURL=main.css.map */
.subscribe-form.subscribe-form--s {
  max-width: 800px;
  margin: 0 auto;
}
.subscribe__progress-action {
  margin-right: 20px;
}
@media(max-width:767px) {
  .subscribe__progress-action {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
div#form-steps {
  padding: 0 30px;
}
@media(max-width:768px) {
  .subscribe__confirmate-main {
    padding: 16px;
  }
}
/* .radio-trigger__item label {
  padding-left: 82px;
} */
.radio-trigger label img {
  /*position: relative;
  top: 6px;*/
  margin-right: 12px
}
.radio-trigger {
  align-items: center;
}
.box-gifts__main .slick-track {
  display: flex;
  justify-content: space-between;
}
.box-gifts__main .slick-slide {
  height: auto;
}
.box-gifts__main {
  margin: 0 auto;
}

.box-gifts__main .slick-track {
  display: flex;
}

.box-gifts__main .slick-slide {
  height: auto;
  margin-right: 20px;
}

.box-gifts__main .slick-slide > div {
  height: 100%;
}


.box-gifts__item {
  padding: 20px!important;
  width: 33.3333%;
  height: 100%;
  position: relative;
  display: flex !important;
  flex-direction: column;
}
@media(max-width:1000px) {
  .box-gifts__item {
    margin: 0 !important;
}
}
.box-choosing-main {
  padding: 0 30px;
}
.subscribe-form__row p {
  font-size: 16px;
  line-height: 20px;
}
.subscribe__progress-action {
  font-size: 18px;
  line-height: 23px;
}
.delivery-desc {
  font-size: 20px;
  line-height: 28px;
}
    .delivery-desc span {
        font-size: 18px;
    }
    .subscribe__confirmate-text p:first-child {
        margin-bottom: 60px;
    }
input[type='text']:disabled {
  background-color: #C0D2DE;
}

.subscribe__payment .radio-trigger {
    align-items: flex-start;
}
.radio-trigger__mark {
    padding-top: 10px;
    display: inline-block;
    font-size: small;
    padding-left: 36px;
}
@media(max-width:767px) {
  
  .delivery-list__item {
    flex-direction: column;
    align-items: flex-start;
  }
  .delivery-value {
    text-align: left;
    margin-top: 24px;
  }
}
.subscribe-form__delivery .radio-trigger, .subscribe__payment .radio-trigger {
    padding: 20px 20px 30px 20px;
    border-radius: 6px;
    background: #5F8EB8;
    max-width: 800px;
    justify-content: center;
}
    @media(max-width:495px) {
        .subscribe-form__delivery .radio-trigger__item, .subscribe__payment .radio-trigger__item {
        width: 100%;
        align-self: flex-start;
        margin-left: 0;
        text-align: left;
        margin-bottom: 8px;
    }
  .box-delivery {
    background-size: 200%;
  }
}

.subscribe__payment__title {
  font-size: 42px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Impact';
  font-weight: 400;
  margin-bottom: 40px;
  padding: 0 30px;
}
@media(max-width:1000px) {
  .subscribe__payment__title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media(max-width:767px) {
  .subscribe__payment__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.subscribe__payment .radio-trigger label img {
  top: 15px;
  margin-right: 6px;
}

/* Модальное окно */

.modal__wrapper {
    width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    background-color: #423E3B;
}

    .modal__wrapper form {
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
    }

.modal {
    background: #2B6599;
    padding: 60px;
    width: calc(100% - 20px);
    max-width: 920px;
    position: relative;
}

.modal__title {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 24px;
    color: #FFC700;
    text-transform: uppercase;
    font-family: 'Impact';
}

.button__modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 0;
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: none;
    cursor: pointer;
}

    .button__modal-close::after,
    .button__modal-close::before {
        position: absolute;
        content: '';
        width: 28px;
        height: 2px;
        background: #640a05;
        top: 26px;
        left: 16px;
    }

    .button__modal-close::before {
        transform: rotate(45deg);
    }

    .button__modal-close::after {
        transform: rotate(-45deg);
    }

.modal-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.modal-form__cell {
    width: calc(50% - 16px);
    margin-bottom: 20px;
}

    .modal-form__cell:nth-of-type(5) {
        width: 100%;
    }

.modal p {
    margin-bottom: 24px;
}

.modal-form__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .modal-form__actions .button {
        border: none;
        color: #fff;
        background: #640a05;
        border-radius: 6px;
        font-size: 18px;
        line-height: 20px;
        padding: 15px 20px;
    }

@media(max-width:767px) {
    .modal {
        padding: 20px;
        overflow-y: scroll;
    }

    .modal__title {
        max-width: 200px;
        font-size: 36px;
        line-height: 42px;
    }

    .modal-form__cell {
        width: 100%;
    }

    .modal-form__actions {
        flex-direction: column;
    }

        .modal-form__actions .button {
            margin-top: 16px;
        }
}
