#new_ticket{
	padding:0px 15px;
}

#left_menu_container{
	
}

.sme_container{
	padding: 40px 15px 30px 15px;
}

#section-1{
	background: #ffde16;
}

.section-1-end {
	background: #ffde16;
	height: 60px;
	margin-top: -30px;
	transform: rotate(2deg);
}

.about_container{
	padding: 40px 0px;
}
#section-2{
	background: #ffffff;
}

.section-2-end {
	background: #ffffff;
	height: 60px;
	margin-bottom: -30px;
	transform: rotate(-2deg);
}

.projects-container{
	padding: 100px 0px;
}

.projects-list{
	width: 90%;
}

#section-3{
	background: #DFDFDF;
}
.section-3-end{
	background: #DFDFDF;
	height: 60px;
	margin-top: -30px;
	transform: rotate(2deg);
}

.contacts_container{
	padding: 80px 15px 40px 15px;
}

#section-4{
	background: #FFFFFF;
}

.sheet{
	box-shadow: 0 1px 10px rgba(0,0,0,.65);
	background: #FFF;
	margin: 10px;
}

.project-yeppik{
	padding:20px; 
	background: #5cc5f1;
}
.project-yeppik:hover{
	padding:20px; 
	background: #5cc5f1;
}

.contacts{
	font-size: 1.2em;
}

.map{
	font-size: 1.2em;
}


.header-undercostruction{
	color: #FFF;
	background: rgba(32,30,31, 0.9);
	padding: 1em;
	max-width:300px;
	margin-left: auto;
	margin-right:auto;
	 display: block;
}

.msg-container{
	padding: 1em;
	margin-top: 3em;
}

.google-maps {
        position: relative;
        padding-bottom: 60%;
        height: 0;
        overflow: hidden;
    }
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
	padding-bottom: 0.8em;
}

.gm-style.place-card-large { display: none; }

.form-data{
	padding: 15px 0px;
}

.form-data > .row{
	padding: 5px 0px;
}

.icon-visibility-false{
	color: #aaa;
}

.icon-visibility-true{
	color: #3bb7c4;
}