@font-face {
  font-family: 'Stolzl-Regular';
  src: url('../fonts/Stolzl-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Stolzl-Regular.otf')  format('opentype'),
	     url('../fonts/Stolzl-Regular.woff') format('woff'), url('../fonts/Stolzl-Regular.ttf')  format('truetype'), url('../fonts/Stolzl-Regular.svg#Stolzl-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Stolzl-Medium';
  src: url('../fonts/Stolzl-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/Stolzl-Medium.otf')  format('opentype'),
	     url('../fonts/Stolzl-Medium.woff') format('woff'), url('../fonts/Stolzl-Medium.ttf')  format('truetype'), url('../fonts/Stolzl-Medium.svg#Stolzl-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'StolzM-Bold';
  src: url('../fonts/StolzM-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/StolzM-Bold.otf')  format('opentype'),
	     url('../fonts/StolzM-Bold.woff') format('woff'), url('../fonts/StolzM-Bold.ttf')  format('truetype'), url('../fonts/StolzM-Bold.svg#StolzM-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Stolzl-Bold';
  src: url('../fonts/Stolzl-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Stolzl-Bold.otf')  format('opentype'),
	     url('../fonts/Stolzl-Bold.woff') format('woff'), url('../fonts/Stolzl-Bold.ttf')  format('truetype'), url('../fonts/Stolzl-Bold.svg#Stolzl-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'StolzM-BoldCondensed';
  src: url('../fonts/StolzM-BoldCondensed.eot?#iefix') format('embedded-opentype'),  url('../fonts/StolzM-BoldCondensed.otf')  format('opentype'),
	     url('../fonts/StolzM-BoldCondensed.woff') format('woff'), url('../fonts/StolzM-BoldCondensed.ttf')  format('truetype'), url('../fonts/StolzM-BoldCondensed.svg#StolzM-BoldCondensed') format('svg');
  font-weight: normal;
  font-style: normal;
}

	* {
	 -webkit-appearance: none;
	}

	body,
	p,
	h1,
	h2,
	h3,
	h4,
	h5 {
	    margin: 0;
	    padding: 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5 {
		font-weight: normal;
	}
	ul {
	    margin: 0;
	    padding: 0;
	    list-style-type: none;
	}
	input:focus, button:focus {
		outline: none;
	}
	textarea:focus {
		outline: none;
	}
	body {
	    color: #000;
	    font-family: 'Stolzl-Regular',sans-serif;
	    font-size: 14px;
	    margin: 0 auto;
	    width: 100%;
	    min-width: 1200px;
	    overflow-x: hidden;
	}
	*, :before, :after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

	.container {
		width: 100%;
		max-width: 1140px;
		margin: 0 auto;
	}
.top_container {
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    z-index: 99;
    background:  #fff;
    height: 63px;
    z-index: 9999;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
}
.top_container .container {
    position: relative;
}
.logo_container {
    float: left;
    margin-right:  30px;
    position:  relative;
    background:  #fff;
    height:  95px;
}
.menu_container {
    float: left;
    overflow: hidden;
    padding-top: 24px;
}
.check_city {
    position: absolute;
   /* left: 286px; */
    right:0;
    top: 64px;
    padding: 7px 15px;
    color: #000;
    background: #fff;
    font-family: 'Stolzl-Medium';

}
.your_city {
    color: #ed1b23
}

.check_city a {
    text-decoration: none;
    color: #000;
}
#show_city.reveal-modal {
    padding: 0;
}
#show_city ul li {
    display: block;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}
#show_city ul li:hover {
    background: #ececec;
}

.btn_head {
    background: #ff0f0f;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 160px;
    height: 50px;
    line-height: 52px;
    border-radius: 5px;
    box-shadow: 0 0 15px 3px hsla(0, 100%, 53%, 0.2);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    font-family: 'Stolzl-Medium';
}
header {
    background-size: cover;
    height: 860px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 120px;
}
#video-bg {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#video-bg video {
      top: 50%;
  left: 50%;

  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
header .container {
    position: relative;
    z-index: 3;
}
header:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    z-index: 2;
}
.menu_top ul li a {
    color: #000;
    text-decoration: none;
	-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.menu_top ul li {
    float: left;
    margin-right: 25px;
}
.menu_top ul li:hover a {
    color: #ed1c24;
}
.tel_container {
    float: left;
    margin-left: 125px;
    position: relative;
}
.tel_container p {
    color: #ed1b23;
}
.tel_container_in a {
    color: #ed1b23;
    text-decoration: none;
}
.tel_container {
    float: left;
    margin-left: 125px;
    position: relative;
    padding-top: 24px;
    width: 230px;
}
.tel_watch {
    position: absolute;
    text-align: center;
    font-size: 12px;
    color: #8e8e8e;
    font-family: 'Stolzl-Regular';
    display: none;
    width: 150px;
    height: 26px;
    border-radius: 5px;
    background: #f2f2f2;
    line-height: 26px;
    right: 8px;
    top: 20px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    font-family: 'Stolzl-Medium';
}

.tel_watch:hover {
    background: #ffe90a;
    color: #ed1c24;
    cursor: pointer;
}
.tel_container p span {
    padding-left: 0px;
    display: inline-block;
}
.btn_container {
    float: right;
    padding-top: 6px;
}
.btn_head:hover {
    box-shadow: none;
}
.tel_watch.actives {
   display: none;
}

header .container {
    position: relative;
}
.header_container h1 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Stolzl-Medium';
    font-size: 100px;
    letter-spacing: 30px;
    border: 2px solid #fff;
    display: inline-block;
    padding: 95px 100px;
    padding-right: 70px;
    line-height: 1;
}
.header_container {
    text-align: center;
}
.header_container > p {
    color: #fff;
    font-size: 48px;
    font-family: 'Stolzl-Medium';
    margin-top: 40px;
    margin-bottom: 35px;
}
.header_row {
    width: 625px;
    margin: 0 auto;
    position: relative;
}
.header_box_text p {
    font-family: 'Stolzl-Medium';
    font-size: 17px;
    padding-top: 14px;
    padding-right: 25px;
}
.header_box_btn {
    float: right;
}
.btn_header {
    background: #ff0f0f;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 220px;
    height: 68px;
    line-height: 68px;
    border-radius: 5px;
    box-shadow: 0 0 25px 5px hsla(0, 100%, 53%, 0.45);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    font-family: 'Stolzl-Medium';
    font-size: 21px;
    position: relative;
    top: 0;
}
.btn_header:hover {
    box-shadow: none;
    top: 5px;
}
.header_box_text {
    float: left;
    color: #fff;
    text-align: right;
}
.header_box_img {
    position: absolute;
    left: 360px;
    top: 10px;
}
.logo_container:hover .leftright11 {
    -webkit-animation: left 1s infinite ease-in-out;
    -moz-animation: left 1s infinite ease-in-out;
    animation: left 1s infinite ease-in-out;
}
.logo_container:hover .leftright12 {
    -webkit-animation: left 1s infinite ease-in-out;
    -moz-animation: left 1s infinite ease-in-out;
    animation: left 1s infinite ease-in-out;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.top_container .logo_min2 {
   transform: translate(10px);
}
.top_container .logo_container:hover .logo_min2 {
    transform: translate(10px);
}
.top_container .logo_min3 {
    transform: translate(10px);
}
.top_container .logo_container:hover .logo_min3 {
   transform: translate(10px);
}

.leftright {
    -webkit-animation: right 1s infinite ease-in-out;
    -moz-animation: right 1s infinite ease-in-out;
    animation: right 1s infinite ease-in-out;
}
@-webkit-keyframes right {
     0% {
        -webkit-transform: translate(0px);
    }
    50% {
        -webkit-transform: translate(-10px);
    }
    100% {
        -webkit-transform: translate(0px);
    }
}
@-moz-keyframes right {
     0% {
        -webkit-transform: translate(0px);
    }
    50% {
        -webkit-transform: translate(-10px);
    }
    100% {
        -webkit-transform: translate(0px);
    }
}
@keyframes right {
   0% {
        -webkit-transform: translate(0px);
    }
    50% {
        -webkit-transform: translate(-10px);
    }
    100% {
        -webkit-transform: translate(0px);
    }
}

@-webkit-keyframes left {
   0% {
        -webkit-transform: translate(0px);
    }
    50% {
        -webkit-transform: translate(10px);
    }
    100% {
        -webkit-transform: translate(0px);
    }
}
@-moz-keyframes left {
    0% {
        -webkit-transform: translate(0px);
    }
    50% {
        -webkit-transform: translate(10px);
    }
    100% {
        -webkit-transform: translate(0px);
    }
}
@keyframes left {
     0% {
        -webkit-transform: translate(0px);
    }
    50% {
        -webkit-transform: translate(10px);
    }
    100% {
        -webkit-transform: translate(0px);
    }
}

.one_container:before {
    position: absolute;
    content: '';
    width: 116px;
    height: 116px;

    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/romb.png) no-repeat;
    bottom: -42px;
}
.one_container {
    position: relative;
    background: #fee74c;
       z-index: 2;
    height: 230px;
    padding: 0 75px;
}
.one_box {
    float: left;
    text-align: center;
    position: relative;
    width: 300px;
    margin: 0 15px;
    padding-top: 140px;
}
.one_box_img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 35px;
    height: 85px;
    line-height: 85px;
}
.one_box_img img {
    vertical-align: middle;
}
.one_box p {
    font-size: 21px;
}
.one_box p span {
    font-family: 'Stolzl-Medium';
}
.one_box:hover .leftright11 {
    -webkit-animation: right 1s infinite ease-in-out;
    -moz-animation: right 1s infinite ease-in-out;
    animation: right 1s infinite ease-in-out;
}
.one_box:hover .leftright22 {
    -webkit-animation: left 1s infinite ease-in-out;
    -moz-animation: left 1s infinite ease-in-out;
    animation: left 1s infinite ease-in-out;
}

