

/* Start:/fancybox/source/jquery.fancybox.css?16122582344900*/
/*! 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/source/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/source/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('/fancybox/source/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/source/fancybox_overlay.png');
}

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

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

/* 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/source/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/source/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/fancybox/source/helpers/jquery.fancybox-buttons.css?16122582342447*/
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('/fancybox/source/helpers/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
/* End */


/* Start:/fancybox/source/helpers/jquery.fancybox-thumbs.css?1612258234735*/
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
/* End */


/* Start:/slick/slick.css?16122581941735*/
/* 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;
}
.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;
}

/* End */


/* Start:/slick/slick-theme.css?16122581943456*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/slick/./fonts/slick.eot');
    src: url('/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/slick/./fonts/slick.woff') format('woff'), url('/slick/./fonts/slick.ttf') format('truetype'), url('/slick/./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; */
	left: -50px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
/*     right: -25px; */
		right: -50px;
}
[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;
}

.slick-current DIV
{

}

.slick-current IMG
{
-moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -webkit-transition: all 0.5s ease;
/* width: 300px; */
}

.slick-slide
{
/* padding-top: 35px; */
outline: none;
}

.slick-current
{
padding-top: 0px;
}
/* End */


/* Start:/inc/jquery.flipster.css?16122581948984*/
/*! jQuery.Flipster, v1.1.2 (built 2017-11-10) */
/* @group Flipster Essential Styles */
.flipster {
  display: block;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
}
.flipster:focus {
  outline: none;
}
.flipster__container,
.flipster__item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}
.flipster__container {
  display: block;
  white-space: nowrap;
  word-spacing: -0.25em;
  transform-origin: 50% 50%;
  backface-visibility: hidden;
}
.flipster__item {
  display: inline-block;
  white-space: normal;
  word-spacing: normal;
  vertical-align: bottom;
}
.flipster--click .flipster__item--past,
.flipster--click .flipster__item--future {
  cursor: pointer;
}
.flipster__item img {
  max-width: 100%;
}
/* @end */

/* @group Flipster Previous & Next Buttons */
.flipster__button {
  position: absolute;
  top: 50%;
  display: block;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  z-index: 999;
  cursor: pointer;
  font-size: 15px;
  opacity: 0.5;
  transition: opacity 500ms ease;
  margin: -1em 2em;
}
.flipster__button svg {
  width: 2em;
  stroke: currentColor;
  fill: transparent;
  stroke-width: 3;
  stroke-linecap: round;
}
.flipster__button:hover,
.flipster__button:focus {
  opacity: 1;
}
.flipster__button--prev {
  left: 0;
}
.flipster__button--next {
  right: 0;
}
/* @end */

/* @group Flipster Navigation */
.flipster__nav,
.flipster__nav__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.flipster__nav {
  display: block;
  margin: 0 0 4em;
  text-align: center;
  position: relative;
}
.flipster__nav__item {
  display: inline-block;
  margin: 0 0.25em;
}
.flipster__nav__link {
  display: block;
  color: inherit;
  padding: 0.5em 1em;
  position: relative;
  overflow: hidden;
  transition: all 250ms ease-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}
.flipster__nav__link::after {
  content: '';
  display: block;
  background: #232221;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translateY(100%) translateY(-0.25em);
  transition: inherit;
}
.flipster__nav__item--current > .flipster__nav__link,
.flipster__nav__link:hover,
.flipster__nav__link:focus {
  color: #FFF;
}
.flipster__nav__item--current > .flipster__nav__link::after,
.flipster__nav__link:hover::after,
.flipster__nav__link:focus::after {
  transform: translateY(0);
}
.flipster__nav__child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -1px;
  padding: 0.5em;
  background: #4e4441;
  z-index: 1;
}
.flipster__nav__child .flipster__nav__link {
  color: #FFF;
}
.flipster__nav__child .flipster__nav__link::after {
  background: #FFF;
}
.flipster__nav__child .flipster__nav__item--current > .flipster__nav__link,
.flipster__nav__child .flipster__nav__link:hover,
.flipster__nav__child .flipster__nav__link:focus {
  color: #232221;
}
.flipster__nav__item--current .flipster__nav__child {
  display: block;
}
/* @end */

/* @group Flipster Carousel Theme */
.flipster--carousel .flipster__container,
.flipster--carousel .flipster__item,
.flipster--carousel .flipster__item__content {
  transition: all 350ms ease-in-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}
.flipster--carousel .flipster__item {
  perspective: 800px;
}
.flipster--carousel .flipster__item--past,
.flipster--carousel .flipster__item--future {
  opacity: 0;
  transition-delay: 115ms;
}
.flipster--carousel .flipster__item--past-2,
.flipster--carousel .flipster__item--future-2 {
  opacity: 0.6;
  transition-delay: 90ms;
}
.flipster--carousel .flipster__item--past-1,
.flipster--carousel .flipster__item--future-1 {
  opacity: 0.8;
  transition-delay: 60ms;
}
.flipster--carousel .flipster__item--past .flipster__item__content {
  transform: translateX(100%) rotateY(-20deg) scale(0.5);
}
.flipster--carousel .flipster__item--past-2 .flipster__item__content {
  transform: translateX(25%) rotateY(40deg) scale(0.65);
}
.flipster--carousel .flipster__item--past-1 .flipster__item__content {
  transform: rotateY(45deg) scale(0.8);
}
.flipster--carousel .flipster__item--future .flipster__item__content {
  transform: translateX(-100%) rotateY(20deg) scale(0.5);
}
.flipster--carousel .flipster__item--future-2 .flipster__item__content {
  transform: translateX(-25%) rotateY(-40deg) scale(0.65);
}
.flipster--carousel .flipster__item--future-1 .flipster__item__content {
  transform: rotateY(-45deg) scale(0.8);
}
.flipster--carousel.no-rotate .flipster__item--past .flipster__item__content {
  transform: translateX(175%) scale(0.5);
}
.flipster--carousel.no-rotate .flipster__item--past-2 .flipster__item__content {
  transform: translateX(25%) scale(0.65);
}
.flipster--carousel.no-rotate .flipster__item--past-1 .flipster__item__content {
  transform: translateX(0%) scale(0.8);
}
.flipster--carousel.no-rotate .flipster__item--future .flipster__item__content {
  transform: translateX(-175%) scale(0.5);
}
.flipster--carousel.no-rotate .flipster__item--future-2 .flipster__item__content {
  transform: translateX(-25%) scale(0.65);
}
.flipster--carousel.no-rotate .flipster__item--future-1 .flipster__item__content {
  transform: translateX(0%) scale(0.8);
}
.flipster--carousel .flipster__item--current .flipster__item__content {
  transform: translateX(0) rotateY(0deg) scale(1);
  transition-delay: 60ms;
}
/* @end */

/* @group Flipster Coverflow Theme */
.flipster--coverflow .flipster__container,
.flipster--coverflow .flipster__item,
.flipster--coverflow .flipster__item__content {
  transition: all 350ms ease-in-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}
.flipster--coverflow .flipster__item {
  perspective: 800px;
}
.flipster--coverflow .flipster__container {
  padding-bottom: 5%;
}
.flipster--coverflow .flipster__item__content {
  transform-origin: 50% 100%;
  box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
  -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
}
.flipster--coverflow .flipster__item__content img:only-child {
  display: block;
}
.flipster--coverflow .flipster__item--past .flipster__item__content {
  transform-origin: 0% 50%;
  transform: scale(0.75) rotateY(55deg);
}
.flipster--coverflow .flipster__item--future .flipster__item__content {
  transform-origin: 100% 50%;
  transform: scale(0.75) rotateY(-55deg);
}
.flipster--coverflow .flip-current .flipster__item__content {
  transform: rotateY(0deg);
}
/* @end */

/* @group Flat */
.flipster--flat .flipster__container,
.flipster--flat .flipster__item,
.flipster--flat .flipster__item__content {
  transition: all 400ms ease-in-out;
}
.flipster--flat .flipster__item--past,
.flipster--flat .flipster__item--future {
  opacity: 0.5;
}
.flipster--flat .flipster__item--past .flipster__item__content {
  transform: scale(0.75);
}
.flipster--flat .flipster__item--future .flipster__item__content {
  transform: scale(0.75);
}
/* @end */

/* @group Flipster Wheel Theme */
.flipster--wheel {
  overflow: hidden;
}
.flipster--wheel .flipster__container,
.flipster--wheel .flipster__item__content {
  transition: all 400ms ease-in-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}
.flipster--wheel .flipster__container {
  padding-bottom: 20%;
}
.flipster--wheel .flipster__item__content {
  transform-origin: 50% 100%;
}
.flipster--wheel .flipster__item--past .flipster__item__content {
  transform-origin: 100% 100%;
}
.flipster--wheel .flipster__item--future .flipster__item__content {
  transform-origin: 0% 100%;
}
.flipster--wheel .flipster__item__content img:only-child {
  display: block;
}
.flipster--wheel .flipster__item--past .flipster__item__content {
  opacity: 0;
  transform: rotateZ(-80deg) translate(-170%, 110%);
}
.flipster--wheel .flipster__item--future .flipster__item__content {
  opacity: 0;
  transform: rotateZ(80deg) translate(170%, 110%);
}
.flipster--wheel .flipster__item--past-3 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(-60deg) translate(-70%, 75%);
}
.flipster--wheel .flipster__item--future-3 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(60deg) translate(70%, 75%);
}
.flipster--wheel .flipster__item--past-2 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(-40deg) translate(-17%, 30%);
}
.flipster--wheel .flipster__item--future-2 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(40deg) translate(17%, 30%);
}
.flipster--wheel .flipster__item--past-1 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(-20deg);
}
.flipster--wheel .flipster__item--future-1 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(20deg);
}
.flipster--wheel .flip-current .flipster__item__content {
  transform: rotateX(0deg);
}
/* @end */
/* End */


/* Start:/font-awesome/css/font-awesome.min.css?161225819431000*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* End */


/* Start:/css.css?161225819453141*/
/* шрифты  */

