/* IMPORTS */


/* GLOBAL STYLES */

* { 
margin: 0px;
padding: 0px;
font-family: "PT Sans";
font-weight: normal;
color: black;
font-size: 16px;
-webkit-box-sizing: border-box;
box-sizing: border-box;

}

html {
  height: 100%;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.bold, b, .bold *, b * {
  font-weight: bold;
}

body {
  overflow: hidden;
  
}

.blue {
  color: #185bd4;
}

h2,
h2 * {
  font-size: 51px;
}

h3,
h3 * {
  font-size: 30px;
}

h4,
h4 * {
  font-size: 24px;
}

*:focus {
outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

.bg {
  display: inline-block;
}

.logo {
  display: inline-block;
  padding-left: 58px;
  min-height: 41px;
}

.logo:hover {
  opacity: 0.7;
}

.w100 {
  width: 100%;
}

.space {
  height: 20px;
}

.space.s2 {
  height: 40px;
}

.space.s3 {
  height: 60px;
}

.space.s4 {
  height: 80px;
}

.space-w {
  padding: 0px 20px;
}

.space-w.sw2 {
  padding: 0px 40px;
}

.space-w.sw3 {
  padding: 0px 60px;
}



.space-w.sw4 {
  padding: 0px 80px;
}

.space-right.space-w {
  padding-left: 0px;
}

.space-left.space-w {
  padding-right: 0px;
}

.logo .hd {
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: -5px;
  display: block;
  font-weight: bold;
}

.logo .min {
  font-size: 10.5px;
  text-transform: uppercase;
}

.logo.lwhite {
  background: url(../img/logo-white.png) left center / auto 100% no-repeat;
}
.logo.lwhite * {
  color: white;
}

.logo.lblack {
  background: url(../img/logo-black.png) left center / auto 100% no-repeat;
}
.logo.lblack * {
  color: black;
}

.text-mini {
  font-size: 12px;
  display: inline-block;
  line-height: 14px;
}
.social-links a {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 20px;
}
.social-links .active {
  display: none;
}

.bg-heart {
	position: relative;
    top: 39px;
}

.social-links a:hover .active {
  display: inline-block;
}

.social-links a:hover .un {
  display: none;
}

.text-ave {
  font-size: 16px;
  display: inline-block;

}

.inline {
  display: inline-block;
}

.imiddle * {
  vertical-align: middle;
  display: inline-block;
}

.itop * {
  vertical-align: top;
  display: inline-block;
}

.ibottom * {
  vertical-align: bottom;
  display: inline-block;
}

.text-light {
  font-size: 13.8px;
  display: block;
}


.trs,
.trs * {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.but_1 {
  
  background: none;
  border: none;
  transition: 0.3s all;
  cursor: pointer;
  max-width: 600px;
}
.but {
  
  background: none;
  border: none;
  transition: 0.3s all;
  cursor: pointer;
  max-width: 600px;
}

.but-dec {
  height: 77px;
  position: relative;
  border-radius: 45px;
  padding: 0px 15px;
  cursor: default;
  padding-left: 87px;
  text-align: left;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(250,220,139,0.17);
-moz-box-shadow: 0px 0px 0px 0px rgba(250,220,139,0.17);
box-shadow: 0px 0px 0px 0px rgba(250,220,139,0.17);
}

.but-inf{
	cursor:pointer;
}

.but-minw {
  min-width: 360px;
}

.but-dec i {
  position: absolute;
  left: 15px;
  top: 9px;
}
.but-dec * {
  font-size: 16px;
}
.but-dec b {
  display: block;
}

.but-white-blue {
  background: white;
  color: #598cd8;
  text-transform: uppercase;
  font-weight: 600;

  border: 1px solid white;
  transition: 0.3s all;
}

.but-gray-black {
  background: #f7f7f7;
  color: #181a1d;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
}

.but-gray-black:hover {
  background: #181a1d;
  color: #f7f7f7;
}

.but-white-gray {
  background: white;
  color: #a4a4a5;
  border: 2px solid #a4a4a5;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
}

.but-white-gray:hover {
  background: #a4a4a5;
  color: white;
}

.but-orange-line {
  font-weight: 600;
  text-transform: uppercase;
  color: black;
  border: 2px solid orange;
  border-radius: 5px;
  transition: 0.3s all;
}

.but-orange-line:hover {
  background: orange;
  color: white;
}

.but-white-blue:hover {
  background: #598cd8;
  color: white;
  border: 1px solid white;
}

.but-toggler .but-hide {
  display: none;
}

.but-toggler .but-show,
.but-toggler .but-hide {
  font-weight: inherit;
  font-size: inherit;
  text-transform: inherit;
}

.but-toggler.but-active .but-show {
  display: none;
}

.but-toggler.but-active .but-hide {
  display: initial;
}


.but-dec:after {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  content: '';
  border-radius: 45px;
  transition: 0.3s all;
  opacity: 1;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(250,220,139,0.17);
  -moz-box-shadow: 0px 0px 0px 0px rgba(250,220,139,0.17);
  box-shadow: 0px 0px 0px 0px rgba(250,220,139,0.17);
}

.but-dec::before {
  border-radius: 45px !important;
}


.but-big {
  height: 83px;
  padding: 0px 54px;
}

.but-orange {
  font-size: 16px;
  text-transform: uppercase;
  color: #181a1d !important;
  border-radius: 4px;
  font-weight: 600;
  background: rgba(250,222,143,1);
background: -moz-linear-gradient(top, rgba(250,222,143,1) 0%, rgba(251,202,89,1) 51%, rgba(251,186,44,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,222,143,1)), color-stop(51%, rgba(251,202,89,1)), color-stop(100%, rgba(251,186,44,1)));
background: -webkit-linear-gradient(top, rgba(250,222,143,1) 0%, rgba(251,202,89,1) 51%, rgba(251,186,44,1) 100%);
background: -o-linear-gradient(top, rgba(250,222,143,1) 0%, rgba(251,202,89,1) 51%, rgba(251,186,44,1) 100%);
background: -ms-linear-gradient(top, rgba(250,222,143,1) 0%, rgba(251,202,89,1) 51%, rgba(251,186,44,1) 100%);
background: linear-gradient(to bottom, rgba(250,222,143,1) 0%, rgba(251,202,89,1) 51%, rgba(251,186,44,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fade8f', endColorstr='#fbba2c', GradientType=0 );
border-bottom: 3px solid #ca931a;
}

.but-orange:hover {
  opacity: 0.8;
  border-bottom: 3px solid #936500;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.26);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.26);
}

.but-orange-2 {
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 4px;
  color: #181a1d !important;
  font-weight: 600;
  background: rgba(248,210,95,1);
  border-bottom: 3px solid #ca931a;
background: -moz-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,210,95,1)), color-stop(51%, rgba(250,192,58,1)), color-stop(100%, rgba(252,180,24,1)));
background: -webkit-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: -o-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: -ms-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: linear-gradient(to bottom, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d25f', endColorstr='#fcb418', GradientType=0 );
}

.but-orange-2:hover {
  border-bottom: 3px solid #B17F11;

  -webkit-box-shadow: 0px 0px 10px 0px rgba(255,200,0,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(255,200,0,1);
box-shadow: 0px 0px 10px 0px rgba(255,200,0,1);
}

.but-trs {
  height: 32px;
  border: 1px solid #fadd8b;
  border-radius: 3px;
  font-size: 14px;
  padding: 0px 32px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(250,220,139,0.17);
-moz-box-shadow: 0px 0px 0px 0px rgba(250,220,139,0.17);
box-shadow: 0px 0px 0px 0px rgba(250,220,139,0.17);
}

.but-trs:hover {
  -webkit-box-shadow: 0px 0px 0px 12px rgba(250,220,139,0.1);
  -moz-box-shadow: 0px 0px 0px 12px rgba(250,220,139,0.1);
  box-shadow: 0px 0px 0px 12px rgba(250,220,139,0.1);
}



.but-trs:after,
.but-pulse:before {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  content: '';
  border-radius: 3px;
  transition: 0.3s all;
  opacity: 1;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(250,220,139,0.17);
  -moz-box-shadow: 0px 0px 0px 0px rgba(250,220,139,0.17);
  box-shadow: 0px 0px 0px 0px rgba(250,220,139,0.17);
}

.but-pulse:before {
  border-radius: 1px;
}



.but {
  position: relative;
}

@-webkit-keyframes loadTransform {
    10% {
    -webkit-box-shadow: 0px 0px 19px 3px rgba(250,220,139,0.57);
  -moz-box-shadow: 0px 0px 19px 3px rgba(250,220,139,0.57);
  box-shadow: 0px 0px 19px 3px rgba(250,220,139,0.57);
  }

  40% {
    -webkit-box-shadow: 0px 0px 19px 59px rgba(250,220,139,0.1);
-moz-box-shadow: 0px 0px 19px 59px rgba(250,220,139,0.1);
box-shadow: 0px 0px 19px 59px rgba(250,220,139,0.1);
  }

  100% {
    -webkit-box-shadow: 0px 0px 19px 39px rgba(250,220,139,0.00);
-moz-box-shadow: 0px 0px 19px 39px rgba(250,220,139,0.00);
box-shadow: 0px 0px 19px 39px rgba(250,220,139,0.00);
  }
}

@-webkit-keyframes pulseBut {
    0% {
      opacity: 1;
      -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  }

  95% {
    opacity: 0;
    -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  }

  99% {
    opacity: 0;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  }

  100% {
    opacity: 1;
  }
}

.but-pulse:hover:before {
  -webkit-animation: loadTransform  1s linear !important;
    animation: loadTransform  1s  linear !important;
}

.but-inf.but-pulse:before {
   -webkit-animation: loadTransform  2s infinite linear;
    animation: loadTransform  2s infinite linear;
}

.but-trs:hover:after {
  -webkit-box-shadow: 0px 0px 0px 6px rgba(250,220,139,0.17);
  -moz-box-shadow: 0px 0px 0px 6px rgba(250,220,139,0.17);
  box-shadow: 0px 0px 0px 6px rgba(250,220,139,0.17);
}

.but-pwr {
  height: 42px;
  padding: 0px 32px;
  padding-left: 62px;
  background: white;
  border-radius: 30px;
}

.but-pwr .text {
  display: inline-block;
  color: #000000;
  opacity: 0.6;
  transition: 0.3s all;
}

.but-pwr:hover .text {
  opacity: 1;
}

.but-pwr b {
  opacity: 0.9;
  display: inline-block;
  width: 42px;
  position: absolute;
  transition: 0.3s all;
  left: 0px;
  top: 0px;
  padding-top: 12px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,231,146,1);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(250,220,139,0.17);
  -moz-box-shadow: 0px 0px 0px 0px rgba(250,220,139,0.17);
  box-shadow: 0px 0px 0px 0px rgba(250,220,139,0.17);
background: -moz-linear-gradient(top, rgba(255,231,146,1) 0%, rgba(235,193,110,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,231,146,1)), color-stop(100%, rgba(235,193,110,1)));
background: -webkit-linear-gradient(top, rgba(255,231,146,1) 0%, rgba(235,193,110,1) 100%);
background: -o-linear-gradient(top, rgba(255,231,146,1) 0%, rgba(235,193,110,1) 100%);
background: -ms-linear-gradient(top, rgba(255,231,146,1) 0%, rgba(235,193,110,1) 100%);
background: linear-gradient(to bottom, rgba(255,231,146,1) 0%, rgba(235,193,110,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe792', endColorstr='#ebc16e', GradientType=0 );
}
.but-pwr.active b {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(250,220,139,0.15);
  -moz-box-shadow: 0px 0px 0px 6px rgba(250,220,139,0.15);
  box-shadow: 0px 0px 0px 6px rgba(250,220,139,0.15);
}

.but-pwr b:after {
  content: '';
  border-radius: 50%;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  transition: 0.3s all;
}

.but-pwr.active b:after {
  -webkit-box-shadow: 0px 0px 0px 16px rgba(250,220,139,0.07);
  -moz-box-shadow: 0px 0px 0px 16px rgba(250,220,139,0.07);
  box-shadow: 0px 0px 0px 16px rgba(250,220,139,0.07);
}

.but-pwr:hover b {
  opacity: 1;
}

.but-pwr .close-cup {
  display: none;
}

.but-pwr.active .close-cup {
  display: inline-block;
}

.but-pwr.active .open-cup {
  display: none;
}

.yell {
  color: #fad87d !important;
}

.phone .bg {
  margin-left: 10px;
}

.big-hd,
.big-hd * {
  font-weight: bold;
  font-size: 51px;
}

.arrows {
  position: relative;
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.arrows-up.arrows {
	padding-left: 0px !important;
	padding-right: 0px !important;
}


.arrows .owl-dots {
  display: none !important;
}

.arrows .owl-nav {
  display: block !important;
  position: absolute;
  height: 0px;
  top: 50%;
  left: 0px;
  right: 0px;
}

.arrows .owl-nav > * {
  position: absolute;
  top: 0px;
  margin-top: -20px;
}

.arrows .owl-nav > * .iact {
  display: none;
}

.arrows .owl-nav > *:hover .ioff {
  display: none;
}
.arrows .owl-nav > *:hover .iact {
  display: block;
}

.arrows .owl-nav .owl-prev {
  left: 0px;
}

.arrows .owl-nav .owl-next {
  right: 0px;
}

.arrows.arrows-up .owl-nav .owl-prev {
  left: -45px;
}

.arrows.arrows-up .owl-nav .owl-next {
  right: -45px;
}

.logo-carousel {
  padding: 28px 0px 0px 0px;
}

.video-play {
  width: 110px;
  cursor: pointer;
  height: 110px;
  transition: 0.3s all;
  border-radius: 50%;
  border: none;
  background: -moz-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,210,95,1)), color-stop(51%, rgba(250,192,58,1)), color-stop(100%, rgba(252,180,24,1)));
background: -webkit-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: -o-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: -ms-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: linear-gradient(to bottom, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d25f', endColorstr='#fcb418', GradientType=0 );
}

.video-play:after {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  right: -1px;
  border-radius: 50%;
  top:-1px;
  bottom: -1px;
  border: 1px solid orange;
  -webkit-animation: pulseBut  2s infinite linear !important;
    animation: pulseBut  2s infinite linear !important;
}

.video-play:before {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  right: -1px;
  border-radius: 50%;
  top:-1px;
  bottom: -1px;
  border: 1px solid #FFC863;
  -webkit-animation: pulseBut  1s infinite linear !important;
    animation: pulseBut  1s infinite linear !important;
}

.video-play:hover:after {
  -webkit-animation: pulseBut  1s infinite linear !important;
    animation: pulseBut  1s infinite linear !important;
}

.video-play:hover:before {
  -webkit-animation: pulseBut  0.5s infinite linear !important;
    animation: pulseBut  0.5s infinite linear !important;
}

.video-play:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255,200,0,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(255,200,0,1);
box-shadow: 0px 0px 10px 0px rgba(255,200,0,1);
}

.video-wrap {
  position: relative;
  width: 100%;
}

.video-wrap video {
  min-width: 600px;
}
.video-wrap .video-play {
  position: absolute;
  top: 50%;
  z-index: 3;
  left: 50%;
  margin-left: -55px;
  margin-top: -80px;
}

.video-play.video-active {
  display: none;
}
.video-yt {
	margin-bottom: 10px;
	position: relative;
}
.video-yt .prop {
	width: 100%;
}

.video-yt .video-frame {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
}

.video-carousel {
	margin-bottom: 100px;
}
.rec_block{
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75));
    padding-top: 20px;	
}
.citate {
	padding: 0 70px 0 20px;
	margin-bottom: 0;
}
.citate  > i{
	color: #ffffff;
}
.ac_name{
	padding-right: 10px;
}
/*Lazy load video*/
.col-cont {
	margin: 0 auto; 
	/* max-width: 640px; */
}
.home-youtube-container {
	cursor: pointer;  
	position: relative;
}  
.home-youtube-container img {
	/* max-height: 360px;  */
	/*max-width: 640px; */
	width: 100%;
}
.home-youtube-container i {
	left: 50%;
    margin: -20px 0 0 -25px;
    position: absolute;
    top: 50%;
    background: rgba(0,0,0,0.2) url(../img/youtube-icon.png) center / contain no-repeat;
    width: 50px;
    height: 40px;
	border-radius: 10px;
}
.embed-responsive {
	height: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive iframe {
	border: 0; 
	bottom: 0; 
	height: 100%; 
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 100%;
}
.video-carousel .home-youtube-container i{
	width: 100px;
    height: 74px;
	margin: -37px 0 0 -50px;
	border-radius: 20px;	
}
/* DISPLAY 1 */

.display-1 {
  overflow: hidden;
  position: relative;
}

.display-1 .back {
  display: block;
  position: absolute;
  left: -20px;
  top: 0px;
  right: -20px;
  bottom: 0px;
  background: url(../img/bg/display-1.jpg) center / cover no-repeat;
}

.display-1 .cup {
      position: relative;
      bottom: 100px;
      left: 80px;
      z-index: 1;
      margin-bottom: -50px;
}

.display-1.display-1-bot .cup {
	bottom: 69px;
    left: 72px;
}

.display-1 .cup .but-pwr {
  position: absolute;
   top: 20%;
    left: 19%;
    z-index: 4;
}

.display-1 .cup img {
  width: 100%;
}

.display-1 .but-line {
  position: relative;
  z-index: 5;
}

.display-1 .black-car {
  position: absolute;
  left: -60px;
  bottom: 100px;
  z-index: 1;
}

.display-1 .black-car .box {
  position: absolute;
  z-index: 2;
  bottom: -80px;
  left: 40px;
}



.display-1 .box-3 {
  position: absolute;
  right: 0px;
  bottom: 60px;
}

.display-1 .black-car .box-2 {
  position: absolute;
  left:  0px;
  bottom: -190px;
  z-index: 2;
}

.display-1 .zindex {
  position: relative;
  z-index: 9;
}

.display-1 .cup .car {
  position: absolute;
      left: 52%;
    top: 47%;
    bottom: 0px;
    right: -21%;
    z-index: 3;
  background: url(../img/bg/camaro.webp) center / cover no-repeat;
}


.display-1 .cup .dor {
  position: absolute;
  left: 23%;
  right: 21%;
  transition: 3s all ease-out;
  top: 26%;
  bottom: 19%;
  background: url(../img/bg/dor.jpg) bottom center /cover no-repeat;
}

.display-1 .cup .people {
    position: absolute;
  left: -16%;
  bottom: 7%;
  top: 26%;
  z-index: 7;
  right: 76%;
  background: url(../img/bg/people.png) center / cover no-repeat;
}

.display-1 .cup .bicycle {
  position: absolute;
      left: 33%;
   top: 53%;
    bottom: 19%;
    right: 20%;
    z-index: 0;
  background: url(../img/bg/bicycle.png) center / cover no-repeat;
}

.display-1 .cup.open .dor {
  bottom: 84%;
}

.display-1 .infor .big-hd {
  margin-top: 50px;
}

.display-1 .but-trs {
  width: 100%;
  margin-top: 10px;
}

.display-1 * {
  color: white;
}

.display-1 .pad {
  padding-top: 32px;
}

.display-1 .min-pad {
  padding-top: 10px;
}

.display-1 .but-orange {
  width: 100%;
  margin-top: 20px;
}
.display-1 .pay-btn {
    margin-top: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 31px;
}
@media (max-width: 992px){
	.display-1 .pay-btn {
		margin-left: auto;
		margin-right: auto;
	}
}
.display-1 .text-mini {
  margin-left: 40px;
}

.phone {
  font-size: 25px;
  font-weight: bold;
}

.phone a {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}

.display-contacts .phone a {
  color: #000;
}

.display-1 .phone:hover {
  color: white;
  opacity: 0.8;
}

.display-1 .panel-1 {
  width: 80%;
}


/* DISPLAY CONTENT */

.display-content .photo-1 {
  height: 560px;
  font-size: 21px;
  font-weight: bold;
  padding: 30px 50px;
  color: white;
}

.logo-car-shadow {
	-webkit-box-shadow: 0px 1px 28px 0px rgba(0,0,0,0.06);
-moz-box-shadow: 0px 1px 28px 0px rgba(0,0,0,0.06);
box-shadow: 0px 1px 28px 0px rgba(0,0,0,0.06);
padding-bottom: 20px;
}

.display-content .bottom-shadow {
  -webkit-box-shadow: 0px 26px 52px -33px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 26px 52px -33px rgba(0,0,0,0.75);
box-shadow: 0px 26px 52px -33px rgba(0,0,0,0.75);
}

/* DISPLAY DEC */

.display-desc {
  background: url(../img/bicycle-people.png) right bottom -40% / auto 80% no-repeat , #f3f9ff;
  padding: 40px 0px;
}

@media(max-width: 1820px){
  .display-desc {
    background: url(../img/bicycle-people.png) right bottom -20% / auto 60% no-repeat , #f3f9ff;
  }
}

@media(max-width: 1520px){
  .display-desc {
    background: #f3f9ff;
  }
}
.list-grid .item {
  padding: 13px;
  position: relative;
  z-index: 2;
  color: black;
  margin-bottom: 12px;
  background: white;
  border: 1px solid #a5cef7;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
  display: block;
}

.list-grid {
	position: relative;
}


.list-grid .item:hover {
  -webkit-box-shadow: 0px 0px 19px -7px rgba(76,157,237,1);
-moz-box-shadow: 0px 0px 19px -7px rgba(76,157,237,1);
box-shadow: 0px 0px 19px -7px rgba(76,157,237,1);
}

.list-grid .item b {
  display: block;
}

.list-grid .item:after {
	content: '\2192';
	position: absolute;
	padding: 16px 46px;
	top: 0px;
	bottom: 0px;
	font-size: 40px;
	left: 100%;
	width: 100px;
    background: #ffffff;
    color: #598cd8;
    transition: 0.3s all;
    opacity: 0.3;
}

.display-rev h3 {
	margin-top: 0px;
}

.list-grid .item.blue {
  background: #598cd8;
  border: none;
  padding: 14px;
  
}


.list-grid .item.blue * {
  color: white;
}


.list-grid .item.blue:after {
	opacity: 1;
    background: #598cd8;
    color: white;
}


/* Display display-form-1 */

.display-form-1 {
  min-height: 800px;
  overflow: hidden;
  position: relative;
}

.display-form-1 .container {
  position: relative;
  z-index: 2;
}

.display-form-1 .back {
  background: url(../img/back-disp-3.jpg) bottom center / cover no-repeat;
  position: absolute;
  left: -30px;
  top: 0px;
  right: -30px;
  bottom: 0px;
}

.display-form-1 .car {
  position: absolute;
  right: 100px;
  bottom: 50px;
}

.display-form-1 .box {

  position: absolute;
  bottom: -80px;
  left: -5%;
}

.display-form-1 .box-2 {
  position: absolute;
  bottom: 100px;
  left: -50px;
}

.form-steps {
  
	
  
}

.mes-plus  {
  display: block;
}

.mes-plus > * {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0px;
  font-size: 18px;
}

.mes-plus.mpb {
  position: relative;
  padding-left: 55px;
}

.mes-plus.mpb .bg {
  position: absolute;
  left: 0px;
  top: 0px;
}


.mes-plus .bg {
  margin-right: 20px;
}

.mes-plus.mp-min .bg {
	margin-right: 10px;
}

.form-steps .step {
  height: 871px;
  background: white;
  padding: 30px 40px;
}

.form-steps .step-5 {
	background: #f6faff;
}
.alligner {
  height: 100%;
  width: 100%;
}
.alligner .top {
  vertical-align: top;
}

.alligner .bot {
  vertical-align: bottom;
}

.form-set .lbl {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 14px;
}

.inp-err {
  border: 2px solid red !important;
  background: #FFF2F2 !important;
}

.form-set input[type="text"] {
  width: 100%;
  height: 67px;
  font-size: 24px;
  border-radius: 4px;
  border: none;
  margin-bottom: 15px;
  background: #f6faff;
  padding: 20px;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(127,165,212,0.51);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(127,165,212,0.51);
  box-shadow: inset 0px 0px 10px 0px rgba(127,165,212,0.51);
}

.form-set .check-mini {
  cursor: pointer;
  display: block;
}

.form-set .check-mini label {
  font-weight: 100;
  padding-left: 35px;
  display: block;
  cursor: pointer;
  position: relative;
}

.form-set .check-mini label:after {
  position: absolute;
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  left: 0px;
  top: 0px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.24);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.24);
}

