/* Minification failed. Returning unminified contents.
(4661,1): run-time error CSS1019: Unexpected token, found '}'
 */

body { 
	margin:0; 
	padding:0; 
	background:#dbc6b4 url(../images/general/bg.png) top left repeat;
	}

* { 
	outline:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
	}

img  { border:0 }

h1,h2,h3,h4,h5,h6      { 
 	padding:0; 
	margin:0; 
	line-height:normal;
	}

p { 
	padding:0; 
	margin:0 0 10px;
	}
 
a { text-decoration:underline; }	
a:hover  { text-decoration:none; }
 
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; }
 
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	-moz-border-radius: 0px; 
    -webkit-border-radius: 0px;  
    -khtml-border-radius: 0px;  
    border-radius: 0px; 	
	}

 
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-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('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('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;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

/*.fancybox-lock {
    overflow: hidden !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('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('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('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('/fonts/flexslider-icon.eot');
  src: url('/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/fonts/flexslider-icon.woff') format('woff'), url('/fonts/flexslider-icon.ttf') format('truetype'), url('/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

[data-id=flexslider] {
	position:relative;
}
[data-id=flexslider] .slides li {
    
 
}

[data-id=flexslider] .flex-control-nav {
    bottom: 10px;
}

[data-id=flexslider] .flex-control-paging li a {
    background: #156ab1;
}
[data-id=flexslider] .flex-control-paging li a.flex-active {
    background: #ffed00;
}

/* 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;
}

@font-face {
    font-family: 'LucidaGrande';
    src: url('../fonts/lucidagrande-bold-webfont.woff2');
    src: url('../fonts/lucidagrande-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lucidagrande-bold-webfont.woff2') format('woff2'), url('../fonts/lucidagrande-bold-webfont.woff') format('woff'), url('../fonts/lucidagrande-bold-webfont.ttf') format('truetype'), url('../fonts/lucidagrande-bold-webfont.svg#lucida_grandebold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PTSans';
    src: url('../fonts/ptsans-bold-webfont.woff2');
    src: url('../fonts/ptsans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ptsans-bold-webfont.woff2') format('woff2'), url('../fonts/ptsans-bold-webfont.woff') format('woff'), url('../fonts/ptsans-bold-webfont.ttf') format('truetype'), url('../fonts/ptsans-bold-webfont.svg#pt_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PTSans';
    src: url('../fonts/PTSans-italic.woff2') format('woff2'), url('../fonts/PTSans-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PTSans';
    src: url('../fonts/ptsans-bolditalic-webfont.woff2');
    src: url('../fonts/ptsans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ptsans-bolditalic-webfont.woff2') format('woff2'), url('../fonts/ptsans-bolditalic-webfont.woff') format('woff'), url('../fonts/ptsans-bolditalic-webfont.ttf') format('truetype'), url('../fonts/ptsans-bolditalic-webfont.svg#pt_sansbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PTSans';
    src: url('../fonts/ptsans-regular-webfont.woff2');
    src: url('../fonts/ptsans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ptsans-regular-webfont.woff2') format('woff2'), url('../fonts/ptsans-regular-webfont.woff') format('woff'), url('../fonts/ptsans-regular-webfont.ttf') format('truetype'), url('../fonts/ptsans-regular-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MinionPro';
    src: url('../fonts/Minion-Pro-Bold.woff');
    src: url('../fonts/Minion-Pro-Bold.woff') format('woff'), url('../fonts/Minion-Pro-Bold.ttf') format('truetype'), url('../fonts/Minion-Pro-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MinionPro';
    src: url('../fonts/Minion-Pro-Regular.woff');
    src: url('../fonts/Minion-Pro-Regular.woff') format('woff'), url('../fonts/Minion-Pro-Regular.ttf') format('truetype'), url('../fonts/Minion-Pro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


table {
	padding: 0;
	margin: 0 0 30px;
	border-collapse: collapse;
	width: 100%;
	font-size: 16px;
	line-height: normal;
}

th, td {
	padding: 13px 0;
	padding-right: 20px;
	margin: 0;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

th {
	text-align: left;
	font-family: 'MinionPro', "Times New Roman", serif;
	font-size: 18px;
	line-height: 22px;
	color: #196A80;
	font-weight: bold;
}

td {
	color: #196A80;
	font-size: 18px;
	line-height: 25px;
}

caption {
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 0 0 15px;
}


.grid {
	margin:-10px -15px;
	margin-bottom:0;
 	}
	.grid:after {
		content:"";	
		clear:both;
		display:block;
		}
	.grid-row { 
		clear:both;
		}

		
		[class^="grid-column"] { 
			float:left;
			padding:10px 15px;
			box-sizing:border-box;
			border-collapse:collapse;
			}
				
		.grid-column-1  { width:100%; }
		.grid-column-2  { width:50%; }
		.grid-column-3  { width:33.33333333333333%; }
		.grid-column-4  { width:25%; }
		.grid-column-5  { width:20%; }
		.grid-column-6  { width:16.666666666666664%; }
		.grid-column-7  { width:14.288888888888888%; }
		.grid-column-8  { width:12.555555555555555%; }
		.grid-column-9  { width:11.111111111111111%; }
		
		.grid-column-2-1  { width:50%;  }
		.grid-column-2-2  { width:100%; }
 		
		
		.grid-column-3-1  { width:33.33333333333333%;  }
		.grid-column-3-2  { width:66.666666666666664%; }
		.grid-column-3-3  { width:100%; }
			
		.grid-column-4-1  { width:25%; }
		.grid-column-4-2  { width:50%; }
		.grid-column-4-3  { width:75%; }
		.grid-column-4-4  { width:100%; }
		
		.grid-column-5-1  { width:20%; }
		.grid-column-5-2  { width:40%; }
		.grid-column-5-3  { width:60%; }
		.grid-column-5-4  { width:80%; }
		.grid-column-5-5  { width:100%;  }
		
		.grid-column-6-1  { width:16.666666666666664%; }
		.grid-column-6-2  { width:33.333333333333328%; }
		.grid-column-6-3  { width:49.999999999999992%; }
		.grid-column-6-4  { width:66.666666666666656%; }
		.grid-column-6-5  { width:83.33333333333332%;  }
		.grid-column-6-6  { width:100%; }
		
		.grid-column-7-1  { width:14.28%; }
		.grid-column-7-2  { width:28.56%; }
		.grid-column-7-3  { width:42.84%; }
		.grid-column-7-4  { width:57.12%; }
		.grid-column-7-5  { width:71.4%;  }
		.grid-column-7-6  { width:85.68%; }
		.grid-column-7-7  { width:100%;   }
		
		.grid-column-8-1  { width:12.5%; }
		.grid-column-8-2  { width:25%;   }
		.grid-column-8-3  { width:37.5%; }
		.grid-column-8-4  { width:50%;   }
		.grid-column-8-5  { width:62.5%; }
		.grid-column-8-6  { width:75%;   }
		.grid-column-8-7  { width:87.5%; }
		.grid-column-8-8  { width:100%;  }
		
		.grid-column-9-1  { width:11.1111111111%; }
		.grid-column-9-2  { width:22.2222222222%;   }
		.grid-column-9-3  { width:33.3333333333%; }
		.grid-column-9-4  { width:44.4444444444%;   }
		.grid-column-9-5  { width:55.5555555555%; }
		.grid-column-9-6  { width:66.6666666666%;   }
		.grid-column-9-7  { width:77.7777777777%; }
		.grid-column-9-8  { width:88.8888888888%;  }
		.grid-column-9-9  { width:100%;  }
 	
		 
@font-face {
    font-family: 'MinionPro';
    src: url('/Content/Eternal/fonts/Minion-Pro-Bold.eot');
    src: url('/Content/Eternal/fonts/Minion-Pro-Bold.woff') format('woff'), url('/Content/Eternal/fonts/Minion-Pro-Bold.ttf') format('truetype'), url('/Content/Eternal/fonts/Minion-Pro-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PTSans';
    src: url('/Content/Eternal/fonts/ptsans-regular-webfont.eot');
    src: url('/Content/Eternal/fonts/ptsans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/Eternal/fonts/ptsans-regular-webfont.woff2') format('woff2'), url('/Content/Eternal/fonts/ptsans-regular-webfont.woff') format('woff'), url('/Content/Eternal/fonts/ptsans-regular-webfont.ttf') format('truetype'), url('/Content/Eternal/fonts/ptsans-regular-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

body {
    margin: 0;
    padding: 0;
    background: #dbc6b4 url(/Content/Eternal/images/bg.png) top left repeat;
    font-family: 'PTSans', Arial, sans-serif;
}

.header-image {
    background: url('/Content/Eternal/images/header.png') center no-repeat;
    min-height: 354px;
}

.subscribe-page {
    padding: 50px 30px 0;
    background: rgba(100%, 75%, 73%, 0.3);
    margin: auto;
    max-width: 1270px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.confirmation-block {
    margin: auto;
    width: auto !important;
    max-width: 800px;
}

    .confirmation-block span {
        display: block;
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 24px !important;
        line-height: 1.3;
        text-align: center;
        text-transform: uppercase;
        color: #A1262B;
        font-family: 'MinionPro', 'Times New Roman', Times, serif;
    }

.confirmation-block-order {
    padding-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 70px;
}

    .confirmation-block-order i {
        font-style: normal;
        color: #A1262B;
    }

.confirmation-block__telephone {
    white-space: nowrap;
    color: #A1262B;
}



footer {
    margin: auto;
    max-width: 1270px;
    background: #196A80;
    padding: 0 30px 30px;
    font-size: 13px;
    line-height: 1.4;
}

    footer p {
        color: #ffffff;
    }

    footer .sup {
        color: #FFF102;
    }

.footer-nav {
    margin-bottom: 30px;
}

.footer-nav a {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    font-family: PalatinoLinotype;
    color: #fff;
    padding: 25px 0;
    margin-right: 40px;
    cursor: pointer;
}

.footer-content__copyright-text a {
    color: #FFF102 !important;
}
.developer a {
    color: #FFF102 !important;
}

.plate-amount-active footer {
    margin-bottom: 0;
}

@media screen and (max-width: 800px) {
    .confirmation-block span {
        padding: 0 10px;
    }

    .confirmation-block-order {
        padding: 0 20px;
    }
}

@media screen and (max-width: 700px) {
    .footer-nav {
        flex-direction: column;
        text-align: center;
    }
}

@media screen and (max-width: 472px) {
    .header-image {
        display: none;
    }

    .footer-nav {
        line-height: 1.7;
        white-space: normal;
    }

    .footer-nav__element {
        margin-right: 0;
    }
}

.hide { display:none; }
/****************** Anketa *******************/
 .anketa fieldset { width:100%; padding:0; margin:0; border:0; }
.anketa .redaktor { width:662px; height:115px; background:url(../images/box.png) 0 0 no-repeat; margin-bottom:20px; font-size:18px; line-height:22px; text-align:center; padding:35px; font-style:italic; }
.anketa .item #errval { color: #fb6262; padding: 10px 0; display: inline-block; }
.anketa .item { display:none; float:left; clear:both; width:100%; padding:20px 0 ; }
.anketa .item.cur, .anketa .item.show { display:block; }
.anketa .item h3 { float:left; clear:both; width:100%; padding:0; font-size:24px; line-height:32px;     margin-bottom: 20px; letter-spacing: 1px;}
.anketa .item .line { float:left; clear:both; width:100%; padding:0 0 15px 0; min-width: auto;}
.anketa .item .line.hide { display:none; }
.anketa .item .line .l { float:left; width:50%; }
.anketa .item .line .r { float:right; width:50%; }

.anketa .item .line input[type=text], .anketa .item .line textarea { float:left; }
.anketa .item .line textarea { width:465px; height:95px; }
.anketa .item .line select { float:right; width:424px; height:37px; padding:5px; border:#b4b4b4 1px solid; border-top-color:#727272; font-size:20px;  line-height:25px; }

.anketa .item .line input.rs { width:165px; }
.anketa .item .line input.short { float:left; width:70px; }
.anketa .item .line input.medium { float:none; width:180px; }
.anketa .item .line select.short { float:left; width:150px; }
.anketa .item .line .l select { float:left; width:170px; }
.anketa .item .line .l select.short { float:left; width:100px; }

.anketa .item .line label { float:left; font-size: 17px; margin-bottom: 10px; margin-right: 40px;}
.anketa .item .line label.flr { float:right; }
.anketa .item .line label.w170 { width:170px; }
.anketa .item .line label.w100 { width:100px; }
.anketa .item .line label.w20 { width:20px; }
.anketa .item .line label span { float:left; padding:1px 0 0 0; font-size:16px;  }
.anketa .item .line label span.wt { padding:10px 0 0; }
.anketa .item .line label span.wt2 { padding:10px 0 0 0; }
.anketa .item .line label input { float:left; margin:0 5px 0 0; }

.anketa .item .line .dinadd { text-decoration:none; border-bottom:#0a77b8 1px dotted; }

 
.anketa .line.btn2 { width:325px; padding:30px 0 0 255px; text-align:center; }
.anketa .line.btn2 input { float:none; width:140px; height:40px; border:0; margin:0 0 0 318px; padding:0 0 8px 0; background:url('../images/btn_send.png') no-repeat 0 0; font:normal 18px/35px Times New Roman; color:#fff; cursor:pointer; }
 
.anketa .short2 { width:250px !important; }
 	
.anketa_item-ancher { position:fixed; visibility:hidden; }

.anketa .item table { width:100%; white-space:nowrap; }


/*  */

.anketa .item.item__last-form {
	padding-left:0;
}

/*  */


.anketa {
    padding-top: 0;
    padding-bottom: 30px;
    position: relative;
    z-index: 33;	
	}

/**/

.anketa .item p {
	margin-bottom:10px;
}
.anketa .item p:after {
	content:"";
	display:block;
	clear:both;
}

/**/

.progress-row {
	display:flex;
	}
	.progress {
		flex-grow:1;
		margin-right:20px;
		z-index: 111;
		}
		.progress__title {
			font-size:24px;
			line-height:1;
 			color:#fff;
 			position:absolute; 
			top:50%;
			margin-top:-12px;
			left:30px;
			z-index:11;	
			letter-spacing:1;			
			}

	 
	.progress { 
		position:relative; 
 		color:#fff; 
 		overflow:hidden;
		height:75px; 
		border-radius:5px;		
		}
		.progress b {
			font-weight:normal;
			}				
		  .progress .bar { 
			width:100%; 
			height:100%; 
			background:rgba(34,65,105,0.91); 
			z-index:22;			
			}
			.progress .ready { 
				width:1%; 
				height:100%; 
				background:#c51a1c; 
				}
		

	.progress-row .btn {
		height:75px;
	}

 

@media screen and (max-width: 1000px) {
 
	.anketa {
		padding-bottom:40px !important;
		}
	
	.anketa .item {
		padding-left: 0 !important;
		padding-top: 85px;	
		margin-bottom: 10px;		
		}
		.anketa .item .line {
			float:none;
			padding:0;
			}
			.anketa .item .line label {
				clear: both;
				margin-bottom:15px;
				}
		
	.line.flex-group {
		display:block;
		}
		.line.flex-group .flex-cell {
			width:100%;
		}

	.mobile-margin {
		margin-bottom:15px;	
		}
		.mobile-margin__title {
			margin-bottom:15px;
			font-size: 16px;			
			}
		
	.mobile-margin input[type=text] {
		float:none !important;
		}
		

}



@media screen and (max-width: 750px) {

	.progress-row {
		display:block;	
		}
		.progress {
			margin-bottom:20px;
		}

 
}
 
@media screen and (max-width: 550px) {

 
  
		
}


  

input[type=text], 
textarea,
select {
	border: none;
	border-radius:21.5px;
	padding:11px 14px;
	font:16px/1.2 PTSans, Arial, sans-serif;
	width:100%;
	box-sizing: border-box;
	font-size: 18px;
	color: #05264F;
	}
textarea { min-height:160px; }	
label {
     margin-right:0;
    } 
td label { margin-right:0; } 


input[type=checkbox],
input[type=radio] {
    visibility: hidden;
    position: absolute;
}
input[type=checkbox]+label:before,
input[type=checkbox]+input[type=hidden]+label:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/checkbox.svg) -20px 0 no-repeat;
	margin-right: 8px;
	position: relative;
 	vertical-align: middle;
	top:-2px;
	}
input[type=checkbox]:checked+label:before,
input[type=checkbox]:checked+input[type=hidden]+label:before {
	background-position: 0 0;
	}
input[type=radio]+label:before,
input[type=radio]+input[type=hidden]+label:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/radio.svg) -20px 0 no-repeat;
	margin-right: 8px;
	position: relative;
 	vertical-align: middle;
	top:-5px;
	}