@media all and (min-width: 620px) {
	@font-face {
		font-family: 'calibri_web';
		src: url('/fonts/calibri.eot');
		src: url('/fonts/calibri.eot?#iefix') format('embedded-opentype'),
			 url('/fonts/calibri.woff') format('woff'),
			 url('/fonts/calibri.ttf') format('truetype'),
			 url('/fonts/calibri.svg#calibri') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'calibri_web';
		src: url('/fonts/calibrib.eot');
		src: url('/fonts/calibrib.eot?#iefix') format('embedded-opentype'),
			 url('/fonts/calibrib.woff') format('woff'),
			 url('/fonts/calibrib.ttf') format('truetype'),
			 url('/fonts/calibrib.svg#calibri') format('svg');
		font-weight: bold;
		font-style: normal;
	}
	@font-face {
		font-family: 'calibri_web';
		src: url('/fonts/calibrii.eot');
		src: url('/fonts/calibrii.eot?#iefix') format('embedded-opentype'),
			 url('/fonts/calibrii.woff') format('woff'),
			 url('/fonts/calibrii.ttf') format('truetype'),
			 url('/fonts/calibrii.svg#calibri') format('svg');
		font-weight: normal;
		font-style: italic;
	}
	@font-face {
		font-family: 'calibri_web';
		src: url('/fonts/calibriz.eot');
		src: url('/fonts/calibriz.eot?#iefix') format('embedded-opentype'),
			 url('/fonts/calibriz.woff') format('woff'),
			 url('/fonts/calibriz.ttf') format('truetype'),
			 url('/fonts/calibriz.svg#calibri') format('svg');
		font-weight: bold;
		font-style: italic;
	}
	
	@font-face {
		font-family: 'Montserrat';
		src: url('/fonts/Montserrat-Light.ttf');
		font-weight: lighter;
		font-style: normal;
	}
	
	@font-face {
		font-family: 'Montserrat';
		src: url('/fonts/Montserrat-Regular.ttf');
		font-weight: normal;
		font-style: normal;
	}
	
	@font-face {
		font-family: 'Montserrat';
		src: url('/fonts/Montserrat-Bold.ttf');
		font-weight: bold;
		font-style: normal;
	}
}

BODY
{
font-family: 'Montserrat', Calibri, 'calibri_web', verdana;
/* font-size: 22px; */
font-size: 20px;
color: #222;
margin: 0px;
text-align: center;
/* background: url('/./img/header-bg.jpg') no-repeat top center, url('/./img/footer-bg.jpg') no-repeat bottom center; */
/* background: url('/./img/header-bg.jpg') no-repeat top center; */
}
SELECT, INPUT{
font-family: 'Montserrat', Calibri, 'calibri_web', verdana;
/* font-size: 22px; */
font-size: 20px;
}
P{
text-align:left;
}
.center{
text-align:center;
}
.bodytext
{
position: relative;
/* width: 1200px; */
max-width: 1200px;
margin: auto;
/* background-color: green; */
}

.bodytext P
{
/* padding: 0px 40px; */
}

.siteriatable
{
/* position: absolute; */
text-align: left;
bottom: 0px;
left: 0px;
color: #fff;
font-size: 14px;
/* width: 400px; */
}

.siteriaurl
{
text-decoration: none;
color: #fff;
font-weight: bold;
font-size: 20px;
text-shadow: 0 0 5px #000;
}

.siteriaurl:HOVER
{
color: #D40000;
}

.siteriatable IMG
{
margin-top: 10px;
}

/* кнопка наверх */
.b-top {
z-index: 90;
position: fixed;
right: 0;
bottom: 90px;
width: 34%;
/* margin-left: 50%; */
opacity: 0.5;
}
.b-top:hover {opacity:0.9;filter:alpha(opacity=90);cursor:pointer;}
.b-top-but {
z-index: 90;
position: absolute;
display: block;
/* left: 56px; */
bottom: 0;
/* margin: 0 0 0 100%; */
padding: 32px 12px 4px;
color: #333;
border-radius: 0px;
right: 40px;
}


/* модальное окно*/
#modal_form {
	width: 300px; 
	height: 480px; /* Размеры должны быть фиксированы */
	border-radius: 0px;
	border: 0px #000 solid;
	background: #fff;
	position: fixed; /* чтобы окно было в видимой зоне в любом месте */
	top: 45%; /* отступаем сверху 45%, остальные 5% подвинет скрипт */
	left: 50%; /* половина экрана слева */
	margin-top: -210px;
	margin-left: -150px; /* тут вся магия центровки css, отступаем влево и вверх минус половину ширины и высоты соответственно =) */
	display: none; /* в обычном состоянии окна не должно быть */
	opacity: 0; /* полностью прозрачно для анимирования */
	z-index: 101; /* окно должно быть наиболее большем слое */
	padding: 20px 20px;
	box-sizing: border-box;
}
/* Кнопка закрыть для тех кто в танке) */
#modal_form #modal_close {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
}
/* Подложка */
#overlay {
	z-index: 100; /* подложка должна быть выше слоев элементов сайта, но ниже слоя модального окна */
	position: fixed; /* всегда перекрывает весь сайт */
	background-color: #000; /* черная */
	opacity: 0.8; /* но немного прозрачна */
	width: 100%; 
	height: 100%; /* размером во весь экран */
	top: 0; 
	left: 0; /* сверху и слева 0, обязательные свойства! */
	cursor: pointer;
	display: none; /* в обычном состоянии её нет) */
}

/* модальное окно 2*/
#modal_form2 {
	width: 300px; 
	height: 480px; /* Размеры должны быть фиксированы */
	border-radius: 0px;
	border: 0px #000 solid;
	background: #fff;
	position: fixed; /* чтобы окно было в видимой зоне в любом месте */
	top: 45%; /* отступаем сверху 45%, остальные 5% подвинет скрипт */
	left: 50%; /* половина экрана слева */
	margin-top: -210px;
	margin-left: -150px; /* тут вся магия центровки css, отступаем влево и вверх минус половину ширины и высоты соответственно =) */
	display: none; /* в обычном состоянии окна не должно быть */
	opacity: 0; /* полностью прозрачно для анимирования */
	z-index: 101; /* окно должно быть наиболее большем слое */
	padding: 20px 20px;
	box-sizing: border-box;
}
/* Кнопка закрыть для тех кто в танке) */
#modal_form2 #modal_close2 {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
}

/* чекбокс */
/* Cначала обозначаем стили для IE8 и более старых версий
т.е. здесь мы немного облагораживаем стандартный чекбокс. */
.checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}
/* Это для всех браузеров, кроме совсем старых, которые не поддерживают
селекторы с плюсом. Показываем, что label кликабелен. */
.checkbox + label {
  cursor: pointer;
}

/* Далее идет оформление чекбокса в современных браузерах, а также IE9 и выше.
Благодаря тому, что старые браузеры не поддерживают селекторы :not и :checked,
в них все нижеследующие стили не сработают. */

/* Прячем оригинальный чекбокс. */
.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.checkbox:not(checked) + label {
  position: relative; /* будем позиционировать псевдочекбокс относительно label */
  padding: 0 0 0 60px; /* оставляем слева от label место под псевдочекбокс */
}
/* Оформление первой части чекбокса в выключенном состоянии (фон). */
.checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #6F8CC6;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
}
/* Оформление второй части чекбокса в выключенном состоянии (переключатель). */
.checkbox:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  transition: all .2s; /* анимация, чтобы чекбокс переключался плавно */
}
/* Меняем фон чекбокса, когда он включен. */
.checkbox:checked + label:before {
  background: #EF7F1B;
}
/* Сдвигаем переключатель чекбокса, когда он включен. */
.checkbox:checked + label:after {
  left: 26px;
}


/* чекбокс */

/* меню */
.top-menu UL
{
margin: 0px;
padding-left: 0px;
}
.top-menu li{
    list-style:none;/*Убираем маркер*/ 
    display:inline-block;/*Выстраиваем пункты в ряд*/
    position:relative;
}

.top-menu li a{
    /* padding:5px 7px; */ /*Отступы для пункта*/ 
    text-decoration:none;/*Убираем подчеркивание*/ 
    display:block;
}
.top-menu li ul{
	background: #fff;
	text-align: left;
    /* display:none; *//*Прячем выпадающее меню*/
	height:0px;
    position:absolute;
    padding-left:0;
    width:200px;/*Ширина выпадающего меню*/
    width: auto;/*Ширина выпадающего меню*/
    padding-top:3px;/*Отступ сверху у выпадающего меню*/
	box-shadow: 1px 1px 1px #555;
	transition: all .3s;
	overflow:hidden;
	opacity:0;
}

.top-menu li ul li
{
display: block;
}

.top-menu li:hover ul{
    display:block;/*Показываем выпадающее меню при наведение*/
	height:unset;
	opacity:1;
	/* background:red; */
    left:0px;
	
}
.top-menu li ul li .menuurl{
font-size:16px;
font-weight:normal;
padding-top: 10px;
padding-bottom: 10px;
}
/* меню */

.header
{
background: url('/./img/headerbg2.png') no-repeat bottom center;
position: relative;
padding-bottom: 95px;
margin-bottom: 40px;
}

.header1, .header2, .header3
{
display: inline-block;
vertical-align: middle;
}

.header2
{
/* padding: 0px 40px; */
padding:0px;
padding-top: 30px;
}

.header3
{
text-align: right;
}

.header3 P
{
/* margin: 0px;
padding: 0px; */
}

.bigphoneblue, .mailcolor
{
color: #6792BD !important;
}

.bigphone
{
font-size: 25px;
font-weight: bold;
margin:0px;
padding:0px;
text-align: right;
}
.bigphone SPAN{
font-weight: normal;
}
.phonetextmini{
font-size: 14px;
line-height: 8px;
color: #555;
margin: 0px;
margin-bottom: 10px;
text-align: right;
}
.headermail
{
font-weight: lighter;
}

.buttonsheader
{
display: block;
background-color: #fff;
border: solid 2px #000;
padding: 10px 5px;
text-decoration: none;
color: #000;
border-radius: 50px;
padding: 8px 16px;
margin: 10px;
text-align: left;
}

.buttons
{
/* margin-bottom: 50px; */
font-family: 'Montserrat', Calibri, 'calibri_web', verdana;
display: block;
background-color: #fff;
/* border: solid 2px #000;
border-left: solid 2px #DDDDDD;
border-top: solid 2px #DDDDDD;
border-right: solid 2px #898989;
border-bottom: solid 2px #898989; */
background-color: #85BD3C;
padding: 10px 5px;
text-decoration: none;
color: #fff;
border-radius: 5px;
padding: 10px 20px;
font-size: 22px;
display: inline-block;
/* text-shadow: 1px 1px 1px #000; */
/* box-shadow: 0px 0px 10px #888; */
/* box-shadow: 1px 1px 1px #555; */
margin-bottom: 1px;
vertical-align: top;
margin-right: 1px;
border: none;

transition: all .3s;
}