.form-set .check-mini label:before {
  position: absolute;
  opacity: 0;
  width: 14px;
  height: 14px;
  transition: 0.3s all;
  left: 5px;
  top: 5px;
  border-radius: 6px;
  content: '';
  display: block;
  background: -moz-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,210,95,1)), color-stop(51%, rgba(250,192,58,1)), color-stop(100%, rgba(252,180,24,1)));
background: -webkit-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: -o-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: -ms-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: linear-gradient(to bottom, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d25f', endColorstr='#fcb418', GradientType=0 );
}

.form-set .check-mini input {
  display: none;
}



.check-mini  input[type="checkbox"]:checked + label:before {
  opacity: 1;
}

.item-frm {
  margin: 20px 0px;
  max-width: 600px;
}
.radio label {
  display: block;
  padding-left: 60px;
  position: relative;
  min-height: 55px;
    cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  
  font-size: 18px;

}
.radio input[type="radio"] {
  display: none;
}
.radio  {
	min-height: 48px;
	display: table;
}
.radio label:after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #fbb92d;
}

.radio label:before {
  left: 5px;
  top: 5px;
  content: '';
  position: absolute;
  width: 35px;
  opacity: 0;
  transition: 0.3s all;
  height: 35px;
  border-radius: 50%;
  background: -moz-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,210,95,1)), color-stop(51%, rgba(250,192,58,1)), color-stop(100%, rgba(252,180,24,1)));