input[type=radio]:checked+label:before,
input[type=radio]:checked+input[type=hidden]+label:before {
	background-position: 0 0;
	}

input[type=checkbox]:disabled+label,
input[type=radio]:disabled+label,
input[type=checkbox]:disabled+label:before,
input[type=radio]:disabled+label:before 
input[type=checkbox]:disabled+input[type=hidden]+label,
input[type=radio]:disabled+input[type=hidden]+label,
input[type=checkbox]:disabled+input[type=hidden]+label:before,
input[type=radio]:disabled+input[type=hidden]+label:before { opacity:0.5 }
 
.field-validation-error {
    color:#d32f2f;  
    font-size:16px;
	
	}

.subscribe__confirmate .field-validation-error {
	color: #d32f2f;
	font-size: 16px;
	display: block;
}
.field-validation-show .field-validation-error {
	display:block;
	}

.input-validation-error {
    border-color:#ffbfbf !important;  
    background:#ffbfbf !important;  
	color:#be122f !important; 
}
 


 
 
/**/
.content>.form-callback:last-child {
	margin-bottom:0;
	} 
.form-callback {
 	position:relative;
 	margin:0 -15px 20px;
	font-size:16px;
	line-height:1.5;
	}
	.form-name {
 		font-size:24px;
		line-height:24px;
  		margin-bottom:-15px;
		margin-top: -13px;		
		}
	.form-title {
		padding-top:20px;
		text-align:right;
		}	
	.form-label-row {
		font-size:14px;
		line-height:18px;
		padding-top:0;
 		}	
		.form-label-row [class^="grid-column"]{
			padding-top:0;
			}
		.form-more {
			font-style:italic;
 			}
		.form-confirm {
 			}	
		
 