.buttonsyellow
{
background:#FDEB07;
color:#000;
text-shadow:none;
}

.buttons:ACTIVE
{
margin-top: 1px;
margin-left: 1px;
margin-right: 0px;
margin-bottom: 0px;
box-shadow: none;
}
.buttons I{
padding-right: 8px;
float: left;
padding-top: 4px;
}
.brandsdiv .buttons{
display:block;
}
.buttonsmodal
{
margin-bottom: 50px;
font-family: Calibri, 'calibri_web', verdana;
display: block;
background-color: #85BD3C;
padding: 10px 5px;
text-decoration: none;
color: #fff;
/* border-radius: 50px; */
padding: 10px 20px;
font-size: 24px;
display: inline-block;
box-shadow: 1px 1px 1px #555;
text-shadow: 1px 1px 1px #000;
border: none;
}

.buttons:HOVER, .buttonsheader:HOVER, .buttonsmodal:HOVER
{
cursor: pointer;
/* border: solid 2px #EF7F1A; */
background-color: #5F80B0;
color: #fff;
}

.mainlogo
{
margin-top: 10px;
width: 230px;
}

.menu
{
background: url('/./img/menu-line.jpg') repeat-x;
/* background: #95C2FD; */
position: relative;
z-index: 3;
/* height: 95px; */
position: relative;
position: absolute;
z-index: 5;
width: 100%;
margin-top: 5px;
box-shadow: 0 0 5px #999;
}

.menudiv
{
position:relative;
display: inline-block;
/* background-color: green; */
/* margin-top: 20px; */
padding-top: 15px;
height: 56px;
box-sizing: border-box;
}

.menuurl
{
text-decoration: none;
/* color: #000; */
font-weight: bold;
/* font-size: 28px; */
font-size: 20px;
/* text-shadow: 1px 1px 1px #95C2FD; */
padding: 14px;

/* color: #95C2FD; */
color:#000;
/* text-shadow: 1px 1px 1px #000; */
/* color: #000;
text-shadow: 1px 1px 1px #95C2FD; */
/* color: #fff; */
padding: 4px 14px;
/* text-shadow: 1px 1px 1px #000; */
}

.menuurl:hover
{
/* color: #95C2FD;
text-shadow: 1px 1px 1px #000; */
color: #fff;
/* text-shadow: 1px 1px 1px #95C2FD; */
/* text-shadow: 1px 1px 1px #000; */
/* color: #95C2FD;
text-shadow: 1px 1px 1px #000; */
/* background-color: #5F80B0; */
background-color: #85BB39;
}

.menuactive
{
/* color: #95C2FD;
text-shadow: 1px 1px 1px #000; */
color: #fff;
/* text-shadow: 1px 1px 1px #95C2FD; */
background-color: #5F80B0;
/* text-shadow: 1px 1px 1px #333; */
}

.orange
{
color: #EF7F1B;
}

.blue
{
color: #6E8DC6;
}

.green
{
color: #85BD3C;
}

.bigicon2
{
width: 50px;
color: #EF7E20;
font-size: 40px;
vertical-align: middle;
text-align: center;
}

.yellow
{
color: #FDEB07;
}

.orangebg
{
background-color: #EF7F1B;
}

.bluebg
{
background-color: #6F8CC6;
}

.greenbg
{
background-color: #85BD3C;
}

.yellowbg
{
background-color: #FDEB07;
color: #000 !important;
}

.colors1
{
background: #FDEB07 url('/./img/lines.png');
/* background: #FDF273; */
height: 500px;
}

.colors2
{
background: #85BD3C url('/./img/lines.png');
/* background: #85BD3C; */
height: 500px;
}

.colors3
{
background: #6F8CC6 url('/./img/lines.png');
/* background: #6F8CC6; */
height: 500px;
}