background: -webkit-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: -o-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: -ms-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: linear-gradient(to bottom, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d25f', endColorstr='#fcb418', GradientType=0 );
}

.radio input[type="radio"]:checked + label {
  font-weight: 600;
}

.radio input[type="radio"]:checked + label:before {
  opacity: 1;
}

.check label {
  display: block;
  padding-left: 60px;
  position: relative;
  min-height: 55px;
  
  font-weight: 100;
  
  cursor: pointer;
  font-size: 18px;
  padding-top: 10px;
}
.check input[type="checkbox"] {
  display: none;
}

.check label:after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  border: 1px solid #fbb92d;
}

.check label:before {
  left: 5px;
  top: 5px;
  content: '';
  position: absolute;
  width: 35px;
  opacity: 0;
  transition: 0.3s all;
  height: 35px;
  border-radius: 6px;
  background: -moz-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,210,95,1)), color-stop(51%, rgba(250,192,58,1)), color-stop(100%, rgba(252,180,24,1)));
background: -webkit-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: -o-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: -ms-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: linear-gradient(to bottom, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d25f', endColorstr='#fcb418', GradientType=0 );
}

.check input[type="checkbox"]:checked + label {
  font-weight: 600;
}

.check input[type="checkbox"]:checked + label:before {
  opacity: 1;
}