.btn-callback,
	.btn-next {
	padding: 0px 35px;
	display: block;
	margin: auto;
 
	line-height: 40px;
	background: #bd0926;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #000;
	font-size: 26px;
 	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0px 3px 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,.5);
	box-shadow: 0px 5px 10px rgba(0,0,0,.5);
	outline: none;
	cursor:pointer;
}
.btn-callback {
	margin-top:20px;
	}
.btn-callback:hover,
	.btn-next:hover{
	background: #9d141e;
}		
	/* input[disabled].btn-callback, */
	/* input[disabled=disabled].btn-callback { */
		/* cursor:default; */
		/* background:#ccc !important; */
		/* }		 */

.form-questionnaire {
	margin-top:50px;
	right:90px;
	position:relative;
	width:780px;
	margin:auto;
	margin-bottom:20px;
	font-size:18px;
	line-height:18px;	
	padding-top:30px;
	}
	.form-questionnaire [class^="grid-column"] { 
		padding-bottom:22px;
		}
		
/**/

.label__checkbox {
	position:relative;
 	display: block;
	padding-top:10px;
	padding-left:34px;
	line-height:1.5;
	font-size:16px;
	color: #1A1818;
	font-family: Roboto, Arial, sans-serif;
	}
	.label__checkbox:before {
		position:absolute !important;
		left:0;
		top:10px !important;
		}

	textarea {
		border-radius: 14px;
	}

.selector__dropdown-list.gender {
	z-index: 2;
}
select {
	-webkit-appearance: none;
}
	/**/


.subscribe-form .subscribe-form__input.selector {
	display: block;
	position: relative;
	padding-top: 0px;
}

	.subscribe-form__input.selector .selector__text {
		display: block;
		appearance: textfield;
		cursor: text;
		margin: 0em;
		border-radius: 21.5px;
		padding: 11px;
		font: 16px/1.2 PalatinoLinotype, TimesNewRoman, serif;
		font-size: 18px;
		width: 100%;
		background-color: white;
	}

.selector__dropdown-list.gender {
	width: 100%;
	position: absolute;
	background-color: white;
	padding: 11px 0;
	border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgb(226, 188, 172);
}

	.selector__dropdown-list.gender li {
		padding: 9px 12px;
		margin: 0px;
		background-color: white;
		width: 100%;
	}

		.selector__dropdown-list.gender li:hover {
			background-color: #c8c8c9;
		}

.label__checkbox a[href^=tel] {
	color: #A1262B;
}


@media screen and (max-width: 850px) {

	.form-questionnaire,
	.form-callback {
		width: 100%;
		right: 0;
		padding-top: 0 !important;
	}

	.form-title {
		padding-top: 5px !important;
		padding-bottom: 0 !important;
		text-align: left;
		font-size: 16px;
	}

	.form-name {
		margin-top: 5px;
		margin-bottom: 0px;
	}

	.form-label-row > .grid-column-3-1:first-child {
		display: none;
	}
}

 
 


/**/


.loader-active .loader  {
	display:flex;
	}


.loader {
	
	display:none;
	
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	
	background:#dddc0b  url(../images/logo-dangerous-snakes.png ) center/ 300px auto no-repeat;
	            
 }


.loader__bubbles {
	position: relative;
	width: 400px;
	height:400px;
	margin:auto;
	
	width: 100%;
	height: 100%;
	
	max-width: 400px;
	max-height: 400px;	
}

.loader__bubbles .wBall {
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: 600px;
	max-height: 600px;
	opacity: 0;
	transform: rotate(225deg);
		-o-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
	animation: orbit 6.96s infinite;
		-o-animation: orbit 6.96s infinite;
		-ms-animation: orbit 6.96s infinite;
		-webkit-animation: orbit 6.96s infinite;
		-moz-animation: orbit 6.96s infinite;
}

.loader__bubbles .wBall .wInnerBall{
	position: absolute;
	width: 20px;
	height: 20px;
	background: #ff0024;
	left:0px;
	top:0px;
	border-radius: 20px;
}

.loader__bubbles #wBall_1 {
	animation-delay: 1.52s;
		-o-animation-delay: 1.52s;
		-ms-animation-delay: 1.52s;
		-webkit-animation-delay: 1.52s;
		-moz-animation-delay: 1.52s;
}

.loader__bubbles #wBall_2 {
	animation-delay: 0.3s;
		-o-animation-delay: 0.3s;
		-ms-animation-delay: 0.3s;
		-webkit-animation-delay: 0.3s;
		-moz-animation-delay: 0.3s;
}

.loader__bubbles #wBall_3 {
	animation-delay: 0.61s;
		-o-animation-delay: 0.61s;
		-ms-animation-delay: 0.61s;
		-webkit-animation-delay: 0.61s;
		-moz-animation-delay: 0.61s;
}

.loader__bubbles #wBall_4 {
	animation-delay: 0.91s;
		-o-animation-delay: 0.91s;
		-ms-animation-delay: 0.91s;
		-webkit-animation-delay: 0.91s;
		-moz-animation-delay: 0.91s;
}

.loader__bubbles #wBall_5 {
	animation-delay: 1.22s;
		-o-animation-delay: 1.22s;
		-ms-animation-delay: 1.22s;
		-webkit-animation-delay: 1.22s;
		-moz-animation-delay: 1.22s;
}



@keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		transform: rotate(180deg);
		animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		transform: rotate(300deg);
		animation-timing-function: linear;
		origin:0%;
	}

	30% {
		opacity: 1;
		transform:rotate(410deg);
		animation-timing-function: ease-in-out;
		origin:7%;
	}

	39% {
		opacity: 1;
		transform: rotate(645deg);
		animation-timing-function: linear;
		origin:30%;
	}

	70% {
		opacity: 1;
		transform: rotate(770deg);
		animation-timing-function: ease-out;
		origin:39%;
	}

	75% {
		opacity: 1;
		transform: rotate(900deg);
		animation-timing-function: ease-out;
		origin:70%;
	}

	76% {
	opacity: 0;
		transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		transform: rotate(900deg);
	}
}

@-o-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-o-transform: rotate(180deg);
		-o-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-o-transform: rotate(300deg);
		-o-animation-timing-function: linear;
		-o-origin:0%;
	}

	30% {
		opacity: 1;
		-o-transform:rotate(410deg);
		-o-animation-timing-function: ease-in-out;
		-o-origin:7%;
	}

	39% {
		opacity: 1;
		-o-transform: rotate(645deg);
		-o-animation-timing-function: linear;
		-o-origin:30%;
	}

	70% {
		opacity: 1;
		-o-transform: rotate(770deg);
		-o-animation-timing-function: ease-out;
		-o-origin:39%;
	}

	75% {
		opacity: 1;
		-o-transform: rotate(900deg);
		-o-animation-timing-function: ease-out;
		-o-origin:70%;
	}

	76% {
	opacity: 0;
		-o-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-o-transform: rotate(900deg);
	}
}

@-ms-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-ms-transform: rotate(180deg);
		-ms-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-ms-transform: rotate(300deg);
		-ms-animation-timing-function: linear;
		-ms-origin:0%;
	}

	30% {
		opacity: 1;
		-ms-transform:rotate(410deg);
		-ms-animation-timing-function: ease-in-out;
		-ms-origin:7%;
	}

	39% {
		opacity: 1;
		-ms-transform: rotate(645deg);
		-ms-animation-timing-function: linear;
		-ms-origin:30%;
	}

	70% {
		opacity: 1;
		-ms-transform: rotate(770deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:39%;
	}

	75% {
		opacity: 1;
		-ms-transform: rotate(900deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:70%;
	}

	76% {
	opacity: 0;
		-ms-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-ms-transform: rotate(900deg);
	}
}

@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-webkit-transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:0%;
	}

	30% {
		opacity: 1;
		-webkit-transform:rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		-webkit-origin:7%;
	}

	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:30%;
	}

	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:39%;
	}

	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:70%;
	}

	76% {
	opacity: 0;
		-webkit-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-webkit-transform: rotate(900deg);
	}
}