.one_box:hover .floating  {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes floating {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(8%);
    }
    100% {
        transform: translateY(0%);
    }
}
@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(8%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}

#one {
    margin-top: -115px;
}
.bigs {
    font-family: 'StolzM-BoldCondensed';
    font-size: 205px;
    padding-left: 120px;
}
.lefts {
	padding-left: 110px;
}
.potencial_box_text:before {
    position: absolute;
    content: '';
    width: 735px;
    height: 348px;
    background: url(../images/text_bef.png) no-repeat;
    left: -70px;
    top: -45px;
}
.potencial_box_text p {
    font-size: 44px;
    font-family: 'StolzM-Bold';
    text-transform: uppercase;
    line-height: 1;
    position: relative;
}
#potencial {
    padding-top: 110px;
    overflow:  hidden;
}
.potencial_box_text {
    position: relative;
}
.potencial_img1 {
    position: absolute;
    left: 5px;
    top: 90px;
}
.potencial_img2 {
    position: absolute;
    top: 120px;
    left: 100px;
}

.rot {
  animation: 1.5s linear 0s normal none infinite running rot;
  -webkit-animation: 1.5s linear 0s normal none infinite running rot;
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.potencial_box_bottom {
    width: 570px;
    margin-top: 55px;
}
.potencial_box_bottom > p {
    font-size: 36px;
    margin-bottom: 40px;
}
.potencial_box_bottom > p span {
    font-family: 'Stolzl-Medium';
}
.potencial_botmin_row {
    overflow: hidden;
}
.potencial_botmin {
    float: left;
    width: 50%;
    padding-right: 10px;
}
.potencial_botmin p {
    font-size: 18px;
}
.potencial_botmin p span {
    font-family: 'Stolzl-Medium';
}

.potencial_box_left {
    float: left;
    position: relative;
    z-index: 99;
}
.potencial_box_right {
    float: right;
    margin-left: -50px;
    padding-top: 130px;
    position: relative;
    height: 475px;
}
.potencial_box_right a {
    position: relative;
    display: block;
    z-index: 9;
}
.potencial_play {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 135px;
    text-align: center;
    width: 102px;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.btn:hover .potencial_play {
    top: 140px;
}
.potencial_img3 {
    position: absolute;
    right: 0;
    top: 50px;
}
.potencial_img4 {
    position: absolute;
    left: 80px;
    bottom: -29px;
    z-index: 99;
}
a:focus {
    outline: none;
}
.potencial_p {
    position: absolute;
    width: 120px;
    text-align: center;
    top: 50px;
    right: 190px;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    z-index: 9;
}
.potencial_p p {
	font-size: 21px;
	position: relative;
}
.potencial_p p:before {
    position: absolute;
    content: '';
    width: 44px;
    height: 112px;
    background: url(../images/video_arrow.png) no-repeat;
    right: -30px;
    top: 40px;
    overflow: hidden;
    transition: 2s;
}


.potencialgraf .potencial_p p:before {
    height: 112px;
}

#stem {
    padding-top: 125px;
}
.stem_box > p {
    font-family: 'StolzM-Bold';
    text-transform: uppercase;
}
.stem_box_min h3 {
    text-transform: uppercase;
    font-family: 'StolzM-BoldCondensed';
    font-size: 72px;
	line-height: 1;
}
.stem_box_min p {
    font-family: 'StolzM-Bold';
    font-size: 18px;
    line-height: 1;
}
.stem_box_min {
    text-align: center;
    position: absolute;
}
.stem_container {
    position: relative;
}
.stem_box {
    float: left;
    position: relative;
    width: 270px;
    z-index: 9;
}
.stem_box1 {
    width: 300px;
    text-align: right;
    padding-top: 110px;
}
.stem_box2 {
    width: 260px;
    text-align: center;
    padding-top: 65px;
}
.stem_box3 {
    width: 285px;
    padding-top: 135px;
}
.stem_box1 .stem_box_min {
    left: 35px;
    top: 135px;
}
.stem_box2 .stem_box_min {
    bottom: 25px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}
.stem_box3 .stem_box_min {
    top: 65px;
    padding-left: 15px;
}
.stem_box4 .stem_box_min {
    left: 65px;
    bottom: 25px;
}
.grow {
	transition: all 0.8s ease-in-out;
}
.stem_box:hover .grow {
	transform: scale(1.1);
}
.stem_container:before {
    position: absolute;
    content: '';
    width: 543px;
    height: 287px;
    background: url(../images/stem_bg.png) no-repeat;
    left: 240px;
    top: 110px;
}
.stem_box_img {
    position: absolute;
    right: 75px;
    top: -45px;
}
.stem_container .rot {
  animation: 2s linear 0s normal none infinite running rot;
  -webkit-animation: 2s linear 0s normal none infinite running rot;
}

.progav_container p {
    font-size: 37px;
    font-family: 'StolzM-Bold';
    line-height: 1;
    padding-left: 40px;
    z-index: 9;
    position: relative;
}
#progav {
    padding-top: 220px;
}
.progav_container {
    padding-left: 175px;
    position: relative;
}
.progav_big {
    font-family: 'StolzM-BoldCondensed';
    font-size: 197px;
    margin-left: -40px;
}
.progav_min {
    font-size: 44px;
    padding-left: 85px;
}
.progav_container:before {
    position: absolute;
    content: '';
    width: 678px;
    height: 399px;
    background: url(../images/text_bef2.png) no-repeat;
    left: 210px;
    top: -70px;
}
.progav_img {
    position: absolute;
    top: -20px;
    left: 570px;
}