.polovinaleft
{
width: 49%;
height: 8px;
background-color: #6E8DC6;
display: inline-block;
background: linear-gradient(to right, #6E8DC6 0%, #6E8DC6 60%, #fff 100%);
}

.polovinaright
{
width: 49%;
height: 8px;
background-color: #6E8DC6;
display: inline-block;
background: linear-gradient(to left, #6E8DC6 0%, #6E8DC6 60%, #fff 100%);
}

.polosa
{
margin-top: -22px;
height: 5px;
background-color: #6E8DC6;
}

.polosa2
{
/* margin-top: 70px; */
height: 5px;
background-color: #6E8DC6;
}

.nametext
{
/* font-size: 40px; */
font-size: 30px;
margin: 0px;
}

.nametext3
{
/* font-size: 60px; */
font-size: 30px;
margin: 0px;
background: #fff;
padding: 0px 80px;
position: relative;
display: inline;
}

.nametext2
{
margin-top: 30px;
font-size: 30px;
}

.brands
{
margin: 60px 20px 20px;
width: 190px;
}

.bigtext
{
/* font-size: 36px; */
font-size: 26px;
margin-top: 0px;
text-align:center;
}

.orangefon2
{
background-color: #EF7F1B;
font-weight: bold;
color: #fff;
padding: 11px 15px;
font-size: 20px;
}

.orangefon
{
background-color: #EF7F1B;
font-weight: bold;
color: #fff;
padding: 2px 15px;
text-shadow: 1px 1px 1px #000;
text-align:center;
}

.bluefon
{
background-color: #6F8CC6;
font-weight: bold;
color: #fff;
padding: 2px 15px;
text-shadow: 1px 1px 1px #000;
}

.bluefon2
{
background-color: #6F8CC6;
font-weight: bold;
color: #fff;
padding: 11px 15px;
font-size: 20px;
}

.yellowfon
{
background-color: #FDEB07;
font-weight: bold;
padding: 2px 15px;
}

.greenfon
{
background-color: #85BD3C;
font-weight: bold;
color: #fff;
padding: 2px 15px;
text-shadow: 1px 1px 1px #000;
}



.lidersdiv
{
min-height: 600px;
/* border-top: solid 5px #6E8DC6; */
/* background: url('/./img/header-bg.jpg') no-repeat top center; */
}

.steps1
{
/* background: url('/./img/steps3s.png'); */
background: url('/./img/stepstr.png');
height: 40px;
position: relative;
}

.steps2
{
/* background: url('/./img/steps4s.png'); */
background: url('/./img/stepstr2.png');
height: 40px;
position: relative;
}

.steps
{
position: relative;
/* background: #DAEAC3;
background: #6F8CC6 url('/./img/lines.png');
background: #FDEB07 url('/./img/lines.png'); */
/* background: #FDEB07; */
background: #FEF483;
min-height: 590px;
}

.stepimg
{
cursor: pointer;
}

.tire
{
font-size: 100px;
color: #6D7560;
font-weight: lighter;
vertical-align: super;
}

.stepstextdiv
{
max-width: 670px;
/* padding: 0px 40px; */
padding: 40px;
padding-bottom: 5px;
padding-top: 20px;
min-height: 294px;
box-sizing: border-box;
margin: auto;
text-align: left;
position: relative;
/* background: red; */
}

.stepstextdiv DIV P
{
margin-top: 10px;
}

.stepname
{
margin-bottom: 0px;
margin-top: 5px;
}

.hiddendiv
{
display: none;
}

.dot
{
position: absolute;
margin-left: -55px;
margin-top: 115px;
}

.hidden
{
display: none;
}

.otherimg
{
width: 100%;
max-width: 600px;
margin-top: -6px;
}

.footer
{
/* min-height: 800px;
background: url('/./img/footerpic1.jpg') no-repeat center center;
background-size: cover;
padding-top: 50px; */
min-height: 490px;
background: url(/./img/vor_bg.jpg) no-repeat center top;
}

.footer1
{
display: inline-block;
/* margin-right: 100px; */
text-align: left;
vertical-align: top;
/* margin: 60px; */
vertical-align: middle;
padding-top:20px;
width:33%;
}

.footer1 P, .footer3 P
{
text-align: left;
padding: 0px;
margin: 0px;
font-weight: lighter;
color: #fff;
text-shadow: 0 0 5px #000;
}

.footer2
{
display: inline-block;
text-align: right;
max-width: 700px;
padding-top: 40px;
vertical-align: middle;
width:33%;
}
.footer3
{
display: inline-block;
text-align: right;
max-width: 700px;
padding-top: 40px;
vertical-align: middle;
width:33%;
}
.footer4{
display: inline-block;
text-align: right;
max-width: 700px;
padding-top: 20px;
vertical-align: top;
width:25%;
}
.footer4 P
{
    margin: 5px 0px;
color: #fff;
font-weight: bold;
}
.namefield, .namefieldtext
{
font-family: Calibri, 'calibri_web', verdana;
/* font-size: 24px; */
font-size: 14px;
/* width: 650px; */
/* width: 100%; */
width: 400px;
max-width: 650px;
padding: 20px;
box-sizing: border-box;
padding: 20px;
border: solid 1px #000;
color: #333;
}

.inputorder
{
font-family: Calibri, 'calibri_web', verdana;
font-size: 14px;
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 10px 20px;
border: solid 1px #000;
margin-bottom: 5px;
}

.footer2 .namefield, .footer2 .namefieldtext
{
opacity: 0.7;
}
.footer2 .nametext{
text-align:right;
}
.inputs2
{
font-family: Calibri, 'calibri_web', verdana;
font-size: 20px;
padding: 10px 20px;
border: solid 1px #000;
color: #333;
width: 200px;
}

.inputs3
{
font-family: Calibri, 'calibri_web', verdana;
font-size: 20px;
padding: 10px 20px;
border: solid 1px #000;
color: #333;
width: 142px;
}

.labelcalc
{
cursor: pointer;
font-size: 20px;
/* margin: 0px 5px; */
}

.inputs
{
font-family: Calibri, 'calibri_web', verdana;
font-size: 20px;
padding: 20px;
border: solid 1px #000;
color: #333;
width: 110px;
}

.inputslong
{
width: 425px;
margin-top: 5px;
}

.namefieldtext
{
height: 100px;
}

.namefield
{
margin-bottom: 10px;
}

.pluso
{
margin: 20px -5px;
}

.karusel .slick-current
{

}


.margbottom
{
margin-bottom: -50px;
}

.leftalign
{
text-align: left;
}

.justalign
{
text-align: justify;
}

.logovorota
{
width: 350px;
margin: 35px 20px;
vertical-align: middle;
}

.sec_vor
{
height: 195px;
margin: 50px 0px;
}

.sec_vor_prom
{
height: 167px;
margin: 50px 0px;
}

.rolvorota
{
height: 189px;
margin: 50px 0px;
}

.raspvorota
{
height: 213px;
margin: 50px 0px;
}

.shlagbaum
{
height: 193px;
margin: 50px 0px;
}

.polovina
{
display: inline-block;
width: 49%;
/* max-width: 49%;  */
position: relative;
vertical-align: middle;
}

.polovina .bigtext{
text-align:left;
}
.rolstavni
{
height: 211px;
margin: 50px 0px;
}

.balkdiv1
{
display: inline-block;
width: 500px;
vertical-align: middle;
min-height: 500px;
}

.balkdiv2
{
display: inline-block;
vertical-align: middle;
position: relative;
/* display: none; */
}

.widthdiv
{
width: 100%;
}

.balkonwarm, .hot
{
display: none;
}

.melkopreim
{
text-align: left;
margin: 10px;
}

.ugolcold
{
float: left;
margin-right: 30px;
margin-top: 30px;
}

.ugolwarm
{
float: left;
margin-right: 30px;
margin-top: 30px;
}

.checkhot, .checkcold
{
cursor: pointer;
}

.temp10img
{
position: absolute;
left: 0px;
top: 0px;
}

.temp5img, .temp22img
{
position: absolute;
right: 14px;
top: 0px;
}

.temp10text
{
position: absolute;
left: 10px;
top: 160px;
}

.temp5text, .temp22text
{
position: absolute;
right: 0px;
top: 160px;
}

.balkons
{
float: left;
width: 300px;
margin-top: 10px;
margin-right: 50px;
}

.nourl
{
color: inherit;
border: none;
text-decoration: none;
}

.poluimg
{
height: 150px;
margin: 50px 0px;
}

.strukimg
{
height: 159px;
margin: 50px 0px;
}

.fasadost
{
vertical-align: middle;
}

.fasadost1
{
height: 300px;
margin-left: 100px;
}

.tpugol
{
float: left;
height: 200px;
margin-top: -34px;
margin-right: 50px;
margin-left: 40px;
}

.tpugol1
{
float: left;
height: 200px;
margin-top: -34px;
margin-right: 65px;
margin-left: 40px;
}

.rehauimg
{

}

.imgdivs
{
display: inline-block;
/* margin: 40px; */
margin: 0px;
margin-top: 20px;
}

.preimmini
{
/* color: #EF7F1A; */
margin: 0px;
text-align: left;
margin-left: 40px;
}

.submenu
{
/* background-color: #85BD3C; */
background-color: #5F80B0;
margin-top: -38px;
/* height: 70px; */
height: 40px;
width: 100%;
position: absolute;
z-index: 3;
    margin-top: -38px;
    /* height: 70px; */
    height: 40px;
    width: 100%;
    position: absolute;
    margin-top: 75px;
    z-index: 5;
}

.submenu .menudiv
{
margin-top: 0px;
padding-top: 0px;
height: 50px;
}

#overlaymenu {
	z-index: 2; /* подложка должна быть выше слоев элементов сайта, но ниже слоя модального окна */
	position: fixed; /* всегда перекрывает весь сайт */
	/* background-color: #000; */ /* черная */
	/* opacity: 0.8; */ /* но немного прозрачна */
	width: 100%; 
	height: 100%; /* размером во весь экран */
	top: 0; 
	left: 0; /* сверху и слева 0, обязательные свойства! */
	display: none; /* в обычном состоянии её нет) */
}

.micrologo
{
height: 40px;
}

.oknotype
{
text-align: left;
margin: 0px;
margin-bottom: 5px;
margin-top: 8px;
}

.oknotype2
{
text-align: left;
margin: 0px;
font-size: 20px;
}

.calcdiv1
{
text-align: left;
padding-left: 100px;
height: 590px;
box-sizing: border-box;
vertical-align: top;
}

.calcdiv1mob
{
padding-left: 40px;
height: auto;
min-height: 520px !important;
/* padding-right: 40px; */
}

.calcdiv1mob .number
{
margin-left: 0px !important;
}

.calcdiv1mob .paketimg
{
margin-left: -30px !important;
}

.formmobile
{
padding-right: 40px;
}

.formmobile INPUT
{
width: 100% !important;
box-sizing: border-box;
margin-bottom: 10px !important;
}

.calcdiv1 H2
{
margin-bottom: 10px;
margin-top: 0px;
}

.calcdiv1 DIV
{
height: 100%;
}

.oknopic
{
margin-right: 5px;
cursor: pointer;
}

.oknofinal
{
margin-top: 20px;
position: absolute;
left: 0px;
right: 0px;
margin: auto;
}

.number
{
margin: 10px;
border: solid 3px #EF7F1A;
border-radius: 50%;
padding: 0px 14px;
color: #EF7F1A;
margin-left: -73px;
}

.profilemini
{
height: 60px;
vertical-align: middle;
cursor: pointer;
}

.profilemininame
{
font-size: 14px;
}

.paketimg
{
float: left;
margin-right: 14px;
margin-top: -4px;
cursor: pointer;
height: 100px;
}

.paketfinal
{
display: none;
position: absolute;
right: 0px;
bottom: 0px; 
}

.profilfinal
{
display: none;
position: absolute;
left: 0px;
bottom: 0px; 
height: 250px;
}

.margin0
{
margin: 0px !important;
}

.profilediv
{
height: auto !important;
display: inline-block;
width: 112px;
margin-bottom: 14px;
}

.nameprofile
{
font-weight: bold;
}

.profilepreview
{
/* height: 700px; */
height: 400px;
margin-top: 50px;
/* margin-right: 100px; */
/* float: left;
margin-right: 100px;
margin-top: 20px;
margin-bottom: 80px; */
}

.profiletext
{
text-align: left;
}

.centerdiv
{
display: inline-block;
}

.mobilemenu
{
display: none;
}

.mobilemenudiv
{
background-color: #fff;
width: 100%;
z-index: 1000;
position: absolute;
margin-top: 121px;
padding-top: 30px;
}

.fixed
{
position: fixed;
top: 0px;
width: 100%;
margin: 0px;
}

.fixedsubmenu
{
position: fixed;
/* top: 114px; */
/* top: 95px; */
top: 56px;
width: 100%;
margin: 0px;
}

.imgwidth
{
width: 100%;
height: auto;
margin: 0px;
}

.imgzamer
{
/* width: 90px; */
height: 103px;
/* margin-bottom: -25px; */
float: left;
margin-top: -14px;
}

.imgcalc
{
/* width: 69px; */
width: 90px;
/* margin-bottom: -26px; */
float: left;
margin-top: -20px;
}

.headerbuts
{
text-decoration: none;
/* color: #95C2FD; */
color: #444;
/* text-shadow: 1px 1px 1px #000; */
/* text-shadow: 1px 1px 1px #95C2FD; */
display: inline-block;
text-align: left;
/* min-width: 220px; */
padding: 0px 10px;
line-height: 1;
font-size: 16px;
max-width: 114px;
}
.headerbuts:nth-of-type(2){
max-width:140px;
}
.headerbuts:HOVER
{
color:#EF7F1B;
}
.headerbutsactive{
color:#EF7F1B;
}

.headerbuts I
{
font-size:30px;
float: left;
padding-right: 10px;
padding-top: 0px;
}

.profiledesc
{
border-left: solid 2px #DDDDDD;
border-top: solid 2px #DDDDDD;
border-right: solid 2px #898989;
border-bottom: solid 2px #898989;
border-radius: 5px;
background-color: #6B8FC5;
padding: 8px 20px;
color: #fff;
font-weight: normal;
text-shadow: 1px 1px 1px #000;
}

.profiledescimg
{
display: block;
margin-bottom: 30px;
}

.brandsurl
{
text-decoration: none;
color: inherit;
}

.brandsdiv
{
display: inline-block;
margin: 10px;
vertical-align:top;
padding-bottom: 50px;
}

.karusel2
{
width: 1000px;
margin: auto;
}

.karusel
{
max-width: 900px;
margin: auto;
height: 550px;
}

.karusel DIV
{
min-height: 500px;
position: relative;
}

.karusel2 
{
min-height: 680px;
/* background: green; */
}

.karuselimg
{
/* width: 100px; */
width: 200px;
padding-top: 110px;
/* padding-top: 155px; */
}

.rehauprof .karuselimg
{
margin-right: -50px;
}

.slick-slider H3
{
/* text-align: center;
margin: 0px;
font-size: 20px; */
}

.slick-current IMG.karuselimg
{
/* padding-top: 0px;
width: 230px !important; */
}

.karusel DIV A
{
display: none;
}

.karusel2 DIV A
{
display: none;
}

.karusel DIV P
{
display: none;
/* position: absolute; */
bottom: 100px;
font-size: 24px;
text-align: center;
padding: 0px;
}

.karusel2 DIV P
{
display: none;
}

.slick-current P, .slick-current SPAN, .slick-current A
{
/* display: block !important; */
}

.slick-current H3
{
/* font-size: 30px; */
}

.greenicons
{
/* display: none; */
color: #85BD3C;
margin-top: 10px;
}

.greenicons2
{
color: #EF7E20;
margin-top: 10px;
font-size: 40px;
display: block;
}

.legkodiv
{
position: relative;
background: url('/./img/footerpic1.jpg') center center;
background-size: cover;
height: 800px;
}

.legkotext
{
font-size: 80px;
color: #fff;
text-align: center;
text-shadow: 0 0 10px #555;
}

.oursdiv
{
padding-top: 40px;
padding-bottom: 40px;
}

.ourokna
{
display: inline-block;
vertical-align: top;
width: 33%;
max-width: 400px;
margin-bottom: 20px;
margin-top: 20px;
}

.ourokna P
{
text-align: left;
font-size: 14px;
}

.ourokna H2
{
/* height: 100px; */
font-size: 20px;
text-align: left;
margin: 0px;
}

.ourokna IMG
{
width: 80px;
float: left;
margin-right: 20px;
margin-top: 10px;
}

.lamindiv
{
min-height: 500px;
padding-top: 50px;
padding-bottom: 40px;
}

.lamokno
{
display: inline-block;
background: url('/./img/lamin/l_none.png') left no-repeat;
height: 393px;
/* width: 200px; */
width: 100%;
/* max-width: 500px; */
position: relative;
vertical-align: middle;
}

.lamokno2
{
display: inline-block;
vertical-align: middle;
position: absolute;
right: 100px;
}

.lamchange,.furchange
{
position: absolute;
left: 0px;
}

.lamindiv1, .lamindiv2
{
/* position: absolute !important; */
right: 0px;
display: inline-block;
width: 520px !important;
height: 130px;
}

.lamindiv2
{
margin-top: 24px;
}

.lamindiv1
{

}

.lamindiv1 DIV
{
/* width: 100px;
height: 100px;
border-radius: 50%;
overflow: hidden; */
}

.lamins
{
/* width: 116px;
height: 116px;
margin: 2px; */
cursor: pointer;
/* border-radius: 50%; */
}

.laminsfur
{
width: 100px;
margin-top: -10px;
margin-right: -27px;
cursor: pointer;
}

.laminsdivs
{
overflow: hidden;
background: #fff;
border-radius: 50%;
height: 120px !important;
width: 120px !important;
margin: 5px;
}

.clientsimg
{
width: 500px;
vertical-align: middle;
float: left;
margin-top: 66px;
}

.otzdiv
{
display: inline-block !important;
width: 600px;
vertical-align: middle;
/* height: 500px; */
}

.otzdivs
{
/* border: dashed 1px #6F8CC6; */
margin: 5px;
}

.otzdivs P:nth-child(2)
{
font-weight: bold;
font-style: normal;
}

.otzdivs P
{
text-align: left;
font-size: 18px;
font-style: italic;
}

.stepsdiv
{
display: inline-block;
height: 220px;
vertical-align: top;
}

.stepsdiv IMG
{
width: 170px;
margin: 10px;
cursor: pointer;
}

.animcolor
{
margin-top: 25px !important;
filter: saturate(10%); 
	-webkit-filter: saturate(10%); 
	-moz-filter: saturate(10%); 
	-o-filter: saturate(10%); 
	-ms-filter: saturate(10%);
	
/* filter: brightness(50%); 
	-webkit-filter: brightness(50%); 
	-moz-filter: brightness(50%); 
	-o-filter: brightness(50%); 
	-ms-filter: brightness(50%);
	
filter: contrast(60%); 
	-webkit-filter: contrast(60%); 
	-moz-filter: contrast(60%); 
	-o-filter: contrast(60%); 
	-ms-filter: contrast(60%);	 */
	
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.animcoloractive
{
margin-top: 10px !important;
filter: saturate(100%); 
	-webkit-filter: saturate(100%); 
	-moz-filter: saturate(100%); 
	-o-filter: saturate(100%); 
	-ms-filter: saturate(100%);
width: 200px !important;	
}

.animcolor:HOVER
{
filter: saturate(100%); 
	-webkit-filter: saturate(100%); 
	-moz-filter: saturate(100%); 
	-o-filter: saturate(100%); 
	-ms-filter: saturate(100%);
	
/* filter: brightness(100%); 
	-webkit-filter: brightness(100%); 
	-moz-filter: brightness(100%); 
	-o-filter: brightness(100%); 
	-ms-filter: brightness(100%);
	
filter: contrast(60%); 
	-webkit-filter: contrast(100%); 
	-moz-filter: contrast(100%); 
	-o-filter: contrast(100%); 
	-ms-filter: contrast(100%); */	
	
}

.leftarrow
{
position: absolute;
left: -20px;
top: 120px;
cursor: pointer;
font-size: 40px;
}

.rightarrow
{
position: absolute;
right: -20px;
top: 120px;
cursor: pointer;
font-size: 40px;
}

.voronezback
{
background: url('/./img/voronez.jpg') center bottom no-repeat;
}

.zakazatzvonok
{

}

#zakazatzvonok
{
position: fixed;
z-index: 2;
bottom: 20px;
right: 20px;
display: none;
cursor: pointer;
background-color: #85BD3C;
padding: 15px 20px;
color: #fff;
font-size: 14px;
text-align: left;
min-width: 240px;
box-shadow: 3px 3px 4px #888;
}

#zakaz_close
{
position: absolute;
right: 5px;
top: 4px;
opacity: 0.5;
}

#zakaz_close:HOVER
{
opacity: 1;
}

#zakazatzvonok P
{
padding: 0px;
margin: 0px;
text-shadow: 1px 1px 1px #555;
}

.phonepic
{
float: left;
margin-top: -3px;
font-size: 30px;
margin-right: 10px;
}

.nametextmodal
{
font-size: 24px;
text-align: left;
}

.call_woman
{
float: left;
width: 60px;
margin-right: 10px;
}

.call_zamer
{
float: left;
width: 100px;
margin-right: 10px;
margin-top: 18px;
}

.slick-prev, .slick-next
{
height: 40px;
}

.minilogodiv
{
display: inline-block;
width: 250px;
/* margin-right: 50px; */
}

.minigallerydiv
{
display: inline-block;
min-height: 300px;
/* width: 100%; */
width: 770px;
margin-top: 90px;
margin-left: 50px;
}

/* полароид */
.polaroid
{
	width: 150px;
	padding: 6px 6px 40px 6px;
	background: #eee;
	border: 1px solid #fff;
    box-shadow: 0px 2px 15px #333;
	-moz-box-shadow: 0px 2px 15px #333;
    -webkit-box-shadow: 0px 2px 15px #333;
	position: relative;
	margin:25px 0 0 15px;
}

.polright
{
text-align: left;
}

.preimbig
{
padding-left: 100px !important;
}
.polright .nametext
{
/* padding-left: 40px; */
}

.bigicon
{
font-size: 40px;
position: absolute;
margin-top: -10px;
margin-left: -60px;
}

.price
{
background-color: #FDEB07;
font-size: 50px;
display: inline-block;
/* margin-left: 40px; */
margin-bottom: 0px;
margin-top: 20px;
padding: 10px 20px;
}

.melko
{
font-size: 12px;
}

.navi
{
text-align: left;
}

.blueurl, .greenurl, .orangeurl
{
text-decoration: none;
color: #fff;
padding: 5px 20px;
}

.blueurl
{
background-color: #6E8DC6;
text-shadow: 1px 1px 1px #000;
}

.greenurl
{
background-color: #85BD3C;
text-shadow: 1px 1px 1px #000;
}

.orangeurl
{
background-color: #EF7F1B;
text-shadow: 1px 1px 1px #000;
}

.blockotz
{
margin-bottom: -20px;
}

.imgurldiv
{
display: inline-block;
position: relative;
overflow: hidden;
width: 350px;
height: 200px;
margin: 5px;
}

.imgurl
{
width: 350px;
}

.imgurlname
{
color: #fff;
position: absolute;
text-shadow: 0 0 10px #000, 0 0 10px #555;
z-index: 2;
margin: 0px;
bottom: 20px;
margin-left: 20px;
left: 0px;
text-align: left;
text-transform: uppercase;
font-size: 18px;
	
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;	
}

.priceimgurl
{
position: absolute;
z-index: 2;
bottom: -40px;
color: #fff;
margin: 0px;
border-top: solid 1px #fff;
left: 20px;
right: 20px;
text-align: left;
padding-left: 0px !important;
font-size: 18px;

	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;	
}

.animeimg
{
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

.animeimg:HOVER
{
    -webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	
	filter: brightness(50%); 
	-webkit-filter: brightness(50%); 
	-moz-filter: brightness(50%); 
	-o-filter: brightness(50%); 
	-ms-filter: brightness(50%);
}

.lamimini
{
max-width: 1000px;
margin: auto;
}

.lamiminis IMG
{
width: 65px;
border-radius: 5px;
}

.divotzyv
{
max-width: 1000px;
margin: auto;
}

.textotz
{
text-align: justify;
font-style: italic;
}

.nameotzyvy
{
font-weight: bold;
text-align: right;
}

.answerotzyvy
{
text-align: left;
margin: 0px;
margin-left: 100px;
}

.podpis
{
margin: 0px;
font-size: 16px;
text-align: left;
margin-left: 100px;
}

.more
{
display: none;
}

.inputotz
{
font-family: Calibri, 'calibri_web', verdana;
padding: 10px 20px;
font-size: 20px;
width: 400px;
margin: 0px 10px;
margin-bottom: 20px;
box-sizing: border-box;
}

.input3
{
font-family: Calibri, 'calibri_web', verdana;
padding: 10px 20px;
font-size: 20px;
width: 820px;
box-sizing: border-box;
margin-left: 5px;
resize: none;
}

.photoimg
{
height: 120px;
margin: 2px;

	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
}

.photoimg:HOVER
{
margin: 0px 4px 4px 0px;
box-shadow: 4px 4px 10px #333;
}

.whitebg
{
background-color: #fff;
}

.vorotablocks1
{
display: inline-block;
vertical-align: middle;
}
.vorotablocks1 P{

}
.vorotablocks2
{
display: inline-block;
max-width: 500px;
vertical-align: middle;
/* padding-top: 20px; */
box-sizing: border-box;
padding-left: 40px;
}
.vorotablocks2 .nametextmini{
text-align:left;
}
.imgvorotablock
{
/* width: 380px; */
width: 330px;
}

.nametextmini
{
font-size: 30px;
text-align: center;
}

.prioritet
{
min-height: 500px;
max-width: 1200px;
margin: auto;
background: #000 url('/./img/vorota_panoram_1.png') no-repeat center center;
color: #fff;
padding-top: 40px;
text-shadow: 1px 1px 1px #000;
}

.prioritet DIV
{
display: inline-block;
width: 49%;
margin: auto;
padding: 40px;
box-sizing: border-box;
}

.prioritetimg
{
float: left;
margin-right: 30px;
height: 100px;
}

.prioritet P
{
text-align: left;
}

.prioritet H2
{

}

.prioritet H3
{
text-align: left;
margin: 0px;
font-size: 22px;
}

.colorpanel, .typepanel
{
max-width: 1000px;
margin: auto;
}

.leftmenudiv
{
display: inline-block;
max-width: 400px;
/* background-color: lightgreen; */
vertical-align: top;
}

.leftmenuurl
{
display: block;
text-decoration: none;
color: #000;
background-color: #FEF483;
text-align: left;
padding: 10px 20px;
margin: 10px;
}

.leftmenuurl:HOVER
{
background-color: #85BD3C;
text-shadow: 1px 1px 1px #000;
color: #fff;
}

.leftmenuactive
{
background-color: #85BD3C;
color: #fff;
text-shadow: 1px 1px 1px #000;
}

.rightcol
{
display: inline-block;
/* max-width: 600px; */
width: 850px;
}

.rightcol DIV
{
vertical-align: top;
}

.rightcol .nametextmini
{
margin-top: 0px;
}

.rightcol .imgvorotablock
{
margin-top: 10px;
}

.videogallery
{
padding: 40px;
}

.videoblock
{
max-width: 360px;
}

.videoblockroll
{
max-width: 290px;
float: left;
margin-right: 40px;
margin-left: 40px;
}

.calcmain
{
display: inline-block;
box-sizing: border-box;
width: 400px;
height: 400px;
/* background: #ededed url('/./img/calc_vorota/bg_vorota.jpg') no-repeat center center; */
background: url('/./img/panelcolored/type2_RAL_9003.jpg') no-repeat center center;
padding: 20px;
background-size:contain;
}

.votora_panel
{
/* background: url('/./img/calc_vorota/panel1.png');
width: 400px;
height: 290px;
margin: auto; */
}

.vorota_color
{
/* background: url('/./img/calc_vorota/vorota_shadow.png') repeat-y, url('/./img/calc_vorota/vorota_shadow1.png') repeat-x;
background-color: #F1F2ED; */
}

.calc_pic
{
display: inline-block;
vertical-align: top;
margin-top: 40px;
position: relative;
}

.calc_form
{
display: inline-block;
width: 550px;
margin-right: 100px;
}
.typepanel21 IMG
{
height: 100px;
}

.panels, .colorpan
{
cursor: pointer;
}

.hiddenform
{
display: none;
}

.shemavorot
{
width: 500px;
}

.leftdiv
{
display: inline-block;
width: 49%;
vertical-align: middle;
}

.rightdiv
{
display: inline-block;
width: 49%;
vertical-align: middle;
}

.rightdiv P
{
text-align: left;
margin: 0px;
margin-bottom: 5px;
}

.calc1
{
display: inline-block;
max-width: 33%;
vertical-align: top;
}

.calc2
{
display: inline-block;
vertical-align: top;
/* min-width: 600px; */
width: 600px;
}

.calc21
{
display: inline-block;
vertical-align: top;
/* min-width: 600px; */
width: 190px;
}

.calc3
{
display: inline-block;
vertical-align: top;
min-width: 220px;
}

.typecalc
{
height: 100px;
border: solid 2px #6B8FC5;
cursor: pointer;
display: block;
margin-bottom: 10px;
}

.hiddeninput:CHECKED + .typecalc
{
border: solid 2px #85BB39;
}

.profilechoice:HOVER
{
cursor: pointer;
}

.profilechoice
{
text-align: left;
padding: 5px 10px !important;
position: relative;
background: #6B8FC5;
color: #fff;
margin: 0px;
margin-top: 10px;
font-size: 18px;
text-shadow: 1px 1px 1px #333;
}

.oknodva, .oknoodin, .oknotri, .oknobalkon, .oknodver
{
position: relative;
}

.oknoodin, .oknotri, .oknobalkon, .oknodver
{
display: none;
}

.opentype
{
background: #6B8FC5;
text-align: left;
color: #fff;
z-index: 2;
position: relative;
padding: 5px 10px !important;
font-size: 14px;
text-shadow: 1px 1px 1px #333;
border-radius: 8px;
}
.opentype::before{
content: '';
display: inline-block;
width: 10px;
height: 10px;
background: #fff;
border: solid 2px #6B8FC5;
border-radius: 50%;
position: absolute;
left: -20px;
top: 30%;
}
.opentype2
{
text-align: left;
color: #fff;
z-index: 2;
position: relative;
padding: 5px 10px !important;
font-size: 14px;
}

.opentype:hover
{
cursor: pointer;
background: #85BB39;
}

.onkoleft
{
display: inline-block;
vertical-align: top;
width: 110px;
/* margin-right: 25px; */
padding-top: 40px;
}

.onkocenter
{
display: inline-block;
vertical-align: top;
width: 110px;
/* margin-right: 25px; */
padding-top: 40px;
margin: 0px 50px;
}

.oknocenterhidden
{
display: inline-block;
width: 48px;
}

.onkoright
{
display: inline-block;
vertical-align: top;
width: 110px;
/* margin-left: 25px; */
padding-top: 40px;
}

.hiddeninput
{
display: none;
}

.hiddeninput:CHECKED + P
{
background: #85BB39;
}
.hiddeninput:CHECKED + P::before{
background:#6B8FC5;
}
.stars
{
color: #FFEB01;
right: 10px;
position: absolute;
}

.window31, .window32, .window33, .window21, .window22, .window11, .window41
{
position: absolute;
z-index: 2;

	-moz-transition: transform 0.5s ease-out;
	-o-transition: transform 0.5s ease-out;
	-webkit-transition: transform 0.5s ease-out;
}

#oknofinal5
{
	-moz-transition: transform 0.5s ease-out;
	-o-transition: transform 0.5s ease-out;
	-webkit-transition: transform 0.5s ease-out;
}

.window11
{
top: 26px;
left: 196px;
}

.window41
{
display: none;
left: 55px;
top: 24px;
}

.window21 
{
display: none;
left: 134px;
top: 22px;
}

.window22
{
top: 22px;
left: 302px;

/* transform-origin: 100% 50% 0px;
transform: perspective(800px) rotateY(0deg); */

/* transform-origin: 50% 70% 0px;
transform: perspective(300px) rotateX(0deg); */
}

.window31 
{
left: 52px;
top: 22px;
}

.window32
{
display: none;
top: 22px;
left: 217px;
}

.window33
{
top: 22px;
right: 52px;
}

.formcalc
{
padding-top: 250px;
position: relative;
}

.minidivsteklo
{
display: inline-block;
}

.minidivsteklo P
{
font-size: 12px;
padding: 0px;
font-weight: bold;
margin-top: 0px;
display: none;
}

.photosimg
{
height: 350px;
}

.photogallerydivmain
{
max-width: 1100px;
min-height: 360px;
margin: auto;
}

.manleft
{
float: left;
border-bottom: solid 1px #000;
}

.profilepromo
{
display: inline-block;
min-width: 520px;
vertical-align: top;
text-align: left;
}

.profilepromo IMG
{
width: 250px;
float: left;
margin-top: -56px;
margin-right: 20px;
}

.profilepromo H3
{
margin-bottom: 0px;
}

.slogans
{
margin: 5px 0px;
font-size: 18px;
}

.mainslogan
{
margin: 5px 0px 10px 0px;
}

.calctext
{
font-size: 14px;
text-align: left;
margin-top: -50px;
}

.calcimg
{
float: left;
margin-right: 20px;
margin-top: -7px;
}

.profileinfo
{
background: #c7c7c7;
display: none;
}

.displayblock
{
display: block;
}

.profileinfo P
{
text-align: left;
padding: 5px 10px !important;
position: relative;
color: #fff;
margin: 0px;
font-size: 18px;
text-shadow: 1px 1px 1px #333;
}


#shirinatext
{
display: block;
position: absolute;
top: 216px;
left: 0px;
right: 0px;
margin: auto;
font-size: 16px;
}

#vysotatext
{
position: absolute;
left: -18px;
transform: rotate(-90deg);
top: 0px;
font-size: 16px;
}

.newkaruselprofile
{
max-width: 1000px;
margin: auto;
}
.newkaruselprofile P{
text-align:center;
}
.newkaruselprofiles
{
margin-right: -70px;
}
.menuicondiv{
display: inline-block;
cursor: pointer;
vertical-align: bottom;
padding-bottom: 4px;
padding-right: 30px;
font-size: 40px;
}
.menuicondiv:HOVER{
color:#EF7F1B;
}
.menutext{
    line-height: 0px;
    margin: 0px;
    font-size: 10px;
    display: block;
    padding-top: 0px;
}
.bigmenudiv{
background: #fff url(/./img/menu_bg.jpg) no-repeat center;
width:100%;
height:100vh;
position: fixed;
z-index: 4;
top:60px;
display:none;
/* opacity:0; */
}
.bigmenus{
display:inline-block;
/* background:#fff; */
max-width: 400px;
text-align:left;
vertical-align:top;
font-size: 16px;
padding:20px;
}
.menuname{
margin: 0px;
padding: 5px 0px;
}
.menunamemini{
margin: 0px;
padding: 5px 0px;
font-weight: bold;
}
.bigmenuurl{
display: block;
text-decoration: none;
color: #333;
padding:5px 10px;
}
.bigmenuurl:HOVER
{
color:#EF7F1B;
}
.bigmenudiv .bodytext{
text-align:left;
padding: 0px 110px;
}
.otherdiv1{
display:inline-block;
width:500px;
height:300px;
margin-bottom:20px;
}
.otherdiv5{
display:inline-block;
width:500px;
height:300px;
margin:0px 20px;
margin-bottom:20px;
}
.otherdiv2{
display:inline-block;
width:330px;
height:300px;
margin:0px 20px;
margin-bottom:20px;
}
.otherdiv6{
display:inline-block;
width:330px;
height:300px;
margin-bottom:20px;
}
.otherdiv3{
display:inline-block;
width:330px;
height:300px;
margin-bottom:20px;
}
.otherdiv4{
display:inline-block;
width:330px;
height:300px;
margin-bottom:20px;
}
.otherdiv{
/* padding-top:40px; */
padding-bottom:40px;
}
.otherdiv DIV{
/* cursor:pointer; */
vertical-align:top;
overflow:hidden;
position:relative;
color: #222;
}
.otherdivmini{
height:140px;
}
.otherdivmini:nth-child(1){
margin-bottom:20px;
}
.otherdiv IMG{
transition: all 0.2s;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
}
.otherdivmini:HOVER IMG, .otherdivs:HOVER IMG{
transform: scale(1.1);
}
.othertext{
position: absolute;
bottom: 0px;
background: #ffffffcf;
text-align: left;
padding: 10px;
display: block;
left: 0px;
font-size: 18px;
}
.otherdivmini:HOVER .othertext, .otherdivs:HOVER .othertext{
font-weight:bold;
}
.bigpropmenu{
position: absolute;
/* background: green; */
text-align: left;
width: 1116px;
left: -503px;
bottom: -340px;
/* display:none; */
height:0px;
overflow:hidden;
opacity:0;

transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.menudiv:HOVER .bigpropmenu{
display:block;
height:unset;
opacity:1;
}
.imgvorotaurl{
width: 220px;
transition: all 0.2s;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
box-shadow: 1px 1px 1px #555;
}
.menuurlimg{
text-decoration:none;
position: relative;
width:220px;
display:inline-block;
}
.imgurltext{
position: absolute;
left: 0px;
background: #ffffffd6;
bottom: 20px;
padding: 10px;
color: #333;
font-size:16px;
}
.menuurlimg:HOVER IMG{
transform: scale(1.05);
}
.menuurlimg:HOVER .imgurltext{
background:#fff;
}
.zamerimg{
width: 531px;
}
.colordivs{
display: inline-block;
width: 140px;
height:205px;
vertical-align: top;
position: relative;
}
.colordivs:HOVER .colorimg{
transition: all 0.2s;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
width:140px;
}
.colorimg{
width: 100px;
}
.colorname{
display: block;
font-size: 16px;
position: absolute;
bottom: 30px;
left: 0px;
right: 0px;
}
.typepanel21{
height:150px !important;
}
.panels{
margin-top: 26px;
}
.typepanel2 .slick-current .panels{
height:150px;
margin-top:0px;
}
.colorpanel2 .rals{
margin-top:26px;
}
.lamiminis{
/* height:100px !important; */
}
.colorpanel2 .slick-current .rals{
height:100px;
width:100px;
margin-top:0px;
margin-top:0px;
}
.rals{
width:65px;
height:47px;
display:inline-block;
cursor:pointer;
border-radius: 4px;

transition: all 0.2s;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
}
.ral9003{
background:#EEEEEC;
}
.ral1014{
background:#DCC6A1;
}
.ral9006{
background:#A5A6A5;
}
.ral7016{
background:#4C4F54;
}
.ral8014{
background:#56483F;
}
.ral3000{
background:#A8403D;
}
.ral5005{
background:#2B5D8E;
}
.ral6005{
background:#365148;
}
.colorvar{
width:100px;
height:100px;
border-radius:4px;
margin: auto;
margin-top: 10px;
margin-bottom: 10px;

transition: all 0.2s;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
}
.colorvar:HOVER{
width:120px;
height:120px;
}
.shirinp{
position: absolute;
bottom: -56px;
left: 100px;
width: 160px;
}
.vysinput{
transform: rotate(-90deg);
position: absolute;
right: -138px;
bottom: 178px;
width: 156px;
}
.avtodivs{
display: inline-block;
vertical-align: top;
/* margin-top: 20px; */
width: 200px;
cursor: pointer;
border: solid 4px #fff;
padding: 20px;
box-sizing: border-box;
}
.avtodivs:HOVER{
border: solid 4px #6F8CC6;
}
.avtodivsactive{
border: solid 4px #EF7F1B;
}
.avtoimg{

}
.avtoname{
margin: 0px;
font-size: 16px;
padding: 0px 20px;
}
.nameavtochoise{
margin-bottom: 0px;
font-weight: bold;
}
.avtodesc{
font-size: 20px;
max-width: 800px;
margin: auto;
margin-bottom: 20px;
}
.avtomatika{
display:none;
}
.oknadivs{
/* display:inline-block; */
vertical-align:top;
/* padding:20px; */
position:relative;
}
.oknadivscen{
display:inline-block;
vertical-align:top;
padding:20px;
position:relative;
margin-top: 40px;
}
.oknodiv1{

}
.oknodiv2{

}
.oknodiv3{

}
.oldprice{
position: absolute;
top: 350px;
left: 30px;
font-size: 30px;
font-weight: bold;
color: #333;
text-decoration: line-through;
}
.newprice{
position: absolute;
top: 332px;
left: 170px;
font-size: 50px;
font-weight: bold;
color: #85BD3C;
text-shadow: 1px 1px 0px #000;
}
.stisimg{
float: left;
margin-right: 40px;
margin-top: 20px;
margin-bottom: 40px;
}
.stistext{
text-align: left;
padding-top: 130px;
}
.jaluziimg1{
height:211px;
}
.jaluziimg2{
height:177px;
}
.jaluziimg3{
height:143px;
}
.jaluziimg4{
height:173px;
}
.jaluziimg5{
height:122px;
}
.zavesimg{
width:100%;
}
.zavesdiv{
display:inline-block;
width:390px;
min-height: 200px;
position:relative;
overflow:hidden;
}
.zavespreim{
/* font-weight: bold;
    font-size: 22px; */
}
.zavestable{
/* background: green; */
width: 1180px;
margin: auto;
text-align:left;
}
.zavestable TD{
padding:10px;
border:solid 1px #333;
}
.dankediv{
text-decoration:none;
color: #222;
display: inline-block;
width: 180px;
margin-bottom: 40px;
/* cursor: pointer; */
border: solid 4px #fff;
padding-bottom: 20px;
box-sizing: border-box;
vertical-align: top;

transition: all 0.2s;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
}
.dankediv:HOVER{
border: solid 4px #EF7E20;
}
.animeimg{
transition: all 0.2s;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
}
.zavesdiv:HOVER .animeimg{
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);

filter: brightness(50%); 
	-webkit-filter: brightness(50%); 
	-moz-filter: brightness(50%); 
	-o-filter: brightness(50%); 
	-ms-filter: brightness(50%);
}
.steklodesc{
color: #fff;
opacity: 0;
position: absolute;
top: 0px;
left: 0px;
text-align: left;
font-size: 16px;
/* background: red; */
padding: 20px;
transition: all 0.2s;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
}
.zavesdiv:HOVER .steklodesc{
opacity:1;
}
.dankename{
text-align:center;
}
.dankeprice{
font-weight: bold;
text-align:center;
}
.dankeorder{

}
.dankeimg{
width: 100%;
max-width:300px;
float:left;
}
.dankeimg2{
width: 100%;
max-width:300px;
}
.bsldiv{
display:inline-block;
width:290px;
}
.bslimg{
width:100%;
}
.bslname{

}
.bottomtext{
position:absolute;
bottom:0px;
margin: 0px;
}
.ofperimg{
width: 390px;
}
.videodivs{
float: left;
    display: inline-block;
    margin-right: 40px;
    /* margin-top: -10px; */
    margin-left: 10px;
}
.rehau_doors{
float:left;
margin-top: -160px;
margin-right: 40px;
}
.rehau_doors2{
float:right;
margin-top: -160px;
}
.bold{
font-weight:bold;
}
.zimimg{
height:200px;
}
.konzim{
height: 172px;
}
.vhodimg{
float:left;
margin-right: 40px;
}
.vhodimgs{
height:173px;
}
.bigimgs{
width:100%;
}
.preimdivs{
display: inline-block;
background: #FFEB01;
vertical-align: top;
width: 195px;
padding: 20px;
box-sizing: border-box;
text-align: center;
}
.preimpics{
font-size: 70px;
color: #EF7E20;
}
.preimtext{
text-align:center;
margin-top: 10px;
margin-bottom: 0px;
}
.leftdoor{
float:left;
}
.check{
font-size: 40px;
display: inline-block;
margin-right: 20px;
vertical-align: middle;
color: #85BB39;
}
.spisok{
margin: 0px;
}
.selects{
padding:5px 10px;
font-size:20px;
margin-right: 40px;
}
.descpod{
/* padding-top: 40px; */
text-align: center;
}
.danketypeimg{

}
.logomoeller{
    width: 400px;
}
.wdsdiv{
margin-bottom: 40px;
}
.wdsdiv IMG{
margin-top: 0px;
}
.dachaimg{
float: left;
    max-width: 500px;
    margin-right: 40px;
}
.namewind{
text-align: center;
    font-weight: bold;
}
.razmerdiv{
background-color: #85BD3C;
max-width: 270px;
}
.steklopaketimg{
    margin-top: 100px;
	max-width: 100%;
}
.pricetable{
    margin: auto;
    text-align: left;
    max-width: 100%;
	border-collapse: collapse;
}
.pricetable TD{
border: solid 1px #6B8FC5;
    border-spacing: 0px;
    padding: 10px;
    font-size: 16px;
}
.polimg{
max-width: 500px;
}
.strela{
width:33%;
}
.roldivs{
display: inline-block;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    width: 300px;
    /* background: green; */
    box-sizing: border-box;
    vertical-align: top;
}
.rolimg{

}
.rolname{
text-align: center;
}
.rolcol{
width: 600px;
    max-width: 100%;
}
.typepanvor{
    width: 396px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.inldivs{
display:inline-block;
vertical-align:top;
}
.inldivs P{
text-align:center;
}
.otkatconst{
    float: left;
    width: 600px;
    margin-right: 40px;
}
.raspconst{
    float: left;
    width: 350px;
    margin-right: 40px;
}
.privodimg{
float:left;
}

.newsdiv{
margin:50px 0px;
}
.newspic{
display:inline-block;
width:300px;
vertical-align: top;
padding-right: 40px;
box-sizing: border-box;
}
.textnews{
display:inline-block;
width:900px;
}
.picnews{
width:100%;
}
.namepromo{
font-weight:bold;
}
.picnews2{
    /* margin-top: 40px; */
    float: left;
    margin-bottom: 40px;
    margin-right: 40px;
    max-width: 300px;
}
.bezramter{
height:183px;
}
.bezramfas{
height:175px;
}
.bezrambal{
height:188px;
}
.promoimg{
height: 150px;
margin: 10px;
}
.redtext{
text-align: center;
margin: 20px;
margin-bottom: 0px;
color: red;
font-size: 40px;
}
.logofooter{
width: 220px;
}
.footerurl{
text-decoration:none;
color:#fff;
font-size:16px;
font-weight:normal;
}
.footerurl:HOVER{
text-decoration:underline;
}
.footericons{
color: #fff;
text-decoration: none;
font-size: 40px;
/* height: 40px; */
margin: 0px 5px;
}
/* End */


/* Start:/slider.css?16122581945357*/
/*  */
#slider-wrap{ /*     */
    /* width:1721px;  */
    width: 100%; 
	
	margin: auto;
    }
#slider{ /*   */
    /* width:1721px;
    height:631px; */
	width:100%;
    height:631px;
    overflow: hidden;
    /* border:#eee solid 10px; */
    position:relative;
	margin: auto;
	}
.slide{ /*  */
    width:100%;
    height:100%;
	position: relative;
    }
.centermargin
{
    width:1000px;
	margin: auto;
    height:100%;
	position: relative;
}

.bold
{
font-weight: bold;
}


.sli-links{ /*    */
    margin-top:10px;
    text-align:center;}
.sli-links .control-slide{
    margin:2px;
    display:inline-block;
    width:83px;
    height:2px;
    overflow:hidden;
    text-indent:-9999px;
    background:url('/./img/slider/radioBg.png') center bottom no-repeat;}
.sli-links .control-slide:hover{
    cursor:pointer;
    background-position:center top;}
.sli-links .control-slide.active{
    background-position:center top;}
#prewbutton, #nextbutton{ /*  ""  "" */
    display:block;
    width:27px;
    height:100%;
    position:absolute;
    top:0;
    overflow:hidden;
    text-indent:-999px;
    background:url('/./img/slider/arrowBg.png') left center no-repeat;
    opacity:0.4;
    z-index:3;
    outline:none !important;
	cursor: pointer;
	}
#prewbutton{left:20px;}
#nextbutton{
    right:20px;
    background:url('/./img/slider/arrowBg.png') right center no-repeat;}