@-moz-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-moz-transform: rotate(180deg);
		-moz-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-moz-transform: rotate(300deg);
		-moz-animation-timing-function: linear;
		-moz-origin:0%;
	}

	30% {
		opacity: 1;
		-moz-transform:rotate(410deg);
		-moz-animation-timing-function: ease-in-out;
		-moz-origin:7%;
	}

	39% {
		opacity: 1;
		-moz-transform: rotate(645deg);
		-moz-animation-timing-function: linear;
		-moz-origin:30%;
	}

	70% {
		opacity: 1;
		-moz-transform: rotate(770deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:39%;
	}

	75% {
		opacity: 1;
		-moz-transform: rotate(900deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:70%;
	}

	76% {
	opacity: 0;
		-moz-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-moz-transform: rotate(900deg);
	}
}




 
	
	


@media screen and (max-width:700px) {
	
	.loader {
		background-size:150px auto;
		}
		
		 .loader__bubbles {
			width: 200px;
			height:200px;
		}

		.loader__bubbles .wBall {
			max-width: 300px;
			max-height: 300px;
		}
}

body { 
	font: 18px PTSans, Arial, sans-serif;
	color:#1A1818;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	
	}
 
 
h1,h2,h3,h4,h5,h6      {
	font-family: 'MinionPro', "Times New Roman", sans-serif;
 	margin-bottom:10px;
   	}

p {	margin-bottom:20px; }

div>p:last-child {
	margin-bottom:0;
}

h1 { 
	color:#A1262B;
	font-size:40px;
	line-height: 52px;
	margin-bottom:25px;
	}
h2 {
	font-weight: bold;
	font-size:36px;
	line-height: 49px;
	letter-spacing: 2px;
    margin-bottom: 35px;	
	}
h3 {
	font-size:34px;
	text-transform: uppercase;
}
h4 {
	font-size:26px;
	text-transform: uppercase;
}

h5 {
	font-size:22px;
	font-weight: bold;
	color: #A1262B;
}
h6 { font-size:12px; }

a { 
 	color:#FFF000; 
	text-decoration:none;
	}
	
a:hover,
.link-hover { 
	text-decoration:none;
	}
	
a[href^=tel]{
	color:#A1262B;
 	text-decoration:none;
	}
 
 

@media screen and (max-width: 1000px) {
  
}


@media screen and (max-width: 700px) {
 
}


@media screen and (max-width: 550px) {
  
}


@media screen and (max-width: 350px) {
 
}
.modal__wrapper {
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background-color: #3A3A3A;
	z-index: 100;
	justify-content: center;
	align-items: center;
	display: flex;
}

.modal {
	max-width: 686px;
	width: 100%;
	max-height: 100%;
	height: 760px;
	overflow: auto;
	position: relative;
	background: #DCE8F1;
	margin: auto;
	box-shadow: 0 10px 33px 0 rgba(0,0,0,0.5);
}

.button__modal-close {
	border: none;
	background: none;
	position: absolute;
	width: 33px;
	height: 33px;
	text-indent:-999999px;
	top: 25px;
	right: 25px;
	background: url(../images/svg/icon-close.svg) no-repeat center;
	cursor: pointer;
}

.modal__title {
	background: #A1262B;
	color: #FFF400;
	font-family: 'MinionPro', "Times New Roman", serif;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 2.13px;
	line-height: 38px;
	padding: 20px 40px;
	text-transform: uppercase;
}

.modal-form {
	padding: 40px 40px 20px 40px;
}

.modal-form__cell {
	margin-bottom: 18px;
}

.modal-form__cell:last-child {
	margin-bottom: 0;
}

.modal-form__label {
	display: inline-block;
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 5px;
	color: #196A80;
}

.modal-form__label .sup {
	color: #196A80;
}

.modal-form__actions {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding: 0 40px 40px;
}

.modal-form__actions .btn {
	padding: 16px 24px;
	font-size: 22px;
	font-weight: bold;
	border-radius: 34.5px;
}
textarea.modal-form__input {
	min-height: 100px;
}
.modal-form label[for="ClientAgreement"] {
	font-size: 13px;
}

.modal-form textarea {
	resize: none;
}

#success .modal-content {
	padding: 20px;
	text-align: center;
}
#success.fancybox-content {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(68, 68, 68, 0.267);
	z-index: 999;
}


@media screen and (max-width: 700px) {


    .modal-form {
        padding: 25px
    }
}


@media screen and (max-width: 600px) {
    .modal {
        max-width: 400px;
    }

    .modal-form {
        padding: 10px
    }

    .modal-form__actions {
        flex-wrap: wrap;
        justify-content: center;
    }

        .modal-form__actions .btn {
            margin-top: 20px;
        }
}

@media screen and (max-width: 600px) {
    .modal {
        max-width: 350px;
        height: 664px;
    }
}


