@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700&subset=latin,cyrillic);
* {margin:0px; padding:0px;}

html,body{
	width: 100%;
	height: 100%;
	background:#0057a5;
	color:#11182a;
    font-size:18px;
    font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-weight:normal;
}
h1,h2{
    color:#595959;
    font-size:36px;
    line-height:36px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-left:20px;
    margin-bottom:35px;
}
a{
    color:#d37600;
}
a:hover{
   text-decoration:none;
}
ul{
    list-style:none;
}
img{
    border:none;
}
input,textarea{ 
    outline:none;
    font-family: 'Roboto', sans-serif;
}
textarea{
    overflow:hidden;
}
table{
    border-collapse:collapse;
}

.wrapper{
    max-width:100%;
    min-width:320px;
}
.top-bg{
     background-color:#11182a !important;
 }
.top-bg{
    width:100%;
    min-width:320px;
    height:692px;
    background:url(../images/top-img.jpg) no-repeat center top;
    position:absolute;
    z-index:0;
    left:0;
    top:0;
}
.rowing-top{
    width:100%;
	height:169px;
	position:absolute;
	z-index:0;
	left:0;
	bottom:50px;
	background:url(../images/rowing.png) no-repeat center bottom;
}
.sitebox{
    max-width:940px;
    margin:0 auto;
    position:relative;
    z-index:1;
}
.header{
    width:100%;
}
.top-bar{
    padding:5px 10px;
    background:#11182a;
    color:#FFF;
    font-size:16px;
    font-weight:300;
    font-family: 'Roboto', sans-serif;
}
.top-bar b{
    font-weight:500;
}
.top-bar a{
    text-decoration:none;
    color:#FFF;
    font-size:16px;
}
.top-bar a:hover{
    text-decoration:underline;
}
.top-bar-box{
    float:right;
}
.top-tel{
    padding-left:30px;
    min-height:20px;
    float:left;
    background:url(../images/tel-icon.png) no-repeat left center;
    margin-right:55px;
}
.top-mail{
    padding-left:30px;
    min-height:20px;
    float:left;
    background:url(../images/mail-icon.png) no-repeat left center;
    margin-right:20px;
}
.social-top{
    padding-top:3px;
    float:left;
}
.social-top li{
    height:16px;
    float:left;
    margin-left:5px;
}
.social-top li a:hover{
    opacity:0.7;
}
.head-box{
    padding:23px 0 23px 15px;
    background:#0057a5;
}
.logo-box{
    width:192px;
    height:49px;
    float:left;
}
.head-right{
    padding-top:5px;
    float:right;
    position:relative;
    z-index:5;
    right:-20px;
}
.nav-button{
    width:27px;
	height:27px;
	padding:3px;
	float:left;
	border:1px solid #FFF;
	display:none;
	cursor:pointer;
	margin-left:20px;
	border-radius:4px;
}
.nav-button-line{
    width:100%;
	height:1px;
	font-size:1px;
	margin:4px 0 5px 0;
	background:#FFF;
}
.top-nav{
    height:35px;
    float:left;
    padding-top:2px;
}
.top-nav ul>li{
    width:138px;
    height:35px;
    line-height:35px;
    text-align:center;
    float:left;
    border-left:1px solid #3379b7;
    border-right:1px solid #3379b7;
    margin:0 10px;
}
.top-nav ul>li>a{
    font-size:24px;
    display:inline-block;
    color:#FFF;
    font-weight:300;
    text-transform:uppercase;
    text-decoration:none;
}
.top-search{
    width:224px;
    height:22px;
    padding:8px;
    float:right;
    margin-left:10px;
    background:#FFF;
}
.top-search .inputbox{
    width:195px;
    height:22px;
    line-height:22px;
    border:0;
    background:#FFF;
    color:#666666;
    font-size:14px;
    float:left;
    font-weight:300;
}
.top-search .button{
    width:22px;
    height:22px;
    background:url(../images/search-button.png) no-repeat center center;
    cursor:pointer;
    border:0;
    font-size:0;
    float:right;
}
.top-info{
    width:100%;
    height:413px;
    padding-top:35px;
}
.top-logo{
    width:100%;
    height:84px;
    text-align:center;
    margin-bottom:20px;
}
.top-info-cont{
    padding:10px 20px;
    background:#FFF;
    font-family: 'Roboto Condensed', sans-serif;
    color:#11182a;
    font-size:63px;
    font-weight:300;
    line-height:66px;
    text-transform:uppercase;
}
.top-info-cont b{
    font-weight:700;
    font-size:68px;
    letter-spacing:1px;
}
.top-info-title{
    display:inline-block;
    height:40px;
    line-height:40px;
    background:#e6007e;
    padding:0 30px;
    position:relative;
    z-index:1;
    top:-10px;
    color:#FFF;
    font-size:23px;
    font-family: 'Roboto Condensed', sans-serif;
    float:right;
}
.top-info-title .title-arrow{
    height:40px;
    background:url(../images/title-arrow.png) no-repeat left top;
    background-size:31px 100%;
}
.companies{
    width:100%;
    padding-bottom:30px;
}
.company-box{
    width:308px;
    min-height:950px;
    float:left;
    background:#000;
    padding-bottom:15px;
    margin:0 2px 0 3px;
}
.company-img{
    width:308px;
    height:209px;
    background:#FFF;
    text-align:center;
    margin-bottom:30px;
}
.company-img img{
    max-width:308px;
    height:209px;
}
.company-cont{
    padding:0 28px;
}
.company-box .company-logo{
    margin-bottom:25px;
}
.company-logo{
    width:100%;
    height:80px;
    text-align:center;
}
.company-logo span{
    width:252px;
    height:80px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.company-logo img{
    max-width:100%;
    max-height:80px;
}
.company-box .company-nav{
    min-height:240px;
}
.company-nav{
    width:100%;
    margin-bottom:20px;
}
.company-nav ul ul{
    display:none;
}
.company-nav ul li.active ul{
    display:block;
}
.company-nav li{
    border-bottom:1px dotted #3b3b3b;
}
.company-nav li:last-child{
    border-bottom:0;
}
.company-nav li a{
    display:block;
    padding:5px 12px;
    color:#FFF;
    text-decoration:none;
    font-size:18px;
    font-weight:300;
    position:relative;
    z-index:0;
}
.company-nav li ul li a{
    padding-left:45px;
}
.company-nav ul>li.active>a{
    color:#f8c600;
}
.company-nav ul>li.active li.active a{
    color:#0057a5;
}
.company-nav li a:hover{
    color:#726e6e;
}
.company-nav ul>li>a:first-child:nth-last-child(2):before {
    content: "";
    position: absolute;
    height: 6px;
    width: 10px;
    border: 5px solid transparent;
    top: 20% ;
    right:5px;
    background:url(../images/pink-down.png) no-repeat left top;
}
.company-nav ul>li.active>a:first-child:nth-last-child(2){
    color:#726e6e;
}
.company-nav ul>li.active>a:first-child:nth-last-child(2):before{
    background-image:url(../images/pink-top.png);
}
.company-nav ul>li>a.top-arrow:first-child:nth-last-child(2):before{
    background-image:url(../images/pink-top.png) !important;
}
.company-nav ul>li>a.top-arrow:first-child:nth-last-child(2){
    color:#726e6e;
}
.company-nav ul>li>a.down-arrow:first-child:nth-last-child(2):before{
    background-image:url(../images/pink-down.png) !important;
}
.company-nav ul>li.active>a.down-arrow{
    color:#FFFFFF !important;
}
.company-catalogue{
    width:100%;
    text-align:center;
    background:url(../images/cat-line.png) repeat-x left 30px;
}
.catalogue-box{
    width:182px;
    height:274px;
    padding:10px;
    background:#FFF;
    margin:0 auto;
    margin-bottom:25px;
}
.catalogue-box img{
    width:184px;
    height:275px;
}
.catalogue-box a{
    font-size:18px;
    font-weight:300;
    color:#FFF;
    text-transform:uppercase;
    text-decoration:none;
}
.download-cat{
    font-size:18px;
    font-weight:300;
    color:#FFF;
    text-transform:uppercase;
    text-decoration:none;
}
.download-cat:hover{
    text-decoration:underline;
}
.partners-block{
    padding:40px 10px 20px 10px;
    background:#FFF;
    position:relative;
    z-index:0;
    margin-bottom:40px;
}
.block-title{
    min-width:115px;
    height:50px;
    line-height:50px;
    background:#e6007e;
    padding:0 30px 0 15px;
    position:absolute;
    z-index:3;
    left:60px;
    top:-10px;
    color:#FFF;
    text-transform:uppercase;
    font-size:23px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:300;
}
.title-arrow{
    width:31px;
    height:50px;
    position:absolute;
    z-index:0;
    right:-31px;
    top:0;
    background:url(../images/title-arrow.png) no-repeat left top;
}
.partners{
    padding:0 40px;
}
.partner-box{
    width:150px;
    height:95px;
    float:left;
    text-align:center;
    text-transform:uppercase;
    color:#8e8e8e;
    font-size:11px;
    font-weight:300;
    margin:0 9px 9px 9px;
}
.partner-box a{
    text-decoration:none;
    text-transform:uppercase;
    color:#8e8e8e;
    font-size:11px;
    font-weight:300;
}
.partner-box a:hover{
    text-decoration:underline;
}
.partner-logo{
    width:100%;
    height:56px;
    display:block;
    background:#FFF;
    margin-bottom:15px;
}
.partner-logo img{
    max-width:100%;
    max-height:56px;
}
.news-block{
    width:100%;
    height:770px;
    position:relative;
    z-index:0;
    background:#FFF;
    margin-bottom:50px;
}
.news-img-big{
    width:490px;
    height:770px;
    position:absolute;
    z-index:0;
    left:0;
    top:0;
}
.news-img-big img{
    width:490px;
    height:770px;
}
.news-content{
    width:470px;
    height:770px;
    float:right;
    position:relative;
    z-index:2;
}
.news-top{
    width:450px;
    height:344px;
    padding-left:20px;
    background:url(../images/main-news-bg.png) no-repeat left top;
}
.news-top .date-box{
    margin-left:0;
}
.main-news{
    background:#FFF;
    height:270px;
    padding:64px 35px 10px 10px;
    position:relative;
    z-index:0;
    overflow:hidden;
}
.news-date{
    width:100%;
    height:40px;
    position:absolute;
    z-index:1;
    top:0;
    left:0;
    font-family: 'Roboto Condensed', sans-serif;
}
.date-box{
    width:42px;
    height:38px;
    padding-top:2px;
    line-height:19px;
    color:#FFF;
    font-size:16px;
    background:#e6007e;
    text-align:center;
    font-weight:400;
    float:left;
    margin-left:20px;
    margin-right:3px;
    text-transform:uppercase;
}
.date-box b{
    font-size:23px;
    font-weight:500;
}
.news-year{
    display:block;
    font-size:12px;
    color:#b4b4b4;
    margin-top:27px;
}
.main-news-text{
    font-size:20px;
    color:#000;
    padding-bottom:20px;
    font-weight:300;
}
.main-news-text .news-title{
    font-size:48px;
    line-height:48px;
    font-weight:600;
    text-transform:uppercase;
    margin-bottom:20px;
}
.readmore{
    color:#d37600;
    font-size:16px;
    font-weight:300;
    display:inline-block;
    margin-top:15px;
}
.news-bot{
    width:470px;
    height:416px;
    padding-bottom:10px;
    background:#FFF;
    overflow:hidden;
}
.news-box{
    width:235px;
    float:left;
    position:relative;
    z-index:0;
    background:#FFF;
}
.news-box-img{
    width:235px;
    height:214px;
    position:relative;
    z-index:0;
    text-align:center;
    background:#CCC;
}
.news-box-img img{
    max-width:235px;
    height:214px;
}
.news-line{
    width:235px;
    height:20px;
    background:url(../images/news-line.png) no-repeat left top;
    position:absolute;
    z-index:1;
    left:0;
    bottom:0;
}
.news-title{
    font-size:24px;
    color:#232323;
    line-height:24px;
    margin-bottom:10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:600;
    text-transform:uppercase;
}
.news-box-text{
    padding:12px 15px 12px 20px;
    color:#000;
    font-size:12px;
    font-weight:300;
}
.seo-block{
    padding:60px 0 25px 0;
    color:#FFF;
    font-size:18px;
    line-height:28px;
    font-weight:300;
    background:url(../images/seo-bg.jpg) no-repeat 50% top;
    margin-bottom:50px;
}
.seo-title{
    color:#FFF;
    font-size:30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:700;
    margin-bottom:10px;
}
/* inner styles start */
.container{
    width:100%;
    background:#FFF;
    padding-bottom:40px;
    margin-bottom:30px;
}
.left-bar{
    width:300px;
    float:left;
}
.left-bl{
border: 1px solid #E6007E;
    margin-top: 15px;
    padding: 14px 8px 15px 15px;
    color: #333;
    font-family: "Roboto Condensed",sans-serif;
}
.left-nav{
    background:#000;
    margin-bottom:15px;
    padding:14px 40px 15px 5px;
}
.right-bar{
    width:620px;
    float:right;
    padding:25px 0 10px 0;
}
.breadcrumb{
    padding-left:20px;
    margin-bottom:15px;
}
.breadcrumb li{
    float:left;
    margin-right:10px;
    font-size:11px;
    color:#a8a8a8;
    font-weight:300;
}
.breadcrumb li a{
    text-decoration:underline;
    color:#051024;
    font-size:11px;
}
.breadcrumb li a:hover{
    text-decoration:none;
}
.main-content{
    line-height:35px;
}
.main-content p{
    margin-bottom:35px;
	text-align: justify;
}
.main-content ul{
    list-style:disc;
    margin-bottom:35px;
}
.main-content ol{
    margin-bottom:35px;
}
.catalog{
    width:100%;
    padding-bottom:20px;
}
.catalog-box{
    width:300px;
    height:295px;
    float:left;
    margin:0 5px 5px 5px;
}
.catalog-img{
    width:300px;
    height:207px;
    overflow:hidden;
    background:#CCC;
    text-align:center;
    margin-bottom:15px;
}
.catalog-img img{
    max-width:100%;
    height:207px;
}
.catalog-title{
    width:100%;
    height:73px;
    overflow:hidden;
    color:#000;
    font-size:24px;
    line-height:24px;
    font-family: 'Roboto Condensed', sans-serif;
}
.catalog-title a{
    color:#000;
    font-size:24px;
    line-height:24px;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration:none;
}
.catalog-title a:hover{
    color:#726e6e;
}
.article-box{
    margin-bottom:25px;
}
.article-img{
    width:100%;
    text-align:center;
    margin-bottom:25px;
}
.article-img img{
    max-width:100%;
}
.article-text{
    padding:0 30px 0 80px;
}
.article-text img{
    max-width:100%;
}
/* inner styles end */
.bot-logo{
    width:100%;
    text-align:center;
    padding-bottom:50px;
}
.map-box{
    width:100%;
    min-width:320px;
    background:#CCC;
}
.map-box ymaps{
    max-width:100% !important;
}
.map-box img{
    width:100%;
    height:auto;
}
.bot-block{
    width:100%;
    padding:60px 0 50px 0;
    background:#f6f6f6;
}
.bot-bar{
    max-width:940px;
    margin:0 auto;
}
.bot-bar-left{
    width:220px;
    float:left;
}
.fb-bot{
    width:220px;
}
.bot-bar-right{
    float:right;
}
.bot-contacts{
    width:220px;
    float:left;
    margin-right:20px;
}
.contacts{
    margin-bottom:5px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:18px;
    color:#333;
}
.box-title{
    text-transform:uppercase;
    margin-bottom:10px;
    font-size:18px;
}
.contacts a{
    font-size:18px;
    color:#333;
    text-decoration:none;
}
.contacts a:hover{
    text-decoration:underline;
}
.contacts p{
    margin-bottom:10px;
}
.social-bot ul li{
    width:28px;
    height:28px;
    float:left;
    margin-right:8px;
}
.social-bot ul li a{
    width:28px;
    height:23px;
    padding-top:5px;
    display:block;
    text-align:center;
    background:#e6007e;
    border-radius:14px;
}
.social-bot ul li a:hover{
    background:#ed5aab;
}
.bot-form{
    width:380px;
    float:right;
}
.form-col{
    width:100%;
    margin-bottom:10px;
}
.form-col-left{
    float:left;
}
.form-col-right{
    float:right;
}
.bot-form .inputbox{
    width:165px;
    height:19px;
    line-height:19px;
    padding:5px 10px;
    border:0;
    background:#FFF;
    color:#000;
    font-size:13px;
    font-family: 'Roboto Condensed', sans-serif;
}
.bot-form .areabox{
    width:360px;
    height:78px;
    max-width:360px;
    max-height:78px;
    min-width:360px;
    min-height:78px;
    padding:5px 10px;
    border:0;
    background:#FFF;
    color:#000;
    font-size:13px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom:30px;
}
.bot-form .button{
    width:185px;
    height:30px;
    border:0;
    cursor:pointer;
    color:#FFF;
    font-size:18px;
    text-shadow:#392611 1px 1px 1px;
    font-family: 'Roboto Condensed', sans-serif;
    float:right;
    background: #033c63;
    background: -moz-linear-gradient(top,  #033c63 0%, #092d4b 100%, #0e1f35 100%);
    background: -webkit-linear-gradient(top,  #033c63 0%,#092d4b 100%,#0e1f35 100%);
    background: linear-gradient(to bottom,  #033c63 0%,#092d4b 100%,#0e1f35 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#033c63', endColorstr='#0e1f35',GradientType=0 );
}
.bot-form .button:hover{
    background: #0f1e33;
    background: -moz-linear-gradient(top,  #0f1e33 0%, #092d4b 100%, #033c63 100%);
    background: -webkit-linear-gradient(top,  #0f1e33 0%,#092d4b 100%,#033c63 100%);
    background: linear-gradient(to bottom,  #0f1e33 0%,#092d4b 100%,#033c63 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1e33', endColorstr='#033c63',GradientType=0 );
}
.copy-box{
    width:100%;
    min-width:320px;
    background:#000;
    text-align:center;
    padding:12px 0;
    color:#737373;
    font-size:12px;
    font-family: 'Roboto Condensed', sans-serif;
}
.clear{
    width:100%;
	height:0;
	font-size:1px;
	clear:both;
}
.fancy-img img{
max-height: 250px !important;
max-width:250px !important;
}
.photo img{
	height:115px !important; 
}