@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}
@font-face {
    font-family: 'ALS Rubl';
    src: url('fonts/rouble.eot');
    src: url('fonts/rouble.eot?#iefix') format('embedded-opentype'),
         url('fonts/rouble.woff') format('woff'),
         url('fonts/rouble.ttf') format('truetype'),
         url('fonts/rouble.svg#als_rublregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
a,a:hover,a:focus{color:#fff;}
body{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	line-height:1.5;
	background: #f2f6f7;
	color:#303030;
	position:relative;
}
.remont_tehniki .content ul li:before{
	background:url(images/instryment.png) center no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	height:32px;
	width:32px;
	content: "";
	display: block;
	position:absolute;
	left: 0px;
	top:0;
}
.remont_tehniki .content {
    padding: 0;
}
	.header_watercraft {
    background:url(images/instrukciya-watercraft.jpg) no-repeat top;background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;
}

.remont_tehniki .header_watercraft {
    background:url(images/heder_remont.jpg) no-repeat top;background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;
}
.remont_tehniki .content ul li{
	margin-bottom: 30px;
	list-style:none;
	position: relative;
	font-size: 20px;
	font-style:italic;
	font-weight:600;
}
.remont_tehniki .content ul li p{
	text-indent:0;
	margin-left:60px;
}
.remont_tehniki .links{
	margin-bottom: 100px;
}
.remont_tehniki .links a{
	width: 30%;
	float:left;
	margin:15px;
	color: #000;
}
.remont_tehniki .links a .img_after:after{
	background:url(images/gaika.png) center no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	height:120%;
	width:120%;
	content: "";
	display: block;
	position:absolute;
	left: -10%;
	top:-10%;
}
.img_after{
	position:relative;
}
.remont_tehniki .links a img{
	width: 80%;
	margin: 0 auto;
}
.remont_tehniki .links a p{
	text-align:center;
	text-indent:0;
	font-weight: 600;
	margin: 40px auto 20px;
}
.remont_tehniki .links a img{
	border-radius: 50%;
}
.remont_tehniki h2{
	margin: 100px auto 50px;
	text-indent:0;
	text-align: center;
}

.b-framework{
	margin:0 auto;
	max-width:1100px;
	position:relative;
}
.framework{
	margin:0 4%;
	position:relative;
}
.clear{
	clear:both;
}
.adaptiv{display:none;}
.a-psevdo{
	border-bottom:1px dashed #919daa;
	margin-top:5px;
	cursor:pointer;
	color:#fff;
	font-size:12px;
}
.a-psevdo:hover{
	color:#f7bc8f;
	border-bottom:1px dashed #f7bc8f;
}
a{
	text-decoration:none;
}
img{
	display:block;
	width:100%;
}
.left{
	float:left;
}
.right{
	float:right;
}
.center{
	text-align:center;
}
.rubl{
	font-family: 'ALS Rubl';
}
.none{
	display:none;
}
.size30{
	font-size:30px;
	font-family: 'Exo 2', sans-serif;
}
h1{
	font-size:60px;
	font-family: 'Exo 2', sans-serif;
	font-style:italic;
	font-weight:700;
	line-height:1;
	margin-bottom:30px;
}
h2{
	font-family: 'Exo 2', sans-serif;
	font-weight:700;
	line-height:1;
	margin-bottom:30px;
}
.button{
	font-size:18px;
	font-family: 'Exo 2', sans-serif;
	font-style:italic;
	font-weight:700;
	color:#313030;
	padding:9px 25px;
	text-shadow:0px 1px 1px #fff;
	position:relative;
	border:none;
	display:inline-block;
	cursor:pointer;
	z-index:99;
	margin-left:14px;
}
.button::before{
	border:1px solid #f2c806;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	z-index:-1;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: skewX(-30deg);
	-moz-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	background: #fdf83a; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdf83a 0%, #dfc017 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdf83a), color-stop(100%,#dfc017)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdf83a 0%,#dfc017 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdf83a 0%,#dfc017 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdf83a 0%,#dfc017 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdf83a 0%,#dfc017 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf83a', endColorstr='#dfc017',GradientType=0 ); /* IE6-9 */
}
.button:hover:before{
	background: #FBFF5A; /* Old browsers */
	background: -moz-linear-gradient(top,  #FBFF5A 0%, #E7D51A 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFF5A), color-stop(100%,#E7D51A)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FBFF5A 0%,#E7D51A 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FBFF5A 0%,#E7D51A 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FBFF5A 0%,#E7D51A 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FBFF5A 0%,#E7D51A 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBFF5A', endColorstr='#E7D51A',GradientType=0 ); /* IE6-9 */
}
.button:active{
	padding:11px 25px 7px 25px;;
}
.button:active:before{
	background: #EFCC18; /* Old browsers */
	background: -moz-linear-gradient(top,  #EFCC18 0%, #E7D51A 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EFCC18), color-stop(100%,#E7D51A)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #EFCC18 0%,#E7D51A 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #EFCC18 0%,#E7D51A 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #EFCC18 0%,#E7D51A 100%); /* IE10+ */
	background: linear-gradient(to bottom, #EFCC18 0%,#E7D51A 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFCC18', endColorstr='#E7D51A',GradientType=0 ); /* IE6-9 */
	box-shadow:inset 3px 3px 7px 1px #B29712;
}
.a-main{
	margin-left:2px;
	cursor:pointer;
	display:inline-block;
	width:15px;
	height:15px;
}
time{
	display:block;
}
.ihave{
	margin-top:50px;
	text-decoration: underline;
	cursor:pointer;
	color:#fff;
	font-size:40px;
	font-family: 'Exo 2', sans-serif;
	font-style:italic;
	font-weight:700;
	display:inline-block;
}
.ihave:hover{
	color: #ff6c00;
  	
}
/*.layer-1*/
.layer-1{
	position:relative;
	overflow:hidden;
	color:#fff;
}
.top-header{
	padding-top:40px;
	font-size:12px;
	position:absolute;
	top:0;
	width:100%;
}
.b-header{
	width:33.33%;
}
.logo{
	width:184px;
	height:98px;
	background:url(images/logo.png) center no-repeat;
	display:block;
	cursor:pointer;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
}
.phone{
	text-align:right;
}
.number-phone{
	font-weight:700;
	font-size:23px;
}
.b-info_watercraft{
	position: absolute;
	font-size: 30px;
	left: 0;
	right: 0;
	text-align: center;
    width: 90%;
	margin: 0 auto 150px;
}

.info_watercraft p{
	width:80%;
	margin:0 auto;
	display:block;
}
.arrow{
	position:absolute;
	bottom:50px;
	left:50%;
	margin-left:-15px;
	z-index:99;
}
/*.content*/
.content{
	margin:0 auto;
	font-size:18px;
	padding:75px 0;
	text-align: justify;
	 
}
.content .center{
	display:inline-block;
	margin:0 auto;
	text-indent: 0;
}
ol{
  counter-reset: li;
  list-style: none; 
}
.content b{
	margin-bottom:30px;
	display:inline-block;
	font-size:28px;
}
.content p, .content ol{
	   text-indent: 50px;
}
.first li{
	margin-bottom:50px;
}

.content p b{
	font-size:18px;
	margin-bottom:10px;
}
.first .second li{
	margin-bottom:15px;
}
.first .second li:before{
	font-weight:normal;
	font-size:18px;
}

/*.layer-2*/
.layer-2{
	background:#314767;
	color:#fff;
	padding:80px 0 100px 0;
}
.species{
	width:33.33%;
	float:left;
	font-size:14px;
	text-align: justify;
}
.name-species{
	font-family: 'Exo 2', sans-serif;
	font-size:30px;
	font-style:italic;
	font-weight:700;
	line-height:1;
	margin-bottom:20px;
	text-align: center;
}
.about-species{
	margin:20px 45px 0 45px;
}
/*.map*/
.map{
	width:100%;
	height:800px;
	position:relative;
	font-size:14px;
}
.map .button{
	font-size:26px;
	padding:9px 54px;
}
.liner_addres{
	margin-bottom:20px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
.left_addres{
	width:50%;
	float:left;
}
.right_addres{
	width: 46%;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	float:right;
}
.map .number-phone{
	font-size:30px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
.b-addres{
	position:absolute;
	bottom:50px;
	z-index:99;
	left:50%;
	margin-left:-380px;
}
.addres{
	max-width:70%;
	padding:35px 80px 10px 80px;
	position:relative;
	color:#fff;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
.addres:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: skewX(-30deg);
	-moz-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	background:#314767;
	opacity:0.9;
	filter: alpha(opacity=90);/*IE7, IE8*/
	z-index:-1;
}
.addres .rates-button{
	margin:0;
}
.addres .button{
	margin:0;
}
.vk{
	background:url(images/vk.png) no-repeat bottom;
}
.tw{
	background:url(images/key.png) no-repeat bottom;background-size:contain;-moz-background-size:contain;-webkit-background-size:contain;
}
.inst{
	background:url(images/inst.png) no-repeat bottom;
}
.fb{
	background:url(images/fb.png) no-repeat bottom;
}
.water1400{
	display:none;
}
.accept {
    font-size: 12px;
    width: 80px;
    float: left;
    margin-top: 6px;
}
.money-var{
	float:left;
	margin-right:10px;
	margin-top:10px;
}
.inbox{
	text-align:left !important;
	font-weight:700;
	margin-bottom:1px !important;
}
.map .a-psevdo{
	border-bottom: 1px dashed #87b0d6;
	margin-top: 5px;
	cursor: pointer;
	color: #fff;
	font-size:14px;

}
.map .a-psevdo:hover{
	color:#f7bc8f;
	border-bottom:1px dashed #f7bc8f;
}
/* menu */
.menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 21px 0;
    background: url(images/footer_bg.png);
    z-index: 2650;
}
.menu ul li {
	display: inline-block;
	margin-right: 20px;
	line-height: 24px;
}
.menu ul li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px dashed #87b0d6;
	padding: 0px;
}
.menu ul li a:hover {
	border-bottom-color: #f7bc8f;
	color: #f7bc8f;
}
.phone_h {
	float: right;
	color: #fff;
	font-weight: 700;
	font-size: 23px;
	top:-3px;
	display: block;
	position: relative;
}
.mainmenu.collapse {
	display: block
}
.question {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background: rgba(49, 71, 103, 0.75);
    padding: 10px 20px;
    display: inline-block;
    position: fixed;
    z-index: 2700;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    left: -60px;
    top: 50%!important;
    border: 1px solid #fff;
    cursor: pointer;
    line-height: 24px;
    height: 24px;
    font-weight: normal;
    font-size: 17px;
    max-width: 150px;
}
/*popup*/
#white-doodle{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.90);
    z-index: 100;
	top:0;
}
#log-up-form-container{
    width: 635px;
	max-width: 635px;
    position: absolute;
    background: #f6f6f6;
    left: 50%;
    top: 50%;
    margin-top: -234px;
    margin-left: -313px;
    z-index: 101;
   border-radius:6px; 
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	padding: 20px 60px 66px 30px;
}
.hydrocycle-popup-close{
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -11px;
    margin-top: -11px;
    cursor: pointer;
}
.input{
    border: 1px solid #d3d3d3;
    padding: 9px 17px 12px 11px;
    font-size: 115%;
    border-radius:5px; 
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	outline: none;
    width: 344px;
}
#reg-button{
   width: 100%;
   text-align: center;
    margin-top: 14px;
	height:54px;
	float: none;
}
.orange-container{
    background: #ff6c00;
    display: table;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 39px 12px 39px;
    border-radius:4px; 
	-moz-border-radius:  4px;
	-webkit-border-radius:  4px;
	color: #fff;
	cursor: pointer;
    position: absolute;
	outline:none;
	border:none;
	position: static;
	margin: 14px auto;
}
.label{
	color: #000;
    font-size: 18px;
    cursor: pointer;
    width: 130px;
	padding: 10px 0 0 0;
    font-weight: normal;
	text-align: left;
}
.input-error-container{
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
.focus-input{
    border: 1px solid #fbae31 !important;
}
.input-data-error{
    border: 1px solid #ff0000 !important;
}
.error{
    font-family: 'Open Sans', sans-serif;
    font-size: 75%;
    color: #ff0000;
    padding-left: 14px;
    margin-top: 7px;
}
.input-container{
	margin-top:25px;
}
.orange-container:hover, .orange-container:active{
    background:#ff6c00;
}
.orange-container:active{
    margin-top: 15px;
}
.error{
	display:none;
}
.head-link{
	font-size:24px;
	font-style:italic;
	font-weight:700;
	margin-bottom:30px;
	font-family: 'Exo 2', sans-serif;
}
#reg-widget > #log-up-form-container{
    position: fixed;
    display: none;
}
#white-doodle
{
    display: none;
}
.container{
	width: 100%;
	padding: 0;
	margin: 0;
}
@media only screen and (min-width : 0px) and (max-width :1280px){
	.info_watercraft{
		font-size:20px;
	}
	h1{
		font-size:40px;
	}
	.size60{
		font-size:40px;
	}
	.arrow{
		width: 20px;
		margin-left:-10px;
	}
}
@media screen and (max-width:1000px){
	.remont_tehniki .links a{
		width:29%;
	}
	.menu ul li {
		margin-right: 10px;
	}
	.a-main {
    margin-left: 5px;}}
@media screen and (max-width:900px){
	.menu ul li {
		margin-right: 5px;
	}
	.menu ul li a {
    font-size: 13px;
}
.addres {
	max-width: 100%;
    width: 100%;
    padding: 35px 40px 10px 40px;
    position: relative;
    color: #fff;
    box-sizing: border-box;
    margin: 0;
}
.b-addres{
	margin-left: -405px;
}
.addres:before {
    box-sizing: border-box;
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
}
.logo{
		width:120px;
		height: 64px;
	}}
@media screen and (max-width:820px){
.phone_h.right, .number-phone{
	font-size: 20px;
}
}
@media screen and (max-width:800px)
{
	.arrow{
		bottom: 20px;
	}
	.header_watercraft {
    background:url(images/instrukciya-watercraft_adaptiv.jpg) no-repeat bottom;background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;
}
	.remont_tehniki .header_watercraft {
    background:url(images/heder_remont_adaptiv.jpg) no-repeat top;background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;
}

	.remont_tehniki h2 {
    margin: 50px auto 30px;
}
.remont_tehniki .content ul li {
    margin-bottom: 20px;
    font-size: 16px;
}
.remont_tehniki .links a {
    width: 50%;
	margin:0;
	padding:10px;
	line-height:1.2;
}
.remont_tehniki .links a.last_a{
	margin-left:25%;
}
.remont_tehniki .links {
    margin-bottom: 50px;
}
	.menu  a{color: #ebd606;}
	.adaptiv{display:block;}
	.osnova{display:none;}
	.image-species{
		max-width: 400px;
		margin: 0 auto;
	}
	.content {
		margin: 20px 0;
		font-size: 14px;
		padding: 0;
	}
		#log-up-form-container {
		width: 535px;
		top: 55%;
		left: 0;
		margin-left: 10px;
	}
		.reg-widget, #log-up-form{
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width: 100%;
	}
	#log-up-form-container{
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width: 95%;
		padding-right: 10px;
		padding-left: 10px;
	}
	.input{
		width: 100%;
		padding-left:0;
		padding-right:0;
	}
	.input-container{
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width: 100%;
	}
	#reg-button{
		
		float: none;
		margin: 0 auto;
	}
	.orange-container{
		position: static; 
		margin: 14px auto;
	}
	.label{
		width: 30%;
		font-size: 16px;
	}
	.input-error-container{
		width: 70%;
	}
	.question {
    font-size: 14px;
    left: -55px;
    padding: 10px 10px 2px;
}
	*{border: 0px solid grey;}

	h1 {
	  font-size: 18px;
	  margin: 0 0 20px;
	  line-height: 1.5;
	}

	.top-header {
		padding-top: 20px;
	}

	.hidden-xs {
		display: none;
	}

	.map .number-phone {
		font-size: 26px;
		text-align: center;
		margin-top: 30px;
	}
	.info_watercraft {
		margin: 0 50px;
	}
	.info_watercraft p {
		  font-size: 14px;
	}
	.b-info_watercraft{
		text-align:center;
		position:absolute;
		font-size:14px;
		margin-bottom:0px;
		top: 0;
		left: 0;
	}
	.addres:before {
		box-sizing: border-box;
		-webkit-transform: skewX(0deg);
		-moz-transform: skewX(0deg);
		-o-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
		transform: skewX(0deg);
	}
	.addres{
		max-width: 100%;
		width:100%;
		padding:35px 40px 10px 40px;
		position:relative;
		color:#fff;
		box-sizing: border-box;
		margin: 0;
	}
	.b-addres{
		position:absolute;
		bottom:0px;
		z-index:99;
		left:0%;
		width:100%;
		margin: 0;
	}
	.left-watercraft{
		width:100%;
		float:none;
	}

	.about-watercraft .right-watercraft{
		margin-top:30px;
		width:100%;
	}

	.right-watercraft{
		color:#525252;
		width:100%;
		float:none;
		position:relative;
	}

	.watercraft{
		margin:20px 0 0px 0;
	}

	.media-watercraft{
		margin-top:30px;
	}

	.layer-2{
		background:#314767;
		color:#fff;
		padding:30px 0 50px 0;
		z-index: 2;
		position: relative;
		margin-top: 30px;
	}

	.species{
		width:100%;
		float:none;
		font-size:14px;
	}

	.name-species{
		font-family: 'Exo 2', sans-serif;
		font-size:22px;
		font-style:italic;
		font-weight:700;
		line-height:1;
		margin-bottom:15px;
		text-align: center;
	}

	.ihave{
		margin-top:10px;
		font-size:26px;
	}

	.map{
		width:100%;
		height:1000px;
		position:relative;
		font-size:14px;
		margin-top:-300px;
		z-index: 0;
	}
	.a-main {
		width: 15px;
		height: 15px;
	}
	.map .button{
		font-size:20px;
		padding:9px 40px;
	}

	.left_addres{
		width:100%;
		float:none;
	}
	.right_addres{
		width:100%;
		float:none;
		margin-top:10px;
	}
	.b-addres{
		position:absolute;
		bottom:0px;
	}

	.right_addres time {
		text-align: left
	}
	.accept {
		font-size: 14px;
		width: 100%;
		float: none;
		margin-top: 10px;
		text-align: left;
		font-weight: bold;
	}
	.text-small-screen {
		display: block;
	}
	.button{
		font-size:16px;
		padding: 9px 20px;
	}
	.phone_h {
		font-family: 'Exo 2', sans-serif;
		float:right;
		color: #ebd606;
		font-style: italic;
		padding-top: 5px;
		margin-right:10px;
		font-size: 20px;
	}
	.menu {
		padding:10px 0px 10px 10px;
	}
	#callback {
    width: 58%;
    float: right;
    text-align: right;
}
	.menu .container {
		margin-right: 0;
		padding-right: 0;
	}

	nav {
		display: none;
		clear: both;
	}

	.menu ul {
		float:right;
		margin-bottom: 0;
	}
	.menu ul li {
		display: block;
		border-bottom: 1px solid #87b0d6;
		margin-right: 0;
		line-height: 50px;
	}

	.menu ul li:last-child {
		border-bottom: 0px crimson solid;
	}

	.menu ul li a {
		font-family: 'Exo 2', sans-serif;
		color: #fff;
		font-size: 16px;
		text-decoration: none;
		border-bottom: 0px solid #87b0d6;
		padding: 10px 10px 10px 30px;
		font-style: italic;
	}

	.menu ul li a:hover {
		border-bottom-color: #f7bc8f;
		color: #f7bc8f;
	}

	.navbar-toggle.prokat {
		display: block;
	}

	/* TODO При загрузке по умолчанию меню для мобильных свернуто*/
	.mainmenu.collapse {
		display: none;
	}
	.mainmenu.collapse.in {
		display: block;
	}