.btn {
    font-family: 'MinionPro', "Times New Roman", serif;
    font-size: 18px;
    color: #fff;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    text-transform: uppercase;
    min-height: 40px;
    vertical-align: middle;
    outline:none !important;
	
	text-shadow: 0 0 2px #000;

    border: 3px solid #FFF102;
	padding:15px 45px;
 	
	background-color: #e03a26;
	background: linear-gradient(0deg, #A1262B 0.09%, #C03036 100%);
	  
	letter-spacing:2px;
 	
	-webkit-appearance: none;
	
   z-index: 99;
    position:relative;	
	
	border-radius:29px;
	
	}
 
		
.btn:hover {
	background: linear-gradient(0deg, #C03036 0.09%, #A1262B 100%) !important;
 	}
		
[disabled],
[disabled]:hover {
	background:#E2BCAC !important;
	cursor:default !important;
 	box-shadow: none !important; 
 	}
 
.btn--blue {
    background: linear-gradient(0deg, #0F3467 0.09%, #0066CF 100%) !important;
}

.btn--blue {
    background: linear-gradient(0deg, #0F3467 0.09%, #0066CF 100%) !important;
}

.btn--blue:hover {
    background: linear-gradient(0deg, #0066CF 0.09%, #0F3467 100%) !important;
}

.btn--cyan {
    background: linear-gradient(0deg, #196A80 0.09%, #338DA5 100%) !important;
}

.btn--cyan:hover {
        background: linear-gradient(0deg, #338DA5 0.09%, #196A80 100%) !important;
}


.btn--yellow {
    border: 3px solid #ffffff !important;
    background: linear-gradient(0deg, #FFB700 0.09%, #FFED85 100%) !important;
    color: #081F3D;
}

.btn--yellow:hover {
    background: linear-gradient(0deg, #FFED85 0.09%, #FFB700 100%) !important;
}
/**/
	


.hamburger-btn {
    display: none;
}
.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hamRotate.active {
    transform: rotate(45deg);
}

.hamRotate180.active {
    transform: rotate(180deg);
}

.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #93c01f;
    stroke-width: 5.5;
    stroke-linecap: round;
}

.ham1 .top {
    stroke-dasharray: 40 139;
}

.ham1 .bottom {
    stroke-dasharray: 40 180;
}

.ham1.active .top {
    stroke-dashoffset: -98px;
}

.ham1.active .bottom {
    stroke-dashoffset: -138px;
}
.menu.active {
    height: 100vh !important;
}
.menu.active ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.menu.active li {
    float: none;
    padding: 0;
}
.menu.active a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #93c01f;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
} 


@media screen and (max-width: 1135px) {
  
  
  .btn {
   }
  
  
}


@media screen and (max-width: 700px) {
 
}


@media screen and (max-width: 450px) {
      
  .btn {
	width:100%;
    }
  
}


@media screen and (max-width: 350px) {
      
  .btn {
	font-size:26px;	  
	}
  
}

.scrolling { 
	overflow-y:scroll;
	position:relative;
	margin-top:-1px;
	margin-bottom:-2px;
	height:250px;
	}
.scrolling::-webkit-scrollbar {
	width: 7px;
	}
.scrolling::-webkit-scrollbar-track {
	border-radius: 4px;
	background:#eaeaea;		
	}
.scrolling::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background:#7f8b99;
	}
.scrolling:hover::-webkit-scrollbar-thumb  {
	background:#6a7d9b;
	}
 

.hachette {
	background:url(../images/svg/4.svg) 0 0 no-repeat;
	overflow:hidden;
	text-align:left;
	text-indent:-999px;
	width:224px;
	height:66px;
	position:absolute;
	top:30px;
	left:30px;	
	z-index:9;
}


.header {
	height:417px;
	position:relative;
	background:#000 url(../images/general/header.png) top left no-repeat;
	}

	.header__note {
  		padding:8px 0 8px 69px;
 		font-size:19px;
		line-height:1.4;
		position:absolute;
		top:134px;
		left:30px;
		z-index:9;
		min-height:60px;
		max-width: 226px;
		font-weight: bold;
		text-transform: uppercase;
		color: #196A80;
		}
		.header__note:before {
			content:"";
			position:absolute;
			top:0;
			left:0;
			width: 60px;
			height: 60px;
			background:#EFC5B3 url('../images/svg/1.svg') center no-repeat;
			border-radius: 50%;
			}
			
			
	.header__issue {
  		padding:8px 0 8px 69px;
 		font-size:19px;
		line-height:1.4;
		position:absolute;
		top:134px;
		right: 39px;
		z-index:9;
		min-height:60px;
		max-width: 240px;
		font-weight: bold;
		text-transform: uppercase;
		color: #196A80;
		}
		.header__issue:before {
			content:"";
			position:absolute;
			top:0;
			left:0;
			width: 60px;
			height: 60px;
			background:#EFC5B3 url('../images/svg/2.svg') center no-repeat;
			border-radius: 50%;
			}

 

	.header__phone {
  		width:215px;
  		font-size:18px;	
		line-height:24px;
		position:absolute;
		top:25px;
		right:45px;
		z-index:9;
		}		
		.header__phone-number {
			color:#A1262B;
  			display:block;
			font-size:26px;
			line-height: 1.8;
			font-weight:bold;	
			letter-spacing: 1px;			
			}		

	.header__email {
		font-size: 18px;
		line-height:24px;
		position:absolute;
		top:135px;
		right:30px;
	}

	.header__feedback {
		position:absolute;
		top:248px;
		right:30px;
	}
		.header__feedback-btn {
			padding: 12px 24px;
			font-size: 17px;
			line-height: 24px;
			font-weight: bold;
			border-width:3px;
			border-radius: 29px;
		}



/**/
	 
	 
	.header__menu {
 		position:absolute;
		top:354px;
		text-align:center;
		z-index:99;
		display:flex;
		justify-content:space-between;
		align-items: center;
		width: 100%;
		height: 63px;
		padding: 0 15px;
		background-color: #196A80;
		}	 
		.header__menu a {
			color: #ffffff;
			display:inline-block;
			font-size: 18px;
			font-weight: bold;
 			text-decoration:none;
			border-radius:30px;
			letter-spacing:1px;
			padding:7px 15px;
			white-space: nowrap;
 			}		
		.header__menu a:hover,
		.header__menu a.active {
			color: #FFF102;
			}
			
 		
	/**/

	.header__title {
		background: url("../images/svg/3.svg") center no-repeat;
		position: absolute;
		top: 44px;
		left: 310px;
		height: 24px;
		width: 380px;
		color: #196A80;
		text-transform: uppercase;
		font-size: 0;
		font-weight: bold;
		letter-spacing: 6px;
	}

	

 
@media screen and (max-width: 1270px) {
  

		 .header__menu a {
			font-size:16px;
			}
		  
}

@media screen and (max-width: 1220px ) {
	.header__menu {
		left: 0;
		right: 0;
	}
}


@media screen and (max-width: 1170px ) {
	.header__menu {
		padding: 0 10px;
	}
}
 



@media screen and (max-width: 1135px) {
  
	 .header__phone {
		 right:20px;
		 width:auto;
	 }
  
	.header__note,
 	.header__issue,
	.header__menu {
		display:none;	
	}

	.header__email {
		top: auto;
		bottom: 20px;
		left: 30px;
		right: auto;
		color: #08203d;
	}

	.header__email a {
		color: #801516;
	}

	.header__feedback {
		bottom: 20px;
		top: auto;
	}

	.header__feedback-btn {
		font-size: 14px;
		padding: 10px 15px;
	}
		 
	.header__phone {
		 top:-50px;	
		 text-align:right;
	}
		.header__phone-number {
			margin-top: 15px;
			font-size: 20px;
		}
	
	
	.header {		
		height: 354px;
	}
	
	.hachette {
		top: 20px;
		left: 20px;		
	}

	.header__title {
		background: none;
		font-size: 31px;
		height: auto;
		width: auto;
		top: 27%;
		left: 20px;
		max-width: 200px;
	}
	
	
	
	/**/

	.menu-active .header {
		margin-bottom: 55px;
	}
	
	.menu-active .header__menu {
		display: block;
		background: #196A80;
		left: 0;
		right: 0;
		padding: 10px;
		box-shadow: 0 0 100px #000;
		z-index: 999;
		height: auto;
		top: auto;
		bottom: -55px;
	}

	.menu-active .header__menu a {
		color: #ffffff;
	}

	.menu-active .header__menu a:hover,
	.menu-active .header__menu a.active {
		color: #FFF102;
	}
	
	
}




@media screen and (max-width: 1000px) {
	.menu-active .header__menu {
		bottom: 0;
	}

	.menu-active .header {
		margin-bottom: 0;
	}
}


@media screen and (max-width: 570px) {
	.header__feedback {
		padding: 10px;
		bottom: -50px;
		width: 100%;
		top: auto;
		background: #e7ae2d;
		text-align: center;
		right: 0;
	}
	
	.header {
		margin-bottom:25px;
	}
.main>.decorate-title:first-child {
	padding-top:0;
	margin-top:0;
}

	.menu-active .header__menu {
		bottom: -70px;
	}

	.menu-active .header {
		margin-bottom: 70px;
	}
	
	
}

@media screen and (max-width: 550px) {
	.hachette {
		background-size: 140px;
		width: 140px;
	}
}


@media screen and (max-width: 375px) {

	.hachette {
		top: 50px;
	}
	.header__title {
		top: 40%;
	}
	  
}


.footer {
	background:#196A80;
	padding: 0 30px 30px;
	font-size: 13px;
	line-height:1.4;
}

.footer p {
	color: #ffffff;
	font-size: 13px;
}

.footer p:nth-last-of-type(2){
	border-bottom: 1px solid rgba(255, 255, 255, 0.23);
}

.footer .sup {
	color:#FFF102;
}

.footer__menu {
	margin-bottom: 30px;
}

.footer__menu a {
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
	font-family: "MinionPro", "Times New Roman", sans-serif;
	color: #fff;
	padding: 25px 0;
	margin-right: 40px;
	cursor: pointer;
}


.developer {
	color: #FFF102;
}

.plate-amount-active .footer{
	margin-bottom: 0;
}

@media screen and (max-width: 1060px) {
	.footer__menu a {
		margin-right: 20px;
		}
}

@media screen and (max-width: 920px) {
	.footer__menu {
		display: flex;
		flex-direction: column;
		padding-bottom: 15px;
		}
		.footer__menu a {
			padding: 10px 0;
			}
}



@media screen and (max-width: 750px) {
 
	.footer {
		padding:20px;
		}
		
}


@media screen and (max-width: 550px) {
  
}


@media screen and (max-width: 350px) {
 
}

html, body {
    height: 100%;
}

.layout {
	padding-left:20px;
	padding-right:20px;
    position: relative;
	overflow: hidden;
}
.layout::before{
	content: "";
	position: absolute;
	left: 0;
	top: 9%;
	background: url("../images/general/left.png") no-repeat center;
	width: 343px;
	height: 2420px;
	z-index: -1;
}

.layout::after{
	content: "";
	position: absolute;
	right: 0;
	top: 9%;
	background: url("../images/general/right.png") no-repeat center;
	width: 343px;
	height: 2420px;
	z-index: -1;
}


 
.section {
 	
	}
	.section__main {
		padding-top: 40px;
		padding-bottom: 40px;
		}
		

.b-center {
	background: #f0ccbb url(../images/general/bg.png) top left repeat;
    margin: auto;
    max-width: 1270px;
	
	box-shadow:0 0 10px rgba(0,0,0,0.5);

}

  


@media screen and (max-width: 1000px) {
  
}


@media screen and (max-width: 700px) {
 
}


@media screen and (max-width: 550px) {
  
}


@media screen and (max-width: 350px) {
 
}


.btn-row {
	text-align:center;	
	}


/**/

.layout-hidden {
	overflow:hidden;	
	}	 
	.layout-hidden .layout {
		opacity:0;	
		} 

/**/

.collection-snakes {
	max-width:1200px;
	margin:auto;
 }

.collection-snakes__main {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:center;
	margin-left:-20px;
	margin-right:-20px;
	}
	.collection-snakes__title {
		text-align:center;
		}
	.collection-snakes__item {
		 width:25%;
		 padding:20px;
		 min-height:250px;
         align-items: center;	
		 display: flex;		
		 position:relative;
		}

	.collection-snakes__note,
	.collection-snakes__pic {
		 display:block;
		 max-width:100%;
		 margin:auto;
		 width: 100%;
		height: auto;
		}




/*snakes__tip*/

	.snakes__tip {
		background:#000;
		border-radius:5px;
		position:absolute;
		bottom:100%;
		left:50%;
		margin-left:-160px;
		width:320px;
		color:#fff;
		padding:15px;
		text-align:center;
		font-size:13px;
		line-height:1.4;
		z-index:111;
		display:none;
		}
	.map__marker:hover .snakes__tip,
	.collection-snakes__item:hover .snakes__tip,
	.map__marker.active .snakes__tip,
	.snakes__tip.active {
		display:block;
		}
	
		.snakes__tip:after {
			content:"";
			position:absolute;
			top:100%;
			left:50%;
			margin-left:-10px;
			border:10px solid transparent;
			border-top-color:#000;
			
			}
		.snakes__tip-title {
			font-size:18px;			
			font-weight:normal;			
			margin-bottom:10px;			
			}
		.snakes__tip-desc {
			
			}
			.snakes__tip-desc>p:last-child {
				margin-bottom:0;
				}
 

	.map__marker .snakes__tip {
		 margin-bottom: 20px; 
		 }


/**/

.section.-footer {
	font-size:14px;
	line-height:1.4;
	padding:35px 0;
	position:relative;
	}
	.section.-footer  .b-center {
		 max-width: 1330px;
		}



/**/


.sup {
	color:#A1262B;
}




/**/

.section__title {
	background:url(../images/bg/section-title.png) center / contain no-repeat;
	max-width:757px;	
	width:100%;	
	height:180px;	
	padding:50px;
	text-align:center;
 	font-size:32px;
	letter-spacing:2px;		
	margin:auto;
	text-shadow:0 0 5px #a3371b;
	letter-spacing:3px;
	color:#fff;
	}
 

/**/

.form-label {
	margin-bottom:5px;
	display:block;
	font-size:16px;
	}
	.form-label>.sup {
		color:#ff5252;
		}

 



/* plate */

.plate-s {
	border:1px solid #c7c7c7;
	border-radius:10px;
	display:inline-block;
	vertical-align:middle;
	padding:4px 7px;
	color:#3e5ba9;
	font-size:11px;
	line-height:11px;
	margin-right:5px;
	}		
	
/**/

.underline {
	text-decoration:underline;
	}

picture {
	display:inline-block;
	}
 
	
.hightlight {
	background-color:#fdff7f;
	}
  
 .clear {
	display:block;	
	clear:both; 
	line-height:0;
	font-size:0;
	height:0;
	} 
	
.display-show,
.show { display:block; }
.display-hide,
.hide { display:none; }

.nowrap { white-space:nowrap; }

.block { display:block; }

.pull-left    { float:left; }
.pull-center { 
	margin-left:auto; 
	margin-right:auto; 
	}
.pull-right   { float:right; }

.center { text-align:center !important; }
.left     { text-align:left !important; }
.right   { text-align:right !important; }

.top         { vertical-align:top !important; }
.middle   { vertical-align:middle !important; }
.bottom   { vertical-align:bottom !important; }

.overflow { overflow:hidden; }
.relative { position:relative; }

.fs-xs {
	font-size:12px;
	line-height:normal;
	}
.fs-s {
	font-size:14px;
	line-height:normal;
	}
.fs-m {
	font-size:16px;
	line-height:normal;
	}
.fs-l {
	font-size:18px;
	line-height:25px;
	}
.fs-xl {
	font-size:26px;
	line-height:35px;
	}
 
.h100pr { height:100%;}

 
.w25pr   { width:25%; }
.w50pr   { width:50%; }
.w75pr   { width:75%; }
.w100pr { width:100%; }
.mw25pr   { max-width:25%; }
.mw50pr   { max-width:50%; }
.mw75pr   { max-width:75%; }
.mw100pr { max-width:100%; }

.w100px { width:100px !important; }
.w1200px { width:1200px; }
  		
 
.border {
	border:1px solid #e6e6e6;
	}

.border-none,
table.border-none th,
table.border-none td {
	border:none;
	}

 
picture img {
	vertical-align:middle;
	}	

/**/

.fix-letter {
	font-family: TimesNewRoman, serif;
}




  
.pad-show,
.mobile-show  { display:none !important; }


@media screen and (max-width: 1135px) {
  
	.pad-show { display:block !important; }  
	.pad-hide { display:none !important; }  
	   
	.layout {
		padding:0;
	}
	
}

@media screen and (max-width: 550px) {
  
	.mobile-show { display:block !important; }  
	.mobile-hide { display:none !important; }  
	   
 		
}

@media screen and (max-width: 350px) {
  
	.snakes__tip {
		margin-left: -145px;
		width: 290px;		
	}
	
	
 		
}


.btn-menu {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	cursor: pointer;
	overflow: hidden;
	z-index: 99;
}

	.btn-menu span {
		display: block;
		position: absolute;
		height: 3px;
		width: 20px;
		background: #196A80;
 		opacity: 1;
		top: 50%;
		left: 50%;
		margin-top:31px;
		margin-left:-10px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
		}
		
 
    
 

.btn-menu span:nth-child(1) {
  top: 0px;
}

.btn-menu span:nth-child(2),
.btn-menu span:nth-child(3) {
  top: 7px;
}

.btn-menu span:nth-child(4) {
  top: 14px;
}
 
.menu-active {
    overflow:hidden;
    }
.menu-active .btn-menu span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}

.menu-active .btn-menu span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-active .btn-menu span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-active  .btn-menu span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
 
	
	
	
	
	

		


@media screen and (max-width: 1135px) {
  
	 .btn-menu {
		display:block;
		top: 25px;
		width: 60px;
	}
  
}



@media screen and (max-width: 700px) {
 
 
}


@media screen and (max-width: 550px) {
  
 
}
 


.main {
	padding: 30px 30px 0;
}

.box {
	padding: 37px 48px;
	margin-bottom: 37px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	color: #081f3d;
	font-size: 22px;
	line-height: 1.4;
	background: #D7EEFF;
	border: 3px solid #196A80;
}

	.box:before {
		content: '';
		width: calc(100% - 9px);
		height: calc(100% - 9px);
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		border: 3px solid #196A80;
	}
	.box a[href^=tel] {
		font-weight: bold;
		color: #081f3d;
		position: relative;
		z-index: 10;
	}
.box_title {
	margin-bottom: 15px;
	font-family: 'MinionPro', "Times New Roman", serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 36px;
	color: #A1262B;
}

.box_desc {
	font-size: 22px;
	line-height: 32px;
	position: relative;
	z-index: 1;
}
	.box_desc a[href^=tel] {
		font-weight: bold;
		color: #081f3d;
	}
.decorate-title + .box {
	margin-top: -21px;
}
/**/

.anketa .item {
	padding-left: 80px;
	margin-bottom: 25px;
	position: relative;
}

.item-num {
	position: absolute;
	top: 8px;
	left: 0;
	width: 57px;
	height: 57px;
	border-radius: 50%;
	display: block;
	background: #C51A1C;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 2.3;
	font-weight: normal;
}

/**/
.main > .decorate-title:first-child {
	margin-top: 30px;
}

.decorate-title {
	max-width: 1111px;
	min-height: 88px;
	text-align: center;
	color: #A1262B;
	line-height: 44px;
	font-size: 36px;
	margin: 50px auto 45px;
	position: relative;
	text-transform: uppercase;
	font-family: 'MinionPro', "Times New Roman", serif;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

	.decorate-title:before,
	.decorate-title:after {
		content: "";
		margin-top: 6px;
		width: 186px;
		height: 88px;
		flex: 0 0 186px;
		background-repeat: no-repeat;
	}

	.decorate-title:before {
		margin-right: 4px;
		background-image: url('../images/general/left-img.png');
	}

	.decorate-title:after {
		margin-left: 26px;
		background-image: url('../images/general/right-img.png');
	}



.questionnaire-note {
	font-size: 36px;
	font-weight: bold;
	color: #A1262B;
	font-family: 'MinionPro', "Times New Roman", serif;
}

/**/





 


 
@media screen and (max-width: 1135px) {
  
  .layout {
	 overflow:hidden; 
  }
	
}

.table-scroll {
 	overflow:auto;
    clear: both;
 	}

@media screen and (max-width: 750px) {
	 [data-id=flexslider] {
		padding-bottom:30px;
	}
	
	.section-gifts {
		margin-bottom:30px !important;		
	}
	
	.decorate-title {
		padding-top: 20px;
	}
	
	.anketa .item h3 {
		float:none;
		}
	.table-scroll {
		clear:both;
		width: calc(100vw - 40px);	
 		}	 
	 
	 
	 .main {
		 padding-left:20px;
		 padding-right:20px;
	 }
	 
	 .box {
		 padding:20px;
		 margin:0 -10px;
		 margin-bottom:30px;
		 font-size: 18px;
		}
		 .box_title {	 
			margin-bottom:15px;
			font-size: 24px;
			}
			
	/**/
	
	.progress {
		margin-right:0;
		}
		
			
	/**/
	 
}


@media screen and (max-width: 550px) {
	 .main {
		 padding-top:40px;
	 }	
	 .grid.form-callback {
		margin:0;
		}
		 .grid.form-callback [class*=grid]{
			float:none;
			width:100%;
			padding-left:0;
			padding-right:0;
			}
	 
}

 
 

.main__title {
	font-size: 28px;
	font-weight: bold;
	line-height: 42px;
	text-align: center;
	margin-bottom:30px;
	}

 

.main__content {
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	margin-bottom:60px;
	}
	.main__content-title { 
		font-size: 24px;
		color:#f5c769; 
		}
	.main__content>p {
		margin-bottom:0;
		}

		
/**/
		
.section-gifts {
	text-align: center;
	background: rgb(89%, 80%, 67%) url(../images/general/bg.png) top left repeat;
 	}
	.section-gifts .btn {
		padding: 16.5px 29px;
		margin-bottom: 60px;
		font-size: 22px;
		border-radius: 34.5px;
	}
	.section-gifts__title {
		font-family: 'MinionPro', "Times New Roman", sans-serif;
		color: #FFF102;
		font-size: 36px;
		font-weight: bold;
		line-height: 48px;
		padding:25px 261px 25px 39px;
		text-align: left;
		background: url("../images/svg/5.svg") center no-repeat;
		min-height: 215px;
		}	
	.section-gifts__main {
		color: #02386F;
		font-size: 18px;
 		line-height: 24px;
		padding:20px 10px 15px;
		display:flex;
		margin:0;
		list-style:none;
		}
		.section-gifts__item {
			padding:15px !important; 
			width:33.3333%;
			display:flex!important;
			flex-direction:column;
			min-height: 842px;
			}
		.flex-viewport 	{
			padding:0 10px 20px;
			min-height: 910px;
			}
		.flex-viewport .section-gifts__item	{
			padding-left:0 !important;
			padding-right:0 !important;
			}
		.flex-viewport .section-gifts__main {
			padding-left:0 !important; 
			padding-right:0 !important; 			
		}	
			
			.section-gifts__marker {
				display:inline-block;
				background:#A1262B;
				padding:20px 8px;
				color:#ffffff;
				font-size: 22px;
				max-width:307px;
				width: 100%;
				margin:0 auto 45px;
				font-family: 'PTSans', Arial, serif;
				font-weight: bold;
				border-radius: 14px;
				}
			.section-gifts__marker span {
				color: #FFEE00;
				display: block;
				margin-bottom: 7px;
			}
			.section-gifts__name {
				margin-bottom:20px;
				font-size: 20px;
				font-weight: bold;
				}
			.section-gifts__img {
				margin-bottom:0;
				min-height: 400px;
				display:flex;
				justify-content:center;
				align-items:center;
				padding: 0 20px;
 				}
			.section-gifts__img img {
				width: 100%;
			}
			.section-gifts__desc {
				flex-grow:1;
				margin-bottom:10px;
				font-family: 'PTSans', Arial, sans-serif;
				padding: 0 20px;
				}	
				.section-gifts__desc-title {
 					font-size: 26px;
					color: #A1262B;
					line-height:32px;
					font-weight: bold;
					margin-bottom:10px;
					font-family: 'MinionPro', Arial, sans-serif;
					text-transform: uppercase;
					}	
			.section-gifts__info {
				color: #196A80;
				font-size: 18px;
				line-height: 22px;
				}
			.section-gifts__desc p{
				color: #1A1818;
			}
/**/

.radio-trigger {
 	margin-bottom:40px;
	text-align:center;
	font-size: 20px;
	line-height:1;
	width: 100%;
	}
	.radio-trigger__item {
		display:inline-block;
		margin:10px;
		color: #196A80;
		font-size: 20px;
		font-weight: bold;
		}

.payment-desc__radio-trigger {
    display: flex;
    text-align: left;
    margin-bottom: 0;
	align-items: flex-start;
}

.payment-desc__radio-trigger .radio-trigger__item {
	width: calc(50% - 20px);
}

.payment-desc__radio-trigger .radio-trigger__item--mb {
	margin-bottom: 50px;
	margin-top: 20px;
}
					
/**/

.collection-desc {
	display:flex;
	font-size: 18px;
	line-height: 22px;	
	}
	.collection-desc__item {
 		display:flex;
		}
 
		.collection-desc__item p {
			margin-bottom:20px;
			}
			.collection-desc__item b{
				display:block;
				color:#f5c769;
				}
				
			.collection-desc-pic img{
				width:100%;
				height:auto;
				display:block;
				}	
			.collection-desc-text {
				padding-top:45px;
				}

	
	.collection-desc__item--num123 {
		width:72%;
		}
			
		.collection-desc__item--num123 .collection-desc-pic {
			width:55%;
			}
			
 		.collection-desc__item--num4 .collection-desc-pic {
			width:95%;
			}

		.collection-desc__item--num4 .collection-desc-text {
			margin-left:-90px;
			position:relative;
			}

/**/


.subscribe-form {
	display:flex;
	flex-wrap:wrap;
	margin: 0 auto 60px;
	/*max-width: 800px;*/
	}
	.subscribe-form__cell {
		width:50%;
		padding:10px;
		}
	.subscribe-form__cell--25 {
		width: 25%;
	}
	.subscribe-form__cell--small {
		width:calc(50% / 3);
		padding:10px 5px;
		 }
		 
	.subscribe-form__cell--wide {
		width: 33%;
		}
	.subscribe-form .sup {
		color:#f45250;
		}
		
	.subscribe-form__label {
		color: #196A80;
		margin-bottom:5px;
		display:block;
		font-size:18px;
		font-weight: normal;
		white-space: nowrap;
		}		
 	.subscribe-form .subscribe-form__input {
		padding-top:11px;
		padding-bottom:11px;
		}
		
	.subscribe-form .sup {
		color: #196A80;
		}	
	.subscribe-form p {
		padding: 10px ;
	}
		
/**/

.subscribe__confirmate {
	background: #EFC5B3;
	margin: 0 -30px 60px;
	padding: 40px 30px;
	}
	
.confirmation-block__red {
	color:#A1262B;
	}	
	
/**/

.delivery-list {
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 60px;
	width: 100%;
	}
	.delivery-list__item {
		 border-bottom:1px dashed #8e9092;
		 margin-bottom:18px;
		}
	.delivery-list__item:after {
		content:"";
		clear:both;
		display:block;
		clear:both;
		}
		.delivery-desc {
			margin-bottom:-3px;	
			float:left;	
		}		
		
		.delivery-desc__title {
			color: #1A1818;
			font-weight: bold;
			font-size: 20px;
		}

		.delivery-value {
			text-align: right;
			width:89px;
			margin-bottom:-3px;
			float:right;
			margin-left:20px;
			color:#196A80;
			font-size: 20px;
			font-weight: bold;
			}		
			
	.delivery-list__item--result {
 		border:none;
		display:flex;
		align-items:center;
		align-items: flex-end;
		line-height: 0;
		margin-top: 40px;
		}
	.delivery-list__item--result .delivery-desc {
		flex-grow: 1;
		text-align: right;
		font-weight:bold;
		color: #196A80;
  		}
	.delivery-list__item--result .delivery-value {
		margin-left:5px;
		max-width: 155px;
		width: 100%;
  		}
	.delivery-price	{
		font-size:40px;
		font-weight: bold;
		color: #A1262B;
		}
		
/**/

.payment-desc {
	display:flex;
	flex-wrap:wrap;
	align-items: flex-start;
	font-size:16px;
	max-width: 800px;
	margin: 20px auto 0;
	}
	.payment-desc__item {
		margin: 10px 0;
		display: flex;
		align-items:center;
		width: 100%;
		}
	.payment-desc img {		
		display:inline-block;
		vertical-align:middle;
		margin-right:10px;
		max-width: 80px;
		}
	.payment-desc .radio-trigger__item {
		font-weight: normal;
	}
	.payment-desc .radio-trigger__item p {
		margin-top: 10px;
	}

.payment-desc .radio-trigger__item label {
	display: flex;
	align-items: center;
}

.payment-desc .radio-trigger__item label:before {
	flex: 0 0 20px;
}
/**/

.plate-amount-active .layout  {
	padding-bottom:100px;
}
.plate-amount {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	background:#A1262B;
	text-align:center;
	max-height: 88px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
	}
	.plate-amount__value {
		font-size: 20px;
		line-height:0;
		top: 5px;
		position: relative;
		color: #FFEE00;
		}
		.plate-amount__price {
			margin-right:25px;
			display:inline-block;
			color: #FFEE00;
			font-size: 40px;
            line-height: 53px;
 			}
			
	.plate-amount__btn {
		padding: 14px 21px;
		border-radius:29px;
		color: #1A1818;
		font-size: 18px;
		font-weight: bold;
		}

.plate-amount--red {
    background: #A1262B;
}
/**/

.subscribe__progress-row {
	display: flex;
	width: 100%;
	margin-bottom: 40px;
	height: 75px;
}

.subscribe__progress-row .btn--wide {
	min-width: 390px;
	height: 100%;
}

.subscribe__progress {
	width: calc(100% - 448px);
	border-radius: 34.5px;
	background-color: #196A80;
	z-index: 22;
	overflow: hidden;
	display: flex;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	font-family: "MinionPro", "Times New Roman", serif;
}

.subscribe__progress-title {
	margin: auto 30px auto 30px;
	font-size: 22px;
	line-height: 29px;
	display: flex;
	align-items: center;
}

.subscribe__progress-action {
	display: flex;
}

.subscribe__progress-action .btn{
	margin-left: 20px;
	font-size: 22px;
	border-radius: 34.5px;
}

.collection-block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	min-height: 350px;
	margin-bottom: 55px;
}

.collection-block__desc {
	max-width: 173px;
	width: 100%;
	position: relative;
	min-height: 350px;
}

.collection-block__desc:nth-last-of-type(1) {
	margin-bottom: 0;
}

.collection-block__desc img {
	position: absolute;
	left: 0;
}

.collection-block__desc:nth-of-type(2) {
	max-width: 373px;
}

.collection-block__desc:nth-of-type(4) {
	max-width: 216px;
}

.collection-block__info {
	position: absolute;
	bottom: 0;
	left: 20%;
	text-align: center;
	max-width: 200px;
}

.collection-block__desc:nth-of-type(4) .collection-block__info {
	left: 0;
}

.collection-block__info h5 {
	margin-bottom: 5px;
	line-height: 1;
}

.collection-block__info p {
	margin-bottom: 0;
	line-height: 1;
	font-size: 16px;
}

.plus {
	background: #A1262B;
	height: 33px;
	width: 10px;
	position: absolute;
	left: 222px;
	top: 30%;
}

.plus::after {
	content: "";
	height: 10px;
	width: 33px;
	background: #A1262B;
	position: absolute;
	left: -12px;
	top: 12px;
}

.collection-block__desc:nth-of-type(2) .plus {
	left: 412px;
}

.gift {
	position: absolute;
	top: 48%;
	left: 106px;
	width: 143px;
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #A1262B;
	border-radius: 14px;
	color: #FFEE00;
	font-weight: bold;
	text-transform: uppercase;
}

.collection-block__desc:nth-of-type(4) .gift {
	left: 74px;
}

.link-color {
	color: #A1262B;
}

.collection-desc--pic {
	text-align: center;
	width: 100%;
}

#form-steps {
	width: 100%;
	overflow: visible;
}

	#form-steps .actions a {
		border-radius: 34.5px;
	}

	#form-steps .actions [role=menuitem] {
		background-color: #e03a26;
		background: linear-gradient(0deg, #A1262B 0.09%, #C03036 100%);
		font: 500 22px/1 PalatinoLinotype, TimesNewRoman, serif;
		color: #fff;
		margin: 0;
		cursor: pointer;
		display: inline-block;
		text-align: center;
		box-sizing: border-box;
		overflow: hidden;
		text-transform: uppercase;
		min-height: 40px;
		vertical-align: middle;
		outline: none !important;
		text-shadow: 0 0 2px #000;
		padding: 25px 25px;
		letter-spacing: 2px;
		-webkit-appearance: none;
		z-index: 99;
		position: relative;
		border-radius: 8px;
		width: 390px;
		height: 75px;
		margin-left: 20px;
		font-size: 22px;
		border-radius: 34.5px;
		min-width: 390px;
	}

}

#form-steps .actions li:first-child a {
	background: linear-gradient(0deg, #0F3467 0.09%, #0066CF 100%) !important;
	width: 170px;
}

#form-steps .actions {
	margin-top: -115px;
	padding: 1px 0 20px 20px;
	width: fit-content;
	margin-left: auto;
	/*background: #081f3d;*/
	position: relative;
	z-index: 99;
}

	#form-steps .actions [href='#previous'] {
		width: 100%;
		min-width: initial;
	}

