/*
    General
*/
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #00135a;
    position: relative;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    line-height: 1;
}
div, section, footer {
    box-sizing: border-box;
}
a {
    color: #000;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    text-decoration: none;
}
a:hover {
    color: #8b8b8b;
}
a:focus, input:focus, select {
    outline: none;
}
p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 13px 0;
}
p a {
    color: #f52c3e;
    text-decoration: underline;
}
ul, ol {
    padding-left: 20px;
    margin: 12px 0 23px;
}
li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 13px;
}
h1, .title {
	font-family: 'Roboto', sans-serif;
    font-size: 47px;
    font-weight: 400;
    line-height: 60px;
	margin: 0 0 11px;
}
h2, .subtitle {
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
    font-weight: 400;
    line-height: 60px;
    margin: 0 0 11px;
}
h3, .smalltitle {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
    font-weight: 400;
    line-height: 31px;
	margin: 0 0 11px;
}
img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.clearfix:after{
    content:'';
    display:table;
    clear:both;
}
.wrapper, .mobile_overflow {
    overflow: hidden;
}
.container {
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}
.body_overflow {
    overflow-y: hidden;
}
.btn, .logo, .logo img, .address, .phone, .copyright, .video_item {
    display: inline-block;
    vertical-align: top;
}
.video_items {
    font-size: 0;
}
.small_width {
    padding-left: 8.2%;
    padding-right: 12.2%;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
/*
    Buttons
*/
.btn {
    display: block;
    box-sizing: border-box;
    text-align: center;
    color: #000;
    cursor: pointer;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    background-color: #fc0;
    box-shadow: 2.5px 4.3px 0 rgba(0, 19, 90, 0.3);
    padding: 4px;
    max-width: 372px;
    width: 100%;
    letter-spacing: 0.1em;
}
.btn span {
    background: #fc0 url(../img/arrow.png) no-repeat top 9px right 9px;
    border: 3px solid black;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
}
.btn:hover span, .btn:active span{
    background-color: #fff;
    color: #000;
}
/*
    Header
*/
.header {
    position: relative;
    min-height: 115px;
    font-size: 15px;
    line-height: 21px;
    border-top: 5px solid #00135a;
    padding-top: 41px;
}
.header span {
    color: #3e89be;
}
.logo {
    position: relative;
    padding: 8px 0 0 23px;
    width: 27%;
    max-width: 316px;
    min-width: 260px;
}
.logo img {
	width: 246px;
    height: 48px;
}
.address {
    width: 25%;
    max-width: 286px;
    min-width: 220px;
}
.phone {
    min-width: 235px;
}
.phone_one {
    width: 25%;
    max-width: 284px;
}
.phone div {
    padding-left: 16px;
    margin-bottom: 15px;
}
.phone a {
    display: block;
    font-size: 30px;
    line-height: 21px;
}
.phone_two {
    max-width: 270px;
    width: 22%;
}
.phone a:hover, .phone a:active {
    color: #3e89be;
}
/*
    Top-wrap
*/
.top_wrap {
    padding: 9px 0 66px;
}
/*
    Double_wrap
*/
.double_wrap {
    display: table;
    width: 100%;
}
.left_box {
    background: url(../img/bg1.png) no-repeat top center;
}
.right_box {
    background: url(../img/bg2.png) no-repeat top center;
}
.double_box {
    width: 50%;
    display: table-cell;
    height: 500px;
    background-size: cover;
    position: relative;
}
.double_block {
    height: 234px;
    color: #fff;
    max-width: 600px;
    width: 100%;
    position: absolute;
    bottom: -166px;
    font-size: 18px;
    line-height: 26px;
    padding: 23px 20px 0 37px;
    z-index: 1;
}
.block_left {
    right: 0;
    background: #00135a;
}
.block_right {
    left: 0;
    background: #f52c3e;
}
.double_title {
    font-size: 41px;
    line-height: 45px;
    margin-bottom: 12px;
}
.double_title + span {
    margin-bottom: 25px;
    display: block;
}
/*
    About-wrap
*/
.about_wrap {
    padding: 272px 0 38px;
}
.about_text {
    font-size: 18px;
    line-height: 26px;
    padding-top: 5px;
    margin-bottom: 34px;
    max-width: 95%;
}
/*
    Who_wrap
*/ 
.who_wrap {
    margin-bottom: 83px;
}
.video_items {
    padding-top: 2px;
    margin-bottom: 53px;
}
.video_item {
    padding: 0 15px;
    width: 50%;
}
.video_item a {
    display: block;
    position: relative;
}
.btn_play {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #212121 url(../img/play.png) no-repeat center left 57%;
    background-size: 45%;
}
.btn_play:hover, .btn_play:active {
    background-color: #372807;
}
/*
    Footer
*/ 
.footer {
    background: #00135a;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    padding: 28px 0 70px;
}
.footer span, .footer .phone div {
    color: #3e89be;
}
.footer .logo {
    width: 30%;
    max-width: 351px;
}
.footer .logo img {
    width: 235px;
}
.footer .phone a {
    color: #fff;
}
.footer .phone a:hover, .footer .phone a:active {
    color: #3e89be;
}
.copyright {
    color: #fff;
    float: right;
    padding-right: 68px;
}
.copyright:hover, .copyright:active {
    color: #3e89be;
}
/*
    Mobile
*/
@media screen and (max-width: 1200px) {
	html, body{
        min-width: 320px;
        width: 100%;
    }
    body {
        overflow-x: hidden;
    }
    a:focus {
        outline: none;
    }
    .logo {
        width: 25%;
    }
}
@media screen and (max-width: 1140px) {
   .address {
        width: 23%;
    }
}
@media screen and (max-width: 1080px) {
    .double_box {
        width: 100%;
        display: block;
    }
    .double_block {
        bottom: 0;
        right: 0;
        left: inherit !important;
    }
    .about_wrap {
        padding: 72px 0 38px;
    }
}
@media screen and (max-width: 1040px) {
    .logo {
        padding: 8px 0 0 10px;
    }
    .small_width {
        padding-left: 5%;
        padding-right: 5%;
    }
    h1, .title {
        font-size: 37px;
        line-height: 50px;
    }
    .header {
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 1020px) {
    .logo, .address, .phone {
        width: 49%;
        max-width: none;
        margin-bottom: 20px;
    }

}
@media screen and (max-width: 991px) {
    
}
@media screen and (max-width: 960px) {
    h1, .title {
        font-size: 27px;
        line-height: 35px;
    }
}
@media screen and (max-width: 862px) {
	
}
@media screen and (max-width: 782px) {
    
}
@media screen and (max-width: 768px) {
    .small_width {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 750px) {
   
}
@media screen and (max-width: 720px) {
   
}
@media screen and (max-width: 639px) {
    
}
@media screen and (max-width: 560px) {
	.video_item {
        width: 100%;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 535px) {
    .double_block {
        height: auto;
        padding: 23px 20px 20px;
    }
}
@media screen and (max-width: 490px) {
   
}
@media screen and (max-width: 450px) {
    .copyright {
        float: none;
        padding-right: 0;
        display: block;
    }
}
@media screen and (max-width: 425px) {
  
}
@media screen and (max-width: 400px) {
	
}
@media screen and (max-width: 375px) {

}