#four {
    padding-top: 80px;
    padding-bottom: 100px;
}
#four .container > p {
    text-align: center;
    font-size: 36px;
    margin-bottom: 80px;
}
#four .container > p span {
    font-family: 'Stolzl-Medium';
}
.four_container {
    position: relative;
    padding: 0 90px;
}
.four_box:nth-child(2n-1) .four_box_img {
    float: right;
}
.four_box_img {
    float: left;
    text-align: center;
    width: 110px;
}
.four_box_text {
    float: left;
	width: 350px;
}
.four_box_text h3 {
    font-family: 'Stolzl-Medium';
    font-size: 26px;
    margin-bottom: 20px;
}
.four_box_text p {
    font-size: 18px;
}
.four_box {
    overflow: hidden;
    width: 480px;
    position:  relative;
    transition: 1.5s;
    opacity:  0;
}
.four_box:nth-child(2n-1) .four_box_text {
    text-align: right;
    padding-left: 20px;
    width: 370px;
}
.four_box:nth-child(2n) {
    margin-left: 480px;
    margin-top: -30px;
}
.four_img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 25px;
    width: 112px;
    height: 0;
    overflow: hidden;
	transition: 5s;
}
.four_box2 .four_box_img {
    padding-top: 65px;
}
.four_box4 .four_box_img {
    padding-top: 50px;
    position: relative;
    z-index: 9;
}
.four_box3 .four_box_img {
    padding-left: 45px;
    padding-top: 35px;
}
.four_container:before {
    position: absolute;
    content: '';
    width: 775px;
    height: 387px;
    background: url(../images/four_bg.png) no-repeat;
    left: 75px;
    bottom: -55px;
}

.den_container {
    background: #006fb9;
    color: #fff;
    position: relative;
    height:  235px;
    padding-top:  40px;
}
.den_cont {
    overflow: hidden;
    padding:  0 90px;
}
.den_box_text h3 {
    font-family: 'Stolzl-Medium';
    font-size: 35px;
    margin-bottom: 10px;
}
.den_box_text p {
    font-family: 'Stolzl-Medium';
    font-size: 26px;
}
.den_box_text p span {
    color: #fee74c;
}
.den_box_text {
    float: left;
}
.den_box_btn {
    float: right;
    padding-top: 20px;
    width:  225px;
    text-align:  center;
}
.den_btn {
    background: #ff0f0f;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 220px;
    height: 68px;
    line-height: 68px;
    border-radius: 5px;
    box-shadow: 0 10px 20px 1px hsla(0, 100%, 53%, 0.45);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    font-family: 'Stolzl-Medium';
    font-size: 21px;
    position: relative;
    top: 0;
    margin:  0 auto;
}
.den_btn:hover {
    box-shadow: none;
    top: 5px;
}
.den_box_btn p {
    text-align: center;
    margin-top: 15px;
    font-family: 'Stolzl-Medium';
    font-size: 21px;
}
.den_box_btn p span {
    color: #fee74c;
}
.den_img1 {
    position: absolute;
    top: 0;
    left: 15px;
}
.den_img2 {
    position: absolute;
    right: 40px;
    top: -82px;
}
.den_img3 {
    position: absolute;
    bottom: -55px;
    left: 135px;
}

#game {
    padding-top: 200px;
}
.game_container {
    padding-left: 165px;
    position:  relative;
}
.game_container p {
    font-size: 47px;
    text-transform: uppercase;
    font-family: 'StolzM-Bold';
    line-height: 1;
    position:  relative;
}
.game_big {
    font-size: 184px;
    padding-left: 265px;
    line-height: 145px;
}
.game_min {
    font-size: 130px;
    padding-left: 170px;
    font-family: 'StolzM-BoldCondensed';
    line-height: 95px;
}
.game_container:before {
    position: absolute;
    content: '';
    width: 413px;
    height: 419px;
    background: url(../images/game_bef.png) no-repeat;
    right: 310px;
    top: -105px;
}
.game_img {
    position: absolute;
    left: 210px;
    top: 105px;
}