.subscribe__progress-step2 {
	width: 51.5%;
}

@media screen and (max-width: 1320px) {
	.subscribe__progress-step2 {
		width: calc(100% - 605px);
	}
}

@media screen and (max-width: 850px) {
	#form-steps .actions {
		margin: 0;
		width: 100%;
		display: flex;
		justify-content: center;
		padding-left: 0;
	}

	.subscribe__progress-row {
		justify-content: center;
	}

	#form-steps .actions [role=menuitem] {
		margin-left: 0;
	}

	.subscribe__progress {
		width: auto;
	}
}


@media screen and (max-width: 600px) {
	#form-steps .actions {
		width: 100%;
		margin-top: 0px;
		padding: 0;
	}

	.subscribe__progress-row {
		padding-right: 0;
	}

	#form-steps .actions > ul {
		margin: 0;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

		#form-steps .actions > ul > li {
			width: 100%;
			margin-bottom: 20px;
		}

	#form-steps .actions [role=menuitem] {
		width: 100% !important;
		height: 58px;
		padding: 17px 0px;
		margin-left: 1px;
		min-width: initial;
		font-size: 16px;
	}

	#form-steps .actions li:last-child a {
		margin-left: 0;
	}

	.subscribe__progress-row .subscribe__progress {
		width: 100%;
	}

	form.subscribe-form {
		padding: 0 11px;
	}
}

