﻿@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,500i,700,900&display=swap&subset=cyrillic');
* {margin:0; padding:0;}

html,body{
	width: 100%;
	height: 100%;
	background:#FFF;
	color:#333;
    font-size:16px;
    font-family: 'Roboto', sans-serif;
}
body{
	position:relative;
}
h1,h2,h3,h4,h5,h6{
    font-weight:normal;
}
a{
    color: #333;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
ul{
    list-style:none;
}
iframe,
img{
	max-width:100%;
    border:none;
 
}
button,
input [type='button'],
input [type='submit']{
	-webkit-appearance: none;
}
select,
input,
textarea{ 
    outline:none;
	font-family: 'Montserrat', sans-serif;
}
textarea{
    overflow:hidden;
}
table{
	border-collapse:collapse;
}
.wrapper {
	display: flex;
	flex-direction: column;
	height: 100%; 
}
.content {
	flex: 1 0 auto;
}
.footer {
	flex: 0 0 auto;
}
.container{
	max-width:1380px;
	padding-left:10px;
	padding-right:10px;
	margin:0 auto;
}
.cleared:after{
	content:'';
	display:table;
	clear:both;
}
.row-box div[class*='row']{
    float: left;
    box-sizing: border-box;
    padding: 7px 7px;
}
.row-box>div:first-child[class*='row']{
	padding-left:0;
}
.row-box>div:last-child[class*='row']{
	padding-right:0;
}
.row-2{
	width:50%;
}
.row-3{
	width:33.33%;
}
.row-3:nth-child(3n)+div{
	clear:both;
}
.row-4{
	width:25%;
}
.row-5{
	width:20%;
}
.header{
	position:relative;
	min-height:165px;
	z-index:5;
	background:url(../images/head-bg.jpg) no-repeat center top;
	background-size:auto 165px;
	margin-bottom:10px;
}
.head-line{
	position:absolute;
	z-index:
}
.head-top{
	width:100%;
	height:165px;
	position:absolute;
	z-index:2;
	left:0;
	top:0;
}
.head-top:before{
	content:'';
	position:absolute;
	z-index:-1;
	left:0;
	top:0;
	width:100%;
	height:100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+18,ffffff+100&1+18,0+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 18%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 18%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 18%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.head-left{
	float:left;
}
.logo-box{
	width: 430px;
	height: 135px;
	position:relative;
	z-index:0;
	text-align:center;
}
.logo-box a{
	width: 430px;
	height: 135px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	position:relative;
	z-index:0;
	text-decoration:none;
	text-transform:uppercase;
	font-size:16px;
	color:#FFF500;
}
.main-page .logo-box a span {
	color:#333;
	position:absolute;
	z-index:1;
	bottom:-30px;
	padding-left:50px
}
.logo-box a span{
	display:block;
	text-align:left;
	padding-left:70px;
}
.logo-box img{
	width:385px;
}
.logo-box a:before{
	content:'';
	width: 430px;
	height: 135px;
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);
	background: #333;
}
.logo-box:before{
	content:'';
	content:'';
	width: 430px;
	position:absolute;
	z-index:-1;
	top:0;
	left:-34px;
	bottom:-10px;
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);
	background: #fff500; 
	opacity:0.4;	
}
.logo-box:after{
	content:'';
	width: 430px;
	height: 135px;
	position:absolute;
	z-index:-2;
	top:0;
	left:30px;
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);
	background: #e6e6e6;
	opacity:0.7;
}
.head-right{
	margin-left:450px;
	padding-top:20px;
}
.top-contacts{
	text-align:right;
	margin-bottom:15px;
}
.top-contacts ul li{
	display:inline-block;
	vertical-align:top;
	margin-right:20px;
}
.top-contacts ul li:last-child{
	margin-right:0;
}
.mail-link{
	color: #000000;
	text-decoration:none;
	font-size:18px;
	line-height:27px;
	font-weight:300;
	border-bottom:1px solid #f3cb57;
}
.mail-link:hover{
	border-color:transparent;
}
.tel-link{
	color:#333;
	font-size:27px;
	line-height:27px;
	font-weight:900;
	text-decoration:none;
}
.head-nav-button{
	width:30px;
	position:absolute;
	z-index:0;
	top:25px;
	right:20px;
	cursor:pointer;
	display:none;
}
.head-btn-line{
	width:100%;
	height:3px;
	background:#fff500;
	margin-bottom:5px;
}
.top-nav{
	text-align:right;
}
.top-nav ul li{
	display:inline-block;
	vertical-align:top;
}
.top-nav ul li:after{
	content:'/';
	display:inline-block;
	vertical-align:top;
	color:#333;
	font-weight:500;
	font-size:17px;
	margin:0 10px;
}
.top-nav ul li:last-child:after{
	display:none;
}
.top-nav ul li a{
	color:#333;
	font-weight:500;
	font-size:17px;
	text-decoration:none;
	text-transform:uppercase;
	border-bottom:1px solid transparent;
}
.top-nav ul li.active>a,
.top-nav ul li a:hover{
	border-bottom-color:#f3cb57;
}
.head-banner{
	height:525px;
}
.head-banner>.container{
	height:100%;
	position:relative;
	z-index:0;
}
.head-banner>.container:after{
	content:'';
	content:'';
	width: 430px;
	position:absolute;
	z-index:-1;
	top:0;
	left:85px;
	bottom:0;
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);
	background: #fff500;
	opacity:0.6;
}
.head-banner-name{
	width:70%;
	height:100px;
	padding-top:25px;
	background:rgba(255,255,255,0.9);
	position:absolute;
	z-index:1;
	left:10px;
	bottom:0;
	font-size:60px;
	line-height:70px;
	color:#333;
	text-transform:uppercase;
	font-weight:900;
}
.head-banner-name:before{
	content:'';
	width:4000px;
	position:absolute;
	z-index:-1;
	left:-4000px;
	top:0;
	bottom:0;
	background:rgba(255,255,255,0.9);
}
.head-banner-name:after{
	content:'';
	position:absolute;
	z-index:-1;
	top:0;
	right:-89.9px;
	opacity:0.9;
	border-bottom: 125px solid #FFF; 
	border-right: 90px solid transparent;	
}
.main-content{
	padding:25px 0; 
}
.block-box{
	padding:25px 0;
}
.block-box-title{
	font-size:40px;
	font-weight:900;
	color:#333;
	text-transform:uppercase;
	position:relative;
	z-index:0;
	margin-bottom:35px;
}
.block-box-title:after{
	content:'';
	width:240px;
	height:14px;
	background:#fff500;
	position:absolute;
	z-index:-1;
	left:0;
	bottom:3px;
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);
}
.boat-box{
	width:100%;
	max-width:335px;
	height:375px;
	margin:auto;
	position:relative;
	z-index:0;
}
.boat-box-name{
	text-transform:uppercase;
	padding:20px;
	color:#FFF;
	font-size:30px;
	font-weight:900;
}
.boat-box-more{
	position:absolute;
	z-index:1;
	bottom:15px;
	right:0;
}
.more-btn{
	text-decoration:none;
	text-transform:uppercase;
	color:#000;
	font-size:20px;
	display:block;
	line-height:50px;
	padding:0 20px;
	height:50px;
	position:relative;
	z-index:0;
	background:#fff500;
}
.more-btn:hover{
	background:#FFF;
}
.more-btn:before{
	content:'';
	position:absolute;
	z-index:-1;
	top:0;
	left:-24.5px;
	border-top: 50px solid #fff500; 
	border-left: 25px solid transparent;
}
.more-btn:hover:before{
	border-top-color:#FFF;
}
.oar-block-left{
	width:100%;
	margin-right:-400px;
	float:left;
}
.oar-block-cont{
	margin-right:400px;
}
.oar-box{
	width:100%;
	height:495px;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.oar-box-text{
	width:600px;
	height:455px;
	text-align:right;
	padding:40px 50px 0 0;
	color:#fff500;
	position:relative;
	z-index:-1;
	float:right;
	overflow:hidden;
}
.oar-box-text:before{
	content:'';
	position:absolute;
	z-index:-2;
	top:0;
	right:0;
	border-top: 690px solid #fff500; 
	border-left: 650px solid transparent;
}
.oar-box-text:after{
	content:'';
	position:absolute;
	z-index:-2;
	top:0;
	right:0;
	border-top: 660px solid #333333; 
	border-left: 620px solid transparent;
}
.oar-box-name{
	font-size:40px;
	font-weight:900;
	text-transform:uppercase;
	margin-bottom:15px;
}
.oar-more{
	color:#fff500;
	font-size:18px;
	text-transform:uppercase;
	text-decoration:underline;
}
.oar-more:hover{
	text-decoration:none;
}
.oar-block-right{
	width:390px;
	float:right;
}
.oar-info{
	width:340px;
	height:425px;
	padding:35px 25px;
	position:relative;
	z-index:0;
	color:#000;
	font-size:30px;
	background:url(../images/oar-bg.jpg) no-repeat center bottom;
}
.oar-info:before{
	content:'';
	position:absolute;
	z-index:-1;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:#fff500; 
	opacity:0.8;
}
.oar-info span{
	font-size:33px;
}
.oar-info p{
	margin-bottom:25px;
}
.oar-info p:last-child{
	margin-bottom:0;
}
.oar-info b{
	display:block;
}
.gallery-col{
	width:100%;
	max-width:335px;
	margin:0 auto;
}
.gallery-box{
	width:100%;
	max-width:335px;
	height:160px;
	display:table;
	margin:8px 0;
}
.gallery-box a{
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
}
.carousel-box{
	position:relative;
	z-index:0;
	padding-bottom:80px;
}
.carousel-bg{
	height:350px;
	position:absolute;
	z-index:-1;
	bottom:0;
	left:-4000px;
	right:290px;
	background:#333;
}
.carousel-bg:after{
	content:'';
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	right:-155px;
	border-bottom: 350px solid #333; 
	border-right: 155px solid transparent;
}
.carousel-bg span{
	position:absolute;
	z-index:0;
	top:0;
	bottom:25px;
	left:0;
	right:30px;
	background:#fff500;
}
.carousel-bg span:after{
	content:'';
	position:absolute;
	z-index:-1;
	bottom:0;
	right:-154.5px;
	border-bottom: 325px solid #fff500;
	border-right: 155px solid transparent;
}
.partner-box{
	width:175px;
	height:190px;
	position:relative;
	z-index:0;
	margin:10px auto;
}
.partner-box:before{
	content:'';
	position:absolute;
	z-index:-1;
	left:-5px;
	right:20px;
	top:-5px;
	bottom:20px;
	background:#fff500;
}
.partner-box:after{
	content:'';
	position:absolute;
	z-index:-3;
	left:0;
	right:15px;
	top:-10px;
	bottom:20px;
	background:#333;
}
.partner-box span,
.partner-box a{
	width:175px;
	height:190px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	background:#FFF;
}
.footer{
	background:#333;
	padding:50px 0;
}
.foot-left{
	width:320px;
	float:left;
}
.bot-logo{
	margin-bottom:40px;
}
.bot-logo a{
	font-size:16px;
	font-weight:500;
	font-style:italic;
	text-decoration:none;
	color:#FFF;
	text-transform:uppercase;
}
.bot-logo a span{
	display:block;
	margin-left: 20px;
}
.bot-contacts a{
	color:#FFF;
}
.bot-contacts ul li{
	margin-bottom:10px;
}
.copy-box{
	font-size:14px;
	color: #FFF500;
	text-transform:uppercase;
	padding-top:5px;
}
.foot-right{
	width:100%;
	float:right;
	margin-left:-430px;
}
.foot-right-cont{
	margin-left:430px;
}
.bot-form-title{
	text-transform:uppercase;
	color:#FFF500;
	font-size:27px;
	font-weight:900;
	margin-bottom:15px;
}
.bot-form{
	position:relative;
	z-index:0;
}
.bot-form .input-block label{
	background:#333;
	color:#fff500;
}
.bot-form .inputbox,
.bot-form .areabox{
	background:#333;
	border-color:#fff500;
	color:#FFF;
}
.bot-form .send-btn{
	position:absolute;
	z-index:0;
	bottom:0;
	left: 195px;
}
.bot-form .send-btn:hover{
	background:#FFF;
	color:#333;
}
.bot-form .send-btn:hover:before{
	border-top-color:#FFF;
}
.bot-form-left{
	width:370px;
	float:left;
	padding-top:10px;
}
.input-block{
	position:relative;
	z-index:0;
	padding-top:7px;
}
.input-block label{
	display:inline-block;
	position:absolute;
	z-index:0;
	padding: 5px;
	background:#FFF;
	color:#333;
	font-size:16px;
	top:-10px;
	left:10px;
}
.inputbox{
	width:100%;
	height:45px;
	padding:10px 15px;
	color:#333;
	font-size:16px;
	box-sizing:border-box;
	border:2px solid #333;
	background:#FFF;
	margin-bottom:20px;
}
.areabox{
	width:100%;
	max-width:100%;
	height:190px;
	padding:10px 15px;
	color:#333;
	font-size:16px;
	box-sizing:border-box;
	border:2px solid #333;
	background:#FFF;
}
.send-btn{
	width:175px;
	text-transform:uppercase;
	color:#000;
	font-size:20px;
	text-align:center;
	height:50px;
	position:relative;
	z-index:0;
	border:0;
	cursor:pointer;
	background:#fff500;
	float:right;
}
.send-btn:before{
	content:'';
	position:absolute;
	z-index:-1;
	top:0;
	left:-24.5px;
	border-top: 50px solid #fff500; 
	border-left: 25px solid transparent;
}
.send-btn:hover{
	background:#333;
	color:#FFF;
}
.send-btn:hover:before{
	border-top-color:#333;
}
.bot-form-right{
	margin-left:385px;
	padding-top:10px;
}
.breadcrumbs{
	color:#000;
	font-weight:300;
	font-size:14px;
	padding-bottom:20px;
}
.breadcrumbs ul li{
	display:inline-block;
	vertical-align:top;
}
.breadcrumbs ul li:after{
	content:'/';
	display:inline-block;
	vertical-align:top;
	margin:0 5px;
}
.breadcrumbs ul li:last-child:after{
	display:none;
}
.breadcrumbs ul li a{
	text-decoration:none;
	color:#000;
	font-weight:300;
	font-size:14px;
}
.breadcrumbs ul li a:hover{
	text-decoration:underline;
}
.top-bar-img img{
	width:100%;
}
.left-bar{
	width:225px;
	float:left;
}
.left-nav{
	padding:25px 35px 25px 0;
	position:relative;
	z-index:0;
	background:url(../images/oar-bg.jpg) no-repeat center bottom;
	background-size:100% auto;
}
.left-nav:after{
	content:'';
	position:absolute;
	z-index:-1;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:#fff500;
	opacity:0.7;
}
.left-nav ul li{
	margin-bottom:5px;
}
.left-nav ul li:last-child{
	margin-bottom:0;
}
.left-nav ul li a{
	height:40px;
	line-height:40px;
	padding-left:20px;
	display:block;
	position:relative;
	z-index:0;
	text-decoration:none;
	font-weight:500;
	font-size:18px;
	color:#000;
	border-bottom:1px solid transparent;
}
.left-nav ul li>a:hover,
.left-nav ul li.active>a{
	background:#333;
	color:#fff500;
	border-bottom-color:#333;
}
.left-nav ul li a:after{
	content:'';
	position:absolute;
	z-index:-1;
	right:-20px;
	top:0;
	bottom:0;
	display:none;
	border-top: 40px solid #333; 
	border-right: 20px solid transparent;
}
.left-nav ul li a:hover:after,
.left-nav ul li.active>a:after{
	display:block;
}
.right-bar{
	margin-left:255px;
}
.sub-title{
	font-size:30px;
	font-weight:700;
	margin-bottom:15px;
}
.table th{
	background:#FFF;
	padding:7px 5px;
	text-align:left;
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
}
.table th:last-child,
.table td:last-child{
	border-right-color:transparent;
}
.table td{
	background:#f9f9f9;
	padding:7px 5px;
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
}
.text-box{
	font-size:18px;
}
.text-box p{
	margin-bottom:15px;
}
.text-box ul{
	list-style:disc;
	margin:0 0 15px 25px;
}
.text-box ol{
	margin:0 0 15px 25px;
}
.news-box{
	width:100%;
	max-width:380px;
}
.news-box-top{
	font-weight:bold;
	margin-bottom:5px;
}
.news-box-img{
	width:100%;
	max-width:380px;
	height: 100%;
	overflow:hidden;
	display:table;
	margin-bottom:20px;
}
.news-box-img>span{
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.download-box{
	position:relative;
	z-index:0;
	max-width:600px;
	width:100%;
	padding:25px 0;
	background:rgba(252,255,98,1);
}
.download-box:before{
	content:'';
	width:4000px;
	position:absolute;
	z-index:-1;
	left:-4000px;
	top:0;
	bottom:0;
	background:rgba(252,255,98,1);
}
.download-box:after{
	content:'';
	width:217px;
	position:absolute;
	z-index:-1;
	top:0;
	bottom:0;
	right:-217px;
	background:url(../images/yellow-arrow.png) no-repeat center center;
	background-size:cover;
}
.downloads{
	padding-top:10px;
}
.downloads li{
	display:inline-block;
	vertical-align:top;
	margin-right:100px;
	margin-bottom:10px;
}
.downloads li:last-child{
	margin-right:0;
}
.downloads li a{
	color:#333;
	font-weight:bold;
	text-decoration:underline;
	display:inline-block;
	padding:10px 0 10px 40px;
	position:relative;
	z-index:0;
}
.downloads li a:hover{
	text-decoration:none;
}
.downloads li a:before{
	content:'';
	position:absolute;
	z-index:-1;
	left:0;
	top:0;
	background-size:conain;
}
.pdf-link:before{
	width:30px;
	height:40px;
	background:url(../images/icons/pdf.svg) no-repeat center center;
}
.faq-block{
	max-width:950px;
}
.faq-title{
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:20px;
	font-size:30px;
}
.row-3 img{height: 269px;}