.display-form-1 .man-back {
  position: relative;
  transition: 0.3s all;
}

.desc-mes,
.desc-mes * {
	font-size: 12px;
	color: gray;
}
.desc-mes {
  
  
  display: block;
  margin-top: 10px;
  line-height: 16px;
}

.desc-mes a {
	text-decoration: underline;
}

.desc-mes a:hover {
	color: gray;
	text-decoration: none;
	opacity: 0.7;
}

.desc-mes:hover {
	color: #a2a2a2;
}

.display-form-1 .man {
  position: absolute;
  left: 93%;
  bottom: -30px;
  width: 331px;
  z-index: 3;
}

.display-form-1 .man img {
  max-width: 100%;
}

.display-form-1 .man-left .man {
  right: 93%;
  left: auto;
}


.form-steps .step.step2-3 {
  background: #f6faff;
  height: 767px;
    margin-top: 66px;
    padding-left: 82px;
}

.form-steps .step.step2-3 span,
.form-steps .step.step2-3 b {

}

.sf-text {
  font-size: 18px;
}

.big-text {
  font-size: 24px;
}
.w-big-text {
  font-size: 26px;
}
.form-steps .step.step2-3 .big-text {
  margin-bottom: 65px;
  display: block;
}

.form-steps .step.step2-3 .phone {
  font-size: 36px;
  display: block;
  margin-bottom: 65px;
}

.form-steps .step.step2-3 .phone a {
  font-size: 36px;
  color: #000;
}


.form-steps .step.step2-3 .phone.pmin {
  margin-bottom: 43px;
}

.form-steps .step.step2-3 .phone.pmin .bg {
  margin-left: 0px;
  margin-right: 10px;
}

.form-steps .step.step2-3 .social-links {
  margin-top: 20px;
}

.form-steps .step.step2-3 .social-links a {
  opacity: 0.2;
}

.form-steps .step.step2-3 .social-links a:hover {
  opacity: 1;
}


.display-form-1 .man-last .man {
      bottom: -833px;
    left: 118%;
    width: 367px;
} 

.display-form-1 .consultation {
  background: #598cd8;
  padding: 50px 30px;
  position: relative;
}

.display-form-1 .consultation:after {
  content: '';
    display: block;
    width: 30px;
    top: 100%;
    margin-top: -32px;
    right: 100px;
    position: absolute;
    height: 30px;
    border: 30px solid transparent;
    border-left: 30px solid #598cd8;
  -moz-transform: rotate(19deg);
  -webkit-transform: rotate(19deg);
  -o-transform: rotate(19deg);
  -ms-transform: rotate(19deg);
  transform: rotate(19deg);
}

.display-form-1 .consultation span,
.display-form-1 .consultation b {
  color: white;
  font-size: 18px;
}

.display-form-1 .consultation .but {
    margin: 40px 0px;
}

.file-but input[type="file"] {
  display: none;
}

.display-form-1 .step2-2 {
  background: white;
  margin-left: -20px;
  padding: 30px 24px;
}

.gray-back {
  background: #f6faff;
}




/* DISPLAY KEEP */
.display-keep {
  position: relative;
  min-height: 845px;
  overflow: hidden;
}
.display-keep .back {
  background: url(../img/back-disp-4.jpg) bottom 15% center / cover no-repeat;
  position: absolute;
  left: -30px;
  right: -30px;
  top: 0px;
  bottom: 0px;
}

.display-keep .box {
  position: absolute;
  left: 100px;
  bottom: -25px;
}

.display-keep .box-2 {
  position: absolute;
  left: 0px;
  bottom: -10px;
}

.nmrg {
	margin: 0px 0px;
}

.display-keep .sofa {
  position: absolute;
  bottom: 50px;
  left: -50px;
}

.display-keep .cup {
  right: 0px;
  bottom: 20px;
  position: absolute;
}



.display-keep .box-4 {
  position: absolute;
  right: 150px;
  bottom: -30px;
}
.display-keep .box-5 {
  position: absolute;
  right: -40px;
  bottom: -64px;
}

.display-keep .item {
  position: absolute;
}

.display-keep .item.trs {
  transition: 1s opacity;
}
.display-keep .item .name {
  position: absolute;
  width: 200px;
  padding-left: 25px;
  font-size: 18px;
  top: -100px;
  display: block;
}

.display-keep .item .name:after {
  content: '';
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0px;
  top: 5px;
  border-radius: 50%;
  background: -moz-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,210,95,1)), color-stop(51%, rgba(250,192,58,1)), color-stop(100%, rgba(252,180,24,1)));
background: -webkit-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: -o-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: -ms-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: linear-gradient(to bottom, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d25f', endColorstr='#fcb418', GradientType=0 );
}

.display-keep .item .name:before {
  content: '';
    border: solid 1px #4E4E4E;
    width: 91%;
    height: 159px;
    border-radius: 50%;
    left: -17px;
    z-index: -1;
    border-right: none;
    border-top: none;
    border-bottom: none;
    position: absolute;
    transform: rotate(-45deg);
    top: -18px;
}

.display-keep .bag {
             left: 52px;
        bottom: -676px;
}

.wrp-itms {
  position: relative;
  bottom: 50px;
}

.display-keep .container {
  position: relative;
}

.display-keep .boxinstr {
    bottom: -713px;
    left: 242px;
}

.display-keep .skiing {
      bottom: -574px;
    left: 432px;
}

.display-keep .skiing .name:before {
      content: '';
    width: 38%;
    height: 114px;
    border-radius: 50%;
    left: -16px;
    border-right: none;
    border-top: none;
    border-bottom: none;
    position: absolute;
    transform: rotate(-45deg);
    top: -1px;
}

.display-keep .skiing .name {
  width: 370px;
}

.display-keep .wheels {
      right: 426px;
    bottom: -692px;
}

.display-keep .wheels .name:before {
      content: '';
    width: 91%;
    height: 159px;
    border-radius: 50%;
    left: -7px;
    z-index: -1;
    border-right: none;
    border-top: none;
    border-bottom: none;
    position: absolute;
    transform: rotate(-83deg);
    top: -49px;
}

.display-keep .stroller {
      right: 4px;
    bottom: -1030px;
}

.display-keep .stroller .name:before {
      content: '';
    width: 38%;
    height: 159px;
    border-radius: 50%;
    left: 9px;
    z-index: -1;
    border-right: none;
    border-top: none;
    border-bottom: none;
    position: absolute;
    transform: rotate(-30deg);
    top: 12px;
}


.display-keep .box-3 {
      bottom: -534px;
    right: 378px;
}

.display-keep .box-3 .name {
  left: -100px;
  bottom: -140px;
}

.display-keep .box-3 .name:before {
  content: '';
    width: 51%;
    height: 172px;
    border-radius: 50%;
    left: 40px;
    border-right: none;
    border-top: none;
    border-bottom: none;
    position: absolute;
    transform: rotate(-70deg);
    top: -31px;
}

.display-keep .stroller .name {
  top: -40px;
  width: 230px;
  left: 50px;
}





/* display-ajax-cont */

.display-ajax-cont {
  padding-bottom: 50px;
}
.display-ajax-cont .img {
  height: 352px;
  position: relative;
}