@media screen and (max-width: 1250px) {
	.collection-block {
		flex-wrap: wrap;
		min-height: 700px;
		justify-content: flex-start;
	}
	.collection-block__desc {
		width: 50%;
		max-width: none;
		margin-bottom: 40px;
	}
	.collection-block__desc:nth-of-type(1) .plus {
		right: 0;
	}
	.collection-block__desc:nth-of-type(3) .plus {
		right: 0;
	}
	.collection-block__desc:nth-of-type(3) .gift {
		right: 50px;
	}
}

	@media screen and (max-width: 1000px) {
  
  
	.plate-amount {
		padding-left:0;
		padding-right:0;
	}
	.plate-amount__value {
		font-size: 16px;
		}	 
	.plate-amount__price {
		font-size: 30px;
		}	 
	.plate-amount__btn {
		padding: 15px 28px;
	}	
	 
	 
	/**/
	 
	
	.collection-desc {
		display:block;
		padding-bottom: 40px;
		}
		/* .collection-desc-pic img {
			width:300px;
			} */
		.collection-desc__item {
			width:100% !important;
			margin-bottom:40px;
		}	
		/* .collection-desc-pic {
			width:300px !important;
		} */
		.collection-desc-text {
			margin-left:0 !important;
			text-align: center;
		}

		.collection-desc__item--num123 .collection-desc-pic,
		.collection-desc__item--num4 .collection-desc-pic {
			width: 70%;
			margin: auto;
		}

	/**/
		.radio-trigger__item {
		margin:10px 0;
		}

		.section-gifts__title {
			font-size: 28px;
		}

	}