#prewbutton:hover, #nextbutton:hover{
    opacity:1;}
.imgslider	
{
overflow:hidden;

}


.slider1
{
background-image: url("/./img/slider/slide_1.jpg");
background-position: center;
overflow: hidden;
background-repeat: no-repeat;
}
.slider0
{
background-image: url("/./img/slider/slide_0.jpg");
background-position: center;
overflow: hidden;
background-repeat: no-repeat;
}

.slider1v
{
background-image: url("/./img/slider/slide_1v.jpg");
background-position: center;
overflow: hidden;
background-repeat: no-repeat;
}


.slider2v
{
background-image: url("/./img/slider/slide_2v.jpg");
background-position: center;
overflow: hidden;
background-repeat: no-repeat;
}

.whitebg
{
/* background: url('/./img/whitebg.png'); */
}

.slider2
{
background-image: url("/./img/slider/slide_2.jpg");
background-position: center;
overflow: hidden;
background-repeat: no-repeat;
}

.slider3
{
background-image: url("/./img/slider/slide_3.jpg");
background-position: center;
overflow: hidden;
background-repeat: no-repeat;
}

.slider4
{
background-image: url("/./img/slider/slide_4.jpg");
background-position: center;
overflow: hidden;
background-repeat: no-repeat;
}

.slider5
{
background-image: url("/./img/slider/slide_5.jpg");
background-position: center;
overflow: hidden;
background-repeat: no-repeat;
}