.display-ajax-cont .img div {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -41px;
  left: 0px;
  right: 0px;
}

.display-ajax-cont .img:hover div {
  display: block;
}


/* display image carousel */
.display-carousel {
  padding: 80px 0px 120px 0px;
}

.display-carousel .owl-item {
  opacity: 0.5;
  transition: 0.3s opacity;
}

.display-carousel .owl-item.active {
  opacity: 1;
}

.display-carousel .owl-stage-outer {
  overflow: visible;
}

.display-carousel .owl-stage-outer:after {
	content: '';
	position: absolute;
	left: -1px;
	top: 0px;
	bottom: 0px;
	width: 130px;
	background: rgba(255,255,255,0.64);
background: -moz-linear-gradient(left, rgba(255,255,255,0.64) 0%, rgba(255,255,255,0.64) 17%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0.64)), color-stop(17%, rgba(255,255,255,0.64)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0.64) 0%, rgba(255,255,255,0.64) 17%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0.64) 0%, rgba(255,255,255,0.64) 17%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0.64) 0%, rgba(255,255,255,0.64) 17%, rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,0.64) 0%, rgba(255,255,255,0.64) 17%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.display-carousel .owl-stage-outer:before {
	content: '';
	position: absolute;
	right: -1px;
	top: 0px;
	z-index: 2;
	bottom: 0px;
	width: 130px;
background: rgba(255,255,255,0);
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.64) 83%, rgba(255,255,255,0.64) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(83%, rgba(255,255,255,0.64)), color-stop(100%, rgba(255,255,255,0.64)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.64) 83%, rgba(255,255,255,0.64) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.64) 83%, rgba(255,255,255,0.64) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.64) 83%, rgba(255,255,255,0.64) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.64) 83%, rgba(255,255,255,0.64) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}
/* display map */


.map-wrap {
  display: block;
}

.map-wrap,
.display-map  {
  position: relative;
}

.display-map .cont-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 2;
}

.entrie-white {
  background: white;
  padding: 15px 25px;
}

.entrie-white h3 {
	font-size: 36px;
}

.ply-gray {
  background: #f8f8f8;
  padding: 10px 15px;
  margin-bottom: 30px;
}

.display-map .map-wrap {
	z-index: 1;
}

.map-wrap .sile-anim {
  position: absolute;
  width: 3.5vw;
  height: 3.5vw;
  border: 2px solid #feb619;
  border-radius: 50%;
  
  
  
}

.map-wrap img {
  width: 100%;
}

.map-wrap .sa-1 {
  left: 33.8%;
  top: 31.6%;
  -webkit-animation: pulseBut  2s infinite linear !important;
    animation: pulseBut  2s infinite linear !important;
}

.map-wrap .sa-2 {
  left: 34.1%;
  top: 41.8%;
  -webkit-animation: pulseBut  2.5s infinite linear !important;
    animation: pulseBut  2.5s infinite linear !important;
}

.map-wrap .sa-3 {
  left: 40%;
  top: 35%;
  -webkit-animation: pulseBut  4.3s infinite linear !important;
    animation: pulseBut  4.3s infinite linear !important;
}

.map-wrap .sa-4 {
  left: 36.6%;
  bottom: 33%;
  -webkit-animation: pulseBut  2s infinite linear !important;
    animation: pulseBut  2s infinite linear !important;
}

.map-wrap .sa-5 {
  left: 31%;
    bottom: 27%;
    -webkit-animation: pulseBut  3s infinite linear !important;
    animation: pulseBut  3s infinite linear !important;
}

.map-wrap .sa-6 {
  bottom: 13%;
    left: 31.9%;
    -webkit-animation: pulseBut  2.3s infinite linear !important;
    animation: pulseBut  2.3s infinite linear !important;
}


.map-wrap .sa-7 {
  bottom: 19%;
    left: 44%;
    -webkit-animation: pulseBut  3.5s infinite linear !important;
    animation: pulseBut  3.5s infinite linear !important;
}

.map-wrap .sa-8 {
      top: 54%;
    left: 45.9%;
    -webkit-animation: pulseBut  2s infinite linear !important;
    animation: pulseBut  2s infinite linear !important;
}

.map-wrap .sa-9 {
  top: 44.6%;
    left: 44.8%;
    -webkit-animation: pulseBut  4s infinite linear !important;
    animation: pulseBut  4s infinite linear !important;
}

.map-wrap .sa-10 {
  top: 23.5%;
    left: 43.3%;
    -webkit-animation: pulseBut  3.5s infinite linear !important;
    animation: pulseBut  3.5s infinite linear !important;
}

.map-wrap .sa-11 {
  top: 16.5%;
    left: 50%;
    -webkit-animation: pulseBut  2s infinite linear !important;
    animation: pulseBut  2s infinite linear !important;
}


.map-wrap .sa-12 {
      left: 53.8%;
    top: 39%;
    -webkit-animation: pulseBut  3s infinite linear !important;
    animation: pulseBut  3s infinite linear !important;
}

.map-wrap .sa-13 {
      left: 52.1%;
    top: 59%;
    -webkit-animation: pulseBut  4.3s infinite linear !important;
    animation: pulseBut  4.3s infinite linear !important;
}

.map-wrap .sa-14 {
      right: 29.7%;
    top: 32%;
    -webkit-animation: pulseBut  2.5s infinite linear !important;
    animation: pulseBut  2.5s infinite linear !important;
}

.map-wrap .sa-15 {
      right: 24.5%;
    top: 36.1%;
    -webkit-animation: pulseBut  2s infinite linear !important;
    animation: pulseBut  2s infinite linear !important;
}

.map-wrap .sa-16 {
  right: 14.5%;
    top: 34%;
    -webkit-animation: pulseBut  3s infinite linear !important;
    animation: pulseBut  3s infinite linear !important;
}



/* DISPLAY REV */


.plank {
  display: inline-block;
  margin: auto;
  margin-top: 27px;
  position: relative;
  border-radius: 60px;
  padding: 20px 40px 10px 40px;
  font-size: 24px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.16);
box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.16);
}

.plank .plank-middle {
	position: absolute;
    left: 50%;
    margin-left: -33px;
    top: -24px;
}

.plank * {
  font-size: 24px;
}

.phone-carousel {
  overflow: hidden;
}
.phone-carousel:before {
  content: '';
    display: block;
    position: absolute;
    width: 50vw;
    height: 50vw;
    left: 50%;
    margin-left: -25vw;
    bottom: -40%;
    background: #fbe29d;
    border: 3.5vw solid #fcedc3;
    border-radius: 50%;
}
.phone-carousel .owl-item {
  position: relative;
  z-index: 1;
  transition: 0.3s all;
}

.phone-carousel .owl-stage {
	padding-bottom: 50px;
}
.phone-carousel .owl-item .item:after {
    content: '';
    position: absolute;
    display: block;
    background: url(../img/phone-hand.webp) center / auto 100% no-repeat;
    left: -65%;
    right: -127%;
    bottom: -47%;
    top: 1%;
    opacity: 0;
    transition: opacity 0.4s;
}
.phone-carousel .owl-item .item {
       padding: 46.4% 14.9%;
       transition: padding 0.3s;
      z-index: 1;
    background: url(../img/phone.webp) center / auto 69% no-repeat;
}


.phone-carousel .owl-item.active .item,
.phone-carousel .owl-item.active + .active + .active .item {

  padding: 46.4% 14.9%;
      z-index: 1;
    background: url(../img/phone.webp) center / auto 73% no-repeat;
}

.phone-carousel .owl-item.active .item img,
.phone-carousel .owl-item.active + .active + .active .item img {
	position: relative;
	left: 0px;
}


.phone-carousel .owl-item.active + .active .item {
      
    padding: 34.6% 11.5%;
      z-index: 2;
  background: none;
 
    
}

.phone-carousel .owl-item.active + .active .item img {
	position: relative;
	left: 10px;
}

.phone-carousel .owl-item.active,
.phone-carousel .owl-item.active + .active + .active  {
      z-index: 1;
      position: relative;
}


.phone-carousel .owl-item.active + .active {
      z-index: 2;
      position: relative;
}

.phone-carousel .owl-item.active .item:after,
.phone-carousel .owl-item.active + .active + .active .item:after {
  opacity: 0;

}

.phone-carousel .owl-item.active + .active .item:after {
    opacity: 1;
}


/* DISPLAY CAUTION */
.display-caution {
  padding-top: 50px;
  overflow: hidden;
  background: url('../img/res-back.png') center / auto 180% no-repeat, #f3f9ff;
  padding-bottom: 20px;
}

.display-caution h2 img {
    padding-left: 10px;
    height: 60px;
}