@media screen and (max-width: 800px) {
	.collection-block {
		flex-wrap: nowrap;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.collection-block__desc {
		margin-bottom: 80px;
	}

	.collection-block__desc .plus{
		bottom: -50px;
		right: auto;
		top: auto;
		left: 160px;
	}
	.collection-block__desc:nth-of-type(2) .plus {
		left: 168px;
	}
}

@media screen and (max-width: 765px) {
	.flex-viewport {
		min-height: 1100px;
	}
}

@media screen and (max-width: 750px) {
	
	.section-gifts__title {
		padding-left:10px;
		padding-right:10px;		
	}

	.subscribe-form {
		margin-left: 0;
		margin-right: 0;
	}
	
	.subscribe-form__cell {
		width:100%;
		padding-left:0;
		padding-right:0;
		}
	 
	.plate-amount {
		padding:15px;
		}	 
		 .plate-amount__value {
			 display:block;
			 line-height:20px;
			 margin:0;
			 margin-bottom: 20px;
			}
		.plate-amount__btn {
		    font-size: 16px;
			padding-left:0;
			padding-right:0;
			}

	.payment-desc {
		margin-bottom:0;  
		}
		.payment-desc__item {
			margin-right:0;
			width: 100%;
			}
		
		
	.delivery-list__item {
		display: flex;
		padding-bottom: 20px;
		margin-bottom: 20px;		
		}	
		.delivery-desc {
			flex-grow: 1;
			}
		.delivery-value {
			width: auto;
			white-space: nowrap;			
			}		
		

	.decorate-title {
		font-size: 22px;
		padding-top: 40px;
		}
		
   /**/
   

	.collection-desc__item {
		display:block; 
		}	
		.collection-desc-text {
			padding:0;
		}
 
	/**/
	
	.main__title {
		font-size:22px;
		line-height:1.4;
		}
	
	.main__content {
		font-size:18px;
		line-height:1.4;		
		}
		.main__content-title {
			font-size:20px;
			line-height:1.4;		
			}
	/**/

	.section-gifts__title {
		
    font-size: 18px;
	}	
			
	.subscribe__progress-row .btn--wide {
		min-width:0;
	}
	.payment-desc__radio-trigger {
		flex-wrap: wrap;
	}
	.payment-desc__radio-trigger .radio-trigger__item {
		width: 100%;
	}

}

@media screen and (max-width: 845px) {

	.subscribe__progress-title {
		margin: auto;
		padding: 10px;
	}

	.subscribe__progress-action {
		margin: auto;
		/* justify-content: space-between; */
	}

	.subscribe__progress-action .btn {
		margin: 0;
		font-size: 18px;
	}

	.subscribe__progress-action .btn+.btn {
		margin-left: 20px;
	}
}

@media all and (max-width: 700px) {
	.collection-desc--pic {
		padding-left: 20%;
	}
	.collection-desc--pic img{
		width: auto!important;
	}
}

@media screen and (max-width: 630px) {
	.subscribe__progress-action {
		flex-direction: column;
	}

	.subscribe__progress-action .btn+.btn {
		margin-left: 0;
		margin-top: 20px;
	}
}

@media screen and (max-width: 600px) {
	.collection-block {
		align-items: flex-start;
	}
	.collection-block__desc {
		min-height: 380px;
	}

}

@media screen and (max-width: 570px) {
	.flex-viewport {
		min-height: 900px;
	}
	.decorate-title {
		padding: 0 20px;
	}

	.decorate-title:before, 
	.decorate-title:after {
		display: none;
	}
}

@media screen and (max-width: 520px) {
	.decorate-title {
		margin: 0 0 30px;
	}
	
	.subscribe__progress-row {
		display:block;
		height:auto;
		}
		.subscribe__progress-action .btn {
			margin-top:20px;
			margin-left:0;
			}
}

@media all and (max-width: 500px) {
	.collection-desc--pic {
		padding-left: 7%;
	}
}

@media screen and (max-width: 445px) {
	.radio-trigger {
		font-size: 16px;
	}
}

@media all and (max-width: 420px) {
	.collection-desc--pic {
		padding-left: 0;
	}
	.collection-desc--pic img{
		width: 100%!important;
	}
	.section-gifts__marker {
		max-width: 260px;
	}
}

@media screen and (max-width: 393px) {
	.subscribe__progress-action {
		margin: 0;
	}

	.subscribe__progress-action .btn--wide {
		min-width: 100%;
		width: 100%;
	}

	.radio-trigger__item {
		font-size: 14px;
	}

	.radio-trigger__item img {
		max-width: 65px;
	}

	.subscribe__progress-action .btn {
		font-size: 16px;
		padding: 15px 25px;
	}
	.flex-viewport {
		min-height: 900px;
	}
	.collection-block__desc img {
		max-width: 440px;
	}
}


















