@import 'normalize.css';


.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    height:380px;
}

@media screen and(max-width:768px){
    .youtube{
        height:200px;
    }
}

.youtube .play {
    /*play icon*/
    background: url(../img/play-button.png) no-repeat center center;
    background-size: 34px 34px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 0.2s ease-out;
}

.youtube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.first-left img, .first-right img, .second-left img, .second-right img{
    margin-top: 12em;
    cursor:pointer;
}



.video-list iframe{
    width:100%;
    height:auto;
}

.works .col-md-1{
    padding:0;
	background-position: center;
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
    .first-left img, .first-right img, .second-left img, .second-right img{
        margin-top: 12em;
        cursor:pointer;
    }
    .bottom-conts{
        font-size:20px;
    }
}



@media (min-width: 768px) { 

	#owl-example iframe, #owl-example, .video-list, .video-list iframe{
		height:auto;
		min-height: 300px;
	}
	.menu .header-menu p a, .menu .header-menu-p p a{
		font-size: 18px;
	}

    .price div.vkladka{
        font-size: medium;
    }
    .phone-div .phone-big{
        font-size:38px;
    }
    .line .text-metro{
        padding-top:1.8em;
    }
    .line a img{
        width:100%;
        margin-top:1em
    }
    .line .m-div{
        padding:1.6em 0 0;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }

.owl-wrapper-outer{
    padding: 0;
    border: 10px solid white;
}

.owl-page{
	display: inline-block;
    content: " ";
    position: relative;
    width: 14px;
    height: 14px;
    color: white;
    background: white;
    border: 6px solid rgb(192,192,192);
    box-sizing: content-box;
    margin: 1em 0.6em;
    border-radius: 50%;
	font-size: 10px;
    text-align: center;
}
.owl-page.active{
    color: rgb(13,150,208);
    background: rgb(13,150,208);
}

.top-head {
    background: rgb(13, 150, 208);
    color: #E5F5FF;
    margin-top:1em;
}
.top-head p{
    padding-top: 0.7em;
}

.top-head p a{

    color: white;
    font-size: 18px;
}

.owl-item img{
    width: 100%;
    box-sizing: border-box;
}

a.phone-href{
    color: rgb(251,0,17);
    font-weight: bold;
}
.phone-div{
    padding-top: 2.5em;
}
.font-big{
	font-size: 28px;
}
.green{
    background: rgb(25,214,148);
    padding:1em;
    color:white;
    margin-bottom:1em;
}
.blue2{
    background: rgb(217,237,247);
    padding:1em;
    color:black;
    margin-bottom:1em;
}


.blue{
    background: rgb(13,150,208);
    padding:1em;
    color:white;
    margin-bottom:1em;
}
.menu{
	background:rgb(13,150,208);
	margin: 1em 0 0;
    padding: 0;
}
.header-menu p, .header-menu-p p{
	margin: 0;
	padding: 0.9em 0 0;
	color:#E5F5FF;
	height:4em;
}
.text-metro{
    padding-top: 2.5em;
}
.m-div{
    padding:3em 0 0;
}
.bordered{
	border-right:2px solid #E5F5FF;
	border-bottom:2px solid #E5F5FF;
}
.dark-blue{
	background-color:rgb(0,75,140);
	color:#E5F5FF;
}
.gray{
	background-color:rgb(195,195,195);
	color:black;
}
.dark-blue, .gray{
	height:90px;
}
p.action{
	font-weight: bold;
    margin-top: 0.3em;
}
.colored-h{
	color:rgb(17,72,113);
	font-weight:bold;
}

ul{
	list-style:none;
}

ul li{
	line-height:2em;
}

span.galochka img{
	width:20px;
	height:20px;
	margin-right:5px;
}
div.border-div{
	border:1px solid #ccc;
	margin:2em 0;
}
div.border-margin-div{
	border:1px solid #ccc;
	margin:1em 0;
	padding:1em;
}
div.right-round{
	font-weight: bold;
    padding: 0.2em 0.4em;
    background: rgb(13,158,205);
    color: #E5F5FF;
    text-align: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 12.5vh;
    font-size: 2.3vh;
    margin: 1vh 1vh 1vh 0;
    display: inline-block;
    vertical-align: top;
}
div.text-round{
	display: inline-block;
    margin: 0 0 1em 1em;
    vertical-align: top;
    max-width: 60%;
}
.right-col{
	color: #999;
    font-weight: bold;
}
div.vkladka {
    display: inline;
    line-height: 3em;
    color:rgb(30,74,111);
    cursor:pointer;
    font-size: smaller;
}
div.vkladka.active{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid white;
	color:black;
}
.dashed{
	border-bottom:1px dashed rgb(17,72,113);
}
.top-bottom-border{
	border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 1em;
}
.price{
	/*min-height: 400px;*/
}
.#owl-example{
	height:100%;
	width:auto;
	border:3px solid rgb(30,74,111);
}

.arrow{
	margin: 18% 0 0;
	padding:0;
}
.map {
	position: fixed;
    z-index: 100;
    padding: 1em;
    box-shadow: 0px 0px 2px #000;
    top: 10vh;
    background: white;
    left: 10%;
    max-width: 70%;
}
.header-menu p a, .header-menu-p p a{
	color:white;
}
.header-menu p.red, .header-menu-p p.red{
    background-color:rgb(0,75,140);
}
.video-list .youtube{
	display:none;
}
.video-list .youtube.active{
	display:block;
}
.video-buttons{
	margin: 0;
    padding: 0;
}
.video-buttons .btn{
	margin:0 0 1em;
	text-align: left;
	box-sizing:border-box;
}
.video-buttons .hiiden{
    display:none;
}
.pictured li{
	height:70px;
	font-weight: bold;
}
.pictured li img {
    float: left;
}
.pictured li span {
    line-height: 1.3em;
    margin-top: 20px;
    display: block;
}

i.fa.fa-home{
    font-size: large;
    margin-right:0.2em;
}