@charset "UTF-8";
/* dop css */
.doorhan-video {margin-top: 20px;}
.banner_video_link{display: block; color: #fff;}
.banner_video_link:hover {text-decoration: none;}
.banner_video {
    background: linear-gradient(#06305a, #024f7d, #083763);
    padding: 25px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
}
.banner_video_inner {
    display: grid;
    grid-auto-flow: row dense;
    grid-template-columns: 0.4fr 0.6fr;
    grid-gap: 2rem;
    align-items: stretch;
    justify-content: center;
    min-height: 265px;
}
.banner_video_inner > div {
    display: grid;
    align-items: center;
}
.banner_video .caption {
    color: #f7941e;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
}
.banner_video .text {color: #fff;}


.about {
    padding: 300px 0;
    background-color: #0d2562;
    color: #fff;
    overflow: hidden;
    position: relative;
}
.about-title {
    font-family: sans-serif;
    font-size: 70px;
    text-align: center;
    position: relative;
    opacity: .5;
}
/* VIDEO */
.video {
    top: 50%;
    width: 1938px;
    transform: translate(-50%, -50%);
    opacity: 1;
    left: 50%;
    z-index: 10;
    position: absolute;
}





.about_doorhan {
    background: radial-gradient(#015583, #03264c);
    padding: 30px 30px 60px;
}
.about_doorhan h1 {
    text-align: center;
    padding: 50px 0px 50px;
    margin: 0px;
    font-size: 50px;
    font-weight: bold;
    color: orange;
    text-transform: uppercase;
}
.about_doorhan .preview-text {
    text-align: justify;
    font-size: 18px;
    max-width: 1200px;
    margin: auto;
    color: #fff;
    text-indent: 25px;
    line-height: 1.7;
}
.props_grid {
    display: grid;
    grid-auto-flow: row dense;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 2rem;
    align-items: start;
    justify-content: center;
}
.props_item {
    text-align: center;
}
.props_item .number {
    font-size: 48px;
    color: orange;
    font-weight: bold;
    position: relative;
    margin-bottom: 5px;
}
.props_item .text {
    font-size: 20px;
    line-height: 24px;
    position: relative;
    margin: auto;
    color: #fff;
}
@media (max-width: 1199px){
    .doorhan-slogan-wrap + * {
        display: none;
    }
}
@media (min-width: 480px) and (max-width: 960px){
    .doorhan-header__col-1{
        display: none;
    }
}
@media (max-width: 479px) {
    .doorhan-header__col-1{
        width: auto;
    }
    .doorhan-header__col-1 .uk-width-expand:first-child, .doorhan-header__col-1 .doorhan-slogan-wrap{
        display: none;
    }
    .doorhan-header__wrap-mob-button{
        width: 100%;
    }
    .doorhan-header__col-2{
        flex: 1;
  min-width: 1px;
    }
}
@media (max-width: 768px) {
    .about {
        -webkit-background-size: cover;
        background-size: cover;
    }
    .video,
    .about-header,
    .about-footer,
    .about-header-bg-2 {
        display: none;
    }
	.doorhan-callback .uk-offcanvas-bar {
		width: auto;
	}
	
	.about_doorhan h1 {font-size: 30px;}
	.props_item .number {font-size: 35px;}
	.about_doorhan .preview-text {text-align: left;}
}