.slider6
{
background-image: url("/./img/slider/slide11.jpg");
background-position: center;
overflow: hidden;
background-repeat: no-repeat;
}

.slider7
{
background-image: url("/./img/slider/slide12.jpg");
background-position: center;
overflow: hidden;
background-repeat: no-repeat;
}


/*      */
.slider-wrap
{
/* margin-top: -215px !important; */
}
.slide-1{ /*     */
	width: 100%; 
	margin: auto;
	}
.slide-1 .slider{ /*   */
	width:100%;
	/* min-width: 1000px; */
    /* height:729px; */
	height:500px;
	overflow: hidden;
	position:relative;
	}
.slide-1 .slide{ /*  */
    width:100%;
    height:100%;
	position: relative;
	}
.sli-links{ /*    */
	margin-top: -50px;
	text-align:center;
	position: relative;
	}
.sli-links .control-slide{
/* 	margin:2px;
	display:inline-block;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/radioBg.png) center bottom no-repeat; */
	margin:5px;
    display:inline-block;
    width:20px;
    height:20px;
    overflow:hidden;
    text-indent:-9999px;
    background:url('/./img/slider/radioBg.png') center bottom no-repeat;}
	}
.sli-links .control-slide:hover{
	cursor:pointer;
	background-position:center center;}