.about-species{margin: 20px 0;}
.a-main {
    margin-left: 0;
}
.b-header.right{
	width: 60%;
}
.first .second li {
    margin-bottom: 5px;
}
.first li {
    margin-bottom: 20px;
}
.content p b {
    font-size: 16px;
    margin-bottom: 0;
}
} /*XS end*/

@media screen and (max-width:499px){
		
	h1 {
		font-size: 23px;
		margin-bottom: 10px;
	}
	h2 {
		font-size: 22px;
		line-height: 1;
		margin: 20px 0;
	}
	.top-header {
		padding-top: 10px;
	}
	.text-small-screen {
		display: block;
	}
	.number-phone {
		padding-bottom: 0;
		font-size: 18px;
		color: #fff;
	}
	.info_watercraft p {
		width:  95%;
		margin: 0 auto;
	}
	.info_watercraft{
		margin: 0;
	}
	.b-info_watercraft{
		margin: -50px 10px 0;
	}
}
/* navbar */
.navbar-toggle.prokat {
	color:#fff;
	margin-top: 1px;
	margin-bottom:0;
	margin-right: 0;
}

.navbar-toggle.prokat .icon-bar {
	color:#fff;
	background-color:#fff
}

.navbar-default .navbar-toggle.prokat:focus,
.navbar-default .navbar-toggle.prokat:hover{
	background-color:#283c59;
}


.text-small-screen {
	padding-top: 20px;
	padding-bottom: 10px;
}

.navbar-toggle.prokat {
	color: #fff;
}
