*{
	margin:0;
	padding:0;
}
@font-face {
	font-family:"PT_Sans";
	src:url(fonts/pt_sans.woff);
}
body{
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#333;
	font-size:16px;
}
h1,h2{
	font-size:35px;
	margin-bottom:10px;
	text-align:center;
}
h2{
	color:#ff0000;
}
.center{
	max-width:1180px;
	margin:auto;
}
div.header-wraper{
	height:576px;
	background:url(images/moto-gurzuf.jpg) no-repeat center top;
}
div.header-top-wraper{
	background:#f83535;
}
header{
	overflow:hidden;
	position:relative;
	z-index:5;
}
header p{
	float:left;
	width:20%;
}
header p img{
	width:280px;
	margin:10px 0;
}
header nav{
	float:right;
	width:80%;
	margin:30px 0 15px 0;
}
header nav ul{
	float:right;
	list-style:none;
}
header nav ul li{
	display:inline-block;
	margin-right:40px;
}
header nav ul li a,a.link-menu{
	display:block;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:17px;
	text-shadow:#335 1px 0px, #333 1px 1px, #333 0px 1px, #333 -1px 1px, #333 -1px 0px, #333 -1px -1px, #333 0px -1px, #333 1px -1px, #333 0 0 1px, #333 0 0 1px, #333 0 0 1px, #333 0 0 3px, #333 0 0 1px, #333 0 0 1px, #333 0 0 3px, #333 0 0 1px;
}
a.link-menu{
	display:none;
	background:url(images/menu-icon.png) no-repeat 97% center;
	text-align:left;
	padding-left:5px;
}
header nav ul li a:hover{
	color:#f6f6f6;
}
header nav ul li:last-child{
	margin-right:0;
}
div.header-bottom{
	position:relative;
	z-index:5;
	padding:50px 0 30px 0;
	text-align:center;
	color:#f6f6f6;
	text-shadow:#335 1px 0px, #333 1px 1px, #333 0px 1px, #333 -1px 1px, #333 -1px 0px, #333 -1px -1px, #333 0px -1px, #333 1px -1px, #333 0 0 1px, #333 0 0 1px, #333 0 0 1px, #333 0 0 3px, #333 0 0 1px, #333 0 0 1px, #333 0 0 3px, #333 0 0 1px;
}
div.header-bottom h1{
	margin-bottom:30px;
	font-size:50px;
}
div.header-bottom p{
	margin-bottom:20px;
	font-size:35px;
}
div.header-bottom p.header-callback{
	display:inline-block;
	text-align:center;
    background: #fe0000;
    color: #fff;
    margin: 10px auto 0 auto;
    text-transform: uppercase;
    border-radius: 3px;
}
div.header-bottom p.header-callback a{
	display:inline-block;
	font-size:23px;
	padding:10px 60px;
}
div.header-bottom p a{
	font-size:38px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
div.header-bottom p a:hover{
	color:#f6f6f6;
}
div.header-wraper:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	display:block;
	height:576px;
	background:rgba(30,30,30,0.2);
}
div.about-wraper{
	background:#f3f3f3;
	padding:60px 0;
}
div.about-wraper h2{
	font-size:35px;
	color:#ff0000;
	margin-bottom:10px;
}
div.about-wraper p{
	font-size:20px;
	color:#333;
	line-height:24px;
}
div.conditions-wraper{
	padding:60px 0;
}
div.conditions{
	overflow:hidden;
}
div.conditions-left{
	float:left;
	width:50%;
	margin-right:3%;
	font-size:20px;
	color:#333;
}
div.conditions-left p{
	margin-bottom:10px;
}
div.conditions-left ul{
	margin:15px 45px;
}
div.conditions-left p.p-decoration{
	font-style:italic;
	text-decoration:underline;
	font-weight:bold;
}
div.conditions-right{
	float:left;
	width:47%;
}
div.conditions-right img{
	width:100%;
	height:auto;
}
div.tarifs-wraper{
	background:#f3f3f3;
	padding:60px 0 0 0;
	margin-bottom:-15px;
}
div.tarifs-wraper h2{
	text-transform:uppercase;
}
div.tarifs-in{
	background:#f3f3f3;
	padding:60px 0;
	display:flex;
	flex-wrap:wrap;
}
div.tarifs-in>div{
	width:47.5%;
	margin-right:5%;
	background:#fefefe;
	border-radius:5px;
	box-shadow:1px 1px 2px #ccc;
	text-align:center;
	text-transform:uppercase;
	overflow:hidden;
	margin-bottom:50px;
	box-sizing:border-box;
	padding:0 0 25px 0;
}
div.tarifs-in>div:nth-child(2n){
	margin-right:0;
}
div.tarifs-in>div p.tarifs-top{
	height:37px;
	background:#d10202;
	border-radius:5px 5px 0 0;
}
div.tarifs-in>div p.tarifs-top:after{
	content:"";
	display:block;
	width:110%;
	background:#fefefe;
	height:30px;
	transform:rotate(-3deg) translate(-1px,25px);
}
div.tarifs-in>div h3{
	margin-bottom:20px;
	margin-top:20px;
	font-size:35px;
	padding-top:5px;
}
div.tarifs-in>div img{
	width:100%;
	height:auto;
	display:block;
	margin-bottom:10px;
}
div.skooter-desc{
	display:none;
}
div.tarifs-in>div p.price{
	font-weight:bold;
	font-size:30px;
	margin-bottom:20px;
}
div.tarifs-in>div p.price span{
	text-transform:none;
	font-size:22px;
}
p.skooter-more a{
	display:inline-block;
	font-size:18px;
	text-transform:uppercase;
	padding:12px 35px;
	color:#fff;
	background:linear-gradient(#fe0000,#d10202);
	text-decoration:none;
	border-radius:5px;
	transition:all 0.4s;
}
p.skooter-more a:hover{
	background:linear-gradient(#d10202,#fe0000);
}
div.products-wraper{
	padding:60px 0;
	background:#f3f3f3;
}
div.products-wraper h2{
	text-transform:uppercase;
	margin-bottom:20px;
}
div.products-in{
	text-align:center;
}
div.products-in>div{
	display:inline-block;
	width:400px;	
}
div.products-in>div:first-child{
	margin-right:200px;
}
div.products-in>div p{
	width:70%;
	text-align:center;
	background:#fe0000;
	color:#fff;
	padding:12px 0;
	margin:10px auto 0 auto;
	text-transform:uppercase;
	font-size:16px;
	border-radius:3px;
}
div.products-in>div p a{
	display:block;
	color:#fff;
	text-decoration:none;
}
div.products-in>div p:hover{
	background:rgba(254,0,0,0.8);
}
div.comments-wraper{
	background:#f3f3f3;
	padding:25px 0 40px 0;
}
div.comments-wraper h2{
	text-transform:uppercase;
	margin-bottom:40px;
}
div.slider{
	height:315px;
	background:url(images/testim1.jpg) no-repeat center top;
	padding:100px 0 50px 0;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
}
div.slider-in h3{
	margin-bottom:25px;
	font-size:27px;
}
div.slider-in p{
	line-height:40px;
}
div.slider-in p.author{
	font-weight:bold;
	font-size:20px;
	margin-top:40px;
}
div.contacts-wraper{
	padding:40px 0 60px 0;
	background:#f3f3f3;
}
div.contacts-wraper h2{
	margin-bottom:30px;
	text-transform:uppercase;
}
div.contacts-wraper p{
	text-align:center;
	font-size:20px;
}
div.footer{
	background:#f83535;
	padding:25px 0 30px 0;
	color:#f6f6f6;
	font-size:15px;
}
div.footer a{
	color:#ccc;
	text-decoration:none;
}
div.arrow{
	cursor: pointer;
    font-size: 25px;
    position: fixed;
    text-align: center;
    z-index: 9999;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background: #16a3eb;
    color: #ffffff;
    border-radius: 5px;
	border:1px solid #ccc;
	padding:8px 12px;;
    right: 20px;
    bottom: 30px;
	display:none;
}
div.arrow:hover{
	background: #1387c2;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
	margin-bottom:15px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

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

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .5;
    color: #ccc;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #f6f6f6;
}
div.modal-wraper{
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index:500;
}
div.modal-main{
	background:#fff;
    margin: 70px auto auto;
    width: 500px;
	border-radius:5px;
	box-shadow:2px 2px 10px #333;
	position:relative;
}
div.modal-main .close-img{
	text-align:right;
	box-sizing:border-box;
	padding-right:30px;
}
div.modal-main .close-img img{
	position:fixed;
}
div.modal-main .close-img img{
	padding:8px;
	cursor:pointer;
}
div.modal-form{
	padding-top:25px;
}
div.modal-form h2{
	text-align:center;
	padding:5px 0;
	margin:0 0 10px 0;
	font-size:22px;
	color:#363636;
	text-transform:uppercase;
}
div.modal-form h2 span{
	display:block;
}
div.modal-form form{
	padding:10px 0 30px 0;
}
div.modal-form form input[type=text]{
	background:#fff;
	padding:10px 0 10px 5%;
	border:1px solid #f4f4f4;
	border-radius:5px;
	color:#000;
	font-size:17px;
	width:75%;
	display:block;
	margin:0 auto 15px auto;
	outline:none;
}
div.modal-form form textarea{
	background:#fff;
	padding:10px 0 10px 5%;
	border:1px solid #f4f4f4;
	border-radius:5px;
	color:#000;
	font-size:17px;
	width:75%;
	height:120px;
	display:block;
	margin:0 auto 15px auto;
	outline:none;
}
div.modal-form form input[type=submit]{
	background:#fe0000;
	width:80%;
	display:block;
	padding:10px 0;
	margin:auto;
	color:#fff;
	cursor:pointer;
	border-radius:5px;
	border:none;
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	outline:none;
}
.error{
	border:2px solid #f00 !important;
}
.border-focus{
	border:1px solid #333 !important;
}
div.skooter-desc-in{
	padding:0 15px 20px 15px;
	font-size:22px;
	line-height:26px;
}
div.skooter-desc-in p{
	margin-bottom:20px;
}
div.skooter-desc-in p.desc-p{
	margin-bottom:10px;
	font-style:italic;
	font-weight:bold;
}
div.skooter-desc-in ul,div.skooter-desc-in ol{
	margin:10px 30px;
}
@media all and (max-width:1200px) {
	.center{
		width:98%;
		padding:0 1%;
	}
}
@media all and (max-width:1101px){
	div.products-in>div:first-child{
		margin-right:100px;
	}
}
@media all and (max-width:1025px){
div.products-in{
		display:flex;
	}
	div.products-in>div{
		width:45%;
	}
	div.products-in>div:first-child{
		margin-right:10%;
	}
	div.products-in>div p{
		font-size:15px;
		width:85%;
	}
	div.products-in>div img{
		width:100%;
		height:auto;
	}
}
@media all and (max-width:801px){
	div.tarifs-in{
		display:block;
	}
	div.tarifs-in>div{
		display:inline-block;
		width:47%;
		margin-right: 5%;
		margin-bottom:25px;
	}
	div.tarifs-in>div:nth-child(2n) {
		margin-right:0;
	}
	div.tarifs-wraper{
		padding:60px 0 0 0;
	}
	div.slider{
		padding:60px 0;
		height:300px;
	}
	div.slider-in p{
		font-size:18px;
		text-transform:none;
		line-height:27px;
		padding:0 7px;
	}
	header p,header nav{
		float:none;
		width:100%;
		margin-right:0;
		text-align:center;
	}
	header nav{
		margin-top:0;
	}
	header nav ul{
		float:none;
	}
	div.modal-main{
		margin:30px auto 0 auto;
	}
}
@media all and (max-width:701px){
	div.header-bottom h1{
		font-size:40px;
	}
	div.header-bottom p{
		font-size:32px;
	}
}
@media all and (max-width:601px){
	div.conditions-left{
		float:none;
		width:100%;
		margin-right:0;
		margin-bottom:25px;
	}
	div.conditions-right{
		float:none;
		width:100%;
		margin-right:0;
	}
	div.slider-in p{
		font-size:17px;
		line-height:25px;
		padding:0 5px;
	}
	div.contacts-wraper p{
		font-size:20px;
		line-height:25px;
	}
	div.modal-main{
		width:400px;
	}
	div.tarifs-in>div h3{
		font-size:25px;
		line-height:30px;
		padding:5px;
	}
}
@media all and (max-width:551px){
	div.products-in{
		display:block;
	}
	div.products-in>div{
		display:block;
		width:100%;
		margin-right:0;
	}
	div.products-in>div:first-child{
		margin-bottom:25px;
		margin-right:0;
	}
	div.products-in>div img{
		width:auto;
		height:auto;
	}
	div.slider{
		padding:50px 0;
		height:370px;
	}
}
@media all and (max-width:451px){
	
	div.tarifs-in>div{
		display:block;
		width:90%;
		margin:0 auto 20px auto;
	}
	div.tarifs-in>div:nth-child(2n){
		margin:0 auto 20px auto;
	}
	div.about-wraper h2{
		font-size:30px;
	}
	header nav ul{
		display:none;
	}
	header nav ul li{
		display:block;
		margin-right:0;
		margin-bottom:10px;
		text-align:left;
		padding-bottom:10px;
		border-bottom:1px dotted #ccc;
		padding-left:10px;
	}
	header nav ul li:last-child{
		border-bottom:none;
		margin-bottom:0;
		padding-bottom:0;
	}
	header nav ul li:first-child{
		margin-top:10px;
	}
	header nav ul li a:hover{
		color:#f6f6f6;
	}
	div.header-wraper{
		height:auto;
		background:transparent;
	}
	div.header-bottom{
		background:url(images/moto-gurzuf.jpg) no-repeat center top;
		filter:grayscale(5%);
	}
	div.header-wraper:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		display: block;
		height: auto;
		background: rgba(30,30,30,0.2);
	}
	a.link-menu{
		display:block;
	}
	div.header-bottom p{
		font-size:25px;
		margin-bottom:12px;
	}
	p.summer{
		display:none;
	}
	div.products-in>div img{
		width:100%;
		height:auto;
	}
	div.tarifs-in>div{
		width:100%;
		margin-right:0;
	}
	div.header-bottom{
		padding:30px 0;
	}
	.imgwatsup{
    width: 20px;
    height: 20px;
    background: url(../images/watsup.png) no-repeat center center;
    background-size: contain;
    margin-right: 8px;
	display: inline-block;
    }
}
@media all and (max-width:401px){
	div.modal-main{
		width:350px;
	}
	div.modal-form h2{
		font-size:18px;
	}
	div.header-bottom p{
		font-size:27px;
	}
	
}