.sli-links .control-slide.active{
	background-position:center top;}
.prewbutton, .nextbutton{ /*  ""  "" */
	display:block;
    /* width:64px; */
	width:25px;
    height:100%;
    position:absolute;
    top:0;
    overflow:hidden;
    text-indent:-999px;
    background:url('/./img/slider/arrowBg.png') left center no-repeat;
    opacity:0.4;
    z-index:3;
    outline:none !important;
	cursor: pointer;
	
	/* display:block;
	width:15px;
	height:100%;
	position:absolute;
	top:0;
	overflow:hidden;
	text-indent:-999px;
	background:url(/arrowBg.png) left center no-repeat;
	opacity:0.8;
	z-index:3;
	outline:none !important; */}
.prewbutton{left:40px;}
.nextbutton{
    right:40px;
    background:url('/./img/slider/arrowBg.png') right center no-repeat;}
.slide-1 .prewbutton:hover, .nextbutton:hover{
	opacity:1;}
	
.rigthfloat
{
text-align: right;
/* padding-top: 285px; */
padding-top: 100px;
}

.whitespace
{
background-color: rgba(255, 255, 255, 0.5);
display: inline-block;
padding: 20px;
}

.slidertext
{
margin: 6px 0px;
font-size: 26px;
}

.maintext 
{
display: inline-block;
font-size: 40px;
color: #fff;
padding: 0px 40px;
margin: 0px;
}