.display-caution .pad-left {
  display: block;
  padding-left: 40px;
  margin-top: 20px;
  font-size: 18px;
}
.display-caution .right-col-top {
	padding-left: 87px;
    padding-right: 71px;
}
.display-caution .left-col-top h2 {
	margin-bottom: 31px;
}

.display-caution .left-col-top h4 {
	margin-bottom: 28px;
}	

.display-caution .left-col-top b {
	display: block;
    margin-bottom: 25px;
}

.display-caution .mes-plus.mpb {
	padding-left: 71px;
}

.wrap-rules {
  background: #598cd8;
  border-radius: 5px;
  position: relative;
  padding: 1px 30px 20px 63px;
}

.wrap-rules * {
  color: white;
}

.wrap-rules .list-wr {
  margin: 22px 0px 0px 0px;
}

.wrap-rules .item-wr {
  background: #37609e;
  border-radius: 5px;
  padding: 20px 30px;
}

.wrap-rules .item-wr h3 {
  margin-top: 0px;
}

.wrap-rules .man {
       position: absolute;
    top: -67px;
    right: 88%;
    width: 267px;
}

.wrap-rules .car {
      position: absolute;
    left: -650px;
    bottom: 0px;
    width: 800px;
}


/* DISPLAY 9 */

.display-9 {
  padding: 76px 0px;
  transition: 0.3s all;
}

.display-9.back-d9 {
  background: url(../img/line-disp-9.jpg) left 50% top 157px / 1078px no-repeat;
}
.list-d9 {
	margin-top: 57px;
}
.list-d9:last-child {
	margin-top: 0px;
}
.list-d9 .item-d9 {
  padding: 40px 75px;
  text-align: center;
  position: relative;
  z-index: 3;
}

.list-d9 .img {
  height: 200px;
}

.list-d9 .i-d9 {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 75px;
  top: 30px;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #fbc244;
}

.list-d9 .i-d9:hover {
  background: -moz-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,210,95,1)), color-stop(51%, rgba(250,192,58,1)), color-stop(100%, rgba(252,180,24,1)));
background: -webkit-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: -o-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: -ms-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: linear-gradient(to bottom, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d25f', endColorstr='#fcb418', GradientType=0 );
}

.list-d9 .num {
  font-size: 36px;
  font-weight: 600;
  color: #598cd8;
}

.list-d9 .item-but-d9 {
  padding: 85px 0px;
}

.display-9 .inf {
  position: absolute;
    margin-left: 0px;
    text-align: left;
    width: 300px;
    display: none;
    min-height: 64px;
    bottom: 51px;
    left: -12px;
    background: white;
    padding: 10px 30px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.16);
box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.16);
border-radius: 50px;
padding-left: 60px;
}

.display-9 .inf.inf-big {
	width: 450px;
}

.display-9 .fadder {
	position: relative;
	z-index: 4;
}

.display-9 .inf .bg {
  position: absolute;
  left: 27px;
    top: 25px;
}

.list-d9 .i-d9:hover .inf {
	display: inline-block;
}

.display-9 .inf span {
  opacity: 0.7;
}


/* display doc */

.list-doc a {
  display: inline-block;
  margin: 40px 20px;
}

.plf {
  background: #f3f9ff;
  display: inline-block;
  padding: 25px 30px;
  position: relative;
  border-radius: 50px;
  padding-left: 85px;
}

.plf i {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -24px;
}

/* display gr */

.display-gr .dgr-1 {
  padding-top: 50px;
  background: url(../img/back-disp-gr.jpg) center / cover no-repeat;
}


.display-gr .back-in {
  background: url(../img/back-disp-gr-in.png) center / cover no-repeat;
}

.quo {
  position: relative;
  margin-bottom: 30px;
  padding-left: 80px;
}
.quo:first-child {
	margin-top: 25px;
}
.quo i {
  position: absolute;
  left: 10px;
  top: 0px;
}

.quo span {
	font-size: 18px;
}


.display-gr .white-lear {
  background: white;
  padding: 20px 35px 20px 28px;
  position: relative;
  z-index: 1;
}
.display-gr .cup {
  position: relative;
  z-index: 2;
}
.display-gr .cup img {
  width: 181%;
    position: relative;
    z-index: 1;
    margin-top: -150px;
    right: 43%;
    max-width: none;
}

.dgr-2 {
  padding: 40px 0px;
}

.spec-marg h3 {
	margin-bottom: 20px;
}




/* display contacts */
.bg-phone {
	
	cursor: pointer;
}
.display-contacts {
  display: block;
  background: url('../img/res-back.png') center / cover no-repeat, #f3f9ff;
  padding: 30px 0px 74px 0px;
}
.display-contacts .col-cont {
	padding-top: 42px;
}
.display-contacts .phone {
  font-size: 36px;
}

.display-contacts .graph {
  line-height: 30px;
}

.display-contacts .bg-phone {
	margin-left: 0px;
	margin-right: 10px;
}

.display-contacts .but {
	margin-top: 17px;
}


/* footer */

.footer .container > div {
  padding: 30px 0px;
}

.orange-logo {
 min-height: 58px;
  padding-left: 150px;
  position: relative;
  display: inline-block;
  padding-top: 10px;
}

.orange-logo-mob {
  display: none;
}

.footer .social-links-mob {
    display: none;
}


.orange-logo a {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
}

.modal-open {
	padding-right: 0px !important;
}