.rightdown {
    -webkit-animation: rightdown 1.5s infinite ease-in-out;
    -moz-animation: rightdown 1.5s infinite ease-in-out;
    animation: rightdown 1.5s infinite ease-in-out;
}
@-webkit-keyframes rightdown {
    0% {
        -webkit-transform: translate(-20px, -20px);
    }
    50% {
        -webkit-transform: translate(20px, 20px);
    }
    100% {
        -webkit-transform: translate(-20px, -20px);
    }
}
@-moz-keyframes rightdown {
    0% {
        -moz-transform: translate(-20px, -20px);
    }
    50% {
        -moz-transform: translate(20px, 20px);
    }
    100% {
        -moz-transform: translate(-20px, -20px);
    }
}
@keyframes rightdown {
    0% {
        transform: translate(-20px, -20px);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(-20px, -20px);
    }
}

.games_container {
    overflow: hidden;
    padding: 0 24px;
}
.games_box {
    float: left;
    width: 546px;
    min-height: 961px;
}
.games_box:first-child {
    background: #ffe90a;
}
.games_box:last-child {
    background: #00ac4f;
    margin-top: 50px;
}
.games_box_text {
    padding: 30px;
}
.games_box_min {
    background: #fff;
    padding: 35px;
    position: relative;
    margin-top: -105px;
    min-height: 438px;
    padding-top:  65px;
}
.games_box_icon {
    position: absolute;
    width: 130px;
    height: 130px;
    text-align: center;
    line-height: 130px;
    top: -110px;
	-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.games_box_icon img {
    vertical-align: middle;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.games_box_icon:hover img  {
    animation-name: floating2;
    -webkit-animation-name: floating2;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes floating2 {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(8%);
    }
    100% {
        transform: translateY(0%);
    }
}

.games_box:first-child .games_box_icon {
    background: #ffe90a;
}
.games_box:last-child .games_box_icon {
    background: #00ac4f;
}
.games_box_min h3 {
    font-size: 26px;
    font-family: 'Stolzl-Medium';
    margin-bottom: 20px;
}
.games_box_min p {
    font-size: 18px;
    margin-bottom: 25px;
    line-height:  24px;
}
.games_box_min p span {
    font-family: 'Stolzl-Medium';
}
.games_btn {
    background: #ff0f0f;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 250px;
    height: 68px;
    line-height: 68px;
    border-radius: 5px;
    box-shadow: 0 10px 20px 1px hsla(0, 100%, 53%, 0.45);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    font-family: 'Stolzl-Medium';
    font-size: 21px;
    position: relative;
    top: 0;
    padding-left: 50px;
}
.games_box_btn {
    position: absolute;
    right: 35px;
    bottom: 35px;
}
.games_btn:hover {
    top: 5px;
    box-shadow: none;
}
.games_btn:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: url(../images/play2.png) no-repeat;
    left: 22px;
    top: 25px;
}
#games {
    padding-top: 20px;
}

@keyframes rot2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.rots {
	transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(1);
    opacity: 1;
    z-index: 113;
    animation-name: animation_6;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-play-state: running;
}
.rots img {
	transform: rotateX(0deg) rotateY(0deg) rotateZ(-18deg);
}
@keyframes animation_6 {
	0%, 43.74999999999999% {transform: translate3d(0px,0px,0) rotate(0deg) scale(1); opacity: 1; animation-timing-function: ease-out}
	100% {transform: translate3d(0px,0px,0) rotate(720deg) scale(1); opacity: 1; }
}

#year .container > p {
    text-align: center;
    font-size: 48px;
    font-family: 'Stolzl-Medium';
    margin-bottom: 35px;
}
#year {
    padding-top: 75px;
    padding-bottom: 0px;
}
.year_box_top {
    position: relative;
    margin-bottom: 90px;
    padding-top:  35px;
}
.year_box_top p {
    font-family: 'StolzM-Bold';
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    position:  relative;
    font-size:  18px;
    z-index:  9;
}
.year_big {
    font-family: 'StolzM-BoldCondensed';
    font-size: 115px;
}
.year_box1 .year_small1 {
    padding-right: 125px;
}
.year_box1 .year_small {
    padding-left: 105px;
}
.year_box2 .year_small1 {
    padding-right: 55px;
}
.year_box2 .year_small {
    padding-right: 105px;
}
.year_box3 .year_small1 {
    padding-right: 125px;
}
.year_box3 .year_small {
	padding-right: 135px;
}
.year_box1 .year_box_top:before {
    position: absolute;
    content: '';
    width: 154px;
    height: 202px;
    background: url(../images/top1.png) no-repeat;
    right: 75px;
    top: 0;
}
.year_box3 .year_box_top:before {
    position: absolute;
    content: '';
    width: 142px;
    height: 103px;
    background: url(../images/top3.png) no-repeat;
    top: 45px;
    right: 85px;
    z-index:  99;
}
.year_box3 .year_box_top:after {
    position: absolute;
    content: '';
    width: 102px;
    height: 102px;
    background: url(../images/top32.png) no-repeat;
    right: auto;
    top: 15px;
    left: 95px;
}
.year_ball {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #006fb9;
    border-radius: 50%;
    right: 117px;
    top: 128px;
    z-index: 99;
}
.year_img img {
    width: initial !important;
}
.year_box1 .year_img {
    position: absolute;
    right: 75px;
    top: 30px;
}
.year_box2 .year_img {
    position: absolute;
    top: 95px;
    left: 40px;
    z-index: 9;
}
.year_box > p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
    font-family: 'Stolzl-Medium';
}
.year_box ul li {
    position: relative;
    margin-bottom: 15px;
    font-size: 18px;
    padding-left: 30px;
    line-height: 27px;
}
.year_box ul {
    padding: 0 25px;
    min-height:  320px;
}
.year_box ul li:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 3px;
    left: 3px;
    top: 4px;
}
.year_box1 ul li:before {
    background: #32a858;
}
.year_box2 ul li:before {
    background: #006fb9;
}
.year_box3 ul li:before {
    background: #fee74c;
}