.slidertextus
{
text-align: right;
padding: 0px !important;
margin: 0px;
margin-bottom: 20px;
font-size: 26px;
}

.logovorotaslider
{
height: 50px;
}
/* End */


/* Start:/local/templates/main/styles.css?17115306263809*/
  :root {
    --text-color: #222;
    --animation: 0.5s;
    --animationFast: 0.2s;
    --color-link: #ef7e20;
    --color-link-hover: #85bb39;
    --radius: 4px;
  }
  .seotext {
    color: var(--text-color);
    text-align: left;
    word-wrap: break-word;
    margin: 1vw 9vw;
    line-height: 170%;
  }
  .seotext ul {
    padding: 0px;
  }
  .seotext h2::first-letter,
  .seotext h3::first-letter,
  .seotext .h2::first-letter,
  .seotext .h3::first-letter {
    font-weight: bold;
    color: var(--color-link-hover);
  }
  .seotext h2,
  .seotext h3,
  .seotext .h2,
  .seotext .h3 {
    margin-top: 20px;
  }
  .seotext p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .seotext a {
    position: relative;
    cursor: pointer;
    color: var(--color-link-hover);
    text-decoration: none !important;
    transition: var(--animation);
  }
  .seotext a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    background-color: var(--color-link-hover);
    transition: width var(--animation);
  }
  .seotext a:hover:after {
    content: "";
    width: 30%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px;
    background-color: var(--color-link-hover);
    transition: width var(--animation);
  }
  .seotext a:hover {
    color: var(--color-link);
    transition: var(--animation);
  }
  .flex_two_block {
    display: flex;
    flex-basis: auto;
    flex-wrap: wrap;
    gap: 0 10px;

  }
  .flex_two_block > div {
    flex-grow: 1;
  }
  .flex_two_block_img {
    flex-basis: 30%;

  }
  .flex_two_block_img img {
    display: block;
    filter: saturate(130%) contrast(105%) brightness(105%);
    width: 100%;
    height: 100%;
    border-radius: var(--radius);
    transition: var(--animation);
z-index: 99999;
  }
  @media (min-width: 1178px) {
    .flex_two_block_img.left_img > img:hover {
      transition: var(--animation);
      transform: scale(1.2) translateX(30%);
    }
    .flex_two_block_img.right_img > img:hover {
      transition: var(--animation);
      transform: scale(1.2) translateX(-30%);
    }
	.flex_two_block {
	margin-bottom: 50px;
}
  }
  @media (max-width: 1178px) {
	.flex_two_block {
	margin-bottom: 20px;
}
    }
  .flex_two_block_text {
    flex-basis: 69%;
  }
  .imp_block {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 0px solid var(--color-whitesmoke);
    box-shadow: 0 0 5px 0px #dedede;
    transition: 100ms box-shadow;
    overflow: hidden;
  }

  @media (min-width: 769px) {
  .seotext .count .count_item:hover {
    transform: translateY(-5px) scale(1.1);
    transition: var(--animationFast);
	z-index: 9999999999;
	}
.seotext .count_flex .count_item {
    width: 31%;
}
}
@media (max-width: 769px) {
.seotext .count_flex .count_item {
    width: 100%;
}
}

  .seo_text_list {
    padding: 0px;
  }
  .seo_text_list li {
    list-style: none;
    margin: 5px 0;
  }
  .seo_text_list {
    padding-left: 0px !important;
  }
  .seo_text_list li::before {
    content: "";
    background: url(https://imp-okon.ru/img/arrow-undo-outline.svg) no-repeat
      center center border-box;
    padding: 0px 0px 0px 40px;
    background-size: 20px;
  }
  .seotext .count .count_item {
    margin: 15px 0px;
    transition: var(--animationFast);
z-index: 999999;
  }

  .seotext .small{
    width: 69%;
  }
.seotext .count_flex{
    display: flex;
    align-items: flex-start;
    gap: 0 10px;
    flex-wrap: wrap;
justify-content: center;
}
.seotext .count_flex_block{}
.seotext .count_flex_block_text{}
.seotext .count_flex_block_img img{
    box-sizing: border-box;
    width: 100%;
}


.fixed{
z-index: 99999999999999999999999!important;}
/* End */


/* Start:/local/templates/main/template_styles.css?1711530626191*/
.lamokno2 {
    display: flex; 
    flex-direction: column;
}

.img-fluid{
max-width:100%; height:auto;}

/*
.header {
    background: url('/img/headerbg2.webp') no-repeat bottom center; 
}*/
/* End */
/* /fancybox/source/jquery.fancybox.css?16122582344900 */
/* /fancybox/source/helpers/jquery.fancybox-buttons.css?16122582342447 */
/* /fancybox/source/helpers/jquery.fancybox-thumbs.css?1612258234735 */
/* /slick/slick.css?16122581941735 */
/* /slick/slick-theme.css?16122581943456 */
/* /inc/jquery.flipster.css?16122581948984 */
/* /font-awesome/css/font-awesome.min.css?161225819431000 */
/* /css.css?161225819453141 */
/* /slider.css?16122581945357 */
/* /local/templates/main/styles.css?17115306263809 */
/* /local/templates/main/template_styles.css?1711530626191 */