.scroller{
    position: fixed;
    margin-bottom: 50px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: none;
    z-index: 9999;
    left: 5%;
    right: auto;
    bottom: 5%;
    background-color: rgba(255, 255, 255, 0.4);
    top: auto;
    border-radius: 50%;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
.scroller:hover{
	background-color: rgba(255, 255, 255, 0.5);
}
.scroller span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.scroller span:before {
    position: relative;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-right: 8px solid rgba(200, 200, 200, 0.5);
    border-top: 8px solid rgba(200, 200, 200, 0.5);
    transform: rotate(-45deg);
}
.scroller:hover span:before{
	border-right-color: rgba(200, 200, 200, 0.9);
	border-top-color: rgba(200, 200, 200, 0.9);
}
/* modals */

.modal-design .modal-body {
  padding: 15px 45px;
}

.modal-design h3,
.modal-design h3 * {
	font-size: 36px;
}

.modal-design h3 {
	margin-bottom: 20px;
}

.modal-design .radio {
	margin: 0px 0px;
}

.modal-design b {
	font-size: 18px;
}

.modal-design .modal-content {
	border-radius: 0px;
}

.modal-design .desc-mes {
	margin: 19px 0px 7px 0px;
}

.modal-design .close {
  position: absolute;
    top: 24px;
    right: 45px;
    opacity: 1;
    font-size: 31px;
}

.modal-design .close:hover {
	opacity: 0.7;
}

.modal-design.modal-quality .modal-body {
    background: url(../img/bicycle-people.png) right -20px bottom -26px / 274px no-repeat
}


.modal-fix .modal-body {
    background: url(../img/disp-cau-man.png) right -70px bottom -30px / 249px no-repeat,        
    url(../img/car-anfas.png) left -385px bottom -22px / 572px no-repeat;
}

.modal-design .phone .bg {
  margin-left: 0px;
  margin-right: 10px;
}

.modal-design .phone {
    font-size: 32px;
}



.display-keep .item .skiing-img-des {
    display: inline-block;
  }

  .display-keep .item .skiing-img-mob {
    display: none;

}



/* all media */


@media(min-width: 992px){
  . {
      -webkit-transition: 0.6s all ease-in;
    -moz-transition: 0.6s all ease-in;
    -o-transition: 0.6s all ease-in;
    transition: 0.6s all ease-in;
    opacity: 1;
  }

.. {
  opacity: 0;
}

.display-keep .opacity {
  opacity: 0;
}

..[data-anim="right"] {
  -moz-transform: translate(150px, 0px);
  -webkit-transform: translate(150px, 0px);
  -o-transform: translate(150px, 0px);
  -ms-transform: translate(150px, 0px);
  transform: translate(150px, 0px);
}

..[data-anim="left"] {
  -moz-transform: translate(-150px, 0px);
  -webkit-transform: translate(-150px, 0px);
  -o-transform: translate(-150px, 0px);
  -ms-transform: translate(-150px, 0px);
  transform: translate(-150px, 0px);
}

  .mob-show {
    display: none;
  }
}


@media(max-width: 1680px){
  .display-1 .box-3 {
    display: none;
  }

  .display-keep .box {
    display: none;
  }
}

@media(max-width: 1440px) and (min-width: 1200px){
	.display-map .space.s4 {
		height: 10px;
	}
}

@media(max-width: 1200px){
	
	
	.check,
	.radio {
		display: table;
		min-height: 48px;
	}

	.check label,
	.radio label {
		vertical-align: middle;
		display: table-cell;
	}

	.display-keep .stroller img {
		margin-bottom: -70%
	}
	.wrp-itms {
		bottom: 0px;
	}
	.panel-grid {
		margin-bottom: 15px;
	}
	.display-desc img {
		width: 100%;
	}

	
	.but-dec {
		margin: 20px 0px;
	}
  .hidden-mob {
    display: none;
  }

  .display-1 .but-trs {
    max-width: 300px;
    margin: auto;
    display: block;
  }


  .display-keep .box-2,
  .display-keep .box-5,
  .display-keep .box-4,
  .display-keep .sofa,
  .display-keep .cup,
  .display-keep .back {
    display: none;
  }

  .display-keep .item {
    position: relative;
    margin: 1%;
    top: 0px;
    width: 30%;
    bottom: 0px;
    display: inline-block;
    vertical-align: top;
    left: 0px;
    right: 0px;
  }

.display-keep .name {
  bottom: auto;
  display: block;
  top: 0px !important;
  left: 0px !important;
  width: auto !important;
}
  .display-keep .item .name:before {
    display: none;
  }

  .display-keep .stroller {
           margin-bottom: -20%;
  }

  .display-keep .wrp-itms {
    text-align: center;
    margin-top: 10px;
  }

  .display-keep {
    min-height: auto;
  }
  
  .orange-logo {
  	text-align: left;
  }

  .display-form-1 .box-2,
  .display-form-1 .box,
  .display-form-1 .car {
    display: none;
  }

  
  

  
  .display-form-1 .mes-plus {
  	padding-left: 44px;
  	position: relative;
  }
  
  .display-form-1 .mes-plus .bg {
  	    position: absolute;
    left: 1px;
    top: 2px;
  }
  

  .display-contacts .phone,
  .display-contacts a,
  .display-contacts .graph {
  	display: block;
  	text-align: center;
  }
  
  .display-contacts .but {
  	margin-top: 15px;
  }
  .display-contacts * {
  	text-align: center;
  }
  
  .footer .container > div {
  	padding: 10px 0px;
  	text-align: center;
 
  }
  

  
  .consultation div {
  	display: none;
  }
  
  .display-form-1 .consultation .but {
  	margin: 20px 0px;
  	margin-bottom: 0px;
  }
  
  .display-contacts .col-cont {
  	padding-top: 0px;
  }
  

  .fix-head {
  	z-index: 10 !important;
  }
  .fix-head .min-pad {
  	position: fixed;
    top: 0px;
    width: 100%;
    padding-top: 0px;
    left: 0px;
    right: 0px;
    background: gray;
  }
  
  .big-hd, .big-hd *, h2, h2 * {
    font-size: 32px;
  }

  h3, h3 * {
    font-size: 22px;
  }

  h4, h4 * {
    font-size: 18px;
  }
  
  .display-1 .pad {
  	padding-top: 5px;
  }
  
  br {
  	display: none;
  }
  
  .modal h3 br {
  	display: block;
  }
  
  .display-ajax-cont span {
  	display: block;
  }
    .space {
    height: 10px;
  }

  .space.s2 {
    height: 20px;
  }

  .space.s3 {
    height: 30px;
  }

  .space.s4 {
    height: 40px;
  }
    .wrap-rules .man,
  .wrap-rules .car {
    display: none;
  }
  
  .quo {
  	margin-top: 0px;
  	margin-bottom: 20px;
  }
  
  .quo span{
  	font-size: 15px;
  }
  
  .display-contacts .phone {
  	font-size: 26px;
  }
  
    .display-keep .item .name {
    font-size: 12px;
    position: initial;
    text-align: left;
    margin-bottom: 15px;
  }

  .display-keep .item .skiing-img-des {
    display: none;
  }

  .display-keep .item .skiing-img-mob {
    display: inline-block;
  }
  
  .but-dec,
  .but-dec * {
  	font-size: 14px;
  }
  .display-1 .cup {
  	bottom: 80px;
  }
  
  .display-form-1 .man-left .man {
  	display: none !important;
  }
  
  .display-form-1 .man-last.man-left .man {
  	display: block !important;
  }
  
    .display-map .cont-wrap {
    position: initial;
    margin-bottom: 20px;
  }
  
  .map-inject {
  	text-align: center;
  }

}

@media(max-width: 992px){
	.list-d9 .i-d9 {
		left: 15px;
	}
	.list-d9 .item-d9 {
		padding: 40px 20px;
	}
	.display-form-1 .man-last.man-left .man {
		display: none !important;
	}
	  .display-form-1 .man {
	    display: none !important;
	  }
	  .display-1 .but-trs {
	  	display: none;
	  }
	  .display-desc * {
	  	text-align: center;
	  }
  
	.display-gr .cup img {
		    max-width: 500px;
    /* margin: auto !important; */
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: initial;
	}
	.display-contacts .col-but span {
		display: block;
	}
	
	.quo span {
		font-size: 12px;
	}
	.display-9 {
		padding: 30px 0px;
	}
	.wrap-rules .list-wr {
		margin-top: 5px;
	}
	.radio {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.wrap-rules {
		padding: 10px;
	}
	h2 br, h3 br {
		display: none;
	}
	.display-caution .right-col-top {
		padding-left: 0px;
		padding-right: 0px;
	}
	.display-carousel {
		padding: 30px 0px;
	}
	.form-set .check-mini {
		display: inline-block;
    margin-bottom: 5px;
	}
	.item-frm {
		margin: 5px 0px;
	}
	
	.display-caution {
		padding-top: 10px;
	}
	
	.arrows-up.arrows {
		padding-left: 45px !important;
		padding-right: 45px !important;
	}
	
	.arrows.arrows-up .owl-nav .owl-prev {
	  left: 0px;
	}

	.arrows.arrows-up .owl-nav .owl-next {
	  right: 0px;
	}
	
	

  .display-content .photo-1 {
    height: 400px;
  }
  
  .mob-hide {
    display: none;
  }





  .plank {
    width: 100%;
    font-size: 15px;
  }
  .plank * {
    font-size: 15px;
  }



  .mes-plus.mpb {
    display: block;
    margin: 20px 0px;
  }

  .wrap-rules .item-wr {
    margin: 10px 0px;
  }

  .display-gr .cup img {
    width: 100%;
    margin-top: -17%;
    right: 0px;
  }

  .display-1 .cup {
    bottom: 44px;
  }

  
  .display-1 .panel-1 {
  	width: 100%;
  }
  
  .display-1 * {
		text-align: center;
	}
	
	.display-1 .but-line * {
		text-align: left;
	}
	
	h3 {
		margin: 0px;
	}
	
	.logo-car-shadow h3 {
		text-align: center;
		margin: 20px 0px;
	}
	
	.display-content br {
		display: none;
	}
	
	* {
		font-size: 14px;
	}
	
	.space-w {
		padding: 0px 20px !important;
	}
	
	.display-form-1 .consultation {
		margin-bottom: 20px;
	}
	
	.display-form-1 .consultation:after {
		display: none;
	}
	
	.list-d9 .item-but-d9 {
		padding: 30px 25px;
		text-align: center;
	}
	
	.video-carousel {
		margin-bottom: 40px;
	}
	
	.display-carousel .owl-stage-outer:before,
	.display-carousel .owl-stage-outer:after {
		display: none;
	}
	
	.spec-marg .space.s2 {
		display: none;
	}
	
	.spec-marg span {
		display: block;
		margin-top: 10px;
	}
		    .list-grid .item.blue:after {
	    display: none;
	  }
	  
	  	  .display-form-1 .step2-2 {
	padding-top: 0px !important;
    margin-top: -20px;
	margin-left: 0px;
  }
		.display-form-1 .step2-2 {
		background: transparent;
		padding: 10px 14px;
	}
	
	.display-form-1 .step2-2 .modal-body {
		background: white;
	}
	
	
  .display-9.back-d9 {
    background: white;
  }
  
  .display-caution .mes-plus.mpb {
  	min-height: 54px;
  	max-width: 500px;
  }
  
  .modal-design .phone {
  	display: block;
  }

}


@media(max-width: 768px){
	#video1 {
		width: 100%;
    height: 51vw;
	}
	.big-text {
		font-size: 16px;
	}
	.form-steps .step.step2-3 {
	    height: auto;
    	text-align: center;
    	/* padding-left: 15px; */
    	padding: 15px !important;
    }
	.form-steps .step.step2-3 .big-text {
		margin-bottom: 26px;
	}
	
	.form-steps .step.step2-3 .social-links {
		margin-top: 5px;
	}
	
	.form-steps .step.step2-3 {
		margin-top: 0px;
	}
	.sf-text {
		font-size: 14px;
	}
	.form-steps .step.step2-3 .phone {
		font-size: 24px;
	}
	
	.form-steps .step.step2-3 .phone .bg {
		position: relative;
		top: 3px;
	}
	
	.form-steps .step.step2-3 .phone {
		margin-bottom: 25px;
	}
	.display-gr .cup img {
		margin-bottom: -10px;
	}
	.display-caution br {
		display: none;
	}
	.mobmm {
		margin-bottom: 10px;
	}
	.display-1 .pad {
		padding-top: 5px;
	}

	.plank br {
		display: none;
	}
	.video-carousel h3 {
		
	}
	.display-form-1 .consultation span, .display-form-1 .consultation b {
		font-size: 14px;
	}
	
	.display-form-1 .consultation br {
		display: none;
	}
	.desc-mes br {
		display: none;
	}


  .modal-desc {
    margin-bottom: 20px;
  }
	
	.list-grid .item b {
		margin-bottom: 5px;
	}
	.but-orange-2 {
		font-size: 14px;
	}
	.form-set .lbl {
		font-size: 12px;
	}
	.list-doc a {
		margin: 10px;
	}
	* {
		font-size: 12px;
	}
	.mes-plus > * {
		font-size: 12px;
	}
	.display-contacts .phone {
		font-size: 22px;
	}
	.display-gr .dgr-1 {
		padding-top: 20px;
	}
	.display-carousel {
		padding-top: 40px;
	}
	.display-form-1 .consultation {
		padding: 19px 18px;
	}
	.form-set input[type="text"] {
		height: 50px;
		font-size: 14px;
	}
	
	.but-big {
		height: 58px;
    	padding: 0px 27px;
	}
	
	.display-content .photo-1 {
		height: 240px;
	}
	.
	.display-1 .text-mini {
		margin-left: 0px;
		margin-top: 15px;
	}
	.modal-design .modal-body {
		background: white !important;
	}
  .plank,
  .plank * {
    font-size: 12px;
  }
  .big-hd, .big-hd *, h2, h2 * {
    font-size: 30px;
  }

  .but-minw {
    width: 100%;
    min-width: auto;
  }

  h3, h3 * {
    font-size: 22px;
  } 
  h4, h4 * {
    font-size: 16px;
  }

  .modal-design h3, .modal-design h3 * {
    font-size: 22px;
  }

  .modal-design b {
    font-size: 14px;
  }

.entrie-white h3 {
    font-size: 30px;
}

  .radio label {
    padding-left: 50px;
    font-size: 14px;
  }

  .radio label:after {
    width: 38px;
    height: 38px;
  }

  .radio label:before {
    left: 3px;
    top: 3px;
    width: 32px;
    height: 32px;
  }

  .radio label {
    vertical-align: baseline;
  }

  
  .but-dec i {
  	top: 20px;
  	
    zoom: 0.8;
  }
  .radio {
  	margin: 5px 0px;
  	margin-top: 5px;
  }
  .check label {
  	padding-top: 0px;
  }
  .radio label {
  	padding-top: 9px;
  }
  
  .but-dec {
  	padding-left: 74px;
  	margin: 0px 0px;
  }
  .display-1 .but-orange {
  	margin-top: 10px;
  }
  .display-keep .item {
    width: 45%;
    padding-top: 0px;
    margin: 20px 0px;
    text-align: center;
  }
  
  .display-form-1 .mes-plus {
  	    padding-top: 6px;
    min-height: 32px;
  }

  .display-keep .skiing  img {
    max-height: 250px;
  }


.display-caution h2 img {
    height: 50px;
}

  .form-steps .step {
    padding: 10px 15px;
  }
  
  

  .form-steps .step {
    height: auto;
  }

  .entrie-white {
    padding: 5px 10px;
  }
  
  .mes-plus.mpb {
  	padding-left: 65px;
  }
  
  .display-ajax-cont * {
  	text-align: center;
  }
  
  .modal-design .close {
  	top: 10px;
    right: 10px;
    width: 26px;
  }
}

@media(max-width: 600px){
  .phone-carousel {
    margin: -70px 0px;
  }
  	.display-1 .text-mini {
		margin-left: 0px;
		margin-top: 10px;
	}

  .display-contacts, .map-wrap {
    display: none;
  }

  .display-map .space.s4, .display-caution .space.s4 {
    display: none;
  }

  .display-carousel {
    padding-bottom: 0px;
  }

  .orange-logo br {
    display: block;
  }

  .orange-logo {
    margin-top: -20px;
  }


}

@media(max-width: 480px){
	.display-content .photo-1{
		height: 150px;
	}
	.display-9 .inf {
		width: 277px !important;
		left: -69px !important;
	}
	
	.list-d9 .item-d9 {
		padding: 40px 24px;
	}

  .display-1.display-1-bot .cup {
    bottom: 46px;
  }
	.citate {
		padding: 0 20px 0 10px;
	}
}
.footer__bottom {
	background: #f3f9ff;
}
.footer__wrapper {
	padding: 20px 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.about__title {
	font-weight: 600;
}

.order-title {
	margin: 10px 0;
}

.new-link {
	border: none;
	outline: none;
	color: black;
	background-color: transparent;
	text-decoration: underline;
	transition: color 0.3s ease-in;
}

.new-link:hover {
	color: #fad87d;
}
.logos-img {
	margin: 0 auto;
	width: 236px;
	height: 40px;
}

@media(max-width: 1199px) {
	.logos-img {
		height: 53px;
		width: 313px;
	}
}
@media(max-width: 1199px) {
	.img-wrap{
		max-width: 600px;
		margin: 0 auto;
	}
}

#multi_btn_294 {
    position: fixed;
    bottom: 50px; 
    right: 50px;    
    z-index: 99;
}
.contacts_3949 {
    position: relative;
}
.phone_2849{
    position: relative;
    z-index: 10;
    transition: transform 0.75s ease;
}
.contacts__item_trigger{
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    transition: transform 0.5s ease;
}
.contacts__item_trigger img {
    transition: transform 0.5s ease;
}
.contacts__item_trigger.active:active {
    transform: scale(0.8) ;
}
.contacts__item_trigger:active {
    transform: scale(0.8);
}
.img_321{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    margin: 5px;   
    
    z-index: 99;
    
}
.contacts__item_1949 {
    position: absolute;
    display: flex;
    opacity: 0;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    overflow: hidden;
    bottom: 0;
    right: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;  
}
.contacts__item_1949.active {
    opacity: 1;
}
.contacts__item_1949:nth-child(1).active {
    transform: translateX(-85px) translateY(20px);
}
.contacts__item_1949:nth-child(1).active:active {
    transform: translateX(-85px) translateY(20px) scale(0.8);
}
.contacts__item_1949:nth-child(2).active {
    transform: translateX(-75px) translateY(-35px);
}
.contacts__item_1949:nth-child(2).active:active {
    transform: translateX(-75px) translateY(-35px) scale(0.8);
}
.contacts__item_1949:nth-child(3).active {
    transform: translateX(-35px) translateY(-75px);
}
.contacts__item_1949:nth-child(3).active:active {
    transform: translateX(-35px) translateY(-75px) scale(0.8);
}
.contacts__item_1949:nth-child(4).active {
    transform: translateY(-85px) translateX(20px);
}
.contacts__item_1949:nth-child(4).active:active {
    transform: translateY(-85px) translateX(20px) scale(0.8);
}

.a_391{
    text-decoration: none;
}

.contacts_3949__text{
    padding: 10px;
    background: #495F7F;
    color: #fff;
    display: none;
    border-radius: 20px;
}

.contacts__item-trigger.active img{
    transform: rotate(360deg);
    
}
.bok_knopka{
    -webkit-transform: rotate(-90deg);  /*поворот текста на 90 градусов*/
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display:block;
    position:fixed; 
    z-index:8999;
    left:-40px; /*отступ слева*/
    top:550px; /*отступ сверху*/
    background: rgba(248,210,95,1); /*цвет фона кнопки*/
    
background: -moz-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,210,95,1)), color-stop(51%, rgba(250,192,58,1)), color-stop(100%, rgba(252,180,24,1)));
background: -webkit-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: -o-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: -ms-linear-gradient(top, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
background: linear-gradient(to bottom, rgba(248,210,95,1) 0%, rgba(250,192,58,1) 51%, rgba(252,180,24,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d25f', endColorstr='#fcb418', GradientType=0 );
    font-size:1.2em; /*размер шрифта*/
    color:black!important; /*цвет шрифта*/
    text-align:center; /*выравнивание по центру*/
    padding:10px 20px; /*отступы внутри кнопки*/
    border-radius:5px; /*скругление углов кнопки*/
    border:1px solid #fff; /*рамка вокруг кнопки*/
}