.year_btn {
    background: #ff0f0f;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 255px;
    height: 68px;
    line-height: 68px;
    border-radius: 5px;
    box-shadow: 0 10px 20px 1px hsla(0, 100%, 53%, 0.45);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    font-family: 'Stolzl-Medium';
    font-size: 21px;
    position: relative;
    top: 0;
    text-align: center;
	margin: 0 auto;
}
.year_btn:hover {
    top: 5px;
    box-shadow: none;
}
.year_box {
    padding-bottom: 40px;
    position:  relative;
    top:  0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.year_box2 {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}
.den_img4 {
    position: absolute;
    left: 225px;
    bottom: -50px;
}
.den_img5 {
    position: absolute;
    right: 150px;
    top: -25px;
}

.downkick {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
    animation-name: animation_17;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: both;
}
.year_box:hover .downkick2 {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
    animation-name: animation_17;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: both;
}
@keyframes animation_17 {
	0% {transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; animation-timing-function: ease-out}
	100% {transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-35,0,1); opacity: 1; }
}

.down {
    -webkit-animation: down 1.5s infinite ease-in-out;
    -moz-animation: down 1.5s infinite ease-in-out;
    animation: down 1.5s infinite ease-in-out;
}

.year_box:hover .down2 {
    -webkit-animation: down 1.5s infinite ease-in-out;
    -moz-animation: down 1.5s infinite ease-in-out;
    animation: down 1.5s infinite ease-in-out;
}
@-webkit-keyframes down {
    0% {
        -webkit-transform: translateY(-10px);
    }
    50% {
        -webkit-transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(-10px);
    }
}
@-moz-keyframes down {
     0% {
        -webkit-transform: translateY(-10px);
    }
    50% {
        -webkit-transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(-10px);
    }
}
@keyframes down {
     0% {
        -webkit-transform: translateY(-10px);
    }
    50% {
        -webkit-transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(-10px);
    }
}

.year_box:hover .rots2 {
	transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(1);
    opacity: 1;
    animation-name: animation_6;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-play-state: running;
}
.rots2 img {
	transform: rotateX(0deg) rotateY(0deg) rotateZ(-18deg);
}

.year_img1 img {
    width: initial !important;
}
.year_img2 img {
    width: initial !important;
}
.year_img1 {
	position: absolute;
	right: 130px;
	top: 100px;
	z-index:  9;
}
.year_img2 {
    position: absolute;
    top: 75px;
    left: 85px;
}

.logo_min {
    position: absolute;
}
.logo_min1 {
    left: 17px;
    bottom: 15px;
    z-index: 9;
}
.logo_min2 {
    bottom: 15px;
    left: 27px;
}
.logo_min3 {
    left: 27px;
    bottom: 59px;
}

.leftright2 {
    -webkit-animation: right 1s infinite ease-in-out;
    -moz-animation: right 1s infinite ease-in-out;
    animation: right 1s infinite ease-in-out;
	-webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#pro {
    padding-top: 125px;
    padding-bottom:  45px;
}
.pro_box_left {
    float: left;
    width: 477px;
    position: relative;
    height: 706px;
}
.pro_left_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 30px 25px;
    padding-bottom: 35px;
}
.pro_left_text p {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 24px;
}
.pro_left_text h3 {
    text-align: right;
    font-size: 18px;
    color: #ffe900;
    font-family: 'Stolzl-Bold';
	line-height: 24px;
}
.pro_left_text h4 {
    text-align: right;
    font-size: 18px;
	line-height: 24px;
}
.pro_box_left:before {
    position: absolute;
    content: '';
    width: 573px;
    height: 257px;
    background: url(../images/pro_icon.png) no-repeat;
    top: -40px;
    left: -50px;
}
.pro_box_right {
    float: right;
    width: 570px;
    position: relative;
    text-align: center;
}
.pro_box_right > p {
    font-family: 'Stolzl-Medium';
    font-size: 48px;
    margin-top: 35px;
    margin-bottom: 60px;
    position: relative;
    z-index: 99;
}
.pro_box_row {
    overflow: hidden;
    position: relative;
}
.pro_box {
    float: left;
    width: 50%;
    margin-bottom: 70px;
}
.pro_box h3 {
    font-family: 'Stolzl-Medium';
    font-size: 60px;
}
.pro_box p {
    font-size: 20px;
}
.pro_btn:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: url(../images/play3.png) no-repeat;
    left: 20px;
    top: 25px;
}
.pro_btn {
    font-size: 21px;
    color: #000;
    text-decoration: none;
    display: block;
    font-family: 'Stolzl-Medium';
    position: relative;
    width: 420px;
    height: 70px;
    border-radius: 3px;
    padding-left: 45px;
    line-height: 70px;
    border: 1px solid #ed1c24;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    margin:  0 auto;
}
.pro_btn:hover {
    background: #ed1c24;
    color: #fff;
}
.pro_btn:hover:before {
    background: url(../images/play2.png) no-repeat;
}
.pro_box_right:before {
    position: absolute;
    content: '';
    width: 576px;
    height: 561px;
    background: url(../images/pro_bef.png) no-repeat;
    left: 35px;
    top: 50px;
}
.logosite {
	position: absolute;
	right: 60px;
	top: 27px;
	width:  60px;
}
.logosite_min {
	position: relative;
}
.logo_pro1 {
    z-index: 9;
}
.logo_pro2 {
    right: 0;
    left: 0;
    margin: auto;
    bottom: -37px;
}
.logo_pro3 {
    right: 0;
    left: 0;
    margin: auto;
    bottom: 7px;
}

.children_box img {
    width: initial !important;
}
#children .container > p {
    text-align: center;
    font-size: 48px;
    font-family: 'Stolzl-Medium';
    margin-bottom: 40px;
}
#children {
    padding-top: 100px;
}
.children_box:last-child {
    margin-left: -25px;
    margin-top: 30px;
}
.children_container {
    padding: 0 28px;
    position: relative;
}
.children_box {
    float: left;
    width: 554px;
    text-align: center;
    position: relative;
}
.children_box a {
    position: relative;
    display: block;
}
.children_box > p span {
    font-family: 'Stolzl-Medium';
}
.children_box > p {
    font-size: 22px;
    padding: 0 20px;
    margin: 30px 0;
}
#children_car .owl-next {
	width: 31px;
	height: 57px;
	background: url(../images/next_car.png);
	background-repeat: no-repeat;
	display: block !important;
	position: absolute;
	right: -13px;
	top: 48%;
	color: transparent;
	-webkit-animation: right 1s infinite ease-in-out;
	-moz-animation: right 1s infinite ease-in-out;
	animation: right 1s infinite ease-in-out;
}
#children_car .owl-controls {
    display: block !important;
}
#children_car .owl-prev {
	width: 31px;
	height: 57px;
	background: url(../images/prev_car.png);
	background-repeat: no-repeat;
	display: block !important;
	position: absolute;
	left: -13px;
	top: 48%;
	color: transparent;
	-webkit-animation: left 1s infinite ease-in-out;
	-moz-animation: left 1s infinite ease-in-out;
	animation: left 1s infinite ease-in-out;
}
@keyframes fadeIn {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(1.1);
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
     0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(1.1);
        opacity: 1;
    }
}

.four_container.up_start .four_img {
    height: 482px;
	transition: 5s;
}
.four_container.up_start .four_box1 {
	opacity: 1;
	transition: 1.5s;
}
.four_container.up_start .four_box2 {
	opacity: 1;
	transition: 1.5s;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s;
}
.four_container.up_start .four_box3 {
	opacity: 1;
	transition: 1.5s;
	-webkit-transition-delay: 2s;
	-o-transition-delay: 2s;
	-moz-transition-delay: 2s;
	transition-delay: 2s;
}
.four_container.up_start .four_box4 {
	opacity: 1;
	transition: 1.5s;
	-webkit-transition-delay: 3.5s;
	-o-transition-delay: 3.5s;
	-moz-transition-delay: 3.5s;
	transition-delay: 3.5s;
	z-index: 999;
}

.children_img1 {
	position: absolute;
	top: 73px;
	left: -23px;
}
.children_img2 {
	position: absolute;
	right:  0;
	bottom: 45px;
	z-index:  99;
}

#karta .container > p {
    text-align: center;
    font-size: 48px;
    font-family: 'Stolzl-Medium';
    margin-bottom: 55px;
    position: relative;
    z-index: 9;
}
#karta {
    padding-top: 100px;
    padding-bottom: 75px;
}
#community-map {
    height: 560px;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.com-map {
    text-align: left;
    width: 300px;
    background-color: #fff;
    padding: 20px;
    font-size: 18px;
}
.com-map:before {
    position: absolute;
	content: '';
	width: 41px;
	height: 22px;
	background: url(../images/textmap.png) no-repeat;
	bottom: -22px;
	left: 15px;
}
.map_btns {
    background: #ff0f0f;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    border:0;
    cursor: pointer;
    width: 220px;
    height: 68px;
    line-height: 68px;
    border-radius: 5px;
    box-shadow: 0 10px 20px 1px hsla(0, 100%, 53%, 0.45);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    font-family: 'Stolzl-Medium';
    font-size: 21px;
    position: relative;
    top: 0;
	margin-top: 15px;
}
.map_btns:hover {
    box-shadow: none;
    top: 5px;
}
.karta_container {
	position: relative;
}
.karta_box_min {
    position: relative;
    padding: 0 30px;
    padding-top: 50px;
    padding-right: 15px;
    height: 100%;
}
.karta_box {
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	height: 220px;
	background: #006fb9;
}
.karta_box_min h3 {
    font-size: 36px;
    color: #ffe808;
    font-family: 'Stolzl-Medium';
    margin-bottom: 10px;
}
.karta_box_min p {
    font-size: 18px;
    color: #fff;
}
.karta_box_min:before {
    position: absolute;
    content: '';
    width: 113px;
    height: 84px;
    background: url(../images/map_bef1.png) no-repeat;
    right: -15px;
    bottom: -15px;
}
.karta_container:before {
    position: absolute;
    content: '';
    width: 81px;
    height: 83px;
    background: url(../images/map_bef2.png) no-repeat;
    right: 375px;
    top: -220px;
}

.jq-selectbox__select,
select.child,
select.adress {
    width: 100%;
    height: 50px;
    color: #838383;
    font-size: 18px;
    position: relative;
    padding-right: 55px;
    overflow: hidden;
    margin-bottom: 10px;
    display: block;
    border: 1px solid #ebebeb;
    padding-left: 15px;
    font-family: 'Stolzl-Regular';
    background: #fff url(../images/select_arow.png) no-repeat right 7% center;
    text-align: left;
}
.jq-selectbox__select-text {
    line-height: 50px;
}
.jq-selectbox__dropdown {

    background: #fff;
    width: 360px !important;
    bottom: inherit !important;
    z-index: 9999;
    border: 1px solid #c9c7c7;

}
.jq-selectbox__dropdown li {
    font-size: 16px;
    padding: 5px 15px;
    color: #777777;
}
.jq-selectbox__dropdown .selected {
	background: #f4f4f4;
}
.jq-selectbox__dropdown li:hover {
    cursor: pointer;
    color: #ed1c24;
    background: #f4f4f4;
}
.select:hover {
    cursor: pointer;
}

#bottom {
    background: url(../images/bottom_bg.jpg) center no-repeat;
    background-size: cover;
    height: 850px;
    position: relative;
    padding-top: 60px;
}
.bottom_box {
    background: #fff;
    float: right;
    width: 460px;
    padding: 0 50px;
    padding-top: 60px;
    padding-bottom: 70px;
    position:  relative;
}
input {
    height: 50px;
    color: #838383;
    font-size: 18px;
    display: block;
    border: 1px solid #ebebeb;
    padding-left: 15px;
    margin-bottom: 10px;
    font-family: 'Stolzl-Regular';
    width: 100%;

}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #838383;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #838383;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #838383;
}
:-moz-placeholder { /* Firefox 18- */
  color: #838383;
}
input:focus {
    border: 1px solid #32a858;
}
textarea {
    resize:  none;
    height: 110px;
    color: #838383;
    font-size: 18px;
    display: block;
    border: 1px solid #ebebeb;
    padding-left: 15px;
    margin-bottom: 10px;
    font-family: 'Stolzl-Regular';
    width: 100%;
    padding-top: 10px;
}
.formaa button {
    background: #ff0f0f;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 220px;
    height: 68px;
    line-height: 68px;
    border-radius: 5px;
    box-shadow: 0 10px 20px 1px hsla(0, 100%, 53%, 0.45);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    font-family: 'Stolzl-Medium';
    font-size: 21px;
    position: relative;
    top: 0;
    border: 0;
    width: 100%;
}
button.disabledl {
background: #989898;
box-shadow: 0 10px 20px 1px hsla(0, 0%, 52%, 0.45);
}
.formaa  button:hover {
    cursor: pointer;
    top: 5px;
    box-shadow: none;
}
.bottom_box p {
    font-size: 26px;
    font-family: 'Stolzl-Medium';
    text-align: center;
    margin-bottom: 55px;
}
.bottom_box:before {
    position: absolute;
    content: '';
    width: 74px;
    height: 148px;
    background: url(../images/form_bef.png) no-repeat;
    right: -37px;
    top: -28px;
}
footer p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}
footer p a {
    color: rgba(255, 255, 255, 0.7);
    margin-left: 25px;
}
footer p a:hover {
    text-decoration: none;
}
footer {
    margin-top: -50px;
    position: relative;
    height: 50px;
    text-align: center;
}

.thanks header {
    background: url(../images/header_bg2.jpg) center no-repeat;
    background-size: cover;
    height: 340px;
    padding-top: 145px;
}
.header_container h2 {
    color: #fff;
    font-family: 'Stolzl-Medium';
    font-size: 48px;
}
#teper .container > p {
    text-align: center;
    font-size: 48px;
    font-family: 'Stolzl-Medium';
    margin-bottom: 60px;
}
#teper {
    padding-top: 65px;
}
.teper_box {
    text-align: center;
    float: left;
    width: 340px;
    margin: 0 20px;
    position: relative;
}
.teper_box h3 {
    font-family: 'StolzM-Bold';
    font-size: 72px;
    position: relative;
    line-height: 1;
    margin-bottom: 50px;
}
.teper_box p {
    font-size: 18px;
}
.teper_box1:before {
    position: absolute;
    content: '';
    width: 89px;
    height: 89px;
    background: url(../images/teper1.png) no-repeat;
    right: -25px;
    top: 10px;
    left: 0;
    margin: auto;
}
.teper_box2:before {
    position: absolute;
    content: '';
    width: 87px;
    height: 76px;
    background: url(../images/teper2.png) no-repeat;
    right: -70px;
    top: 10px;
    left: 0;
    margin: auto;
}
.teper_box3:before {
    position: absolute;
    content: '';
    width: 95px;
    height: 67px;
    background: url(../images/teper3.png) no-repeat;
    right: 0;
    top: 5px;
    left: -50px;
    margin: auto;
}
.teper_bottom {
    overflow: hidden;
    margin-top: 65px;
}
.teper_box_text {
    float: left;
    width: 530px;
    padding-top: 75px;
    position: relative;
}
.teper_box_img {
    float: right;
}
.teper_box_text p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 24px;
}
.teper_box_text:before {
    position: absolute;
    content: '';
    width: 89px;
    height: 71px;
    background: url(../images/teper4.png) no-repeat;
    right: -114px;
    top: 175px;
}
.pakets_container:before {
    position: absolute;
    content: '';
    width: 465px;
    height: 465px;
    background: url(../images/paket_bef1.png) no-repeat;
    left: 120px;
    top: -100px;
}
#pakets {
    padding-top: 180px;
    padding-bottom: 75px;
}
.pakets_container {
    position: relative;
    margin-left: 325px;
}
.pakets_container p {
    text-transform: uppercase;
    font-size: 48px;
    position: relative;
    font-family: 'StolzM-Bold';
    line-height: 1;
}
.pakets_small {
    padding-left: 120px;
}
.pakets_big {
    font-family: 'StolzM-BoldCondensed';
    font-size: 275px;
    line-height: 235px;
}
.thanks footer p {
    color: #e5e5e5;
    font-size: 16px;
}
.thanks footer p a {
    color: #e5e5e5;
    margin-left: 0;
    margin: 0 12px;
    margin-top: 5px;
    display: inline-block;
}
.thanks footer {
    margin-top: 0;
    height: initial;
    padding: 15px 0;
}
.info_box_text h2 {
    font-family: 'Stolzl-Medium';
    font-size: 48px;
    margin-bottom: 35px;
}
.info_box_text h3 {
    font-size: 26px;
    margin-bottom: 15px;
    font-family: 'Stolzl-Medium';
}
.info_box_text p {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 24px;
}
.info_box_text {
    float: left;
    width: 530px;
}
.info_box_img {
    float: right;
    position: relative;
}
.info_row {
    overflow: hidden;
    margin-bottom: 60px;
}
.info_row:nth-child(2n-1) .info_box_img {
    float: left;
}
.info_row:nth-child(2n-1) .info_box_text {
    float: right;
}
.info_box_img1:before {
	position: absolute;
	content: '';
	width: 120px;
	height: 80px;
	background: url(../images/info1.png) no-repeat;
	right: 100px;
	bottom: -60px;
}
.info_box_img2:before {
	position: absolute;
	content: '';
	width: 101px;
	height: 113px;
	background: url(../images/info2.png) no-repeat;
	left: -50px;
	top: 320px;
}
.info_box_img3:before {
	position: absolute;
	content: '';
	width: 118px;
	height: 130px;
	background: url(../images/info3.png) no-repeat;
	right: -65px;
	top: 280px;
}
.info_box_img4:before {
    position: absolute;
    content: '';
    width: 107px;
    height: 107px;
    background: url(../images/info4.png) no-repeat;
    left: -85px;
    top: 200px;
}
#social .container > p {
    text-align: center;
    font-size: 48px;
    font-family: 'Stolzl-Medium';
    margin-bottom: 55px;
}
#social {
    padding-top: 75px;
    padding-bottom: 25px;
}
.social_box {
    display: inline-block;
    width: 165px;
    margin: 0 60px;
    text-align: center;
}
.social_container {
    overflow: hidden;
    text-align: center;
    padding: 0 132px;
}
.social_box_img {
    height: 100px;
    line-height: 100px;
    margin-bottom: 15px;
}
.social_box_img img {
    vertical-align: middle;
}
.social_box a {
    text-decoration: none;
}
.social_box p {
    color: #000;
    font-size: 18px;
}
#den2 {
    padding-bottom: 50px;
}
.thanks .top_container {
    position: absolute;
}
.forma_popap > p {
    font-size: 26px;
    margin-bottom: 50px;
}
.forma_popap > p span {
    font-family: 'Stolzl-Medium';
}
.forma_popap .formaa button {
    -webkit-transition: initial;
    -o-transition: initial;
    transition: initial;
	margin-top: 40px;
}
.forma_popap .formaa button:hover {
    top: 0;
}
.paket_popap_top p {
    font-size: 48px;
    color: #fff;
    font-family: 'Stolzl-Bold';
    line-height: 90px;
}
.paket_popap_top {
    height: 90px;
    padding-left: 35px;
}
.paket_popap_top p span {
    font-family: 'Stolzl-Medium';
    position: relative;
    padding-right: 35px;
    margin-right: 25px;
}
.paket_popap_top p span:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 40px;
    background: #fff;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.paket_popap_bottom {
    overflow: hidden;
}
.paket_popap_box {
    float: left;
    padding-top: 50px;
    padding-left: 45px;
    width: 615px;
    padding-right: 25px;
}
.paket_popap_box h3 {
    font-family: 'Stolzl-Medium';
    font-size: 26px;
    margin-bottom: 20px;
}
.paket_popap_box p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 22px;
}
.paket_popap_box ul li {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 22px;
    padding-left: 30px;
    position: relative;
}
.paket_popap_box ul li:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: #32a858;
    left: 0;
    top: 4px;
}
.mar1 {
    margin-top: 30px;
}
.mar2 {
    margin-top: 55px;
}
.paket_popap_bottom .forma_popap {
    float: left;
    width: 465px;
    padding: 0 50px;
    padding-top: 55px;
    padding-bottom: 55px;
	border-left: 1px solid #ebebeb;
}
.paket_popap_bottom .forma_popap form {
    padding-right: 5px;
}
.paket_popap_bottom .forma_popap form h3 {
    font-size: 18px;
    font-family: 'Stolzl-Medium';
    margin-top: 35px;
}
.paket_popap_bottom .forma_popap form h3 span {
    font-size: 26px;
}
/*#paket1 .paket_popap_top {
    background: #32a858;
}
#paket1 .paket_popap_top p span {
    color: #ffe808;
}
#paket2 .paket_popap_top {
    background: #006fb9;
}
#paket2 .paket_popap_top p span {
    color: #fff;
}
#paket3 .paket_popap_top {
    background: #fee74c;
}
#paket3 .paket_popap_top p span {
    color: #ff0f0f;
}
#paket1 .paket_popap_box ul li:before {
    background: #32a858;
}
#paket2 .paket_popap_box ul li:before {
    background: #006fb9;
}
#paket3 .paket_popap_box ul li:before {
    background: #fee74c;
}*/
.paket_popap_top {
    background: #32a858;
}
.paket_popap_top p span {
    color: #ffe808;
}
.paket_popap_box ul li:before {
    background: #32a858;
}

#community-map1 {
    height: 560px;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.map_popap .paket_popap_top {
    background: #006fb9;
}
.map_popap .paket_popap_box h3 {
    margin-bottom: 10px;
	padding-left: 45px;
}
.map_popap .paket_popap_box p {
    margin-bottom: 40px;
	padding-left: 45px;
}
.map_popap .paket_popap_box {
    padding-left: 0;
    padding-right: 0;
}
.map_popap .formaa button {
    margin-top: 25px;
}
.map_popap .paket_popap_bottom .forma_popap {
    padding-top: 130px;
}

.slider_box_left ul li {
    position: relative;
    height: 120px;
}
.slider_box_left ul li:hover {
    cursor: pointer;
}
.slider_box_left {
    float: left;
    width: 171px;
    overflow: hidden;
}
.slider_container {
    overflow: hidden;
}
.slider_box_right {
    float: left;
    width: 964px;
    height: 600px;
}
.slider_box_left ul li:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}
.slider_box_left ul li.active:before {
    background: none;
}
.new-modal {
    background: #ff0f0f;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 520px;
    height: 68px;
    line-height: 68px;
    border-radius: 5px;
    box-shadow: 0 10px 20px 1px hsla(0, 100%, 53%, 0.45);
    font-family: 'Stolzl-Medium';
    font-size: 17px;
    position:  absolute;
    right: 220px;
    bottom: 50px;
}
.new-modal:hover {
    box-shadow: none;
}
.slider_popap {
    position: relative;
}
.slider-prev {
    width: 14px;
    height: 26px;
    background: url(../images/slider_left.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 195px;
    top: 50%;
    color: transparent;
}
.slider-prev:hover {
    cursor: pointer;
}
.slider-next {
    width: 14px;
    height: 26px;
    background: url(../images/slider_right.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 25px;
    top: 50%;
    color: transparent;
}
.slider-next:hover {
    cursor: pointer;
}

.stretchRight{
	overflow: hidden;
	width: 0;
	-webkit-animation: stretchRight 2s infinite ease-in-out;
    -moz-animation: stretchRight 2s infinite ease-in-out;
    animation: stretchRight 2s infinite ease-in-out;
}

@keyframes stretchRight {
    0% {
        width: 0;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes stretchRight {
    0% {
        width: 0;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}
#paket_car {
    margin-bottom: 20px;
}
#paket_car .item {
    padding-top: 5px;

}
.year_box:hover {
    top: -5px;
}
#cikavo {
    text-align: center;
    padding-bottom: 75px;
}

.logo2 {
	display: none;
}
.den {
	display: none;
}
.dentwo {
	display: none;
}

.teper_box_text h3 {
	display: none;
}


/*µ» »µ €µ°‚€µ‚*/
#map_options {
    display: none;
}
#d #map_options {
    display: block;
}
.jq-checkbox,
.jq-radio {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.jq-checkbox input,
.jq-radio input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.jq-file {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.jq-file input {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 100px;
    line-height: 1em;
}
.jq-file__name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
    position: relative;
    display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.jq-selectbox {
    z-index: 10;
}
.jq-selectbox__select {
    position: relative;
}
.jq-selectbox__select-text {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
    position: absolute;
}
.jq-selectbox__search input {
    -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.jq-number {
    display: inline-block;
}
.jq-number__field input {
    -moz-appearance: textfield;
    text-align: left; /* » Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
    margin: 0; /*  °…-‚ ±€°·µ€°… €‚‚µ‚ ‚‚ */
    -webkit-appearance: none;
}
form label {
    display: none !important;
}
.error {
    border:1px red solid !important;
}

.intl-tel-input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.game_container .potencial_img1 {
    left: 600px;
    top: -116px;
}

#karta .karta_select {
    display: none;
}

.owl-controls {
    display: none;
}
.big_text {
    max-height: 400px;
    overflow-x:  auto;
    position: relative;
}

.big_text p,
.big_text ul {
    margin-bottom: 15px;
}
.big_text ul li {
    margin-bottom: 5px;
    padding-left: 0px;

}
.big_text table td {
    border:1px #000 solid;
}
#inslink-1, #inslink-2, #inslink-3{
	color:red;

}
p.title-courses  {
    text-align: center;
    font-size: 48px;
    font-family: 'Stolzl-Medium';
    margin-bottom: 55px;
}
.img600 {
    width: 100%;
    max-width: 600px;
    margin: 15px auto;
    display: table;
    height:auto;
}